esx hosts: add on info
The
add_on_info
structure contains fields that describe a specific OEM customization add-on.Representation:
{
"vendor" : "string",
"display_version" : "string",
"name" : "obj-103",
"display_name" : "string",
"version" : "string"
}
"vendor" : "string",
"display_version" : "string",
"name" : "obj-103",
"display_name" : "string",
"version" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | 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 . |
version | string | Version of the add-on |
display_name | string | Display name of the OEM add-on. |
vendor | string | Vendor of the OEM add-on. |
display_version | string | Human readable version of the OEM add-on. |