Module: Google::Cloud::VMMigration::V1::AwsVmDetails::PowerState

Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Possible values for the power state of the VM.

Constant Summary collapse

POWER_STATE_UNSPECIFIED =

Power state is not specified.

0
ON =

The VM is turned on.

1
OFF =

The VM is turned off.

2
SUSPENDED =

The VM is suspended. This is similar to hibernation or sleep mode.

3
PENDING =

The VM is starting.

4