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.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |