vcenter hvc links: create spec

The create_spec structure is the specification used for the hybrid link creation. Warning: This structure is available as technical preview. It may be changed in a future release.

Representation:

{
    "admin_groups"[
        "string",
        "string"
    ],
    "domain_name""string",
    "password""secret string",
    "port""string",
    "psc_hostname""string",
    "ssl_thumbprint""string",
    "username""string"
}

Attributes:

Name Type Description
Required
psc_hostname string The PSC hostname for the domain to be linked. Warning: This attribute is available as technical preview. It may be changed in a future release.

domain_name string The domain to which the PSC belongs. Warning: This attribute is available as technical preview. It may be changed in a future release.

username string The administrator username of the PSC. Warning: This attribute is available as technical preview. It may be changed in a future release.

password secret The administrator password of the PSC. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional
port string The HTTPS port of the PSC to be linked. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. If unset 443 will be used as default.

ssl_thumbprint string The ssl thumbprint of the server. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. if unset no thumbprint is passed.

admin_groups string[] List of groups to be added to enable administrator access to. Warning: This attribute is available as technical preview. It may be changed in a future release.

Optional. if unset administrator access will not be set.