cisco_ios_xr_mpls_te_oper_mpls_tp_tp_tunnels_tp_tunnels_tp_tunnel

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-tp/tp-tunnels/tp-tunnels/tp-tunnel

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MplsTeTpTunnelInfo

type MplsTeTpTunnelInfo struct {
	TunnelName           string                 `protobuf:"bytes,50,opt,name=tunnel_name,json=tunnelName,proto3" json:"tunnel_name,omitempty"`
	SourceTunnelId       uint32                 `protobuf:"varint,51,opt,name=source_tunnel_id,json=sourceTunnelId,proto3" json:"source_tunnel_id,omitempty"`
	SourceNodeId         string                 `protobuf:"bytes,52,opt,name=source_node_id,json=sourceNodeId,proto3" json:"source_node_id,omitempty"`
	SourceGlobalId       uint32                 `protobuf:"varint,53,opt,name=source_global_id,json=sourceGlobalId,proto3" json:"source_global_id,omitempty"`
	DestinationNodeId    string                 `protobuf:"bytes,54,opt,name=destination_node_id,json=destinationNodeId,proto3" json:"destination_node_id,omitempty"`
	DestinationGlobalId  uint32                 `protobuf:"varint,55,opt,name=destination_global_id,json=destinationGlobalId,proto3" json:"destination_global_id,omitempty"`
	RemoteTunnelId       uint32                 `protobuf:"varint,56,opt,name=remote_tunnel_id,json=remoteTunnelId,proto3" json:"remote_tunnel_id,omitempty"`
	AdminStatus          string                 `protobuf:"bytes,57,opt,name=admin_status,json=adminStatus,proto3" json:"admin_status,omitempty"`
	OperationStatus      string                 `protobuf:"bytes,58,opt,name=operation_status,json=operationStatus,proto3" json:"operation_status,omitempty"`
	WorkingLsp           *MplsTeTpTunnelLspInfo `protobuf:"bytes,59,opt,name=working_lsp,json=workingLsp,proto3" json:"working_lsp,omitempty"`
	ProtectLsp           *MplsTeTpTunnelLspInfo `protobuf:"bytes,60,opt,name=protect_lsp,json=protectLsp,proto3" json:"protect_lsp,omitempty"`
	ActiveLsp            string                 `protobuf:"bytes,61,opt,name=active_lsp,json=activeLsp,proto3" json:"active_lsp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*MplsTeTpTunnelInfo) Descriptor

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

func (*MplsTeTpTunnelInfo) GetActiveLsp

func (m *MplsTeTpTunnelInfo) GetActiveLsp() string

func (*MplsTeTpTunnelInfo) GetAdminStatus

func (m *MplsTeTpTunnelInfo) GetAdminStatus() string

func (*MplsTeTpTunnelInfo) GetDestinationGlobalId

func (m *MplsTeTpTunnelInfo) GetDestinationGlobalId() uint32

func (*MplsTeTpTunnelInfo) GetDestinationNodeId

func (m *MplsTeTpTunnelInfo) GetDestinationNodeId() string

func (*MplsTeTpTunnelInfo) GetOperationStatus

func (m *MplsTeTpTunnelInfo) GetOperationStatus() string

func (*MplsTeTpTunnelInfo) GetProtectLsp

func (m *MplsTeTpTunnelInfo) GetProtectLsp() *MplsTeTpTunnelLspInfo

func (*MplsTeTpTunnelInfo) GetRemoteTunnelId

func (m *MplsTeTpTunnelInfo) GetRemoteTunnelId() uint32

func (*MplsTeTpTunnelInfo) GetSourceGlobalId

func (m *MplsTeTpTunnelInfo) GetSourceGlobalId() uint32

func (*MplsTeTpTunnelInfo) GetSourceNodeId

func (m *MplsTeTpTunnelInfo) GetSourceNodeId() string

func (*MplsTeTpTunnelInfo) GetSourceTunnelId

func (m *MplsTeTpTunnelInfo) GetSourceTunnelId() uint32

func (*MplsTeTpTunnelInfo) GetTunnelName

func (m *MplsTeTpTunnelInfo) GetTunnelName() string

func (*MplsTeTpTunnelInfo) GetWorkingLsp

func (m *MplsTeTpTunnelInfo) GetWorkingLsp() *MplsTeTpTunnelLspInfo

func (*MplsTeTpTunnelInfo) ProtoMessage

func (*MplsTeTpTunnelInfo) ProtoMessage()

func (*MplsTeTpTunnelInfo) Reset

func (m *MplsTeTpTunnelInfo) Reset()

func (*MplsTeTpTunnelInfo) String

func (m *MplsTeTpTunnelInfo) String() string

func (*MplsTeTpTunnelInfo) XXX_DiscardUnknown

func (m *MplsTeTpTunnelInfo) XXX_DiscardUnknown()

func (*MplsTeTpTunnelInfo) XXX_Marshal

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

func (*MplsTeTpTunnelInfo) XXX_Merge

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

func (*MplsTeTpTunnelInfo) XXX_Size

func (m *MplsTeTpTunnelInfo) XXX_Size() int

func (*MplsTeTpTunnelInfo) XXX_Unmarshal

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

type MplsTeTpTunnelInfo_KEYS

type MplsTeTpTunnelInfo_KEYS struct {
	TpTunnelName         string   `protobuf:"bytes,1,opt,name=tp_tunnel_name,json=tpTunnelName,proto3" json:"tp_tunnel_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsTeTpTunnelInfo_KEYS) Descriptor

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

func (*MplsTeTpTunnelInfo_KEYS) GetTpTunnelName

func (m *MplsTeTpTunnelInfo_KEYS) GetTpTunnelName() string

func (*MplsTeTpTunnelInfo_KEYS) ProtoMessage

func (*MplsTeTpTunnelInfo_KEYS) ProtoMessage()

func (*MplsTeTpTunnelInfo_KEYS) Reset

func (m *MplsTeTpTunnelInfo_KEYS) Reset()

func (*MplsTeTpTunnelInfo_KEYS) String

func (m *MplsTeTpTunnelInfo_KEYS) String() string

func (*MplsTeTpTunnelInfo_KEYS) XXX_DiscardUnknown

func (m *MplsTeTpTunnelInfo_KEYS) XXX_DiscardUnknown()

func (*MplsTeTpTunnelInfo_KEYS) XXX_Marshal

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

func (*MplsTeTpTunnelInfo_KEYS) XXX_Merge

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

func (*MplsTeTpTunnelInfo_KEYS) XXX_Size

func (m *MplsTeTpTunnelInfo_KEYS) XXX_Size() int

func (*MplsTeTpTunnelInfo_KEYS) XXX_Unmarshal

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

type MplsTeTpTunnelLspInfo

type MplsTeTpTunnelLspInfo struct {
	LspId                uint32   `protobuf:"varint,1,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"`
	State                string   `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	LockOut              bool     `protobuf:"varint,3,opt,name=lock_out,json=lockOut,proto3" json:"lock_out,omitempty"`
	RxOamState           string   `protobuf:"bytes,4,opt,name=rx_oam_state,json=rxOamState,proto3" json:"rx_oam_state,omitempty"`
	TxOamState           string   `protobuf:"bytes,5,opt,name=tx_oam_state,json=txOamState,proto3" json:"tx_oam_state,omitempty"`
	BfdState             string   `protobuf:"bytes,6,opt,name=bfd_state,json=bfdState,proto3" json:"bfd_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MplsTeTpTunnelLspInfo) Descriptor

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

func (*MplsTeTpTunnelLspInfo) GetBfdState

func (m *MplsTeTpTunnelLspInfo) GetBfdState() string

func (*MplsTeTpTunnelLspInfo) GetLockOut

func (m *MplsTeTpTunnelLspInfo) GetLockOut() bool

func (*MplsTeTpTunnelLspInfo) GetLspId

func (m *MplsTeTpTunnelLspInfo) GetLspId() uint32

func (*MplsTeTpTunnelLspInfo) GetRxOamState

func (m *MplsTeTpTunnelLspInfo) GetRxOamState() string

func (*MplsTeTpTunnelLspInfo) GetState

func (m *MplsTeTpTunnelLspInfo) GetState() string

func (*MplsTeTpTunnelLspInfo) GetTxOamState

func (m *MplsTeTpTunnelLspInfo) GetTxOamState() string

func (*MplsTeTpTunnelLspInfo) ProtoMessage

func (*MplsTeTpTunnelLspInfo) ProtoMessage()

func (*MplsTeTpTunnelLspInfo) Reset

func (m *MplsTeTpTunnelLspInfo) Reset()

func (*MplsTeTpTunnelLspInfo) String

func (m *MplsTeTpTunnelLspInfo) String() string

func (*MplsTeTpTunnelLspInfo) XXX_DiscardUnknown

func (m *MplsTeTpTunnelLspInfo) XXX_DiscardUnknown()

func (*MplsTeTpTunnelLspInfo) XXX_Marshal

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

func (*MplsTeTpTunnelLspInfo) XXX_Merge

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

func (*MplsTeTpTunnelLspInfo) XXX_Size

func (m *MplsTeTpTunnelLspInfo) XXX_Size() int

func (*MplsTeTpTunnelLspInfo) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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