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 = 1The virtual machine was powered off at the time of the scan.
PoweredOn = 2The virtual machine was powered on at the time of the scan.
Suspended = 3The virtual machine was suspended on at the time of the scan.
Unknown = 0The power state of the virtual machine was unknown.