CloudClusterInstanceCollection

class oci.database_management.models.CloudClusterInstanceCollection(**kwargs)

Bases: object

A collection of cloud cluster instances.

Methods

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

Attributes

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

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

Parameters:items (list[oci.database_management.models.CloudClusterInstanceSummary]) – The value to assign to the items property of this CloudClusterInstanceCollection.
items

[Required] Gets the items of this CloudClusterInstanceCollection. An array of cloud cluster instances.

Returns:The items of this CloudClusterInstanceCollection.
Return type:list[oci.database_management.models.CloudClusterInstanceSummary]