models.hyperv_env_job_parameters module

class models.hyperv_env_job_parameters.HypervEnvJobParameters(fallback_to_crash_consistent=None)[source]

Bases: object

Implementation of the ‘HypervEnvJobParameters’ model.

Specifies job parameters applicable for all ‘kHyperV’ Environment type Protection Sources in a Protection Job.

Attributes:
fallback_to_crash_consistent (bool): If true, takes a crash-consistent

snapshot when app-consistent snapshot fails. Otherwise, the snapshot attempt is marked failed. By default, this field is set to false.

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.