cisco_ios_xr_ipv6_new_dhcpv6d_oper_dhcpv6_nodes_node_relay_vrfs_vrf_statistics

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-ipv6-new-dhcpv6d-oper:dhcpv6/nodes/node/relay/vrfs/vrf/statistics

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ipv6Dhcpv6DFilteredStats

type Ipv6Dhcpv6DFilteredStats struct {
	// Received packets
	ReceivedPackets uint64 `protobuf:"varint,1,opt,name=received_packets,json=receivedPackets,proto3" json:"received_packets,omitempty"`
	// Transmitted packets
	TransmittedPackets uint64 `protobuf:"varint,2,opt,name=transmitted_packets,json=transmittedPackets,proto3" json:"transmitted_packets,omitempty"`
	// Dropped packets
	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:"-"`
}

DHCPv6 filtered statistics

func (*Ipv6Dhcpv6DFilteredStats) Descriptor

func (*Ipv6Dhcpv6DFilteredStats) Descriptor() ([]byte, []int)

func (*Ipv6Dhcpv6DFilteredStats) GetDroppedPackets

func (m *Ipv6Dhcpv6DFilteredStats) GetDroppedPackets() uint64

func (*Ipv6Dhcpv6DFilteredStats) GetReceivedPackets

func (m *Ipv6Dhcpv6DFilteredStats) GetReceivedPackets() uint64

func (*Ipv6Dhcpv6DFilteredStats) GetTransmittedPackets

func (m *Ipv6Dhcpv6DFilteredStats) GetTransmittedPackets() uint64

func (*Ipv6Dhcpv6DFilteredStats) ProtoMessage

func (*Ipv6Dhcpv6DFilteredStats) ProtoMessage()

func (*Ipv6Dhcpv6DFilteredStats) Reset

func (m *Ipv6Dhcpv6DFilteredStats) Reset()

func (*Ipv6Dhcpv6DFilteredStats) String

func (m *Ipv6Dhcpv6DFilteredStats) String() string

func (*Ipv6Dhcpv6DFilteredStats) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DFilteredStats) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DFilteredStats) XXX_Marshal

func (m *Ipv6Dhcpv6DFilteredStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ipv6Dhcpv6DFilteredStats) XXX_Merge

func (dst *Ipv6Dhcpv6DFilteredStats) XXX_Merge(src proto.Message)

func (*Ipv6Dhcpv6DFilteredStats) XXX_Size

func (m *Ipv6Dhcpv6DFilteredStats) XXX_Size() int

func (*Ipv6Dhcpv6DFilteredStats) XXX_Unmarshal

func (m *Ipv6Dhcpv6DFilteredStats) XXX_Unmarshal(b []byte) error

type Ipv6Dhcpv6DType

type Ipv6Dhcpv6DType struct {
	// DHCPV6 solicit packets
	Solicit *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,50,opt,name=solicit,proto3" json:"solicit,omitempty"`
	// DHCPV6 advertise packets
	Advertise *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,51,opt,name=advertise,proto3" json:"advertise,omitempty"`
	// DHCPV6 request packets
	Request *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,52,opt,name=request,proto3" json:"request,omitempty"`
	// DHCPV6 reply packets
	Reply *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,53,opt,name=reply,proto3" json:"reply,omitempty"`
	// DHCPV6 confirm packets
	Confirm *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,54,opt,name=confirm,proto3" json:"confirm,omitempty"`
	// DHCPV6 decline packets
	Decline *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,55,opt,name=decline,proto3" json:"decline,omitempty"`
	// DHCPV6 renew packets
	Renew *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,56,opt,name=renew,proto3" json:"renew,omitempty"`
	// DHCPV6 rebind packets
	Rebind *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,57,opt,name=rebind,proto3" json:"rebind,omitempty"`
	// DHCPV6 release packets
	Release *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,58,opt,name=release,proto3" json:"release,omitempty"`
	// DHCPV6 reconfig packets
	Reconfig *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,59,opt,name=reconfig,proto3" json:"reconfig,omitempty"`
	// DHCPV6 inform packets
	Inform *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,60,opt,name=inform,proto3" json:"inform,omitempty"`
	// DHCPV6 relay forward packets
	RelayForward *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,61,opt,name=relay_forward,json=relayForward,proto3" json:"relay_forward,omitempty"`
	// DHCPV6 relay reply packets
	RelayReply *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,62,opt,name=relay_reply,json=relayReply,proto3" json:"relay_reply,omitempty"`
	// DHCPV6 lease query packets
	LeaseQuery *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,63,opt,name=lease_query,json=leaseQuery,proto3" json:"lease_query,omitempty"`
	// DHCPV6 lease query reply packets
	LeaseQueryReply *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,64,opt,name=lease_query_reply,json=leaseQueryReply,proto3" json:"lease_query_reply,omitempty"`
	// DHCPV6 lease query done packets
	LeaseQueryDone *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,65,opt,name=lease_query_done,json=leaseQueryDone,proto3" json:"lease_query_done,omitempty"`
	// DHCPV6 lease query data packets
	LeaseQueryData       *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,66,opt,name=lease_query_data,json=leaseQueryData,proto3" json:"lease_query_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*Ipv6Dhcpv6DType) Descriptor

