Migration Center v1 API - Enum MachineDetails.Types.PowerState (1.1.0)

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.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Fields

NameDescription
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.