AssociatedDatabaseSummary

class oci.database_management.models.AssociatedDatabaseSummary(**kwargs)

Bases: object

The summary of a database currently using a Database Management private endpoint.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this AssociatedDatabaseSummary.
id [Required] Gets the id of this AssociatedDatabaseSummary.
name [Required] Gets the name of this AssociatedDatabaseSummary.
time_registered [Required] Gets the time_registered of this AssociatedDatabaseSummary.
__init__(**kwargs)

Initializes a new AssociatedDatabaseSummary 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 AssociatedDatabaseSummary.
  • name (str) – The value to assign to the name property of this AssociatedDatabaseSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this AssociatedDatabaseSummary.
  • time_registered (datetime) – The value to assign to the time_registered property of this AssociatedDatabaseSummary.
compartment_id

[Required] Gets the compartment_id of this AssociatedDatabaseSummary. The compartment OCID of the database.

Returns:The compartment_id of this AssociatedDatabaseSummary.
Return type:str
id

[Required] Gets the id of this AssociatedDatabaseSummary. The OCID of the database.

Returns:The id of this AssociatedDatabaseSummary.
Return type:str
name

[Required] Gets the name of this AssociatedDatabaseSummary. The name of the database.

Returns:The name of this AssociatedDatabaseSummary.
Return type:str
time_registered

[Required] Gets the time_registered of this AssociatedDatabaseSummary. The time when Database Management was enabled for the database.

Returns:The time_registered of this AssociatedDatabaseSummary.
Return type:datetime