Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class PowerState.
Possible values for the power state of the VM.
Protobuf type google.cloud.vmmigration.v1.AwsVmDetails.PowerState
Namespace
Google \ Cloud \ VMMigration \ V1 \ AwsVmDetailsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
POWER_STATE_UNSPECIFIED
Value: 0
Power state is not specified.
Generated from protobuf enum POWER_STATE_UNSPECIFIED = 0;
ON
Value: 1
The VM is turned on.
Generated from protobuf enum ON = 1;
OFF
Value: 2
The VM is turned off.
Generated from protobuf enum OFF = 2;
SUSPENDED
Value: 3
The VM is suspended. This is similar to hibernation or sleep mode.
Generated from protobuf enum SUSPENDED = 3;
PENDING
Value: 4
The VM is starting.
Generated from protobuf enum PENDING = 4;