Class AssociatedOciCacheClusterCollection
Associated OCI Cache Clusters to which the OCI Cache Config Set is associated.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class AssociatedOciCacheClusterCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AssociatedOciCacheClusterSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<AssociatedOciCacheClusterSummary> | List of clusters with the same OCI Cache Config Set ID. | 
Remarks
Required