Esx Hosts AddOnInfo

Esx Hosts AddOnInfo
Esx Hosts AddOnInfo

The Esx Hosts AddOnInfo schema contains properties that describe a specific OEM customization add-on in the software solution.

This schema was added in vSphere API 7.0.0.0.

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

Name of the add-on

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.hosts.add_on. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.hosts.add_on.

string
version
Required

Version of the add-on

This property was added in vSphere API 7.0.0.0.

string
display_name
Required

Display name of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
vendor
Required

Vendor of the OEM add-on.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the OEM add-on.

This property was added in vSphere API 7.0.0.0.