Files
deb-python-pyvmomi/docs/vim/vApp/VmConfigInfo.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -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.