public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnum
VM status enum.
Protobuf enum google.cloud.licensemanager.v1.Instance.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PROVISIONING |
Resources are being allocated for the instance. |
PROVISIONING_VALUE |
Resources are being allocated for the instance. |
REPAIRING |
The instance is in repair. |
REPAIRING_VALUE |
The instance is in repair. |
RUNNING |
The instance is running. |
RUNNING_VALUE |
The instance is running. |
STAGING |
All required resources have been allocated and the instance is being started. |
STAGING_VALUE |
All required resources have been allocated and the instance is being started. |
STATE_UNSPECIFIED |
The Status of the VM is unspecified. |
STATE_UNSPECIFIED_VALUE |
The Status of the VM is unspecified. |
STOPPED |
The instance has stopped due to various reasons (user request, VM preemption, project freezing, etc.). |
STOPPED_VALUE |
The instance has stopped due to various reasons (user request, VM preemption, project freezing, etc.). |
STOPPING |
The instance is currently stopping (either being deleted or terminated). |
STOPPING_VALUE |
The instance is currently stopping (either being deleted or terminated). |
TERMINATED |
The instance has failed in some way. |
TERMINATED_VALUE |
The instance has failed in some way. |
UNRECOGNIZED |
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() |