InstanceFailoverGroupReadWriteEndpoint Class
Read-write endpoint of the failover group instance.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelInstanceFailoverGroupReadWriteEndpoint
Constructor
InstanceFailoverGroupReadWriteEndpoint(*, failover_policy: str | ReadWriteEndpointFailoverPolicy, failover_with_data_loss_grace_period_minutes: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
failover_policy
Required
|
Required. Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. Possible values include: "Manual", "Automatic". |
failover_with_data_loss_grace_period_minutes
Required
|
Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. |
Keyword-Only Parameters
Name | Description |
---|---|
failover_policy
Required
|
|
failover_with_data_loss_grace_period_minutes
Required
|
|
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python