ConvertToStandaloneDetails¶
-
class
oci.database.models.
ConvertToStandaloneDetails
(**kwargs)¶ Bases:
object
The properties for converting a standby database to a standalone.
Methods
__init__
(**kwargs)Initializes a new ConvertToStandaloneDetails object with values from keyword arguments. Attributes
database_admin_password
[Required] Gets the database_admin_password of this ConvertToStandaloneDetails. -
__init__
(**kwargs)¶ Initializes a new ConvertToStandaloneDetails 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 ConvertToStandaloneDetails.
-
database_admin_password
¶ [Required] Gets the database_admin_password of this ConvertToStandaloneDetails. 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 ConvertToStandaloneDetails. Return type: str
-