cisco_ios_xr_fretta_bcm_dpa_resources_oper_dpa_stats_nodes_node_npu_numbers_npu_number_display_interface_handles_interface_handle

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-fretta-bcm-dpa-resources-oper:dpa/stats/nodes/node/npu-numbers/npu-number/display/interface-handles/interface-handle

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DpaVoqIngressPacketStatistics

type DpaVoqIngressPacketStatistics struct {
	ReceivedBytes        uint64   `protobuf:"varint,1,opt,name=received_bytes,json=receivedBytes,proto3" json:"received_bytes,omitempty"`
	ReceivedPackets      uint64   `protobuf:"varint,2,opt,name=received_packets,json=receivedPackets,proto3" json:"received_packets,omitempty"`
	DroppedBytes         uint64   `protobuf:"varint,3,opt,name=dropped_bytes,json=droppedBytes,proto3" json:"dropped_bytes,omitempty"`
	DroppedPackets       uint64   `protobuf:"varint,4,opt,name=dropped_packets,json=droppedPackets,proto3" json:"dropped_packets,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DpaVoqIngressPacketStatistics) Descriptor

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

func (*DpaVoqIngressPacketStatistics) GetDroppedBytes

func (m *DpaVoqIngressPacketStatistics) GetDroppedBytes() uint64

func (*DpaVoqIngressPacketStatistics) GetDroppedPackets

func (m *DpaVoqIngressPacketStatistics) GetDroppedPackets() uint64

func (*DpaVoqIngressPacketStatistics) GetReceivedBytes

func (m *DpaVoqIngressPacketStatistics) GetReceivedBytes() uint64

func (*DpaVoqIngressPacketStatistics) GetReceivedPackets

func (m *DpaVoqIngressPacketStatistics) GetReceivedPackets() uint64

func (*DpaVoqIngressPacketStatistics) ProtoMessage

func (*DpaVoqIngressPacketStatistics) ProtoMessage()

func (*DpaVoqIngressPacketStatistics) Reset

func (m *DpaVoqIngressPacketStatistics) Reset()

func (*DpaVoqIngressPacketStatistics) String

func (*DpaVoqIngressPacketStatistics) XXX_DiscardUnknown

func (m *DpaVoqIngressPacketStatistics) XXX_DiscardUnknown()

func (*DpaVoqIngressPacketStatistics) XXX_Marshal

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

func (*DpaVoqIngressPacketStatistics) XXX_Merge

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

func (*DpaVoqIngressPacketStatistics) XXX_Size

func (m *DpaVoqIngressPacketStatistics) XXX_Size() int

func (*DpaVoqIngressPacketStatistics) XXX_Unmarshal

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

type DpaVoqIntfPort

type DpaVoqIntfPort struct {
	InUse                bool                             `protobuf:"varint,50,opt,name=in_use,json=inUse,proto3" json:"in_use,omitempty"`
	RackNum              uint32                           `protobuf:"varint,51,opt,name=rack_num,json=rackNum,proto3" json:"rack_num,omitempty"`
	SlotNum              uint32                           `protobuf:"varint,52,opt,name=slot_num,json=slotNum,proto3" json:"slot_num,omitempty"`
	NpuNum               uint32                           `protobuf:"varint,53,opt,name=npu_num,json=npuNum,proto3" json:"npu_num,omitempty"`
	NpuCore              uint32                           `protobuf:"varint,54,opt,name=npu_core,json=npuCore,proto3" json:"npu_core,omitempty"`
	PortNum              uint32                           `protobuf:"varint,55,opt,name=port_num,json=portNum,proto3" json:"port_num,omitempty"`
	IfHandle             uint32                           `protobuf:"varint,56,opt,name=if_handle,json=ifHandle,proto3" json:"if_handle,omitempty"`
	SysPort              uint32                           `protobuf:"varint,57,opt,name=sys_port,json=sysPort,proto3" json:"sys_port,omitempty"`
	PpPort               uint32                           `protobuf:"varint,58,opt,name=pp_port,json=ppPort,proto3" json:"pp_port,omitempty"`
	PortSpeed            uint32                           `protobuf:"varint,59,opt,name=port_speed,json=portSpeed,proto3" json:"port_speed,omitempty"`
	VoqBase              uint32                           `protobuf:"varint,60,opt,name=voq_base,json=voqBase,proto3" json:"voq_base,omitempty"`
	ConnectorId          uint32                           `protobuf:"varint,61,opt,name=connector_id,json=connectorId,proto3" json:"connector_id,omitempty"`
	IsLocalPort          bool                             `protobuf:"varint,62,opt,name=is_local_port,json=isLocalPort,proto3" json:"is_local_port,omitempty"`
	VoqStat              []*DpaVoqIngressPacketStatistics `protobuf:"bytes,63,rep,name=voq_stat,json=voqStat,proto3" json:"voq_stat,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*DpaVoqIntfPort) Descriptor

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

func (*DpaVoqIntfPort) GetConnectorId

func (m *DpaVoqIntfPort) GetConnectorId() uint32

func (*DpaVoqIntfPort) GetIfHandle

func (m *DpaVoqIntfPort) GetIfHandle() uint32

func (*DpaVoqIntfPort) GetInUse

func (m *DpaVoqIntfPort) GetInUse() bool

func (*DpaVoqIntfPort) GetIsLocalPort

func (m *DpaVoqIntfPort) GetIsLocalPort() bool

func (*DpaVoqIntfPort) GetNpuCore

func (m *DpaVoqIntfPort) GetNpuCore() uint32

func (*DpaVoqIntfPort) GetNpuNum

func (m *DpaVoqIntfPort) GetNpuNum() uint32

func (*DpaVoqIntfPort) GetPortNum

func (m *DpaVoqIntfPort) GetPortNum() uint32

func (*DpaVoqIntfPort) GetPortSpeed

func (m *DpaVoqIntfPort) GetPortSpeed() uint32

func (*DpaVoqIntfPort) GetPpPort

func (m *DpaVoqIntfPort) GetPpPort() uint32

func (*DpaVoqIntfPort) GetRackNum

func (m *DpaVoqIntfPort) GetRackNum() uint32

func (*DpaVoqIntfPort) GetSlotNum

func (m *DpaVoqIntfPort) GetSlotNum() uint32

func (*DpaVoqIntfPort) GetSysPort

func (m *DpaVoqIntfPort) GetSysPort() uint32

func (*DpaVoqIntfPort) GetVoqBase

func (m *DpaVoqIntfPort) GetVoqBase() uint32

func (*DpaVoqIntfPort) GetVoqStat

func (m *DpaVoqIntfPort) GetVoqStat() []*DpaVoqIngressPacketStatistics

func (*DpaVoqIntfPort) ProtoMessage

func (*DpaVoqIntfPort) ProtoMessage()

func (*DpaVoqIntfPort) Reset

func (m *DpaVoqIntfPort) Reset()

func (*DpaVoqIntfPort) String

func (m *DpaVoqIntfPort) String() string

func (*DpaVoqIntfPort) XXX_DiscardUnknown

func (m *DpaVoqIntfPort) XXX_DiscardUnknown()

func (*DpaVoqIntfPort) XXX_Marshal

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

func (*DpaVoqIntfPort) XXX_Merge

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

func (*DpaVoqIntfPort) XXX_Size

func (m *DpaVoqIntfPort) XXX_Size() int

func (*DpaVoqIntfPort) XXX_Unmarshal

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

type DpaVoqIntfPort_KEYS

type DpaVoqIntfPort_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	NpuId                uint32   `protobuf:"varint,2,opt,name=npu_id,json=npuId,proto3" json:"npu_id,omitempty"`
	InterfaceHandle      uint32   `protobuf:"varint,3,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DpaVoqIntfPort_KEYS) Descriptor

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

func (*DpaVoqIntfPort_KEYS) GetInterfaceHandle

func (m *DpaVoqIntfPort_KEYS) GetInterfaceHandle() uint32

func (*DpaVoqIntfPort_KEYS) GetNodeName

func (m *DpaVoqIntfPort_KEYS) GetNodeName() string

func (*DpaVoqIntfPort_KEYS) GetNpuId

func (m *DpaVoqIntfPort_KEYS) GetNpuId() uint32

func (*DpaVoqIntfPort_KEYS) ProtoMessage

func (*DpaVoqIntfPort_KEYS) ProtoMessage()

func (*DpaVoqIntfPort_KEYS) Reset

func (m *DpaVoqIntfPort_KEYS) Reset()

func (*DpaVoqIntfPort_KEYS) String

func (m *DpaVoqIntfPort_KEYS) String() string

func (*DpaVoqIntfPort_KEYS) XXX_DiscardUnknown

func (m *DpaVoqIntfPort_KEYS) XXX_DiscardUnknown()

func (*DpaVoqIntfPort_KEYS) XXX_Marshal

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

func (*DpaVoqIntfPort_KEYS) XXX_Merge

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

func (*DpaVoqIntfPort_KEYS) XXX_Size

func (m *DpaVoqIntfPort_KEYS) XXX_Size() int

func (*DpaVoqIntfPort_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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