Enum RouterBgpPeerBfd.SessionInitializationMode (1.51.0)

public enum RouterBgpPeerBfd.SessionInitializationMode extends Enum<RouterBgpPeerBfd.SessionInitializationMode> implements ProtocolMessageEnum

The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is DISABLED.

Protobuf enum google.cloud.compute.v1.RouterBgpPeerBfd.SessionInitializationMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

ACTIVE = 314733318;

ACTIVE_VALUE

ACTIVE = 314733318;

DISABLED

DISABLED = 516696700;

DISABLED_VALUE

DISABLED = 516696700;

PASSIVE

PASSIVE = 462813959;

PASSIVE_VALUE

PASSIVE = 462813959;

UNDEFINED_SESSION_INITIALIZATION_MODE

A value indicating that the enum field is not set.

UNDEFINED_SESSION_INITIALIZATION_MODE = 0;

UNDEFINED_SESSION_INITIALIZATION_MODE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SESSION_INITIALIZATION_MODE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()