cisco_ios_xr_subscriber_pppoe_ma_oper_pppoe_nodes_node_bba_groups_bba_group_throttles_throttle

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PppoeMaThrottleInfo

type PppoeMaThrottleInfo struct {
	State                string   `protobuf:"bytes,50,opt,name=state,proto3" json:"state,omitempty"`
	TimeLeft             uint32   `protobuf:"varint,51,opt,name=time_left,json=timeLeft,proto3" json:"time_left,omitempty"`
	SinceReset           uint32   `protobuf:"varint,52,opt,name=since_reset,json=sinceReset,proto3" json:"since_reset,omitempty"`
	PadiCount            uint32   `protobuf:"varint,53,opt,name=padi_count,json=padiCount,proto3" json:"padi_count,omitempty"`
	PadrCount            uint32   `protobuf:"varint,54,opt,name=padr_count,json=padrCount,proto3" json:"padr_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppoeMaThrottleInfo) Descriptor

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

func (*PppoeMaThrottleInfo) GetPadiCount

func (m *PppoeMaThrottleInfo) GetPadiCount() uint32

func (*PppoeMaThrottleInfo) GetPadrCount

func (m *PppoeMaThrottleInfo) GetPadrCount() uint32

func (*PppoeMaThrottleInfo) GetSinceReset

func (m *PppoeMaThrottleInfo) GetSinceReset() uint32

func (*PppoeMaThrottleInfo) GetState

func (m *PppoeMaThrottleInfo) GetState() string

func (*PppoeMaThrottleInfo) GetTimeLeft

func (m *PppoeMaThrottleInfo) GetTimeLeft() uint32

func (*PppoeMaThrottleInfo) ProtoMessage

func (*PppoeMaThrottleInfo) ProtoMessage()

func (*PppoeMaThrottleInfo) Reset

func (m *PppoeMaThrottleInfo) Reset()

func (*PppoeMaThrottleInfo) String

func (m *PppoeMaThrottleInfo) String() string

func (*PppoeMaThrottleInfo) XXX_DiscardUnknown

func (m *PppoeMaThrottleInfo) XXX_DiscardUnknown()

func (*PppoeMaThrottleInfo) XXX_Marshal

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

func (*PppoeMaThrottleInfo) XXX_Merge

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

func (*PppoeMaThrottleInfo) XXX_Size

func (m *PppoeMaThrottleInfo) XXX_Size() int

func (*PppoeMaThrottleInfo) XXX_Unmarshal

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

type PppoeMaThrottleInfo_KEYS

type PppoeMaThrottleInfo_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	BbaGroupName         string   `protobuf:"bytes,2,opt,name=bba_group_name,json=bbaGroupName,proto3" json:"bba_group_name,omitempty"`
	InterfaceName        string   `protobuf:"bytes,3,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	MacAddress           string   `protobuf:"bytes,4,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	Iwf                  bool     `protobuf:"varint,5,opt,name=iwf,proto3" json:"iwf,omitempty"`
	CircuitId            string   `protobuf:"bytes,6,opt,name=circuit_id,json=circuitId,proto3" json:"circuit_id,omitempty"`
	RemoteId             string   `protobuf:"bytes,7,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	OuterVlanId          uint32   `protobuf:"varint,8,opt,name=outer_vlan_id,json=outerVlanId,proto3" json:"outer_vlan_id,omitempty"`
	InnerVlanId          uint32   `protobuf:"varint,9,opt,name=inner_vlan_id,json=innerVlanId,proto3" json:"inner_vlan_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppoeMaThrottleInfo_KEYS) Descriptor

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

func (*PppoeMaThrottleInfo_KEYS) GetBbaGroupName

func (m *PppoeMaThrottleInfo_KEYS) GetBbaGroupName() string

func (*PppoeMaThrottleInfo_KEYS) GetCircuitId

func (m *PppoeMaThrottleInfo_KEYS) GetCircuitId() string

func (*PppoeMaThrottleInfo_KEYS) GetInnerVlanId

func (m *PppoeMaThrottleInfo_KEYS) GetInnerVlanId() uint32

func (*PppoeMaThrottleInfo_KEYS) GetInterfaceName

func (m *PppoeMaThrottleInfo_KEYS) GetInterfaceName() string

func (*PppoeMaThrottleInfo_KEYS) GetIwf

func (m *PppoeMaThrottleInfo_KEYS) GetIwf() bool

func (*PppoeMaThrottleInfo_KEYS) GetMacAddress

func (m *PppoeMaThrottleInfo_KEYS) GetMacAddress() string

func (*PppoeMaThrottleInfo_KEYS) GetNodeName

func (m *PppoeMaThrottleInfo_KEYS) GetNodeName() string

func (*PppoeMaThrottleInfo_KEYS) GetOuterVlanId

func (m *PppoeMaThrottleInfo_KEYS) GetOuterVlanId() uint32

func (*PppoeMaThrottleInfo_KEYS) GetRemoteId

func (m *PppoeMaThrottleInfo_KEYS) GetRemoteId() string

func (*PppoeMaThrottleInfo_KEYS) ProtoMessage

func (*PppoeMaThrottleInfo_KEYS) ProtoMessage()

func (*PppoeMaThrottleInfo_KEYS) Reset

func (m *PppoeMaThrottleInfo_KEYS) Reset()

func (*PppoeMaThrottleInfo_KEYS) String

func (m *PppoeMaThrottleInfo_KEYS) String() string

func (*PppoeMaThrottleInfo_KEYS) XXX_DiscardUnknown

func (m *PppoeMaThrottleInfo_KEYS) XXX_DiscardUnknown()

func (*PppoeMaThrottleInfo_KEYS) XXX_Marshal

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

func (*PppoeMaThrottleInfo_KEYS) XXX_Merge

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

func (*PppoeMaThrottleInfo_KEYS) XXX_Size

func (m *PppoeMaThrottleInfo_KEYS) XXX_Size() int

func (*PppoeMaThrottleInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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