Class NodeCollection
The collection of cluster nodes.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class NodeCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<Node> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<Node> | Collection of node objects. | 
Remarks
Required