func (*Ipv6Dhcpv6DType) Descriptor() ([]byte, []int)

func (*Ipv6Dhcpv6DType) GetAdvertise

func (m *Ipv6Dhcpv6DType) GetAdvertise() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetConfirm

func (m *Ipv6Dhcpv6DType) GetConfirm() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetDecline

func (m *Ipv6Dhcpv6DType) GetDecline() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetInform

func (m *Ipv6Dhcpv6DType) GetInform() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetLeaseQuery

func (m *Ipv6Dhcpv6DType) GetLeaseQuery() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetLeaseQueryData

func (m *Ipv6Dhcpv6DType) GetLeaseQueryData() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetLeaseQueryDone

func (m *Ipv6Dhcpv6DType) GetLeaseQueryDone() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetLeaseQueryReply

func (m *Ipv6Dhcpv6DType) GetLeaseQueryReply() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetRebind

func (m *Ipv6Dhcpv6DType) GetRebind() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetReconfig

func (m *Ipv6Dhcpv6DType) GetReconfig() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetRelayForward

func (m *Ipv6Dhcpv6DType) GetRelayForward() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetRelayReply

func (m *Ipv6Dhcpv6DType) GetRelayReply() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetRelease

func (m *Ipv6Dhcpv6DType) GetRelease() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetRenew

func (*Ipv6Dhcpv6DType) GetReply

func (*Ipv6Dhcpv6DType) GetRequest

func (m *Ipv6Dhcpv6DType) GetRequest() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) GetSolicit

func (m *Ipv6Dhcpv6DType) GetSolicit() *Ipv6Dhcpv6DFilteredStats

func (*Ipv6Dhcpv6DType) ProtoMessage

func (*Ipv6Dhcpv6DType) ProtoMessage()

func (*Ipv6Dhcpv6DType) Reset

func (m *Ipv6Dhcpv6DType) Reset()

func (*Ipv6Dhcpv6DType) String

func (m *Ipv6Dhcpv6DType) String() string

func (*Ipv6Dhcpv6DType) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DType) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DType) XXX_Marshal

func (m *Ipv6Dhcpv6DType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ipv6Dhcpv6DType) XXX_Merge

func (dst *Ipv6Dhcpv6DType) XXX_Merge(src proto.Message)

func (*Ipv6Dhcpv6DType) XXX_Size

func (m *Ipv6Dhcpv6DType) XXX_Size() int

func (*Ipv6Dhcpv6DType) XXX_Unmarshal

func (m *Ipv6Dhcpv6DType) XXX_Unmarshal(b []byte) error

type Ipv6Dhcpv6DType_KEYS

type Ipv6Dhcpv6DType_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,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:"-"`
}

DHCPv6 packets

func (*Ipv6Dhcpv6DType_KEYS) Descriptor

func (*Ipv6Dhcpv6DType_KEYS) Descriptor() ([]byte, []int)

func (*Ipv6Dhcpv6DType_KEYS) GetNodeName

func (m *Ipv6Dhcpv6DType_KEYS) GetNodeName() string

func (*Ipv6Dhcpv6DType_KEYS) GetVrfName

func (m *Ipv6Dhcpv6DType_KEYS) GetVrfName() string

func (*Ipv6Dhcpv6DType_KEYS) ProtoMessage

func (*Ipv6Dhcpv6DType_KEYS) ProtoMessage()

func (*Ipv6Dhcpv6DType_KEYS) Reset

func (m *Ipv6Dhcpv6DType_KEYS) Reset()

func (*Ipv6Dhcpv6DType_KEYS) String

func (m *Ipv6Dhcpv6DType_KEYS) String() string

func (*Ipv6Dhcpv6DType_KEYS) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DType_KEYS) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DType_KEYS) XXX_Marshal

func (m *Ipv6Dhcpv6DType_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ipv6Dhcpv6DType_KEYS) XXX_Merge

func (dst *Ipv6Dhcpv6DType_KEYS) XXX_Merge(src proto.Message)

func (*Ipv6Dhcpv6DType_KEYS) XXX_Size

func (m *Ipv6Dhcpv6DType_KEYS) XXX_Size() int

func (*Ipv6Dhcpv6DType_KEYS) XXX_Unmarshal

func (m *Ipv6Dhcpv6DType_KEYS) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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