Hosts_AddOnInfo

Hosts_AddOnInfo
Hosts_AddOnInfo

The AddOnInfo structure contains fields that describe a specific OEM customization add-on in the software solution.

JSON Example
{
    "name": "string",
    "version": "string",
    "display_name": "string",
    "vendor": "string",
    "display_version": "string"
}
string
name
Required

Name of the add-on When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.hosts.add_on. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.hosts.add_on.

string
version
Required

Version of the add-on

string
display_name
Required

Display name of the OEM add-on.

string
vendor
Required

Vendor of the OEM add-on.

string
display_version
Required

Human readable version of the OEM add-on.