ComputeResourceHostSeedSpecSingleHostSpec

ComputeResourceHostSeedSpecSingleHostSpec
ComputeResourceHostSeedSpecSingleHostSpec

This data object contains a specification for a single candidate host for the host seeding operation.

If the candidate host is: - A new host not managed by vCenter Server: A HostConnectSpec needs to be provided. - A host managed by vCenter Server: A HostSystem needs to be provided.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "newHostCnxSpec": {
        "_typeName": "string",
        "hostName": "string",
        "port": 0,
        "sslThumbprint": "string",
        "sslCertificate": "string",
        "userName": "string",
        "password": "string",
        "vmFolder": {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        },
        "force": false,
        "vimAccountName": "string",
        "vimAccountPassword": "string",
        "managementIp": "string",
        "lockdownMode": "string",
        "hostGateway": {
            "_typeName": "string",
            "gatewayType": "string",
            "gatewayId": "string",
            "trustVerificationToken": "string",
            "hostAuthParams": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": "string"
                }
            ]
        }
    },
    "existingHost": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
newHostCnxSpec
Optional

Connection Spec for a new host.

existingHost
Optional

Reference to an existing host.