OvaDeploymentSpec

OvaDeploymentSpec
OvaDeploymentSpec

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).

JSON Example
{
    "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"
}
string
fqdn
Optional

Fully qualified domain name of the node. Used to derive the VM name and DNS domain. When no explicit IP addresses are provided, the FQDN is resolved via DNS to auto-populate ipv4Settings and ipv6Settings addresses.

string As password As password
password
Optional

password

string
deploymentOption
Optional

deploymentOption

string
dnsServers
Optional

dnsServers

string
ntpServers
Optional

ntpServers

string
dnsSuffix
Optional

dnsSuffix

ipv4Settings
Optional

ipv4Settings

ipv6Settings
Optional

ipv6Settings

string
networkName
Optional

networkName

object
extraConfigProperties
Optional

Extra OVF Properties to pass during OVA deployment.

Property Of