OciCacheConfigSetCollection

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

Bases: object

A list of OCI Cache Config Sets that match filter criteria, if any.

Methods

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

Attributes

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

Initializes a new OciCacheConfigSetCollection 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.OciCacheConfigSetSummary]) – The value to assign to the items property of this OciCacheConfigSetCollection.
items

[Required] Gets the items of this OciCacheConfigSetCollection. List of OCI Cache Config Sets.

Returns:The items of this OciCacheConfigSetCollection.
Return type:list[oci.redis.models.OciCacheConfigSetSummary]