OciCacheEngineOptionsCollection

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

Bases: object

A list of OCI Cache engine options

Methods

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

Attributes

items [Required] Gets the items of this OciCacheEngineOptionsCollection.
__init__(**kwargs)

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

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

[Required] Gets the items of this OciCacheEngineOptionsCollection. List of OCI Cache Engine Options

Returns:The items of this OciCacheEngineOptionsCollection.
Return type:list[oci.redis.models.OciCacheEngineOptionSummary]