DistributedDatabaseCatalog¶
-
class
oci.distributed_database.models.DistributedDatabaseCatalog(**kwargs)¶ Bases:
objectDetails of a Globally distributed database catalog.
Methods
__init__(**kwargs)Initializes a new DistributedDatabaseCatalog object with values from keyword arguments. Attributes
data_guard_replicasGets the data_guard_replicas of this DistributedDatabaseCatalog. original_replica[Required] Gets the original_replica of this DistributedDatabaseCatalog. -
__init__(**kwargs)¶ Initializes a new DistributedDatabaseCatalog object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - original_replica (oci.distributed_database.models.DistributedDatabaseCatalogReplicaDetails) – The value to assign to the original_replica property of this DistributedDatabaseCatalog.
- data_guard_replicas (list[oci.distributed_database.models.DistributedDatabaseCatalogReplicaDetails]) – The value to assign to the data_guard_replicas property of this DistributedDatabaseCatalog.
-
data_guard_replicas¶ Gets the data_guard_replicas of this DistributedDatabaseCatalog. The details of data guard replicas for the catalog.
Returns: The data_guard_replicas of this DistributedDatabaseCatalog. Return type: list[oci.distributed_database.models.DistributedDatabaseCatalogReplicaDetails]
-
original_replica¶ [Required] Gets the original_replica of this DistributedDatabaseCatalog.
Returns: The original_replica of this DistributedDatabaseCatalog. Return type: oci.distributed_database.models.DistributedDatabaseCatalogReplicaDetails
-