Documentation
¶
Overview ¶
Cisco-IOS-XR-bundlemgr-oper:bundle-information/bfd-counters/bfd-counters-members/bfd-counters-member/bfd-counters-member-item
Index ¶
- type BmdBfdCounterBag
- func (*BmdBfdCounterBag) Descriptor() ([]byte, []int)
- func (m *BmdBfdCounterBag) GetDown() uint32
- func (m *BmdBfdCounterBag) GetLastTimeCleared() uint64
- func (m *BmdBfdCounterBag) GetMemberName() string
- func (m *BmdBfdCounterBag) GetNeighborUnconfigured() uint32
- func (m *BmdBfdCounterBag) GetNeighborUnconfiguredTimeouts() uint32
- func (m *BmdBfdCounterBag) GetStartTimeouts() uint32
- func (m *BmdBfdCounterBag) GetStarting() uint32
- func (m *BmdBfdCounterBag) GetTimeSinceCleared() uint64
- func (m *BmdBfdCounterBag) GetUp() uint32
- func (*BmdBfdCounterBag) ProtoMessage()
- func (m *BmdBfdCounterBag) Reset()
- func (m *BmdBfdCounterBag) String() string
- func (m *BmdBfdCounterBag) XXX_DiscardUnknown()
- func (m *BmdBfdCounterBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BmdBfdCounterBag) XXX_Merge(src proto.Message)
- func (m *BmdBfdCounterBag) XXX_Size() int
- func (m *BmdBfdCounterBag) XXX_Unmarshal(b []byte) error
- type BmdBfdCounterBag_KEYS
- func (*BmdBfdCounterBag_KEYS) Descriptor() ([]byte, []int)
- func (m *BmdBfdCounterBag_KEYS) GetMemberInterface() string
- func (*BmdBfdCounterBag_KEYS) ProtoMessage()
- func (m *BmdBfdCounterBag_KEYS) Reset()
- func (m *BmdBfdCounterBag_KEYS) String() string
- func (m *BmdBfdCounterBag_KEYS) XXX_DiscardUnknown()
- func (m *BmdBfdCounterBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BmdBfdCounterBag_KEYS) XXX_Merge(src proto.Message)
- func (m *BmdBfdCounterBag_KEYS) XXX_Size() int
- func (m *BmdBfdCounterBag_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BmdBfdCounterBag ¶
type BmdBfdCounterBag struct { MemberName string `protobuf:"bytes,50,opt,name=member_name,json=memberName,proto3" json:"member_name,omitempty"` LastTimeCleared uint64 `protobuf:"varint,51,opt,name=last_time_cleared,json=lastTimeCleared,proto3" json:"last_time_cleared,omitempty"` Starting uint32 `protobuf:"varint,52,opt,name=starting,proto3" json:"starting,omitempty"` Up uint32 `protobuf:"varint,53,opt,name=up,proto3" json:"up,omitempty"` Down uint32 `protobuf:"varint,54,opt,name=down,proto3" json:"down,omitempty"` NeighborUnconfigured uint32 `protobuf:"varint,55,opt,name=neighbor_unconfigured,json=neighborUnconfigured,proto3" json:"neighbor_unconfigured,omitempty"` StartTimeouts uint32 `protobuf:"varint,56,opt,name=start_timeouts,json=startTimeouts,proto3" json:"start_timeouts,omitempty"` NeighborUnconfiguredTimeouts uint32 `` /* 149-byte string literal not displayed */ TimeSinceCleared uint64 `protobuf:"varint,58,opt,name=time_since_cleared,json=timeSinceCleared,proto3" json:"time_since_cleared,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BmdBfdCounterBag) Descriptor ¶
func (*BmdBfdCounterBag) Descriptor() ([]byte, []int)
func (*BmdBfdCounterBag) GetDown ¶
func (m *BmdBfdCounterBag) GetDown() uint32
func (*BmdBfdCounterBag) GetLastTimeCleared ¶
func (m *BmdBfdCounterBag) GetLastTimeCleared() uint64
func (*BmdBfdCounterBag) GetMemberName ¶
func (m *BmdBfdCounterBag) GetMemberName() string
func (*BmdBfdCounterBag) GetNeighborUnconfigured ¶
func (m *BmdBfdCounterBag) GetNeighborUnconfigured() uint32
func (*BmdBfdCounterBag) GetNeighborUnconfiguredTimeouts ¶
func (m *BmdBfdCounterBag) GetNeighborUnconfiguredTimeouts() uint32
func (*BmdBfdCounterBag) GetStartTimeouts ¶
func (m *BmdBfdCounterBag) GetStartTimeouts() uint32
func (*BmdBfdCounterBag) GetStarting ¶
func (m *BmdBfdCounterBag) GetStarting() uint32
func (*BmdBfdCounterBag) GetTimeSinceCleared ¶
func (m *BmdBfdCounterBag) GetTimeSinceCleared() uint64
func (*BmdBfdCounterBag) GetUp ¶
func (m *BmdBfdCounterBag) GetUp() uint32
func (*BmdBfdCounterBag) ProtoMessage ¶
func (*BmdBfdCounterBag) ProtoMessage()
func (*BmdBfdCounterBag) Reset ¶
func (m *BmdBfdCounterBag) Reset()
func (*BmdBfdCounterBag) String ¶
func (m *BmdBfdCounterBag) String() string
func (*BmdBfdCounterBag) XXX_DiscardUnknown ¶
func (m *BmdBfdCounterBag) XXX_DiscardUnknown()
func (*BmdBfdCounterBag) XXX_Marshal ¶
func (m *BmdBfdCounterBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BmdBfdCounterBag) XXX_Merge ¶
func (m *BmdBfdCounterBag) XXX_Merge(src proto.Message)
func (*BmdBfdCounterBag) XXX_Size ¶
func (m *BmdBfdCounterBag) XXX_Size() int
func (*BmdBfdCounterBag) XXX_Unmarshal ¶
func (m *BmdBfdCounterBag) XXX_Unmarshal(b []byte) error
type BmdBfdCounterBag_KEYS ¶
type BmdBfdCounterBag_KEYS struct { MemberInterface string `protobuf:"bytes,1,opt,name=member_interface,json=memberInterface,proto3" json:"member_interface,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BmdBfdCounterBag_KEYS) Descriptor ¶
func (*BmdBfdCounterBag_KEYS) Descriptor() ([]byte, []int)
func (*BmdBfdCounterBag_KEYS) GetMemberInterface ¶
func (m *BmdBfdCounterBag_KEYS) GetMemberInterface() string
func (*BmdBfdCounterBag_KEYS) ProtoMessage ¶
func (*BmdBfdCounterBag_KEYS) ProtoMessage()
func (*BmdBfdCounterBag_KEYS) Reset ¶
func (m *BmdBfdCounterBag_KEYS) Reset()
func (*BmdBfdCounterBag_KEYS) String ¶
func (m *BmdBfdCounterBag_KEYS) String() string
func (*BmdBfdCounterBag_KEYS) XXX_DiscardUnknown ¶
func (m *BmdBfdCounterBag_KEYS) XXX_DiscardUnknown()
func (*BmdBfdCounterBag_KEYS) XXX_Marshal ¶
func (m *BmdBfdCounterBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BmdBfdCounterBag_KEYS) XXX_Merge ¶
func (m *BmdBfdCounterBag_KEYS) XXX_Merge(src proto.Message)
func (*BmdBfdCounterBag_KEYS) XXX_Size ¶
func (m *BmdBfdCounterBag_KEYS) XXX_Size() int
func (*BmdBfdCounterBag_KEYS) XXX_Unmarshal ¶
func (m *BmdBfdCounterBag_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.