UserShardSpaceReplica

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

Bases: object

Details of user shard space.

Methods

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

Attributes

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

Initializes a new UserShardSpaceReplica 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 UserShardSpaceReplica.

Returns:The database of this UserShardSpaceReplica.
Return type:oci.distributed_database_v26.models.DistributedDatabaseShardDatabase
name

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