Reference documentation and code samples for the Compute V1 Client class SessionInitializationMode.
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 type google.cloud.compute.v1.RouterBgpPeerBfd.SessionInitializationMode
Namespace
Google \ Cloud \ Compute \ V1 \ RouterBgpPeerBfdMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_SESSION_INITIALIZATION_MODE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_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;