DistributedDatabaseCollection¶
-
class
oci.distributed_database.models.
DistributedDatabaseCollection
(**kwargs)¶ Bases:
object
Collection of Globally distributed databases.
Methods
__init__
(**kwargs)Initializes a new DistributedDatabaseCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DistributedDatabaseCollection. -
__init__
(**kwargs)¶ Initializes a new DistributedDatabaseCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.distributed_database.models.DistributedDatabaseSummary]) – The value to assign to the items property of this DistributedDatabaseCollection.
-
items
¶ [Required] Gets the items of this DistributedDatabaseCollection. Array of Globally distributed database summaries.
Returns: The items of this DistributedDatabaseCollection. Return type: list[oci.distributed_database.models.DistributedDatabaseSummary]
-