NamespaceManagement_SupervisorServices_Summary
The SupervisorServices.Summary structure contains the basic information about a Supervisor Service version.
{
"supervisor_service": "string",
"display_name": "string",
"state": "string"
}
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.
The human readable name of the Supervisor Service.
The SupervisorServices.State enumerated type defines the state of a Supervisor Service.
ACTIVATED : The is the default state of a Supervisor Service upon creation. In this state, at least one version of the Supervisor Service is activated.
DEACTIVATED : The is the deactivated state of a Supervisor Service. In this state, all existing versions of the Supervisor Service will be deactivated, and cannot be activated. In addition to that, no new versions can be added to the Supervisor Service.