Documentation
¶
Overview ¶
Cisco-IOS-XR-bundlemgr-oper:lacp-bundle-members/members/member/counters
Index ¶
- type LacpCounters
- func (*LacpCounters) Descriptor() ([]byte, []int)
- func (m *LacpCounters) GetDefaulted() uint32
- func (m *LacpCounters) GetExcessLacpdUsReceived() uint32
- func (m *LacpCounters) GetExcessMarkerPacketsReceived() uint32
- func (m *LacpCounters) GetExpired() uint32
- func (m *LacpCounters) GetIllegalPacketsReceived() uint32
- func (m *LacpCounters) GetLacpdUsReceived() uint32
- func (m *LacpCounters) GetLacpdUsTransmitted() uint32
- func (m *LacpCounters) GetLastClearedNsec() uint32
- func (m *LacpCounters) GetLastClearedSec() uint32
- func (m *LacpCounters) GetMarkerPacketsReceived() uint32
- func (m *LacpCounters) GetMarkerResponsesTransmitted() uint32
- func (m *LacpCounters) GetTimeSinceCleared() uint64
- func (m *LacpCounters) GetTimeSinceLastLacpduReceived() uint64
- func (m *LacpCounters) GetTimeSinceUnexpectedEvent() uint64
- func (*LacpCounters) ProtoMessage()
- func (m *LacpCounters) Reset()
- func (m *LacpCounters) String() string
- func (m *LacpCounters) XXX_DiscardUnknown()
- func (m *LacpCounters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LacpCounters) XXX_Merge(src proto.Message)
- func (m *LacpCounters) XXX_Size() int
- func (m *LacpCounters) XXX_Unmarshal(b []byte) error
- type LacpCounters_KEYS
- func (*LacpCounters_KEYS) Descriptor() ([]byte, []int)
- func (m *LacpCounters_KEYS) GetMemberInterface() string
- func (*LacpCounters_KEYS) ProtoMessage()
- func (m *LacpCounters_KEYS) Reset()
- func (m *LacpCounters_KEYS) String() string
- func (m *LacpCounters_KEYS) XXX_DiscardUnknown()
- func (m *LacpCounters_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LacpCounters_KEYS) XXX_Merge(src proto.Message)
- func (m *LacpCounters_KEYS) XXX_Size() int
- func (m *LacpCounters_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LacpCounters ¶
type LacpCounters struct { LacpdUsReceived uint32 `protobuf:"varint,50,opt,name=lacpd_us_received,json=lacpdUsReceived,proto3" json:"lacpd_us_received,omitempty"` LacpdUsTransmitted uint32 `protobuf:"varint,51,opt,name=lacpd_us_transmitted,json=lacpdUsTransmitted,proto3" json:"lacpd_us_transmitted,omitempty"` MarkerPacketsReceived uint32 `` /* 128-byte string literal not displayed */ MarkerResponsesTransmitted uint32 `` /* 143-byte string literal not displayed */ IllegalPacketsReceived uint32 `` /* 131-byte string literal not displayed */ ExcessLacpdUsReceived uint32 `` /* 130-byte string literal not displayed */ ExcessMarkerPacketsReceived uint32 `` /* 148-byte string literal not displayed */ Defaulted uint32 `protobuf:"varint,57,opt,name=defaulted,proto3" json:"defaulted,omitempty"` Expired uint32 `protobuf:"varint,58,opt,name=expired,proto3" json:"expired,omitempty"` TimeSinceLastLacpduReceived uint64 `` /* 150-byte string literal not displayed */ TimeSinceCleared uint64 `protobuf:"varint,60,opt,name=time_since_cleared,json=timeSinceCleared,proto3" json:"time_since_cleared,omitempty"` TimeSinceUnexpectedEvent uint64 `` /* 139-byte string literal not displayed */ LastClearedSec uint32 `protobuf:"varint,62,opt,name=last_cleared_sec,json=lastClearedSec,proto3" json:"last_cleared_sec,omitempty"` LastClearedNsec uint32 `protobuf:"varint,63,opt,name=last_cleared_nsec,json=lastClearedNsec,proto3" json:"last_cleared_nsec,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LacpCounters) Descriptor ¶
func (*LacpCounters) Descriptor() ([]byte, []int)
func (*LacpCounters) GetDefaulted ¶
func (m *LacpCounters) GetDefaulted() uint32
func (*LacpCounters) GetExcessLacpdUsReceived ¶
func (m *LacpCounters) GetExcessLacpdUsReceived() uint32
func (*LacpCounters) GetExcessMarkerPacketsReceived ¶
func (m *LacpCounters) GetExcessMarkerPacketsReceived() uint32
func (*LacpCounters) GetExpired ¶
func (m *LacpCounters) GetExpired() uint32
func (*LacpCounters) GetIllegalPacketsReceived ¶
func (m *LacpCounters) GetIllegalPacketsReceived() uint32
func (*LacpCounters) GetLacpdUsReceived ¶
func (m *LacpCounters) GetLacpdUsReceived() uint32
func (*LacpCounters) GetLacpdUsTransmitted ¶
func (m *LacpCounters) GetLacpdUsTransmitted() uint32
func (*LacpCounters) GetLastClearedNsec ¶
func (m *LacpCounters) GetLastClearedNsec() uint32
func (*LacpCounters) GetLastClearedSec ¶
func (m *LacpCounters) GetLastClearedSec() uint32
func (*LacpCounters) GetMarkerPacketsReceived ¶
func (m *LacpCounters) GetMarkerPacketsReceived() uint32
func (*LacpCounters) GetMarkerResponsesTransmitted ¶
func (m *LacpCounters) GetMarkerResponsesTransmitted() uint32
func (*LacpCounters) GetTimeSinceCleared ¶
func (m *LacpCounters) GetTimeSinceCleared() uint64
func (*LacpCounters) GetTimeSinceLastLacpduReceived ¶
func (m *LacpCounters) GetTimeSinceLastLacpduReceived() uint64
func (*LacpCounters) GetTimeSinceUnexpectedEvent ¶
func (m *LacpCounters) GetTimeSinceUnexpectedEvent() uint64
func (*LacpCounters) ProtoMessage ¶
func (*LacpCounters) ProtoMessage()
func (*LacpCounters) Reset ¶
func (m *LacpCounters) Reset()
func (*LacpCounters) String ¶
func (m *LacpCounters) String() string
func (*LacpCounters) XXX_DiscardUnknown ¶
func (m *LacpCounters) XXX_DiscardUnknown()
func (*LacpCounters) XXX_Marshal ¶
func (m *LacpCounters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LacpCounters) XXX_Merge ¶
func (m *LacpCounters) XXX_Merge(src proto.Message)
func (*LacpCounters) XXX_Size ¶
func (m *LacpCounters) XXX_Size() int
func (*LacpCounters) XXX_Unmarshal ¶
func (m *LacpCounters) XXX_Unmarshal(b []byte) error
type LacpCounters_KEYS ¶
type LacpCounters_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 (*LacpCounters_KEYS) Descriptor ¶
func (*LacpCounters_KEYS) Descriptor() ([]byte, []int)
func (*LacpCounters_KEYS) GetMemberInterface ¶
func (m *LacpCounters_KEYS) GetMemberInterface() string
func (*LacpCounters_KEYS) ProtoMessage ¶
func (*LacpCounters_KEYS) ProtoMessage()
func (*LacpCounters_KEYS) Reset ¶
func (m *LacpCounters_KEYS) Reset()
func (*LacpCounters_KEYS) String ¶
func (m *LacpCounters_KEYS) String() string
func (*LacpCounters_KEYS) XXX_DiscardUnknown ¶
func (m *LacpCounters_KEYS) XXX_DiscardUnknown()
func (*LacpCounters_KEYS) XXX_Marshal ¶
func (m *LacpCounters_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LacpCounters_KEYS) XXX_Merge ¶
func (m *LacpCounters_KEYS) XXX_Merge(src proto.Message)
func (*LacpCounters_KEYS) XXX_Size ¶
func (m *LacpCounters_KEYS) XXX_Size() int
func (*LacpCounters_KEYS) XXX_Unmarshal ¶
func (m *LacpCounters_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.