public enum InstanceWithNamedPorts.Status extends Enum<InstanceWithNamedPorts.Status> implements ProtocolMessageEnumOutput only. [Output Only] The status of the instance.
Protobuf enum google.cloud.compute.v1.InstanceWithNamedPorts.Status
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEPROVISIONING |
The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc. |
DEPROVISIONING_VALUE |
The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc. |
PENDING |
For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS). |
PENDING_VALUE |
For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS). |
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. |
STOPPED |
The instance has stopped successfully. |
STOPPED_VALUE |
The instance has stopped successfully. |
STOPPING |
The instance is currently stopping (either being deleted or killed). |
STOPPING_VALUE |
The instance is currently stopping (either being deleted or killed). |
SUSPENDED |
The instance has suspended. |
SUSPENDED_VALUE |
The instance has suspended. |
SUSPENDING |
The instance is suspending. |
SUSPENDING_VALUE |
The instance is suspending. |
TERMINATED |
The instance has stopped (either by explicit action or underlying failure). |
TERMINATED_VALUE |
The instance has stopped (either by explicit action or underlying failure). |
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_VALUE |
A value indicating that the enum field is not set. |
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() |
|