cisco_ios_xr_mpls_lsd_oper_mpls_lsd_nodes_mpls_lsd_node_label_summary

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-mpls-lsd-oper:mpls-lsd-nodes/mpls-lsd-node/label-summary

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MplsLsdLblSum

type MplsLsdLblSum struct {
	VrfNameXr            string               `protobuf:"bytes,50,opt,name=vrf_name_xr,json=vrfNameXr,proto3" json:"vrf_name_xr,omitempty"`
	OwnerCount           []*MplsLsdLblSumElem `protobuf:"bytes,51,rep,name=owner_count,json=ownerCount,proto3" json:"owner_count,omitempty"`
	TotalLabels          uint32               `protobuf:"varint,52,opt,name=total_labels,json=totalLabels,proto3" json:"total_labels,omitempty"`
	RsiConnected         int32                `protobuf:"zigzag32,53,opt,name=rsi_connected,json=rsiConnected,proto3" json:"rsi_connected,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*MplsLsdLblSum) Descriptor

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

func (*MplsLsdLblSum) GetOwnerCount

func (m *MplsLsdLblSum) GetOwnerCount() []*MplsLsdLblSumElem

func (*MplsLsdLblSum) GetRsiConnected

func (m *MplsLsdLblSum) GetRsiConnected() int32

func (*MplsLsdLblSum) GetTotalLabels

func (m *MplsLsdLblSum) GetTotalLabels() uint32

func (*MplsLsdLblSum) GetVrfNameXr

func (m *MplsLsdLblSum) GetVrfNameXr() string

func (*MplsLsdLblSum) ProtoMessage

func (*MplsLsdLblSum) ProtoMessage()

func (*MplsLsdLblSum) Reset

func (m *MplsLsdLblSum) Reset()

func (*MplsLsdLblSum) String

func (m *MplsLsdLblSum) String() string

func (*MplsLsdLblSum) XXX_DiscardUnknown

func (m *MplsLsdLblSum) XXX_DiscardUnknown()

func (*MplsLsdLblSum) XXX_Marshal

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

func (*MplsLsdLblSum) XXX_Merge

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

func (*MplsLsdLblSum) XXX_Size

func (m *MplsLsdLblSum) XXX_Size() int

func (*MplsLsdLblSum) XXX_Unmarshal

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

type MplsLsdLblSumElem

type MplsLsdLblSumElem struct {
	ApplicationType        string   `protobuf:"bytes,1,opt,name=application_type,json=applicationType,proto3" json:"application_type,omitempty"`
	ApplicationName        string   `protobuf:"bytes,2,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	ApplicationRolePrimary int32    `` /* 132-byte string literal not displayed */
	ApplicationInstance    string   `protobuf:"bytes,4,opt,name=application_instance,json=applicationInstance,proto3" json:"application_instance,omitempty"`
	NumberOfLabels         uint32   `protobuf:"varint,5,opt,name=number_of_labels,json=numberOfLabels,proto3" json:"number_of_labels,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*MplsLsdLblSumElem) Descriptor

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

func (*MplsLsdLblSumElem) GetApplicationInstance

func (m *MplsLsdLblSumElem) GetApplicationInstance() string

func (*MplsLsdLblSumElem) GetApplicationName

func (m *MplsLsdLblSumElem) GetApplicationName() string

func (*MplsLsdLblSumElem) GetApplicationRolePrimary

func (m *MplsLsdLblSumElem) GetApplicationRolePrimary() int32

func (*MplsLsdLblSumElem) GetApplicationType

func (m *MplsLsdLblSumElem) GetApplicationType() string

func (*MplsLsdLblSumElem) GetNumberOfLabels

func (m *MplsLsdLblSumElem) GetNumberOfLabels() uint32

func (*MplsLsdLblSumElem) ProtoMessage

func (*MplsLsdLblSumElem) ProtoMessage()

func (*MplsLsdLblSumElem) Reset

func (m *MplsLsdLblSumElem) Reset()

func (*MplsLsdLblSumElem) String

func (m *MplsLsdLblSumElem) String() string

func (*MplsLsdLblSumElem) XXX_DiscardUnknown

func (m *MplsLsdLblSumElem) XXX_DiscardUnknown()

func (*MplsLsdLblSumElem) XXX_Marshal

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

func (*MplsLsdLblSumElem) XXX_Merge

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

func (*MplsLsdLblSumElem) XXX_Size

func (m *MplsLsdLblSumElem) XXX_Size() int

func (*MplsLsdLblSumElem) XXX_Unmarshal

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

type MplsLsdLblSum_KEYS

type MplsLsdLblSum_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsLsdLblSum_KEYS) Descriptor

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

func (*MplsLsdLblSum_KEYS) GetNodeName

func (m *MplsLsdLblSum_KEYS) GetNodeName() string

func (*MplsLsdLblSum_KEYS) ProtoMessage

func (*MplsLsdLblSum_KEYS) ProtoMessage()

func (*MplsLsdLblSum_KEYS) Reset

func (m *MplsLsdLblSum_KEYS) Reset()

func (*MplsLsdLblSum_KEYS) String

func (m *MplsLsdLblSum_KEYS) String() string

func (*MplsLsdLblSum_KEYS) XXX_DiscardUnknown

func (m *MplsLsdLblSum_KEYS) XXX_DiscardUnknown()

func (*MplsLsdLblSum_KEYS) XXX_Marshal

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

func (*MplsLsdLblSum_KEYS) XXX_Merge

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

func (*MplsLsdLblSum_KEYS) XXX_Size

func (m *MplsLsdLblSum_KEYS) XXX_Size() int

func (*MplsLsdLblSum_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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