AssociatedLongTermBackup¶
-
class
oci.database.models.
AssociatedLongTermBackup
(**kwargs)¶ Bases:
object
Long Term Backups associated with a backup destination
Methods
__init__
(**kwargs)Initializes a new AssociatedLongTermBackup object with values from keyword arguments. Attributes
display_name
Gets the display_name of this AssociatedLongTermBackup. id
Gets the id of this AssociatedLongTermBackup. -
__init__
(**kwargs)¶ Initializes a new AssociatedLongTermBackup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AssociatedLongTermBackup.
- display_name (str) – The value to assign to the display_name property of this AssociatedLongTermBackup.
-
display_name
¶ Gets the display_name of this AssociatedLongTermBackup. The display name for the long term backup for the autonomous database.
Returns: The display_name of this AssociatedLongTermBackup. Return type: str
-