Class OciCacheEngineOptionsCollection
A list of OCI Cache engine options
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class OciCacheEngineOptionsCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OciCacheEngineOptionSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<OciCacheEngineOptionSummary> | List of OCI Cache Engine Options |
Remarks
Required