SddcHostSpec

SddcHostSpec
SddcHostSpec

Spec contains parameters for Host

JSON Example
{
    "association": "string",
    "ipAddressPrivate": {
        "ipAddress": "192.168.0.123",
        "gateway": "192.168.0.1",
        "subnet": "255.255.255.252",
        "cidr": "172.0.0.0/24"
    },
    "hostname": "esx-1",
    "credentials": {
        "username": "root",
        "password": "string"
    },
    "vSwitch": "vSwitch0",
    "sshThumbprint": "SHA256:rVPNWOKE2tZjvmYvKPhtc3ghJ41Vc0G3MwASf4+8+yc",
    "sslThumbprint": "3D:D0:EE:B5:A0:CC:45:08:5C:4F:84:51:CD:00:B6:41:BB:4A:A2:9A:77:1C:A6:4C:6D:84:5A:D0:4F:68:7A:B8"
}
string
association
Optional

Datacenter name. Can be added to just one of the host specifications. If not provided, it will be auto-generated.

ipAddressPrivate
Optional

Defines an IP address with gateway and subnet

string As ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$
hostname
Required

ESXi Host hostname. This value will be prefixed to the DNS subdomain name and should not include the domain name itself. Must also adhere to RFC 1123 naming conventions

credentials
Optional

Credentials contains the username and password

string
vSwitch
Optional

ESXi Host vSwitch name

string
sshThumbprint
Optional

ESXi Host SSH thumbprint (RSA SHA256)

string
sslThumbprint
Optional

ESXi Host SSL thumbprint (SHA256)

Property Of