vcenter deployment install: psc spec

The psc_spec structure contains information used to configure a standalone or replicated PSC. This structure was added in vSphere API 6.7

Representation:

{
    "ceip_enabled"true,
    "replicated"{
        "https_port"1,
        "partner_hostname""string",
        "ssl_thumbprint""string",
        "ssl_verify"true,
        "sso_admin_password""string",
        "sso_site_name""string"
    },
    "standalone"{
        "sso_admin_password""string",
        "sso_domain_name""string",
        "sso_site_name""string"
    }
}

Attributes:

Name Type Description
Required
ceip_enabled boolean Customer experience improvement program should be enabled or disabled. This attribute was added in vSphere API 6.7

Optional
standalone standalone_psc_spec Spec used to configure a standalone Platform Services Controller. This field describes how the standalone PSC should be configured. This attribute was added in vSphere API 6.7

Optional. If unset, will default to None.

replicated replicated_psc_spec Spec used to configure a replicated Platform Services Controller. This field describes how the replicated PSC should be configured. This attribute was added in vSphere API 6.7

Optional. If unset, will default to None.