models_v2.helios_targets_configuration module¶
-
class
models_v2.helios_targets_configuration.
HeliosTargetsConfiguration
(replication_targets=None, archival_targets=None, cloud_spin_targets=None)[source]¶ Bases:
object
Implementation of the ‘HeliosTargetsConfiguration’ 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 CommonTargetConfiguration1): TODO: type
description here.
- cloud_spin_targets (list of CommonTargetConfiguration1): 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.