Enum XenDesktopMachineVMToolsState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of the hypervisor tools present on the VM (if any) at the time of the scan.
public enum XenDesktopMachineVMToolsState
Fields
NotPresent = 1The tools are not present on the machine.
NotStarted = 2The tools are not started on the machine.
Running = 3The tools are running on the machine.
Unknown = 0The tools state is unknown.