CloudClusterCollection¶
-
class
oci.database_management.models.
CloudClusterCollection
(**kwargs)¶ Bases:
object
A collection of cloud clusters.
Methods
__init__
(**kwargs)Initializes a new CloudClusterCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this CloudClusterCollection. -
__init__
(**kwargs)¶ Initializes a new CloudClusterCollection 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.CloudClusterSummary]) – The value to assign to the items property of this CloudClusterCollection.
-
items
¶ [Required] Gets the items of this CloudClusterCollection. An array of cloud clusters.
Returns: The items of this CloudClusterCollection. Return type: list[oci.database_management.models.CloudClusterSummary]
-