SourceNodeSpec

SourceNodeSpec
SourceNodeSpec

The SourceNodeSpec class defines specification of the source node that is used to initiate the configuration or deployment for VCHA.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "managementVc": {
        "_typeName": "string",
        "instanceUuid": "string",
        "url": "string",
        "credential": {
            "_typeName": "string"
        },
        "sslThumbprint": "string",
        "sslCertificate": "string"
    },
    "activeVc": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
managementVc
Required

Credentials for the management vCenter Server that is managing this node.

activeVc
Required

VirtualMachine reference for this vCenter Server.