SddcHostSpec

SddcHostSpec
SddcHostSpec

Spec contains parameters for Host

JSON Example
{
    "association": "string",
    "credentials": {
        "password": "string",
        "username": "root"
    },
    "hostname": "esx-1",
    "ipAddressPrivate": {
        "cidr": "172.0.0.0/24",
        "gateway": "192.168.0.1",
        "ipAddress": "192.168.0.123",
        "subnet": "255.255.255.252"
    },
    "sshThumbprint": "string",
    "sslThumbprint": "string",
    "vSwitch": "string",
    "vswitch": "string"
}
string
association
Required

Host Association: Location/Datacenter

credentials
Required

Credentials contains the username and password

string
hostname
Required

Host Hostname

ipAddressPrivate
Required

Defines an IP address with gateway and subnet

string
sshThumbprint
Optional

Host SSH thumbprint (RSA SHA256)

string
sslThumbprint
Optional

Host SSL thumbprint (SHA256)

string
vSwitch
Required

vSwitch

string
vswitch
Optional

vswitch

Property Of