RegistryGeoreplication

data class RegistryGeoreplication(val location: String, val regionalEndpointEnabled: Boolean? = null, val tags: Map<String, String>? = null, val zoneRedundancyEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(location: String, regionalEndpointEnabled: Boolean? = null, tags: Map<String, String>? = null, zoneRedundancyEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A location where the container registry should be geo-replicated.

Link copied to clipboard

Whether regional endpoint is enabled for this Container Registry?

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to this replication location.

Link copied to clipboard

Whether zone redundancy is enabled for this replication location? Defaults to false.