cisco_ios_xr_atm_vcm_oper_atm_vcm_nodes_node_pvps_pvp

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/pvps/pvp

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtmVcmCellPackingInfo

type AtmVcmCellPackingInfo struct {
	LocalMaxCellsPackedPerPacket      uint32   `` /* 154-byte string literal not displayed */
	NegotiatedMaxCellsPackedPerPacket uint32   `` /* 169-byte string literal not displayed */
	MaxCellPackedTimeout              uint32   `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral              struct{} `json:"-"`
	XXX_unrecognized                  []byte   `json:"-"`
	XXX_sizecache                     int32    `json:"-"`
}

func (*AtmVcmCellPackingInfo) Descriptor

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

func (*AtmVcmCellPackingInfo) GetLocalMaxCellsPackedPerPacket

func (m *AtmVcmCellPackingInfo) GetLocalMaxCellsPackedPerPacket() uint32

func (*AtmVcmCellPackingInfo) GetMaxCellPackedTimeout

func (m *AtmVcmCellPackingInfo) GetMaxCellPackedTimeout() uint32

func (*AtmVcmCellPackingInfo) GetNegotiatedMaxCellsPackedPerPacket

func (m *AtmVcmCellPackingInfo) GetNegotiatedMaxCellsPackedPerPacket() uint32

func (*AtmVcmCellPackingInfo) ProtoMessage

func (*AtmVcmCellPackingInfo) ProtoMessage()

func (*AtmVcmCellPackingInfo) Reset

func (m *AtmVcmCellPackingInfo) Reset()

func (*AtmVcmCellPackingInfo) String

func (m *AtmVcmCellPackingInfo) String() string

func (*AtmVcmCellPackingInfo) XXX_DiscardUnknown

func (m *AtmVcmCellPackingInfo) XXX_DiscardUnknown()

func (*AtmVcmCellPackingInfo) XXX_Marshal

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

func (*AtmVcmCellPackingInfo) XXX_Merge

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

func (*AtmVcmCellPackingInfo) XXX_Size

func (m *AtmVcmCellPackingInfo) XXX_Size() int

func (*AtmVcmCellPackingInfo) XXX_Unmarshal

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

type AtmVcmVc

type AtmVcmVc struct {
	MainInterface        string                 `protobuf:"bytes,50,opt,name=main_interface,json=mainInterface,proto3" json:"main_interface,omitempty"`
	SubInterface         string                 `protobuf:"bytes,51,opt,name=sub_interface,json=subInterface,proto3" json:"sub_interface,omitempty"`
	VcInterface          string                 `protobuf:"bytes,52,opt,name=vc_interface,json=vcInterface,proto3" json:"vc_interface,omitempty"`
	VpiXr                uint32                 `protobuf:"varint,53,opt,name=vpi_xr,json=vpiXr,proto3" json:"vpi_xr,omitempty"`
	VciXr                uint32                 `protobuf:"varint,54,opt,name=vci_xr,json=vciXr,proto3" json:"vci_xr,omitempty"`
	Type                 string                 `protobuf:"bytes,55,opt,name=type,proto3" json:"type,omitempty"`
	Encapsulation        string                 `protobuf:"bytes,56,opt,name=encapsulation,proto3" json:"encapsulation,omitempty"`
	Shape                string                 `protobuf:"bytes,57,opt,name=shape,proto3" json:"shape,omitempty"`
	PeakCellRate         uint32                 `protobuf:"varint,58,opt,name=peak_cell_rate,json=peakCellRate,proto3" json:"peak_cell_rate,omitempty"`
	SustainedCellRate    uint32                 `protobuf:"varint,59,opt,name=sustained_cell_rate,json=sustainedCellRate,proto3" json:"sustained_cell_rate,omitempty"`
	BurstRate            uint32                 `protobuf:"varint,60,opt,name=burst_rate,json=burstRate,proto3" json:"burst_rate,omitempty"`
	EncapsInheritLevel   string                 `protobuf:"bytes,61,opt,name=encaps_inherit_level,json=encapsInheritLevel,proto3" json:"encaps_inherit_level,omitempty"`
	QosInheritLevel      string                 `protobuf:"bytes,62,opt,name=qos_inherit_level,json=qosInheritLevel,proto3" json:"qos_inherit_level,omitempty"`
	TransmitMtu          uint32                 `protobuf:"varint,63,opt,name=transmit_mtu,json=transmitMtu,proto3" json:"transmit_mtu,omitempty"`
	ReceiveMtu           uint32                 `protobuf:"varint,64,opt,name=receive_mtu,json=receiveMtu,proto3" json:"receive_mtu,omitempty"`
	VcOnvpTunnel         bool                   `protobuf:"varint,65,opt,name=vc_onvp_tunnel,json=vcOnvpTunnel,proto3" json:"vc_onvp_tunnel,omitempty"`
	VcOnP2PSubInterface  bool                   `` /* 126-byte string literal not displayed */
	OperStatus           bool                   `protobuf:"varint,67,opt,name=oper_status,json=operStatus,proto3" json:"oper_status,omitempty"`
	AminStatus           bool                   `protobuf:"varint,68,opt,name=amin_status,json=aminStatus,proto3" json:"amin_status,omitempty"`
	InternalState        string                 `protobuf:"bytes,69,opt,name=internal_state,json=internalState,proto3" json:"internal_state,omitempty"`
	LastStateChangeTime  uint32                 `protobuf:"varint,70,opt,name=last_state_change_time,json=lastStateChangeTime,proto3" json:"last_state_change_time,omitempty"`
	CellPackingData      *AtmVcmCellPackingInfo `protobuf:"bytes,71,opt,name=cell_packing_data,json=cellPackingData,proto3" json:"cell_packing_data,omitempty"`
	TestMode             string                 `protobuf:"bytes,72,opt,name=test_mode,json=testMode,proto3" json:"test_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*AtmVcmVc) Descriptor

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

func (*AtmVcmVc) GetAminStatus

func (m *AtmVcmVc) GetAminStatus() bool

func (*AtmVcmVc) GetBurstRate

func (m *AtmVcmVc) GetBurstRate() uint32

func (*AtmVcmVc) GetCellPackingData

func (m *AtmVcmVc) GetCellPackingData() *AtmVcmCellPackingInfo

func (*AtmVcmVc) GetEncapsInheritLevel

func (m *AtmVcmVc) GetEncapsInheritLevel() string

func (*AtmVcmVc) GetEncapsulation

func (m *AtmVcmVc) GetEncapsulation() string

func (*AtmVcmVc) GetInternalState

func (m *AtmVcmVc) GetInternalState() string

func (*AtmVcmVc) GetLastStateChangeTime

func (m *AtmVcmVc) GetLastStateChangeTime() uint32

func (*AtmVcmVc) GetMainInterface

func (m *AtmVcmVc) GetMainInterface() string

func (*AtmVcmVc) GetOperStatus

func (m *AtmVcmVc) GetOperStatus() bool

func (*AtmVcmVc) GetPeakCellRate

func (m *AtmVcmVc) GetPeakCellRate() uint32

func (*AtmVcmVc) GetQosInheritLevel

func (m *AtmVcmVc) GetQosInheritLevel() string

func (*AtmVcmVc) GetReceiveMtu

func (m *AtmVcmVc) GetReceiveMtu() uint32

func (*AtmVcmVc) GetShape

func (m *AtmVcmVc) GetShape() string

func (*AtmVcmVc) GetSubInterface

func (m *AtmVcmVc) GetSubInterface() string

func (*AtmVcmVc) GetSustainedCellRate

func (m *AtmVcmVc) GetSustainedCellRate() uint32

func (*AtmVcmVc) GetTestMode

func (m *AtmVcmVc) GetTestMode() string

func (*AtmVcmVc) GetTransmitMtu

func (m *AtmVcmVc) GetTransmitMtu() uint32

func (*AtmVcmVc) GetType

func (m *AtmVcmVc) GetType() string

func (*AtmVcmVc) GetVcInterface

func (m *AtmVcmVc) GetVcInterface() string

func (*AtmVcmVc) GetVcOnP2PSubInterface

func (m *AtmVcmVc) GetVcOnP2PSubInterface() bool

func (*AtmVcmVc) GetVcOnvpTunnel

func (m *AtmVcmVc) GetVcOnvpTunnel() bool

func (*AtmVcmVc) GetVciXr

func (m *AtmVcmVc) GetVciXr() uint32

func (*AtmVcmVc) GetVpiXr

func (m *AtmVcmVc) GetVpiXr() uint32

func (*AtmVcmVc) ProtoMessage

func (*AtmVcmVc) ProtoMessage()

func (*AtmVcmVc) Reset

func (m *AtmVcmVc) Reset()

func (*AtmVcmVc) String

func (m *AtmVcmVc) String() string

func (*AtmVcmVc) XXX_DiscardUnknown

func (m *AtmVcmVc) XXX_DiscardUnknown()

func (*AtmVcmVc) XXX_Marshal

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

func (*AtmVcmVc) XXX_Merge

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

func (*AtmVcmVc) XXX_Size

func (m *AtmVcmVc) XXX_Size() int

func (*AtmVcmVc) XXX_Unmarshal

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

type AtmVcmVc_KEYS

type AtmVcmVc_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 (*AtmVcmVc_KEYS) Descriptor

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

func (*AtmVcmVc_KEYS) GetInterfaceName

func (m *AtmVcmVc_KEYS) GetInterfaceName() string

func (*AtmVcmVc_KEYS) GetNodeName

func (m *AtmVcmVc_KEYS) GetNodeName() string

func (*AtmVcmVc_KEYS) GetVpi

func (m *AtmVcmVc_KEYS) GetVpi() uint32

func (*AtmVcmVc_KEYS) ProtoMessage

func (*AtmVcmVc_KEYS) ProtoMessage()

func (*AtmVcmVc_KEYS) Reset

func (m *AtmVcmVc_KEYS) Reset()

func (*AtmVcmVc_KEYS) String

func (m *AtmVcmVc_KEYS) String() string

func (*AtmVcmVc_KEYS) XXX_DiscardUnknown

func (m *AtmVcmVc_KEYS) XXX_DiscardUnknown()

func (*AtmVcmVc_KEYS) XXX_Marshal

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

func (*AtmVcmVc_KEYS) XXX_Merge

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

func (*AtmVcmVc_KEYS) XXX_Size

func (m *AtmVcmVc_KEYS) XXX_Size() int

func (*AtmVcmVc_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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