ClusterCollection

class oci.ocvp.models.ClusterCollection(**kwargs)

Bases: object

A list of Clusters.

Methods

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

Attributes

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

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

Parameters:items (list[oci.ocvp.models.ClusterSummary]) – The value to assign to the items property of this ClusterCollection.
items

[Required] Gets the items of this ClusterCollection. A list of Clusters.

Returns:The items of this ClusterCollection.
Return type:list[oci.ocvp.models.ClusterSummary]