cisco_ios_xr_ip_bfd_oper_bfd_ipv4bf_do_mplste_tail_session_briefs_ipv4bf_do_mplste_tail_session_brief

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: 1

Documentation

Overview

Cisco-IOS-XR-ip-bfd-oper:bfd/ipv4bf-do-mplste-tail-session-briefs/ipv4bf-do-mplste-tail-session-brief

Index

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) Reset

func (*BfdMgmtAsyncIntervalMultiplierInformation) 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 (*BfdMgmtAsyncIntervalMultiplierInformation) XXX_Size

func (*BfdMgmtAsyncIntervalMultiplierInformation) XXX_Unmarshal

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) Reset

func (*BfdMgmtEchoIntervalMultiplierInformation) 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 (*BfdMgmtEchoIntervalMultiplierInformation) XXX_Size

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 {
	VrfName               string   `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	IncomingLabel         uint32   `protobuf:"varint,2,opt,name=incoming_label,json=incomingLabel,proto3" json:"incoming_label,omitempty"`
	FeCtype               uint32   `protobuf:"varint,3,opt,name=fe_ctype,json=feCtype,proto3" json:"fe_ctype,omitempty"`
	FecSubgroupId         uint32   `protobuf:"varint,4,opt,name=fec_subgroup_id,json=fecSubgroupId,proto3" json:"fec_subgroup_id,omitempty"`
	Feclspid              uint32   `protobuf:"varint,5,opt,name=feclspid,proto3" json:"feclspid,omitempty"`
	FecTunnelId           uint32   `protobuf:"varint,6,opt,name=fec_tunnel_id,json=fecTunnelId,proto3" json:"fec_tunnel_id,omitempty"`
	FecExtendedTunnelId   string   `protobuf:"bytes,7,opt,name=fec_extended_tunnel_id,json=fecExtendedTunnelId,proto3" json:"fec_extended_tunnel_id,omitempty"`
	FecSource             string   `protobuf:"bytes,8,opt,name=fec_source,json=fecSource,proto3" json:"fec_source,omitempty"`
	FecDestination        string   `protobuf:"bytes,9,opt,name=fec_destination,json=fecDestination,proto3" json:"fec_destination,omitempty"`
	Fecp2Mpid             uint32   `protobuf:"varint,10,opt,name=fecp2mpid,proto3" json:"fecp2mpid,omitempty"`
	FecSubgroupOriginator string   `` /* 127-byte string literal not displayed */
	FecCtype              uint32   `protobuf:"varint,12,opt,name=fec_ctype,json=fecCtype,proto3" json:"fec_ctype,omitempty"`
	Location              string   `protobuf:"bytes,13,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) GetFeCtype

func (m *BfdMgmtSessionBrief_KEYS) GetFeCtype() uint32

func (*BfdMgmtSessionBrief_KEYS) GetFecCtype

func (m *BfdMgmtSessionBrief_KEYS) GetFecCtype() uint32

func (*BfdMgmtSessionBrief_KEYS) GetFecDestination

func (m *BfdMgmtSessionBrief_KEYS) GetFecDestination() string

func (*BfdMgmtSessionBrief_KEYS) GetFecExtendedTunnelId

func (m *BfdMgmtSessionBrief_KEYS) GetFecExtendedTunnelId() string

func (*BfdMgmtSessionBrief_KEYS) GetFecSource

func (m *BfdMgmtSessionBrief_KEYS) GetFecSource() string

func (*BfdMgmtSessionBrief_KEYS) GetFecSubgroupId

func (m *BfdMgmtSessionBrief_KEYS) GetFecSubgroupId() uint32

func (*BfdMgmtSessionBrief_KEYS) GetFecSubgroupOriginator

func (m *BfdMgmtSessionBrief_KEYS) GetFecSubgroupOriginator() string

func (*BfdMgmtSessionBrief_KEYS) GetFecTunnelId

func (m *BfdMgmtSessionBrief_KEYS) GetFecTunnelId() uint32

func (*BfdMgmtSessionBrief_KEYS) GetFeclspid

func (m *BfdMgmtSessionBrief_KEYS) GetFeclspid() uint32

func (*BfdMgmtSessionBrief_KEYS) GetFecp2Mpid

func (m *BfdMgmtSessionBrief_KEYS) GetFecp2Mpid() uint32

func (*BfdMgmtSessionBrief_KEYS) GetIncomingLabel

func (m *BfdMgmtSessionBrief_KEYS) GetIncomingLabel() uint32

func (*BfdMgmtSessionBrief_KEYS) GetLocation

func (m *BfdMgmtSessionBrief_KEYS) GetLocation() string

func (*BfdMgmtSessionBrief_KEYS) GetVrfName

func (m *BfdMgmtSessionBrief_KEYS) GetVrfName() 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 (*BfdMgmtSessionStatusInformationBrief) GetEchoIntervalMultiplier

func (*BfdMgmtSessionStatusInformationBrief) ProtoMessage

func (*BfdMgmtSessionStatusInformationBrief) ProtoMessage()

func (*BfdMgmtSessionStatusInformationBrief) Reset

func (*BfdMgmtSessionStatusInformationBrief) 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 (*BfdMgmtSessionStatusInformationBrief) XXX_Size

func (*BfdMgmtSessionStatusInformationBrief) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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