
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.2 KiB
1.2 KiB
vim.vApp.OvfSectionInfo
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.
- extends
- since
- Attributes:
-
key (int, optional):
A unique key to identify a section.
namespace (str, optional):
The namespace for the value in xsi:type attribute.
type (str, optional):
The value of the xsi:type attribute not including the namespace prefix.
atEnvelopeLevel (bool, optional):
Whether this is a global envelope section
contents (str, optional):
The XML fragment including the top-levelSection...element. The fragment is self-contained will all required namespace definitions.