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

vim.vApp.ProductInfo

Information that describes what product a vApp contains, for example, the software that is installed in the contained virtual machines.

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

key (int):

A unique key for the product section

classId (str, optional):

Class name for this attribute.Valid values for classId: Any string except any white-space characters.

instanceId (str, optional):

Class name for this attribute.Valid values for instanceId: Any string except any white-space characters.

name (str, optional):

Name of the product.

vendor (str, optional):

Vendor of the product.

version (str, optional):

Short version of the product, for example, 1.0.

fullVersion (str, optional):

Full-version of the product, for example, 1.0-build 12323.

vendorUrl (str, optional):

URL to vendor homepage.

productUrl (str, optional):

URL to product homepage.

appUrl (str, optional):

URL to entry-point for application. This is often specified using a macro, for example, http://${app.ip}/, where app.ip is a defined property on the virtual machine or vApp container.