VmTemplateLibraryItemsCheckOutsCheckOutRequestBody
This is a request body class for an operation.
Properties
spec
Required
Specification used to check out the source virtual machine template as a virtual machine. This parameter is currently required. In the future, if this parameter is unset, the system will apply suitable defaults.
JSON Example
{
"spec": {
"name": "string",
"placement": {}
}
}