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: 0
The Status of the VM is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1
Resources are being allocated for the instance.
Generated from protobuf enum PROVISIONING = 1;
STAGING
Value: 2
All required resources have been allocated and the instance is being started.
Generated from protobuf enum STAGING = 2;
RUNNING
Value: 3
The instance is running.
Generated from protobuf enum RUNNING = 3;
STOPPING
Value: 4
The instance is currently stopping (either being deleted or terminated).
Generated from protobuf enum STOPPING = 4;
STOPPED
Value: 5
The instance has stopped due to various reasons (user request, VM preemption, project freezing, etc.).
Generated from protobuf enum STOPPED = 5;
TERMINATED
Value: 6
The instance has failed in some way.
Generated from protobuf enum TERMINATED = 6;
REPAIRING
Value: 7
The instance is in repair.
Generated from protobuf enum REPAIRING = 7;