models_v2.replica_failover_object module¶
-
class
models_v2.replica_failover_object.
ReplicaFailoverObject
(replica_object_id=None, failover_object_id=None)[source]¶ Bases:
object
Implementation of the ‘ReplicaFailoverObject’ model.
Specifies the object paring of replicated object and failover object created after restore.
- Attributes:
- replica_object_id (long|int): Specifies the object Id existing on the
replciation cluster.
- failover_object_id (long|int): Specifies the corrosponding object id
of the failover object.
-
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.