Name
|
Type
|
Description
|
namingMethod | xsd:string |
Determines how the VMs in the desktop are named. Note(s) :-
- For Instant clone desktops, this setting can only be set to
PATTERN.
-
This property will be one of:
Value
|
Description
|
"SPECIFIED" | List of specified names. All provisioning is done up-front. |
"PATTERN" | Naming pattern. |
|
patternNamingSettings | DesktopPatternNamingSettings |
Naming pattern settings.
- This property need not be set.
-
This property is required if
namingMethod is set to
"PATTERN".
|
specificNamingSpec | DesktopSpecificNamingSpec |
Specified name settings.
- This property need not be set.
-
This property is required if
namingMethod is set to
"SPECIFIED".
|