cisco_ios_xr_mpls_ldp_oper_mpls_ldp_global_standby_vrfs_vrf_parameters

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/vrfs/vrf/parameters

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LdpGracefulRestartInfo

type LdpGracefulRestartInfo struct {
	IsGracefulRestartConfigured            bool     `` /* 147-byte string literal not displayed */
	GracefulRestartReconnectTimeout        uint32   `` /* 159-byte string literal not displayed */
	GracefulRestartForwardingStateHoldTime uint32   `` /* 184-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                   struct{} `json:"-"`
	XXX_unrecognized                       []byte   `json:"-"`
	XXX_sizecache                          int32    `json:"-"`
}

func (*LdpGracefulRestartInfo) Descriptor

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

func (*LdpGracefulRestartInfo) GetGracefulRestartForwardingStateHoldTime

func (m *LdpGracefulRestartInfo) GetGracefulRestartForwardingStateHoldTime() uint32

func (*LdpGracefulRestartInfo) GetGracefulRestartReconnectTimeout

func (m *LdpGracefulRestartInfo) GetGracefulRestartReconnectTimeout() uint32

func (*LdpGracefulRestartInfo) GetIsGracefulRestartConfigured

func (m *LdpGracefulRestartInfo) GetIsGracefulRestartConfigured() bool

func (*LdpGracefulRestartInfo) ProtoMessage

func (*LdpGracefulRestartInfo) ProtoMessage()

func (*LdpGracefulRestartInfo) Reset

func (m *LdpGracefulRestartInfo) Reset()

func (*LdpGracefulRestartInfo) String

func (m *LdpGracefulRestartInfo) String() string

func (*LdpGracefulRestartInfo) XXX_DiscardUnknown

func (m *LdpGracefulRestartInfo) XXX_DiscardUnknown()

func (*LdpGracefulRestartInfo) XXX_Marshal

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

func (*LdpGracefulRestartInfo) XXX_Merge

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

func (*LdpGracefulRestartInfo) XXX_Size

func (m *LdpGracefulRestartInfo) XXX_Size() int

func (*LdpGracefulRestartInfo) XXX_Unmarshal

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

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 LdpParameters

type LdpParameters struct {
	RoleIsActive                            bool                    `protobuf:"varint,50,opt,name=role_is_active,json=roleIsActive,proto3" json:"role_is_active,omitempty"`
	GlobalMd5PasswordEnabled                bool                    `` /* 139-byte string literal not displayed */
	ProtocolVersion                         uint32                  `protobuf:"varint,52,opt,name=protocol_version,json=protocolVersion,proto3" json:"protocol_version,omitempty"`
	RouterId                                string                  `protobuf:"bytes,53,opt,name=router_id,json=routerId,proto3" json:"router_id,omitempty"`
	KeepaliveInterval                       uint32                  `protobuf:"varint,54,opt,name=keepalive_interval,json=keepaliveInterval,proto3" json:"keepalive_interval,omitempty"`
	HelloHoldTime                           uint32                  `protobuf:"varint,55,opt,name=hello_hold_time,json=helloHoldTime,proto3" json:"hello_hold_time,omitempty"`
	HelloInterval                           uint32                  `protobuf:"varint,56,opt,name=hello_interval,json=helloInterval,proto3" json:"hello_interval,omitempty"`
	TargetedHelloHoldTime                   uint32                  `` /* 130-byte string literal not displayed */
	TargetedHelloInterval                   uint32                  `` /* 128-byte string literal not displayed */
	SessionHoldTime                         uint32                  `protobuf:"varint,59,opt,name=session_hold_time,json=sessionHoldTime,proto3" json:"session_hold_time,omitempty"`
	HousekeepingTimerInterval               uint32                  `` /* 140-byte string literal not displayed */
	LeNoRouteTimeout                        uint32                  `protobuf:"varint,61,opt,name=le_no_route_timeout,json=leNoRouteTimeout,proto3" json:"le_no_route_timeout,omitempty"`
	LdpRecoveryTimeout                      uint32                  `protobuf:"varint,62,opt,name=ldp_recovery_timeout,json=ldpRecoveryTimeout,proto3" json:"ldp_recovery_timeout,omitempty"`
	AfBindingWithdrawDelay                  uint32                  `` /* 133-byte string literal not displayed */
	MaxIntfAttached                         uint32                  `protobuf:"varint,64,opt,name=max_intf_attached,json=maxIntfAttached,proto3" json:"max_intf_attached,omitempty"`
	MaxIntfTe                               uint32                  `protobuf:"varint,65,opt,name=max_intf_te,json=maxIntfTe,proto3" json:"max_intf_te,omitempty"`
	MaxPeer                                 uint32                  `protobuf:"varint,66,opt,name=max_peer,json=maxPeer,proto3" json:"max_peer,omitempty"`
	LdpOutOfMemState                        uint32                  `protobuf:"varint,67,opt,name=ldp_out_of_mem_state,json=ldpOutOfMemState,proto3" json:"ldp_out_of_mem_state,omitempty"`
	GracefulRestartInformation              *LdpGracefulRestartInfo `` /* 142-byte string literal not displayed */
	NsrEnabled                              bool                    `protobuf:"varint,69,opt,name=nsr_enabled,json=nsrEnabled,proto3" json:"nsr_enabled,omitempty"`
	NsrSynced                               bool                    `protobuf:"varint,70,opt,name=nsr_synced,json=nsrSynced,proto3" json:"nsr_synced,omitempty"`
	IgpSyncDelayTimeForInterface            uint32                  `` /* 155-byte string literal not displayed */
	IgpSyncDelayTimeOnRestart               uint32                  `` /* 146-byte string literal not displayed */
	GlobalDiscoveryQuickStartDisabled       bool                    `` /* 168-byte string literal not displayed */
	DiscoveryQuickStartDisabledOnInterfaces bool                    `` /* 188-byte string literal not displayed */
	AddressFamilyParameter                  []*LdpParametersAf      `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                    struct{}                `json:"-"`
	XXX_unrecognized                        []byte                  `json:"-"`
	XXX_sizecache                           int32                   `json:"-"`
}

func (*LdpParameters) Descriptor

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

func (*LdpParameters) GetAddressFamilyParameter

func (m *LdpParameters) GetAddressFamilyParameter() []*LdpParametersAf

func (*LdpParameters) GetAfBindingWithdrawDelay

func (m *LdpParameters) GetAfBindingWithdrawDelay() uint32

func (*LdpParameters) GetDiscoveryQuickStartDisabledOnInterfaces

func (m *LdpParameters) GetDiscoveryQuickStartDisabledOnInterfaces() bool

func (*LdpParameters) GetGlobalDiscoveryQuickStartDisabled

func (m *LdpParameters) GetGlobalDiscoveryQuickStartDisabled() bool

func (*LdpParameters) GetGlobalMd5PasswordEnabled

func (m *LdpParameters) GetGlobalMd5PasswordEnabled() bool

func (*LdpParameters) GetGracefulRestartInformation

func (m *LdpParameters) GetGracefulRestartInformation() *LdpGracefulRestartInfo

func (*LdpParameters) GetHelloHoldTime

func (m *LdpParameters) GetHelloHoldTime() uint32

func (*LdpParameters) GetHelloInterval

func (m *LdpParameters) GetHelloInterval() uint32

func (*LdpParameters) GetHousekeepingTimerInterval

func (m *LdpParameters) GetHousekeepingTimerInterval() uint32

func (*LdpParameters) GetIgpSyncDelayTimeForInterface

func (m *LdpParameters) GetIgpSyncDelayTimeForInterface() uint32

func (*LdpParameters) GetIgpSyncDelayTimeOnRestart

func (m *LdpParameters) GetIgpSyncDelayTimeOnRestart() uint32

func (*LdpParameters) GetKeepaliveInterval

func (m *LdpParameters) GetKeepaliveInterval() uint32

func (*LdpParameters) GetLdpOutOfMemState

func (m *LdpParameters) GetLdpOutOfMemState() uint32

func (*LdpParameters) GetLdpRecoveryTimeout

func (m *LdpParameters) GetLdpRecoveryTimeout() uint32

func (*LdpParameters) GetLeNoRouteTimeout

func (m *LdpParameters) GetLeNoRouteTimeout() uint32

func (*LdpParameters) GetMaxIntfAttached

func (m *LdpParameters) GetMaxIntfAttached() uint32

func (*LdpParameters) GetMaxIntfTe

func (m *LdpParameters) GetMaxIntfTe() uint32

func (*LdpParameters) GetMaxPeer

func (m *LdpParameters) GetMaxPeer() uint32

func (*LdpParameters) GetNsrEnabled

func (m *LdpParameters) GetNsrEnabled() bool

func (*LdpParameters) GetNsrSynced

func (m *LdpParameters) GetNsrSynced() bool

func (*LdpParameters) GetProtocolVersion

func (m *LdpParameters) GetProtocolVersion() uint32

func (*LdpParameters) GetRoleIsActive

func (m *LdpParameters) GetRoleIsActive() bool

func (*LdpParameters) GetRouterId

func (m *LdpParameters) GetRouterId() string

func (*LdpParameters) GetSessionHoldTime

func (m *LdpParameters) GetSessionHoldTime() uint32

func (*LdpParameters) GetTargetedHelloHoldTime

func (m *LdpParameters) GetTargetedHelloHoldTime() uint32

func (*LdpParameters) GetTargetedHelloInterval

func (m *LdpParameters) GetTargetedHelloInterval() uint32

func (*LdpParameters) ProtoMessage

func (*LdpParameters) ProtoMessage()

func (*LdpParameters) Reset

func (m *LdpParameters) Reset()

func (*LdpParameters) String

func (m *LdpParameters) String() string

func (*LdpParameters) XXX_DiscardUnknown

func (m *LdpParameters) XXX_DiscardUnknown()

func (*LdpParameters) XXX_Marshal

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

func (*LdpParameters) XXX_Merge

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

func (*LdpParameters) XXX_Size

func (m *LdpParameters) XXX_Size() int

func (*LdpParameters) XXX_Unmarshal

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

type LdpParametersAf

type LdpParametersAf struct {
	AddressFamily             string           `protobuf:"bytes,1,opt,name=address_family,json=addressFamily,proto3" json:"address_family,omitempty"`
	NullLabel                 string           `protobuf:"bytes,2,opt,name=null_label,json=nullLabel,proto3" json:"null_label,omitempty"`
	LabelImpNullOverrideAcl   string           `` /* 136-byte string literal not displayed */
	IsAcceptingTargetedHellos bool             `` /* 141-byte string literal not displayed */
	TargetedHelloAcl          string           `protobuf:"bytes,5,opt,name=targeted_hello_acl,json=targetedHelloAcl,proto3" json:"targeted_hello_acl,omitempty"`
	DiscoveryTransportAddress *LdpIpAddrTUnion `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}         `json:"-"`
	XXX_unrecognized          []byte           `json:"-"`
	XXX_sizecache             int32            `json:"-"`
}

