CreateDbHomeForStandbyDbSystem

class oci.database.models.CreateDbHomeForStandbyDbSystem(**kwargs)

Bases: object

Details 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_name Gets 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:
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