DistributedDatabaseCatalogReplicaDetails¶
-
class
oci.distributed_database.models.DistributedDatabaseCatalogReplicaDetails(**kwargs)¶ Bases:
objectDetails of a catalog replica.
Methods
__init__(**kwargs)Initializes a new DistributedDatabaseCatalogReplicaDetails object with values from keyword arguments. Attributes
database[Required] Gets the database of this DistributedDatabaseCatalogReplicaDetails. name[Required] Gets the name of this DistributedDatabaseCatalogReplicaDetails. -
__init__(**kwargs)¶ Initializes a new DistributedDatabaseCatalogReplicaDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this DistributedDatabaseCatalogReplicaDetails.
- database (oci.distributed_database.models.DistributedDatabaseCatalogDatabase) – The value to assign to the database property of this DistributedDatabaseCatalogReplicaDetails.
-
database¶ [Required] Gets the database of this DistributedDatabaseCatalogReplicaDetails.
Returns: The database of this DistributedDatabaseCatalogReplicaDetails. Return type: oci.distributed_database.models.DistributedDatabaseCatalogDatabase
-
name¶ [Required] Gets the name of this DistributedDatabaseCatalogReplicaDetails. The name of the catalog replica. It must start with a letter and contain only letters, digits, and underscores. Maximum length is 40 characters.
Returns: The name of this DistributedDatabaseCatalogReplicaDetails. Return type: str
-