cisco_ios_xr_ipv4_dhcpd_oper_ipv4_dhcpd_nodes_node_base_vrfs_vrf_statistics

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-ipv4-dhcpd-oper:ipv4-dhcpd/nodes/node/base/vrfs/vrf/statistics

Index

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 (*Ipv4DhcpdProxyType) GetBootpReply

func (m *Ipv4DhcpdProxyType) GetBootpReply() *Ipv4DhcpdProxyFilteredStats

func (*Ipv4DhcpdProxyType) GetBootpRequest

func (m *Ipv4DhcpdProxyType) GetBootpRequest() *Ipv4DhcpdProxyFilteredStats

func (*Ipv4DhcpdProxyType) GetDecline

func (*Ipv4DhcpdProxyType) GetDiscover

func (*Ipv4DhcpdProxyType) GetInform

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 (*Ipv4DhcpdProxyType) GetOffer

func (*Ipv4DhcpdProxyType) GetRelease

func (*Ipv4DhcpdProxyType) GetRequest

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL