models_v2.targets_configuration module¶
- 
class 
models_v2.targets_configuration.TargetsConfiguration(replication_targets=None, archival_targets=None, cloud_spin_targets=None)[source]¶ Bases:
objectImplementation of the ‘TargetsConfiguration’ model.
Specifies the replication, archival and cloud spin targets of Protection Policy.
- Attributes:
 - replication_targets (list of ReplicationTargetConfiguration1): TODO:
 type description here.
- archival_targets (list of ArchivalTargetConfiguration): TODO: type
 description here.
- cloud_spin_targets (list of CloudSpinTargetConfiguration): TODO: type
 description here.
- 
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.