NamespaceManagement_Supervisors_ContainerImageRegistries_Info

NamespaceManagement_Supervisors_ContainerImageRegistries_Info
NamespaceManagement_Supervisors_ContainerImageRegistries_Info

The ContainerImageRegistries.Info structure contains the detailed information about the container image registry.

JSON Example
{
    "id": "string",
    "name": "string",
    "image_registry": {
        "hostname": "string",
        "port": 0,
        "username": "string",
        "password": "string",
        "certificate_chain": "string"
    },
    "default_registry": false
}
string
id
Required

Identifier of the container image registry. 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.ContainerImageRegistry. 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.ContainerImageRegistry.

string
name
Required

Name of the container image registry.

image_registry
Required

The ImageRegistry structure contains the specification required to configure container image registry endpoint.

boolean
default_registry
Required

Indicates if this registry is used as default.