Enum TargetVpnGateway.Status (1.8.1)

public enum TargetVpnGateway.Status extends Enum<TargetVpnGateway.Status> implements ProtocolMessageEnum

[Output Only] The status of the VPN gateway, which can be one of the following: CREATING, READY, FAILED, or DELETING.

Protobuf enum google.cloud.compute.v1.TargetVpnGateway.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

CREATING = 455564985;

CREATING_VALUE

CREATING = 455564985;

DELETING

DELETING = 528602024;

DELETING_VALUE

DELETING = 528602024;

FAILED

FAILED = 455706685;

FAILED_VALUE

FAILED = 455706685;

READY

READY = 77848963;

READY_VALUE

READY = 77848963;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

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