|
Name
|
Type
|
Description
|
| base | DesktopBase |
Desktop identification information.
|
| desktopSettings | DesktopSettings |
Configuration settings for the desktop. Sets default and/or required
values if unset.
- This property need not be set.
|
| type | xsd: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. |
|
| automatedDesktopSpec | DesktopAutomatedDesktopSpec |
Automated desktop spec.
- This property need not be set.
-
This property is required if
type is set to
"AUTOMATED".
|
| manualDesktopSpec | DesktopManualDesktopSpec |
Manual desktop spec.
- This property need not be set.
-
This property is required if
type is set to
"MANUAL".
|
| rdsDesktopSpec | DesktopRDSDesktopSpec |
RDS Desktop spec.
- This property need not be set.
-
This property is required if
type is set to
"RDS".
|
| globalEntitlementData | DesktopGlobalEntitlementData |
Global entitlement data. Sets default values if unset.
- This property need not be set.
|