Documentation
¶
Overview ¶
Cisco-IOS-XR-ethernet-lldp-oper:lldp/nodes/node/statistics
Index ¶
- type LldpStats
- func (*LldpStats) Descriptor() ([]byte, []int)
- func (m *LldpStats) GetAgedOutEntries() uint32
- func (m *LldpStats) GetBadPackets() uint32
- func (m *LldpStats) GetDiscardedPackets() uint32
- func (m *LldpStats) GetDiscardedTlVs() uint32
- func (m *LldpStats) GetEncapsulationErrors() uint32
- func (m *LldpStats) GetOutOfMemoryErrors() uint32
- func (m *LldpStats) GetQueueOverflowErrors() uint32
- func (m *LldpStats) GetReceivedPackets() uint32
- func (m *LldpStats) GetTableOverflowErrors() uint32
- func (m *LldpStats) GetTransmittedPackets() uint32
- func (m *LldpStats) GetUnrecognizedTlVs() uint32
- func (*LldpStats) ProtoMessage()
- func (m *LldpStats) Reset()
- func (m *LldpStats) String() string
- func (m *LldpStats) XXX_DiscardUnknown()
- func (m *LldpStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LldpStats) XXX_Merge(src proto.Message)
- func (m *LldpStats) XXX_Size() int
- func (m *LldpStats) XXX_Unmarshal(b []byte) error
- type LldpStats_KEYS
- func (*LldpStats_KEYS) Descriptor() ([]byte, []int)
- func (m *LldpStats_KEYS) GetNodeName() string
- func (*LldpStats_KEYS) ProtoMessage()
- func (m *LldpStats_KEYS) Reset()
- func (m *LldpStats_KEYS) String() string
- func (m *LldpStats_KEYS) XXX_DiscardUnknown()
- func (m *LldpStats_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LldpStats_KEYS) XXX_Merge(src proto.Message)
- func (m *LldpStats_KEYS) XXX_Size() int
- func (m *LldpStats_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LldpStats ¶
type LldpStats struct { TransmittedPackets uint32 `protobuf:"varint,50,opt,name=transmitted_packets,json=transmittedPackets,proto3" json:"transmitted_packets,omitempty"` AgedOutEntries uint32 `protobuf:"varint,51,opt,name=aged_out_entries,json=agedOutEntries,proto3" json:"aged_out_entries,omitempty"` DiscardedPackets uint32 `protobuf:"varint,52,opt,name=discarded_packets,json=discardedPackets,proto3" json:"discarded_packets,omitempty"` BadPackets uint32 `protobuf:"varint,53,opt,name=bad_packets,json=badPackets,proto3" json:"bad_packets,omitempty"` ReceivedPackets uint32 `protobuf:"varint,54,opt,name=received_packets,json=receivedPackets,proto3" json:"received_packets,omitempty"` DiscardedTlVs uint32 `protobuf:"varint,55,opt,name=discarded_tl_vs,json=discardedTlVs,proto3" json:"discarded_tl_vs,omitempty"` UnrecognizedTlVs uint32 `protobuf:"varint,56,opt,name=unrecognized_tl_vs,json=unrecognizedTlVs,proto3" json:"unrecognized_tl_vs,omitempty"` OutOfMemoryErrors uint32 `protobuf:"varint,57,opt,name=out_of_memory_errors,json=outOfMemoryErrors,proto3" json:"out_of_memory_errors,omitempty"` EncapsulationErrors uint32 `protobuf:"varint,58,opt,name=encapsulation_errors,json=encapsulationErrors,proto3" json:"encapsulation_errors,omitempty"` QueueOverflowErrors uint32 `protobuf:"varint,59,opt,name=queue_overflow_errors,json=queueOverflowErrors,proto3" json:"queue_overflow_errors,omitempty"` TableOverflowErrors uint32 `protobuf:"varint,60,opt,name=table_overflow_errors,json=tableOverflowErrors,proto3" json:"table_overflow_errors,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LldpStats) Descriptor ¶
func (*LldpStats) GetAgedOutEntries ¶
func (*LldpStats) GetBadPackets ¶
func (*LldpStats) GetDiscardedPackets ¶
func (*LldpStats) GetDiscardedTlVs ¶
func (*LldpStats) GetEncapsulationErrors ¶
func (*LldpStats) GetOutOfMemoryErrors ¶
func (*LldpStats) GetQueueOverflowErrors ¶
func (*LldpStats) GetReceivedPackets ¶
func (*LldpStats) GetTableOverflowErrors ¶
func (*LldpStats) GetTransmittedPackets ¶
func (*LldpStats) GetUnrecognizedTlVs ¶
func (*LldpStats) ProtoMessage ¶
func (*LldpStats) ProtoMessage()
func (*LldpStats) XXX_DiscardUnknown ¶
func (m *LldpStats) XXX_DiscardUnknown()
func (*LldpStats) XXX_Marshal ¶
func (*LldpStats) XXX_Unmarshal ¶
type LldpStats_KEYS ¶
type LldpStats_KEYS struct { NodeName string `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LldpStats_KEYS) Descriptor ¶
func (*LldpStats_KEYS) Descriptor() ([]byte, []int)
func (*LldpStats_KEYS) GetNodeName ¶
func (m *LldpStats_KEYS) GetNodeName() string
func (*LldpStats_KEYS) ProtoMessage ¶
func (*LldpStats_KEYS) ProtoMessage()
func (*LldpStats_KEYS) Reset ¶
func (m *LldpStats_KEYS) Reset()
func (*LldpStats_KEYS) String ¶
func (m *LldpStats_KEYS) String() string
func (*LldpStats_KEYS) XXX_DiscardUnknown ¶
func (m *LldpStats_KEYS) XXX_DiscardUnknown()
func (*LldpStats_KEYS) XXX_Marshal ¶
func (m *LldpStats_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LldpStats_KEYS) XXX_Merge ¶
func (m *LldpStats_KEYS) XXX_Merge(src proto.Message)
func (*LldpStats_KEYS) XXX_Size ¶
func (m *LldpStats_KEYS) XXX_Size() int
func (*LldpStats_KEYS) XXX_Unmarshal ¶
func (m *LldpStats_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.