cisco_ios_xr_mpls_ldp_oper_mpls_ldp_nodes_node_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: 1

Documentation

Overview

Cisco-IOS-XR-mpls-ldp-oper:mpls-ldp/nodes/node/summary

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LdpSummary

type LdpSummary struct {
	NumberOfVrf                      uint32            `protobuf:"varint,50,opt,name=number_of_vrf,json=numberOfVrf,proto3" json:"number_of_vrf,omitempty"`
	NumberOfVrfOper                  uint32            `protobuf:"varint,51,opt,name=number_of_vrf_oper,json=numberOfVrfOper,proto3" json:"number_of_vrf_oper,omitempty"`
	Common                           *LdpSummaryCommon `protobuf:"bytes,52,opt,name=common,proto3" json:"common,omitempty"`
	NumberOfInterfaces               uint32            `protobuf:"varint,53,opt,name=number_of_interfaces,json=numberOfInterfaces,proto3" json:"number_of_interfaces,omitempty"`
	NumberOfFwdRefInterfaces         uint32            `` /* 141-byte string literal not displayed */
	NumberOfAutocfgInterfaces        uint32            `` /* 142-byte string literal not displayed */
	IsBoundWithSysdb                 bool              `protobuf:"varint,56,opt,name=is_bound_with_sysdb,json=isBoundWithSysdb,proto3" json:"is_bound_with_sysdb,omitempty"`
	IsRegisteredWithSysdb            bool              `` /* 130-byte string literal not displayed */
	IsBoundWithRsi                   bool              `protobuf:"varint,58,opt,name=is_bound_with_rsi,json=isBoundWithRsi,proto3" json:"is_bound_with_rsi,omitempty"`
	IsBoundWithInterfaceManager      bool              `` /* 150-byte string literal not displayed */
	IsRegisteredWithInterfaceManager bool              `` /* 165-byte string literal not displayed */
	IsBoundWithIpArm                 bool              `protobuf:"varint,61,opt,name=is_bound_with_ip_arm,json=isBoundWithIpArm,proto3" json:"is_bound_with_ip_arm,omitempty"`
	IsBoundWithLsd                   bool              `protobuf:"varint,62,opt,name=is_bound_with_lsd,json=isBoundWithLsd,proto3" json:"is_bound_with_lsd,omitempty"`
	IsRegisteredWithLsd              bool              `protobuf:"varint,63,opt,name=is_registered_with_lsd,json=isRegisteredWithLsd,proto3" json:"is_registered_with_lsd,omitempty"`
	IsBoundWithIpv4Rib               bool              `protobuf:"varint,64,opt,name=is_bound_with_ipv4_rib,json=isBoundWithIpv4Rib,proto3" json:"is_bound_with_ipv4_rib,omitempty"`
	IsRegisteredWithIpv4Rib          bool              `` /* 138-byte string literal not displayed */
	NumberOfIpv4RibTables            uint32            `` /* 130-byte string literal not displayed */
	NumberOfRegisteredIpv4RibTables  uint32            `` /* 162-byte string literal not displayed */
	IsBoundWithIpv6Rib               bool              `protobuf:"varint,68,opt,name=is_bound_with_ipv6_rib,json=isBoundWithIpv6Rib,proto3" json:"is_bound_with_ipv6_rib,omitempty"`
	IsRegisteredWithIpv6Rib          bool              `` /* 138-byte string literal not displayed */
	NumberOfIpv6RibTables            uint32            `` /* 130-byte string literal not displayed */
	NumberOfRegisteredIpv6RibTables  uint32            `` /* 162-byte string literal not displayed */
	IsBoundWithAtom                  bool              `protobuf:"varint,72,opt,name=is_bound_with_atom,json=isBoundWithAtom,proto3" json:"is_bound_with_atom,omitempty"`
	IsBoundWithNsrMate               bool              `protobuf:"varint,73,opt,name=is_bound_with_nsr_mate,json=isBoundWithNsrMate,proto3" json:"is_bound_with_nsr_mate,omitempty"`
	IsNsrConfigured                  bool              `protobuf:"varint,74,opt,name=is_nsr_configured,json=isNsrConfigured,proto3" json:"is_nsr_configured,omitempty"`
	IsMldpRegistered                 bool              `protobuf:"varint,75,opt,name=is_mldp_registered,json=isMldpRegistered,proto3" json:"is_mldp_registered,omitempty"`
	XXX_NoUnkeyedLiteral             struct{}          `json:"-"`
	XXX_unrecognized                 []byte            `json:"-"`
	XXX_sizecache                    int32             `json:"-"`
}

