OvfLibraryItemDeployRequestBody
This is a request body class for an operation.
Properties
deployment_spec
Required
Specification of how the OVF package should be deployed to the target.
JSON Example
{
"deployment_spec": {
"accept_all_EULA": false
},
"target": {
"resource_pool_id": "string"
}
}