View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - DesktopSummaryData
- Class
- VMware.Hv.DesktopSummaryData
- Property of
- DesktopSummaryView
- See also
- AccessGroupId, FarmId, GlobalEntitlementId, VirtualCenterId
- Since
- Horizon View 6.0
Data Object Description
Core attributes of a desktop instance.Data Object Properties
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.
|
||||||||||||
source | xsd:string |
Source of machines.
|
||||||||||||
userAssignment | xsd:string |
User assignment scheme.
|
||||||||||||
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.
|
||||||||||||
virtualCenter | VirtualCenterId |
Virtual Center server.
|
||||||||||||
provisioningEnabled | xsd:boolean |
Determines if provisioning is enabled
|
||||||||||||
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 sessions. The sessions may be queried using the query service
for Session.
|
||||||||||||
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.
|
||||||||||||
supportedDomains | xsd:string[] |
Supported domains for the desktop. Applicable only for automated desktops.
Since Horizon 7.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
|
||||||||||||
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
|
||||||||||||
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
|
||||||||||||
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
|
||||||||||||
supportedSessionType | xsd:string |
Supported session types for this desktop.
Since Horizon 7.9
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |