OvfLibraryItemFilterResponseBody
This is a response body class for an operation.
Properties
value
Optional
Information that can be used to populate the deployment specification (see LibraryItem.ResourcePoolDeploymentSpec) when deploying the OVF package to the deployment target specified by target.
JSON Example
{
"value": {
"EULAs": [
"string"
],
"additional_params": {},
"annotation": "string",
"name": "string",
"networks": [
"string"
],
"storage_groups": [
"string"
]
}
}