AssociatedDatabaseDetails

class oci.database.models.AssociatedDatabaseDetails(**kwargs)

Bases: object

Databases associated with a backup destination

Methods

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

Attributes

db_name Gets the db_name of this AssociatedDatabaseDetails.
id Gets the id of this AssociatedDatabaseDetails.
__init__(**kwargs)

Initializes a new AssociatedDatabaseDetails 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 AssociatedDatabaseDetails.
  • db_name (str) – The value to assign to the db_name property of this AssociatedDatabaseDetails.
db_name

Gets the db_name of this AssociatedDatabaseDetails. The display name of the database that is associated with the backup destination.

Returns:The db_name of this AssociatedDatabaseDetails.
Return type:str
id

Gets the id of this AssociatedDatabaseDetails. The database OCID.

Returns:The id of this AssociatedDatabaseDetails.
Return type:str