VAppOvfSectionInfo

VAppOvfSectionInfo
VAppOvfSectionInfo

The OvfSection encapsulates uninterpreted meta-data sections in an OVF descriptor.

When an OVF package is imported, non-required / non-interpreted sections will be stored as OvfSection object. During the creation of an OVF package, these sections will be placed in the OVF descriptor.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": 0,
    "namespace": "string",
    "type": "string",
    "atEnvelopeLevel": false,
    "contents": "string"
}
integer As int32 As int32
key
Optional

A unique key to identify a section.

string
namespace
Optional

The namespace for the value in xsi:type attribute.

string
type
Optional

The value of the xsi:type attribute not including the namespace prefix.

boolean
atEnvelopeLevel
Optional

Whether this is a global envelope section

string
contents
Optional

The XML fragment including the top-level <Section...> element.

The fragment is self-contained will all required namespace definitions.