Esx.Settings.Hosts.Software.Recommendations.ExplanationDetails

Esx.Settings.Hosts.Software.Recommendations.ExplanationDetails
Esx.Settings.Hosts.Software.Recommendations.ExplanationDetails

The Esx.Settings.Hosts.Software.Recommendations.ExplanationDetails schema contains properties to describe the result of validation of desired software specification.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "display_name": "string",
    "display_version": "string",
    "explanation": [
        "Vapi.Std.LocalizableMessage Object"
    ]
}
string
display_name
Required

Display name of an excluded image entity (base image, add-on etc.).

This property was added in vSphere API 8.0.0.1.

string
display_version
Required

Display version of an excluded image entity (base image, add-on etc.).

This property was added in vSphere API 8.0.0.1.

explanation
Required

List of explanations on why the image entity is excluded.

This property was added in vSphere API 8.0.0.1.