vcenter topology nodes embedded: decommission spec

The decommission_spec structure contains information about the vCenter Server node to be decommissioned. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Representation:

{
    "sso_admin_password""secret string",
    "ssl_thumbprint""string",
    "ssl_verify"true,
    "sso_admin_username""string"
}

Attributes:

Name Type Description
Required
sso_admin_username string The SSO administrator username for example "[email protected]". Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

sso_admin_password secret The SSO administrator account password. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional
ssl_thumbprint string SHA1 thumbprint of the vCenter Server node to be decommissioned that will be used for verification. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional. This field is only relevant if ssl_verify is unset or has the value true. No verification will be performed if ssl_verify value is set to false.

ssl_verify boolean SSL verification should be enabled or disabled. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional. If unset, SSL verification will be enabled.