FailoverGroupReadWriteEndpoint Class
Read-write endpoint of the failover group instance.
All required parameters must be populated in order to send to server.
Constructor
FailoverGroupReadWriteEndpoint(*, failover_policy: str | _models.ReadWriteEndpointFailoverPolicy, failover_with_data_loss_grace_period_minutes: int | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
failover_policy
|
Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. Required. Known values are: "Manual" and "Automatic". |
|
failover_with_data_loss_grace_period_minutes
|
Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. Default value: None
|
Variables
| Name | Description |
|---|---|
|
failover_policy
|
Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. Required. Known values are: "Manual" and "Automatic". |
|
failover_with_data_loss_grace_period_minutes
|
Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. |