esx hosts: base image info
The
base_image_info
structure contains fields that describe a specific ESX base-image.Representation:
{
"release_date" : "2015-01-01T22:13:05.651Z",
"display_version" : "string",
"display_name" : "string",
"version" : "obj-103"
}
"release_date" : "2015-01-01T22:13:05.651Z",
"display_version" : "string",
"display_name" : "string",
"version" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
version | string | 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.hosts.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.hosts.base_image . |
display_name | string | Display name of the base-image. |
display_version | string | Human readable version of the base-image. |
release_date | date_time | Release date of the base-image. |