Reference documentation and code samples for the Google Cloud Migration Center V1 Client class PowerState.
Machine power state.
Protobuf type google.cloud.migrationcenter.v1.MachineDetails.PowerState
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ MachineDetailsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
POWER_STATE_UNSPECIFIED
Value: 0Power state is unknown.
Generated from protobuf enum POWER_STATE_UNSPECIFIED = 0;
PENDING
Value: 1The machine is preparing to enter the ACTIVE state. An instance may enter the PENDING state when it launches for the first time, or when it is started after being in the SUSPENDED state.
Generated from protobuf enum PENDING = 1;
ACTIVE
Value: 2The machine is active.
Generated from protobuf enum ACTIVE = 2;
SUSPENDING
Value: 3The machine is being turned off.
Generated from protobuf enum SUSPENDING = 3;
SUSPENDED
Value: 4The machine is off.
Generated from protobuf enum SUSPENDED = 4;
DELETING
Value: 5The machine is being deleted from the hosting platform.
Generated from protobuf enum DELETING = 5;
DELETED
Value: 6The machine is deleted from the hosting platform.
Generated from protobuf enum DELETED = 6;