FailoverDbSystemDetails

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

Bases: object

Database system failover information.

Methods

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

Attributes

ad Gets the ad of this FailoverDbSystemDetails.
db_instance_id Gets the db_instance_id of this FailoverDbSystemDetails.
__init__(**kwargs)

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

Parameters:
  • ad (str) – The value to assign to the ad property of this FailoverDbSystemDetails.
  • db_instance_id (str) – The value to assign to the db_instance_id property of this FailoverDbSystemDetails.
ad

Gets the ad of this FailoverDbSystemDetails. The preferred AD for regions with three availability domains. This parameter is optional. If not set, the AD will be chosen based on availability.

Returns:The ad of this FailoverDbSystemDetails.
Return type:str
db_instance_id

Gets the db_instance_id of this FailoverDbSystemDetails. The OCID of the database instance node. This parameter is optional. If not set, an existing database instance node will be chosen based on availability.

Returns:The db_instance_id of this FailoverDbSystemDetails.
Return type:str