NamespaceManagement_SupervisorServices_VsphereAppsCheckResult

NamespaceManagement_SupervisorServices_VsphereAppsCheckResult
NamespaceManagement_SupervisorServices_VsphereAppsCheckResult

The SupervisorServices.VsphereAppsCheckResult structure contains the information of a Supervisor Service version that is retrieved from the content in vSphere application service format as a result of the SupervisorServices.check-content operation.

JSON Example
{
    "supervisor_service": "string",
    "version": "string",
    "display_name": "string",
    "description": "string",
    "eula": "string"
}
string
supervisor_service
Required

The identifier of the Supervisor Service. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService.

string
version
Required

The identifier of the Supervisor Service version. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version.

string
display_name
Required

A human readable name of the Supervisor Service version.

string
description
Optional

A human readable description of the Supervisor Service version. If unset, no description is available for the Supervisor Service version.

string
eula
Optional

The End User License Agreement (EULA) of the Supervisor Service version. If unset, no EULA is available for the Supervisor Service version.