Documentation ¶
Overview ¶
Cisco-IOS-XR-mpls-te-oper:mpls-tp/tp-links/tp-links/tp-link
Index ¶
- type MplsTeTpLinkInfo
- func (*MplsTeTpLinkInfo) Descriptor() ([]byte, []int)
- func (m *MplsTeTpLinkInfo) GetAvailableBandwidth() uint64
- func (m *MplsTeTpLinkInfo) GetInterface() string
- func (m *MplsTeTpLinkInfo) GetLinkId() uint32
- func (m *MplsTeTpLinkInfo) GetLinkState() string
- func (m *MplsTeTpLinkInfo) GetNextHopAddress() string
- func (*MplsTeTpLinkInfo) ProtoMessage()
- func (m *MplsTeTpLinkInfo) Reset()
- func (m *MplsTeTpLinkInfo) String() string
- func (m *MplsTeTpLinkInfo) XXX_DiscardUnknown()
- func (m *MplsTeTpLinkInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MplsTeTpLinkInfo) XXX_Merge(src proto.Message)
- func (m *MplsTeTpLinkInfo) XXX_Size() int
- func (m *MplsTeTpLinkInfo) XXX_Unmarshal(b []byte) error
- type MplsTeTpLinkInfo_KEYS
- func (*MplsTeTpLinkInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *MplsTeTpLinkInfo_KEYS) GetTpLinkId() uint32
- func (*MplsTeTpLinkInfo_KEYS) ProtoMessage()
- func (m *MplsTeTpLinkInfo_KEYS) Reset()
- func (m *MplsTeTpLinkInfo_KEYS) String() string
- func (m *MplsTeTpLinkInfo_KEYS) XXX_DiscardUnknown()
- func (m *MplsTeTpLinkInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MplsTeTpLinkInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *MplsTeTpLinkInfo_KEYS) XXX_Size() int
- func (m *MplsTeTpLinkInfo_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MplsTeTpLinkInfo ¶
type MplsTeTpLinkInfo struct { LinkId uint32 `protobuf:"varint,50,opt,name=link_id,json=linkId,proto3" json:"link_id,omitempty"` Interface string `protobuf:"bytes,51,opt,name=interface,proto3" json:"interface,omitempty"` NextHopAddress string `protobuf:"bytes,52,opt,name=next_hop_address,json=nextHopAddress,proto3" json:"next_hop_address,omitempty"` LinkState string `protobuf:"bytes,53,opt,name=link_state,json=linkState,proto3" json:"link_state,omitempty"` AvailableBandwidth uint64 `protobuf:"varint,54,opt,name=available_bandwidth,json=availableBandwidth,proto3" json:"available_bandwidth,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MplsTeTpLinkInfo) Descriptor ¶
func (*MplsTeTpLinkInfo) Descriptor() ([]byte, []int)
func (*MplsTeTpLinkInfo) GetAvailableBandwidth ¶
func (m *MplsTeTpLinkInfo) GetAvailableBandwidth() uint64
func (*MplsTeTpLinkInfo) GetInterface ¶
func (m *MplsTeTpLinkInfo) GetInterface() string
func (*MplsTeTpLinkInfo) GetLinkId ¶
func (m *MplsTeTpLinkInfo) GetLinkId() uint32
func (*MplsTeTpLinkInfo) GetLinkState ¶
func (m *MplsTeTpLinkInfo) GetLinkState() string
func (*MplsTeTpLinkInfo) GetNextHopAddress ¶
func (m *MplsTeTpLinkInfo) GetNextHopAddress() string
func (*MplsTeTpLinkInfo) ProtoMessage ¶
func (*MplsTeTpLinkInfo) ProtoMessage()
func (*MplsTeTpLinkInfo) Reset ¶
func (m *MplsTeTpLinkInfo) Reset()
func (*MplsTeTpLinkInfo) String ¶
func (m *MplsTeTpLinkInfo) String() string
func (*MplsTeTpLinkInfo) XXX_DiscardUnknown ¶
func (m *MplsTeTpLinkInfo) XXX_DiscardUnknown()
func (*MplsTeTpLinkInfo) XXX_Marshal ¶
func (m *MplsTeTpLinkInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MplsTeTpLinkInfo) XXX_Merge ¶
func (m *MplsTeTpLinkInfo) XXX_Merge(src proto.Message)
func (*MplsTeTpLinkInfo) XXX_Size ¶
func (m *MplsTeTpLinkInfo) XXX_Size() int
func (*MplsTeTpLinkInfo) XXX_Unmarshal ¶
func (m *MplsTeTpLinkInfo) XXX_Unmarshal(b []byte) error
type MplsTeTpLinkInfo_KEYS ¶
type MplsTeTpLinkInfo_KEYS struct { TpLinkId uint32 `protobuf:"varint,1,opt,name=tp_link_id,json=tpLinkId,proto3" json:"tp_link_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MplsTeTpLinkInfo_KEYS) Descriptor ¶
func (*MplsTeTpLinkInfo_KEYS) Descriptor() ([]byte, []int)
func (*MplsTeTpLinkInfo_KEYS) GetTpLinkId ¶
func (m *MplsTeTpLinkInfo_KEYS) GetTpLinkId() uint32
func (*MplsTeTpLinkInfo_KEYS) ProtoMessage ¶
func (*MplsTeTpLinkInfo_KEYS) ProtoMessage()
func (*MplsTeTpLinkInfo_KEYS) Reset ¶
func (m *MplsTeTpLinkInfo_KEYS) Reset()
func (*MplsTeTpLinkInfo_KEYS) String ¶
func (m *MplsTeTpLinkInfo_KEYS) String() string
func (*MplsTeTpLinkInfo_KEYS) XXX_DiscardUnknown ¶
func (m *MplsTeTpLinkInfo_KEYS) XXX_DiscardUnknown()
func (*MplsTeTpLinkInfo_KEYS) XXX_Marshal ¶
func (m *MplsTeTpLinkInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MplsTeTpLinkInfo_KEYS) XXX_Merge ¶
func (m *MplsTeTpLinkInfo_KEYS) XXX_Merge(src proto.Message)
func (*MplsTeTpLinkInfo_KEYS) XXX_Size ¶
func (m *MplsTeTpLinkInfo_KEYS) XXX_Size() int
func (*MplsTeTpLinkInfo_KEYS) XXX_Unmarshal ¶
func (m *MplsTeTpLinkInfo_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.