OvfPropertyParams

The PropertyParams structure contains a list of OVF properties that can be configured when the OVF package is deployed. This is based on the ovf:ProductSection.

See LibraryItem.deploy and LibraryItem.filter.


Properties

array of OvfProperty
properties Optional

List of OVF properties. This field is optional in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.


string
type Optional

Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters structure. This field must be provided in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package.

JSON Example

{
	"properties": [
		{
			"category": "string",
			"class_id": "string",
			"description": "string",
			"id": "string",
			"instance_id": "string",
			"label": "string",
			"type": "string",
			"ui_optional": false,
			"value": "string"
		}
	],
	"type": "string"
}

Feedback

Was this page helpful?