cisco_ios_xr_mpls_te_oper_mpls_te_auto_tunnel_mesh_one_hop_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

Overview

Cisco-IOS-XR-mpls-te-oper:mpls-te/auto-tunnel/mesh/one-hop/interfaces/interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MplsTeAutomeshOnehopInterface

type MplsTeAutomeshOnehopInterface struct {
	InterfaceNameXr      string                        `protobuf:"bytes,50,opt,name=interface_name_xr,json=interfaceNameXr,proto3" json:"interface_name_xr,omitempty"`
	Tunnel               []*MplsTeAutomeshOnehopTunnel `protobuf:"bytes,51,rep,name=tunnel,proto3" json:"tunnel,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*MplsTeAutomeshOnehopInterface) Descriptor

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

func (*MplsTeAutomeshOnehopInterface) GetInterfaceNameXr

func (m *MplsTeAutomeshOnehopInterface) GetInterfaceNameXr() string

func (*MplsTeAutomeshOnehopInterface) GetTunnel

func (*MplsTeAutomeshOnehopInterface) ProtoMessage

func (*MplsTeAutomeshOnehopInterface) ProtoMessage()

func (*MplsTeAutomeshOnehopInterface) Reset

func (m *MplsTeAutomeshOnehopInterface) Reset()

func (*MplsTeAutomeshOnehopInterface) String

func (*MplsTeAutomeshOnehopInterface) XXX_DiscardUnknown

func (m *MplsTeAutomeshOnehopInterface) XXX_DiscardUnknown()

func (*MplsTeAutomeshOnehopInterface) XXX_Marshal

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

func (*MplsTeAutomeshOnehopInterface) XXX_Merge

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

func (*MplsTeAutomeshOnehopInterface) XXX_Size

func (m *MplsTeAutomeshOnehopInterface) XXX_Size() int

func (*MplsTeAutomeshOnehopInterface) XXX_Unmarshal

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

type MplsTeAutomeshOnehopInterface_KEYS

type MplsTeAutomeshOnehopInterface_KEYS struct {
	InterfaceName        string   `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsTeAutomeshOnehopInterface_KEYS) Descriptor

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

func (*MplsTeAutomeshOnehopInterface_KEYS) GetInterfaceName

func (m *MplsTeAutomeshOnehopInterface_KEYS) GetInterfaceName() string

func (*MplsTeAutomeshOnehopInterface_KEYS) ProtoMessage

func (*MplsTeAutomeshOnehopInterface_KEYS) ProtoMessage()

func (*MplsTeAutomeshOnehopInterface_KEYS) Reset

func (*MplsTeAutomeshOnehopInterface_KEYS) String

func (*MplsTeAutomeshOnehopInterface_KEYS) XXX_DiscardUnknown

func (m *MplsTeAutomeshOnehopInterface_KEYS) XXX_DiscardUnknown()

func (*MplsTeAutomeshOnehopInterface_KEYS) XXX_Marshal

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

func (*MplsTeAutomeshOnehopInterface_KEYS) XXX_Merge

func (*MplsTeAutomeshOnehopInterface_KEYS) XXX_Size

func (*MplsTeAutomeshOnehopInterface_KEYS) XXX_Unmarshal

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

type MplsTeAutomeshOnehopTunnel

type MplsTeAutomeshOnehopTunnel struct {
	TunnelId             uint32   `protobuf:"varint,1,opt,name=tunnel_id,json=tunnelId,proto3" json:"tunnel_id,omitempty"`
	DestinationAddress   string   `protobuf:"bytes,2,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	TunnelLspid          uint32   `protobuf:"varint,3,opt,name=tunnel_lspid,json=tunnelLspid,proto3" json:"tunnel_lspid,omitempty"`
	MeshGroupId          uint32   `protobuf:"varint,4,opt,name=mesh_group_id,json=meshGroupId,proto3" json:"mesh_group_id,omitempty"`
	TunnelState          string   `protobuf:"bytes,5,opt,name=tunnel_state,json=tunnelState,proto3" json:"tunnel_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsTeAutomeshOnehopTunnel) Descriptor

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

func (*MplsTeAutomeshOnehopTunnel) GetDestinationAddress

func (m *MplsTeAutomeshOnehopTunnel) GetDestinationAddress() string

func (*MplsTeAutomeshOnehopTunnel) GetMeshGroupId

func (m *MplsTeAutomeshOnehopTunnel) GetMeshGroupId() uint32

func (*MplsTeAutomeshOnehopTunnel) GetTunnelId

func (m *MplsTeAutomeshOnehopTunnel) GetTunnelId() uint32

func (*MplsTeAutomeshOnehopTunnel) GetTunnelLspid

func (m *MplsTeAutomeshOnehopTunnel) GetTunnelLspid() uint32

func (*MplsTeAutomeshOnehopTunnel) GetTunnelState

func (m *MplsTeAutomeshOnehopTunnel) GetTunnelState() string

func (*MplsTeAutomeshOnehopTunnel) ProtoMessage

func (*MplsTeAutomeshOnehopTunnel) ProtoMessage()

func (*MplsTeAutomeshOnehopTunnel) Reset

func (m *MplsTeAutomeshOnehopTunnel) Reset()

func (*MplsTeAutomeshOnehopTunnel) String

func (m *MplsTeAutomeshOnehopTunnel) String() string

func (*MplsTeAutomeshOnehopTunnel) XXX_DiscardUnknown

func (m *MplsTeAutomeshOnehopTunnel) XXX_DiscardUnknown()

func (*MplsTeAutomeshOnehopTunnel) XXX_Marshal

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

func (*MplsTeAutomeshOnehopTunnel) XXX_Merge

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

func (*MplsTeAutomeshOnehopTunnel) XXX_Size

func (m *MplsTeAutomeshOnehopTunnel) XXX_Size() int

func (*MplsTeAutomeshOnehopTunnel) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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