Documentation
¶
Overview ¶
Cisco-IOS-XR-ip-bfd-oper:bfd/ipv6-multi-hop-node-location-summaries/ipv6-multi-hop-node-location-summary
Index ¶
- type BfdLocMgmtSessionStateInformation
- func (*BfdLocMgmtSessionStateInformation) Descriptor() ([]byte, []int)
- func (m *BfdLocMgmtSessionStateInformation) GetDownCount() uint32
- func (m *BfdLocMgmtSessionStateInformation) GetRetryCount() uint32
- func (m *BfdLocMgmtSessionStateInformation) GetStandbyCount() uint32
- func (m *BfdLocMgmtSessionStateInformation) GetTotalCount() uint32
- func (m *BfdLocMgmtSessionStateInformation) GetUnknownCount() uint32
- func (m *BfdLocMgmtSessionStateInformation) GetUpCount() uint32
- func (*BfdLocMgmtSessionStateInformation) ProtoMessage()
- func (m *BfdLocMgmtSessionStateInformation) Reset()
- func (m *BfdLocMgmtSessionStateInformation) String() string
- func (m *BfdLocMgmtSessionStateInformation) XXX_DiscardUnknown()
- func (m *BfdLocMgmtSessionStateInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdLocMgmtSessionStateInformation) XXX_Merge(src proto.Message)
- func (m *BfdLocMgmtSessionStateInformation) XXX_Size() int
- func (m *BfdLocMgmtSessionStateInformation) XXX_Unmarshal(b []byte) error
- type BfdMgmtBfdLocInformation
- func (*BfdMgmtBfdLocInformation) Descriptor() ([]byte, []int)
- func (m *BfdMgmtBfdLocInformation) GetSessionState() *BfdLocMgmtSessionStateInformation
- func (*BfdMgmtBfdLocInformation) ProtoMessage()
- func (m *BfdMgmtBfdLocInformation) Reset()
- func (m *BfdMgmtBfdLocInformation) String() string
- func (m *BfdMgmtBfdLocInformation) XXX_DiscardUnknown()
- func (m *BfdMgmtBfdLocInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtBfdLocInformation) XXX_Merge(src proto.Message)
- func (m *BfdMgmtBfdLocInformation) XXX_Size() int
- func (m *BfdMgmtBfdLocInformation) XXX_Unmarshal(b []byte) error
- type BfdMgmtBfdLocInformation_KEYS
- func (*BfdMgmtBfdLocInformation_KEYS) Descriptor() ([]byte, []int)
- func (m *BfdMgmtBfdLocInformation_KEYS) GetLocation() string
- func (*BfdMgmtBfdLocInformation_KEYS) ProtoMessage()
- func (m *BfdMgmtBfdLocInformation_KEYS) Reset()
- func (m *BfdMgmtBfdLocInformation_KEYS) String() string
- func (m *BfdMgmtBfdLocInformation_KEYS) XXX_DiscardUnknown()
- func (m *BfdMgmtBfdLocInformation_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtBfdLocInformation_KEYS) XXX_Merge(src proto.Message)
- func (m *BfdMgmtBfdLocInformation_KEYS) XXX_Size() int
- func (m *BfdMgmtBfdLocInformation_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BfdLocMgmtSessionStateInformation ¶
type BfdLocMgmtSessionStateInformation struct { TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` UpCount uint32 `protobuf:"varint,2,opt,name=up_count,json=upCount,proto3" json:"up_count,omitempty"` DownCount uint32 `protobuf:"varint,3,opt,name=down_count,json=downCount,proto3" json:"down_count,omitempty"` UnknownCount uint32 `protobuf:"varint,4,opt,name=unknown_count,json=unknownCount,proto3" json:"unknown_count,omitempty"` RetryCount uint32 `protobuf:"varint,5,opt,name=retry_count,json=retryCount,proto3" json:"retry_count,omitempty"` StandbyCount uint32 `protobuf:"varint,6,opt,name=standby_count,json=standbyCount,proto3" json:"standby_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdLocMgmtSessionStateInformation) Descriptor ¶
func (*BfdLocMgmtSessionStateInformation) Descriptor() ([]byte, []int)
func (*BfdLocMgmtSessionStateInformation) GetDownCount ¶
func (m *BfdLocMgmtSessionStateInformation) GetDownCount() uint32
func (*BfdLocMgmtSessionStateInformation) GetRetryCount ¶
func (m *BfdLocMgmtSessionStateInformation) GetRetryCount() uint32
func (*BfdLocMgmtSessionStateInformation) GetStandbyCount ¶
func (m *BfdLocMgmtSessionStateInformation) GetStandbyCount() uint32
func (*BfdLocMgmtSessionStateInformation) GetTotalCount ¶
func (m *BfdLocMgmtSessionStateInformation) GetTotalCount() uint32
func (*BfdLocMgmtSessionStateInformation) GetUnknownCount ¶
func (m *BfdLocMgmtSessionStateInformation) GetUnknownCount() uint32
func (*BfdLocMgmtSessionStateInformation) GetUpCount ¶
func (m *BfdLocMgmtSessionStateInformation) GetUpCount() uint32
func (*BfdLocMgmtSessionStateInformation) ProtoMessage ¶
func (*BfdLocMgmtSessionStateInformation) ProtoMessage()
func (*BfdLocMgmtSessionStateInformation) Reset ¶
func (m *BfdLocMgmtSessionStateInformation) Reset()
func (*BfdLocMgmtSessionStateInformation) String ¶
func (m *BfdLocMgmtSessionStateInformation) String() string
func (*BfdLocMgmtSessionStateInformation) XXX_DiscardUnknown ¶
func (m *BfdLocMgmtSessionStateInformation) XXX_DiscardUnknown()
func (*BfdLocMgmtSessionStateInformation) XXX_Marshal ¶
func (m *BfdLocMgmtSessionStateInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdLocMgmtSessionStateInformation) XXX_Merge ¶
func (m *BfdLocMgmtSessionStateInformation) XXX_Merge(src proto.Message)
func (*BfdLocMgmtSessionStateInformation) XXX_Size ¶
func (m *BfdLocMgmtSessionStateInformation) XXX_Size() int
func (*BfdLocMgmtSessionStateInformation) XXX_Unmarshal ¶
func (m *BfdLocMgmtSessionStateInformation) XXX_Unmarshal(b []byte) error
type BfdMgmtBfdLocInformation ¶
type BfdMgmtBfdLocInformation struct { SessionState *BfdLocMgmtSessionStateInformation `protobuf:"bytes,50,opt,name=session_state,json=sessionState,proto3" json:"session_state,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtBfdLocInformation) Descriptor ¶
func (*BfdMgmtBfdLocInformation) Descriptor() ([]byte, []int)
func (*BfdMgmtBfdLocInformation) GetSessionState ¶
func (m *BfdMgmtBfdLocInformation) GetSessionState() *BfdLocMgmtSessionStateInformation
func (*BfdMgmtBfdLocInformation) ProtoMessage ¶
func (*BfdMgmtBfdLocInformation) ProtoMessage()
func (*BfdMgmtBfdLocInformation) Reset ¶
func (m *BfdMgmtBfdLocInformation) Reset()
func (*BfdMgmtBfdLocInformation) String ¶
func (m *BfdMgmtBfdLocInformation) String() string
func (*BfdMgmtBfdLocInformation) XXX_DiscardUnknown ¶
func (m *BfdMgmtBfdLocInformation) XXX_DiscardUnknown()
func (*BfdMgmtBfdLocInformation) XXX_Marshal ¶
func (m *BfdMgmtBfdLocInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtBfdLocInformation) XXX_Merge ¶
func (m *BfdMgmtBfdLocInformation) XXX_Merge(src proto.Message)
func (*BfdMgmtBfdLocInformation) XXX_Size ¶
func (m *BfdMgmtBfdLocInformation) XXX_Size() int
func (*BfdMgmtBfdLocInformation) XXX_Unmarshal ¶
func (m *BfdMgmtBfdLocInformation) XXX_Unmarshal(b []byte) error
type BfdMgmtBfdLocInformation_KEYS ¶
type BfdMgmtBfdLocInformation_KEYS struct { Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtBfdLocInformation_KEYS) Descriptor ¶
func (*BfdMgmtBfdLocInformation_KEYS) Descriptor() ([]byte, []int)
func (*BfdMgmtBfdLocInformation_KEYS) GetLocation ¶
func (m *BfdMgmtBfdLocInformation_KEYS) GetLocation() string
func (*BfdMgmtBfdLocInformation_KEYS) ProtoMessage ¶
func (*BfdMgmtBfdLocInformation_KEYS) ProtoMessage()
func (*BfdMgmtBfdLocInformation_KEYS) Reset ¶
func (m *BfdMgmtBfdLocInformation_KEYS) Reset()
func (*BfdMgmtBfdLocInformation_KEYS) String ¶
func (m *BfdMgmtBfdLocInformation_KEYS) String() string
func (*BfdMgmtBfdLocInformation_KEYS) XXX_DiscardUnknown ¶
func (m *BfdMgmtBfdLocInformation_KEYS) XXX_DiscardUnknown()
func (*BfdMgmtBfdLocInformation_KEYS) XXX_Marshal ¶
func (m *BfdMgmtBfdLocInformation_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtBfdLocInformation_KEYS) XXX_Merge ¶
func (m *BfdMgmtBfdLocInformation_KEYS) XXX_Merge(src proto.Message)
func (*BfdMgmtBfdLocInformation_KEYS) XXX_Size ¶
func (m *BfdMgmtBfdLocInformation_KEYS) XXX_Size() int
func (*BfdMgmtBfdLocInformation_KEYS) XXX_Unmarshal ¶
func (m *BfdMgmtBfdLocInformation_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.