DbSystemReplicaSummary

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

Bases: object

Summary information about a replica database system.

Methods

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

Attributes

id [Required] Gets the id of this DbSystemReplicaSummary.
region [Required] Gets the region of this DbSystemReplicaSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this DbSystemReplicaSummary.
  • region (str) – The value to assign to the region property of this DbSystemReplicaSummary.
id

[Required] Gets the id of this DbSystemReplicaSummary. A unique identifier for the replica database system.

Returns:The id of this DbSystemReplicaSummary.
Return type:str
region

[Required] Gets the region of this DbSystemReplicaSummary. Region name of the replica database system region. Example: us-phoenix-1

Returns:The region of this DbSystemReplicaSummary.
Return type:str