[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

TemplateExpansionCreateTO

Properties

infrastructure Optional

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.


string
name Optional

Name of this expansion template


networks Optional

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.


string
orgId Optional

Org ID that owns this template.


string
parentId Optional

Parent template ID


string
providerInstanceId Optional

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.


sparePolicy Optional

Spare capacity policy


string
templateConnectivityStatus Optional

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: OFFLINEONLINE


string
vmNamePattern Optional

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"
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Parameter To

Create Expansion

Feedback

Was this page helpful?