Data Object - VAppOvfSectionInfo(vim.vApp.OvfSectionInfo)

Property of
VAppOvfSectionSpec, VmConfigInfo
Extends
DynamicData
Since
vSphere API 4.0

Data Object Description

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.

Properties

Name Type Description
atEnvelopeLevel*xsd:boolean

Whether this is a global envelope section
contents*xsd:string

The XML fragment including the top-level <Section...> element. The fragment is self-contained will all required namespace definitions.
key*xsd:int

A unique key to identify a section.
namespace*xsd:string

The namespace for the value in xsi:type attribute.
type*xsd:string

The value of the xsi:type attribute not including the namespace prefix.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition