CreateDbHomeForStandbyDbSystem¶
-
class
oci.database.models.CreateDbHomeForStandbyDbSystem(**kwargs)¶ Bases:
objectDetails for creating a database home for a standby db system with dataguard.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Methods
__init__(**kwargs)Initializes a new CreateDbHomeForStandbyDbSystem object with values from keyword arguments. Attributes
database[Required] Gets the database of this CreateDbHomeForStandbyDbSystem. display_nameGets the display_name of this CreateDbHomeForStandbyDbSystem. -
__init__(**kwargs)¶ Initializes a new CreateDbHomeForStandbyDbSystem 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 CreateDbHomeForStandbyDbSystem.
- database (oci.database.models.CreateDatabaseForStandbyDbSystemDetails) – The value to assign to the database property of this CreateDbHomeForStandbyDbSystem.
-
database¶ [Required] Gets the database of this CreateDbHomeForStandbyDbSystem.
Returns: The database of this CreateDbHomeForStandbyDbSystem. Return type: oci.database.models.CreateDatabaseForStandbyDbSystemDetails
-
display_name¶ Gets the display_name of this CreateDbHomeForStandbyDbSystem. The user-provided name of the Database Home.
Returns: The display_name of this CreateDbHomeForStandbyDbSystem. Return type: str
-