VM Migration v1 API - Enum AwsVmDetails.Types.PowerState (2.4.0)

public enum AwsVmDetails.Types.PowerState

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

Possible values for the power state of the VM.

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Fields

NameDescription
Off

The VM is turned off.

On

The VM is turned on.

Pending

The VM is starting.

Suspended

The VM is suspended. This is similar to hibernation or sleep mode.

Unspecified

Power state is not specified.