cisco_ios_xr_subscriber_pppoe_ma_oper_pppoe_nodes_node_interfaces_interface

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 PppoeMaInterfaceInfo

type PppoeMaInterfaceInfo struct {
	InterfaceNameXr      string           `protobuf:"bytes,50,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	AccessInterfaceName  string           `protobuf:"bytes,51,opt,name=access_interface_name,json=accessInterfaceName,proto3" json:"access_interface_name,omitempty"`
	BbaGroupName         string           `protobuf:"bytes,52,opt,name=bba_group_name,json=bbaGroupName,proto3" json:"bba_group_name,omitempty"`
	SessionId            uint32           `protobuf:"varint,53,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	LocalMacAddress      string           `protobuf:"bytes,54,opt,name=local_mac_address,json=localMacAddress,proto3" json:"local_mac_address,omitempty"`
	PeerMacAddress       string           `protobuf:"bytes,55,opt,name=peer_mac_address,json=peerMacAddress,proto3" json:"peer_mac_address,omitempty"`
	IsComplete           int32            `protobuf:"zigzag32,56,opt,name=is_complete,json=isComplete,proto3" json:"is_complete,omitempty"`
	Tags                 *PppoeMaTagsInfo `protobuf:"bytes,57,opt,name=tags,proto3" json:"tags,omitempty"`
	VlanOuterId          uint32           `protobuf:"varint,58,opt,name=vlan_outer_id,json=vlanOuterId,proto3" json:"vlan_outer_id,omitempty"`
	VlanInnerId          uint32           `protobuf:"varint,59,opt,name=vlan_inner_id,json=vlanInnerId,proto3" json:"vlan_inner_id,omitempty"`
	SrgState             string           `protobuf:"bytes,60,opt,name=srg_state,json=srgState,proto3" json:"srg_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*PppoeMaInterfaceInfo) Descriptor

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

func (*PppoeMaInterfaceInfo) GetAccessInterfaceName

func (m *PppoeMaInterfaceInfo) GetAccessInterfaceName() string

func (*PppoeMaInterfaceInfo) GetBbaGroupName

func (m *PppoeMaInterfaceInfo) GetBbaGroupName() string

func (*PppoeMaInterfaceInfo) GetInterfaceNameXr

func (m *PppoeMaInterfaceInfo) GetInterfaceNameXr() string

func (*PppoeMaInterfaceInfo) GetIsComplete

func (m *PppoeMaInterfaceInfo) GetIsComplete() int32

func (*PppoeMaInterfaceInfo) GetLocalMacAddress

func (m *PppoeMaInterfaceInfo) GetLocalMacAddress() string

func (*PppoeMaInterfaceInfo) GetPeerMacAddress

func (m *PppoeMaInterfaceInfo) GetPeerMacAddress() string

func (*PppoeMaInterfaceInfo) GetSessionId

func (m *PppoeMaInterfaceInfo) GetSessionId() uint32

func (*PppoeMaInterfaceInfo) GetSrgState

func (m *PppoeMaInterfaceInfo) GetSrgState() string

func (*PppoeMaInterfaceInfo) GetTags

func (m *PppoeMaInterfaceInfo) GetTags() *PppoeMaTagsInfo

func (*PppoeMaInterfaceInfo) GetVlanInnerId

func (m *PppoeMaInterfaceInfo) GetVlanInnerId() uint32

func (*PppoeMaInterfaceInfo) GetVlanOuterId

func (m *PppoeMaInterfaceInfo) GetVlanOuterId() uint32

func (*PppoeMaInterfaceInfo) ProtoMessage

func (*PppoeMaInterfaceInfo) ProtoMessage()

func (*PppoeMaInterfaceInfo) Reset

func (m *PppoeMaInterfaceInfo) Reset()

func (*PppoeMaInterfaceInfo) String

func (m *PppoeMaInterfaceInfo) String() string

func (*PppoeMaInterfaceInfo) XXX_DiscardUnknown

func (m *PppoeMaInterfaceInfo) XXX_DiscardUnknown()

func (*PppoeMaInterfaceInfo) XXX_Marshal

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

func (*PppoeMaInterfaceInfo) XXX_Merge

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

func (*PppoeMaInterfaceInfo) XXX_Size

func (m *PppoeMaInterfaceInfo) XXX_Size() int

func (*PppoeMaInterfaceInfo) XXX_Unmarshal

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

type PppoeMaInterfaceInfo_KEYS

type PppoeMaInterfaceInfo_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,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 (*PppoeMaInterfaceInfo_KEYS) Descriptor

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

func (*PppoeMaInterfaceInfo_KEYS) GetInterfaceName

func (m *PppoeMaInterfaceInfo_KEYS) GetInterfaceName() string

func (*PppoeMaInterfaceInfo_KEYS) GetNodeName

func (m *PppoeMaInterfaceInfo_KEYS) GetNodeName() string

func (*PppoeMaInterfaceInfo_KEYS) ProtoMessage

func (*PppoeMaInterfaceInfo_KEYS) ProtoMessage()

func (*PppoeMaInterfaceInfo_KEYS) Reset

func (m *PppoeMaInterfaceInfo_KEYS) Reset()

func (*PppoeMaInterfaceInfo_KEYS) String

func (m *PppoeMaInterfaceInfo_KEYS) String() string

func (*PppoeMaInterfaceInfo_KEYS) XXX_DiscardUnknown

func (m *PppoeMaInterfaceInfo_KEYS) XXX_DiscardUnknown()

func (*PppoeMaInterfaceInfo_KEYS) XXX_Marshal

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

func (*PppoeMaInterfaceInfo_KEYS) XXX_Merge

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

func (*PppoeMaInterfaceInfo_KEYS) XXX_Size

func (m *PppoeMaInterfaceInfo_KEYS) XXX_Size() int

func (*PppoeMaInterfaceInfo_KEYS) XXX_Unmarshal

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

type PppoeMaTagsAleInfo

type PppoeMaTagsAleInfo struct {
	DataLink             uint32   `protobuf:"varint,1,opt,name=data_link,json=dataLink,proto3" json:"data_link,omitempty"`
	Encaps1              uint32   `protobuf:"varint,2,opt,name=encaps1,proto3" json:"encaps1,omitempty"`
	Encaps2              uint32   `protobuf:"varint,3,opt,name=encaps2,proto3" json:"encaps2,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppoeMaTagsAleInfo) Descriptor

func (*PppoeMaTagsAleInfo) Descriptor() ([]byte, []int)
func (m *PppoeMaTagsAleInfo) GetDataLink() uint32

func (*PppoeMaTagsAleInfo) GetEncaps1

func (m *PppoeMaTagsAleInfo) GetEncaps1() uint32

func (*PppoeMaTagsAleInfo) GetEncaps2

func (m *PppoeMaTagsAleInfo) GetEncaps2() uint32

func (*PppoeMaTagsAleInfo) ProtoMessage

func (*PppoeMaTagsAleInfo) ProtoMessage()

func (*PppoeMaTagsAleInfo) Reset

func (m *PppoeMaTagsAleInfo) Reset()

func (*PppoeMaTagsAleInfo) String

func (m *PppoeMaTagsAleInfo) String() string

func (*PppoeMaTagsAleInfo) XXX_DiscardUnknown

func (m *PppoeMaTagsAleInfo) XXX_DiscardUnknown()

func (*PppoeMaTagsAleInfo) XXX_Marshal

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

func (*PppoeMaTagsAleInfo) XXX_Merge

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

func (*PppoeMaTagsAleInfo) XXX_Size

func (m *PppoeMaTagsAleInfo) XXX_Size() int

func (*PppoeMaTagsAleInfo) XXX_Unmarshal

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

type PppoeMaTagsInfo

type PppoeMaTagsInfo struct {
	ServiceName             string              `protobuf:"bytes,1,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	MaxPayload              uint32              `protobuf:"varint,2,opt,name=max_payload,json=maxPayload,proto3" json:"max_payload,omitempty"`
	HostUniq                string              `protobuf:"bytes,3,opt,name=host_uniq,json=hostUniq,proto3" json:"host_uniq,omitempty"`
	RelaySessionId          string              `protobuf:"bytes,4,opt,name=relay_session_id,json=relaySessionId,proto3" json:"relay_session_id,omitempty"`
	RemoteId                string              `protobuf:"bytes,5,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	CircuitId               string              `protobuf:"bytes,6,opt,name=circuit_id,json=circuitId,proto3" json:"circuit_id,omitempty"`
	IsIwf                   int32               `protobuf:"zigzag32,7,opt,name=is_iwf,json=isIwf,proto3" json:"is_iwf,omitempty"`
	DslActualUp             uint32              `protobuf:"varint,8,opt,name=dsl_actual_up,json=dslActualUp,proto3" json:"dsl_actual_up,omitempty"`
	DslActualDown           uint32              `protobuf:"varint,9,opt,name=dsl_actual_down,json=dslActualDown,proto3" json:"dsl_actual_down,omitempty"`
	DslMinUp                uint32              `protobuf:"varint,10,opt,name=dsl_min_up,json=dslMinUp,proto3" json:"dsl_min_up,omitempty"`
	DslMinDown              uint32              `protobuf:"varint,11,opt,name=dsl_min_down,json=dslMinDown,proto3" json:"dsl_min_down,omitempty"`
	DslAttainUp             uint32              `protobuf:"varint,12,opt,name=dsl_attain_up,json=dslAttainUp,proto3" json:"dsl_attain_up,omitempty"`
	DslAttainDown           uint32              `protobuf:"varint,13,opt,name=dsl_attain_down,json=dslAttainDown,proto3" json:"dsl_attain_down,omitempty"`
	DslMaxUp                uint32              `protobuf:"varint,14,opt,name=dsl_max_up,json=dslMaxUp,proto3" json:"dsl_max_up,omitempty"`
	DslMaxDown              uint32              `protobuf:"varint,15,opt,name=dsl_max_down,json=dslMaxDown,proto3" json:"dsl_max_down,omitempty"`
	DslMinUpLow             uint32              `protobuf:"varint,16,opt,name=dsl_min_up_low,json=dslMinUpLow,proto3" json:"dsl_min_up_low,omitempty"`
	DslMinDownLow           uint32              `protobuf:"varint,17,opt,name=dsl_min_down_low,json=dslMinDownLow,proto3" json:"dsl_min_down_low,omitempty"`
	DslMaxDelayUp           uint32              `protobuf:"varint,18,opt,name=dsl_max_delay_up,json=dslMaxDelayUp,proto3" json:"dsl_max_delay_up,omitempty"`
	DslActualDelayUp        uint32              `protobuf:"varint,19,opt,name=dsl_actual_delay_up,json=dslActualDelayUp,proto3" json:"dsl_actual_delay_up,omitempty"`
	DslMaxDelayDown         uint32              `protobuf:"varint,20,opt,name=dsl_max_delay_down,json=dslMaxDelayDown,proto3" json:"dsl_max_delay_down,omitempty"`
	DslActualDelayDown      uint32              `protobuf:"varint,21,opt,name=dsl_actual_delay_down,json=dslActualDelayDown,proto3" json:"dsl_actual_delay_down,omitempty"`
	AccessLoopEncapsulation *PppoeMaTagsAleInfo `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}            `json:"-"`
	XXX_unrecognized        []byte              `json:"-"`
	XXX_sizecache           int32               `json:"-"`
}

func (*PppoeMaTagsInfo) Descriptor

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

func (*PppoeMaTagsInfo) GetAccessLoopEncapsulation

func (m *PppoeMaTagsInfo) GetAccessLoopEncapsulation() *PppoeMaTagsAleInfo

func (*PppoeMaTagsInfo) GetCircuitId

func (m *PppoeMaTagsInfo) GetCircuitId() string

func (*PppoeMaTagsInfo) GetDslActualDelayDown

func (m *PppoeMaTagsInfo) GetDslActualDelayDown() uint32

func (*PppoeMaTagsInfo) GetDslActualDelayUp

func (m *PppoeMaTagsInfo) GetDslActualDelayUp() uint32

func (*PppoeMaTagsInfo) GetDslActualDown

func (m *PppoeMaTagsInfo) GetDslActualDown() uint32

func (*PppoeMaTagsInfo) GetDslActualUp

func (m *PppoeMaTagsInfo) GetDslActualUp() uint32

func (*PppoeMaTagsInfo) GetDslAttainDown

func (m *PppoeMaTagsInfo) GetDslAttainDown() uint32

func (*PppoeMaTagsInfo) GetDslAttainUp

func (m *PppoeMaTagsInfo) GetDslAttainUp() uint32

func (*PppoeMaTagsInfo) GetDslMaxDelayDown

func (m *PppoeMaTagsInfo) GetDslMaxDelayDown() uint32

func (*PppoeMaTagsInfo) GetDslMaxDelayUp

func (m *PppoeMaTagsInfo) GetDslMaxDelayUp() uint32

func (*PppoeMaTagsInfo) GetDslMaxDown

func (m *PppoeMaTagsInfo) GetDslMaxDown() uint32

func (*PppoeMaTagsInfo) GetDslMaxUp

func (m *PppoeMaTagsInfo) GetDslMaxUp() uint32

func (*PppoeMaTagsInfo) GetDslMinDown

func (m *PppoeMaTagsInfo) GetDslMinDown() uint32

func (*PppoeMaTagsInfo) GetDslMinDownLow

func (m *PppoeMaTagsInfo) GetDslMinDownLow() uint32

func (*PppoeMaTagsInfo) GetDslMinUp

func (m *PppoeMaTagsInfo) GetDslMinUp() uint32

func (*PppoeMaTagsInfo) GetDslMinUpLow

func (m *PppoeMaTagsInfo) GetDslMinUpLow() uint32

func (*PppoeMaTagsInfo) GetHostUniq

func (m *PppoeMaTagsInfo) GetHostUniq() string

func (*PppoeMaTagsInfo) GetIsIwf

func (m *PppoeMaTagsInfo) GetIsIwf() int32

func (*PppoeMaTagsInfo) GetMaxPayload

func (m *PppoeMaTagsInfo) GetMaxPayload() uint32

func (*PppoeMaTagsInfo) GetRelaySessionId

func (m *PppoeMaTagsInfo) GetRelaySessionId() string

func (*PppoeMaTagsInfo) GetRemoteId

func (m *PppoeMaTagsInfo) GetRemoteId() string

func (*PppoeMaTagsInfo) GetServiceName

func (m *PppoeMaTagsInfo) GetServiceName() string

func (*PppoeMaTagsInfo) ProtoMessage

func (*PppoeMaTagsInfo) ProtoMessage()

func (*PppoeMaTagsInfo) Reset

func (m *PppoeMaTagsInfo) Reset()

func (*PppoeMaTagsInfo) String

func (m *PppoeMaTagsInfo) String() string

func (*PppoeMaTagsInfo) XXX_DiscardUnknown

func (m *PppoeMaTagsInfo) XXX_DiscardUnknown()

func (*PppoeMaTagsInfo) XXX_Marshal

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

func (*PppoeMaTagsInfo) XXX_Merge

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

func (*PppoeMaTagsInfo) XXX_Size

func (m *PppoeMaTagsInfo) XXX_Size() int

func (*PppoeMaTagsInfo) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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