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"
    },
    "activeVc": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
managementVc
Required

This data object type specifies the information of a service endpoint as well as the parameters needed to locate and login to to the service endpoint.

activeVc
Required

Reference to an instance of the VirtualMachine managed object.