DeploymentInstallVcsaEmbeddedSpec

The Install.VcsaEmbeddedSpec structure contains information used to configure an embedded standalone or replicated vCenter Server.


Properties

boolean
ceip_enabled Required

Whether CEIP should be enabled or disabled.


replicated Optional

Spec used to configure a replicated embedded vCenter Server. This field describes how the replicated vCenter Server appliance should be configured. If unset, will default to None.


standalone Optional

Spec used to configure a standalone embedded vCenter Server. This field describes how the standalone vCenter Server appliance should be configured. If unset, will default to None.

JSON Example

{
	"ceip_enabled": false
}

Feedback

Was this page helpful?