Enum VpnGatewayStatusHighAvailabilityRequirementState.UnsatisfiedReason (1.51.0)

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

Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INCOMPLETE_TUNNELS_COVERAGE

INCOMPLETE_TUNNELS_COVERAGE = 55917437;

INCOMPLETE_TUNNELS_COVERAGE_VALUE

INCOMPLETE_TUNNELS_COVERAGE = 55917437;

UNDEFINED_UNSATISFIED_REASON

A value indicating that the enum field is not set.

UNDEFINED_UNSATISFIED_REASON = 0;

UNDEFINED_UNSATISFIED_REASON_VALUE

A value indicating that the enum field is not set.

UNDEFINED_UNSATISFIED_REASON = 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()