SystemConfig_DeploymentType_ReconfigureSpec

SystemConfig_DeploymentType_ReconfigureSpec
SystemConfig_DeploymentType_ReconfigureSpec

The DeploymentType.ReconfigureSpec structure contains the fields used to get and set the appliance type.

JSON Example
{
    "type": "string",
    "remote_psc": {
        "psc_hostname": "string",
        "https_port": 0,
        "sso_admin_password": "string",
        "ssl_thumbprint": "string",
        "ssl_verify": false
    }
}
type
Required

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.

remote_psc
Optional

The RemotePscSpec structure contains information used to configure an external vCenter Server that registers with a remote PSC.