func (*LdpSummary) Descriptor

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

func (*LdpSummary) GetCommon

func (m *LdpSummary) GetCommon() *LdpSummaryCommon

func (*LdpSummary) GetIsBoundWithAtom

func (m *LdpSummary) GetIsBoundWithAtom() bool

func (*LdpSummary) GetIsBoundWithInterfaceManager

func (m *LdpSummary) GetIsBoundWithInterfaceManager() bool

func (*LdpSummary) GetIsBoundWithIpArm

func (m *LdpSummary) GetIsBoundWithIpArm() bool

func (*LdpSummary) GetIsBoundWithIpv4Rib

func (m *LdpSummary) GetIsBoundWithIpv4Rib() bool

func (*LdpSummary) GetIsBoundWithIpv6Rib

func (m *LdpSummary) GetIsBoundWithIpv6Rib() bool

func (*LdpSummary) GetIsBoundWithLsd

func (m *LdpSummary) GetIsBoundWithLsd() bool

func (*LdpSummary) GetIsBoundWithNsrMate

func (m *LdpSummary) GetIsBoundWithNsrMate() bool

func (*LdpSummary) GetIsBoundWithRsi

func (m *LdpSummary) GetIsBoundWithRsi() bool

func (*LdpSummary) GetIsBoundWithSysdb

func (m *LdpSummary) GetIsBoundWithSysdb() bool

func (*LdpSummary) GetIsMldpRegistered

func (m *LdpSummary) GetIsMldpRegistered() bool

func (*LdpSummary) GetIsNsrConfigured

func (m *LdpSummary) GetIsNsrConfigured() bool

func (*LdpSummary) GetIsRegisteredWithInterfaceManager

func (m *LdpSummary) GetIsRegisteredWithInterfaceManager() bool

func (*LdpSummary) GetIsRegisteredWithIpv4Rib

func (m *LdpSummary) GetIsRegisteredWithIpv4Rib() bool

func (*LdpSummary) GetIsRegisteredWithIpv6Rib

func (m *LdpSummary) GetIsRegisteredWithIpv6Rib() bool

func (*LdpSummary) GetIsRegisteredWithLsd

func (m *LdpSummary) GetIsRegisteredWithLsd() bool

func (*LdpSummary) GetIsRegisteredWithSysdb

func (m *LdpSummary) GetIsRegisteredWithSysdb() bool

func (*LdpSummary) GetNumberOfAutocfgInterfaces

func (m *LdpSummary) GetNumberOfAutocfgInterfaces() uint32

func (*LdpSummary) GetNumberOfFwdRefInterfaces

func (m *LdpSummary) GetNumberOfFwdRefInterfaces() uint32

func (*LdpSummary) GetNumberOfInterfaces

func (m *LdpSummary) GetNumberOfInterfaces() uint32

func (*LdpSummary) GetNumberOfIpv4RibTables

func (m *LdpSummary) GetNumberOfIpv4RibTables() uint32

func (*LdpSummary) GetNumberOfIpv6RibTables

func (m *LdpSummary) GetNumberOfIpv6RibTables() uint32

func (*LdpSummary) GetNumberOfRegisteredIpv4RibTables

func (m *LdpSummary) GetNumberOfRegisteredIpv4RibTables() uint32

func (*LdpSummary) GetNumberOfRegisteredIpv6RibTables

func (m *LdpSummary) GetNumberOfRegisteredIpv6RibTables() uint32

func (*LdpSummary) GetNumberOfVrf

func (m *LdpSummary) GetNumberOfVrf() uint32

func (*LdpSummary) GetNumberOfVrfOper

func (m *LdpSummary) GetNumberOfVrfOper() uint32

func (*LdpSummary) ProtoMessage

func (*LdpSummary) ProtoMessage()

func (*LdpSummary) Reset

func (m *LdpSummary) Reset()

func (*LdpSummary) String

func (m *LdpSummary) String() string

func (*LdpSummary) XXX_DiscardUnknown

func (m *LdpSummary) XXX_DiscardUnknown()

func (*LdpSummary) XXX_Marshal

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

func (*LdpSummary) XXX_Merge

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

