models_v2.reverse_replication_result module¶
-
class
models_v2.reverse_replication_result.
ReverseReplicationResult
(is_reverse_replication_enabled=None, error_reason=None)[source]¶ Bases:
object
Implementation of the ‘ReverseReplicationResult’ model.
Specifies the request parameters to create a view failover task.
- Attributes:
- is_reverse_replication_enabled (bool): Specifies whether the reverse
replication was enabled or not during group creation. It can be false, if source cluster is not reachable for reverse replication.
- error_reason (string): Specifies the reason of not enabling reverse
replication.
-
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.