SettingsSoftwareInfo

The SoftwareInfo structure contains information that describes the desired software specification for an ESX host.


Properties

base_image Required

Base image of the ESX.


components Required

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.


solutions Required

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.


add_on Optional

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.


hardware_support Optional

Information about the Hardware Support Packages (HSP) configured. If unset, no Hardware Support Package (HSP) is specified for the cluster.

JSON Example

{
	"base_image": {
		"version": "string"
	},
	"components": {
		"key": {}
	},
	"solutions": {
		"key": {
			"components": [
				{
					"component": "string"
				}
			],
			"version": "string"
		}
	}
}
Returned By

Get Clusters Software

Feedback

Was this page helpful?