RegistryGeoreplicationArgs

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

Constructors

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

Properties

Link copied to clipboard
val location: Output<String>

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

Link copied to clipboard
val regionalEndpointEnabled: Output<Boolean>? = null

Whether regional endpoint is enabled for this Container Registry?

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

A mapping of tags to assign to this replication location.

Link copied to clipboard
val zoneRedundancyEnabled: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RegistryGeoreplicationArgs