VM Migration v1 API - Enum AzureVmDetails.Types.PowerState (2.7.0)

public enum AzureVmDetails.Types.PowerState

Reference documentation and code samples for the VM Migration v1 API enum AzureVmDetails.Types.PowerState.

Possible values for the power state of the VM.

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Fields

Name Description
Deallocated

The VM is deallocated.

Deallocating

The VM is deallocating.

Running

The VM is running.

Starting

The VM is starting.

Stopped

The VM is stopped.

Stopping

The VM is stopping.

Unknown

The VM's power state is unknown.

Unspecified

Power state is not specified.