models_v2.common_vmware_object_params module¶
-
class
models_v2.common_vmware_object_params.
CommonVmwareObjectParams
(exclude_disks=None, truncate_exchange_logs=None)[source]¶ Bases:
object
Implementation of the ‘CommonVmwareObjectParams’ model.
Specifies the common object parameters required for VMware protection.
- Attributes:
- exclude_disks (list of DiskInformation): Specifies a list of disks to
exclude from being protected. This is only applicable to VM objects.
- truncate_exchange_logs (bool): Specifies whether or not to truncate MS
Exchange logs while taking an app consistent snapshot of this object. This is only applicable to objects which have a registered MS Exchange app.
-
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.