SettingsSoftwareInfo
The SoftwareInfo structure contains information that describes the desired software specification for an ESX host.
Properties
OEM customization on top of given base-image. The components in this customization override the components in the base base-image. If unset, no OEM customization will be applied.
Information about the components in the software specification. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.component. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.component.
Information about the Hardware Support Packages (HSP) configured. If unset, no Hardware Support Package (HSP) is specified for the cluster.
Information about the solutions in the software specification. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.solution. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.solution.
JSON Example
{
"base_image": {
"version": "string"
},
"components": {
"key": {}
},
"solutions": {
"key": {
"components": [
{
"component": "string"
}
],
"version": "string"
}
}
}