Name
|
Type
|
Description
|
namingMethod | xsd:string |
Determines how the VMs in the desktop are named.
- This property cannot be updated.
-
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".
|
specificNamingSettings | DesktopSpecificNamingSettings |
Specified name settings.
- This property need not be set.
-
This property is required if
namingMethod is set to
"SPECIFIED".
|