NamespaceManagement_SupervisorServices_CustomCreateSpec

NamespaceManagement_SupervisorServices_CustomCreateSpec
NamespaceManagement_SupervisorServices_CustomCreateSpec

The SupervisorServices.CustomCreateSpec structure provides a specification required to create a Supervisor Service with a version from a custom format that doesn't follow the vSphere application service format, just like any custom operator.

JSON Example
{
    "supervisor_service": "string",
    "display_name": "string",
    "description": "string",
    "version_spec": {
        "version": "string",
        "display_name": "string",
        "description": "string",
        "content": "string",
        "trusted_provider": false
    }
}
string
supervisor_service
Required

The identifier of the Supervisor Service. This has DNS_LABEL restrictions as specified in . This must be an alphanumeric (a-z and 0-9) string and with maximum length of 63 characters and with the '-' character allowed anywhere except the first or last character. This identifier must be unique across all Namespaces in this vCenter server. Additionally, the ID 'namespaces' is reserved and must not be used. 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
display_name
Required

A human readable name of the Supervisor Service.

string
description
Optional

A human readable description of the Supervisor Service. If unset, the Supervisor Service description will be empty.

version_spec
Required

The Versions.CustomCreateSpec structure provides a specification required to create a Supervisor Service version from a custom format that doesn't follow the vSphere application service format, just like any custom operator.