Data Object - DesktopSummaryData
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.Desktop.DesktopSummaryData
Property of
See also
Since
Horizon View 6.0
Data Object Description¶
Core attributes of a desktop instance.
Data Object Properties¶
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name | xsd:string | Unique name for the desktop | ||||||||||||
displayName | xsd:string | Desktop display name. | ||||||||||||
enabled | xsd:boolean | Determines if the desktop is enabled | ||||||||||||
deleting | xsd:boolean | Determines if the desktop is in the process of being deleted. | ||||||||||||
type | xsd:string | Type of desktop. * This property will be one of:
|
||||||||||||
source | xsd:string | Source of machines. * This property will be one of:
|
||||||||||||
imageSource | xsd:string | Source of image used in the desktop. Applicable for automated desktop. Since Horizon 7.10 1 2 * This property will be one of:
|
||||||||||||
userAssignment | xsd:string | User assignment scheme. * This property will be one of:
|
||||||||||||
allowMultipleAssignments | xsd:boolean | Whether assignment of multiple users to a single machine is allowed. Since Horizon 7.12 3 1 | ||||||||||||
accessGroup | AccessGroupId | View access groups can organize the desktops in your organization. They can also be used for delegated administration. For RDS Desktop, this has to be same as that of the corresponding Farm. | ||||||||||||
globalEntitlement | GlobalEntitlementId | Global entitlement for this desktop. This member will be null if not set or caller does not have global read permissions. 1 | ||||||||||||
globalEntitlementName | xsd:string | Name of global entitlement for this desktop pool. This member will be populated even if caller does not have global read permissions. Since Horizon 8.2 1 | ||||||||||||
virtualCenter | VirtualCenterId | Virtual Center server. 1 | ||||||||||||
provisioningEnabled | xsd:boolean | Determines if provisioning is enabled 1 | ||||||||||||
numMachines | xsd:int | Number of machines in the desktop. The machines may be queried using the query service for Machine. This field does not apply to RDS desktops. The RDS servers associated with an RDS desktop may be queried using the query service for RDSServer. | ||||||||||||
numSessions | xsd:int | Number of desktop sessions. The sessions may be queried using the query service for Session. | ||||||||||||
userGroupCount | xsd:int | Count of users and groups that are associated with this desktop pool. Since Horizon 8.3 2 | ||||||||||||
farm | FarmId | EntityId of Farm that is associated with the Machine. This value is populated only when it is an RDS Desktop, and optional otherwise. 1 | ||||||||||||
supportedDomains | xsd:string[] | Supported domains for the desktop. Applicable only for automated desktops. Since Horizon 7.4 1 4 | ||||||||||||
lastProvisioningError | xsd:string | String message detailing the last provisioning error on this desktop while stopProvisioningOnError is enabled. This will be cleared when enableProvisioning is updated to true. This field is only applicable to automated desktops. Since Horizon 7.5 1 | ||||||||||||
categoryFolderName | xsd:string | Name of the category folder in the user's OS containing a shortcut to the desktop. Unset if the desktop does not belong to a category. Since Horizon 7.6 1 6 | ||||||||||||
enableAppRemoting | xsd:boolean | True, if this desktop can be used for application pool creation. This will be useful when the machines in the pool support application remoting. Since Horizon 7.9 3 1 | ||||||||||||
applicationCount | xsd:int | Count of all the applications that belong to the application remoting enabled Desktop which are in the machines of the desktop. Since Horizon 7.9 1 2 | ||||||||||||
supportedSessionType | xsd:string | Supported session types for this desktop. Since Horizon 7.9 5 1 * This property will be one of:
|
||||||||||||
numApplicationSessions | xsd:int | Number of application sessions of the Desktop when applications are associated with it. Since Horizon 7.10 | ||||||||||||
cloudManaged | xsd:boolean | Indicates whether this desktop is managed by Horizon Cloud Services. Since Horizon 7.11 3 1 2 | ||||||||||||
cloudAssigned | xsd:boolean | Indicates whether this desktop is assigned to a workspace in Horizon Cloud Services. Since Horizon 7.11 3 1 2 | ||||||||||||
cloudBrokered | xsd:boolean | Indicates whether the desktop pool is brokered by cloud broker. This will be null for non-RDS Desktop pools. Since Horizon 8.2 1 2 |
-
This property is an unordered array of unique values. ↩
-
This property has a default value of 'DESKTOP'. ↩
-
This property defines valid folder names with a max length of 64 characters and up to 4 subdirectory levels. The subdirectories can be specified using a backslash, e.g. (dir1\dir2\dir3\dir4). Folder names can't start or end with a backslash nor can there be 2 or more backslashes together. Combinations such as (\dir1, dir1\dir2\, dir1\\dir2, dir1\\\dir2) are invalid. The windows reserved keywords (CON, PRN, NUL, AUX, COM1 - COM9, LPT1 - LPT9 etc.) are not allowed in subdirectory names. ↩