CreateDbHomeFromBackupDetails¶
-
class
oci.database.models.
CreateDbHomeFromBackupDetails
(**kwargs)¶ Bases:
object
Details for creating a database home if you are creating a database by restoring from a database backup.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
-
__init__
(**kwargs)¶ Initializes a new CreateDbHomeFromBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) -- The value to assign to the display_name property of this CreateDbHomeFromBackupDetails.
- database (CreateDatabaseFromBackupDetails) -- The value to assign to the database property of this CreateDbHomeFromBackupDetails.
-
database
¶ [Required] Gets the database of this CreateDbHomeFromBackupDetails.
Returns: The database of this CreateDbHomeFromBackupDetails. Return type: CreateDatabaseFromBackupDetails
-
display_name
¶ Gets the display_name of this CreateDbHomeFromBackupDetails. The user-provided name of the database home.
Returns: The display_name of this CreateDbHomeFromBackupDetails. Return type: str
-