models_v2.replication_backup_activation_result module¶
-
class
models_v2.replication_backup_activation_result.
ReplicationBackupActivationResult
(protection_group_id=None, reverse_replication_result=None, objects=None)[source]¶ Bases:
object
Implementation of the ‘ReplicationBackupActivationResult’ model.
Specifies the result returned after creating a protection group for backing up failover objects on replication cluster.
- Attributes:
- protection_group_id (string): Specifies the protection group id that
will be returned upon creation of new group or existing group for backing up failover entities.
- reverse_replication_result (ReverseReplicationResult): Specifies the
request parameters to create a view failover task.
- objects (list of FailoverObjects): Specifies the list of failover
object that are going to be protected on replication 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.