Enum XenDesktopHypervisorConnectionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a XenDesktop hypervisor connection type.
public enum XenDesktopHypervisorConnectionType
Fields
AWS = 5The connection is an Amazon EC2 service.
CloudPlatform = 6The connection is a Citrix CloudPlatform connection.
Custom = 4The connection is a custom connection.
SCVMM = 2The connection is to a Microsoft System Center virtual machine manager server.
Unknown = 0The connection type is unknown.
Unsupported = 7The connection type is unsupported.
VCenter = 3The connection is to a VMware vCenter server.
WakeOnLAN = 8The connection type is a wake on lan connection.
XenServer = 1The connection is to a Citrix Xen Server.