Files
deb-python-pyvmomi/docs/vim/vApp/VmConfigInfo.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

2.1 KiB

vim.vApp.VmConfigInfo

VM Configuration.

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

product (vim.vApp.ProductInfo, optional):

Information about the package content.

property (vim.vApp.PropertyInfo, optional):

List of properties

ipAssignment (vim.vApp.IPAssignmentInfo):

IP assignment policy and DHCP support configuration.

eula (str, optional):

End User Liceses Agreements.

ovfSection (vim.vApp.OvfSectionInfo, optional):

List of uninterpreted OVF meta-data sections.

ovfEnvironmentTransport (str, optional):

List the transports to use for properties. Supported values are: iso and com.vmware.guestInfo.

installBootRequired (bool):

Specifies whether the VM needs an initial boot before the deployment is complete.Not relevant for vApps. This means that the value is always false when reading the configuration and is ignored when setting the configuration.If a vApp requires an install boot (because one of its VMs does), this is visible on the installBootRequired field of the vApp.

installBootStopDelay (int):

Specifies the delay in seconds to wait for the VM to power off after the initial boot (used only if installBootRequired is true). A value of 0 means wait forever.Not relevant for vApps. This means that the value is always false when reading the configuration and is ignored when setting the configuration.