Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-dhcpd-oper:ipv4-dhcpd/nodes/node/relay/statistics-info
Index ¶
- type Ipv4DhcpdRelayStatsInfo
- func (*Ipv4DhcpdRelayStatsInfo) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdRelayStatsInfo) GetRelayStatsTimestamp() uint32
- func (*Ipv4DhcpdRelayStatsInfo) ProtoMessage()
- func (m *Ipv4DhcpdRelayStatsInfo) Reset()
- func (m *Ipv4DhcpdRelayStatsInfo) String() string
- func (m *Ipv4DhcpdRelayStatsInfo) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdRelayStatsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdRelayStatsInfo) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdRelayStatsInfo) XXX_Size() int
- func (m *Ipv4DhcpdRelayStatsInfo) XXX_Unmarshal(b []byte) error
- type Ipv4DhcpdRelayStatsInfo_KEYS
- func (*Ipv4DhcpdRelayStatsInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdRelayStatsInfo_KEYS) GetNodeid() string
- func (*Ipv4DhcpdRelayStatsInfo_KEYS) ProtoMessage()
- func (m *Ipv4DhcpdRelayStatsInfo_KEYS) Reset()
- func (m *Ipv4DhcpdRelayStatsInfo_KEYS) String() string
- func (m *Ipv4DhcpdRelayStatsInfo_KEYS) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Size() int
- func (m *Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ipv4DhcpdRelayStatsInfo ¶
type Ipv4DhcpdRelayStatsInfo struct { RelayStatsTimestamp uint32 `protobuf:"varint,50,opt,name=relay_stats_timestamp,json=relayStatsTimestamp,proto3" json:"relay_stats_timestamp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdRelayStatsInfo) Descriptor ¶
func (*Ipv4DhcpdRelayStatsInfo) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdRelayStatsInfo) GetRelayStatsTimestamp ¶
func (m *Ipv4DhcpdRelayStatsInfo) GetRelayStatsTimestamp() uint32
func (*Ipv4DhcpdRelayStatsInfo) ProtoMessage ¶
func (*Ipv4DhcpdRelayStatsInfo) ProtoMessage()
func (*Ipv4DhcpdRelayStatsInfo) Reset ¶
func (m *Ipv4DhcpdRelayStatsInfo) Reset()
func (*Ipv4DhcpdRelayStatsInfo) String ¶
func (m *Ipv4DhcpdRelayStatsInfo) String() string
func (*Ipv4DhcpdRelayStatsInfo) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdRelayStatsInfo) XXX_DiscardUnknown()
func (*Ipv4DhcpdRelayStatsInfo) XXX_Marshal ¶
func (m *Ipv4DhcpdRelayStatsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdRelayStatsInfo) XXX_Merge ¶
func (m *Ipv4DhcpdRelayStatsInfo) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdRelayStatsInfo) XXX_Size ¶
func (m *Ipv4DhcpdRelayStatsInfo) XXX_Size() int
func (*Ipv4DhcpdRelayStatsInfo) XXX_Unmarshal ¶
func (m *Ipv4DhcpdRelayStatsInfo) XXX_Unmarshal(b []byte) error
type Ipv4DhcpdRelayStatsInfo_KEYS ¶
type Ipv4DhcpdRelayStatsInfo_KEYS struct { Nodeid string `protobuf:"bytes,1,opt,name=nodeid,proto3" json:"nodeid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdRelayStatsInfo_KEYS) Descriptor ¶
func (*Ipv4DhcpdRelayStatsInfo_KEYS) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdRelayStatsInfo_KEYS) GetNodeid ¶
func (m *Ipv4DhcpdRelayStatsInfo_KEYS) GetNodeid() string
func (*Ipv4DhcpdRelayStatsInfo_KEYS) ProtoMessage ¶
func (*Ipv4DhcpdRelayStatsInfo_KEYS) ProtoMessage()
func (*Ipv4DhcpdRelayStatsInfo_KEYS) Reset ¶
func (m *Ipv4DhcpdRelayStatsInfo_KEYS) Reset()
func (*Ipv4DhcpdRelayStatsInfo_KEYS) String ¶
func (m *Ipv4DhcpdRelayStatsInfo_KEYS) String() string
func (*Ipv4DhcpdRelayStatsInfo_KEYS) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdRelayStatsInfo_KEYS) XXX_DiscardUnknown()
func (*Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Marshal ¶
func (m *Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Merge ¶
func (m *Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Size ¶
func (m *Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Size() int
func (*Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Unmarshal ¶
func (m *Ipv4DhcpdRelayStatsInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.