RedisNodeCollection¶
-
class
oci.redis.models.
RedisNodeCollection
(**kwargs)¶ Bases:
object
A list of nodes in a cluster that match filter criteria, if any.
Methods
__init__
(**kwargs)Initializes a new RedisNodeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RedisNodeCollection. -
__init__
(**kwargs)¶ Initializes a new RedisNodeCollection 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.NodeSummary]) – The value to assign to the items property of this RedisNodeCollection.
-
items
¶ [Required] Gets the items of this RedisNodeCollection. The list of nodes in a cluster.
Returns: The items of this RedisNodeCollection. Return type: list[oci.redis.models.NodeSummary]
-