vcenter ovf: unknown section params

The unknown_section_params structure contains a array of unknown, non-required sections.

See deploy and filter.

Representation:

{
    "type""string",
    "unknown_sections"[
        {
            "info""string",
            "tag""string"
        },
        {
            "info""string",
            "tag""string"
        }
    ]
}

Attributes:

Name Type Description
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.