cisco_ios_xr_snmp_agent_oper_snmp_information_rx_queue

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-snmp-agent-oper:snmp/information/rx-queue

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SnmpQueue_

type SnmpQueue_ struct {
	Min                  uint32   `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty"`
	Avg                  uint32   `protobuf:"varint,2,opt,name=avg,proto3" json:"avg,omitempty"`
	Max                  uint32   `protobuf:"varint,3,opt,name=max,proto3" json:"max,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SnmpQueue_) Descriptor

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

func (*SnmpQueue_) GetAvg

func (m *SnmpQueue_) GetAvg() uint32

func (*SnmpQueue_) GetMax

func (m *SnmpQueue_) GetMax() uint32

func (*SnmpQueue_) GetMin

func (m *SnmpQueue_) GetMin() uint32

func (*SnmpQueue_) ProtoMessage

func (*SnmpQueue_) ProtoMessage()

func (*SnmpQueue_) Reset

func (m *SnmpQueue_) Reset()

func (*SnmpQueue_) String

func (m *SnmpQueue_) String() string

func (*SnmpQueue_) XXX_DiscardUnknown

func (m *SnmpQueue_) XXX_DiscardUnknown()

func (*SnmpQueue_) XXX_Marshal

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

func (*SnmpQueue_) XXX_Merge

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

func (*SnmpQueue_) XXX_Size

func (m *SnmpQueue_) XXX_Size() int

func (*SnmpQueue_) XXX_Unmarshal

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

type SnmpRxque

type SnmpRxque struct {
	Qlen                 uint32        `protobuf:"varint,50,opt,name=qlen,proto3" json:"qlen,omitempty"`
	InMin                uint32        `protobuf:"varint,51,opt,name=in_min,json=inMin,proto3" json:"in_min,omitempty"`
	InAvg                uint32        `protobuf:"varint,52,opt,name=in_avg,json=inAvg,proto3" json:"in_avg,omitempty"`
	InMax                uint32        `protobuf:"varint,53,opt,name=in_max,json=inMax,proto3" json:"in_max,omitempty"`
	PendMin              uint32        `protobuf:"varint,54,opt,name=pend_min,json=pendMin,proto3" json:"pend_min,omitempty"`
	PendAvg              uint32        `protobuf:"varint,55,opt,name=pend_avg,json=pendAvg,proto3" json:"pend_avg,omitempty"`
	PendMax              uint32        `protobuf:"varint,56,opt,name=pend_max,json=pendMax,proto3" json:"pend_max,omitempty"`
	IncomingQ            []*SnmpQueue_ `protobuf:"bytes,57,rep,name=incoming_q,json=incomingQ,proto3" json:"incoming_q,omitempty"`
	PendingQ             []*SnmpQueue_ `protobuf:"bytes,58,rep,name=pending_q,json=pendingQ,proto3" json:"pending_q,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*SnmpRxque) Descriptor

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

func (*SnmpRxque) GetInAvg

func (m *SnmpRxque) GetInAvg() uint32

func (*SnmpRxque) GetInMax

func (m *SnmpRxque) GetInMax() uint32

func (*SnmpRxque) GetInMin

func (m *SnmpRxque) GetInMin() uint32

func (*SnmpRxque) GetIncomingQ

func (m *SnmpRxque) GetIncomingQ() []*SnmpQueue_

func (*SnmpRxque) GetPendAvg

func (m *SnmpRxque) GetPendAvg() uint32

func (*SnmpRxque) GetPendMax

func (m *SnmpRxque) GetPendMax() uint32

func (*SnmpRxque) GetPendMin

func (m *SnmpRxque) GetPendMin() uint32

func (*SnmpRxque) GetPendingQ

func (m *SnmpRxque) GetPendingQ() []*SnmpQueue_

func (*SnmpRxque) GetQlen

func (m *SnmpRxque) GetQlen() uint32

func (*SnmpRxque) ProtoMessage

func (*SnmpRxque) ProtoMessage()

func (*SnmpRxque) Reset

func (m *SnmpRxque) Reset()

func (*SnmpRxque) String

func (m *SnmpRxque) String() string

func (*SnmpRxque) XXX_DiscardUnknown

func (m *SnmpRxque) XXX_DiscardUnknown()

func (*SnmpRxque) XXX_Marshal

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

func (*SnmpRxque) XXX_Merge

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

func (*SnmpRxque) XXX_Size

func (m *SnmpRxque) XXX_Size() int

func (*SnmpRxque) XXX_Unmarshal

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

type SnmpRxque_KEYS

type SnmpRxque_KEYS struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SnmpRxque_KEYS) Descriptor

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

func (*SnmpRxque_KEYS) ProtoMessage

func (*SnmpRxque_KEYS) ProtoMessage()

func (*SnmpRxque_KEYS) Reset

func (m *SnmpRxque_KEYS) Reset()

func (*SnmpRxque_KEYS) String

func (m *SnmpRxque_KEYS) String() string

func (*SnmpRxque_KEYS) XXX_DiscardUnknown

func (m *SnmpRxque_KEYS) XXX_DiscardUnknown()

func (*SnmpRxque_KEYS) XXX_Marshal

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

func (*SnmpRxque_KEYS) XXX_Merge

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

func (*SnmpRxque_KEYS) XXX_Size

func (m *SnmpRxque_KEYS) XXX_Size() int

func (*SnmpRxque_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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