VmTemplateLibraryItemsCreateRequestBody
This is a request body class for an operation.
Properties
spec
Required
information used to create the library item from the source virtual machine.
JSON Example
{
"spec": {
"library": "string",
"name": "string",
"placement": {},
"source_vm": "string"
}
}