OciCacheDefaultConfigSetCollection

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

Bases: object

A list of OCI Cache Default Config Sets.

Methods

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

Attributes

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

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

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

Returns:The items of this OciCacheDefaultConfigSetCollection.
Return type:list[oci.redis.models.OciCacheDefaultConfigSetSummary]