Table of Contents

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 = 1

The tools are not present on the machine.

NotStarted = 2

The tools are not started on the machine.

Running = 3

The tools are running on the machine.

Unknown = 0

The tools state is unknown.