AutonomousDatabasePeerSummary

class oci.database.models.AutonomousDatabasePeerSummary(**kwargs)

Bases: object

The object holds details about a peer Autonomous Database for Oracle Autonomous Database.

Methods

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

Attributes

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

Initializes a new AutonomousDatabasePeerSummary 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 AutonomousDatabasePeerSummary.
  • region (str) – The value to assign to the region property of this AutonomousDatabasePeerSummary.
id

[Required] Gets the id of this AutonomousDatabasePeerSummary. The OCID of the Autonomous Database.

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

Gets the region of this AutonomousDatabasePeerSummary. The name of the region where this peer Autonomous Database clone exists.

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