OpensearchClusterBackupCollection

class oci.opensearch.models.OpensearchClusterBackupCollection(**kwargs)

Bases: object

The list of cluster backups returned in a cluster backup search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.opensearch.models.OpensearchClusterBackupSummary]) – The value to assign to the items property of this OpensearchClusterBackupCollection.
items

[Required] Gets the items of this OpensearchClusterBackupCollection. The list of cluster backups.

Returns:The items of this OpensearchClusterBackupCollection.
Return type:list[oci.opensearch.models.OpensearchClusterBackupSummary]