Enum Subnet.State (0.18.0)

public enum Subnet.State extends Enum<Subnet.State> implements ProtocolMessageEnum

Defines possible states of subnets.

Protobuf enum google.cloud.vmwareengine.v1.Subnet.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The subnet is ready.

ACTIVE = 1;

ACTIVE_VALUE

The subnet is ready.

ACTIVE = 1;

CREATING

The subnet is being created.

CREATING = 2;

CREATING_VALUE

The subnet is being created.

CREATING = 2;

DELETING

The subnet is being deleted.

DELETING = 4;

DELETING_VALUE

The subnet is being deleted.

DELETING = 4;

FAILED

Last operation on the subnet did not succeed. Subnet's payload is reverted back to its most recent working state.

FAILED = 6;

FAILED_VALUE

Last operation on the subnet did not succeed. Subnet's payload is reverted back to its most recent working state.

FAILED = 6;

RECONCILING

Changes requested in the last operation are being propagated.

RECONCILING = 5;

RECONCILING_VALUE

Changes requested in the last operation are being propagated.

RECONCILING = 5;

STATE_UNSPECIFIED

The default value. This value should never be used.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value should never be used.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The subnet is being updated.

UPDATING = 3;

UPDATING_VALUE

The subnet is being updated.

UPDATING = 3;

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