models.oracle_env_job_parameters module¶
-
class
models.oracle_env_job_parameters.
OracleEnvJobParameters
(persist_mountpoints=None, vlan_params=None)[source]¶ Bases:
object
Implementation of the ‘OracleEnvJobParameters’ model.
Specifies job parameters applicable for all ‘kOracle’ Environment type Protection Sources in a Protection Job.
Attributes: persist_mountpoints (bool): Specifies whether the mountpoints created while
backing up Oracle DBs should be persisted. Note: This parameter is for the entire Job. For overriding persistence of mountpoints for a subset of Oracle hosts within the job, refer OracleSourceParams.
- vlan_params (VlanParams): Indicates the vlan preference that is selected
by the user for doing 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.