OvaNodeSpec

OvaNodeSpec
OvaNodeSpec
JSON Example
{
    "configSpec": {
        "key": ""
    },
    "nodeType": "nodeType",
    "repository": {
        "downloadUrl": "downloadUrl",
        "certificate": "certificate"
    },
    "version": "version",
    "deploymentSpec": {
        "ipv4Settings": {
            "address": "address",
            "netmask": "netmask",
            "addressType": "addressType",
            "gateway": "gateway"
        },
        "password": "password",
        "fqdn": "fqdn",
        "ntpServers": "ntpServers",
        "dnsSuffix": "dnsSuffix",
        "deploymentOption": "deploymentOption",
        "networkName": "networkName",
        "ipv6Settings": {
            "address": "address",
            "netmask": "netmask",
            "addressType": "addressType",
            "force": true,
            "gateway": "gateway"
        },
        "extraConfigProperties": {
            "key": "extraConfigProperties"
        },
        "dnsServers": "dnsServers"
    },
    "sddcLcmId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}
string
nodeType
Required

nodeType

string
version
Optional

version

repository
Optional

repository

deploymentSpec
Required

OVA deployment specification for a component node. When only the FQDN is provided (without explicit IP addresses), addresses are auto-populated from DNS (A and AAAA records).

object
configSpec
Optional

configSpec

string As uuid As uuid
sddcLcmId
Optional

Sddc LCM instance which will carry on the node's deployment. If omitted, the component's sddc lcm will be used.