models.vmware_env_job_parameters module¶
-
class
models.vmware_env_job_parameters.
VmwareEnvJobParameters
(excluded_disks=None, fallback_to_crash_consistent=None, skip_physical_rdm_disks=None)[source]¶ Bases:
object
Implementation of the ‘VmwareEnvJobParameters’ model.
Specifies job parameters applicable for all ‘kVMware’ Environment type Protection Sources in a Protection Job.
- Attributes:
- excluded_disks (list of DiskUnit): Specifies the list of Disks to be
excluded from backing up. These disks are excluded from all Protection Sources in the Protection Job.
- fallback_to_crash_consistent (bool): If true, takes a crash-consistent
snapshot when app-consistent snapshot fails. Otherwise, the snapshot attempt is marked failed.
- skip_physical_rdm_disks (bool): If true, skip physical RDM disks when
backing up VMs. Otherwise, backup of VMs having physical RDM will fail.
-
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.