FailoverGroupReadWriteEndpointFailoverPolicy

data class FailoverGroupReadWriteEndpointFailoverPolicy(val graceMinutes: Int? = null, val mode: String)

Constructors

constructor(graceMinutes: Int? = null, mode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val graceMinutes: Int? = null

The grace period in minutes, before failover with data loss is attempted for the read-write endpoint. Required when mode is Automatic.

Link copied to clipboard

The failover policy of the read-write endpoint for the failover group. Possible values are Automatic or Manual.