Reference documentation and code samples for the Google Cloud License Manager V1 Client class State.
VM status enum.
Protobuf type google.cloud.licensemanager.v1.Instance.State
Namespace
Google \ Cloud \ LicenseManager \ V1 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The Status of the VM is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1Resources are being allocated for the instance.
Generated from protobuf enum PROVISIONING = 1;
STAGING
Value: 2All required resources have been allocated and the instance is being started.
Generated from protobuf enum STAGING = 2;
RUNNING
Value: 3The instance is running.
Generated from protobuf enum RUNNING = 3;
STOPPING
Value: 4The instance is currently stopping (either being deleted or terminated).
Generated from protobuf enum STOPPING = 4;
STOPPED
Value: 5The instance has stopped due to various reasons (user request, VM preemption, project freezing, etc.).
Generated from protobuf enum STOPPED = 5;
TERMINATED
Value: 6The instance has failed in some way.
Generated from protobuf enum TERMINATED = 6;
REPAIRING
Value: 7The instance is in repair.
Generated from protobuf enum REPAIRING = 7;