CreateAutonomousUserShardSpaceReplicaDetails¶
-
class
oci.distributed_database_v26.models.CreateAutonomousUserShardSpaceReplicaDetails(**kwargs)¶ Bases:
objectDetails required to create a user shard space replica.
Methods
__init__(**kwargs)Initializes a new CreateAutonomousUserShardSpaceReplicaDetails object with values from keyword arguments. Attributes
database[Required] Gets the database of this CreateAutonomousUserShardSpaceReplicaDetails. name[Required] Gets the name of this CreateAutonomousUserShardSpaceReplicaDetails. -
__init__(**kwargs)¶ Initializes a new CreateAutonomousUserShardSpaceReplicaDetails 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 CreateAutonomousUserShardSpaceReplicaDetails.
- database (oci.distributed_database_v26.models.CreateDistributedAutonomousDatabaseShardDatabaseDetails) – The value to assign to the database property of this CreateAutonomousUserShardSpaceReplicaDetails.
-
database¶ [Required] Gets the database of this CreateAutonomousUserShardSpaceReplicaDetails.
Returns: The database of this CreateAutonomousUserShardSpaceReplicaDetails. Return type: oci.distributed_database_v26.models.CreateDistributedAutonomousDatabaseShardDatabaseDetails
-
name¶ [Required] Gets the name of this CreateAutonomousUserShardSpaceReplicaDetails. The name of the 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 CreateAutonomousUserShardSpaceReplicaDetails. Return type: str
-