models.restore_oracle_app_object_params_alternate_location_params module¶
-
class
models.restore_oracle_app_object_params_alternate_location_params.
RestoreOracleAppObjectParamsAlternateLocationParams
(base_dir=None, database_file_destination=None, home_dir=None, new_database_name=None, new_sid_deprecated=None, oracle_db_config=None)[source]¶ Bases:
object
Implementation of the ‘RestoreOracleAppObjectParams_AlternateLocationParams’ model.
For restoring to alternate location this message can not be empty and all the fields inside the message also can not be empty.
- Attributes:
- base_dir (string): Base directory of Oracle at destination. Example :
/u01/app/oracle
- database_file_destination (string): Location to put the database
files(datafiles, logfiles etc.).
- home_dir (string): Home directory of Oracle at destination. Example :
/u01/app/oracle/product/11.2.0.3/db_1
- new_database_name (string): The name of the Oracle database that we
restore to.
- new_sid_deprecated (string): Deprecated field SID of new Oracle
database.
- oracle_db_config (OracleDBConfig): This proto captures the oracle
database configuration for alternate DB restore.
-
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.