Enum VpnGatewayStatusHighAvailabilityRequirementState.Types.State (1.0.0)

public enum State

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

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
ConnectionRedundancyMet

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.

ConnectionRedundancyNotMet

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

UndefinedState

A value indicating that the enum field is not set.