cisco_ios_xr_mpls_ldp_oper_mpls_ldp_global_standby_default_vrf_afs_af_discovery_targeted_hellos_targeted_hello

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-mpls-ldp-oper:mpls-ldp/global/standby/default-vrf/afs/af/discovery/targeted-hellos/targeted-hello

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LdpIpAddrTUnion

type LdpIpAddrTUnion struct {
	Afi                  string   `protobuf:"bytes,1,opt,name=afi,proto3" json:"afi,omitempty"`
	Dummy                uint32   `protobuf:"varint,2,opt,name=dummy,proto3" json:"dummy,omitempty"`
	Ipv4                 string   `protobuf:"bytes,3,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6                 string   `protobuf:"bytes,4,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpIpAddrTUnion) Descriptor

func (*LdpIpAddrTUnion) Descriptor() ([]byte, []int)

func (*LdpIpAddrTUnion) GetAfi

func (m *LdpIpAddrTUnion) GetAfi() string

func (*LdpIpAddrTUnion) GetDummy

func (m *LdpIpAddrTUnion) GetDummy() uint32

func (*LdpIpAddrTUnion) GetIpv4

func (m *LdpIpAddrTUnion) GetIpv4() string

func (*LdpIpAddrTUnion) GetIpv6

func (m *LdpIpAddrTUnion) GetIpv6() string

func (*LdpIpAddrTUnion) ProtoMessage

func (*LdpIpAddrTUnion) ProtoMessage()

func (*LdpIpAddrTUnion) Reset

func (m *LdpIpAddrTUnion) Reset()

func (*LdpIpAddrTUnion) String

func (m *LdpIpAddrTUnion) String() string

func (*LdpIpAddrTUnion) XXX_DiscardUnknown

func (m *LdpIpAddrTUnion) XXX_DiscardUnknown()

func (*LdpIpAddrTUnion) XXX_Marshal

func (m *LdpIpAddrTUnion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LdpIpAddrTUnion) XXX_Merge

func (m *LdpIpAddrTUnion) XXX_Merge(src proto.Message)

func (*LdpIpAddrTUnion) XXX_Size

func (m *LdpIpAddrTUnion) XXX_Size() int

func (*LdpIpAddrTUnion) XXX_Unmarshal

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

type LdpLastSessInfo

type LdpLastSessInfo struct {
	LastSessionDownReason string   `` /* 128-byte string literal not displayed */
	LastSessionDownTime   uint64   `protobuf:"varint,2,opt,name=last_session_down_time,json=lastSessionDownTime,proto3" json:"last_session_down_time,omitempty"`
	LastSessionUpTime     uint32   `protobuf:"varint,3,opt,name=last_session_up_time,json=lastSessionUpTime,proto3" json:"last_session_up_time,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*LdpLastSessInfo) Descriptor

func (*LdpLastSessInfo) Descriptor() ([]byte, []int)

func (*LdpLastSessInfo) GetLastSessionDownReason

func (m *LdpLastSessInfo) GetLastSessionDownReason() string

func (*LdpLastSessInfo) GetLastSessionDownTime

func (m *LdpLastSessInfo) GetLastSessionDownTime() uint64

func (*LdpLastSessInfo) GetLastSessionUpTime

func (m *LdpLastSessInfo) GetLastSessionUpTime() uint32

func (*LdpLastSessInfo) ProtoMessage

func (*LdpLastSessInfo) ProtoMessage()

func (*LdpLastSessInfo) Reset

func (m *LdpLastSessInfo) Reset()

func (*LdpLastSessInfo) String

func (m *LdpLastSessInfo) String() string

func (*LdpLastSessInfo) XXX_DiscardUnknown

func (m *LdpLastSessInfo) XXX_DiscardUnknown()

func (*LdpLastSessInfo) XXX_Marshal

func (m *LdpLastSessInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LdpLastSessInfo) XXX_Merge

func (m *LdpLastSessInfo) XXX_Merge(src proto.Message)

func (*LdpLastSessInfo) XXX_Size

func (m *LdpLastSessInfo) XXX_Size() int

func (*LdpLastSessInfo) XXX_Unmarshal

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

type LdpTargetedHelloInfo

type LdpTargetedHelloInfo struct {
	DhcbLocalAddress            *LdpIpAddrTUnion   `protobuf:"bytes,50,opt,name=dhcb_local_address,json=dhcbLocalAddress,proto3" json:"dhcb_local_address,omitempty"`
	DhcbTargetAddress           *LdpIpAddrTUnion   `protobuf:"bytes,51,opt,name=dhcb_target_address,json=dhcbTargetAddress,proto3" json:"dhcb_target_address,omitempty"`
	State                       string             `protobuf:"bytes,52,opt,name=state,proto3" json:"state,omitempty"`
	AdjacencyLdpIdentifier      string             `` /* 130-byte string literal not displayed */
	Interval                    uint32             `protobuf:"varint,54,opt,name=interval,proto3" json:"interval,omitempty"`
	NextHello                   uint32             `protobuf:"varint,55,opt,name=next_hello,json=nextHello,proto3" json:"next_hello,omitempty"`
	HoldTime                    uint32             `protobuf:"varint,56,opt,name=hold_time,json=holdTime,proto3" json:"hold_time,omitempty"`
	LocalHoldTime               uint32             `protobuf:"varint,57,opt,name=local_hold_time,json=localHoldTime,proto3" json:"local_hold_time,omitempty"`
	NeighborHoldTime            uint32             `protobuf:"varint,58,opt,name=neighbor_hold_time,json=neighborHoldTime,proto3" json:"neighbor_hold_time,omitempty"`
	DiscExpiry                  uint32             `protobuf:"varint,59,opt,name=disc_expiry,json=discExpiry,proto3" json:"disc_expiry,omitempty"`
	QuickStartDisabled          bool               `protobuf:"varint,60,opt,name=quick_start_disabled,json=quickStartDisabled,proto3" json:"quick_start_disabled,omitempty"`
	EstablishedTime             uint64             `protobuf:"varint,61,opt,name=established_time,json=establishedTime,proto3" json:"established_time,omitempty"`
	EstablishedAge              uint64             `protobuf:"varint,62,opt,name=established_age,json=establishedAge,proto3" json:"established_age,omitempty"`
	SessionUp                   bool               `protobuf:"varint,63,opt,name=session_up,json=sessionUp,proto3" json:"session_up,omitempty"`
	SessionBringupFailureReason string             `` /* 147-byte string literal not displayed */
	LastSessionDownInfo         []*LdpLastSessInfo `protobuf:"bytes,65,rep,name=last_session_down_info,json=lastSessionDownInfo,proto3" json:"last_session_down_info,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}           `json:"-"`
	XXX_unrecognized            []byte             `json:"-"`
	XXX_sizecache               int32              `json:"-"`
}

func (*LdpTargetedHelloInfo) Descriptor

func (*LdpTargetedHelloInfo) Descriptor() ([]byte, []int)

func (*LdpTargetedHelloInfo) GetAdjacencyLdpIdentifier

func (m *LdpTargetedHelloInfo) GetAdjacencyLdpIdentifier() string

func (*LdpTargetedHelloInfo) GetDhcbLocalAddress

func (m *LdpTargetedHelloInfo) GetDhcbLocalAddress() *LdpIpAddrTUnion

func (*LdpTargetedHelloInfo) GetDhcbTargetAddress

func (m *LdpTargetedHelloInfo) GetDhcbTargetAddress() *LdpIpAddrTUnion

func (*LdpTargetedHelloInfo) GetDiscExpiry

func (m *LdpTargetedHelloInfo) GetDiscExpiry() uint32

func (*LdpTargetedHelloInfo) GetEstablishedAge

func (m *LdpTargetedHelloInfo) GetEstablishedAge() uint64

func (*LdpTargetedHelloInfo) GetEstablishedTime

func (m *LdpTargetedHelloInfo) GetEstablishedTime() uint64

func (*LdpTargetedHelloInfo) GetHoldTime

func (m *LdpTargetedHelloInfo) GetHoldTime() uint32

func (*LdpTargetedHelloInfo) GetInterval

func (m *LdpTargetedHelloInfo) GetInterval() uint32

func (*LdpTargetedHelloInfo) GetLastSessionDownInfo

func (m *LdpTargetedHelloInfo) GetLastSessionDownInfo() []*LdpLastSessInfo

func (*LdpTargetedHelloInfo) GetLocalHoldTime

func (m *LdpTargetedHelloInfo) GetLocalHoldTime() uint32

func (*LdpTargetedHelloInfo) GetNeighborHoldTime

func (m *LdpTargetedHelloInfo) GetNeighborHoldTime() uint32

func (*LdpTargetedHelloInfo) GetNextHello

func (m *LdpTargetedHelloInfo) GetNextHello() uint32

func (*LdpTargetedHelloInfo) GetQuickStartDisabled

func (m *LdpTargetedHelloInfo) GetQuickStartDisabled() bool

func (*LdpTargetedHelloInfo) GetSessionBringupFailureReason

func (m *LdpTargetedHelloInfo) GetSessionBringupFailureReason() string

func (*LdpTargetedHelloInfo) GetSessionUp

func (m *LdpTargetedHelloInfo) GetSessionUp() bool

func (*LdpTargetedHelloInfo) GetState

func (m *LdpTargetedHelloInfo) GetState() string

func (*LdpTargetedHelloInfo) ProtoMessage

func (*LdpTargetedHelloInfo) ProtoMessage()

func (*LdpTargetedHelloInfo) Reset

func (m *LdpTargetedHelloInfo) Reset()

func (*LdpTargetedHelloInfo) String

func (m *LdpTargetedHelloInfo) String() string

func (*LdpTargetedHelloInfo) XXX_DiscardUnknown

func (m *LdpTargetedHelloInfo) XXX_DiscardUnknown()

func (*LdpTargetedHelloInfo) XXX_Marshal

func (m *LdpTargetedHelloInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LdpTargetedHelloInfo) XXX_Merge

func (m *LdpTargetedHelloInfo) XXX_Merge(src proto.Message)

func (*LdpTargetedHelloInfo) XXX_Size

func (m *LdpTargetedHelloInfo) XXX_Size() int

func (*LdpTargetedHelloInfo) XXX_Unmarshal

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

type LdpTargetedHelloInfo_KEYS

type LdpTargetedHelloInfo_KEYS struct {
	AfName               string   `protobuf:"bytes,1,opt,name=af_name,json=afName,proto3" json:"af_name,omitempty"`
	LocalAddress         string   `protobuf:"bytes,2,opt,name=local_address,json=localAddress,proto3" json:"local_address,omitempty"`
	TargetAddress        string   `protobuf:"bytes,3,opt,name=target_address,json=targetAddress,proto3" json:"target_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpTargetedHelloInfo_KEYS) Descriptor

func (*LdpTargetedHelloInfo_KEYS) Descriptor() ([]byte, []int)

func (*LdpTargetedHelloInfo_KEYS) GetAfName

func (m *LdpTargetedHelloInfo_KEYS) GetAfName() string

func (*LdpTargetedHelloInfo_KEYS) GetLocalAddress

func (m *LdpTargetedHelloInfo_KEYS) GetLocalAddress() string

func (*LdpTargetedHelloInfo_KEYS) GetTargetAddress

func (m *LdpTargetedHelloInfo_KEYS) GetTargetAddress() string

func (*LdpTargetedHelloInfo_KEYS) ProtoMessage

func (*LdpTargetedHelloInfo_KEYS) ProtoMessage()

func (*LdpTargetedHelloInfo_KEYS) Reset

func (m *LdpTargetedHelloInfo_KEYS) Reset()

func (*LdpTargetedHelloInfo_KEYS) String

func (m *LdpTargetedHelloInfo_KEYS) String() string

func (*LdpTargetedHelloInfo_KEYS) XXX_DiscardUnknown

func (m *LdpTargetedHelloInfo_KEYS) XXX_DiscardUnknown()

func (*LdpTargetedHelloInfo_KEYS) XXX_Marshal

func (m *LdpTargetedHelloInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LdpTargetedHelloInfo_KEYS) XXX_Merge

func (m *LdpTargetedHelloInfo_KEYS) XXX_Merge(src proto.Message)

func (*LdpTargetedHelloInfo_KEYS) XXX_Size

func (m *LdpTargetedHelloInfo_KEYS) XXX_Size() int

func (*LdpTargetedHelloInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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