
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
916 B
916 B
vim.OvfConsumer.OvfSection
A self-contained OVF section
- extends
- since
- Attributes:
-
lineNumber (int):
The line number in the OVF descriptor on which this section starts.The line number is only present on sections that were imported as part of an OVF descriptor (as opposed to sections that are about to be exported to OVF).The value is zero if the section did not originate from an OVF descriptor.
xml (str):
The XML fragment for the section.The XML fragment must explicitly define all namespaces and namespace prefixes that are used in the fragment, including the default namespace.