cisco_ios_xr_atm_vcm_oper_atm_vcm_nodes_node_class_links_class_link

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/class-links/class-link

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtmClassLinkEncapsulation

type AtmClassLinkEncapsulation struct {
	EncapsulationType         string   `protobuf:"bytes,1,opt,name=encapsulation_type,json=encapsulationType,proto3" json:"encapsulation_type,omitempty"`
	EncapsulationInheritLevel string   `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*AtmClassLinkEncapsulation) Descriptor

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

func (*AtmClassLinkEncapsulation) GetEncapsulationInheritLevel

func (m *AtmClassLinkEncapsulation) GetEncapsulationInheritLevel() string

func (*AtmClassLinkEncapsulation) GetEncapsulationType

func (m *AtmClassLinkEncapsulation) GetEncapsulationType() string

func (*AtmClassLinkEncapsulation) ProtoMessage

func (*AtmClassLinkEncapsulation) ProtoMessage()

func (*AtmClassLinkEncapsulation) Reset

func (m *AtmClassLinkEncapsulation) Reset()

func (*AtmClassLinkEncapsulation) String

func (m *AtmClassLinkEncapsulation) String() string

func (*AtmClassLinkEncapsulation) XXX_DiscardUnknown

func (m *AtmClassLinkEncapsulation) XXX_DiscardUnknown()

func (*AtmClassLinkEncapsulation) XXX_Marshal

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

func (*AtmClassLinkEncapsulation) XXX_Merge

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

func (*AtmClassLinkEncapsulation) XXX_Size

func (m *AtmClassLinkEncapsulation) XXX_Size() int

func (*AtmClassLinkEncapsulation) XXX_Unmarshal

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

type AtmClassLinkNotSupported

type AtmClassLinkNotSupported struct {
	EncapsulationNotSupported string   `` /* 138-byte string literal not displayed */
	NotSupportedInheritLevel  string   `` /* 137-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*AtmClassLinkNotSupported) Descriptor

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

func (*AtmClassLinkNotSupported) GetEncapsulationNotSupported

func (m *AtmClassLinkNotSupported) GetEncapsulationNotSupported() string

func (*AtmClassLinkNotSupported) GetNotSupportedInheritLevel

func (m *AtmClassLinkNotSupported) GetNotSupportedInheritLevel() string

func (*AtmClassLinkNotSupported) ProtoMessage

func (*AtmClassLinkNotSupported) ProtoMessage()

func (*AtmClassLinkNotSupported) Reset

func (m *AtmClassLinkNotSupported) Reset()

func (*AtmClassLinkNotSupported) String

func (m *AtmClassLinkNotSupported) String() string

func (*AtmClassLinkNotSupported) XXX_DiscardUnknown

func (m *AtmClassLinkNotSupported) XXX_DiscardUnknown()

func (*AtmClassLinkNotSupported) XXX_Marshal

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

func (*AtmClassLinkNotSupported) XXX_Merge

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

func (*AtmClassLinkNotSupported) XXX_Size

func (m *AtmClassLinkNotSupported) XXX_Size() int

func (*AtmClassLinkNotSupported) XXX_Unmarshal

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

type AtmClassLinkOam

type AtmClassLinkOam struct {
	ClassLinkShaping       *AtmClassLinkShaping       `protobuf:"bytes,1,opt,name=class_link_shaping,json=classLinkShaping,proto3" json:"class_link_shaping,omitempty"`
	ClassLinkEncapsulation *AtmClassLinkEncapsulation `` /* 129-byte string literal not displayed */
	OamPvc                 *AtmClassLinkOamPvc        `protobuf:"bytes,3,opt,name=oam_pvc,json=oamPvc,proto3" json:"oam_pvc,omitempty"`
	OamRetry               *AtmClassLinkOamRetry      `protobuf:"bytes,4,opt,name=oam_retry,json=oamRetry,proto3" json:"oam_retry,omitempty"`
	AisRdi                 *AtmClassLinkOamAisRdi     `protobuf:"bytes,5,opt,name=ais_rdi,json=aisRdi,proto3" json:"ais_rdi,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                   `json:"-"`
	XXX_unrecognized       []byte                     `json:"-"`
	XXX_sizecache          int32                      `json:"-"`
}

func (*AtmClassLinkOam) Descriptor

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

func (*AtmClassLinkOam) GetAisRdi

func (m *AtmClassLinkOam) GetAisRdi() *AtmClassLinkOamAisRdi

func (*AtmClassLinkOam) GetClassLinkEncapsulation

func (m *AtmClassLinkOam) GetClassLinkEncapsulation() *AtmClassLinkEncapsulation

func (*AtmClassLinkOam) GetClassLinkShaping

