NamespaceManagementSupervisorServicesVersionsSummary

The Versions.Summary structure contains the basic information about a Supervisor Service version.


Properties

string
display_name Required

A human readable name of the Supervisor Service version.


state Required

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.

Possible values are: ACTIVATEDDEACTIVATED


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
description Optional

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

JSON Example

{
	"display_name": "string",
	"state": "ACTIVATED",
	"version": "string"
}

Feedback

Was this page helpful?