FailoverGroupReadWriteEndpointFailoverPolicyArgs

data class FailoverGroupReadWriteEndpointFailoverPolicyArgs(val graceMinutes: Output<Int>? = null, val mode: Output<String>) : ConvertibleToJava<FailoverGroupReadWriteEndpointFailoverPolicyArgs>

Constructors

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

Properties

Link copied to clipboard
val graceMinutes: Output<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
val mode: Output<String>

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

Functions

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