Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-hsrp-oper:hsrp/ipv6/interfaces/interface
Index ¶
- type HsrpIfStatsType
- func (*HsrpIfStatsType) Descriptor() ([]byte, []int)
- func (m *HsrpIfStatsType) GetAdvertPacketsReceived() uint32
- func (m *HsrpIfStatsType) GetAdvertPacketsSent() uint32
- func (m *HsrpIfStatsType) GetConflictSourceIpAddressReceived() uint32
- func (m *HsrpIfStatsType) GetInoperationalGroupReceived() uint32
- func (m *HsrpIfStatsType) GetInvalidOperationCodeReceived() uint32
- func (m *HsrpIfStatsType) GetInvalidVersionReceived() uint32
- func (m *HsrpIfStatsType) GetLongPacketsReceived() uint32
- func (m *HsrpIfStatsType) GetShortPacketsReceived() uint32
- func (m *HsrpIfStatsType) GetUnknownGroupReceived() uint32
- func (*HsrpIfStatsType) ProtoMessage()
- func (m *HsrpIfStatsType) Reset()
- func (m *HsrpIfStatsType) String() string
- func (m *HsrpIfStatsType) XXX_DiscardUnknown()
- func (m *HsrpIfStatsType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HsrpIfStatsType) XXX_Merge(src proto.Message)
- func (m *HsrpIfStatsType) XXX_Size() int
- func (m *HsrpIfStatsType) XXX_Unmarshal(b []byte) error
- type StandbyIfInfo
- func (*StandbyIfInfo) Descriptor() ([]byte, []int)
- func (m *StandbyIfInfo) GetInterface() string
- func (m *StandbyIfInfo) GetStatistics() *HsrpIfStatsType
- func (m *StandbyIfInfo) GetUseBiaFlag() bool
- func (*StandbyIfInfo) ProtoMessage()
- func (m *StandbyIfInfo) Reset()
- func (m *StandbyIfInfo) String() string
- func (m *StandbyIfInfo) XXX_DiscardUnknown()
- func (m *StandbyIfInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StandbyIfInfo) XXX_Merge(src proto.Message)
- func (m *StandbyIfInfo) XXX_Size() int
- func (m *StandbyIfInfo) XXX_Unmarshal(b []byte) error
- type StandbyIfInfo_KEYS
- func (*StandbyIfInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *StandbyIfInfo_KEYS) GetInterfaceName() string
- func (*StandbyIfInfo_KEYS) ProtoMessage()
- func (m *StandbyIfInfo_KEYS) Reset()
- func (m *StandbyIfInfo_KEYS) String() string
- func (m *StandbyIfInfo_KEYS) XXX_DiscardUnknown()
- func (m *StandbyIfInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StandbyIfInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *StandbyIfInfo_KEYS) XXX_Size() int
- func (m *StandbyIfInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HsrpIfStatsType ¶
type HsrpIfStatsType struct { AdvertPacketsSent uint32 `protobuf:"varint,1,opt,name=advert_packets_sent,json=advertPacketsSent,proto3" json:"advert_packets_sent,omitempty"` AdvertPacketsReceived uint32 `` /* 127-byte string literal not displayed */ LongPacketsReceived uint32 `protobuf:"varint,3,opt,name=long_packets_received,json=longPacketsReceived,proto3" json:"long_packets_received,omitempty"` ShortPacketsReceived uint32 `protobuf:"varint,4,opt,name=short_packets_received,json=shortPacketsReceived,proto3" json:"short_packets_received,omitempty"` InvalidVersionReceived uint32 `` /* 130-byte string literal not displayed */ InvalidOperationCodeReceived uint32 `` /* 150-byte string literal not displayed */ UnknownGroupReceived uint32 `protobuf:"varint,7,opt,name=unknown_group_received,json=unknownGroupReceived,proto3" json:"unknown_group_received,omitempty"` InoperationalGroupReceived uint32 `` /* 142-byte string literal not displayed */ ConflictSourceIpAddressReceived uint32 `` /* 161-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HsrpIfStatsType) Descriptor ¶
func (*HsrpIfStatsType) Descriptor() ([]byte, []int)
func (*HsrpIfStatsType) GetAdvertPacketsReceived ¶
func (m *HsrpIfStatsType) GetAdvertPacketsReceived() uint32
func (*HsrpIfStatsType) GetAdvertPacketsSent ¶
func (m *HsrpIfStatsType) GetAdvertPacketsSent() uint32
func (*HsrpIfStatsType) GetConflictSourceIpAddressReceived ¶
func (m *HsrpIfStatsType) GetConflictSourceIpAddressReceived() uint32
func (*HsrpIfStatsType) GetInoperationalGroupReceived ¶
func (m *HsrpIfStatsType) GetInoperationalGroupReceived() uint32
func (*HsrpIfStatsType) GetInvalidOperationCodeReceived ¶
func (m *HsrpIfStatsType) GetInvalidOperationCodeReceived() uint32
func (*HsrpIfStatsType) GetInvalidVersionReceived ¶
func (m *HsrpIfStatsType) GetInvalidVersionReceived() uint32
func (*HsrpIfStatsType) GetLongPacketsReceived ¶
func (m *HsrpIfStatsType) GetLongPacketsReceived() uint32
func (*HsrpIfStatsType) GetShortPacketsReceived ¶
func (m *HsrpIfStatsType) GetShortPacketsReceived() uint32
func (*HsrpIfStatsType) GetUnknownGroupReceived ¶
func (m *HsrpIfStatsType) GetUnknownGroupReceived() uint32
func (*HsrpIfStatsType) ProtoMessage ¶
func (*HsrpIfStatsType) ProtoMessage()
func (*HsrpIfStatsType) Reset ¶
func (m *HsrpIfStatsType) Reset()
func (*HsrpIfStatsType) String ¶
func (m *HsrpIfStatsType) String() string
func (*HsrpIfStatsType) XXX_DiscardUnknown ¶
func (m *HsrpIfStatsType) XXX_DiscardUnknown()
func (*HsrpIfStatsType) XXX_Marshal ¶
func (m *HsrpIfStatsType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HsrpIfStatsType) XXX_Merge ¶
func (m *HsrpIfStatsType) XXX_Merge(src proto.Message)
func (*HsrpIfStatsType) XXX_Size ¶
func (m *HsrpIfStatsType) XXX_Size() int
func (*HsrpIfStatsType) XXX_Unmarshal ¶
func (m *HsrpIfStatsType) XXX_Unmarshal(b []byte) error
type StandbyIfInfo ¶
type StandbyIfInfo struct { Interface string `protobuf:"bytes,50,opt,name=interface,proto3" json:"interface,omitempty"` UseBiaFlag bool `protobuf:"varint,51,opt,name=use_bia_flag,json=useBiaFlag,proto3" json:"use_bia_flag,omitempty"` Statistics *HsrpIfStatsType `protobuf:"bytes,52,opt,name=statistics,proto3" json:"statistics,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StandbyIfInfo) Descriptor ¶
func (*StandbyIfInfo) Descriptor() ([]byte, []int)
func (*StandbyIfInfo) GetInterface ¶
func (m *StandbyIfInfo) GetInterface() string
func (*StandbyIfInfo) GetStatistics ¶
func (m *StandbyIfInfo) GetStatistics() *HsrpIfStatsType
func (*StandbyIfInfo) GetUseBiaFlag ¶
func (m *StandbyIfInfo) GetUseBiaFlag() bool
func (*StandbyIfInfo) ProtoMessage ¶
func (*StandbyIfInfo) ProtoMessage()
func (*StandbyIfInfo) Reset ¶
func (m *StandbyIfInfo) Reset()
func (*StandbyIfInfo) String ¶
func (m *StandbyIfInfo) String() string
func (*StandbyIfInfo) XXX_DiscardUnknown ¶
func (m *StandbyIfInfo) XXX_DiscardUnknown()
func (*StandbyIfInfo) XXX_Marshal ¶
func (m *StandbyIfInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StandbyIfInfo) XXX_Merge ¶
func (m *StandbyIfInfo) XXX_Merge(src proto.Message)
func (*StandbyIfInfo) XXX_Size ¶
func (m *StandbyIfInfo) XXX_Size() int
func (*StandbyIfInfo) XXX_Unmarshal ¶
func (m *StandbyIfInfo) XXX_Unmarshal(b []byte) error
type StandbyIfInfo_KEYS ¶
type StandbyIfInfo_KEYS struct { InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StandbyIfInfo_KEYS) Descriptor ¶
func (*StandbyIfInfo_KEYS) Descriptor() ([]byte, []int)
func (*StandbyIfInfo_KEYS) GetInterfaceName ¶
func (m *StandbyIfInfo_KEYS) GetInterfaceName() string
func (*StandbyIfInfo_KEYS) ProtoMessage ¶
func (*StandbyIfInfo_KEYS) ProtoMessage()
func (*StandbyIfInfo_KEYS) Reset ¶
func (m *StandbyIfInfo_KEYS) Reset()
func (*StandbyIfInfo_KEYS) String ¶
func (m *StandbyIfInfo_KEYS) String() string
func (*StandbyIfInfo_KEYS) XXX_DiscardUnknown ¶
func (m *StandbyIfInfo_KEYS) XXX_DiscardUnknown()
func (*StandbyIfInfo_KEYS) XXX_Marshal ¶
func (m *StandbyIfInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StandbyIfInfo_KEYS) XXX_Merge ¶
func (m *StandbyIfInfo_KEYS) XXX_Merge(src proto.Message)
func (*StandbyIfInfo_KEYS) XXX_Size ¶
func (m *StandbyIfInfo_KEYS) XXX_Size() int
func (*StandbyIfInfo_KEYS) XXX_Unmarshal ¶
func (m *StandbyIfInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.