CreateAutonomousDatabaseBackupDetails¶
-
class
oci.database.models.
CreateAutonomousDatabaseBackupDetails
(**kwargs)¶ Bases:
object
Details to create an Oracle Autonomous Database backup.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Methods
__init__
(**kwargs)Initializes a new CreateAutonomousDatabaseBackupDetails object with values from keyword arguments. Attributes
autonomous_database_id
[Required] Gets the autonomous_database_id of this CreateAutonomousDatabaseBackupDetails. display_name
[Required] Gets the display_name of this CreateAutonomousDatabaseBackupDetails. -
__init__
(**kwargs)¶ Initializes a new CreateAutonomousDatabaseBackupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateAutonomousDatabaseBackupDetails.
- autonomous_database_id (str) – The value to assign to the autonomous_database_id property of this CreateAutonomousDatabaseBackupDetails.
-
autonomous_database_id
¶ [Required] Gets the autonomous_database_id of this CreateAutonomousDatabaseBackupDetails. The OCID of the Autonomous Database backup.
Returns: The autonomous_database_id of this CreateAutonomousDatabaseBackupDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateAutonomousDatabaseBackupDetails. The user-friendly name for the backup. The name does not have to be unique.
Returns: The display_name of this CreateAutonomousDatabaseBackupDetails. Return type: str
-