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.


target Required

Specification of the deployment target.

JSON Example

{
	"deployment_spec": {
		"accept_all_EULA": false
	},
	"target": {
		"resource_pool_id": "string"
	}
}
Parameter To

Deploy Library Item

Feedback

Was this page helpful?