ShardedDatabaseCollection

class oci.globally_distributed_database.models.ShardedDatabaseCollection(**kwargs)

Bases: object

Collection of sharded databases.

Methods

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

Attributes

items [Required] Gets the items of this ShardedDatabaseCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.globally_distributed_database.models.ShardedDatabaseSummary]) – The value to assign to the items property of this ShardedDatabaseCollection.
items

[Required] Gets the items of this ShardedDatabaseCollection. Array of sharded databases summaries.

Returns:The items of this ShardedDatabaseCollection.
Return type:list[oci.globally_distributed_database.models.ShardedDatabaseSummary]