Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - DesiredSoftwareSpec(vim.DesiredSoftwareSpec)
- Property of
- ComputeResourceConfigSpec
- Extends
- DynamicData
- See also
- DesiredSoftwareSpecBaseImageSpec, DesiredSoftwareSpecComponentSpec, DesiredSoftwareSpecVendorAddOnSpec
- Since
- vSphere API Release 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 |
---|---|---|
baseImageSpec | DesiredSoftwareSpecBaseImageSpec |
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 Release 7.0.2.0 |
removedComponents* | xsd:string[] |
Components which should not be part of the desired software
spec. These components are not applied on the host.
Since vSphere API Release 8.0.3.0 |
vendorAddOnSpec* | DesiredSoftwareSpecVendorAddOnSpec |
Vendor add-on info for desired software spec.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |