SettingsDepotContentBaseImagesSummary
The BaseImages.Summary structure defines the summary information regarding a base-image.
Properties
string
display_name
Required
Display name of the base-image.
string
display_version
Required
Human readable version of the base-image.
string
kb
Required
Link to kb article related to this the base-image.
string
release_date
Required
Release date of the base-image.
string
summary
Required
Summary of the base-image.
string
version
Required
Version of the base-image. 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.base_image. 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.base_image.
JSON Example
{
"category": "enum",
"display_name": "string",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"version": "string"
}