Instance Failover Group Read Write Endpoint Response
data class InstanceFailoverGroupReadWriteEndpointResponse(val failoverPolicy: String, val failoverWithDataLossGracePeriodMinutes: Int? = null)
Read-write endpoint of the failover group instance.
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.