Documentation
¶
Overview ¶
Cisco-IOS-XR-bundlemgr-oper:bundle-information/bfd-counters/bfd-counters-bundles/bfd-counters-bundle/bfd-counters-bundle-descendant
Index ¶
- type BmNameBag
- func (*BmNameBag) Descriptor() ([]byte, []int)
- func (m *BmNameBag) GetItemName() string
- func (*BmNameBag) ProtoMessage()
- func (m *BmNameBag) Reset()
- func (m *BmNameBag) String() string
- func (m *BmNameBag) XXX_DiscardUnknown()
- func (m *BmNameBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BmNameBag) XXX_Merge(src proto.Message)
- func (m *BmNameBag) XXX_Size() int
- func (m *BmNameBag) XXX_Unmarshal(b []byte) error
- 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 BmdBfdCounterBagMultiple
- func (*BmdBfdCounterBagMultiple) Descriptor() ([]byte, []int)
- func (m *BmdBfdCounterBagMultiple) GetBfdCounter() []*BmdBfdCounterBag
- func (m *BmdBfdCounterBagMultiple) GetBundleName() *BmNameBag
- func (*BmdBfdCounterBagMultiple) ProtoMessage()
- func (m *BmdBfdCounterBagMultiple) Reset()
- func (m *BmdBfdCounterBagMultiple) String() string
- func (m *BmdBfdCounterBagMultiple) XXX_DiscardUnknown()
- func (m *BmdBfdCounterBagMultiple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BmdBfdCounterBagMultiple) XXX_Merge(src proto.Message)
- func (m *BmdBfdCounterBagMultiple) XXX_Size() int
- func (m *BmdBfdCounterBagMultiple) XXX_Unmarshal(b []byte) error
- type BmdBfdCounterBagMultiple_KEYS
- func (*BmdBfdCounterBagMultiple_KEYS) Descriptor() ([]byte, []int)
- func (m *BmdBfdCounterBagMultiple_KEYS) GetBundleInterface() string
- func (*BmdBfdCounterBagMultiple_KEYS) ProtoMessage()
- func (m *BmdBfdCounterBagMultiple_KEYS) Reset()
- func (m *BmdBfdCounterBagMultiple_KEYS) String() string
- func (m *BmdBfdCounterBagMultiple_KEYS) XXX_DiscardUnknown()
- func (m *BmdBfdCounterBagMultiple_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BmdBfdCounterBagMultiple_KEYS) XXX_Merge(src proto.Message)
- func (m *BmdBfdCounterBagMultiple_KEYS) XXX_Size() int
- func (m *BmdBfdCounterBagMultiple_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BmNameBag ¶
type BmNameBag struct { ItemName string `protobuf:"bytes,1,opt,name=item_name,json=itemName,proto3" json:"item_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BmNameBag) Descriptor ¶
func (*BmNameBag) GetItemName ¶
func (*BmNameBag) ProtoMessage ¶
func (*BmNameBag) ProtoMessage()
func (*BmNameBag) XXX_DiscardUnknown ¶
func (m *BmNameBag) XXX_DiscardUnknown()
func (*BmNameBag) XXX_Marshal ¶
func (*BmNameBag) XXX_Unmarshal ¶
type BmdBfdCounterBag ¶
type BmdBfdCounterBag struct { MemberName string `protobuf:"bytes,1,opt,name=member_name,json=memberName,proto3" json:"member_name,omitempty"` LastTimeCleared uint64 `protobuf:"varint,2,opt,name=last_time_cleared,json=lastTimeCleared,proto3" json:"last_time_cleared,omitempty"` Starting uint32 `protobuf:"varint,3,opt,name=starting,proto3" json:"starting,omitempty"` Up uint32 `protobuf:"varint,4,opt,name=up,proto3" json:"up,omitempty"` Down uint32 `protobuf:"varint,5,opt,name=down,proto3" json:"down,omitempty"` NeighborUnconfigured uint32 `protobuf:"varint,6,opt,name=neighbor_unconfigured,json=neighborUnconfigured,proto3" json:"neighbor_unconfigured,omitempty"` StartTimeouts uint32 `protobuf:"varint,7,opt,name=start_timeouts,json=startTimeouts,proto3" json:"start_timeouts,omitempty"` NeighborUnconfiguredTimeouts uint32 `` /* 148-byte string literal not displayed */ TimeSinceCleared uint64 `protobuf:"varint,9,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 BmdBfdCounterBagMultiple ¶
type BmdBfdCounterBagMultiple struct { BundleName *BmNameBag `protobuf:"bytes,50,opt,name=bundle_name,json=bundleName,proto3" json:"bundle_name,omitempty"` BfdCounter []*BmdBfdCounterBag `protobuf:"bytes,51,rep,name=bfd_counter,json=bfdCounter,proto3" json:"bfd_counter,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BmdBfdCounterBagMultiple) Descriptor ¶
func (*BmdBfdCounterBagMultiple) Descriptor() ([]byte, []int)
func (*BmdBfdCounterBagMultiple) GetBfdCounter ¶
func (m *BmdBfdCounterBagMultiple) GetBfdCounter() []*BmdBfdCounterBag
func (*BmdBfdCounterBagMultiple) GetBundleName ¶
func (m *BmdBfdCounterBagMultiple) GetBundleName() *BmNameBag
func (*BmdBfdCounterBagMultiple) ProtoMessage ¶
func (*BmdBfdCounterBagMultiple) ProtoMessage()
func (*BmdBfdCounterBagMultiple) Reset ¶
func (m *BmdBfdCounterBagMultiple) Reset()
func (*BmdBfdCounterBagMultiple) String ¶
func (m *BmdBfdCounterBagMultiple) String() string
func (*BmdBfdCounterBagMultiple) XXX_DiscardUnknown ¶
func (m *BmdBfdCounterBagMultiple) XXX_DiscardUnknown()
func (*BmdBfdCounterBagMultiple) XXX_Marshal ¶
func (m *BmdBfdCounterBagMultiple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BmdBfdCounterBagMultiple) XXX_Merge ¶
func (m *BmdBfdCounterBagMultiple) XXX_Merge(src proto.Message)
func (*BmdBfdCounterBagMultiple) XXX_Size ¶
func (m *BmdBfdCounterBagMultiple) XXX_Size() int
func (*BmdBfdCounterBagMultiple) XXX_Unmarshal ¶
func (m *BmdBfdCounterBagMultiple) XXX_Unmarshal(b []byte) error
type BmdBfdCounterBagMultiple_KEYS ¶
type BmdBfdCounterBagMultiple_KEYS struct { BundleInterface string `protobuf:"bytes,1,opt,name=bundle_interface,json=bundleInterface,proto3" json:"bundle_interface,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BmdBfdCounterBagMultiple_KEYS) Descriptor ¶
func (*BmdBfdCounterBagMultiple_KEYS) Descriptor() ([]byte, []int)
func (*BmdBfdCounterBagMultiple_KEYS) GetBundleInterface ¶
func (m *BmdBfdCounterBagMultiple_KEYS) GetBundleInterface() string
func (*BmdBfdCounterBagMultiple_KEYS) ProtoMessage ¶
func (*BmdBfdCounterBagMultiple_KEYS) ProtoMessage()
func (*BmdBfdCounterBagMultiple_KEYS) Reset ¶
func (m *BmdBfdCounterBagMultiple_KEYS) Reset()
func (*BmdBfdCounterBagMultiple_KEYS) String ¶
func (m *BmdBfdCounterBagMultiple_KEYS) String() string
func (*BmdBfdCounterBagMultiple_KEYS) XXX_DiscardUnknown ¶
func (m *BmdBfdCounterBagMultiple_KEYS) XXX_DiscardUnknown()
func (*BmdBfdCounterBagMultiple_KEYS) XXX_Marshal ¶
func (m *BmdBfdCounterBagMultiple_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BmdBfdCounterBagMultiple_KEYS) XXX_Merge ¶
func (m *BmdBfdCounterBagMultiple_KEYS) XXX_Merge(src proto.Message)
func (*BmdBfdCounterBagMultiple_KEYS) XXX_Size ¶
func (m *BmdBfdCounterBagMultiple_KEYS) XXX_Size() int
func (*BmdBfdCounterBagMultiple_KEYS) XXX_Unmarshal ¶
func (m *BmdBfdCounterBagMultiple_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.