SwitchOverDetails

class oci.psql.models.SwitchOverDetails(**kwargs)

Bases: object

The information required to swap role between the primary and an existing replica database system.

Methods

__init__(**kwargs) Initializes a new SwitchOverDetails object with values from keyword arguments.

Attributes

replica_db_system_id [Required] Gets the replica_db_system_id of this SwitchOverDetails.
__init__(**kwargs)

Initializes a new SwitchOverDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:replica_db_system_id (str) – The value to assign to the replica_db_system_id property of this SwitchOverDetails.
replica_db_system_id

[Required] Gets the replica_db_system_id of this SwitchOverDetails. The OCID of the replica database system that will get the primary role after switchover.

Returns:The replica_db_system_id of this SwitchOverDetails.
Return type:str