LongTermBackupCollection¶
-
class
oci.recovery.models.LongTermBackupCollection(**kwargs)¶ Bases:
objectResults of a long term backup search. Contains both long term backup Summary items and other information, such as metadata.
Methods
__init__(**kwargs)Initializes a new LongTermBackupCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this LongTermBackupCollection. -
__init__(**kwargs)¶ Initializes a new LongTermBackupCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.recovery.models.LongTermBackupSummary]) – The value to assign to the items property of this LongTermBackupCollection.
-
items¶ [Required] Gets the items of this LongTermBackupCollection. List of LongTermBackups.
Returns: The items of this LongTermBackupCollection. Return type: list[oci.recovery.models.LongTermBackupSummary]
-