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

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

Namespace

Google \ Cloud \ VMMigration \ V1 \ AzureVmDetails

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;

STARTING

Value: 1

The VM is starting.

Generated from protobuf enum STARTING = 1;

RUNNING

Value: 2

The VM is running.

Generated from protobuf enum RUNNING = 2;

STOPPING

Value: 3

The VM is stopping.

Generated from protobuf enum STOPPING = 3;

STOPPED

Value: 4

The VM is stopped.

Generated from protobuf enum STOPPED = 4;

DEALLOCATING

Value: 5

The VM is deallocating.

Generated from protobuf enum DEALLOCATING = 5;

DEALLOCATED

Value: 6

The VM is deallocated.

Generated from protobuf enum DEALLOCATED = 6;

UNKNOWN

Value: 7

The VM's power state is unknown.

Generated from protobuf enum UNKNOWN = 7;