Enum VMwareVirtualMachinePowerState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the power state of the virtual machine at the time of the scan.
public enum VMwareVirtualMachinePowerState
Fields
PoweredOff = 1
The virtual machine was powered off at the time of the scan.
PoweredOn = 2
The virtual machine was powered on at the time of the scan.
Suspended = 3
The virtual machine was suspended on at the time of the scan.
Unknown = 0
The power state of the virtual machine was unknown.