cisco_ios_xr_ipv6_new_dhcpv6d_oper_dhcpv6_nodes_node_relay_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/relay/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 Ipv6Dhcpv6DRelayStatsEntry

type Ipv6Dhcpv6DRelayStatsEntry struct {
	Ipv6Dhcpv6DRelayStats []*Ipv6Dhcpv6DRelayStatsItem `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}                     `json:"-"`
	XXX_unrecognized      []byte                       `json:"-"`
	XXX_sizecache         int32                        `json:"-"`
}

func (*Ipv6Dhcpv6DRelayStatsEntry) Descriptor

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

func (*Ipv6Dhcpv6DRelayStatsEntry) GetIpv6Dhcpv6DRelayStats

func (m *Ipv6Dhcpv6DRelayStatsEntry) GetIpv6Dhcpv6DRelayStats() []*Ipv6Dhcpv6DRelayStatsItem

func (*Ipv6Dhcpv6DRelayStatsEntry) ProtoMessage

func (*Ipv6Dhcpv6DRelayStatsEntry) ProtoMessage()

func (*Ipv6Dhcpv6DRelayStatsEntry) Reset

func (m *Ipv6Dhcpv6DRelayStatsEntry) Reset()

func (*Ipv6Dhcpv6DRelayStatsEntry) String

func (m *Ipv6Dhcpv6DRelayStatsEntry) String() string

func (*Ipv6Dhcpv6DRelayStatsEntry) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DRelayStatsEntry) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DRelayStatsEntry) XXX_Marshal

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

func (*Ipv6Dhcpv6DRelayStatsEntry) XXX_Merge

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

func (*Ipv6Dhcpv6DRelayStatsEntry) XXX_Size

func (m *Ipv6Dhcpv6DRelayStatsEntry) XXX_Size() int

func (*Ipv6Dhcpv6DRelayStatsEntry) XXX_Unmarshal

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

type Ipv6Dhcpv6DRelayStatsEntry_KEYS

type Ipv6Dhcpv6DRelayStatsEntry_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 (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) Descriptor

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

func (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) GetNodeName

func (m *Ipv6Dhcpv6DRelayStatsEntry_KEYS) GetNodeName() string

func (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) ProtoMessage

func (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) ProtoMessage()

func (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) Reset

func (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) String

func (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DRelayStatsEntry_KEYS) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) XXX_Marshal

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

func (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) XXX_Merge

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

func (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) XXX_Size

func (m *Ipv6Dhcpv6DRelayStatsEntry_KEYS) XXX_Size() int

func (*Ipv6Dhcpv6DRelayStatsEntry_KEYS) XXX_Unmarshal

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

type Ipv6Dhcpv6DRelayStatsItem

type Ipv6Dhcpv6DRelayStatsItem 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 (*Ipv6Dhcpv6DRelayStatsItem) Descriptor

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

func (*Ipv6Dhcpv6DRelayStatsItem) GetStatistics

func (*Ipv6Dhcpv6DRelayStatsItem) GetVrfName

func (m *Ipv6Dhcpv6DRelayStatsItem) GetVrfName() string

func (*Ipv6Dhcpv6DRelayStatsItem) ProtoMessage

func (*Ipv6Dhcpv6DRelayStatsItem) ProtoMessage()

func (*Ipv6Dhcpv6DRelayStatsItem) Reset

func (m *Ipv6Dhcpv6DRelayStatsItem) Reset()

func (*Ipv6Dhcpv6DRelayStatsItem) String

func (m *Ipv6Dhcpv6DRelayStatsItem) String() string

func (*Ipv6Dhcpv6DRelayStatsItem) XXX_DiscardUnknown

func (m *Ipv6Dhcpv6DRelayStatsItem) XXX_DiscardUnknown()

func (*Ipv6Dhcpv6DRelayStatsItem) XXX_Marshal

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

func (*Ipv6Dhcpv6DRelayStatsItem) XXX_Merge

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

func (*Ipv6Dhcpv6DRelayStatsItem) XXX_Size

func (m *Ipv6Dhcpv6DRelayStatsItem) XXX_Size() int

func (*Ipv6Dhcpv6DRelayStatsItem) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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