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