RedisClusterCollection¶
- 
class oci.redis.models.RedisClusterCollection(**kwargs)¶
- Bases: - object- A list of clusters that match filter criteria, if any. A cluster is a memory-based storage solution. For more information, see OCI Cache. - 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 clusters. - Returns: - The items of this RedisClusterCollection. - Return type: - list[oci.redis.models.RedisClusterSummary] 
 
-