AutonomousDatabaseInBackup¶
-
class
oci.database.models.
AutonomousDatabaseInBackup
(**kwargs)¶ Bases:
object
Details of Autonomous Database in Autonomous Container Database
Methods
__init__
(**kwargs)Initializes a new AutonomousDatabaseInBackup object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this AutonomousDatabaseInBackup. display_name
[Required] Gets the display_name of this AutonomousDatabaseInBackup. -
__init__
(**kwargs)¶ Initializes a new AutonomousDatabaseInBackup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this AutonomousDatabaseInBackup.
- display_name (str) – The value to assign to the display_name property of this AutonomousDatabaseInBackup.
-
compartment_id
¶ [Required] Gets the compartment_id of this AutonomousDatabaseInBackup. The OCID of the compartment.
Returns: The compartment_id of this AutonomousDatabaseInBackup. Return type: str
-
display_name
¶ [Required] Gets the display_name of this AutonomousDatabaseInBackup. The user-friendly name for the Autonomous Database. The name does not have to be unique.
Returns: The display_name of this AutonomousDatabaseInBackup. Return type: str
-