Files
deb-python-pyvmomi/docs/vim/vApp/VAppImportSpec.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

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

vim.ImportSpec

since

vSphere API 4.0

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).