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.
string
client_token
Optional
Client-generated token used to retry a request if the client fails to get a response from the server. If the original request succeeded, the result of that request will be returned, otherwise the operation will be retried. If unset, the server will create a token.
JSON Example
{
"deployment_spec": {
"accept_all_EULA": false
},
"target": {
"resource_pool_id": "string"
}
}