public enum MachineDetails.Types.PowerState
Reference documentation and code samples for the Migration Center v1 API enum MachineDetails.Types.PowerState.
Machine power state.
Namespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
The machine is active. |
Deleted |
The machine is deleted from the hosting platform. |
Deleting |
The machine is being deleted from the hosting platform. |
Pending |
The machine is preparing to enter the ACTIVE state. An instance may enter the PENDING state when it launches for the first time, or when it is started after being in the SUSPENDED state. |
Suspended |
The machine is off. |
Suspending |
The machine is being turned off. |
Unspecified |
Power state is unknown. |