InstanceFailoverReplicaArgs

data class InstanceFailoverReplicaArgs(val available: Output<Boolean>? = null, val name: Output<String>? = null) : ConvertibleToJava<InstanceFailoverReplicaArgs>

The name and status of the failover replica.

Constructors

Link copied to clipboard
fun InstanceFailoverReplicaArgs(available: Output<Boolean>? = null, name: Output<String>? = null)

Functions

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

Properties

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

The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.

Link copied to clipboard
val name: Output<String>? = null

The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn't include the project ID.