TemplatePatchTO
Patch model for updating template.
Properties
Application properties to be added when template is created.
The VMs of this template will be part of this Organization Unit in the AD
An arbitrary description for this template.
Specifies the size of os disk in gigabytes
All other provider resources that should be used when creating VMs for this template. The keys in this map and the interpretation of the values depend on the provider type.
Max number of desktops which can quiesced when the template is undergoing normal maintenance. Defaults to 25% of the spare policy max.
Template name.
List of network resources that will be used when creating VMs for this template. The meaning of ’network resource’ will depend on the provider type. For example, in Azure, this will be a list of subnets.
List of protocols to be allowed for client connections to desktops in this template. Allowable values are ‘BLAST’, ‘PCOIP’ and ‘RDP’.
Possible values are: BLAST , PCOIP , RDP
Tags to be added to resources when they are created as part of this template.
Max number of desktops sessions allowed per VM. For Windows desktop VMs, this value must be 1. For MULTI_SESSION, it can be any value greater than 0.
Defines whether this template is ‘offline’ or ‘online’. When offline, no VM lifecycle operations will be performed for this template, and no client connections will be allowed.
Possible values are: OFFLINE , ONLINE
The type of Windows licenses that the creating organization posesses and wishes to use for all VMs created as part of this template.
Possible values are: NONE , WINDOWS_CLIENT , WINDOWS_SERVER
JSON Example
{
"computerAccountOU": "CN=Computers",
"description": "My floating desktop template",
"maxQuiescingServers": 10,
"name": "My floating desktop template"
}
Property Of
TemplateBatchPatchRequestTOV1
Parameter To
Patch By ID