CreateDistributedDatabaseCatalogDetails¶
-
class
oci.distributed_database.models.CreateDistributedDatabaseCatalogDetails(**kwargs)¶ Bases:
objectDetails required to create a Globally distributed database catalog.
Methods
__init__(**kwargs)Initializes a new CreateDistributedDatabaseCatalogDetails object with values from keyword arguments. Attributes
data_guard_replicasGets the data_guard_replicas of this CreateDistributedDatabaseCatalogDetails. original_replica[Required] Gets the original_replica of this CreateDistributedDatabaseCatalogDetails. -
__init__(**kwargs)¶ Initializes a new CreateDistributedDatabaseCatalogDetails 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.CreateDistributedDatabaseCatalogReplicaDetails) – The value to assign to the original_replica property of this CreateDistributedDatabaseCatalogDetails.
- data_guard_replicas (list[oci.distributed_database.models.CreateDistributedDatabaseCatalogReplicaDetails]) – The value to assign to the data_guard_replicas property of this CreateDistributedDatabaseCatalogDetails.
-
data_guard_replicas¶ Gets the data_guard_replicas of this CreateDistributedDatabaseCatalogDetails. Details required to create data guard replicas for the catalog.
Returns: The data_guard_replicas of this CreateDistributedDatabaseCatalogDetails. Return type: list[oci.distributed_database.models.CreateDistributedDatabaseCatalogReplicaDetails]
-
original_replica¶ [Required] Gets the original_replica of this CreateDistributedDatabaseCatalogDetails.
Returns: The original_replica of this CreateDistributedDatabaseCatalogDetails. Return type: oci.distributed_database.models.CreateDistributedDatabaseCatalogReplicaDetails
-