DesiredSoftwareSpec
Desired Software Spec is defined as combination of base-image and add-on component which user wants to install on ESX host or cluster.
{
"_typeName": "string",
"baseImageSpec": {
"_typeName": "string",
"version": "string"
},
"vendorAddOnSpec": {
"_typeName": "string",
"name": "string",
"version": "string"
},
"components": [
{
"_typeName": "string",
"name": "string",
"version": "string"
}
],
"removedComponents": [
"string"
]
}
Describes a specific base-image spec for the ESX host.
Vendor add-on info for desired software spec.
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
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