VMRelocateTaskRequestBody
This is a request body class for an operation.
Properties
JSON Example
{
"spec": {
"disks": [
{
"key": "key1",
"value": {
"datastore": "string"
}
}
],
"placement": {
"cluster": "string",
"datastore": "string",
"folder": "string",
"host": "string",
"resource_pool": "string"
}
}
}