Compute V1 Client - Class BfdSessionInitializationMode (2.0.0)

Reference documentation and code samples for the Compute V1 Client class BfdSessionInitializationMode.

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.

Protobuf type google.cloud.compute.v1.BfdStatus.BfdSessionInitializationMode

Namespace

Google \ Cloud \ Compute \ V1 \ BfdStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_BFD_SESSION_INITIALIZATION_MODE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_BFD_SESSION_INITIALIZATION_MODE = 0;

ACTIVE

Value: 314733318

Generated from protobuf enum ACTIVE = 314733318;

DISABLED

Value: 516696700

Generated from protobuf enum DISABLED = 516696700;

PASSIVE

Value: 462813959

Generated from protobuf enum PASSIVE = 462813959;