cisco_ios_xr_atm_vcm_oper_atm_vcm_nodes_node_vp_tunnels_vp_tunnel

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-atm-vcm-oper:atm-vcm/nodes/node/vp-tunnels/vp-tunnel

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtmVcmVp

type AtmVcmVp struct {
	MainInterface         string   `protobuf:"bytes,50,opt,name=main_interface,json=mainInterface,proto3" json:"main_interface,omitempty"`
	VpInterface           string   `protobuf:"bytes,51,opt,name=vp_interface,json=vpInterface,proto3" json:"vp_interface,omitempty"`
	VpiXr                 uint32   `protobuf:"varint,52,opt,name=vpi_xr,json=vpiXr,proto3" json:"vpi_xr,omitempty"`
	Shape                 string   `protobuf:"bytes,53,opt,name=shape,proto3" json:"shape,omitempty"`
	PeakCellRate          uint32   `protobuf:"varint,54,opt,name=peak_cell_rate,json=peakCellRate,proto3" json:"peak_cell_rate,omitempty"`
	SustainedCellRate     uint32   `protobuf:"varint,55,opt,name=sustained_cell_rate,json=sustainedCellRate,proto3" json:"sustained_cell_rate,omitempty"`
	BurstRate             uint32   `protobuf:"varint,56,opt,name=burst_rate,json=burstRate,proto3" json:"burst_rate,omitempty"`
	F4OamEnabled          bool     `protobuf:"varint,57,opt,name=f4oam_enabled,json=f4oamEnabled,proto3" json:"f4oam_enabled,omitempty"`
	DataVcCount           uint32   `protobuf:"varint,58,opt,name=data_vc_count,json=dataVcCount,proto3" json:"data_vc_count,omitempty"`
	OperStatus            bool     `protobuf:"varint,59,opt,name=oper_status,json=operStatus,proto3" json:"oper_status,omitempty"`
	AminStatus            bool     `protobuf:"varint,60,opt,name=amin_status,json=aminStatus,proto3" json:"amin_status,omitempty"`
	InternalState         string   `protobuf:"bytes,61,opt,name=internal_state,json=internalState,proto3" json:"internal_state,omitempty"`
	LastVpStateChangeTime uint32   `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*AtmVcmVp) Descriptor

func (*AtmVcmVp) Descriptor() ([]byte, []int)

func (*AtmVcmVp) GetAminStatus

func (m *AtmVcmVp) GetAminStatus() bool

func (*AtmVcmVp) GetBurstRate

func (m *AtmVcmVp) GetBurstRate() uint32

func (*AtmVcmVp) GetDataVcCount

func (m *AtmVcmVp) GetDataVcCount() uint32

func (*AtmVcmVp) GetF4OamEnabled

func (m *AtmVcmVp) GetF4OamEnabled() bool

func (*AtmVcmVp) GetInternalState

func (m *AtmVcmVp) GetInternalState() string

func (*AtmVcmVp) GetLastVpStateChangeTime

func (m *AtmVcmVp) GetLastVpStateChangeTime() uint32

func (*AtmVcmVp) GetMainInterface

func (m *AtmVcmVp) GetMainInterface() string

func (*AtmVcmVp) GetOperStatus

func (m *AtmVcmVp) GetOperStatus() bool

func (*AtmVcmVp) GetPeakCellRate

func (m *AtmVcmVp) GetPeakCellRate() uint32

func (*AtmVcmVp) GetShape

func (m *AtmVcmVp) GetShape() string

func (*AtmVcmVp) GetSustainedCellRate

func (m *AtmVcmVp) GetSustainedCellRate() uint32

func (*AtmVcmVp) GetVpInterface

func (m *AtmVcmVp) GetVpInterface() string

func (*AtmVcmVp) GetVpiXr

func (m *AtmVcmVp) GetVpiXr() uint32

func (*AtmVcmVp) ProtoMessage

func (*AtmVcmVp) ProtoMessage()

func (*AtmVcmVp) Reset

func (m *AtmVcmVp) Reset()

func (*AtmVcmVp) String

func (m *AtmVcmVp) String() string

func (*AtmVcmVp) XXX_DiscardUnknown

func (m *AtmVcmVp) XXX_DiscardUnknown()

func (*AtmVcmVp) XXX_Marshal

func (m *AtmVcmVp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AtmVcmVp) XXX_Merge

func (m *AtmVcmVp) XXX_Merge(src proto.Message)

func (*AtmVcmVp) XXX_Size

func (m *AtmVcmVp) XXX_Size() int

func (*AtmVcmVp) XXX_Unmarshal

func (m *AtmVcmVp) XXX_Unmarshal(b []byte) error

type AtmVcmVp_KEYS

type AtmVcmVp_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	InterfaceName        string   `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	Vpi                  uint32   `protobuf:"varint,3,opt,name=vpi,proto3" json:"vpi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AtmVcmVp_KEYS) Descriptor

func (*AtmVcmVp_KEYS) Descriptor() ([]byte, []int)

func (*AtmVcmVp_KEYS) GetInterfaceName

func (m *AtmVcmVp_KEYS) GetInterfaceName() string

func (*AtmVcmVp_KEYS) GetNodeName

func (m *AtmVcmVp_KEYS) GetNodeName() string

func (*AtmVcmVp_KEYS) GetVpi

func (m *AtmVcmVp_KEYS) GetVpi() uint32

func (*AtmVcmVp_KEYS) ProtoMessage

func (*AtmVcmVp_KEYS) ProtoMessage()

func (*AtmVcmVp_KEYS) Reset

func (m *AtmVcmVp_KEYS) Reset()

func (*AtmVcmVp_KEYS) String

func (m *AtmVcmVp_KEYS) String() string

func (*AtmVcmVp_KEYS) XXX_DiscardUnknown

func (m *AtmVcmVp_KEYS) XXX_DiscardUnknown()

func (*AtmVcmVp_KEYS) XXX_Marshal

func (m *AtmVcmVp_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AtmVcmVp_KEYS) XXX_Merge

func (m *AtmVcmVp_KEYS) XXX_Merge(src proto.Message)

func (*AtmVcmVp_KEYS) XXX_Size

func (m *AtmVcmVp_KEYS) XXX_Size() int

func (*AtmVcmVp_KEYS) XXX_Unmarshal

func (m *AtmVcmVp_KEYS) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL