Module: Google::Cloud::VMMigration::V1::AzureVmDetails::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- STARTING =
The VM is starting.
1- RUNNING =
The VM is running.
2- STOPPING =
The VM is stopping.
3- STOPPED =
The VM is stopped.
4- DEALLOCATING =
The VM is deallocating.
5- DEALLOCATED =
The VM is deallocated.
6- UNKNOWN =
The VM's power state is unknown.
7