NamespaceManagement_SupervisorServices_Versions_Info

NamespaceManagement_SupervisorServices_Versions_Info
NamespaceManagement_SupervisorServices_Versions_Info

The Versions.Info structure contains detailed information about a Supervisor Service version.

JSON Example
{
    "display_name": "string",
    "description": "string",
    "EULA": "string",
    "content_type": "string",
    "content": "string",
    "trust_verified": false,
    "state": "string",
    "registered_by_default": false
}
string
display_name
Required

The human readable name of the Supervisor Service version.

string
description
Optional

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

string
EULA
Optional

The End User License Agreement (EULA) associated with the Supervisor Service version. If unset, no EULA is available for the Supervisor Service version.

content_type
Required

The Versions.ContentType enumerated type defines the type of content that describes the format of Supervisor Service version definition.
VSPHERE_APPS_YAML : The Supervisor Service version definition is provided as inline YAML document that follows the vSphere application service format.
CARVEL_APPS_YAML : The Supervisor Service version definition is provided as inline YAML document that follows the Carvel application package format.
CUSTOM_YAML : The Supervisor Service version definition is provided as inline YAML document that follows a plain Kubernetes YAML format.

string
content
Optional

Inline content that contains base64 encoded service definition for the version. If unset, no content is available for the Supervisor Service version.

boolean
trust_verified
Required

If true, the Supervisor Service version is from trusted provider and the trust is verified.

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.

boolean
registered_by_default
Optional

If true, this Supervisor Service version has been registered on vCenter by default and cannot be removed. If false, this service version has been registered by an administrator. This field is optional because it was added in a newer version than its parent node.