TemplateExpansionCreateTO
Properties
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.
Name of this expansion template
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.
Org ID that owns this template.
Parent template ID
ID of the provider instance to used when creating VMs for this template. This will define, for example, the subscription and region of the VMs for Azure templates.
Defines whether this template is ‘offline’ or ‘online’. When offline, noVM lifecycle operations will be performed for this template, and no client connections will be allowed.
Possible values are: OFFLINE , ONLINE
Pattern used as prefix for VMs created for this template.
JSON Example
{
"infrastructure": {
"key": {
"data": {},
"id": "string",
"infrastructureLinks": {},
"kind": "string"
}
},
"name": "string",
"networks": [
{
"data": {},
"id": "string",
"infrastructureLinks": {},
"kind": "string"
}
],
"orgId": "string",
"parentId": "string",
"providerInstanceId": "string",
"sparePolicy": {
"increment": 200,
"limit": 10,
"max": 4,
"min": 2,
"modelVersion": 0
},
"templateConnectivityStatus": "OFFLINE",
"vmNamePattern": "string"
}