InstanceFailoverReplicaResponse

data class InstanceFailoverReplicaResponse(val available: Boolean, val name: String)

The name and status of the failover replica.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.