DistributedDatabaseCatalog

class oci.distributed_database.models.DistributedDatabaseCatalog(**kwargs)

Bases: object

Details of a Globally distributed database catalog.

Methods

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

Attributes

data_guard_replicas Gets 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:
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