RedisClusterCollection

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

Bases: object

A list of Redis clusters that match filter criteria, if any. A Redis cluster is a memory-based storage solution. For more information, see OCI Caching Service with Redis.

Methods

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

Attributes

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

Initializes a new RedisClusterCollection 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.RedisClusterSummary]) – The value to assign to the items property of this RedisClusterCollection.
items

[Required] Gets the items of this RedisClusterCollection. The list of Redis clusters.

Returns:The items of this RedisClusterCollection.
Return type:list[oci.redis.models.RedisClusterSummary]