Documentation
¶
Overview ¶
Cisco-IOS-XR-ip-bfd-oper:bfd/relation-briefs/relation-brief
Index ¶
- type BfdMgmtRelationBrief
- func (*BfdMgmtRelationBrief) Descriptor() ([]byte, []int)
- func (m *BfdMgmtRelationBrief) GetLinkInformation() []*BfdMgmtRelationLinkBrief
- func (m *BfdMgmtRelationBrief) GetState() string
- func (*BfdMgmtRelationBrief) ProtoMessage()
- func (m *BfdMgmtRelationBrief) Reset()
- func (m *BfdMgmtRelationBrief) String() string
- func (m *BfdMgmtRelationBrief) XXX_DiscardUnknown()
- func (m *BfdMgmtRelationBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtRelationBrief) XXX_Merge(src proto.Message)
- func (m *BfdMgmtRelationBrief) XXX_Size() int
- func (m *BfdMgmtRelationBrief) XXX_Unmarshal(b []byte) error
- type BfdMgmtRelationBrief_KEYS
- func (*BfdMgmtRelationBrief_KEYS) Descriptor() ([]byte, []int)
- func (m *BfdMgmtRelationBrief_KEYS) GetDestinationAddress() string
- func (m *BfdMgmtRelationBrief_KEYS) GetInterfaceName() string
- func (*BfdMgmtRelationBrief_KEYS) ProtoMessage()
- func (m *BfdMgmtRelationBrief_KEYS) Reset()
- func (m *BfdMgmtRelationBrief_KEYS) String() string
- func (m *BfdMgmtRelationBrief_KEYS) XXX_DiscardUnknown()
- func (m *BfdMgmtRelationBrief_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtRelationBrief_KEYS) XXX_Merge(src proto.Message)
- func (m *BfdMgmtRelationBrief_KEYS) XXX_Size() int
- func (m *BfdMgmtRelationBrief_KEYS) XXX_Unmarshal(b []byte) error
- type BfdMgmtRelationLinkBrief
- func (*BfdMgmtRelationLinkBrief) Descriptor() ([]byte, []int)
- func (m *BfdMgmtRelationLinkBrief) GetInterfaceName() string
- func (m *BfdMgmtRelationLinkBrief) GetState() string
- func (*BfdMgmtRelationLinkBrief) ProtoMessage()
- func (m *BfdMgmtRelationLinkBrief) Reset()
- func (m *BfdMgmtRelationLinkBrief) String() string
- func (m *BfdMgmtRelationLinkBrief) XXX_DiscardUnknown()
- func (m *BfdMgmtRelationLinkBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtRelationLinkBrief) XXX_Merge(src proto.Message)
- func (m *BfdMgmtRelationLinkBrief) XXX_Size() int
- func (m *BfdMgmtRelationLinkBrief) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BfdMgmtRelationBrief ¶
type BfdMgmtRelationBrief struct { State string `protobuf:"bytes,50,opt,name=state,proto3" json:"state,omitempty"` LinkInformation []*BfdMgmtRelationLinkBrief `protobuf:"bytes,51,rep,name=link_information,json=linkInformation,proto3" json:"link_information,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtRelationBrief) Descriptor ¶
func (*BfdMgmtRelationBrief) Descriptor() ([]byte, []int)
func (*BfdMgmtRelationBrief) GetLinkInformation ¶
func (m *BfdMgmtRelationBrief) GetLinkInformation() []*BfdMgmtRelationLinkBrief
func (*BfdMgmtRelationBrief) GetState ¶
func (m *BfdMgmtRelationBrief) GetState() string
func (*BfdMgmtRelationBrief) ProtoMessage ¶
func (*BfdMgmtRelationBrief) ProtoMessage()
func (*BfdMgmtRelationBrief) Reset ¶
func (m *BfdMgmtRelationBrief) Reset()
func (*BfdMgmtRelationBrief) String ¶
func (m *BfdMgmtRelationBrief) String() string
func (*BfdMgmtRelationBrief) XXX_DiscardUnknown ¶
func (m *BfdMgmtRelationBrief) XXX_DiscardUnknown()
func (*BfdMgmtRelationBrief) XXX_Marshal ¶
func (m *BfdMgmtRelationBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtRelationBrief) XXX_Merge ¶
func (m *BfdMgmtRelationBrief) XXX_Merge(src proto.Message)
func (*BfdMgmtRelationBrief) XXX_Size ¶
func (m *BfdMgmtRelationBrief) XXX_Size() int
func (*BfdMgmtRelationBrief) XXX_Unmarshal ¶
func (m *BfdMgmtRelationBrief) XXX_Unmarshal(b []byte) error
type BfdMgmtRelationBrief_KEYS ¶
type BfdMgmtRelationBrief_KEYS struct { InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` DestinationAddress string `protobuf:"bytes,2,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtRelationBrief_KEYS) Descriptor ¶
func (*BfdMgmtRelationBrief_KEYS) Descriptor() ([]byte, []int)
func (*BfdMgmtRelationBrief_KEYS) GetDestinationAddress ¶
func (m *BfdMgmtRelationBrief_KEYS) GetDestinationAddress() string
func (*BfdMgmtRelationBrief_KEYS) GetInterfaceName ¶
func (m *BfdMgmtRelationBrief_KEYS) GetInterfaceName() string
func (*BfdMgmtRelationBrief_KEYS) ProtoMessage ¶
func (*BfdMgmtRelationBrief_KEYS) ProtoMessage()
func (*BfdMgmtRelationBrief_KEYS) Reset ¶
func (m *BfdMgmtRelationBrief_KEYS) Reset()
func (*BfdMgmtRelationBrief_KEYS) String ¶
func (m *BfdMgmtRelationBrief_KEYS) String() string
func (*BfdMgmtRelationBrief_KEYS) XXX_DiscardUnknown ¶
func (m *BfdMgmtRelationBrief_KEYS) XXX_DiscardUnknown()
func (*BfdMgmtRelationBrief_KEYS) XXX_Marshal ¶
func (m *BfdMgmtRelationBrief_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtRelationBrief_KEYS) XXX_Merge ¶
func (m *BfdMgmtRelationBrief_KEYS) XXX_Merge(src proto.Message)
func (*BfdMgmtRelationBrief_KEYS) XXX_Size ¶
func (m *BfdMgmtRelationBrief_KEYS) XXX_Size() int
func (*BfdMgmtRelationBrief_KEYS) XXX_Unmarshal ¶
func (m *BfdMgmtRelationBrief_KEYS) XXX_Unmarshal(b []byte) error
type BfdMgmtRelationLinkBrief ¶
type BfdMgmtRelationLinkBrief struct { State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"` InterfaceName string `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtRelationLinkBrief) Descriptor ¶
func (*BfdMgmtRelationLinkBrief) Descriptor() ([]byte, []int)
func (*BfdMgmtRelationLinkBrief) GetInterfaceName ¶
func (m *BfdMgmtRelationLinkBrief) GetInterfaceName() string
func (*BfdMgmtRelationLinkBrief) GetState ¶
func (m *BfdMgmtRelationLinkBrief) GetState() string
func (*BfdMgmtRelationLinkBrief) ProtoMessage ¶
func (*BfdMgmtRelationLinkBrief) ProtoMessage()
func (*BfdMgmtRelationLinkBrief) Reset ¶
func (m *BfdMgmtRelationLinkBrief) Reset()
func (*BfdMgmtRelationLinkBrief) String ¶
func (m *BfdMgmtRelationLinkBrief) String() string
func (*BfdMgmtRelationLinkBrief) XXX_DiscardUnknown ¶
func (m *BfdMgmtRelationLinkBrief) XXX_DiscardUnknown()
func (*BfdMgmtRelationLinkBrief) XXX_Marshal ¶
func (m *BfdMgmtRelationLinkBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtRelationLinkBrief) XXX_Merge ¶
func (m *BfdMgmtRelationLinkBrief) XXX_Merge(src proto.Message)
func (*BfdMgmtRelationLinkBrief) XXX_Size ¶
func (m *BfdMgmtRelationLinkBrief) XXX_Size() int
func (*BfdMgmtRelationLinkBrief) XXX_Unmarshal ¶
func (m *BfdMgmtRelationLinkBrief) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.