func (*LdpParametersAf) Descriptor

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

func (*LdpParametersAf) GetAddressFamily

func (m *LdpParametersAf) GetAddressFamily() string

func (*LdpParametersAf) GetDiscoveryTransportAddress

func (m *LdpParametersAf) GetDiscoveryTransportAddress() *LdpIpAddrTUnion

func (*LdpParametersAf) GetIsAcceptingTargetedHellos

func (m *LdpParametersAf) GetIsAcceptingTargetedHellos() bool

func (*LdpParametersAf) GetLabelImpNullOverrideAcl

func (m *LdpParametersAf) GetLabelImpNullOverrideAcl() string

func (*LdpParametersAf) GetNullLabel

func (m *LdpParametersAf) GetNullLabel() string

func (*LdpParametersAf) GetTargetedHelloAcl

func (m *LdpParametersAf) GetTargetedHelloAcl() string

func (*LdpParametersAf) ProtoMessage

func (*LdpParametersAf) ProtoMessage()

func (*LdpParametersAf) Reset

func (m *LdpParametersAf) Reset()

func (*LdpParametersAf) String

func (m *LdpParametersAf) String() string

func (*LdpParametersAf) XXX_DiscardUnknown

func (m *LdpParametersAf) XXX_DiscardUnknown()

func (*LdpParametersAf) XXX_Marshal

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

func (*LdpParametersAf) XXX_Merge

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

func (*LdpParametersAf) XXX_Size

func (m *LdpParametersAf) XXX_Size() int

func (*LdpParametersAf) XXX_Unmarshal

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

type LdpParameters_KEYS

type LdpParameters_KEYS struct {
	VrfName              string   `protobuf:"bytes,1,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LdpParameters_KEYS) Descriptor

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

func (*LdpParameters_KEYS) GetVrfName

func (m *LdpParameters_KEYS) GetVrfName() string

func (*LdpParameters_KEYS) ProtoMessage

func (*LdpParameters_KEYS) ProtoMessage()

func (*LdpParameters_KEYS) Reset

func (m *LdpParameters_KEYS) Reset()

func (*LdpParameters_KEYS) String

func (m *LdpParameters_KEYS) String() string

func (*LdpParameters_KEYS) XXX_DiscardUnknown

func (m *LdpParameters_KEYS) XXX_DiscardUnknown()

func (*LdpParameters_KEYS) XXX_Marshal

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

func (*LdpParameters_KEYS) XXX_Merge

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

func (*LdpParameters_KEYS) XXX_Size

func (m *LdpParameters_KEYS) XXX_Size() int

func (*LdpParameters_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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