OvfUnknownSectionParams
The UnknownSectionParams structure contains a list of unknown, non-required sections. See LibraryItem.deploy and LibraryItem.filter.
Properties
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.
array of
OvfUnknownSection
unknown_sections
Optional
List of unknown, non-required sections. This field is not used 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
{
"type": "string",
"unknown_sections": [
{
"info": "string",
"tag": "string"
}
]
}