Reference documentation and code samples for the Compute V1 Client class Status.
[Output Only] The status of the instance.
Protobuf type google.cloud.compute.v1.InstanceWithNamedPorts.Status
Namespace
Google \ Cloud \ Compute \ V1 \ InstanceWithNamedPortsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATUS = 0;
DEPROVISIONING
Value: 428935662
The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
Generated from protobuf enum DEPROVISIONING = 428935662;
PENDING
Value: 35394935
For Flex Start provisioning instance is waiting for available capacity from Dynamic Workload Scheduler (DWS).
Generated from protobuf enum PENDING = 35394935;
PROVISIONING
Value: 290896621
Resources are being allocated for the instance.
Generated from protobuf enum PROVISIONING = 290896621;
REPAIRING
Value: 413483285
The instance is in repair.
Generated from protobuf enum REPAIRING = 413483285;
RUNNING
Value: 121282975
The instance is running.
Generated from protobuf enum RUNNING = 121282975;
STAGING
Value: 431072283
All required resources have been allocated and the instance is being started.
Generated from protobuf enum STAGING = 431072283;
STOPPED
Value: 444276141
The instance has stopped successfully.
Generated from protobuf enum STOPPED = 444276141;
STOPPING
Value: 350791796
The instance is currently stopping (either being deleted or killed).
Generated from protobuf enum STOPPING = 350791796;
SUSPENDED
Value: 51223995
The instance has suspended.
Generated from protobuf enum SUSPENDED = 51223995;
SUSPENDING
Value: 514206246
The instance is suspending.
Generated from protobuf enum SUSPENDING = 514206246;
TERMINATED
Value: 250018339
The instance has stopped (either by explicit action or underlying failure).
Generated from protobuf enum TERMINATED = 250018339;