func (*LdpSummary) XXX_Size

func (m *LdpSummary) XXX_Size() int

func (*LdpSummary) XXX_Unmarshal

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

type LdpSummaryCommon

type LdpSummaryCommon struct {
	AddressFamilies                     string   `protobuf:"bytes,1,opt,name=address_families,json=addressFamilies,proto3" json:"address_families,omitempty"`
	NumberOfIpv4Af                      uint32   `protobuf:"varint,2,opt,name=number_of_ipv4af,json=numberOfIpv4af,proto3" json:"number_of_ipv4af,omitempty"`
	NumberOfIpv6Af                      uint32   `protobuf:"varint,3,opt,name=number_of_ipv6af,json=numberOfIpv6af,proto3" json:"number_of_ipv6af,omitempty"`
	NumberOfNeighbors                   uint32   `protobuf:"varint,4,opt,name=number_of_neighbors,json=numberOfNeighbors,proto3" json:"number_of_neighbors,omitempty"`
	NumberOfNsrSyncedNeighbors          uint32   `` /* 146-byte string literal not displayed */
	NumberOfGracefulRestartNeighbors    uint32   `` /* 164-byte string literal not displayed */
	NumberOfDownstreamOnDemandNeighbors uint32   `` /* 175-byte string literal not displayed */
	NumberOfIpv4HelloAdj                uint32   `` /* 128-byte string literal not displayed */
	NumberOfIpv6HelloAdj                uint32   `` /* 128-byte string literal not displayed */
	NumberOfIpv4Routes                  uint32   `protobuf:"varint,10,opt,name=number_of_ipv4_routes,json=numberOfIpv4Routes,proto3" json:"number_of_ipv4_routes,omitempty"`
	NumberOfIpv6Routes                  uint32   `protobuf:"varint,11,opt,name=number_of_ipv6_routes,json=numberOfIpv6Routes,proto3" json:"number_of_ipv6_routes,omitempty"`
	NumberOfIpv4LocalAddresses          uint32   `` /* 147-byte string literal not displayed */
	NumberOfIpv6LocalAddresses          uint32   `` /* 147-byte string literal not displayed */
	NumberOfLdpInterfaces               uint32   `` /* 130-byte string literal not displayed */
	NumberOfIpv4LdpInterfaces           uint32   `` /* 142-byte string literal not displayed */
	NumberOfIpv6LdpInterfaces           uint32   `` /* 142-byte string literal not displayed */
	NumberOfBindingsIpv4                uint32   `` /* 127-byte string literal not displayed */
	NumberOfBindingsIpv6                uint32   `` /* 127-byte string literal not displayed */
	NumberOfLocalBindingsIpv4           uint32   `` /* 144-byte string literal not displayed */
	NumberOfLocalBindingsIpv6           uint32   `` /* 144-byte string literal not displayed */
	NumberOfRemoteBindingsIpv4          uint32   `` /* 147-byte string literal not displayed */
	NumberOfRemoteBindingsIpv6          uint32   `` /* 147-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                struct{} `json:"-"`
	XXX_unrecognized                    []byte   `json:"-"`
	XXX_sizecache                       int32    `json:"-"`
}

func (*LdpSummaryCommon) Descriptor

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

func (*LdpSummaryCommon) GetAddressFamilies

func (m *LdpSummaryCommon) GetAddressFamilies() string

func (*LdpSummaryCommon) GetNumberOfBindingsIpv4

func (m *LdpSummaryCommon) GetNumberOfBindingsIpv4() uint32

func (*LdpSummaryCommon) GetNumberOfBindingsIpv6

func (m *LdpSummaryCommon) GetNumberOfBindingsIpv6() uint32

func (*LdpSummaryCommon) GetNumberOfDownstreamOnDemandNeighbors

func (m *LdpSummaryCommon) GetNumberOfDownstreamOnDemandNeighbors() uint32

func (*LdpSummaryCommon) GetNumberOfGracefulRestartNeighbors

func (m *LdpSummaryCommon) GetNumberOfGracefulRestartNeighbors() uint32

func (*LdpSummaryCommon) GetNumberOfIpv4Af

func (m *LdpSummaryCommon) GetNumberOfIpv4Af() uint32

func (*LdpSummaryCommon) GetNumberOfIpv4HelloAdj

func (m *LdpSummaryCommon) GetNumberOfIpv4HelloAdj() uint32

func (*LdpSummaryCommon) GetNumberOfIpv4LdpInterfaces

func (m *LdpSummaryCommon) GetNumberOfIpv4LdpInterfaces() uint32

func (*LdpSummaryCommon) GetNumberOfIpv4LocalAddresses

func (m *LdpSummaryCommon) GetNumberOfIpv4LocalAddresses() uint32

func (*LdpSummaryCommon) GetNumberOfIpv4Routes

func (m *LdpSummaryCommon) GetNumberOfIpv4Routes() uint32

func (*LdpSummaryCommon) GetNumberOfIpv6Af

func (m *LdpSummaryCommon) GetNumberOfIpv6Af() uint32

func (*LdpSummaryCommon) GetNumberOfIpv6HelloAdj

func (m *LdpSummaryCommon) GetNumberOfIpv6HelloAdj() uint32

func (*LdpSummaryCommon) GetNumberOfIpv6LdpInterfaces

func (m *LdpSummaryCommon) GetNumberOfIpv6LdpInterfaces() uint32

func (*LdpSummaryCommon) GetNumberOfIpv6LocalAddresses

func (m *LdpSummaryCommon) GetNumberOfIpv6LocalAddresses() uint32

func (*LdpSummaryCommon) GetNumberOfIpv6Routes

func (m *LdpSummaryCommon) GetNumberOfIpv6Routes() uint32

func (*LdpSummaryCommon) GetNumberOfLdpInterfaces

func (m *LdpSummaryCommon) GetNumberOfLdpInterfaces() uint32

func (*LdpSummaryCommon) GetNumberOfLocalBindingsIpv4

func (m *LdpSummaryCommon) GetNumberOfLocalBindingsIpv4() uint32

func (*LdpSummaryCommon) GetNumberOfLocalBindingsIpv6

func (m *LdpSummaryCommon) GetNumberOfLocalBindingsIpv6() uint32

func (*LdpSummaryCommon) GetNumberOfNeighbors

func (m *LdpSummaryCommon) GetNumberOfNeighbors() uint32

func (*LdpSummaryCommon) GetNumberOfNsrSyncedNeighbors

func (m *LdpSummaryCommon) GetNumberOfNsrSyncedNeighbors() uint32

func (*LdpSummaryCommon) GetNumberOfRemoteBindingsIpv4

func (m *LdpSummaryCommon) GetNumberOfRemoteBindingsIpv4() uint32

func (*LdpSummaryCommon) GetNumberOfRemoteBindingsIpv6

func (m *LdpSummaryCommon) GetNumberOfRemoteBindingsIpv6() uint32

func (*LdpSummaryCommon) ProtoMessage

func (*LdpSummaryCommon) ProtoMessage()

func (*LdpSummaryCommon) Reset

func (m *LdpSummaryCommon) Reset()

func (*LdpSummaryCommon) String

func (m *LdpSummaryCommon) String() string

func (*LdpSummaryCommon) XXX_DiscardUnknown

func (m *LdpSummaryCommon) XXX_DiscardUnknown()

func (*LdpSummaryCommon) XXX_Marshal

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

func (*LdpSummaryCommon) XXX_Merge

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

func (*LdpSummaryCommon) XXX_Size

func (m *LdpSummaryCommon) XXX_Size() int

func (*LdpSummaryCommon) XXX_Unmarshal

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

type LdpSummary_KEYS

type LdpSummary_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 (*LdpSummary_KEYS) Descriptor

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

func (*LdpSummary_KEYS) GetNodeName

func (m *LdpSummary_KEYS) GetNodeName() string

func (*LdpSummary_KEYS) ProtoMessage

func (*LdpSummary_KEYS) ProtoMessage()

func (*LdpSummary_KEYS) Reset

func (m *LdpSummary_KEYS) Reset()

func (*LdpSummary_KEYS) String

func (m *LdpSummary_KEYS) String() string

func (*LdpSummary_KEYS) XXX_DiscardUnknown

func (m *LdpSummary_KEYS) XXX_DiscardUnknown()

func (*LdpSummary_KEYS) XXX_Marshal

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

func (*LdpSummary_KEYS) XXX_Merge

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

func (*LdpSummary_KEYS) XXX_Size

func (m *LdpSummary_KEYS) XXX_Size() int

func (*LdpSummary_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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