Documentation
¶
Overview ¶
Cisco-IOS-XR-infra-statsd-oper:infra-statistics/interfaces/interface/protocols/protocol
Index ¶
- type IfstatsbagProto
- func (*IfstatsbagProto) Descriptor() ([]byte, []int)
- func (m *IfstatsbagProto) GetBytesReceived() uint64
- func (m *IfstatsbagProto) GetBytesSent() uint64
- func (m *IfstatsbagProto) GetInputDataRate() uint64
- func (m *IfstatsbagProto) GetInputPacketRate() uint64
- func (m *IfstatsbagProto) GetLastDataTime() uint64
- func (m *IfstatsbagProto) GetOutputDataRate() uint64
- func (m *IfstatsbagProto) GetOutputPacketRate() uint64
- func (m *IfstatsbagProto) GetPacketsReceived() uint64
- func (m *IfstatsbagProto) GetPacketsSent() uint64
- func (m *IfstatsbagProto) GetProtocol() uint32
- func (*IfstatsbagProto) ProtoMessage()
- func (m *IfstatsbagProto) Reset()
- func (m *IfstatsbagProto) String() string
- func (m *IfstatsbagProto) XXX_DiscardUnknown()
- func (m *IfstatsbagProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IfstatsbagProto) XXX_Merge(src proto.Message)
- func (m *IfstatsbagProto) XXX_Size() int
- func (m *IfstatsbagProto) XXX_Unmarshal(b []byte) error
- type IfstatsbagProto_KEYS
- func (*IfstatsbagProto_KEYS) Descriptor() ([]byte, []int)
- func (m *IfstatsbagProto_KEYS) GetInterfaceName() string
- func (m *IfstatsbagProto_KEYS) GetProtocolName() string
- func (*IfstatsbagProto_KEYS) ProtoMessage()
- func (m *IfstatsbagProto_KEYS) Reset()
- func (m *IfstatsbagProto_KEYS) String() string
- func (m *IfstatsbagProto_KEYS) XXX_DiscardUnknown()
- func (m *IfstatsbagProto_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IfstatsbagProto_KEYS) XXX_Merge(src proto.Message)
- func (m *IfstatsbagProto_KEYS) XXX_Size() int
- func (m *IfstatsbagProto_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IfstatsbagProto ¶
type IfstatsbagProto struct { BytesReceived uint64 `protobuf:"varint,50,opt,name=bytes_received,json=bytesReceived,proto3" json:"bytes_received,omitempty"` PacketsReceived uint64 `protobuf:"varint,51,opt,name=packets_received,json=packetsReceived,proto3" json:"packets_received,omitempty"` BytesSent uint64 `protobuf:"varint,52,opt,name=bytes_sent,json=bytesSent,proto3" json:"bytes_sent,omitempty"` PacketsSent uint64 `protobuf:"varint,53,opt,name=packets_sent,json=packetsSent,proto3" json:"packets_sent,omitempty"` Protocol uint32 `protobuf:"varint,54,opt,name=protocol,proto3" json:"protocol,omitempty"` LastDataTime uint64 `protobuf:"varint,55,opt,name=last_data_time,json=lastDataTime,proto3" json:"last_data_time,omitempty"` InputDataRate uint64 `protobuf:"varint,56,opt,name=input_data_rate,json=inputDataRate,proto3" json:"input_data_rate,omitempty"` InputPacketRate uint64 `protobuf:"varint,57,opt,name=input_packet_rate,json=inputPacketRate,proto3" json:"input_packet_rate,omitempty"` OutputDataRate uint64 `protobuf:"varint,58,opt,name=output_data_rate,json=outputDataRate,proto3" json:"output_data_rate,omitempty"` 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() uint64
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 (m *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:"-"` }
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 (m *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
Click to show internal directories.
Click to hide internal directories.