public static enum VpnGatewayStatusHighAvailabilityRequirementState.State extends Enum<VpnGatewayStatusHighAvailabilityRequirementState.State> implements com.google.protobuf.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| Enum Constant and Description |
|---|
CONNECTION_REDUNDANCY_MET
VPN tunnels are configured with adequate redundancy from Cloud VPN gateway to 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
|
UNDEFINED_STATE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTION_REDUNDANCY_MET_VALUE
VPN tunnels are configured with adequate redundancy from Cloud VPN gateway to the peer VPN gateway.
|
static int |
CONNECTION_REDUNDANCY_NOT_MET_VALUE
VPN tunnels are not configured with adequate redundancy from the Cloud VPN gateway to the peer gateway
|
static int |
UNDEFINED_STATE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static VpnGatewayStatusHighAvailabilityRequirementState.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<VpnGatewayStatusHighAvailabilityRequirementState.State> |
internalGetValueMap() |
static VpnGatewayStatusHighAvailabilityRequirementState.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VpnGatewayStatusHighAvailabilityRequirementState.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VpnGatewayStatusHighAvailabilityRequirementState.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnGatewayStatusHighAvailabilityRequirementState.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VpnGatewayStatusHighAvailabilityRequirementState.State UNDEFINED_STATE
A value indicating that the enum field is not set.
UNDEFINED_STATE = 0;public static final VpnGatewayStatusHighAvailabilityRequirementState.State 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;public static final VpnGatewayStatusHighAvailabilityRequirementState.State 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;public static final VpnGatewayStatusHighAvailabilityRequirementState.State UNRECOGNIZED
public static final int UNDEFINED_STATE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_STATE = 0;public static final int 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;public static final int 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;public static VpnGatewayStatusHighAvailabilityRequirementState.State[] values()
for (VpnGatewayStatusHighAvailabilityRequirementState.State c : VpnGatewayStatusHighAvailabilityRequirementState.State.values()) System.out.println(c);
public static VpnGatewayStatusHighAvailabilityRequirementState.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static VpnGatewayStatusHighAvailabilityRequirementState.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static VpnGatewayStatusHighAvailabilityRequirementState.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<VpnGatewayStatusHighAvailabilityRequirementState.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static VpnGatewayStatusHighAvailabilityRequirementState.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.