models.cloud_parameters module¶
- 
class 
models.cloud_parameters.CloudParameters(failover_to_cloud=None)[source]¶ Bases:
objectImplementation of the ‘CloudParameters’ model.
Specifies Cloud parameters that are applicable to all Protection Sources in a Protection Job in certain scenarios.
- Attributes:
 - failover_to_cloud (bool): Specifies whether the Protection Sources in
 this Protection Job will be failed over to Cloud. This flag is applicable to backup on-prem Sources.
- 
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.