GetRegistryEnterpriseInstancesInstance

data class GetRegistryEnterpriseInstancesInstance(val authorizationToken: String, val id: String, val name: String, val namespaceQuota: String, val namespaceUsage: String, val publicEndpoints: List<String>, val region: String, val repoQuota: String, val repoUsage: String, val specification: String, val tempUsername: String, val vpcEndpoints: List<String>)

Constructors

Link copied to clipboard
constructor(authorizationToken: String, id: String, name: String, namespaceQuota: String, namespaceUsage: String, publicEndpoints: List<String>, region: String, repoQuota: String, repoUsage: String, specification: String, tempUsername: String, vpcEndpoints: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password that was used to log on to the registry.

Link copied to clipboard
val id: String

ID of Container Registry Enterprise Edition instance.

Link copied to clipboard

Name of Container Registry Enterprise Edition instance.

Link copied to clipboard

The max number of namespaces that an instance can create.

Link copied to clipboard

The number of namespaces already created.

Link copied to clipboard

A list of domains for access on internet network.

Link copied to clipboard

Region of Container Registry Enterprise Edition instance.

Link copied to clipboard

The max number of repos that an instance can create.

Link copied to clipboard

The number of repos already created.

Link copied to clipboard

Specification of Container Registry Enterprise Edition instance.

Link copied to clipboard

The username that was used to log on to the registry.

Link copied to clipboard

A list of domains for access on vpc network.