AutonomousUserShardSpace¶
-
class
oci.distributed_database_v26.models.AutonomousUserShardSpace(**kwargs)¶ Bases:
objectDistributed autonomous database user shard space details.
Methods
__init__(**kwargs)Initializes a new AutonomousUserShardSpace object with values from keyword arguments. Attributes
data_guard_replicasGets the data_guard_replicas of this AutonomousUserShardSpace. name[Required] Gets the name of this AutonomousUserShardSpace. original_replica[Required] Gets the original_replica of this AutonomousUserShardSpace. -
__init__(**kwargs)¶ Initializes a new AutonomousUserShardSpace 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 AutonomousUserShardSpace.
- original_replica (oci.distributed_database_v26.models.AutonomousUserShardSpaceReplica) – The value to assign to the original_replica property of this AutonomousUserShardSpace.
- data_guard_replicas (list[oci.distributed_database_v26.models.AutonomousUserShardSpaceReplica]) – The value to assign to the data_guard_replicas property of this AutonomousUserShardSpace.
-
data_guard_replicas¶ Gets the data_guard_replicas of this AutonomousUserShardSpace. Details of data guard replicas for the user shard space.
Returns: The data_guard_replicas of this AutonomousUserShardSpace. Return type: list[oci.distributed_database_v26.models.AutonomousUserShardSpaceReplica]
-
name¶ [Required] Gets the name of this AutonomousUserShardSpace. 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 AutonomousUserShardSpace. Return type: str
-
original_replica¶ [Required] Gets the original_replica of this AutonomousUserShardSpace.
Returns: The original_replica of this AutonomousUserShardSpace. Return type: oci.distributed_database_v26.models.AutonomousUserShardSpaceReplica
-