vim_vapp¶
vSphere vApp container management via vim.VirtualApp.
A vApp is a special kind of resource pool that wraps a group of VMs with
startup/shutdown ordering and metadata. Created via
ResourcePool.CreateVApp or Folder.CreateVApp.
- saltext.vcf.clients.vim_vapp.create(opts, name, parent_resource_pool, *, annotation=None, profile=None)[source]¶
Create a vApp under parent_resource_pool (resource-pool moId or name).
Synchronous; returns the new vApp dict.