models_v2.common_tdm_clone_task_response_params module¶
-
class
models_v2.common_tdm_clone_task_response_params.
CommonTdmCloneTaskResponseParams
(environment=None, protection_group_id=None, protection_group_name=None, policy_id=None, snapshot=None, parent=None, target=None, view=None)[source]¶ Bases:
object
Implementation of the ‘CommonTdmCloneTaskResponseParams’ model.
Specifies the common response params for a TDM clone task.
- Attributes:
- environment (Environment10Enum): Specifies the environment of the TDM
Clone task.
- protection_group_id (string): Specifies the ID of an existing
protection group, which should start protecting this clone. Specifying this implies that the clone is eligible for automated snapshots based on the policy configuration. If this is specified, policyId should also be specified and protectionGroupName should not be specified.
- protection_group_name (string): Specifies the name of a new protection
group, which should be created to protect this clone. Specifying this implies that the clone is eligible for automated snapshots based on the policy configuration. If this is specified, policyId should also be specified and protectionGroupId should not be specified.
- policy_id (string): Specifies the ID of the policy, which should be
used to protect this clone. This is useful for automatic snapshots. This must be specified if either of protectionGroupId and protectionGroupName is specified.
- snapshot (ObjectSnapshot): Specifies the details of the snapshot used
for cloning.
- parent (ObjectSummary): Specifies the details of the parent object of
the clone.
- target (ObjectSummary): Specifies the details of the target, where the
clone is created.
- view (View): Specifies the details of the view, which is used for the
clone.
-
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.