Documentation
¶
Overview ¶
Cisco-IOS-XR-ip-bfd-oper:bfd/session-briefs/session-brief
Index ¶
- type BfdMgmtAsyncIntervalMultiplierInformation
- func (*BfdMgmtAsyncIntervalMultiplierInformation) Descriptor() ([]byte, []int)
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) GetDetectionMultiplier() uint32
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) GetDetectionTime() uint32
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) GetNegotiatedLocalTransmitInterval() uint32
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) GetNegotiatedRemoteTransmitInterval() uint32
- func (*BfdMgmtAsyncIntervalMultiplierInformation) ProtoMessage()
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) Reset()
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) String() string
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) XXX_DiscardUnknown()
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) XXX_Merge(src proto.Message)
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) XXX_Size() int
- func (m *BfdMgmtAsyncIntervalMultiplierInformation) XXX_Unmarshal(b []byte) error
- type BfdMgmtEchoIntervalMultiplierInformation
- func (*BfdMgmtEchoIntervalMultiplierInformation) Descriptor() ([]byte, []int)
- func (m *BfdMgmtEchoIntervalMultiplierInformation) GetDetectionMultiplier() uint32
- func (m *BfdMgmtEchoIntervalMultiplierInformation) GetDetectionTime() uint32
- func (m *BfdMgmtEchoIntervalMultiplierInformation) GetNegotiatedTransmitInterval() uint32
- func (*BfdMgmtEchoIntervalMultiplierInformation) ProtoMessage()
- func (m *BfdMgmtEchoIntervalMultiplierInformation) Reset()
- func (m *BfdMgmtEchoIntervalMultiplierInformation) String() string
- func (m *BfdMgmtEchoIntervalMultiplierInformation) XXX_DiscardUnknown()
- func (m *BfdMgmtEchoIntervalMultiplierInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtEchoIntervalMultiplierInformation) XXX_Merge(src proto.Message)
- func (m *BfdMgmtEchoIntervalMultiplierInformation) XXX_Size() int
- func (m *BfdMgmtEchoIntervalMultiplierInformation) XXX_Unmarshal(b []byte) error
- type BfdMgmtSessionBrief
- func (*BfdMgmtSessionBrief) Descriptor() ([]byte, []int)
- func (m *BfdMgmtSessionBrief) GetNodeId() string
- func (m *BfdMgmtSessionBrief) GetSessionFlags() uint32
- func (m *BfdMgmtSessionBrief) GetSessionSubtype() string
- func (m *BfdMgmtSessionBrief) GetSessionType() string
- func (m *BfdMgmtSessionBrief) GetState() string
- func (m *BfdMgmtSessionBrief) GetStatusBriefInformation() *BfdMgmtSessionStatusInformationBrief
- func (*BfdMgmtSessionBrief) ProtoMessage()
- func (m *BfdMgmtSessionBrief) Reset()
- func (m *BfdMgmtSessionBrief) String() string
- func (m *BfdMgmtSessionBrief) XXX_DiscardUnknown()
- func (m *BfdMgmtSessionBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtSessionBrief) XXX_Merge(src proto.Message)
- func (m *BfdMgmtSessionBrief) XXX_Size() int
- func (m *BfdMgmtSessionBrief) XXX_Unmarshal(b []byte) error
- type BfdMgmtSessionBrief_KEYS
- func (*BfdMgmtSessionBrief_KEYS) Descriptor() ([]byte, []int)
- func (m *BfdMgmtSessionBrief_KEYS) GetDestinationAddress() string
- func (m *BfdMgmtSessionBrief_KEYS) GetInterfaceName() string
- func (m *BfdMgmtSessionBrief_KEYS) GetLocation() string
- func (*BfdMgmtSessionBrief_KEYS) ProtoMessage()
- func (m *BfdMgmtSessionBrief_KEYS) Reset()
- func (m *BfdMgmtSessionBrief_KEYS) String() string
- func (m *BfdMgmtSessionBrief_KEYS) XXX_DiscardUnknown()
- func (m *BfdMgmtSessionBrief_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtSessionBrief_KEYS) XXX_Merge(src proto.Message)
- func (m *BfdMgmtSessionBrief_KEYS) XXX_Size() int
- func (m *BfdMgmtSessionBrief_KEYS) XXX_Unmarshal(b []byte) error
- type BfdMgmtSessionStatusInformationBrief
- func (*BfdMgmtSessionStatusInformationBrief) Descriptor() ([]byte, []int)
- func (m *BfdMgmtSessionStatusInformationBrief) GetAsyncIntervalMultiplier() *BfdMgmtAsyncIntervalMultiplierInformation
- func (m *BfdMgmtSessionStatusInformationBrief) GetEchoIntervalMultiplier() *BfdMgmtEchoIntervalMultiplierInformation
- func (*BfdMgmtSessionStatusInformationBrief) ProtoMessage()
- func (m *BfdMgmtSessionStatusInformationBrief) Reset()
- func (m *BfdMgmtSessionStatusInformationBrief) String() string
- func (m *BfdMgmtSessionStatusInformationBrief) XXX_DiscardUnknown()
- func (m *BfdMgmtSessionStatusInformationBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BfdMgmtSessionStatusInformationBrief) XXX_Merge(src proto.Message)
- func (m *BfdMgmtSessionStatusInformationBrief) XXX_Size() int
- func (m *BfdMgmtSessionStatusInformationBrief) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BfdMgmtAsyncIntervalMultiplierInformation ¶
type BfdMgmtAsyncIntervalMultiplierInformation struct { NegotiatedRemoteTransmitInterval uint32 `` /* 162-byte string literal not displayed */ NegotiatedLocalTransmitInterval uint32 `` /* 159-byte string literal not displayed */ DetectionTime uint32 `protobuf:"varint,3,opt,name=detection_time,json=detectionTime,proto3" json:"detection_time,omitempty"` DetectionMultiplier uint32 `protobuf:"varint,4,opt,name=detection_multiplier,json=detectionMultiplier,proto3" json:"detection_multiplier,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtAsyncIntervalMultiplierInformation) Descriptor ¶
func (*BfdMgmtAsyncIntervalMultiplierInformation) Descriptor() ([]byte, []int)
func (*BfdMgmtAsyncIntervalMultiplierInformation) GetDetectionMultiplier ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) GetDetectionMultiplier() uint32
func (*BfdMgmtAsyncIntervalMultiplierInformation) GetDetectionTime ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) GetDetectionTime() uint32
func (*BfdMgmtAsyncIntervalMultiplierInformation) GetNegotiatedLocalTransmitInterval ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) GetNegotiatedLocalTransmitInterval() uint32
func (*BfdMgmtAsyncIntervalMultiplierInformation) GetNegotiatedRemoteTransmitInterval ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) GetNegotiatedRemoteTransmitInterval() uint32
func (*BfdMgmtAsyncIntervalMultiplierInformation) ProtoMessage ¶
func (*BfdMgmtAsyncIntervalMultiplierInformation) ProtoMessage()
func (*BfdMgmtAsyncIntervalMultiplierInformation) Reset ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) Reset()
func (*BfdMgmtAsyncIntervalMultiplierInformation) String ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) String() string
func (*BfdMgmtAsyncIntervalMultiplierInformation) XXX_DiscardUnknown ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) XXX_DiscardUnknown()
func (*BfdMgmtAsyncIntervalMultiplierInformation) XXX_Marshal ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtAsyncIntervalMultiplierInformation) XXX_Merge ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) XXX_Merge(src proto.Message)
func (*BfdMgmtAsyncIntervalMultiplierInformation) XXX_Size ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) XXX_Size() int
func (*BfdMgmtAsyncIntervalMultiplierInformation) XXX_Unmarshal ¶
func (m *BfdMgmtAsyncIntervalMultiplierInformation) XXX_Unmarshal(b []byte) error
type BfdMgmtEchoIntervalMultiplierInformation ¶
type BfdMgmtEchoIntervalMultiplierInformation struct { NegotiatedTransmitInterval uint32 `` /* 142-byte string literal not displayed */ DetectionTime uint32 `protobuf:"varint,2,opt,name=detection_time,json=detectionTime,proto3" json:"detection_time,omitempty"` DetectionMultiplier uint32 `protobuf:"varint,3,opt,name=detection_multiplier,json=detectionMultiplier,proto3" json:"detection_multiplier,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtEchoIntervalMultiplierInformation) Descriptor ¶
func (*BfdMgmtEchoIntervalMultiplierInformation) Descriptor() ([]byte, []int)
func (*BfdMgmtEchoIntervalMultiplierInformation) GetDetectionMultiplier ¶
func (m *BfdMgmtEchoIntervalMultiplierInformation) GetDetectionMultiplier() uint32
func (*BfdMgmtEchoIntervalMultiplierInformation) GetDetectionTime ¶
func (m *BfdMgmtEchoIntervalMultiplierInformation) GetDetectionTime() uint32
func (*BfdMgmtEchoIntervalMultiplierInformation) GetNegotiatedTransmitInterval ¶
func (m *BfdMgmtEchoIntervalMultiplierInformation) GetNegotiatedTransmitInterval() uint32
func (*BfdMgmtEchoIntervalMultiplierInformation) ProtoMessage ¶
func (*BfdMgmtEchoIntervalMultiplierInformation) ProtoMessage()
func (*BfdMgmtEchoIntervalMultiplierInformation) Reset ¶
func (m *BfdMgmtEchoIntervalMultiplierInformation) Reset()
func (*BfdMgmtEchoIntervalMultiplierInformation) String ¶
func (m *BfdMgmtEchoIntervalMultiplierInformation) String() string
func (*BfdMgmtEchoIntervalMultiplierInformation) XXX_DiscardUnknown ¶
func (m *BfdMgmtEchoIntervalMultiplierInformation) XXX_DiscardUnknown()
func (*BfdMgmtEchoIntervalMultiplierInformation) XXX_Marshal ¶
func (m *BfdMgmtEchoIntervalMultiplierInformation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtEchoIntervalMultiplierInformation) XXX_Merge ¶
func (m *BfdMgmtEchoIntervalMultiplierInformation) XXX_Merge(src proto.Message)
func (*BfdMgmtEchoIntervalMultiplierInformation) XXX_Size ¶
func (m *BfdMgmtEchoIntervalMultiplierInformation) XXX_Size() int
func (*BfdMgmtEchoIntervalMultiplierInformation) XXX_Unmarshal ¶
func (m *BfdMgmtEchoIntervalMultiplierInformation) XXX_Unmarshal(b []byte) error
type BfdMgmtSessionBrief ¶
type BfdMgmtSessionBrief struct { NodeId string `protobuf:"bytes,50,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` State string `protobuf:"bytes,51,opt,name=state,proto3" json:"state,omitempty"` StatusBriefInformation *BfdMgmtSessionStatusInformationBrief `` /* 130-byte string literal not displayed */ SessionType string `protobuf:"bytes,53,opt,name=session_type,json=sessionType,proto3" json:"session_type,omitempty"` SessionSubtype string `protobuf:"bytes,54,opt,name=session_subtype,json=sessionSubtype,proto3" json:"session_subtype,omitempty"` SessionFlags uint32 `protobuf:"varint,55,opt,name=session_flags,json=sessionFlags,proto3" json:"session_flags,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtSessionBrief) Descriptor ¶
func (*BfdMgmtSessionBrief) Descriptor() ([]byte, []int)
func (*BfdMgmtSessionBrief) GetNodeId ¶
func (m *BfdMgmtSessionBrief) GetNodeId() string
func (*BfdMgmtSessionBrief) GetSessionFlags ¶
func (m *BfdMgmtSessionBrief) GetSessionFlags() uint32
func (*BfdMgmtSessionBrief) GetSessionSubtype ¶
func (m *BfdMgmtSessionBrief) GetSessionSubtype() string
func (*BfdMgmtSessionBrief) GetSessionType ¶
func (m *BfdMgmtSessionBrief) GetSessionType() string
func (*BfdMgmtSessionBrief) GetState ¶
func (m *BfdMgmtSessionBrief) GetState() string
func (*BfdMgmtSessionBrief) GetStatusBriefInformation ¶
func (m *BfdMgmtSessionBrief) GetStatusBriefInformation() *BfdMgmtSessionStatusInformationBrief
func (*BfdMgmtSessionBrief) ProtoMessage ¶
func (*BfdMgmtSessionBrief) ProtoMessage()
func (*BfdMgmtSessionBrief) Reset ¶
func (m *BfdMgmtSessionBrief) Reset()
func (*BfdMgmtSessionBrief) String ¶
func (m *BfdMgmtSessionBrief) String() string
func (*BfdMgmtSessionBrief) XXX_DiscardUnknown ¶
func (m *BfdMgmtSessionBrief) XXX_DiscardUnknown()
func (*BfdMgmtSessionBrief) XXX_Marshal ¶
func (m *BfdMgmtSessionBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtSessionBrief) XXX_Merge ¶
func (m *BfdMgmtSessionBrief) XXX_Merge(src proto.Message)
func (*BfdMgmtSessionBrief) XXX_Size ¶
func (m *BfdMgmtSessionBrief) XXX_Size() int
func (*BfdMgmtSessionBrief) XXX_Unmarshal ¶
func (m *BfdMgmtSessionBrief) XXX_Unmarshal(b []byte) error
type BfdMgmtSessionBrief_KEYS ¶
type BfdMgmtSessionBrief_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"` Location string `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtSessionBrief_KEYS) Descriptor ¶
func (*BfdMgmtSessionBrief_KEYS) Descriptor() ([]byte, []int)
func (*BfdMgmtSessionBrief_KEYS) GetDestinationAddress ¶
func (m *BfdMgmtSessionBrief_KEYS) GetDestinationAddress() string
func (*BfdMgmtSessionBrief_KEYS) GetInterfaceName ¶
func (m *BfdMgmtSessionBrief_KEYS) GetInterfaceName() string
func (*BfdMgmtSessionBrief_KEYS) GetLocation ¶
func (m *BfdMgmtSessionBrief_KEYS) GetLocation() string
func (*BfdMgmtSessionBrief_KEYS) ProtoMessage ¶
func (*BfdMgmtSessionBrief_KEYS) ProtoMessage()
func (*BfdMgmtSessionBrief_KEYS) Reset ¶
func (m *BfdMgmtSessionBrief_KEYS) Reset()
func (*BfdMgmtSessionBrief_KEYS) String ¶
func (m *BfdMgmtSessionBrief_KEYS) String() string
func (*BfdMgmtSessionBrief_KEYS) XXX_DiscardUnknown ¶
func (m *BfdMgmtSessionBrief_KEYS) XXX_DiscardUnknown()
func (*BfdMgmtSessionBrief_KEYS) XXX_Marshal ¶
func (m *BfdMgmtSessionBrief_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtSessionBrief_KEYS) XXX_Merge ¶
func (m *BfdMgmtSessionBrief_KEYS) XXX_Merge(src proto.Message)
func (*BfdMgmtSessionBrief_KEYS) XXX_Size ¶
func (m *BfdMgmtSessionBrief_KEYS) XXX_Size() int
func (*BfdMgmtSessionBrief_KEYS) XXX_Unmarshal ¶
func (m *BfdMgmtSessionBrief_KEYS) XXX_Unmarshal(b []byte) error
type BfdMgmtSessionStatusInformationBrief ¶
type BfdMgmtSessionStatusInformationBrief struct { AsyncIntervalMultiplier *BfdMgmtAsyncIntervalMultiplierInformation `` /* 132-byte string literal not displayed */ EchoIntervalMultiplier *BfdMgmtEchoIntervalMultiplierInformation `` /* 129-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BfdMgmtSessionStatusInformationBrief) Descriptor ¶
func (*BfdMgmtSessionStatusInformationBrief) Descriptor() ([]byte, []int)
func (*BfdMgmtSessionStatusInformationBrief) GetAsyncIntervalMultiplier ¶
func (m *BfdMgmtSessionStatusInformationBrief) GetAsyncIntervalMultiplier() *BfdMgmtAsyncIntervalMultiplierInformation
func (*BfdMgmtSessionStatusInformationBrief) GetEchoIntervalMultiplier ¶
func (m *BfdMgmtSessionStatusInformationBrief) GetEchoIntervalMultiplier() *BfdMgmtEchoIntervalMultiplierInformation
func (*BfdMgmtSessionStatusInformationBrief) ProtoMessage ¶
func (*BfdMgmtSessionStatusInformationBrief) ProtoMessage()
func (*BfdMgmtSessionStatusInformationBrief) Reset ¶
func (m *BfdMgmtSessionStatusInformationBrief) Reset()
func (*BfdMgmtSessionStatusInformationBrief) String ¶
func (m *BfdMgmtSessionStatusInformationBrief) String() string
func (*BfdMgmtSessionStatusInformationBrief) XXX_DiscardUnknown ¶
func (m *BfdMgmtSessionStatusInformationBrief) XXX_DiscardUnknown()
func (*BfdMgmtSessionStatusInformationBrief) XXX_Marshal ¶
func (m *BfdMgmtSessionStatusInformationBrief) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BfdMgmtSessionStatusInformationBrief) XXX_Merge ¶
func (m *BfdMgmtSessionStatusInformationBrief) XXX_Merge(src proto.Message)
func (*BfdMgmtSessionStatusInformationBrief) XXX_Size ¶
func (m *BfdMgmtSessionStatusInformationBrief) XXX_Size() int
func (*BfdMgmtSessionStatusInformationBrief) XXX_Unmarshal ¶
func (m *BfdMgmtSessionStatusInformationBrief) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.