Data Object - DesiredSoftwareSpec(vim.DesiredSoftwareSpec)

Property of
ComputeResourceConfigSpec
Extends
DynamicData
See also
DesiredSoftwareSpecBaseImageSpec, DesiredSoftwareSpecComponentSpec, DesiredSoftwareSpecVendorAddOnSpec
Since
vSphere API 7.0

Data Object Description

Desired Software Spec is defined as combination of base-image and add-on component which user wants to install on ESX host or cluster.

Properties

Name Type Description
baseImageSpecDesiredSoftwareSpecBaseImageSpec

Describes a specific base-image spec for the ESX host.
components*DesiredSoftwareSpecComponentSpec[]

Additional components which should be part of the desired software spec. These components would override the components present in vendorAddOnSpec and baseImageSpec.

Since vSphere API 7.0.2.0
vendorAddOnSpec*DesiredSoftwareSpecVendorAddOnSpec

Vendor add-on info for desired software spec.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition