public enum Subnet.State extends Enum<Subnet.State> implements ProtocolMessageEnum
Defines possible states of subnets.
Protobuf enum google.cloud.vmwareengine.v1.Subnet.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The subnet is ready. |
ACTIVE_VALUE |
The subnet is ready. |
CREATING |
The subnet is being created. |
CREATING_VALUE |
The subnet is being created. |
DELETING |
The subnet is being deleted. |
DELETING_VALUE |
The subnet is being deleted. |
FAILED |
Last operation on the subnet did not succeed. Subnet's payload is reverted back to its most recent working state. |
FAILED_VALUE |
Last operation on the subnet did not succeed. Subnet's payload is reverted back to its most recent working state. |
RECONCILING |
Changes requested in the last operation are being propagated. |
RECONCILING_VALUE |
Changes requested in the last operation are being propagated. |
STATE_UNSPECIFIED |
The default value. This value should never be used. |
STATE_UNSPECIFIED_VALUE |
The default value. This value should never be used. |
UNRECOGNIZED |
|
UPDATING |
The subnet is being updated. |
UPDATING_VALUE |
The subnet is being updated. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |