cisco_ios_xr_manageability_perfmgmt_oper_perf_mgmt_periodic_interface_generic_counter_interfaces_generic_counter_interface_samples_sample

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-manageability-perfmgmt-oper:perf-mgmt/periodic/interface/generic-counter-interfaces/generic-counter-interface/samples/sample

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PmInterfaceGenericBag

type PmInterfaceGenericBag struct {
	TimeStamp            uint64   `protobuf:"varint,50,opt,name=time_stamp,json=timeStamp,proto3" json:"time_stamp,omitempty"`
	InPackets            uint64   `protobuf:"varint,51,opt,name=in_packets,json=inPackets,proto3" json:"in_packets,omitempty"`
	InOctets             uint64   `protobuf:"varint,52,opt,name=in_octets,json=inOctets,proto3" json:"in_octets,omitempty"`
	OutPackets           uint64   `protobuf:"varint,53,opt,name=out_packets,json=outPackets,proto3" json:"out_packets,omitempty"`
	OutOctets            uint64   `protobuf:"varint,54,opt,name=out_octets,json=outOctets,proto3" json:"out_octets,omitempty"`
	InUcastPkts          uint64   `protobuf:"varint,55,opt,name=in_ucast_pkts,json=inUcastPkts,proto3" json:"in_ucast_pkts,omitempty"`
	InMulticastPkts      uint64   `protobuf:"varint,56,opt,name=in_multicast_pkts,json=inMulticastPkts,proto3" json:"in_multicast_pkts,omitempty"`
	InBroadcastPkts      uint64   `protobuf:"varint,57,opt,name=in_broadcast_pkts,json=inBroadcastPkts,proto3" json:"in_broadcast_pkts,omitempty"`
	OutUcastPkts         uint64   `protobuf:"varint,58,opt,name=out_ucast_pkts,json=outUcastPkts,proto3" json:"out_ucast_pkts,omitempty"`
	OutMulticastPkts     uint64   `protobuf:"varint,59,opt,name=out_multicast_pkts,json=outMulticastPkts,proto3" json:"out_multicast_pkts,omitempty"`
	OutBroadcastPkts     uint64   `protobuf:"varint,60,opt,name=out_broadcast_pkts,json=outBroadcastPkts,proto3" json:"out_broadcast_pkts,omitempty"`
	OutputTotalDrops     uint32   `protobuf:"varint,61,opt,name=output_total_drops,json=outputTotalDrops,proto3" json:"output_total_drops,omitempty"`
	InputTotalDrops      uint32   `protobuf:"varint,62,opt,name=input_total_drops,json=inputTotalDrops,proto3" json:"input_total_drops,omitempty"`
	InputQueueDrops      uint32   `protobuf:"varint,63,opt,name=input_queue_drops,json=inputQueueDrops,proto3" json:"input_queue_drops,omitempty"`
	InputUnknownProto    uint32   `protobuf:"varint,64,opt,name=input_unknown_proto,json=inputUnknownProto,proto3" json:"input_unknown_proto,omitempty"`
	OutputTotalErrors    uint32   `protobuf:"varint,65,opt,name=output_total_errors,json=outputTotalErrors,proto3" json:"output_total_errors,omitempty"`
	OutputUnderrun       uint32   `protobuf:"varint,66,opt,name=output_underrun,json=outputUnderrun,proto3" json:"output_underrun,omitempty"`
	InputTotalErrors     uint32   `protobuf:"varint,67,opt,name=input_total_errors,json=inputTotalErrors,proto3" json:"input_total_errors,omitempty"`
	InputCrc             uint32   `protobuf:"varint,68,opt,name=input_crc,json=inputCrc,proto3" json:"input_crc,omitempty"`
	InputOverrun         uint32   `protobuf:"varint,69,opt,name=input_overrun,json=inputOverrun,proto3" json:"input_overrun,omitempty"`
	InputFrame           uint32   `protobuf:"varint,70,opt,name=input_frame,json=inputFrame,proto3" json:"input_frame,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmInterfaceGenericBag) Descriptor

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

func (*PmInterfaceGenericBag) GetInBroadcastPkts

func (m *PmInterfaceGenericBag) GetInBroadcastPkts() uint64

func (*PmInterfaceGenericBag) GetInMulticastPkts

func (m *PmInterfaceGenericBag) GetInMulticastPkts() uint64

func (*PmInterfaceGenericBag) GetInOctets

func (m *PmInterfaceGenericBag) GetInOctets() uint64

func (*PmInterfaceGenericBag) GetInPackets

func (m *PmInterfaceGenericBag) GetInPackets() uint64

func (*PmInterfaceGenericBag) GetInUcastPkts

func (m *PmInterfaceGenericBag) GetInUcastPkts() uint64

func (*PmInterfaceGenericBag) GetInputCrc

func (m *PmInterfaceGenericBag) GetInputCrc() uint32

func (*PmInterfaceGenericBag) GetInputFrame

func (m *PmInterfaceGenericBag) GetInputFrame() uint32

func (*PmInterfaceGenericBag) GetInputOverrun

func (m *PmInterfaceGenericBag) GetInputOverrun() uint32

func (*PmInterfaceGenericBag) GetInputQueueDrops

func (m *PmInterfaceGenericBag) GetInputQueueDrops() uint32

func (*PmInterfaceGenericBag) GetInputTotalDrops

func (m *PmInterfaceGenericBag) GetInputTotalDrops() uint32

func (*PmInterfaceGenericBag) GetInputTotalErrors

func (m *PmInterfaceGenericBag) GetInputTotalErrors() uint32

func (*PmInterfaceGenericBag) GetInputUnknownProto

func (m *PmInterfaceGenericBag) GetInputUnknownProto() uint32

func (*PmInterfaceGenericBag) GetOutBroadcastPkts

func (m *PmInterfaceGenericBag) GetOutBroadcastPkts() uint64

func (*PmInterfaceGenericBag) GetOutMulticastPkts

func (m *PmInterfaceGenericBag) GetOutMulticastPkts() uint64

func (*PmInterfaceGenericBag) GetOutOctets

func (m *PmInterfaceGenericBag) GetOutOctets() uint64

func (*PmInterfaceGenericBag) GetOutPackets

func (m *PmInterfaceGenericBag) GetOutPackets() uint64

func (*PmInterfaceGenericBag) GetOutUcastPkts

func (m *PmInterfaceGenericBag) GetOutUcastPkts() uint64

func (*PmInterfaceGenericBag) GetOutputTotalDrops

func (m *PmInterfaceGenericBag) GetOutputTotalDrops() uint32

func (*PmInterfaceGenericBag) GetOutputTotalErrors

func (m *PmInterfaceGenericBag) GetOutputTotalErrors() uint32

func (*PmInterfaceGenericBag) GetOutputUnderrun

func (m *PmInterfaceGenericBag) GetOutputUnderrun() uint32

func (*PmInterfaceGenericBag) GetTimeStamp

func (m *PmInterfaceGenericBag) GetTimeStamp() uint64

func (*PmInterfaceGenericBag) ProtoMessage

func (*PmInterfaceGenericBag) ProtoMessage()

func (*PmInterfaceGenericBag) Reset

func (m *PmInterfaceGenericBag) Reset()

func (*PmInterfaceGenericBag) String

func (m *PmInterfaceGenericBag) String() string

func (*PmInterfaceGenericBag) XXX_DiscardUnknown

func (m *PmInterfaceGenericBag) XXX_DiscardUnknown()

func (*PmInterfaceGenericBag) XXX_Marshal

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

func (*PmInterfaceGenericBag) XXX_Merge

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

func (*PmInterfaceGenericBag) XXX_Size

func (m *PmInterfaceGenericBag) XXX_Size() int

func (*PmInterfaceGenericBag) XXX_Unmarshal

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

type PmInterfaceGenericBag_KEYS

type PmInterfaceGenericBag_KEYS struct {
	InterfaceName        string   `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	SampleId             uint32   `protobuf:"varint,2,opt,name=sample_id,json=sampleId,proto3" json:"sample_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmInterfaceGenericBag_KEYS) Descriptor

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

func (*PmInterfaceGenericBag_KEYS) GetInterfaceName

func (m *PmInterfaceGenericBag_KEYS) GetInterfaceName() string

func (*PmInterfaceGenericBag_KEYS) GetSampleId

func (m *PmInterfaceGenericBag_KEYS) GetSampleId() uint32

func (*PmInterfaceGenericBag_KEYS) ProtoMessage

func (*PmInterfaceGenericBag_KEYS) ProtoMessage()

func (*PmInterfaceGenericBag_KEYS) Reset

func (m *PmInterfaceGenericBag_KEYS) Reset()

func (*PmInterfaceGenericBag_KEYS) String

func (m *PmInterfaceGenericBag_KEYS) String() string

func (*PmInterfaceGenericBag_KEYS) XXX_DiscardUnknown

func (m *PmInterfaceGenericBag_KEYS) XXX_DiscardUnknown()

func (*PmInterfaceGenericBag_KEYS) XXX_Marshal

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

func (*PmInterfaceGenericBag_KEYS) XXX_Merge

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

func (*PmInterfaceGenericBag_KEYS) XXX_Size

func (m *PmInterfaceGenericBag_KEYS) XXX_Size() int

func (*PmInterfaceGenericBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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