models.pure_env_job_parameters module

class models.pure_env_job_parameters.PureEnvJobParameters(max_snapshots_on_primary=None)[source]

Bases: object

Implementation of the ‘PureEnvJobParameters’ model.

Specifies job parameters applicable for all ‘kPure’ Environment type Protection Sources in a Protection Job.

Attributes:
max_snapshots_on_primary (long|int): Specifies how many recent

snapshots of each backed up entity to retain on the primary environment. If not specified, then snapshots will not be be deleted from the primary 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.