Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-dhcpd-oper:ipv4-dhcpd/nodes/node/proxy/statistics
Index ¶
- type Ipv4DhcpdProxyFilteredStats
- func (*Ipv4DhcpdProxyFilteredStats) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdProxyFilteredStats) GetDroppedPackets() uint64
- func (m *Ipv4DhcpdProxyFilteredStats) GetReceivedPackets() uint64
- func (m *Ipv4DhcpdProxyFilteredStats) GetTransmittedPackets() uint64
- func (*Ipv4DhcpdProxyFilteredStats) ProtoMessage()
- func (m *Ipv4DhcpdProxyFilteredStats) Reset()
- func (m *Ipv4DhcpdProxyFilteredStats) String() string
- func (m *Ipv4DhcpdProxyFilteredStats) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdProxyFilteredStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdProxyFilteredStats) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdProxyFilteredStats) XXX_Size() int
- func (m *Ipv4DhcpdProxyFilteredStats) XXX_Unmarshal(b []byte) error
- type Ipv4DhcpdProxyStatsEntry
- func (*Ipv4DhcpdProxyStatsEntry) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdProxyStatsEntry) GetIpv4DhcpdProxyStats() []*Ipv4DhcpdProxyStatsItem
- func (*Ipv4DhcpdProxyStatsEntry) ProtoMessage()
- func (m *Ipv4DhcpdProxyStatsEntry) Reset()
- func (m *Ipv4DhcpdProxyStatsEntry) String() string
- func (m *Ipv4DhcpdProxyStatsEntry) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdProxyStatsEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdProxyStatsEntry) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdProxyStatsEntry) XXX_Size() int
- func (m *Ipv4DhcpdProxyStatsEntry) XXX_Unmarshal(b []byte) error
- type Ipv4DhcpdProxyStatsEntry_KEYS
- func (*Ipv4DhcpdProxyStatsEntry_KEYS) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdProxyStatsEntry_KEYS) GetNodeid() string
- func (*Ipv4DhcpdProxyStatsEntry_KEYS) ProtoMessage()
- func (m *Ipv4DhcpdProxyStatsEntry_KEYS) Reset()
- func (m *Ipv4DhcpdProxyStatsEntry_KEYS) String() string
- func (m *Ipv4DhcpdProxyStatsEntry_KEYS) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Size() int
- func (m *Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Unmarshal(b []byte) error
- type Ipv4DhcpdProxyStatsItem
- func (*Ipv4DhcpdProxyStatsItem) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdProxyStatsItem) GetStatistics() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyStatsItem) GetVrfName() string
- func (*Ipv4DhcpdProxyStatsItem) ProtoMessage()
- func (m *Ipv4DhcpdProxyStatsItem) Reset()
- func (m *Ipv4DhcpdProxyStatsItem) String() string
- func (m *Ipv4DhcpdProxyStatsItem) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdProxyStatsItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdProxyStatsItem) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdProxyStatsItem) XXX_Size() int
- func (m *Ipv4DhcpdProxyStatsItem) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ipv4DhcpdProxyFilteredStats ¶
type Ipv4DhcpdProxyFilteredStats struct { ReceivedPackets uint64 `protobuf:"varint,1,opt,name=received_packets,json=receivedPackets,proto3" json:"received_packets,omitempty"` TransmittedPackets uint64 `protobuf:"varint,2,opt,name=transmitted_packets,json=transmittedPackets,proto3" json:"transmitted_packets,omitempty"` DroppedPackets uint64 `protobuf:"varint,3,opt,name=dropped_packets,json=droppedPackets,proto3" json:"dropped_packets,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdProxyFilteredStats) Descriptor ¶
func (*Ipv4DhcpdProxyFilteredStats) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdProxyFilteredStats) GetDroppedPackets ¶
func (m *Ipv4DhcpdProxyFilteredStats) GetDroppedPackets() uint64
func (*Ipv4DhcpdProxyFilteredStats) GetReceivedPackets ¶
func (m *Ipv4DhcpdProxyFilteredStats) GetReceivedPackets() uint64
func (*Ipv4DhcpdProxyFilteredStats) GetTransmittedPackets ¶
func (m *Ipv4DhcpdProxyFilteredStats) GetTransmittedPackets() uint64
func (*Ipv4DhcpdProxyFilteredStats) ProtoMessage ¶
func (*Ipv4DhcpdProxyFilteredStats) ProtoMessage()
func (*Ipv4DhcpdProxyFilteredStats) Reset ¶
func (m *Ipv4DhcpdProxyFilteredStats) Reset()
func (*Ipv4DhcpdProxyFilteredStats) String ¶
func (m *Ipv4DhcpdProxyFilteredStats) String() string
func (*Ipv4DhcpdProxyFilteredStats) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdProxyFilteredStats) XXX_DiscardUnknown()
func (*Ipv4DhcpdProxyFilteredStats) XXX_Marshal ¶
func (m *Ipv4DhcpdProxyFilteredStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdProxyFilteredStats) XXX_Merge ¶
func (m *Ipv4DhcpdProxyFilteredStats) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdProxyFilteredStats) XXX_Size ¶
func (m *Ipv4DhcpdProxyFilteredStats) XXX_Size() int
func (*Ipv4DhcpdProxyFilteredStats) XXX_Unmarshal ¶
func (m *Ipv4DhcpdProxyFilteredStats) XXX_Unmarshal(b []byte) error
type Ipv4DhcpdProxyStatsEntry ¶
type Ipv4DhcpdProxyStatsEntry struct { Ipv4DhcpdProxyStats []*Ipv4DhcpdProxyStatsItem `protobuf:"bytes,50,rep,name=ipv4_dhcpd_proxy_stats,json=ipv4DhcpdProxyStats,proto3" json:"ipv4_dhcpd_proxy_stats,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdProxyStatsEntry) Descriptor ¶
func (*Ipv4DhcpdProxyStatsEntry) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdProxyStatsEntry) GetIpv4DhcpdProxyStats ¶
func (m *Ipv4DhcpdProxyStatsEntry) GetIpv4DhcpdProxyStats() []*Ipv4DhcpdProxyStatsItem
func (*Ipv4DhcpdProxyStatsEntry) ProtoMessage ¶
func (*Ipv4DhcpdProxyStatsEntry) ProtoMessage()
func (*Ipv4DhcpdProxyStatsEntry) Reset ¶
func (m *Ipv4DhcpdProxyStatsEntry) Reset()
func (*Ipv4DhcpdProxyStatsEntry) String ¶
func (m *Ipv4DhcpdProxyStatsEntry) String() string
func (*Ipv4DhcpdProxyStatsEntry) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdProxyStatsEntry) XXX_DiscardUnknown()
func (*Ipv4DhcpdProxyStatsEntry) XXX_Marshal ¶
func (m *Ipv4DhcpdProxyStatsEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdProxyStatsEntry) XXX_Merge ¶
func (m *Ipv4DhcpdProxyStatsEntry) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdProxyStatsEntry) XXX_Size ¶
func (m *Ipv4DhcpdProxyStatsEntry) XXX_Size() int
func (*Ipv4DhcpdProxyStatsEntry) XXX_Unmarshal ¶
func (m *Ipv4DhcpdProxyStatsEntry) XXX_Unmarshal(b []byte) error
type Ipv4DhcpdProxyStatsEntry_KEYS ¶
type Ipv4DhcpdProxyStatsEntry_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 (*Ipv4DhcpdProxyStatsEntry_KEYS) Descriptor ¶
func (*Ipv4DhcpdProxyStatsEntry_KEYS) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdProxyStatsEntry_KEYS) GetNodeid ¶
func (m *Ipv4DhcpdProxyStatsEntry_KEYS) GetNodeid() string
func (*Ipv4DhcpdProxyStatsEntry_KEYS) ProtoMessage ¶
func (*Ipv4DhcpdProxyStatsEntry_KEYS) ProtoMessage()
func (*Ipv4DhcpdProxyStatsEntry_KEYS) Reset ¶
func (m *Ipv4DhcpdProxyStatsEntry_KEYS) Reset()
func (*Ipv4DhcpdProxyStatsEntry_KEYS) String ¶
func (m *Ipv4DhcpdProxyStatsEntry_KEYS) String() string
func (*Ipv4DhcpdProxyStatsEntry_KEYS) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdProxyStatsEntry_KEYS) XXX_DiscardUnknown()
func (*Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Marshal ¶
func (m *Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Merge ¶
func (m *Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Size ¶
func (m *Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Size() int
func (*Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Unmarshal ¶
func (m *Ipv4DhcpdProxyStatsEntry_KEYS) XXX_Unmarshal(b []byte) error
type Ipv4DhcpdProxyStatsItem ¶
type Ipv4DhcpdProxyStatsItem struct { VrfName string `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` Statistics *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,2,opt,name=statistics,proto3" json:"statistics,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdProxyStatsItem) Descriptor ¶
func (*Ipv4DhcpdProxyStatsItem) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdProxyStatsItem) GetStatistics ¶
func (m *Ipv4DhcpdProxyStatsItem) GetStatistics() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyStatsItem) GetVrfName ¶
func (m *Ipv4DhcpdProxyStatsItem) GetVrfName() string
func (*Ipv4DhcpdProxyStatsItem) ProtoMessage ¶
func (*Ipv4DhcpdProxyStatsItem) ProtoMessage()
func (*Ipv4DhcpdProxyStatsItem) Reset ¶
func (m *Ipv4DhcpdProxyStatsItem) Reset()
func (*Ipv4DhcpdProxyStatsItem) String ¶
func (m *Ipv4DhcpdProxyStatsItem) String() string
func (*Ipv4DhcpdProxyStatsItem) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdProxyStatsItem) XXX_DiscardUnknown()
func (*Ipv4DhcpdProxyStatsItem) XXX_Marshal ¶
func (m *Ipv4DhcpdProxyStatsItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdProxyStatsItem) XXX_Merge ¶
func (m *Ipv4DhcpdProxyStatsItem) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdProxyStatsItem) XXX_Size ¶
func (m *Ipv4DhcpdProxyStatsItem) XXX_Size() int
func (*Ipv4DhcpdProxyStatsItem) XXX_Unmarshal ¶
func (m *Ipv4DhcpdProxyStatsItem) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.