cisco_ios_xr_perf_meas_oper_performance_measurement_nodes_node_interfaces_interface_delay_interface_last_probes_interface_last_probe

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-perf-meas-oper:performance-measurement/nodes/node/interfaces/interface-delay/interface-last-probes/interface-last-probe

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PmIntfLastProbeBag

type PmIntfLastProbeBag struct {
	LastProbe            *PmProbeSampleBag `protobuf:"bytes,50,opt,name=last_probe,json=lastProbe,proto3" json:"last_probe,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*PmIntfLastProbeBag) Descriptor

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

func (*PmIntfLastProbeBag) GetLastProbe

func (m *PmIntfLastProbeBag) GetLastProbe() *PmProbeSampleBag

func (*PmIntfLastProbeBag) ProtoMessage

func (*PmIntfLastProbeBag) ProtoMessage()

func (*PmIntfLastProbeBag) Reset

func (m *PmIntfLastProbeBag) Reset()

func (*PmIntfLastProbeBag) String

func (m *PmIntfLastProbeBag) String() string

func (*PmIntfLastProbeBag) XXX_DiscardUnknown

func (m *PmIntfLastProbeBag) XXX_DiscardUnknown()

func (*PmIntfLastProbeBag) XXX_Marshal

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

func (*PmIntfLastProbeBag) XXX_Merge

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

func (*PmIntfLastProbeBag) XXX_Size

func (m *PmIntfLastProbeBag) XXX_Size() int

func (*PmIntfLastProbeBag) XXX_Unmarshal

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

type PmIntfLastProbeBag_KEYS

type PmIntfLastProbeBag_KEYS struct {
	Node                 string   `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	InterfaceName        string   `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmIntfLastProbeBag_KEYS) Descriptor

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

func (*PmIntfLastProbeBag_KEYS) GetInterfaceName

func (m *PmIntfLastProbeBag_KEYS) GetInterfaceName() string

func (*PmIntfLastProbeBag_KEYS) GetNode

func (m *PmIntfLastProbeBag_KEYS) GetNode() string

func (*PmIntfLastProbeBag_KEYS) ProtoMessage

func (*PmIntfLastProbeBag_KEYS) ProtoMessage()

func (*PmIntfLastProbeBag_KEYS) Reset

func (m *PmIntfLastProbeBag_KEYS) Reset()

func (*PmIntfLastProbeBag_KEYS) String

func (m *PmIntfLastProbeBag_KEYS) String() string

func (*PmIntfLastProbeBag_KEYS) XXX_DiscardUnknown

func (m *PmIntfLastProbeBag_KEYS) XXX_DiscardUnknown()

func (*PmIntfLastProbeBag_KEYS) XXX_Marshal

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

func (*PmIntfLastProbeBag_KEYS) XXX_Merge

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

func (*PmIntfLastProbeBag_KEYS) XXX_Size

func (m *PmIntfLastProbeBag_KEYS) XXX_Size() int

func (*PmIntfLastProbeBag_KEYS) XXX_Unmarshal

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

type PmProbeSampleBag

type PmProbeSampleBag struct {
	ProbeStartTimestamp  uint64       `protobuf:"varint,1,opt,name=probe_start_timestamp,json=probeStartTimestamp,proto3" json:"probe_start_timestamp,omitempty"`
	PacketsSent          uint32       `protobuf:"varint,2,opt,name=packets_sent,json=packetsSent,proto3" json:"packets_sent,omitempty"`
	PacketsReceived      uint32       `protobuf:"varint,3,opt,name=packets_received,json=packetsReceived,proto3" json:"packets_received,omitempty"`
	ProbeValues          *PmValuesBag `protobuf:"bytes,4,opt,name=probe_values,json=probeValues,proto3" json:"probe_values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*PmProbeSampleBag) Descriptor

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

func (*PmProbeSampleBag) GetPacketsReceived

func (m *PmProbeSampleBag) GetPacketsReceived() uint32

func (*PmProbeSampleBag) GetPacketsSent

func (m *PmProbeSampleBag) GetPacketsSent() uint32

func (*PmProbeSampleBag) GetProbeStartTimestamp

func (m *PmProbeSampleBag) GetProbeStartTimestamp() uint64

func (*PmProbeSampleBag) GetProbeValues

func (m *PmProbeSampleBag) GetProbeValues() *PmValuesBag

func (*PmProbeSampleBag) ProtoMessage

func (*PmProbeSampleBag) ProtoMessage()

func (*PmProbeSampleBag) Reset

func (m *PmProbeSampleBag) Reset()

func (*PmProbeSampleBag) String

func (m *PmProbeSampleBag) String() string

func (*PmProbeSampleBag) XXX_DiscardUnknown

func (m *PmProbeSampleBag) XXX_DiscardUnknown()

func (*PmProbeSampleBag) XXX_Marshal

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

func (*PmProbeSampleBag) XXX_Merge

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

func (*PmProbeSampleBag) XXX_Size

func (m *PmProbeSampleBag) XXX_Size() int

func (*PmProbeSampleBag) XXX_Unmarshal

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

type PmValuesBag

type PmValuesBag struct {
	Average              uint32   `protobuf:"varint,1,opt,name=average,proto3" json:"average,omitempty"`
	Minimum              uint32   `protobuf:"varint,2,opt,name=minimum,proto3" json:"minimum,omitempty"`
	Maximum              uint32   `protobuf:"varint,3,opt,name=maximum,proto3" json:"maximum,omitempty"`
	Variance             uint32   `protobuf:"varint,4,opt,name=variance,proto3" json:"variance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PmValuesBag) Descriptor

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

func (*PmValuesBag) GetAverage

func (m *PmValuesBag) GetAverage() uint32

func (*PmValuesBag) GetMaximum

func (m *PmValuesBag) GetMaximum() uint32

func (*PmValuesBag) GetMinimum

func (m *PmValuesBag) GetMinimum() uint32

func (*PmValuesBag) GetVariance

func (m *PmValuesBag) GetVariance() uint32

func (*PmValuesBag) ProtoMessage

func (*PmValuesBag) ProtoMessage()

func (*PmValuesBag) Reset

func (m *PmValuesBag) Reset()

func (*PmValuesBag) String

func (m *PmValuesBag) String() string

func (*PmValuesBag) XXX_DiscardUnknown

func (m *PmValuesBag) XXX_DiscardUnknown()

func (*PmValuesBag) XXX_Marshal

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

func (*PmValuesBag) XXX_Merge

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

func (*PmValuesBag) XXX_Size

func (m *PmValuesBag) XXX_Size() int

func (*PmValuesBag) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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