models.oracle_source_params module

class models.oracle_source_params.OracleSourceParams(additional_oracle_db_params_vec=None, persist_mountpoints=None)[source]

Bases: object

Implementation of the ‘OracleSourceParams’ model.

Message to capture additional backup/restore params for a Oracle source.

Attributes:
additional_oracle_db_params_vec (list of AdditionalOracleDBParams): A

vector of unique Oracle databases. Each vector entry represents the backup/restore parameters for one unique Oracle database. Uniqueness is determined by the database unique name.

persist_mountpoints (bool): This parameter indicates whether or not to

persist mountpoints. Default is set to true, which was the behavior before this option.

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.