Module: Google::Cloud::Compute::V1::VpnGatewayStatusHighAvailabilityRequirementState::State

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.

Constant Summary collapse

UNDEFINED_STATE =

A value indicating that the enum field is not set.

0
CONNECTION_REDUNDANCY_MET =

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.

505242907
CONNECTION_REDUNDANCY_NOT_MET =

VPN tunnels are not configured with adequate redundancy from the Cloud VPN gateway to the peer gateway

511863311