Reference documentation and code samples for the Compute V1 Client class Enable.
The status of the BGP peer connection. If set to FALSE, any active session with the peer is terminated and all associated routing information is removed. If set to TRUE, the peer connection can be established with routing information. The default is TRUE.
Protobuf type google.cloud.compute.v1.RouterBgpPeer.Enable
Namespace
Google \ Cloud \ Compute \ V1 \ RouterBgpPeerMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_ENABLE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ENABLE = 0;
FALSE
Value: 66658563Generated from protobuf enum FALSE = 66658563;
TRUE
Value: 2583950Generated from protobuf enum TRUE = 2583950;