Class RedisNodeCollection
A list of nodes in a cluster that match filter criteria, if any.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class RedisNodeCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<NodeSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<NodeSummary> | The list of nodes in a cluster. | 
Remarks
Required