Data Object - DesktopSpec

Class
VMware.Hv.DesktopSpec
Parameter to
Desktop_Create
See also
DesktopAutomatedDesktopSpec, DesktopBase, DesktopGlobalEntitlementData, DesktopManualDesktopSpec, DesktopRDSDesktopSpec, DesktopSettings
Since
Horizon View 6.0

Data Object Description

Specification of a desktop.

Data Object Properties

Properties

Name Type Description
baseDesktopBase

Desktop identification information.
desktopSettingsDesktopSettings

Configuration settings for the desktop. Sets default and/or required values if unset.
  • This property need not be set.
typexsd:string

Type of desktop.
  • This property will be one of:
    Value Description
    "AUTOMATED"An automated desktop creates virtual machines cloned from a base template or snapshot.
    "MANUAL"A manual machine desktop allows selection of existing virtual machines and addition to the desktop of available machines to connect to.
    "RDS"An RDS Desktop Desktop.
automatedDesktopSpecDesktopAutomatedDesktopSpec

Automated desktop spec.
  • This property need not be set.
  • This property is required if type is set to "AUTOMATED".
manualDesktopSpecDesktopManualDesktopSpec

Manual desktop spec.
  • This property need not be set.
  • This property is required if type is set to "MANUAL".
rdsDesktopSpecDesktopRDSDesktopSpec

RDS Desktop spec.
  • This property need not be set.
  • This property is required if type is set to "RDS".
globalEntitlementDataDesktopGlobalEntitlementData

Global entitlement data. Sets default values if unset.
  • This property need not be set.