RegisterChildVMRequestType

RegisterChildVMRequestType
RegisterChildVMRequestType

The parameters of RegisterChildVM_Task.

JSON Example
{
    "path": "string",
    "name": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
path
Required

A datastore path to the virtual machine. If the path ends with ".vmtx", indicating that it refers to a VM template, an InvalidArgument fault is thrown.

string
name
Optional

The name to be assigned to the virtual machine. If this parameter is not set, the displayName configuration parameter of the virtual machine is used. An entity name must be a non-empty string of less than 80 characters. The slash (/), backslash (\) and percent (%) will be escaped using the URL syntax. For example, %2F.

host
Optional

Reference to an instance of the HostSystem managed object.