AddmDbSummary

class oci.opsi.models.AddmDbSummary(**kwargs)

Bases: object

ADDM summary for a database

Methods

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

Attributes

database_details [Required] Gets the database_details of this AddmDbSummary.
max_overall_impact Gets the max_overall_impact of this AddmDbSummary.
most_frequent_category_display_name Gets the most_frequent_category_display_name of this AddmDbSummary.
most_frequent_category_name Gets the most_frequent_category_name of this AddmDbSummary.
number_of_addm_tasks Gets the number_of_addm_tasks of this AddmDbSummary.
number_of_findings Gets the number_of_findings of this AddmDbSummary.
snapshot_interval_end Gets the snapshot_interval_end of this AddmDbSummary.
snapshot_interval_start Gets the snapshot_interval_start of this AddmDbSummary.
time_first_snapshot_begin Gets the time_first_snapshot_begin of this AddmDbSummary.
time_latest_snapshot_end Gets the time_latest_snapshot_end of this AddmDbSummary.
__init__(**kwargs)

Initializes a new AddmDbSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • database_details (oci.opsi.models.DatabaseDetails) – The value to assign to the database_details property of this AddmDbSummary.
  • number_of_findings (int) – The value to assign to the number_of_findings property of this AddmDbSummary.
  • number_of_addm_tasks (int) – The value to assign to the number_of_addm_tasks property of this AddmDbSummary.
  • time_first_snapshot_begin (datetime) – The value to assign to the time_first_snapshot_begin property of this AddmDbSummary.
  • time_latest_snapshot_end (datetime) – The value to assign to the time_latest_snapshot_end property of this AddmDbSummary.
  • snapshot_interval_start (str) – The value to assign to the snapshot_interval_start property of this AddmDbSummary.
  • snapshot_interval_end (str) – The value to assign to the snapshot_interval_end property of this AddmDbSummary.
  • max_overall_impact (float) – The value to assign to the max_overall_impact property of this AddmDbSummary.
  • most_frequent_category_name (str) – The value to assign to the most_frequent_category_name property of this AddmDbSummary.
  • most_frequent_category_display_name (str) – The value to assign to the most_frequent_category_display_name property of this AddmDbSummary.
database_details

[Required] Gets the database_details of this AddmDbSummary.

Returns:The database_details of this AddmDbSummary.
Return type:oci.opsi.models.DatabaseDetails
max_overall_impact

Gets the max_overall_impact of this AddmDbSummary. Maximum overall impact in terms of percentage of total activity

Returns:The max_overall_impact of this AddmDbSummary.
Return type:float
most_frequent_category_display_name

Gets the most_frequent_category_display_name of this AddmDbSummary. Category display name

Returns:The most_frequent_category_display_name of this AddmDbSummary.
Return type:str
most_frequent_category_name

Gets the most_frequent_category_name of this AddmDbSummary. Category name

Returns:The most_frequent_category_name of this AddmDbSummary.
Return type:str
number_of_addm_tasks

Gets the number_of_addm_tasks of this AddmDbSummary. Number of ADDM tasks

Returns:The number_of_addm_tasks of this AddmDbSummary.
Return type:int
number_of_findings

Gets the number_of_findings of this AddmDbSummary. Number of ADDM findings

Returns:The number_of_findings of this AddmDbSummary.
Return type:int
snapshot_interval_end

Gets the snapshot_interval_end of this AddmDbSummary. AWR snapshot id.

Returns:The snapshot_interval_end of this AddmDbSummary.
Return type:str
snapshot_interval_start

Gets the snapshot_interval_start of this AddmDbSummary. AWR snapshot id.

Returns:The snapshot_interval_start of this AddmDbSummary.
Return type:str
time_first_snapshot_begin

Gets the time_first_snapshot_begin of this AddmDbSummary. The start timestamp that was passed into the request.

Returns:The time_first_snapshot_begin of this AddmDbSummary.
Return type:datetime
time_latest_snapshot_end

Gets the time_latest_snapshot_end of this AddmDbSummary. The end timestamp that was passed into the request.

Returns:The time_latest_snapshot_end of this AddmDbSummary.
Return type:datetime