Enum XenVmPowerState
Enumerates the possible virtual machine states.
Namespace: Neon.XenServer
Assembly: Neon.XenServer.dll
Syntax
public enum XenVmPowerState
Fields
| Name | Description |
|---|---|
| Halted | The virtual machine is turned off. |
| Paused | The virtual machine is either paused with its memory still loaded in RAM or suspended with its memory persisted to disk. |
| Running | The virtual machine is running. |
| Unknown | Could not determine the virtual machine state. |