cisco_ios_xr_pppoe_ea_oper_pppoe_ea_nodes_node_interface_ids_interface_id

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 EtherMacaddr_

type EtherMacaddr_ struct {
	Macaddr              []uint32 `protobuf:"varint,1,rep,packed,name=macaddr,proto3" json:"macaddr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EtherMacaddr_) Descriptor

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

func (*EtherMacaddr_) GetMacaddr

func (m *EtherMacaddr_) GetMacaddr() []uint32

func (*EtherMacaddr_) ProtoMessage

func (*EtherMacaddr_) ProtoMessage()

func (*EtherMacaddr_) Reset

func (m *EtherMacaddr_) Reset()

func (*EtherMacaddr_) String

func (m *EtherMacaddr_) String() string

func (*EtherMacaddr_) XXX_DiscardUnknown

func (m *EtherMacaddr_) XXX_DiscardUnknown()

func (*EtherMacaddr_) XXX_Marshal

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

func (*EtherMacaddr_) XXX_Merge

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

func (*EtherMacaddr_) XXX_Size

func (m *EtherMacaddr_) XXX_Size() int

func (*EtherMacaddr_) XXX_Unmarshal

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

type PppoeEaInterfaceInfo

type PppoeEaInterfaceInfo struct {
	Interface            string         `protobuf:"bytes,50,opt,name=interface,proto3" json:"interface,omitempty"`
	PeerMac              *EtherMacaddr_ `protobuf:"bytes,51,opt,name=peer_mac,json=peerMac,proto3" json:"peer_mac,omitempty"`
	LocalMac             *EtherMacaddr_ `protobuf:"bytes,52,opt,name=local_mac,json=localMac,proto3" json:"local_mac,omitempty"`
	SrgvMac              *EtherMacaddr_ `protobuf:"bytes,53,opt,name=srgv_mac,json=srgvMac,proto3" json:"srgv_mac,omitempty"`
	SessionId            uint32         `protobuf:"varint,54,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	ParentInterface      string         `protobuf:"bytes,55,opt,name=parent_interface,json=parentInterface,proto3" json:"parent_interface,omitempty"`
	IsPrioritySet        bool           `protobuf:"varint,56,opt,name=is_priority_set,json=isPrioritySet,proto3" json:"is_priority_set,omitempty"`
	Priority             uint32         `protobuf:"varint,57,opt,name=priority,proto3" json:"priority,omitempty"`
	Vlanid               []uint32       `protobuf:"varint,58,rep,packed,name=vlanid,proto3" json:"vlanid,omitempty"`
	IsInSync             bool           `protobuf:"varint,59,opt,name=is_in_sync,json=isInSync,proto3" json:"is_in_sync,omitempty"`
	IsPlatformCreated    bool           `protobuf:"varint,60,opt,name=is_platform_created,json=isPlatformCreated,proto3" json:"is_platform_created,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*PppoeEaInterfaceInfo) Descriptor

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

func (*PppoeEaInterfaceInfo) GetInterface

func (m *PppoeEaInterfaceInfo) GetInterface() string

func (*PppoeEaInterfaceInfo) GetIsInSync

func (m *PppoeEaInterfaceInfo) GetIsInSync() bool

func (*PppoeEaInterfaceInfo) GetIsPlatformCreated

func (m *PppoeEaInterfaceInfo) GetIsPlatformCreated() bool

func (*PppoeEaInterfaceInfo) GetIsPrioritySet

func (m *PppoeEaInterfaceInfo) GetIsPrioritySet() bool

func (*PppoeEaInterfaceInfo) GetLocalMac

func (m *PppoeEaInterfaceInfo) GetLocalMac() *EtherMacaddr_

func (*PppoeEaInterfaceInfo) GetParentInterface

func (m *PppoeEaInterfaceInfo) GetParentInterface() string

func (*PppoeEaInterfaceInfo) GetPeerMac

func (m *PppoeEaInterfaceInfo) GetPeerMac() *EtherMacaddr_

func (*PppoeEaInterfaceInfo) GetPriority

func (m *PppoeEaInterfaceInfo) GetPriority() uint32

func (*PppoeEaInterfaceInfo) GetSessionId

func (m *PppoeEaInterfaceInfo) GetSessionId() uint32

func (*PppoeEaInterfaceInfo) GetSrgvMac

func (m *PppoeEaInterfaceInfo) GetSrgvMac() *EtherMacaddr_

func (*PppoeEaInterfaceInfo) GetVlanid

func (m *PppoeEaInterfaceInfo) GetVlanid() []uint32

func (*PppoeEaInterfaceInfo) ProtoMessage

func (*PppoeEaInterfaceInfo) ProtoMessage()

func (*PppoeEaInterfaceInfo) Reset

func (m *PppoeEaInterfaceInfo) Reset()

func (*PppoeEaInterfaceInfo) String

func (m *PppoeEaInterfaceInfo) String() string

func (*PppoeEaInterfaceInfo) XXX_DiscardUnknown

func (m *PppoeEaInterfaceInfo) XXX_DiscardUnknown()

func (*PppoeEaInterfaceInfo) XXX_Marshal

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

func (*PppoeEaInterfaceInfo) XXX_Merge

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

func (*PppoeEaInterfaceInfo) XXX_Size

func (m *PppoeEaInterfaceInfo) XXX_Size() int

func (*PppoeEaInterfaceInfo) XXX_Unmarshal

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

type PppoeEaInterfaceInfo_KEYS

type PppoeEaInterfaceInfo_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 (*PppoeEaInterfaceInfo_KEYS) Descriptor

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

func (*PppoeEaInterfaceInfo_KEYS) GetInterfaceName

func (m *PppoeEaInterfaceInfo_KEYS) GetInterfaceName() string

func (*PppoeEaInterfaceInfo_KEYS) GetNodeName

func (m *PppoeEaInterfaceInfo_KEYS) GetNodeName() string

func (*PppoeEaInterfaceInfo_KEYS) ProtoMessage

func (*PppoeEaInterfaceInfo_KEYS) ProtoMessage()

func (*PppoeEaInterfaceInfo_KEYS) Reset

func (m *PppoeEaInterfaceInfo_KEYS) Reset()

func (*PppoeEaInterfaceInfo_KEYS) String

func (m *PppoeEaInterfaceInfo_KEYS) String() string

func (*PppoeEaInterfaceInfo_KEYS) XXX_DiscardUnknown

func (m *PppoeEaInterfaceInfo_KEYS) XXX_DiscardUnknown()

func (*PppoeEaInterfaceInfo_KEYS) XXX_Marshal

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

func (*PppoeEaInterfaceInfo_KEYS) XXX_Merge

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

func (*PppoeEaInterfaceInfo_KEYS) XXX_Size

func (m *PppoeEaInterfaceInfo_KEYS) XXX_Size() int

func (*PppoeEaInterfaceInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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