Show / Hide Table of Contents

Class OciCacheEngineOptionSummary

Available engine options for creating a OCI Cache cluster

Inheritance
object
OciCacheEngineOptionSummary
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 OciCacheEngineOptionSummary

Properties

EngineVersions

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

List of available engine versions

Remarks

Required

In this article
Back to top