TrustedInfrastructureTrustAuthorityClustersAttestationOsEsxBaseImagesSummary
The BaseImages.Summary structure contains information that summarizes an ESX base image.
Properties
string
display_name
Required
A unique ESX version formatted for display.
health
Required
A health indicator which indicates whether each host in the cluster has this version of the ESX base image.
string
version
Required
A unique ESX version number. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.os.esx.BaseImage. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.attestation.os.esx.BaseImage.
JSON Example
{
"display_name": "string",
"health": "enum",
"version": "string"
}