DatabaseInsights¶
-
class
oci.opsi.models.
DatabaseInsights
(**kwargs)¶ Bases:
object
Logical grouping used for Operations Insights database-targeted operations.
Methods
__init__
(**kwargs)Initializes a new DatabaseInsights object with values from keyword arguments. Attributes
database_insights
Gets the database_insights of this DatabaseInsights. -
__init__
(**kwargs)¶ Initializes a new DatabaseInsights object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: database_insights (object) – The value to assign to the database_insights property of this DatabaseInsights.
-
database_insights
¶ Gets the database_insights of this DatabaseInsights. Database Insights Object.
Returns: The database_insights of this DatabaseInsights. Return type: object
-