Class XenDesktopHypervisorConnections
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the hypervisor connections configured within the site.
public class XenDesktopHypervisorConnections : BypassSection
- Inheritance
-
XenDesktopHypervisorConnections
- Inherited Members
Constructors
XenDesktopHypervisorConnections()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.XenDesktopHypervisorConnections class.
public XenDesktopHypervisorConnections()
Properties
Items
Gets or sets the items in the collection.
public XenDesktopHypervisorConnectionCollection Items { get; set; }
Property Value
Methods
FindByName(string)
Returns the hypervisor connection with the specified name, or null if no hypervisor connection with that name exists within the collection.
public XenDesktopHypervisorConnection FindByName(string name)
Parameters
name
stringThe name of the hypervisor connection to locate.
Returns
- XenDesktopHypervisorConnection
The CENTREL.XIA.Configuration.Types.XenDesktopHypervisorConnection with the specified name.
FindByUid(int)
Returns the hypervisor connection with the specified UID, or null if no hypervisor connection with that UID exists within the collection.
public XenDesktopHypervisorConnection FindByUid(int uid)
Parameters
uid
intThe unique identifier of the hypervisor connection to locate.
Returns
- XenDesktopHypervisorConnection
The CENTREL.XIA.Configuration.Types.XenDesktopHypervisorConnection with the specified UID.
FindByUuid(string)
Returns the hypervisor connection with the specified UUID, or null if no hypervisor connection with that UUID exists within the collection.
public XenDesktopHypervisorConnection FindByUuid(string uuid)
Parameters
uuid
stringThe universally unique identifier of the hypervisor connection to locate in GUID format.
Returns
- XenDesktopHypervisorConnection
The CENTREL.XIA.Configuration.Types.XenDesktopHypervisorConnection with the specified UUID.
FindHostingUnitByUuid(string)
Returns the hosting unit with the specified UUID regardless of the connection, or null if no hosting unit with that UUID exists within the collection.
public XenDesktopHypervisorHostingUnit FindHostingUnitByUuid(string uuid)
Parameters
uuid
stringThe universally unique identifier of the hosting unit to locate, in GUID format.
Returns
- XenDesktopHypervisorHostingUnit
The CENTREL.XIA.Configuration.Types.XenDesktopHypervisorHostingUnit with the specified UUID.
ToString()
Returns the XenDesktop hypervisor connections as a human readable string.
public override string ToString()
Returns
- string
The XenDesktop hypervisor connections as a human readable string.