Files
deb-python-pyvmomi/docs/vim/ServiceInstance/ProductComponentInfo.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.2 KiB

vim.ServiceInstance.ProductComponentInfo

ProductComponentInfo data object type describes installed components. Product component is defined as a software module that is released and versioned independently but has dependency relationship with other products. If one product, for usability or any other reason, bundles other products, ProductComponentInfo type may be used to describe installed components. For example, ESX product may bundle VI Client in its releases.

extends

vmodl.DynamicData

since

VI API 2.5

Attributes:

id (str):

Opaque identifier that is unique for this product component

name (str):

Canonical name of product component

version (str):

Version of product component

release (int):

Release property is a number which increments with each new release of product. Product release may not rev version but release number is always incremented.