models_v2.continuous_data_protection_params module¶
-
class
models_v2.continuous_data_protection_params.
ContinuousDataProtectionParams
(enable_cdp_sync_replication=None)[source]¶ Bases:
object
Implementation of the ‘Continuous Data Protection Params.’ model.
Specifies the params for Continuous Data Protection.
- Attributes:
- enable_cdp_sync_replication (bool): Specifies whether synchronous
replication is enabled for CDP Protection Group when replication target is specified in attached policy.
-
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.