FailOverProperties Class
FailOverProperties.
Constructor
FailOverProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
primary_location
|
Query parameter for the new primary location after failover. |
|
force
|
If Force is false then graceful failover is attempted after ensuring no data loss. If Force flag is set to true, Forced failover is attempted with possible data loss. |
Attributes
force
If Force is false then graceful failover is attempted after ensuring no data loss. If Force flag is set to true, Forced failover is attempted with possible data loss.
force: bool | None
primary_location
Query parameter for the new primary location after failover.
primary_location: str | None