Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-dhcpd-oper:ipv4-dhcpd/nodes/node/base/vrfs/vrf/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 Ipv4DhcpdProxyType
- func (*Ipv4DhcpdProxyType) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdProxyType) GetAck() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetBootpReply() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetBootpRequest() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetDecline() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetDiscover() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetInform() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetLeaseActive() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetLeaseNotAssigned() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetLeaseQuery() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetLeaseUnknown() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetNak() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetOffer() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetRelease() *Ipv4DhcpdProxyFilteredStats
- func (m *Ipv4DhcpdProxyType) GetRequest() *Ipv4DhcpdProxyFilteredStats
- func (*Ipv4DhcpdProxyType) ProtoMessage()
- func (m *Ipv4DhcpdProxyType) Reset()
- func (m *Ipv4DhcpdProxyType) String() string
- func (m *Ipv4DhcpdProxyType) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdProxyType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdProxyType) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdProxyType) XXX_Size() int
- func (m *Ipv4DhcpdProxyType) XXX_Unmarshal(b []byte) error
- type Ipv4DhcpdProxyType_KEYS
- func (*Ipv4DhcpdProxyType_KEYS) Descriptor() ([]byte, []int)
- func (m *Ipv4DhcpdProxyType_KEYS) GetNodeid() string
- func (m *Ipv4DhcpdProxyType_KEYS) GetVrfName() string
- func (*Ipv4DhcpdProxyType_KEYS) ProtoMessage()
- func (m *Ipv4DhcpdProxyType_KEYS) Reset()
- func (m *Ipv4DhcpdProxyType_KEYS) String() string
- func (m *Ipv4DhcpdProxyType_KEYS) XXX_DiscardUnknown()
- func (m *Ipv4DhcpdProxyType_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ipv4DhcpdProxyType_KEYS) XXX_Merge(src proto.Message)
- func (m *Ipv4DhcpdProxyType_KEYS) XXX_Size() int
- func (m *Ipv4DhcpdProxyType_KEYS) 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 Ipv4DhcpdProxyType ¶
type Ipv4DhcpdProxyType struct { Discover *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,50,opt,name=discover,proto3" json:"discover,omitempty"` Offer *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,51,opt,name=offer,proto3" json:"offer,omitempty"` Request *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,52,opt,name=request,proto3" json:"request,omitempty"` Decline *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,53,opt,name=decline,proto3" json:"decline,omitempty"` Ack *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,54,opt,name=ack,proto3" json:"ack,omitempty"` Nak *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,55,opt,name=nak,proto3" json:"nak,omitempty"` Release *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,56,opt,name=release,proto3" json:"release,omitempty"` Inform *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,57,opt,name=inform,proto3" json:"inform,omitempty"` LeaseQuery *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,58,opt,name=lease_query,json=leaseQuery,proto3" json:"lease_query,omitempty"` LeaseNotAssigned *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,59,opt,name=lease_not_assigned,json=leaseNotAssigned,proto3" json:"lease_not_assigned,omitempty"` LeaseUnknown *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,60,opt,name=lease_unknown,json=leaseUnknown,proto3" json:"lease_unknown,omitempty"` LeaseActive *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,61,opt,name=lease_active,json=leaseActive,proto3" json:"lease_active,omitempty"` BootpRequest *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,62,opt,name=bootp_request,json=bootpRequest,proto3" json:"bootp_request,omitempty"` BootpReply *Ipv4DhcpdProxyFilteredStats `protobuf:"bytes,63,opt,name=bootp_reply,json=bootpReply,proto3" json:"bootp_reply,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdProxyType) Descriptor ¶
func (*Ipv4DhcpdProxyType) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdProxyType) GetAck ¶
func (m *Ipv4DhcpdProxyType) GetAck() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetBootpReply ¶
func (m *Ipv4DhcpdProxyType) GetBootpReply() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetBootpRequest ¶
func (m *Ipv4DhcpdProxyType) GetBootpRequest() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetDecline ¶
func (m *Ipv4DhcpdProxyType) GetDecline() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetDiscover ¶
func (m *Ipv4DhcpdProxyType) GetDiscover() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetInform ¶
func (m *Ipv4DhcpdProxyType) GetInform() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetLeaseActive ¶
func (m *Ipv4DhcpdProxyType) GetLeaseActive() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetLeaseNotAssigned ¶
func (m *Ipv4DhcpdProxyType) GetLeaseNotAssigned() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetLeaseQuery ¶
func (m *Ipv4DhcpdProxyType) GetLeaseQuery() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetLeaseUnknown ¶
func (m *Ipv4DhcpdProxyType) GetLeaseUnknown() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetNak ¶
func (m *Ipv4DhcpdProxyType) GetNak() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetOffer ¶
func (m *Ipv4DhcpdProxyType) GetOffer() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetRelease ¶
func (m *Ipv4DhcpdProxyType) GetRelease() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) GetRequest ¶
func (m *Ipv4DhcpdProxyType) GetRequest() *Ipv4DhcpdProxyFilteredStats
func (*Ipv4DhcpdProxyType) ProtoMessage ¶
func (*Ipv4DhcpdProxyType) ProtoMessage()
func (*Ipv4DhcpdProxyType) Reset ¶
func (m *Ipv4DhcpdProxyType) Reset()
func (*Ipv4DhcpdProxyType) String ¶
func (m *Ipv4DhcpdProxyType) String() string
func (*Ipv4DhcpdProxyType) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdProxyType) XXX_DiscardUnknown()
func (*Ipv4DhcpdProxyType) XXX_Marshal ¶
func (m *Ipv4DhcpdProxyType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdProxyType) XXX_Merge ¶
func (m *Ipv4DhcpdProxyType) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdProxyType) XXX_Size ¶
func (m *Ipv4DhcpdProxyType) XXX_Size() int
func (*Ipv4DhcpdProxyType) XXX_Unmarshal ¶
func (m *Ipv4DhcpdProxyType) XXX_Unmarshal(b []byte) error
type Ipv4DhcpdProxyType_KEYS ¶
type Ipv4DhcpdProxyType_KEYS struct { Nodeid string `protobuf:"bytes,1,opt,name=nodeid,proto3" json:"nodeid,omitempty"` VrfName string `protobuf:"bytes,2,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Ipv4DhcpdProxyType_KEYS) Descriptor ¶
func (*Ipv4DhcpdProxyType_KEYS) Descriptor() ([]byte, []int)
func (*Ipv4DhcpdProxyType_KEYS) GetNodeid ¶
func (m *Ipv4DhcpdProxyType_KEYS) GetNodeid() string
func (*Ipv4DhcpdProxyType_KEYS) GetVrfName ¶
func (m *Ipv4DhcpdProxyType_KEYS) GetVrfName() string
func (*Ipv4DhcpdProxyType_KEYS) ProtoMessage ¶
func (*Ipv4DhcpdProxyType_KEYS) ProtoMessage()
func (*Ipv4DhcpdProxyType_KEYS) Reset ¶
func (m *Ipv4DhcpdProxyType_KEYS) Reset()
func (*Ipv4DhcpdProxyType_KEYS) String ¶
func (m *Ipv4DhcpdProxyType_KEYS) String() string
func (*Ipv4DhcpdProxyType_KEYS) XXX_DiscardUnknown ¶
func (m *Ipv4DhcpdProxyType_KEYS) XXX_DiscardUnknown()
func (*Ipv4DhcpdProxyType_KEYS) XXX_Marshal ¶
func (m *Ipv4DhcpdProxyType_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ipv4DhcpdProxyType_KEYS) XXX_Merge ¶
func (m *Ipv4DhcpdProxyType_KEYS) XXX_Merge(src proto.Message)
func (*Ipv4DhcpdProxyType_KEYS) XXX_Size ¶
func (m *Ipv4DhcpdProxyType_KEYS) XXX_Size() int
func (*Ipv4DhcpdProxyType_KEYS) XXX_Unmarshal ¶
func (m *Ipv4DhcpdProxyType_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.