cisco_ios_xr_atm_vcm_oper_atm_vcm_nodes_node_interfaces_interface

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: 0

Documentation

Overview

Cisco-IOS-XR-atm-vcm-oper:atm-vcm/nodes/node/interfaces/interface

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 AtmVcmIf

type AtmVcmIf struct {
	IlmiVpi                         uint32                 `protobuf:"varint,50,opt,name=ilmi_vpi,json=ilmiVpi,proto3" json:"ilmi_vpi,omitempty"`
	IlmiVci                         uint32                 `protobuf:"varint,51,opt,name=ilmi_vci,json=ilmiVci,proto3" json:"ilmi_vci,omitempty"`
	PvcFailures                     uint32                 `protobuf:"varint,52,opt,name=pvc_failures,json=pvcFailures,proto3" json:"pvc_failures,omitempty"`
	CurrentlyFailingLayer2PvPs      uint32                 `` /* 145-byte string literal not displayed */
	CurrentlyFailingLayer2PvCs      uint32                 `` /* 145-byte string literal not displayed */
	CurrentlyFailingLayer3VpTunnels uint32                 `` /* 160-byte string literal not displayed */
	CurrentlyFailingLayer3PvCs      uint32                 `` /* 145-byte string literal not displayed */
	PvcFailuresTrapEnable           bool                   `` /* 130-byte string literal not displayed */
	PvcNotificationInterval         uint32                 `` /* 134-byte string literal not displayed */
	ConfiguredLayer2PvPs            uint32                 `protobuf:"varint,59,opt,name=configured_layer2pv_ps,json=configuredLayer2pvPs,proto3" json:"configured_layer2pv_ps,omitempty"`
	ConfiguredLayer2PvCs            uint32                 `protobuf:"varint,60,opt,name=configured_layer2pv_cs,json=configuredLayer2pvCs,proto3" json:"configured_layer2pv_cs,omitempty"`
	ConfiguredLayer3VpTunnels       uint32                 `` /* 140-byte string literal not displayed */
	ConfiguredLayer3PvCs            uint32                 `protobuf:"varint,62,opt,name=configured_layer3pv_cs,json=configuredLayer3pvCs,proto3" json:"configured_layer3pv_cs,omitempty"`
	CellPackingData                 *AtmVcmCellPackingInfo `protobuf:"bytes,63,opt,name=cell_packing_data,json=cellPackingData,proto3" json:"cell_packing_data,omitempty"`
	PortType                        string                 `protobuf:"bytes,64,opt,name=port_type,json=portType,proto3" json:"port_type,omitempty"`
	MainInterface                   string                 `protobuf:"bytes,65,opt,name=main_interface,json=mainInterface,proto3" json:"main_interface,omitempty"`
	L2CellPackingCount              uint32                 `protobuf:"varint,66,opt,name=l2_cell_packing_count,json=l2CellPackingCount,proto3" json:"l2_cell_packing_count,omitempty"`
	XXX_NoUnkeyedLiteral            struct{}               `json:"-"`
	XXX_unrecognized                []byte                 `json:"-"`
	XXX_sizecache                   int32                  `json:"-"`
}

func (*AtmVcmIf) Descriptor

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

func (*AtmVcmIf) GetCellPackingData

func (m *AtmVcmIf) GetCellPackingData() *AtmVcmCellPackingInfo

func (*AtmVcmIf) GetConfiguredLayer2PvCs

func (m *AtmVcmIf) GetConfiguredLayer2PvCs() uint32

func (*AtmVcmIf) GetConfiguredLayer2PvPs

func (m *AtmVcmIf) GetConfiguredLayer2PvPs() uint32

func (*AtmVcmIf) GetConfiguredLayer3PvCs

func (m *AtmVcmIf) GetConfiguredLayer3PvCs() uint32

func (*AtmVcmIf) GetConfiguredLayer3VpTunnels

func (m *AtmVcmIf) GetConfiguredLayer3VpTunnels() uint32

func (*AtmVcmIf) GetCurrentlyFailingLayer2PvCs

func (m *AtmVcmIf) GetCurrentlyFailingLayer2PvCs() uint32

func (*AtmVcmIf) GetCurrentlyFailingLayer2PvPs

func (m *AtmVcmIf) GetCurrentlyFailingLayer2PvPs() uint32

func (*AtmVcmIf) GetCurrentlyFailingLayer3PvCs

func (m *AtmVcmIf) GetCurrentlyFailingLayer3PvCs() uint32

func (*AtmVcmIf) GetCurrentlyFailingLayer3VpTunnels

func (m *AtmVcmIf) GetCurrentlyFailingLayer3VpTunnels() uint32

func (*AtmVcmIf) GetIlmiVci

func (m *AtmVcmIf) GetIlmiVci() uint32

func (*AtmVcmIf) GetIlmiVpi

func (m *AtmVcmIf) GetIlmiVpi() uint32

func (*AtmVcmIf) GetL2CellPackingCount

func (m *AtmVcmIf) GetL2CellPackingCount() uint32

func (*AtmVcmIf) GetMainInterface

func (m *AtmVcmIf) GetMainInterface() string

func (*AtmVcmIf) GetPortType

func (m *AtmVcmIf) GetPortType() string

func (*AtmVcmIf) GetPvcFailures

func (m *AtmVcmIf) GetPvcFailures() uint32

func (*AtmVcmIf) GetPvcFailuresTrapEnable

func (m *AtmVcmIf) GetPvcFailuresTrapEnable() bool

func (*AtmVcmIf) GetPvcNotificationInterval

func (m *AtmVcmIf) GetPvcNotificationInterval() uint32

func (*AtmVcmIf) ProtoMessage

func (*AtmVcmIf) ProtoMessage()

func (*AtmVcmIf) Reset

func (m *AtmVcmIf) Reset()

func (*AtmVcmIf) String

func (m *AtmVcmIf) String() string

func (*AtmVcmIf) XXX_DiscardUnknown

func (m *AtmVcmIf) XXX_DiscardUnknown()

func (*AtmVcmIf) XXX_Marshal

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

func (*AtmVcmIf) XXX_Merge

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

func (*AtmVcmIf) XXX_Size

func (m *AtmVcmIf) XXX_Size() int

func (*AtmVcmIf) XXX_Unmarshal

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

type AtmVcmIf_KEYS

type AtmVcmIf_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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AtmVcmIf_KEYS) Descriptor

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

func (*AtmVcmIf_KEYS) GetInterfaceName

func (m *AtmVcmIf_KEYS) GetInterfaceName() string

func (*AtmVcmIf_KEYS) GetNodeName

func (m *AtmVcmIf_KEYS) GetNodeName() string

func (*AtmVcmIf_KEYS) ProtoMessage

func (*AtmVcmIf_KEYS) ProtoMessage()

func (*AtmVcmIf_KEYS) Reset

func (m *AtmVcmIf_KEYS) Reset()

func (*AtmVcmIf_KEYS) String

func (m *AtmVcmIf_KEYS) String() string

func (*AtmVcmIf_KEYS) XXX_DiscardUnknown

func (m *AtmVcmIf_KEYS) XXX_DiscardUnknown()

func (*AtmVcmIf_KEYS) XXX_Marshal

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

func (*AtmVcmIf_KEYS) XXX_Merge

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

func (*AtmVcmIf_KEYS) XXX_Size

func (m *AtmVcmIf_KEYS) XXX_Size() int

func (*AtmVcmIf_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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