DcRelatedProductSpec

DcRelatedProductSpec
DcRelatedProductSpec

Other products that are related to this one (e.g. VCs managed by this SDDC manager).

JSON Example
{
    "id": "string",
    "type": "string",
    "hostname": "string",
    "ip": "string",
    "version": "string",
    "username": "string",
    "password": "string",
    "additionalDetail": {
        "additionalDetail": {}
    }
}
string
id
Optional

The ID of the related component or product.

string
type
Required

The type of the related component or product.

string As ^([a-z_A-Z0-9]([a-z_A-Z0-9\-]*[a-zA-Z0-9])?\.)*[a-z_A-Z0-9]([a-z_A-Z0-9\-]*[a-z_A-Z0-9])?$
hostname
Required

The FQDN or IP of the related component or product.

string As ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
ip
Optional

The IP of the related component or product.

string
version
Optional

The version of the related component or product.

string
username
Required

The username to authenticate with the related component or product.

string As (^[^'"]{2,32}$)|(^ref:password:[a-zA-Z0-9]{20}$)
password
Required

The password to authenticate with the related component or product.

object
additionalDetail
Optional

Additional details about the related component or product