Documentation
¶
Overview ¶
Cisco-IOS-XR-ip-bfd-oper:bfd/ipv4-single-hop-counters/ipv4-single-hop-packet-counters/ipv4-single-hop-packet-counter
Index ¶
- type BfdMgmtPacketCount
- func (*BfdMgmtPacketCount) Descriptor() ([]byte, []int)
- func (m *BfdMgmtPacketCount) GetDisplayType() string
- func (m *BfdMgmtPacketCount) GetEchoReceiveCount() uint32
- func (m *BfdMgmtPacketCount) GetEchoTransmitCount() uint32
- func (m *BfdMgmtPacketCount) GetHelloReceiveCount() uint32
- func (m *BfdMgmtPacketCount) GetHelloTransmitCount() uint32
- func (*BfdMgmtPacketCount) ProtoMessage()
- func (m *BfdMgmtPacketCount) Reset()
- func (m *BfdMgmtPacketCount) String() string
- func (m *BfdMgmtPacketCount) XXX_DiscardUnknown()
- func (m *BfdMgmtPacketCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtPacketCount) XXX_Merge(src proto.Message)
- func (m *BfdMgmtPacketCount) XXX_Size() int
- func (m *BfdMgmtPacketCount) XXX_Unmarshal(b []byte) error
- type BfdMgmtPacketCount_KEYS
- func (*BfdMgmtPacketCount_KEYS) Descriptor() ([]byte, []int)
- func (m *BfdMgmtPacketCount_KEYS) GetInterfaceName() string
- func (m *BfdMgmtPacketCount_KEYS) GetLocation() string
- func (*BfdMgmtPacketCount_KEYS) ProtoMessage()
- func (m *BfdMgmtPacketCount_KEYS) Reset()
- func (m *BfdMgmtPacketCount_KEYS) String() string
- func (m *BfdMgmtPacketCount_KEYS) XXX_DiscardUnknown()
- func (m *BfdMgmtPacketCount_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtPacketCount_KEYS) XXX_Merge(src proto.Message)
- func (m *BfdMgmtPacketCount_KEYS) XXX_Size() int
- func (m *BfdMgmtPacketCount_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BfdMgmtPacketCount ¶
type BfdMgmtPacketCount struct { HelloTransmitCount uint32 `protobuf:"varint,50,opt,name=hello_transmit_count,json=helloTransmitCount,proto3" json:"hello_transmit_count,omitempty"` HelloReceiveCount uint32 `protobuf:"varint,51,opt,name=hello_receive_count,json=helloReceiveCount,proto3" json:"hello_receive_count,omitempty"` EchoTransmitCount uint32 `protobuf:"varint,52,opt,name=echo_transmit_count,json=echoTransmitCount,proto3" json:"echo_transmit_count,omitempty"` EchoReceiveCount uint32 `protobuf:"varint,53,opt,name=echo_receive_count,json=echoReceiveCount,proto3" json:"echo_receive_count,omitempty"` DisplayType string `protobuf:"bytes,54,opt,name=display_type,json=displayType,proto3" json:"display_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtPacketCount) Descriptor ¶
func (*BfdMgmtPacketCount) Descriptor() ([]byte, []int)
func (*BfdMgmtPacketCount) GetDisplayType ¶
func (m *BfdMgmtPacketCount) GetDisplayType() string
func (*BfdMgmtPacketCount) GetEchoReceiveCount ¶
func (m *BfdMgmtPacketCount) GetEchoReceiveCount() uint32
func (*BfdMgmtPacketCount) GetEchoTransmitCount ¶
func (m *BfdMgmtPacketCount) GetEchoTransmitCount() uint32
func (*BfdMgmtPacketCount) GetHelloReceiveCount ¶
func (m *BfdMgmtPacketCount) GetHelloReceiveCount() uint32
func (*BfdMgmtPacketCount) GetHelloTransmitCount ¶
func (m *BfdMgmtPacketCount) GetHelloTransmitCount() uint32
func (*BfdMgmtPacketCount) ProtoMessage ¶
func (*BfdMgmtPacketCount) ProtoMessage()
func (*BfdMgmtPacketCount) Reset ¶
func (m *BfdMgmtPacketCount) Reset()
func (*BfdMgmtPacketCount) String ¶
func (m *BfdMgmtPacketCount) String() string
func (*BfdMgmtPacketCount) XXX_DiscardUnknown ¶
func (m *BfdMgmtPacketCount) XXX_DiscardUnknown()
func (*BfdMgmtPacketCount) XXX_Marshal ¶
func (m *BfdMgmtPacketCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtPacketCount) XXX_Merge ¶
func (m *BfdMgmtPacketCount) XXX_Merge(src proto.Message)
func (*BfdMgmtPacketCount) XXX_Size ¶
func (m *BfdMgmtPacketCount) XXX_Size() int
func (*BfdMgmtPacketCount) XXX_Unmarshal ¶
func (m *BfdMgmtPacketCount) XXX_Unmarshal(b []byte) error
type BfdMgmtPacketCount_KEYS ¶
type BfdMgmtPacketCount_KEYS struct { InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` Location string `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtPacketCount_KEYS) Descriptor ¶
func (*BfdMgmtPacketCount_KEYS) Descriptor() ([]byte, []int)
func (*BfdMgmtPacketCount_KEYS) GetInterfaceName ¶
func (m *BfdMgmtPacketCount_KEYS) GetInterfaceName() string
func (*BfdMgmtPacketCount_KEYS) GetLocation ¶
func (m *BfdMgmtPacketCount_KEYS) GetLocation() string
func (*BfdMgmtPacketCount_KEYS) ProtoMessage ¶
func (*BfdMgmtPacketCount_KEYS) ProtoMessage()
func (*BfdMgmtPacketCount_KEYS) Reset ¶
func (m *BfdMgmtPacketCount_KEYS) Reset()
func (*BfdMgmtPacketCount_KEYS) String ¶
func (m *BfdMgmtPacketCount_KEYS) String() string
func (*BfdMgmtPacketCount_KEYS) XXX_DiscardUnknown ¶
func (m *BfdMgmtPacketCount_KEYS) XXX_DiscardUnknown()
func (*BfdMgmtPacketCount_KEYS) XXX_Marshal ¶
func (m *BfdMgmtPacketCount_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtPacketCount_KEYS) XXX_Merge ¶
func (m *BfdMgmtPacketCount_KEYS) XXX_Merge(src proto.Message)
func (*BfdMgmtPacketCount_KEYS) XXX_Size ¶
func (m *BfdMgmtPacketCount_KEYS) XXX_Size() int
func (*BfdMgmtPacketCount_KEYS) XXX_Unmarshal ¶
func (m *BfdMgmtPacketCount_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.