cisco_ios_xr_l2vpn_oper_l2vpnv2_active_iccp_sm_iccp_groups_iccp_group_iccp_ports_iccp_port

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: 1

Documentation

Overview

Cisco-IOS-XR-l2vpn-oper:l2vpnv2/active/iccp-sm/iccp-groups/iccp-group/iccp-ports/iccp-port

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IccpSmPort

type IccpSmPort struct {
	InterfaceName        string          `protobuf:"bytes,50,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	LocalPort            *IccpSmPortInfo `protobuf:"bytes,51,opt,name=local_port,json=localPort,proto3" json:"local_port,omitempty"`
	RemotePort           *IccpSmPortInfo `protobuf:"bytes,52,opt,name=remote_port,json=remotePort,proto3" json:"remote_port,omitempty"`
	MacFlushTcn          bool            `protobuf:"varint,53,opt,name=mac_flush_tcn,json=macFlushTcn,proto3" json:"mac_flush_tcn,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*IccpSmPort) Descriptor

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

func (*IccpSmPort) GetInterfaceName

func (m *IccpSmPort) GetInterfaceName() string

func (*IccpSmPort) GetLocalPort

func (m *IccpSmPort) GetLocalPort() *IccpSmPortInfo

func (*IccpSmPort) GetMacFlushTcn

func (m *IccpSmPort) GetMacFlushTcn() bool

func (*IccpSmPort) GetRemotePort

func (m *IccpSmPort) GetRemotePort() *IccpSmPortInfo

func (*IccpSmPort) ProtoMessage

func (*IccpSmPort) ProtoMessage()

func (*IccpSmPort) Reset

func (m *IccpSmPort) Reset()

func (*IccpSmPort) String

func (m *IccpSmPort) String() string

func (*IccpSmPort) XXX_DiscardUnknown

func (m *IccpSmPort) XXX_DiscardUnknown()

func (*IccpSmPort) XXX_Marshal

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

func (*IccpSmPort) XXX_Merge

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

func (*IccpSmPort) XXX_Size

func (m *IccpSmPort) XXX_Size() int

func (*IccpSmPort) XXX_Unmarshal

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

type IccpSmPortInfo

type IccpSmPortInfo struct {
	PortState              string   `protobuf:"bytes,1,opt,name=port_state,json=portState,proto3" json:"port_state,omitempty"`
	PortFailCode           uint32   `protobuf:"varint,2,opt,name=port_fail_code,json=portFailCode,proto3" json:"port_fail_code,omitempty"`
	FsmState               uint32   `protobuf:"varint,3,opt,name=fsm_state,json=fsmState,proto3" json:"fsm_state,omitempty"`
	VlanState              uint32   `protobuf:"varint,4,opt,name=vlan_state,json=vlanState,proto3" json:"vlan_state,omitempty"`
	VlanVector             []uint32 `protobuf:"varint,5,rep,packed,name=vlan_vector,json=vlanVector,proto3" json:"vlan_vector,omitempty"`
	ReversionTime          uint32   `protobuf:"varint,6,opt,name=reversion_time,json=reversionTime,proto3" json:"reversion_time,omitempty"`
	ReversionTimeRemaining uint32   `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*IccpSmPortInfo) Descriptor

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

func (*IccpSmPortInfo) GetFsmState

func (m *IccpSmPortInfo) GetFsmState() uint32

func (*IccpSmPortInfo) GetPortFailCode

func (m *IccpSmPortInfo) GetPortFailCode() uint32

func (*IccpSmPortInfo) GetPortState

func (m *IccpSmPortInfo) GetPortState() string

func (*IccpSmPortInfo) GetReversionTime

func (m *IccpSmPortInfo) GetReversionTime() uint32

func (*IccpSmPortInfo) GetReversionTimeRemaining

func (m *IccpSmPortInfo) GetReversionTimeRemaining() uint32

func (*IccpSmPortInfo) GetVlanState

func (m *IccpSmPortInfo) GetVlanState() uint32

func (*IccpSmPortInfo) GetVlanVector

func (m *IccpSmPortInfo) GetVlanVector() []uint32

func (*IccpSmPortInfo) ProtoMessage

func (*IccpSmPortInfo) ProtoMessage()

func (*IccpSmPortInfo) Reset

func (m *IccpSmPortInfo) Reset()

func (*IccpSmPortInfo) String

func (m *IccpSmPortInfo) String() string

func (*IccpSmPortInfo) XXX_DiscardUnknown

func (m *IccpSmPortInfo) XXX_DiscardUnknown()

func (*IccpSmPortInfo) XXX_Marshal

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

func (*IccpSmPortInfo) XXX_Merge

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

func (*IccpSmPortInfo) XXX_Size

func (m *IccpSmPortInfo) XXX_Size() int

func (*IccpSmPortInfo) XXX_Unmarshal

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

type IccpSmPort_KEYS

type IccpSmPort_KEYS struct {
	GroupId              uint32   `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Interface            string   `protobuf:"bytes,2,opt,name=interface,proto3" json:"interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IccpSmPort_KEYS) Descriptor

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

func (*IccpSmPort_KEYS) GetGroupId

func (m *IccpSmPort_KEYS) GetGroupId() uint32

func (*IccpSmPort_KEYS) GetInterface

func (m *IccpSmPort_KEYS) GetInterface() string

func (*IccpSmPort_KEYS) ProtoMessage

func (*IccpSmPort_KEYS) ProtoMessage()

func (*IccpSmPort_KEYS) Reset

func (m *IccpSmPort_KEYS) Reset()

func (*IccpSmPort_KEYS) String

func (m *IccpSmPort_KEYS) String() string

func (*IccpSmPort_KEYS) XXX_DiscardUnknown

func (m *IccpSmPort_KEYS) XXX_DiscardUnknown()

func (*IccpSmPort_KEYS) XXX_Marshal

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

func (*IccpSmPort_KEYS) XXX_Merge

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

func (*IccpSmPort_KEYS) XXX_Size

func (m *IccpSmPort_KEYS) XXX_Size() int

func (*IccpSmPort_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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