cisco_ios_xr_infra_statsd_oper_infra_statistics_interfaces_interface_total_protocols_protocol

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-infra-statsd-oper:infra-statistics/interfaces/interface/total/protocols/protocol

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IfstatsbagProto

type IfstatsbagProto struct {
	// Bytes received
	BytesReceived uint64 `protobuf:"varint,50,opt,name=bytes_received,json=bytesReceived,proto3" json:"bytes_received,omitempty"`
	// Packets received
	PacketsReceived uint64 `protobuf:"varint,51,opt,name=packets_received,json=packetsReceived,proto3" json:"packets_received,omitempty"`
	// Bytes sent
	BytesSent uint64 `protobuf:"varint,52,opt,name=bytes_sent,json=bytesSent,proto3" json:"bytes_sent,omitempty"`
	// Packets sent
	PacketsSent uint64 `protobuf:"varint,53,opt,name=packets_sent,json=packetsSent,proto3" json:"packets_sent,omitempty"`
	// Protocol number
	Protocol uint32 `protobuf:"varint,54,opt,name=protocol,proto3" json:"protocol,omitempty"`
	// Time when counters were last written (in seconds)
	LastDataTime uint32 `protobuf:"varint,55,opt,name=last_data_time,json=lastDataTime,proto3" json:"last_data_time,omitempty"`
	// Input data rate in 1000's of bps
	InputDataRate uint64 `protobuf:"varint,56,opt,name=input_data_rate,json=inputDataRate,proto3" json:"input_data_rate,omitempty"`
	// Input packets per second
	InputPacketRate uint64 `protobuf:"varint,57,opt,name=input_packet_rate,json=inputPacketRate,proto3" json:"input_packet_rate,omitempty"`
	// Output data rate in 1000's of bps
	OutputDataRate uint64 `protobuf:"varint,58,opt,name=output_data_rate,json=outputDataRate,proto3" json:"output_data_rate,omitempty"`
	// Output packets per second
	OutputPacketRate     uint64   `protobuf:"varint,59,opt,name=output_packet_rate,json=outputPacketRate,proto3" json:"output_packet_rate,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IfstatsbagProto) Descriptor

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

func (*IfstatsbagProto) GetBytesReceived

func (m *IfstatsbagProto) GetBytesReceived() uint64

func (*IfstatsbagProto) GetBytesSent

func (m *IfstatsbagProto) GetBytesSent() uint64

func (*IfstatsbagProto) GetInputDataRate

func (m *IfstatsbagProto) GetInputDataRate() uint64

func (*IfstatsbagProto) GetInputPacketRate

func (m *IfstatsbagProto) GetInputPacketRate() uint64

func (*IfstatsbagProto) GetLastDataTime

func (m *IfstatsbagProto) GetLastDataTime() uint32

func (*IfstatsbagProto) GetOutputDataRate

func (m *IfstatsbagProto) GetOutputDataRate() uint64

func (*IfstatsbagProto) GetOutputPacketRate

func (m *IfstatsbagProto) GetOutputPacketRate() uint64

func (*IfstatsbagProto) GetPacketsReceived

func (m *IfstatsbagProto) GetPacketsReceived() uint64

func (*IfstatsbagProto) GetPacketsSent

func (m *IfstatsbagProto) GetPacketsSent() uint64

func (*IfstatsbagProto) GetProtocol

func (m *IfstatsbagProto) GetProtocol() uint32

func (*IfstatsbagProto) ProtoMessage

func (*IfstatsbagProto) ProtoMessage()

func (*IfstatsbagProto) Reset

func (m *IfstatsbagProto) Reset()

func (*IfstatsbagProto) String

func (m *IfstatsbagProto) String() string

func (*IfstatsbagProto) XXX_DiscardUnknown

func (m *IfstatsbagProto) XXX_DiscardUnknown()

func (*IfstatsbagProto) XXX_Marshal

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

func (*IfstatsbagProto) XXX_Merge

func (dst *IfstatsbagProto) XXX_Merge(src proto.Message)

func (*IfstatsbagProto) XXX_Size

func (m *IfstatsbagProto) XXX_Size() int

func (*IfstatsbagProto) XXX_Unmarshal

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

type IfstatsbagProto_KEYS

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

Interface counters per protocol

func (*IfstatsbagProto_KEYS) Descriptor

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

func (*IfstatsbagProto_KEYS) GetInterfaceName

func (m *IfstatsbagProto_KEYS) GetInterfaceName() string

func (*IfstatsbagProto_KEYS) GetProtocolName

func (m *IfstatsbagProto_KEYS) GetProtocolName() string

func (*IfstatsbagProto_KEYS) ProtoMessage

func (*IfstatsbagProto_KEYS) ProtoMessage()

func (*IfstatsbagProto_KEYS) Reset

func (m *IfstatsbagProto_KEYS) Reset()

func (*IfstatsbagProto_KEYS) String

func (m *IfstatsbagProto_KEYS) String() string

func (*IfstatsbagProto_KEYS) XXX_DiscardUnknown

func (m *IfstatsbagProto_KEYS) XXX_DiscardUnknown()

func (*IfstatsbagProto_KEYS) XXX_Marshal

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

func (*IfstatsbagProto_KEYS) XXX_Merge

func (dst *IfstatsbagProto_KEYS) XXX_Merge(src proto.Message)

func (*IfstatsbagProto_KEYS) XXX_Size

func (m *IfstatsbagProto_KEYS) XXX_Size() int

func (*IfstatsbagProto_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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