public enum VpnGatewayStatusHighAvailabilityRequirementState.State extends Enum<VpnGatewayStatusHighAvailabilityRequirementState.State> implements ProtocolMessageEnumIndicates 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
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_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_NOT_MET |
VPN tunnels are not configured with adequate redundancy from the Cloud VPN gateway to the peer gateway |
CONNECTION_REDUNDANCY_NOT_MET_VALUE |
VPN tunnels are not configured with adequate redundancy from the Cloud VPN gateway to the peer gateway |
UNDEFINED_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_STATE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|