cisco_ios_xr_manageability_perfmgmt_oper_perf_mgmt_periodic_interface_basic_counter_interfaces_basic_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/basic-counter-interfaces/basic-counter-interface/samples/sample

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PmInterfaceBasicStats

type PmInterfaceBasicStats 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"`
	InputTotalDrops      uint64   `protobuf:"varint,55,opt,name=input_total_drops,json=inputTotalDrops,proto3" json:"input_total_drops,omitempty"`
	InputQueueDrops      uint64   `protobuf:"varint,56,opt,name=input_queue_drops,json=inputQueueDrops,proto3" json:"input_queue_drops,omitempty"`
	InputTotalErrors     uint64   `protobuf:"varint,57,opt,name=input_total_errors,json=inputTotalErrors,proto3" json:"input_total_errors,omitempty"`
	OutputTotalDrops     uint64   `protobuf:"varint,58,opt,name=output_total_drops,json=outputTotalDrops,proto3" json:"output_total_drops,omitempty"`
	OutputQueueDrops     uint64   `protobuf:"varint,59,opt,name=output_queue_drops,json=outputQueueDrops,proto3" json:"output_queue_drops,omitempty"`
	OutputTotalErrors    uint64   `protobuf:"varint,60,opt,name=output_total_errors,json=outputTotalErrors,proto3" json:"output_total_errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmInterfaceBasicStats) Descriptor

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

func (*PmInterfaceBasicStats) GetInOctets

func (m *PmInterfaceBasicStats) GetInOctets() uint64

func (*PmInterfaceBasicStats) GetInPackets

func (m *PmInterfaceBasicStats) GetInPackets() uint64

func (*PmInterfaceBasicStats) GetInputQueueDrops

func (m *PmInterfaceBasicStats) GetInputQueueDrops() uint64

func (*PmInterfaceBasicStats) GetInputTotalDrops

func (m *PmInterfaceBasicStats) GetInputTotalDrops() uint64

func (*PmInterfaceBasicStats) GetInputTotalErrors

func (m *PmInterfaceBasicStats) GetInputTotalErrors() uint64

func (*PmInterfaceBasicStats) GetOutOctets

func (m *PmInterfaceBasicStats) GetOutOctets() uint64

func (*PmInterfaceBasicStats) GetOutPackets

func (m *PmInterfaceBasicStats) GetOutPackets() uint64

func (*PmInterfaceBasicStats) GetOutputQueueDrops

func (m *PmInterfaceBasicStats) GetOutputQueueDrops() uint64

func (*PmInterfaceBasicStats) GetOutputTotalDrops

func (m *PmInterfaceBasicStats) GetOutputTotalDrops() uint64

func (*PmInterfaceBasicStats) GetOutputTotalErrors

func (m *PmInterfaceBasicStats) GetOutputTotalErrors() uint64

func (*PmInterfaceBasicStats) GetTimeStamp

func (m *PmInterfaceBasicStats) GetTimeStamp() uint64

func (*PmInterfaceBasicStats) ProtoMessage

func (*PmInterfaceBasicStats) ProtoMessage()

func (*PmInterfaceBasicStats) Reset

func (m *PmInterfaceBasicStats) Reset()

func (*PmInterfaceBasicStats) String

func (m *PmInterfaceBasicStats) String() string

func (*PmInterfaceBasicStats) XXX_DiscardUnknown

func (m *PmInterfaceBasicStats) XXX_DiscardUnknown()

func (*PmInterfaceBasicStats) XXX_Marshal

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

func (*PmInterfaceBasicStats) XXX_Merge

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

func (*PmInterfaceBasicStats) XXX_Size

func (m *PmInterfaceBasicStats) XXX_Size() int

func (*PmInterfaceBasicStats) XXX_Unmarshal

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

type PmInterfaceBasicStats_KEYS

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

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

func (*PmInterfaceBasicStats_KEYS) GetInterfaceName

func (m *PmInterfaceBasicStats_KEYS) GetInterfaceName() string

func (*PmInterfaceBasicStats_KEYS) GetSampleId

func (m *PmInterfaceBasicStats_KEYS) GetSampleId() uint32

func (*PmInterfaceBasicStats_KEYS) ProtoMessage

func (*PmInterfaceBasicStats_KEYS) ProtoMessage()

func (*PmInterfaceBasicStats_KEYS) Reset

func (m *PmInterfaceBasicStats_KEYS) Reset()

func (*PmInterfaceBasicStats_KEYS) String

func (m *PmInterfaceBasicStats_KEYS) String() string

func (*PmInterfaceBasicStats_KEYS) XXX_DiscardUnknown

func (m *PmInterfaceBasicStats_KEYS) XXX_DiscardUnknown()

func (*PmInterfaceBasicStats_KEYS) XXX_Marshal

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

func (*PmInterfaceBasicStats_KEYS) XXX_Merge

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

func (*PmInterfaceBasicStats_KEYS) XXX_Size

func (m *PmInterfaceBasicStats_KEYS) XXX_Size() int

func (*PmInterfaceBasicStats_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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