Enum VpnGatewayStatusHighAvailabilityRequirementState.State (1.49.0)

public enum VpnGatewayStatusHighAvailabilityRequirementState.State extends Enum<VpnGatewayStatusHighAvailabilityRequirementState.State> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementState.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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.

CONNECTION_REDUNDANCY_MET = 505242907;

CONNECTION_REDUNDANCY_MET_VALUE

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.

CONNECTION_REDUNDANCY_MET = 505242907;

CONNECTION_REDUNDANCY_NOT_MET

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

CONNECTION_REDUNDANCY_NOT_MET = 511863311;

CONNECTION_REDUNDANCY_NOT_MET_VALUE

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

CONNECTION_REDUNDANCY_NOT_MET = 511863311;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()