Documentation ¶
Overview ¶
Cisco-IOS-XR-ipv4-dhcpd-oper:ipv4-dhcpd/nodes/node/server/statistics-info
Index ¶
- type Ipv4DhcpdProxyStatsInfo
- func (*Ipv4DhcpdProxyStatsInfo) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdProxyStatsInfo) GetProxyStatsTimestamp() uint32
- func (*Ipv4DhcpdProxyStatsInfo) ProtoMessage()
- func (m *Ipv4DhcpdProxyStatsInfo) Reset()
- func (m *Ipv4DhcpdProxyStatsInfo) String() string
- func (m *Ipv4DhcpdProxyStatsInfo) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdProxyStatsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdProxyStatsInfo) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdProxyStatsInfo) XXX_Size() int
- func (m *Ipv4DhcpdProxyStatsInfo) XXX_Unmarshal(b []byte) error
- type Ipv4DhcpdProxyStatsInfo_KEYS
- func (*Ipv4DhcpdProxyStatsInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdProxyStatsInfo_KEYS) GetNodeid() string
- func (*Ipv4DhcpdProxyStatsInfo_KEYS) ProtoMessage()
- func (m *Ipv4DhcpdProxyStatsInfo_KEYS) Reset()
- func (m *Ipv4DhcpdProxyStatsInfo_KEYS) String() string
- func (m *Ipv4DhcpdProxyStatsInfo_KEYS) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Size() int
- func (m *Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ipv4DhcpdProxyStatsInfo ¶
type Ipv4DhcpdProxyStatsInfo struct { ProxyStatsTimestamp uint32 `protobuf:"varint,50,opt,name=proxy_stats_timestamp,json=proxyStatsTimestamp,proto3" json:"proxy_stats_timestamp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdProxyStatsInfo) Descriptor ¶
func (*Ipv4DhcpdProxyStatsInfo) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdProxyStatsInfo) GetProxyStatsTimestamp ¶
func (m *Ipv4DhcpdProxyStatsInfo) GetProxyStatsTimestamp() uint32
func (*Ipv4DhcpdProxyStatsInfo) ProtoMessage ¶
func (*Ipv4DhcpdProxyStatsInfo) ProtoMessage()
func (*Ipv4DhcpdProxyStatsInfo) Reset ¶
func (m *Ipv4DhcpdProxyStatsInfo) Reset()
func (*Ipv4DhcpdProxyStatsInfo) String ¶
func (m *Ipv4DhcpdProxyStatsInfo) String() string
func (*Ipv4DhcpdProxyStatsInfo) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdProxyStatsInfo) XXX_DiscardUnknown()
func (*Ipv4DhcpdProxyStatsInfo) XXX_Marshal ¶
func (m *Ipv4DhcpdProxyStatsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdProxyStatsInfo) XXX_Merge ¶
func (m *Ipv4DhcpdProxyStatsInfo) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdProxyStatsInfo) XXX_Size ¶
func (m *Ipv4DhcpdProxyStatsInfo) XXX_Size() int
func (*Ipv4DhcpdProxyStatsInfo) XXX_Unmarshal ¶
func (m *Ipv4DhcpdProxyStatsInfo) XXX_Unmarshal(b []byte) error
type Ipv4DhcpdProxyStatsInfo_KEYS ¶
type Ipv4DhcpdProxyStatsInfo_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 (*Ipv4DhcpdProxyStatsInfo_KEYS) Descriptor ¶
func (*Ipv4DhcpdProxyStatsInfo_KEYS) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdProxyStatsInfo_KEYS) GetNodeid ¶
func (m *Ipv4DhcpdProxyStatsInfo_KEYS) GetNodeid() string
func (*Ipv4DhcpdProxyStatsInfo_KEYS) ProtoMessage ¶
func (*Ipv4DhcpdProxyStatsInfo_KEYS) ProtoMessage()
func (*Ipv4DhcpdProxyStatsInfo_KEYS) Reset ¶
func (m *Ipv4DhcpdProxyStatsInfo_KEYS) Reset()
func (*Ipv4DhcpdProxyStatsInfo_KEYS) String ¶
func (m *Ipv4DhcpdProxyStatsInfo_KEYS) String() string
func (*Ipv4DhcpdProxyStatsInfo_KEYS) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdProxyStatsInfo_KEYS) XXX_DiscardUnknown()
func (*Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Marshal ¶
func (m *Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Merge ¶
func (m *Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Size ¶
func (m *Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Size() int
func (*Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Unmarshal ¶
func (m *Ipv4DhcpdProxyStatsInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.