Enum VmwareVmDetails.Types.PowerState (1.0.0)

public enum 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.

Suspended

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

Unspecified

Power state is not specified.