SystemConfigDeploymentTypeReconfigureSpec
The DeploymentType.ReconfigureSpec structure contains the fields used to get and set the appliance type.
Properties
The ApplianceType enumerated type defines the vCenter appliance types.
VCSA_EMBEDDED : vCenter Server Appliance with an embedded Platform Services Controller.
VCSA_EXTERNAL : vCenter Server Appliance with an external Platform Services Controller.
PSC_EXTERNAL : An external Platform Services Controller.
Possible values are: VCSA_EMBEDDED , VCSA_EXTERNAL , PSC_EXTERNAL
External PSC to register with when reconfiguring a VCSA_EMBEDDED appliance to a VCSA_EXTERNAL appliance. Only required when reconfiguring an VCSA_EMBEDDED node to a VCSA_EXTERNAL.
JSON Example
{
"type": "VCSA_EMBEDDED"
}