CreateDistributedDatabaseCatalogReplicaDetails

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

Bases: object

Details required to create a catalog replica.

Methods

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

Attributes

database [Required] Gets the database of this CreateDistributedDatabaseCatalogReplicaDetails.
name [Required] Gets the name of this CreateDistributedDatabaseCatalogReplicaDetails.
__init__(**kwargs)

Initializes a new CreateDistributedDatabaseCatalogReplicaDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
database

[Required] Gets the database of this CreateDistributedDatabaseCatalogReplicaDetails.

Returns:The database of this CreateDistributedDatabaseCatalogReplicaDetails.
Return type:oci.distributed_database.models.CreateDistributedDatabaseCatalogDatabaseDetails
name

[Required] Gets the name of this CreateDistributedDatabaseCatalogReplicaDetails. 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 CreateDistributedDatabaseCatalogReplicaDetails.
Return type:str