cisco_ios_xr_manageability_perfmgmt_oper_perf_mgmt_periodic_interface_data_rate_interfaces_data_rate_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/data-rate-interfaces/data-rate-interface/samples/sample

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PmInterfaceDatarateBag

type PmInterfaceDatarateBag struct {
	TimeStamp            uint64   `protobuf:"varint,50,opt,name=time_stamp,json=timeStamp,proto3" json:"time_stamp,omitempty"`
	InputDataRate        uint32   `protobuf:"varint,51,opt,name=input_data_rate,json=inputDataRate,proto3" json:"input_data_rate,omitempty"`
	InputPacketRate      uint32   `protobuf:"varint,52,opt,name=input_packet_rate,json=inputPacketRate,proto3" json:"input_packet_rate,omitempty"`
	OutputDataRate       uint32   `protobuf:"varint,53,opt,name=output_data_rate,json=outputDataRate,proto3" json:"output_data_rate,omitempty"`
	OutputPacketRate     uint32   `protobuf:"varint,54,opt,name=output_packet_rate,json=outputPacketRate,proto3" json:"output_packet_rate,omitempty"`
	InputPeakRate        uint32   `protobuf:"varint,55,opt,name=input_peak_rate,json=inputPeakRate,proto3" json:"input_peak_rate,omitempty"`
	InputPeakPkts        uint32   `protobuf:"varint,56,opt,name=input_peak_pkts,json=inputPeakPkts,proto3" json:"input_peak_pkts,omitempty"`
	OutputPeakRate       uint32   `protobuf:"varint,57,opt,name=output_peak_rate,json=outputPeakRate,proto3" json:"output_peak_rate,omitempty"`
	OutputPeakPkts       uint32   `protobuf:"varint,58,opt,name=output_peak_pkts,json=outputPeakPkts,proto3" json:"output_peak_pkts,omitempty"`
	Bandwidth            uint32   `protobuf:"varint,59,opt,name=bandwidth,proto3" json:"bandwidth,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmInterfaceDatarateBag) Descriptor

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

func (*PmInterfaceDatarateBag) GetBandwidth

func (m *PmInterfaceDatarateBag) GetBandwidth() uint32

func (*PmInterfaceDatarateBag) GetInputDataRate

func (m *PmInterfaceDatarateBag) GetInputDataRate() uint32

func (*PmInterfaceDatarateBag) GetInputPacketRate

func (m *PmInterfaceDatarateBag) GetInputPacketRate() uint32

func (*PmInterfaceDatarateBag) GetInputPeakPkts

func (m *PmInterfaceDatarateBag) GetInputPeakPkts() uint32

func (*PmInterfaceDatarateBag) GetInputPeakRate

func (m *PmInterfaceDatarateBag) GetInputPeakRate() uint32

func (*PmInterfaceDatarateBag) GetOutputDataRate

func (m *PmInterfaceDatarateBag) GetOutputDataRate() uint32

func (*PmInterfaceDatarateBag) GetOutputPacketRate

func (m *PmInterfaceDatarateBag) GetOutputPacketRate() uint32

func (*PmInterfaceDatarateBag) GetOutputPeakPkts

func (m *PmInterfaceDatarateBag) GetOutputPeakPkts() uint32

func (*PmInterfaceDatarateBag) GetOutputPeakRate

func (m *PmInterfaceDatarateBag) GetOutputPeakRate() uint32

func (*PmInterfaceDatarateBag) GetTimeStamp

func (m *PmInterfaceDatarateBag) GetTimeStamp() uint64

func (*PmInterfaceDatarateBag) ProtoMessage

func (*PmInterfaceDatarateBag) ProtoMessage()

func (*PmInterfaceDatarateBag) Reset

func (m *PmInterfaceDatarateBag) Reset()

func (*PmInterfaceDatarateBag) String

func (m *PmInterfaceDatarateBag) String() string

func (*PmInterfaceDatarateBag) XXX_DiscardUnknown

func (m *PmInterfaceDatarateBag) XXX_DiscardUnknown()

func (*PmInterfaceDatarateBag) XXX_Marshal

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

func (*PmInterfaceDatarateBag) XXX_Merge

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

func (*PmInterfaceDatarateBag) XXX_Size

func (m *PmInterfaceDatarateBag) XXX_Size() int

func (*PmInterfaceDatarateBag) XXX_Unmarshal

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

type PmInterfaceDatarateBag_KEYS

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

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

func (*PmInterfaceDatarateBag_KEYS) GetInterfaceName

func (m *PmInterfaceDatarateBag_KEYS) GetInterfaceName() string

func (*PmInterfaceDatarateBag_KEYS) GetSampleId

func (m *PmInterfaceDatarateBag_KEYS) GetSampleId() uint32

func (*PmInterfaceDatarateBag_KEYS) ProtoMessage

func (*PmInterfaceDatarateBag_KEYS) ProtoMessage()

func (*PmInterfaceDatarateBag_KEYS) Reset

func (m *PmInterfaceDatarateBag_KEYS) Reset()

func (*PmInterfaceDatarateBag_KEYS) String

func (m *PmInterfaceDatarateBag_KEYS) String() string

func (*PmInterfaceDatarateBag_KEYS) XXX_DiscardUnknown

func (m *PmInterfaceDatarateBag_KEYS) XXX_DiscardUnknown()

func (*PmInterfaceDatarateBag_KEYS) XXX_Marshal

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

func (*PmInterfaceDatarateBag_KEYS) XXX_Merge

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

func (*PmInterfaceDatarateBag_KEYS) XXX_Size

func (m *PmInterfaceDatarateBag_KEYS) XXX_Size() int

func (*PmInterfaceDatarateBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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