models_v2.target_configuration module¶
-
class
models_v2.target_configuration.
TargetConfiguration
(replications=None, archivals=None)[source]¶ Bases:
object
Implementation of the ‘Target Configuration’ model.
Specifies the replication and archival targets.
- Attributes:
- replications (list of ReplicationTargetConfiguration): Specifies a
list of replication targets configurations.
- archivals (list of ArchivalTargetConfiguration1): Specifies a list of
archival targets configurations.
-
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.