models.exchange_backup_job_params module

class models.exchange_backup_job_params.ExchangeBackupJobParams(is_copy_only_full=None)[source]

Bases: object

Implementation of the ‘ExchangeBackupJobParams’ model.

Message to capture additional backup job params specific to Exchange.

Attributes:
is_copy_only_full (bool): Whether the backups should be copy-only.

If this is set to true, then Exchange server will not truncate logs after backup.

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.