vcenter ovf: unknown section params
The
unknown_section_params
structure contains a array of unknown, non-required sections. Representation:
{
"type" : "string",
"unknown_sections" : [
{
"tag" : "string",
"info" : "string"
},
{
"tag" : "string",
"info" : "string"
}
]
}
"type" : "string",
"unknown_sections" : [
{
"tag" : "string",
"info" : "string"
},
{
"tag" : "string",
"info" : "string"
}
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
unknown_sections[].tag | string | A namespace-qualified tag in the form {ns}tag . |
unknown_sections[].info | string | The description of the Info element. |
Optional | ||
unknown_sections | unknown_section[] | Array of unknown, non-required sections. Optional. 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. |
type | string | Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters structure. Optional. 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. |