NodeCollection¶
- 
class oci.redis.models.NodeCollection(**kwargs)¶
- Bases: - object- The collection of cluster nodes. - Methods - __init__(**kwargs)- Initializes a new NodeCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this NodeCollection. - 
__init__(**kwargs)¶
- Initializes a new NodeCollection 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.Node]) – The value to assign to the items property of this NodeCollection. 
 - 
items¶
- [Required] Gets the items of this NodeCollection. Collection of node objects. - Returns: - The items of this NodeCollection. - Return type: - list[oci.redis.models.Node] 
 
-