Vcenter NamespaceManagement Supervisors Capabilities Capability
The Vcenter NamespaceManagement Supervisors Capabilities Capability schema represents a Supervisor feature and its specification.
This schema was added in vSphere API 9.1.0.0.
{
"name": "string",
"status": "string",
"description": "string",
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
Name of the Supervisor feature.
This property was added in vSphere API 9.1.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Capability. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Capability.
Represents the activation state of the capability.
For more information see: Vcenter NamespaceManagement Supervisors Capabilities Status.
This property was added in vSphere API 9.1.0.0.
A description about the Supervisor capability.
This property was added in vSphere API 9.1.0.0.
Messages describes why a capability status is Vcenter NamespaceManagement Supervisors Capabilities Status.SUPPORTED_NOT_ACTIVATED.
This property was added in vSphere API 9.1.0.0.
If missing or null, capability is either Vcenter NamespaceManagement Supervisors Capabilities Status.SUPPORTED or Vcenter NamespaceManagement Supervisors Capabilities Status.UNSUPPORTED.