Class State (0.1.0)

State(value)

VM status enum.

Enums

Name Description
STATE_UNSPECIFIED The Status of the VM is unspecified.
PROVISIONING Resources are being allocated for the instance.
STAGING All required resources have been allocated and the instance is being started.
RUNNING The instance is running.
STOPPING The instance is currently stopping (either being deleted or terminated).
STOPPED The instance has stopped due to various reasons (user request, VM preemption, project freezing, etc.).
TERMINATED The instance has failed in some way.
REPAIRING The instance is in repair.