OciCacheBackupCollection¶
-
class
oci.redis.models.OciCacheBackupCollection(**kwargs)¶ Bases:
objectResults of an OCI Cache backup search. Contains the OCI Cache Backup items and other information, such as metadata.
Methods
__init__(**kwargs)Initializes a new OciCacheBackupCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this OciCacheBackupCollection. -
__init__(**kwargs)¶ Initializes a new OciCacheBackupCollection 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.OciCacheBackupSummary]) – The value to assign to the items property of this OciCacheBackupCollection.
-
items¶ [Required] Gets the items of this OciCacheBackupCollection. List of OCI Cache backups.
Returns: The items of this OciCacheBackupCollection. Return type: list[oci.redis.models.OciCacheBackupSummary]
-