ClusterCrossClusterReplicationConfigSecondaryCluster

data class ClusterCrossClusterReplicationConfigSecondaryCluster(val cluster: String? = null, val uid: String? = null)

Constructors

constructor(cluster: String? = null, uid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cluster: String? = null

(Output) The full resource path of the secondary cluster in the format: projects/{project}/locations/{region}/clusters/{cluster-id}

Link copied to clipboard
val uid: String? = null

(Output) The unique id of the secondary cluster.