Documentation ¶
Overview ¶
Cisco-IOS-XR-mpls-te-oper:mpls-tp/tp-midpoints/tp-midpoints/tp-midpoint
Index ¶
- type MplsTpMidInfo
- func (*MplsTpMidInfo) Descriptor() ([]byte, []int)
- func (m *MplsTpMidInfo) GetDestinationGlobalId() uint32
- func (m *MplsTpMidInfo) GetDestinationNodeId() string
- func (m *MplsTpMidInfo) GetDestinationTunnelId() uint32
- func (m *MplsTpMidInfo) GetForwardLspState() string
- func (m *MplsTpMidInfo) GetLspId() uint32
- func (m *MplsTpMidInfo) GetMidpointName() string
- func (m *MplsTpMidInfo) GetReverseLspState() string
- func (m *MplsTpMidInfo) GetSourceGlobalId() uint32
- func (m *MplsTpMidInfo) GetSourceNodeId() string
- func (m *MplsTpMidInfo) GetSourceTunnelId() uint32
- func (m *MplsTpMidInfo) GetTunnelName() string
- func (*MplsTpMidInfo) ProtoMessage()
- func (m *MplsTpMidInfo) Reset()
- func (m *MplsTpMidInfo) String() string
- func (m *MplsTpMidInfo) XXX_DiscardUnknown()
- func (m *MplsTpMidInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MplsTpMidInfo) XXX_Merge(src proto.Message)
- func (m *MplsTpMidInfo) XXX_Size() int
- func (m *MplsTpMidInfo) XXX_Unmarshal(b []byte) error
- type MplsTpMidInfo_KEYS
- func (*MplsTpMidInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *MplsTpMidInfo_KEYS) GetTpMidpointName() string
- func (*MplsTpMidInfo_KEYS) ProtoMessage()
- func (m *MplsTpMidInfo_KEYS) Reset()
- func (m *MplsTpMidInfo_KEYS) String() string
- func (m *MplsTpMidInfo_KEYS) XXX_DiscardUnknown()
- func (m *MplsTpMidInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MplsTpMidInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *MplsTpMidInfo_KEYS) XXX_Size() int
- func (m *MplsTpMidInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MplsTpMidInfo ¶
type MplsTpMidInfo struct { MidpointName string `protobuf:"bytes,50,opt,name=midpoint_name,json=midpointName,proto3" json:"midpoint_name,omitempty"` TunnelName string `protobuf:"bytes,51,opt,name=tunnel_name,json=tunnelName,proto3" json:"tunnel_name,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"` SourceTunnelId uint32 `protobuf:"varint,54,opt,name=source_tunnel_id,json=sourceTunnelId,proto3" json:"source_tunnel_id,omitempty"` LspId uint32 `protobuf:"varint,55,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"` DestinationNodeId string `protobuf:"bytes,56,opt,name=destination_node_id,json=destinationNodeId,proto3" json:"destination_node_id,omitempty"` DestinationGlobalId uint32 `protobuf:"varint,57,opt,name=destination_global_id,json=destinationGlobalId,proto3" json:"destination_global_id,omitempty"` DestinationTunnelId uint32 `protobuf:"varint,58,opt,name=destination_tunnel_id,json=destinationTunnelId,proto3" json:"destination_tunnel_id,omitempty"` ForwardLspState string `protobuf:"bytes,59,opt,name=forward_lsp_state,json=forwardLspState,proto3" json:"forward_lsp_state,omitempty"` ReverseLspState string `protobuf:"bytes,60,opt,name=reverse_lsp_state,json=reverseLspState,proto3" json:"reverse_lsp_state,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MplsTpMidInfo) Descriptor ¶
func (*MplsTpMidInfo) Descriptor() ([]byte, []int)
func (*MplsTpMidInfo) GetDestinationGlobalId ¶
func (m *MplsTpMidInfo) GetDestinationGlobalId() uint32
func (*MplsTpMidInfo) GetDestinationNodeId ¶
func (m *MplsTpMidInfo) GetDestinationNodeId() string
func (*MplsTpMidInfo) GetDestinationTunnelId ¶
func (m *MplsTpMidInfo) GetDestinationTunnelId() uint32
func (*MplsTpMidInfo) GetForwardLspState ¶
func (m *MplsTpMidInfo) GetForwardLspState() string
func (*MplsTpMidInfo) GetLspId ¶
func (m *MplsTpMidInfo) GetLspId() uint32
func (*MplsTpMidInfo) GetMidpointName ¶
func (m *MplsTpMidInfo) GetMidpointName() string
func (*MplsTpMidInfo) GetReverseLspState ¶
func (m *MplsTpMidInfo) GetReverseLspState() string
func (*MplsTpMidInfo) GetSourceGlobalId ¶
func (m *MplsTpMidInfo) GetSourceGlobalId() uint32
func (*MplsTpMidInfo) GetSourceNodeId ¶
func (m *MplsTpMidInfo) GetSourceNodeId() string
func (*MplsTpMidInfo) GetSourceTunnelId ¶
func (m *MplsTpMidInfo) GetSourceTunnelId() uint32
func (*MplsTpMidInfo) GetTunnelName ¶
func (m *MplsTpMidInfo) GetTunnelName() string
func (*MplsTpMidInfo) ProtoMessage ¶
func (*MplsTpMidInfo) ProtoMessage()
func (*MplsTpMidInfo) Reset ¶
func (m *MplsTpMidInfo) Reset()
func (*MplsTpMidInfo) String ¶
func (m *MplsTpMidInfo) String() string
func (*MplsTpMidInfo) XXX_DiscardUnknown ¶
func (m *MplsTpMidInfo) XXX_DiscardUnknown()
func (*MplsTpMidInfo) XXX_Marshal ¶
func (m *MplsTpMidInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MplsTpMidInfo) XXX_Merge ¶
func (m *MplsTpMidInfo) XXX_Merge(src proto.Message)
func (*MplsTpMidInfo) XXX_Size ¶
func (m *MplsTpMidInfo) XXX_Size() int
func (*MplsTpMidInfo) XXX_Unmarshal ¶
func (m *MplsTpMidInfo) XXX_Unmarshal(b []byte) error
type MplsTpMidInfo_KEYS ¶
type MplsTpMidInfo_KEYS struct { TpMidpointName string `protobuf:"bytes,1,opt,name=tp_midpoint_name,json=tpMidpointName,proto3" json:"tp_midpoint_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MplsTpMidInfo_KEYS) Descriptor ¶
func (*MplsTpMidInfo_KEYS) Descriptor() ([]byte, []int)
func (*MplsTpMidInfo_KEYS) GetTpMidpointName ¶
func (m *MplsTpMidInfo_KEYS) GetTpMidpointName() string
func (*MplsTpMidInfo_KEYS) ProtoMessage ¶
func (*MplsTpMidInfo_KEYS) ProtoMessage()
func (*MplsTpMidInfo_KEYS) Reset ¶
func (m *MplsTpMidInfo_KEYS) Reset()
func (*MplsTpMidInfo_KEYS) String ¶
func (m *MplsTpMidInfo_KEYS) String() string
func (*MplsTpMidInfo_KEYS) XXX_DiscardUnknown ¶
func (m *MplsTpMidInfo_KEYS) XXX_DiscardUnknown()
func (*MplsTpMidInfo_KEYS) XXX_Marshal ¶
func (m *MplsTpMidInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MplsTpMidInfo_KEYS) XXX_Merge ¶
func (m *MplsTpMidInfo_KEYS) XXX_Merge(src proto.Message)
func (*MplsTpMidInfo_KEYS) XXX_Size ¶
func (m *MplsTpMidInfo_KEYS) XXX_Size() int
func (*MplsTpMidInfo_KEYS) XXX_Unmarshal ¶
func (m *MplsTpMidInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.