AutonomousUserShardSpace

class oci.distributed_database_v26.models.AutonomousUserShardSpace(**kwargs)

Bases: object

Distributed autonomous database user shard space details.

Methods

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

Attributes

data_guard_replicas Gets 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:
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