Module: Google::Cloud::VMMigration::V1::VmwareVmDetails::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