public enum AzureVmDetails.Types.PowerStateReference 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.V1Assembly
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. |