DeploymentInstallInstallSpec
The Install.InstallSpec structure contains information used to configure the appliance installation.
Properties
vcsa_embedded
Required
Spec used to configure an embedded vCenter Server. This field describes how the embedded vCenter Server appliance should be configured.
boolean
auto_answer
Optional
Use the default option for any questions that may come up during appliance configuration. If unset, will default to false.
JSON Example
{
"vcsa_embedded": {
"ceip_enabled": false
}
}