models.oracle_backup_job_params module

class models.oracle_backup_job_params.OracleBackupJobParams(persist_mountpoints=None, vlan_params=None)[source]

Bases: object

Implementation of the ‘OracleBackupJobParams’ model.

Message to capture any additional backup params specific to Oracle.

Attributes: persist_mountpoints (bool): Indicates whether the mountpoints created

while backing up Oracle DBs should be persisted. If this is set to ‘false’ all Oracle views mounted to the hosts will be unmounted at the end. 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): Contains vlan params associated with the

backup/restore operation.

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.