OciCacheEngineOptionSummary

class oci.redis.models.OciCacheEngineOptionSummary(**kwargs)

Bases: object

Available engine options for creating a OCI Cache cluster

Methods

__init__(**kwargs) Initializes a new OciCacheEngineOptionSummary object with values from keyword arguments.

Attributes

engine_versions [Required] Gets the engine_versions of this OciCacheEngineOptionSummary.
__init__(**kwargs)

Initializes a new OciCacheEngineOptionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:engine_versions (list[oci.redis.models.EngineVersion]) – The value to assign to the engine_versions property of this OciCacheEngineOptionSummary.
engine_versions

[Required] Gets the engine_versions of this OciCacheEngineOptionSummary. List of available engine versions

Returns:The engine_versions of this OciCacheEngineOptionSummary.
Return type:list[oci.redis.models.EngineVersion]