Migrate for Compute Engine V1 API - Module Google::Cloud::VMMigration::V1::AzureVmDetails::PowerState (v2.4.0)

Reference documentation and code samples for the Migrate for Compute Engine V1 API module Google::Cloud::VMMigration::V1::AzureVmDetails::PowerState.

Possible values for the power state of the VM.

Constants

POWER_STATE_UNSPECIFIED

value: 0
Power state is not specified.

STARTING

value: 1
The VM is starting.

RUNNING

value: 2
The VM is running.

STOPPING

value: 3
The VM is stopping.

STOPPED

value: 4
The VM is stopped.

DEALLOCATING

value: 5
The VM is deallocating.

DEALLOCATED

value: 6
The VM is deallocated.

UNKNOWN

value: 7
The VM's power state is unknown.