models.vmware_special_parameters module¶
-
class
models.vmware_special_parameters.
VmwareSpecialParameters
(application_parameters=None, excluded_disks=None, vm_credentials=None)[source]¶ Bases:
object
Implementation of the ‘VmwareSpecialParameters’ model.
Specifies additional special settings applicable for a Protection Source of ‘kVMware’ type in a Protection Job.
- Attributes:
- application_parameters (ApplicationParameters): Specifies parameters
that are related to applications running on the Protection Source.
- 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.
- vm_credentials (Credentials): Specifies the administrator credentials
to log in to the guest Windows system of a VM that hosts the Microsoft Exchange Server. If truncateExchangeLog is set to true and the specified source is a VM, administrator credentials to log in to the guest Windows system of the VM must be provided to truncate the logs. This field is only applicable to Sources in the kVMware environment.
-
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.