DesktopPoolVirtualMachinePatternNamingSettings
Settings related to specification of VMs with a naming pattern.
{
"max_number_of_machines": 100,
"min_number_of_machines": 10,
"naming_pattern": "vm-{n}-sales",
"number_of_spare_machines": 10,
"provisioning_time": "ON_DEMAND"
}
Maximum number of machines in the desktop pool. This property can be used for sorting.
The minimum number of machines to have provisioned if on demand provisioning is selected. This property can be used for sorting.
Virtual machines will be named according to the specified naming pattern.
Supported Filters: 'Equals'. This property can be used for sorting.
Number of spare powered on machines. This property can be used for sorting.
Determines when the machines are provisioned. This property can be used for sorting.
- ON_DEMAND: Provision machines on demand.
- UP_FRONT: Provision all machines up-front.