Settings_BaseImageDetails

Settings_BaseImageDetails
Settings_BaseImageDetails

The BaseImageDetails structure contains information that provide more details about the base image from the depot.

JSON Example
{
    "display_name": "string",
    "display_version": "string",
    "release_date": "string",
    "quick_patch_compatible_versions": {
        "quick_patch_compatible_versions": "string"
    }
}
string
display_name
Required

Display name of the base image.

string
display_version
Required

Human readable version of 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.