Data Object - ProductComponentInfo(vim.ServiceInstance.ProductComponentInfo)

Returned by
RetrieveProductComponents
Extends
DynamicData
Since
VI API 2.5

Data Object Description

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.

Properties

Name Type Description
idxsd:string

Opaque identifier that is unique for this product component
namexsd:string

Canonical name of product component
releasexsd: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.
versionxsd:string

Version of product component
Properties inherited from DynamicData
None

Show WSDL type definition