models.exchange_env_job_parameters module

class models.exchange_env_job_parameters.ExchangeEnvJobParameters(backups_copy_only=None)[source]

Bases: object

Implementation of the ‘ExchangeEnvJobParameters’ model.

Specifies job parameters applicable for the Exchange Protection Jobs.

Attributes: backups_copy_only (bool): Specifies whether the backups should be

copy-only.

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.