AutonomousUserShardSpaceReplica

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

Bases: object

User shard space replica details.

Methods

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

Attributes

database [Required] Gets the database of this AutonomousUserShardSpaceReplica.
name [Required] Gets the name of this AutonomousUserShardSpaceReplica.
__init__(**kwargs)

Initializes a new AutonomousUserShardSpaceReplica object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
database

[Required] Gets the database of this AutonomousUserShardSpaceReplica.

Returns:The database of this AutonomousUserShardSpaceReplica.
Return type:oci.distributed_database_v26.models.DistributedAutonomousDatabaseShardDatabase
name

[Required] Gets the name of this AutonomousUserShardSpaceReplica. 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 AutonomousUserShardSpaceReplica.
Return type:str