[{"label":"Latest (v1.1)","version":"latest"}]
vmc
InlineSddcTemplate1
Properties
array of
AccountLinkSddcConfig
account_link_sddc_configs
Optional
A list of the SDDC linking configurations to use.
string
name
Optional
name for SDDC configuration template
string
org_id
Optional
string
source_sddc_id
Optional
string
state
Optional
Possible values are: INITIALIZATION , AVAILABLE , INUSE , APPLIED , DELETING , DELETED , FAILED
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"
}