Google Cloud Vm Migration V1 Client - Class PowerState (0.6.3)

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.VmwareVmDetails.PowerState

Namespace

Google \ Cloud \ VMMigration \ V1 \ VmwareVmDetails

Methods

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;