AssociatedOciCacheClusterCollection

class oci.redis.models.AssociatedOciCacheClusterCollection(**kwargs)

Bases: object

Associated OCI Cache Clusters to which the OCI Cache Config Set is associated.

Methods

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

Attributes

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

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

Parameters:items (list[oci.redis.models.AssociatedOciCacheClusterSummary]) – The value to assign to the items property of this AssociatedOciCacheClusterCollection.
items

[Required] Gets the items of this AssociatedOciCacheClusterCollection. List of clusters with the same OCI Cache Config Set ID.

Returns:The items of this AssociatedOciCacheClusterCollection.
Return type:list[oci.redis.models.AssociatedOciCacheClusterSummary]