Documentation ¶
Overview ¶
Cisco-IOS-XR-mpls-ldp-oper:mpls-ldp/global/standby/vrfs/vrf/nsr/ha-summary
Index ¶
- type LdpNsrSum
- func (*LdpNsrSum) Descriptor() ([]byte, []int)
- func (m *LdpNsrSum) GetSessions() *LdpNsrSumSess
- func (m *LdpNsrSum) GetVrf() *LdpVrfInfo
- func (*LdpNsrSum) ProtoMessage()
- func (m *LdpNsrSum) Reset()
- func (m *LdpNsrSum) String() string
- func (m *LdpNsrSum) XXX_DiscardUnknown()
- func (m *LdpNsrSum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LdpNsrSum) XXX_Merge(src proto.Message)
- func (m *LdpNsrSum) XXX_Size() int
- func (m *LdpNsrSum) XXX_Unmarshal(b []byte) error
- type LdpNsrSumSess
- func (*LdpNsrSumSess) Descriptor() ([]byte, []int)
- func (m *LdpNsrSumSess) GetNsrEligible() uint32
- func (m *LdpNsrSumSess) GetNsrStateAppWait() uint32
- func (m *LdpNsrSumSess) GetNsrStateNone() uint32
- func (m *LdpNsrSumSess) GetNsrStateOperational() uint32
- func (m *LdpNsrSumSess) GetNsrStatePrepare() uint32
- func (m *LdpNsrSumSess) GetNsrStateReady() uint32
- func (m *LdpNsrSumSess) GetNsrStateTcpPhase1() uint32
- func (m *LdpNsrSumSess) GetNsrStateTcpPhase2() uint32
- func (m *LdpNsrSumSess) GetNsrStateWait() uint32
- func (m *LdpNsrSumSess) GetTotal() uint32
- func (*LdpNsrSumSess) ProtoMessage()
- func (m *LdpNsrSumSess) Reset()
- func (m *LdpNsrSumSess) String() string
- func (m *LdpNsrSumSess) XXX_DiscardUnknown()
- func (m *LdpNsrSumSess) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LdpNsrSumSess) XXX_Merge(src proto.Message)
- func (m *LdpNsrSumSess) XXX_Size() int
- func (m *LdpNsrSumSess) XXX_Unmarshal(b []byte) error
- type LdpNsrSum_KEYS
- func (*LdpNsrSum_KEYS) Descriptor() ([]byte, []int)
- func (m *LdpNsrSum_KEYS) GetVrfName() string
- func (*LdpNsrSum_KEYS) ProtoMessage()
- func (m *LdpNsrSum_KEYS) Reset()
- func (m *LdpNsrSum_KEYS) String() string
- func (m *LdpNsrSum_KEYS) XXX_DiscardUnknown()
- func (m *LdpNsrSum_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LdpNsrSum_KEYS) XXX_Merge(src proto.Message)
- func (m *LdpNsrSum_KEYS) XXX_Size() int
- func (m *LdpNsrSum_KEYS) XXX_Unmarshal(b []byte) error
- type LdpVrfInfo
- func (*LdpVrfInfo) Descriptor() ([]byte, []int)
- func (m *LdpVrfInfo) GetId() uint32
- func (m *LdpVrfInfo) GetName() string
- func (*LdpVrfInfo) ProtoMessage()
- func (m *LdpVrfInfo) Reset()
- func (m *LdpVrfInfo) String() string
- func (m *LdpVrfInfo) XXX_DiscardUnknown()
- func (m *LdpVrfInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LdpVrfInfo) XXX_Merge(src proto.Message)
- func (m *LdpVrfInfo) XXX_Size() int
- func (m *LdpVrfInfo) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LdpNsrSum ¶
type LdpNsrSum struct { Vrf *LdpVrfInfo `protobuf:"bytes,50,opt,name=vrf,proto3" json:"vrf,omitempty"` Sessions *LdpNsrSumSess `protobuf:"bytes,51,opt,name=sessions,proto3" json:"sessions,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LdpNsrSum) Descriptor ¶
func (*LdpNsrSum) GetSessions ¶
func (m *LdpNsrSum) GetSessions() *LdpNsrSumSess
func (*LdpNsrSum) GetVrf ¶
func (m *LdpNsrSum) GetVrf() *LdpVrfInfo
func (*LdpNsrSum) ProtoMessage ¶
func (*LdpNsrSum) ProtoMessage()
func (*LdpNsrSum) XXX_DiscardUnknown ¶
func (m *LdpNsrSum) XXX_DiscardUnknown()
func (*LdpNsrSum) XXX_Marshal ¶
func (*LdpNsrSum) XXX_Unmarshal ¶
type LdpNsrSumSess ¶
type LdpNsrSumSess struct { Total uint32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` NsrEligible uint32 `protobuf:"varint,2,opt,name=nsr_eligible,json=nsrEligible,proto3" json:"nsr_eligible,omitempty"` NsrStateNone uint32 `protobuf:"varint,3,opt,name=nsr_state_none,json=nsrStateNone,proto3" json:"nsr_state_none,omitempty"` NsrStateWait uint32 `protobuf:"varint,4,opt,name=nsr_state_wait,json=nsrStateWait,proto3" json:"nsr_state_wait,omitempty"` NsrStateReady uint32 `protobuf:"varint,5,opt,name=nsr_state_ready,json=nsrStateReady,proto3" json:"nsr_state_ready,omitempty"` NsrStatePrepare uint32 `protobuf:"varint,6,opt,name=nsr_state_prepare,json=nsrStatePrepare,proto3" json:"nsr_state_prepare,omitempty"` NsrStateAppWait uint32 `protobuf:"varint,7,opt,name=nsr_state_app_wait,json=nsrStateAppWait,proto3" json:"nsr_state_app_wait,omitempty"` NsrStateOperational uint32 `protobuf:"varint,8,opt,name=nsr_state_operational,json=nsrStateOperational,proto3" json:"nsr_state_operational,omitempty"` NsrStateTcpPhase1 uint32 `protobuf:"varint,9,opt,name=nsr_state_tcp_phase1,json=nsrStateTcpPhase1,proto3" json:"nsr_state_tcp_phase1,omitempty"` NsrStateTcpPhase2 uint32 `protobuf:"varint,10,opt,name=nsr_state_tcp_phase2,json=nsrStateTcpPhase2,proto3" json:"nsr_state_tcp_phase2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LdpNsrSumSess) Descriptor ¶
func (*LdpNsrSumSess) Descriptor() ([]byte, []int)
func (*LdpNsrSumSess) GetNsrEligible ¶
func (m *LdpNsrSumSess) GetNsrEligible() uint32
func (*LdpNsrSumSess) GetNsrStateAppWait ¶
func (m *LdpNsrSumSess) GetNsrStateAppWait() uint32
func (*LdpNsrSumSess) GetNsrStateNone ¶
func (m *LdpNsrSumSess) GetNsrStateNone() uint32
func (*LdpNsrSumSess) GetNsrStateOperational ¶
func (m *LdpNsrSumSess) GetNsrStateOperational() uint32
func (*LdpNsrSumSess) GetNsrStatePrepare ¶
func (m *LdpNsrSumSess) GetNsrStatePrepare() uint32
func (*LdpNsrSumSess) GetNsrStateReady ¶
func (m *LdpNsrSumSess) GetNsrStateReady() uint32
func (*LdpNsrSumSess) GetNsrStateTcpPhase1 ¶
func (m *LdpNsrSumSess) GetNsrStateTcpPhase1() uint32
func (*LdpNsrSumSess) GetNsrStateTcpPhase2 ¶
func (m *LdpNsrSumSess) GetNsrStateTcpPhase2() uint32
func (*LdpNsrSumSess) GetNsrStateWait ¶
func (m *LdpNsrSumSess) GetNsrStateWait() uint32
func (*LdpNsrSumSess) GetTotal ¶
func (m *LdpNsrSumSess) GetTotal() uint32
func (*LdpNsrSumSess) ProtoMessage ¶
func (*LdpNsrSumSess) ProtoMessage()
func (*LdpNsrSumSess) Reset ¶
func (m *LdpNsrSumSess) Reset()
func (*LdpNsrSumSess) String ¶
func (m *LdpNsrSumSess) String() string
func (*LdpNsrSumSess) XXX_DiscardUnknown ¶
func (m *LdpNsrSumSess) XXX_DiscardUnknown()
func (*LdpNsrSumSess) XXX_Marshal ¶
func (m *LdpNsrSumSess) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LdpNsrSumSess) XXX_Merge ¶
func (m *LdpNsrSumSess) XXX_Merge(src proto.Message)
func (*LdpNsrSumSess) XXX_Size ¶
func (m *LdpNsrSumSess) XXX_Size() int
func (*LdpNsrSumSess) XXX_Unmarshal ¶
func (m *LdpNsrSumSess) XXX_Unmarshal(b []byte) error
type LdpNsrSum_KEYS ¶
type LdpNsrSum_KEYS struct { VrfName string `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LdpNsrSum_KEYS) Descriptor ¶
func (*LdpNsrSum_KEYS) Descriptor() ([]byte, []int)
func (*LdpNsrSum_KEYS) GetVrfName ¶
func (m *LdpNsrSum_KEYS) GetVrfName() string
func (*LdpNsrSum_KEYS) ProtoMessage ¶
func (*LdpNsrSum_KEYS) ProtoMessage()
func (*LdpNsrSum_KEYS) Reset ¶
func (m *LdpNsrSum_KEYS) Reset()
func (*LdpNsrSum_KEYS) String ¶
func (m *LdpNsrSum_KEYS) String() string
func (*LdpNsrSum_KEYS) XXX_DiscardUnknown ¶
func (m *LdpNsrSum_KEYS) XXX_DiscardUnknown()
func (*LdpNsrSum_KEYS) XXX_Marshal ¶
func (m *LdpNsrSum_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LdpNsrSum_KEYS) XXX_Merge ¶
func (m *LdpNsrSum_KEYS) XXX_Merge(src proto.Message)
func (*LdpNsrSum_KEYS) XXX_Size ¶
func (m *LdpNsrSum_KEYS) XXX_Size() int
func (*LdpNsrSum_KEYS) XXX_Unmarshal ¶
func (m *LdpNsrSum_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
Click to show internal directories.
Click to hide internal directories.