models_v2.unplanned_failover_params module¶
-
class
models_v2.unplanned_failover_params.
UnplannedFailoverParams
(reverse_replication=None)[source]¶ Bases:
object
Implementation of the ‘UnplannedFailoverParams’ model.
Specifies parameters of an unplanned failover.
- Attributes:
- reverse_replication (bool): Specifies whether a reverse replication
needs to be set for the view on target cluster after failover.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.