cisco_ios_xr_mpls_ldp_oper_mpls_ldp_global_standby_bindings_summary_all

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-ldp-oper:mpls-ldp/global/standby/bindings-summary-all

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LdpBindingSummary

type LdpBindingSummary struct {
	Vrf                      *LdpVrfInfo            `protobuf:"bytes,50,opt,name=vrf,proto3" json:"vrf,omitempty"`
	AddressFamily            string                 `protobuf:"bytes,51,opt,name=address_family,json=addressFamily,proto3" json:"address_family,omitempty"`
	BindAf                   []*LdpBindingSummaryAf `protobuf:"bytes,52,rep,name=bind_af,json=bindAf,proto3" json:"bind_af,omitempty"`
	BindingNoRoute           uint32                 `protobuf:"varint,53,opt,name=binding_no_route,json=bindingNoRoute,proto3" json:"binding_no_route,omitempty"`
	BindingLocalNoRoute      uint32                 `protobuf:"varint,54,opt,name=binding_local_no_route,json=bindingLocalNoRoute,proto3" json:"binding_local_no_route,omitempty"`
	BindingLocalNull         uint32                 `protobuf:"varint,55,opt,name=binding_local_null,json=bindingLocalNull,proto3" json:"binding_local_null,omitempty"`
	BindingLocalImplicitNull uint32                 `` /* 139-byte string literal not displayed */
	BindingLocalExplicitNull uint32                 `` /* 139-byte string literal not displayed */
	BindingLocalNonNull      uint32                 `protobuf:"varint,58,opt,name=binding_local_non_null,json=bindingLocalNonNull,proto3" json:"binding_local_non_null,omitempty"`
	BindingLocalOor          uint32                 `protobuf:"varint,59,opt,name=binding_local_oor,json=bindingLocalOor,proto3" json:"binding_local_oor,omitempty"`
	LowestAllocatedLabel     uint32                 `protobuf:"varint,60,opt,name=lowest_allocated_label,json=lowestAllocatedLabel,proto3" json:"lowest_allocated_label,omitempty"`
	HighestAllocatedLabel    uint32                 `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}               `json:"-"`
	XXX_unrecognized         []byte                 `json:"-"`
	XXX_sizecache            int32                  `json:"-"`
}

func (*LdpBindingSummary) Descriptor

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

func (*LdpBindingSummary) GetAddressFamily

func (m *LdpBindingSummary) GetAddressFamily() string

func (*LdpBindingSummary) GetBindAf

func (m *LdpBindingSummary) GetBindAf() []*LdpBindingSummaryAf

func (*LdpBindingSummary) GetBindingLocalExplicitNull

func (m *LdpBindingSummary) GetBindingLocalExplicitNull() uint32

func (*LdpBindingSummary) GetBindingLocalImplicitNull

func (m *LdpBindingSummary) GetBindingLocalImplicitNull() uint32

func (*LdpBindingSummary) GetBindingLocalNoRoute

func (m *LdpBindingSummary) GetBindingLocalNoRoute() uint32

func (*LdpBindingSummary) GetBindingLocalNonNull

func (m *LdpBindingSummary) GetBindingLocalNonNull() uint32

func (*LdpBindingSummary) GetBindingLocalNull

func (m *LdpBindingSummary) GetBindingLocalNull() uint32

func (*LdpBindingSummary) GetBindingLocalOor

func (m *LdpBindingSummary) GetBindingLocalOor() uint32

func (*LdpBindingSummary) GetBindingNoRoute

func (m *LdpBindingSummary) GetBindingNoRoute() uint32

func (*LdpBindingSummary) GetHighestAllocatedLabel

func (m *LdpBindingSummary) GetHighestAllocatedLabel() uint32

func (*LdpBindingSummary) GetLowestAllocatedLabel

func (m *LdpBindingSummary) GetLowestAllocatedLabel() uint32

func (*LdpBindingSummary) GetVrf

func (m *LdpBindingSummary) GetVrf() *LdpVrfInfo

func (*LdpBindingSummary) ProtoMessage

func (*LdpBindingSummary) ProtoMessage()

func (*LdpBindingSummary) Reset

func (m *LdpBindingSummary) Reset()

func (*LdpBindingSummary) String

func (m *LdpBindingSummary) String() string

func (*LdpBindingSummary) XXX_DiscardUnknown

func (m *LdpBindingSummary) XXX_DiscardUnknown()

func (*LdpBindingSummary) XXX_Marshal

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

func (*LdpBindingSummary) XXX_Merge

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

func (*LdpBindingSummary) XXX_Size

func (m *LdpBindingSummary) XXX_Size() int

func (*LdpBindingSummary) XXX_Unmarshal

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

type LdpBindingSummaryAf

type LdpBindingSummaryAf struct {
	AddressFamily             string   `protobuf:"bytes,1,opt,name=address_family,json=addressFamily,proto3" json:"address_family,omitempty"`
	LastLibUpdate             uint32   `protobuf:"varint,2,opt,name=last_lib_update,json=lastLibUpdate,proto3" json:"last_lib_update,omitempty"`
	LibMinimumRevisionSentAll uint32   `` /* 143-byte string literal not displayed */
	BindingTotal              uint32   `protobuf:"varint,4,opt,name=binding_total,json=bindingTotal,proto3" json:"binding_total,omitempty"`
	BindingLocal              uint32   `protobuf:"varint,5,opt,name=binding_local,json=bindingLocal,proto3" json:"binding_local,omitempty"`
	BindingRemote             uint32   `protobuf:"varint,6,opt,name=binding_remote,json=bindingRemote,proto3" json:"binding_remote,omitempty"`
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*LdpBindingSummaryAf) Descriptor

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

func (*LdpBindingSummaryAf) GetAddressFamily

func (m *LdpBindingSummaryAf) GetAddressFamily() string

func (*LdpBindingSummaryAf) GetBindingLocal

func (m *LdpBindingSummaryAf) GetBindingLocal() uint32

func (*LdpBindingSummaryAf) GetBindingRemote

func (m *LdpBindingSummaryAf) GetBindingRemote() uint32

func (*LdpBindingSummaryAf) GetBindingTotal

func (m *LdpBindingSummaryAf) GetBindingTotal() uint32

func (*LdpBindingSummaryAf) GetLastLibUpdate

func (m *LdpBindingSummaryAf) GetLastLibUpdate() uint32

func (*LdpBindingSummaryAf) GetLibMinimumRevisionSentAll

func (m *LdpBindingSummaryAf) GetLibMinimumRevisionSentAll() uint32

func (*LdpBindingSummaryAf) ProtoMessage

func (*LdpBindingSummaryAf) ProtoMessage()

func (*LdpBindingSummaryAf) Reset

func (m *LdpBindingSummaryAf) Reset()

func (*LdpBindingSummaryAf) String

func (m *LdpBindingSummaryAf) String() string

func (*LdpBindingSummaryAf) XXX_DiscardUnknown

func (m *LdpBindingSummaryAf) XXX_DiscardUnknown()

func (*LdpBindingSummaryAf) XXX_Marshal

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

func (*LdpBindingSummaryAf) XXX_Merge

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

func (*LdpBindingSummaryAf) XXX_Size

func (m *LdpBindingSummaryAf) XXX_Size() int

func (*LdpBindingSummaryAf) XXX_Unmarshal

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

type LdpBindingSummary_KEYS

type LdpBindingSummary_KEYS struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpBindingSummary_KEYS) Descriptor

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

func (*LdpBindingSummary_KEYS) ProtoMessage

func (*LdpBindingSummary_KEYS) ProtoMessage()

func (*LdpBindingSummary_KEYS) Reset

func (m *LdpBindingSummary_KEYS) Reset()

func (*LdpBindingSummary_KEYS) String

func (m *LdpBindingSummary_KEYS) String() string

func (*LdpBindingSummary_KEYS) XXX_DiscardUnknown

func (m *LdpBindingSummary_KEYS) XXX_DiscardUnknown()

func (*LdpBindingSummary_KEYS) XXX_Marshal

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

func (*LdpBindingSummary_KEYS) XXX_Merge

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

func (*LdpBindingSummary_KEYS) XXX_Size

func (m *LdpBindingSummary_KEYS) XXX_Size() int

func (*LdpBindingSummary_KEYS) XXX_Unmarshal

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

type LdpVrfInfo

type LdpVrfInfo struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Id                   uint32   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpVrfInfo) Descriptor

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

func (*LdpVrfInfo) GetId

func (m *LdpVrfInfo) GetId() uint32

func (*LdpVrfInfo) GetName

func (m *LdpVrfInfo) GetName() string

func (*LdpVrfInfo) ProtoMessage

func (*LdpVrfInfo) ProtoMessage()

func (*LdpVrfInfo) Reset

func (m *LdpVrfInfo) Reset()

func (*LdpVrfInfo) String

func (m *LdpVrfInfo) String() string

func (*LdpVrfInfo) XXX_DiscardUnknown

func (m *LdpVrfInfo) XXX_DiscardUnknown()

func (*LdpVrfInfo) XXX_Marshal

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

func (*LdpVrfInfo) XXX_Merge

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

func (*LdpVrfInfo) XXX_Size

func (m *LdpVrfInfo) XXX_Size() int

func (*LdpVrfInfo) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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