NamespaceManagement_SupervisorServices_Versions_Summary
The Versions.Summary structure contains the basic information about a Supervisor Service version.
{
"version": "string",
"display_name": "string",
"state": "string",
"description": "string"
}
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.
A human readable name of the Supervisor Service version.
The Versions.State enumerated type defines the state of a Supervisor Service version.
ACTIVATED : The is the default state of a Supervisor Service version upon creation. In this state, all operations on the version should work as normal.
DEACTIVATED : The is the deactivated state of a Supervisor Service version. In this state, certain operations on the version are disallowed, for example, the version cannot be created on the vSphere Supervisor clusters.
A human readable description of the Supervisor Service version. If unset, no description is available for the service version.