models_v2.object_linking_request module¶
-
class
models_v2.object_linking_request.
ObjectLinkingRequest
(object_map=None)[source]¶ Bases:
object
Implementation of the ‘ObjectLinkingRequest’ model.
Request for linking replicated objects to failover objects on replication cluster.
- Attributes:
- object_map (list of ReplicaFailoverObject): Specifies the objectMap
that will be used to create linking between given replicated source entity and newly restored entity on erplication cluster.
-
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.