Settings_DepotContent_BaseImages_Versions_ComponentVersionInfo

Settings_DepotContent_BaseImages_Versions_ComponentVersionInfo
Settings_DepotContent_BaseImages_Versions_ComponentVersionInfo

The Versions.ComponentVersionInfo structure defines the information regarding a component present in base image.

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 base image.