models_v2.oracle_update_restore_options module¶
-
class
models_v2.oracle_update_restore_options.
OracleUpdateRestoreOptions
(delay_secs=None, target_path_vec=None)[source]¶ Bases:
object
Implementation of the ‘OracleUpdateRestoreOptions’ model.
Specifies the parameters that are needed for updating oracle restore options.
- 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.