
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.ImportSpec
An ImportSpec is used when importing VMs or vApps.It can be built from scratch, or it can be generated from an OVF descriptor using the service interface OvfManager .This class is the abstract base for VirtualMachineImportSpec and VirtualAppImportSpec . These three classes form a composite structure that allows us to contain arbitrarily complex entitites in a single ImportSpec.
- extends
- since
- Attributes:
-
entityConfig (vim.vApp.EntityConfigInfo, optional):
Configuration of sub-entities (virtual machine or vApp). This is used for sub-entities of a vApp that could be a virtual machine or a vApp.
instantiationOst (vim.OvfConsumer.OstNode, optional):
The instantiation OST (see OvfConsumer ) to be consumed by OVF consumers.