Settings_DepotContent_BaseImages_Summary

Settings_DepotContent_BaseImages_Summary
Settings_DepotContent_BaseImages_Summary

The BaseImages.Summary structure defines the summary information regarding a base image.

JSON Example
{
    "display_name": "string",
    "version": "string",
    "display_version": "string",
    "summary": "string",
    "category": "string",
    "kb": "string",
    "release_date": "string",
    "quick_patch_compatible_versions": {
        "quick_patch_compatible_versions": "string"
    }
}
string
display_name
Required

Display name 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.

string
display_version
Required

Human readable version of the base image.

string
summary
Required

Summary of the base image.

category
Required

The BaseImages.CategoryType enumerated type defines possible values of categories for a base image.
SECURITY : Security
ENHANCEMENT : Enhancement
BUGFIX : Bugfix

string As uri
kb
Required

Link to kb article related to this the base image.

string As date-time
release_date
Required

Release date of the base image.

object
quick_patch_compatible_versions
Optional

For base images this base image can quick patch from, map their full versions to display versions. If unset this base image does not support quick patch. When clients pass a value of this structure as a parameter, the key in the field map 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 key in the field map will be an identifier for the resource type: com.vmware.esx.settings.base_image.