VmTemplateLibraryItemsDeployRequestBody
This is a request body class for an operation.
Properties
spec
Required
specification of how the virtual machine should be deployed.
JSON Example
{
"spec": {
"name": "string",
"placement": {
"folder": "string"
}
}
}