Enum VMwareVirtualMachineStandbyAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the behavior of virtual machine when it receives the S1 ACPI call.
public enum VMwareVirtualMachineStandbyAction
Fields
Standby = 2
The behaviour is to put the guest OS into standby mode and leave the virtual machine powered on.
Suspend = 1
The behaviour is to suspend the virtual machine
Unknown = 0
The standby action is unknown.