[{"label":"Latest (v1.1)","version":"latest"}]
vmc

InlineSddcTemplate1

Properties

account_link_sddc_configs Optional

A list of the SDDC linking configurations to use.


string
name Optional

name for SDDC configuration template


network_template Optional

string
org_id Optional

sddc Optional

string
source_sddc_id Optional

string
state Optional

Possible values are: INITIALIZATIONAVAILABLEINUSEAPPLIEDDELETINGDELETEDFAILED

JSON Example

{
	"account_link_sddc_configs": [
		{
			"connected_account_id": "string",
			"customer_subnet_ids": [
				"string"
			]
		}
	],
	"name": "string",
	"network_template": {
		"compute_gateway_templates": [
			{}
		],
		"management_gateway_templates": [
			{}
		]
	},
	"org_id": "string",
	"sddc": {},
	"source_sddc_id": "string",
	"state": "INITIALIZATION"
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Used By

SddcTemplate

Feedback

Was this page helpful?