models_v2.oracle_db_migration_parameters module

class models_v2.oracle_db_migration_parameters.OracleDBMigrationParameters(delay_secs=None, target_path_vec=None)[source]

Bases: object

Implementation of the ‘Oracle DB migration parameters.’ model.

Specifies the DB migration parameters.

Attributes:
delay_secs (long|int): Specifies when the migration of the oracle

instance should be started after successful recovery.

target_path_vec (list of string): Specifies the target paths to be

used for DB migration.

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.