Reference documentation and code samples for the Compute V1 Client class State.
Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.
Protobuf type google.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementState.State
Namespace
Google \ Cloud \ Compute \ V1 \ VpnGatewayStatusHighAvailabilityRequirementStateMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
CONNECTION_REDUNDANCY_MET
Value: 505242907
VPN tunnels are configured with adequate redundancy from Cloud VPN gateway to the peer VPN gateway. For both GCP-to-non-GCP and GCP-to-GCP connections, the adequate redundancy is a pre-requirement for users to get 99.99% availability on GCP side; please note that for any connection, end-to-end 99.99% availability is subject to proper configuration on the peer VPN gateway.
Generated from protobuf enum CONNECTION_REDUNDANCY_MET = 505242907;
CONNECTION_REDUNDANCY_NOT_MET
Value: 511863311
VPN tunnels are not configured with adequate redundancy from the Cloud VPN gateway to the peer gateway
Generated from protobuf enum CONNECTION_REDUNDANCY_NOT_MET = 511863311;