func (m *AtmClassLinkOam) GetClassLinkShaping() *AtmClassLinkShaping

func (*AtmClassLinkOam) GetOamPvc

func (m *AtmClassLinkOam) GetOamPvc() *AtmClassLinkOamPvc

func (*AtmClassLinkOam) GetOamRetry

func (m *AtmClassLinkOam) GetOamRetry() *AtmClassLinkOamRetry

func (*AtmClassLinkOam) ProtoMessage

func (*AtmClassLinkOam) ProtoMessage()

func (*AtmClassLinkOam) Reset

func (m *AtmClassLinkOam) Reset()

func (*AtmClassLinkOam) String

func (m *AtmClassLinkOam) String() string

func (*AtmClassLinkOam) XXX_DiscardUnknown

func (m *AtmClassLinkOam) XXX_DiscardUnknown()

func (*AtmClassLinkOam) XXX_Marshal

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

func (*AtmClassLinkOam) XXX_Merge

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

func (*AtmClassLinkOam) XXX_Size

func (m *AtmClassLinkOam) XXX_Size() int

func (*AtmClassLinkOam) XXX_Unmarshal

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

type AtmClassLinkOamAisRdi

type AtmClassLinkOamAisRdi struct {
	AisRdiUpCount        uint32   `protobuf:"varint,1,opt,name=ais_rdi_up_count,json=aisRdiUpCount,proto3" json:"ais_rdi_up_count,omitempty"`
	AisRdiUpTime         uint32   `protobuf:"varint,2,opt,name=ais_rdi_up_time,json=aisRdiUpTime,proto3" json:"ais_rdi_up_time,omitempty"`
	AisRdiInheritLevel   string   `protobuf:"bytes,3,opt,name=ais_rdi_inherit_level,json=aisRdiInheritLevel,proto3" json:"ais_rdi_inherit_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AtmClassLinkOamAisRdi) Descriptor

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

func (*AtmClassLinkOamAisRdi) GetAisRdiInheritLevel

func (m *AtmClassLinkOamAisRdi) GetAisRdiInheritLevel() string

func (*AtmClassLinkOamAisRdi) GetAisRdiUpCount

func (m *AtmClassLinkOamAisRdi) GetAisRdiUpCount() uint32

func (*AtmClassLinkOamAisRdi) GetAisRdiUpTime

func (m *AtmClassLinkOamAisRdi) GetAisRdiUpTime() uint32

func (*AtmClassLinkOamAisRdi) ProtoMessage

func (*AtmClassLinkOamAisRdi) ProtoMessage()

func (*AtmClassLinkOamAisRdi) Reset

func (m *AtmClassLinkOamAisRdi) Reset()

func (*AtmClassLinkOamAisRdi) String

func (m *AtmClassLinkOamAisRdi) String() string

func (*AtmClassLinkOamAisRdi) XXX_DiscardUnknown

func (m *AtmClassLinkOamAisRdi) XXX_DiscardUnknown()

func (*AtmClassLinkOamAisRdi) XXX_Marshal

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

func (*AtmClassLinkOamAisRdi) XXX_Merge

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

func (*AtmClassLinkOamAisRdi) XXX_Size

func (m *AtmClassLinkOamAisRdi) XXX_Size() int

func (*AtmClassLinkOamAisRdi) XXX_Unmarshal

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

type AtmClassLinkOamPvc

type AtmClassLinkOamPvc struct {
	ManageLevel          string   `protobuf:"bytes,1,opt,name=manage_level,json=manageLevel,proto3" json:"manage_level,omitempty"`
	PvcFrequency         uint32   `protobuf:"varint,2,opt,name=pvc_frequency,json=pvcFrequency,proto3" json:"pvc_frequency,omitempty"`
	KeepVcUp             bool     `protobuf:"varint,3,opt,name=keep_vc_up,json=keepVcUp,proto3" json:"keep_vc_up,omitempty"`
	AisRdiFailure        bool     `protobuf:"varint,4,opt,name=ais_rdi_failure,json=aisRdiFailure,proto3" json:"ais_rdi_failure,omitempty"`
	ManageInheritLevel   string   `protobuf:"bytes,5,opt,name=manage_inherit_level,json=manageInheritLevel,proto3" json:"manage_inherit_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AtmClassLinkOamPvc) Descriptor

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

func (*AtmClassLinkOamPvc) GetAisRdiFailure

func (m *AtmClassLinkOamPvc) GetAisRdiFailure() bool

func (*AtmClassLinkOamPvc) GetKeepVcUp

func (m *AtmClassLinkOamPvc) GetKeepVcUp() bool

func (*AtmClassLinkOamPvc) GetManageInheritLevel

func (m *AtmClassLinkOamPvc) GetManageInheritLevel() string

func (*AtmClassLinkOamPvc) GetManageLevel

func (m *AtmClassLinkOamPvc) GetManageLevel() string

func (*AtmClassLinkOamPvc) GetPvcFrequency

func (m *AtmClassLinkOamPvc) GetPvcFrequency() uint32

func (*AtmClassLinkOamPvc) ProtoMessage

func (*AtmClassLinkOamPvc) ProtoMessage()

func (*AtmClassLinkOamPvc) Reset

func (m *AtmClassLinkOamPvc) Reset()

func (*AtmClassLinkOamPvc) String

func (m *AtmClassLinkOamPvc) String() string

func (*AtmClassLinkOamPvc) XXX_DiscardUnknown

func (m *AtmClassLinkOamPvc) XXX_DiscardUnknown()

func (*AtmClassLinkOamPvc) XXX_Marshal

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

func (*AtmClassLinkOamPvc) XXX_Merge

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

func (*AtmClassLinkOamPvc) XXX_Size

func (m *AtmClassLinkOamPvc) XXX_Size() int

func (*AtmClassLinkOamPvc) XXX_Unmarshal

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

type AtmClassLinkOamRetry

type AtmClassLinkOamRetry struct {
	RetryUpCount         uint32   `protobuf:"varint,1,opt,name=retry_up_count,json=retryUpCount,proto3" json:"retry_up_count,omitempty"`
	DownCount            uint32   `protobuf:"varint,2,opt,name=down_count,json=downCount,proto3" json:"down_count,omitempty"`
	RetryFrequency       uint32   `protobuf:"varint,3,opt,name=retry_frequency,json=retryFrequency,proto3" json:"retry_frequency,omitempty"`
	RetryInheritLevel    string   `protobuf:"bytes,4,opt,name=retry_inherit_level,json=retryInheritLevel,proto3" json:"retry_inherit_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AtmClassLinkOamRetry) Descriptor

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

func (*AtmClassLinkOamRetry) GetDownCount

func (m *AtmClassLinkOamRetry) GetDownCount() uint32

func (*AtmClassLinkOamRetry) GetRetryFrequency

func (m *AtmClassLinkOamRetry) GetRetryFrequency() uint32

func (*AtmClassLinkOamRetry) GetRetryInheritLevel

func (m *AtmClassLinkOamRetry) GetRetryInheritLevel() string

func (*AtmClassLinkOamRetry) GetRetryUpCount

func (m *AtmClassLinkOamRetry) GetRetryUpCount() uint32

func (*AtmClassLinkOamRetry) ProtoMessage

func (*AtmClassLinkOamRetry) ProtoMessage()

func (*AtmClassLinkOamRetry) Reset

func (m *AtmClassLinkOamRetry) Reset()

func (*AtmClassLinkOamRetry) String

func (m *AtmClassLinkOamRetry) String() string

func (*AtmClassLinkOamRetry) XXX_DiscardUnknown

func (m *AtmClassLinkOamRetry) XXX_DiscardUnknown()

func (*AtmClassLinkOamRetry) XXX_Marshal

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

func (*AtmClassLinkOamRetry) XXX_Merge

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

func (*AtmClassLinkOamRetry) XXX_Size

func (m *AtmClassLinkOamRetry) XXX_Size() int

func (*AtmClassLinkOamRetry) XXX_Unmarshal

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

type AtmClassLinkShaping

type AtmClassLinkShaping struct {
	ShapingType          string   `protobuf:"bytes,1,opt,name=shaping_type,json=shapingType,proto3" json:"shaping_type,omitempty"`
	PeakOutputRate       uint32   `protobuf:"varint,2,opt,name=peak_output_rate,json=peakOutputRate,proto3" json:"peak_output_rate,omitempty"`
	AverageOutputRate    uint32   `protobuf:"varint,3,opt,name=average_output_rate,json=averageOutputRate,proto3" json:"average_output_rate,omitempty"`
	BurstOutputRate      uint32   `protobuf:"varint,4,opt,name=burst_output_rate,json=burstOutputRate,proto3" json:"burst_output_rate,omitempty"`
	ShapingInheritLevel  string   `protobuf:"bytes,5,opt,name=shaping_inherit_level,json=shapingInheritLevel,proto3" json:"shaping_inherit_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AtmClassLinkShaping) Descriptor

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

func (*AtmClassLinkShaping) GetAverageOutputRate

func (m *AtmClassLinkShaping) GetAverageOutputRate() uint32

func (*AtmClassLinkShaping) GetBurstOutputRate

func (m *AtmClassLinkShaping) GetBurstOutputRate() uint32

func (*AtmClassLinkShaping) GetPeakOutputRate

func (m *AtmClassLinkShaping) GetPeakOutputRate() uint32

func (*AtmClassLinkShaping) GetShapingInheritLevel

func (m *AtmClassLinkShaping) GetShapingInheritLevel() string

func (*AtmClassLinkShaping) GetShapingType

func (m *AtmClassLinkShaping) GetShapingType() string

func (*AtmClassLinkShaping) ProtoMessage

func (*AtmClassLinkShaping) ProtoMessage()

func (*AtmClassLinkShaping) Reset

func (m *AtmClassLinkShaping) Reset()

func (*AtmClassLinkShaping) String

func (m *AtmClassLinkShaping) String() string

func (*AtmClassLinkShaping) XXX_DiscardUnknown

func (m *AtmClassLinkShaping) XXX_DiscardUnknown()

func (*AtmClassLinkShaping) XXX_Marshal

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

func (*AtmClassLinkShaping) XXX_Merge

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

func (*AtmClassLinkShaping) XXX_Size

func (m *AtmClassLinkShaping) XXX_Size() int

func (*AtmClassLinkShaping) XXX_Unmarshal

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

type AtmClassLinkVpiVci

type AtmClassLinkVpiVci struct {
	SubInterfaceName     string                    `protobuf:"bytes,50,opt,name=sub_interface_name,json=subInterfaceName,proto3" json:"sub_interface_name,omitempty"`
	VcClassNotSupported  *AtmClassLinkNotSupported `protobuf:"bytes,51,opt,name=vc_class_not_supported,json=vcClassNotSupported,proto3" json:"vc_class_not_supported,omitempty"`
	OamConfig            *AtmClassLinkOam          `protobuf:"bytes,52,opt,name=oam_config,json=oamConfig,proto3" json:"oam_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*AtmClassLinkVpiVci) Descriptor

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

func (*AtmClassLinkVpiVci) GetOamConfig

func (m *AtmClassLinkVpiVci) GetOamConfig() *AtmClassLinkOam

func (*AtmClassLinkVpiVci) GetSubInterfaceName

func (m *AtmClassLinkVpiVci) GetSubInterfaceName() string

func (*AtmClassLinkVpiVci) GetVcClassNotSupported

func (m *AtmClassLinkVpiVci) GetVcClassNotSupported() *AtmClassLinkNotSupported

func (*AtmClassLinkVpiVci) ProtoMessage

func (*AtmClassLinkVpiVci) ProtoMessage()

func (*AtmClassLinkVpiVci) Reset

func (m *AtmClassLinkVpiVci) Reset()

func (*AtmClassLinkVpiVci) String

func (m *AtmClassLinkVpiVci) String() string

func (*AtmClassLinkVpiVci) XXX_DiscardUnknown

func (m *AtmClassLinkVpiVci) XXX_DiscardUnknown()

func (*AtmClassLinkVpiVci) XXX_Marshal

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

func (*AtmClassLinkVpiVci) XXX_Merge

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

func (*AtmClassLinkVpiVci) XXX_Size

func (m *AtmClassLinkVpiVci) XXX_Size() int

func (*AtmClassLinkVpiVci) XXX_Unmarshal

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

type AtmClassLinkVpiVci_KEYS

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

func (*AtmClassLinkVpiVci_KEYS) Descriptor

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

func (*AtmClassLinkVpiVci_KEYS) GetNodeName

func (m *AtmClassLinkVpiVci_KEYS) GetNodeName() string

func (*AtmClassLinkVpiVci_KEYS) GetVci

func (m *AtmClassLinkVpiVci_KEYS) GetVci() uint32

func (*AtmClassLinkVpiVci_KEYS) GetVpi

func (m *AtmClassLinkVpiVci_KEYS) GetVpi() uint32

func (*AtmClassLinkVpiVci_KEYS) ProtoMessage

func (*AtmClassLinkVpiVci_KEYS) ProtoMessage()

func (*AtmClassLinkVpiVci_KEYS) Reset

func (m *AtmClassLinkVpiVci_KEYS) Reset()

func (*AtmClassLinkVpiVci_KEYS) String

func (m *AtmClassLinkVpiVci_KEYS) String() string

func (*AtmClassLinkVpiVci_KEYS) XXX_DiscardUnknown

func (m *AtmClassLinkVpiVci_KEYS) XXX_DiscardUnknown()

func (*AtmClassLinkVpiVci_KEYS) XXX_Marshal

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

func (*AtmClassLinkVpiVci_KEYS) XXX_Merge

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

func (*AtmClassLinkVpiVci_KEYS) XXX_Size

func (m *AtmClassLinkVpiVci_KEYS) XXX_Size() int

func (*AtmClassLinkVpiVci_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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