Reference documentation and code samples for the License Manager V1 API module Google::Cloud::LicenseManager::V1::Instance::State.
VM status enum.
Constants
STATE_UNSPECIFIED
value: 0
The Status of the VM is unspecified.
PROVISIONING
value: 1
Resources are being allocated for the instance.
STAGING
value: 2
All required resources have been allocated and
the instance is being started.
RUNNING
value: 3
The instance is running.
STOPPING
value: 4
The instance is currently stopping (either being deleted or terminated).
STOPPED
value: 5
The instance has stopped due to various reasons (user request, VM
preemption, project freezing, etc.).
TERMINATED
value: 6
The instance has failed in some way.
REPAIRING
value: 7
The instance is in repair.