models_v2.init_failover_response module¶
-
class
models_v2.init_failover_response.
InitFailoverResponse
(replica_to_source_objects=None, source_cluster_info=None)[source]¶ Bases:
object
Implementation of the ‘InitFailoverResponse’ model.
Specifies the response after succesfully initiating the failover request.
- Attributes:
- replica_to_source_objects (list of SourceReplicaObject): Specifies the
list of corrosponding source objects mapped with replica objects provided at the time of initiating failover request.
- source_cluster_info (FailoverSourceCluster1): Specifies the details
about source cluster involved in the failover operation.
-
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.