
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.4 KiB
vim.vApp.VAppImportSpec
A VAppImportSpec is used by ResourcePool.importVApp when importing vApps (single VM or multi-VM).It provides all information needed to import a VirtualApp .See also ImportSpec .
- extends
- since
- Attributes:
-
name (str):
The name of the vApp
vAppConfigSpec (vim.vApp.VAppConfigSpec):
vApp configuration
resourcePoolSpec (vim.ResourceConfigSpec):
Resource pool specification.If resourcePoolSpec.entity is specified, that resource pool is used as the parent resource pool and the vApp will be made a linked child to the parent vApp. This field is ignored for the root node in an ImportSpec tree. Use of resourcePoolSpec.entity for creating linked children is deprecated as of vSphere API 5.1.
child (vim.ImportSpec, optional):
Contains a list of children ( VirtualMachine s and VirtualApp s).