CreateUserShardSpaceReplicaDetails¶
-
class
oci.distributed_database_v26.models.CreateUserShardSpaceReplicaDetails(**kwargs)¶ Bases:
objectDetails required to create user shard space replica.
Methods
__init__(**kwargs)Initializes a new CreateUserShardSpaceReplicaDetails object with values from keyword arguments. Attributes
database[Required] Gets the database of this CreateUserShardSpaceReplicaDetails. name[Required] Gets the name of this CreateUserShardSpaceReplicaDetails. -
__init__(**kwargs)¶ Initializes a new CreateUserShardSpaceReplicaDetails 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 CreateUserShardSpaceReplicaDetails.
- database (oci.distributed_database_v26.models.CreateDistributedDatabaseShardDatabaseDetails) – The value to assign to the database property of this CreateUserShardSpaceReplicaDetails.
-
database¶ [Required] Gets the database of this CreateUserShardSpaceReplicaDetails.
Returns: The database of this CreateUserShardSpaceReplicaDetails. Return type: oci.distributed_database_v26.models.CreateDistributedDatabaseShardDatabaseDetails
-
name¶ [Required] Gets the name of this CreateUserShardSpaceReplicaDetails. The name of user shard space replica. It must start with a letter and contain only letters, digits, and underscores. Maximum length is 40 characters.
Returns: The name of this CreateUserShardSpaceReplicaDetails. Return type: str
-