ReinstateDataGuardDetails¶
-
class
oci.database.models.
ReinstateDataGuardDetails
(**kwargs)¶ Bases:
object
The Data Guard reinstate parameters.
Methods
__init__
(**kwargs)Initializes a new ReinstateDataGuardDetails object with values from keyword arguments. Attributes
database_admin_password
[Required] Gets the database_admin_password of this ReinstateDataGuardDetails. source_database_id
[Required] Gets the source_database_id of this ReinstateDataGuardDetails. -
__init__
(**kwargs)¶ Initializes a new ReinstateDataGuardDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - database_admin_password (str) – The value to assign to the database_admin_password property of this ReinstateDataGuardDetails.
- source_database_id (str) – The value to assign to the source_database_id property of this ReinstateDataGuardDetails.
-
database_admin_password
¶ [Required] Gets the database_admin_password of this ReinstateDataGuardDetails. The administrator password of the primary database in this Data Guard association.
The password MUST be the same as the primary admin password.
Returns: The database_admin_password of this ReinstateDataGuardDetails. Return type: str
-