Table of Contents

Enum XenDesktopHypervisorConnectionType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a XenDesktop hypervisor connection type.

public enum XenDesktopHypervisorConnectionType

Fields

AWS = 5

The connection is an Amazon EC2 service.

CloudPlatform = 6

The connection is a Citrix CloudPlatform connection.

Custom = 4

The connection is a custom connection.

SCVMM = 2

The connection is to a Microsoft System Center virtual machine manager server.

Unknown = 0

The connection type is unknown.

Unsupported = 7

The connection type is unsupported.

VCenter = 3

The connection is to a VMware vCenter server.

WakeOnLAN = 8

The connection type is a wake on lan connection.

XenServer = 1

The connection is to a Citrix Xen Server.