Settings_DepotContent_AddOns_Versions_ComponentInfo

Settings_DepotContent_AddOns_Versions_ComponentInfo
Settings_DepotContent_AddOns_Versions_ComponentInfo

The Versions.ComponentInfo structure defines the information regarding a component present in OEM add-on.

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

Identifier of the component. When clients pass a value of this structure as a parameter, the field 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 field will be an identifier for the resource type: com.vmware.esx.settings.component.

string
display_name
Required

Display name of the component.

string
version
Required

Version of the component.

string
display_version
Required

Human readable version of the OEM add-on.