public enum ManagedInstance.InstanceStatus extends Enum<ManagedInstance.InstanceStatus> implements ProtocolMessageEnum[Output Only] The status of the instance. This field is empty when the instance does not exist.
Protobuf enum google.cloud.compute.v1.ManagedInstance.InstanceStatus
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| DEPROVISIONING | The Nanny is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc. |
| DEPROVISIONING_VALUE | The Nanny is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc. |
| 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_INSTANCE_STATUS | A value indicating that the enum field is not set. |
| UNDEFINED_INSTANCE_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() |