Get Registry Enterprise Instances Instance
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>)
Properties
Link copied to clipboard
The password that was used to log on to the registry.
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
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.