Package com.google.cloud.compute.v1
Enum VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason
- java.lang.Object
-
- java.lang.Enum<VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason>
-
- com.google.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason>
- Enclosing class:
- VpnGatewayStatusHighAvailabilityRequirementState
public static enum VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason extends Enum<VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason> implements com.google.protobuf.ProtocolMessageEnum
Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE.
Protobuf enumgoogle.cloud.compute.v1.VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INCOMPLETE_TUNNELS_COVERAGEINCOMPLETE_TUNNELS_COVERAGE = 55917437;UNDEFINED_UNSATISFIED_REASONA value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intINCOMPLETE_TUNNELS_COVERAGE_VALUEINCOMPLETE_TUNNELS_COVERAGE = 55917437;static intUNDEFINED_UNSATISFIED_REASON_VALUEA value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReasonforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason>internalGetValueMap()static VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReasonvalueOf(int value)Deprecated.static VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReasonvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReasonvalueOf(String name)Returns the enum constant of this type with the specified name.static VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_UNSATISFIED_REASON
public static final VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason UNDEFINED_UNSATISFIED_REASON
A value indicating that the enum field is not set.
UNDEFINED_UNSATISFIED_REASON = 0;
-
INCOMPLETE_TUNNELS_COVERAGE
public static final VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason INCOMPLETE_TUNNELS_COVERAGE
INCOMPLETE_TUNNELS_COVERAGE = 55917437;
-
UNRECOGNIZED
public static final VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_UNSATISFIED_REASON_VALUE
public static final int UNDEFINED_UNSATISFIED_REASON_VALUE
A value indicating that the enum field is not set.
UNDEFINED_UNSATISFIED_REASON = 0;- See Also:
- Constant Field Values
-
INCOMPLETE_TUNNELS_COVERAGE_VALUE
public static final int INCOMPLETE_TUNNELS_COVERAGE_VALUE
INCOMPLETE_TUNNELS_COVERAGE = 55917437;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason c : VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-