models.san_env_job_parameters module¶
-
class
models.san_env_job_parameters.
SanEnvJobParameters
(max_snapshots_on_primary=None)[source]¶ Bases:
object
Implementation of the ‘SanEnvJobParameters’ model.
Specifies job parameters applicable for all SAN Environment types 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.