cisco_ios_xr_ipv6_new_dhcpv6d_oper_dhcpv6_nodes_node_proxy_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: 0

Documentation

Overview

Cisco-IOS-XR-ipv6-new-dhcpv6d-oper:dhcpv6/nodes/node/proxy/statistics

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ipv6Dhcpv6DFilteredStats

type Ipv6Dhcpv6DFilteredStats 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 (*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 (m *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 Ipv6Dhcpv6DProxyStatsEntry

type Ipv6Dhcpv6DProxyStatsEntry struct {
	Ipv6Dhcpv6DProxyStats []*Ipv6Dhcpv6DProxyStatsItem `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}                     `json:"-"`
	XXX_unrecognized      []byte                       `json:"-"`
	XXX_sizecache         int32                        `json:"-"`
}

func (*Ipv6Dhcpv6DProxyStatsEntry) Descriptor

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

func (*Ipv6Dhcpv6DProxyStatsEntry) GetIpv6Dhcpv6DProxyStats

func (m *Ipv6Dhcpv6DProxyStatsEntry) GetIpv6Dhcpv6DProxyStats() []*Ipv6Dhcpv6DProxyStatsItem

func (*Ipv6Dhcpv6DProxyStatsEntry) ProtoMessage

func (*Ipv6Dhcpv6DProxyStatsEntry) ProtoMessage()

func (*Ipv6Dhcpv6DProxyStatsEntry) Reset

func (m *Ipv6Dhcpv6DProxyStatsEntry) Reset()

func (*Ipv6Dhcpv6DProxyStatsEntry) String

func (m *Ipv6Dhcpv6DProxyStatsEntry) String() string

func (*Ipv6Dhcpv6DProxyStatsEntry) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DProxyStatsEntry) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DProxyStatsEntry) XXX_Marshal

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

func (*Ipv6Dhcpv6DProxyStatsEntry) XXX_Merge

func (m *Ipv6Dhcpv6DProxyStatsEntry) XXX_Merge(src proto.Message)

func (*Ipv6Dhcpv6DProxyStatsEntry) XXX_Size

func (m *Ipv6Dhcpv6DProxyStatsEntry) XXX_Size() int

func (*Ipv6Dhcpv6DProxyStatsEntry) XXX_Unmarshal

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

type Ipv6Dhcpv6DProxyStatsEntry_KEYS

type Ipv6Dhcpv6DProxyStatsEntry_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) Descriptor

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

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) GetNodeName

func (m *Ipv6Dhcpv6DProxyStatsEntry_KEYS) GetNodeName() string

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) ProtoMessage

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) ProtoMessage()

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) Reset

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) String

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DProxyStatsEntry_KEYS) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) XXX_Marshal

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

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) XXX_Merge

func (m *Ipv6Dhcpv6DProxyStatsEntry_KEYS) XXX_Merge(src proto.Message)

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) XXX_Size

func (m *Ipv6Dhcpv6DProxyStatsEntry_KEYS) XXX_Size() int

func (*Ipv6Dhcpv6DProxyStatsEntry_KEYS) XXX_Unmarshal

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

type Ipv6Dhcpv6DProxyStatsItem

type Ipv6Dhcpv6DProxyStatsItem struct {
	VrfName              string                    `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	Statistics           *Ipv6Dhcpv6DFilteredStats `protobuf:"bytes,2,opt,name=statistics,proto3" json:"statistics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*Ipv6Dhcpv6DProxyStatsItem) Descriptor

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

func (*Ipv6Dhcpv6DProxyStatsItem) GetStatistics

func (*Ipv6Dhcpv6DProxyStatsItem) GetVrfName

func (m *Ipv6Dhcpv6DProxyStatsItem) GetVrfName() string

func (*Ipv6Dhcpv6DProxyStatsItem) ProtoMessage

func (*Ipv6Dhcpv6DProxyStatsItem) ProtoMessage()

func (*Ipv6Dhcpv6DProxyStatsItem) Reset

func (m *Ipv6Dhcpv6DProxyStatsItem) Reset()

func (*Ipv6Dhcpv6DProxyStatsItem) String

func (m *Ipv6Dhcpv6DProxyStatsItem) String() string

func (*Ipv6Dhcpv6DProxyStatsItem) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DProxyStatsItem) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DProxyStatsItem) XXX_Marshal

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

func (*Ipv6Dhcpv6DProxyStatsItem) XXX_Merge

func (m *Ipv6Dhcpv6DProxyStatsItem) XXX_Merge(src proto.Message)

func (*Ipv6Dhcpv6DProxyStatsItem) XXX_Size

func (m *Ipv6Dhcpv6DProxyStatsItem) XXX_Size() int

func (*Ipv6Dhcpv6DProxyStatsItem) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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