Show / Hide Table of Contents

Class RedisClusterCollection

A list of clusters that match filter criteria, if any. A cluster is a memory-based storage solution. For more information, see OCI Cache.

Inheritance
object
RedisClusterCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class RedisClusterCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RedisClusterSummary> Items { get; set; }
Property Value
Type Description
List<RedisClusterSummary>

The list of clusters.

Remarks

Required

In this article
Back to top