FailoverGroupReadWriteEndpointResponse

data class FailoverGroupReadWriteEndpointResponse(val failoverPolicy: String, val failoverWithDataLossGracePeriodMinutes: Int? = null)

Read-write endpoint of the failover group instance.

Constructors

Link copied to clipboard
constructor(failoverPolicy: String, failoverWithDataLossGracePeriodMinutes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.

Link copied to clipboard

Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required.