AddmDbFindingAggregation¶
-
class
oci.opsi.models.
AddmDbFindingAggregation
(**kwargs)¶ Bases:
object
Summarizes a specific ADDM finding
Methods
__init__
(**kwargs)Initializes a new AddmDbFindingAggregation object with values from keyword arguments. Attributes
category_display_name
[Required] Gets the category_display_name of this AddmDbFindingAggregation. category_name
[Required] Gets the category_name of this AddmDbFindingAggregation. finding_id
[Required] Gets the finding_id of this AddmDbFindingAggregation. frequency_count
[Required] Gets the frequency_count of this AddmDbFindingAggregation. id
[Required] Gets the id of this AddmDbFindingAggregation. impact_avg_active_sessions
Gets the impact_avg_active_sessions of this AddmDbFindingAggregation. impact_max_percent
[Required] Gets the impact_max_percent of this AddmDbFindingAggregation. impact_overall_percent
[Required] Gets the impact_overall_percent of this AddmDbFindingAggregation. message
[Required] Gets the message of this AddmDbFindingAggregation. name
[Required] Gets the name of this AddmDbFindingAggregation. recommendation_count
[Required] Gets the recommendation_count of this AddmDbFindingAggregation. -
__init__
(**kwargs)¶ Initializes a new AddmDbFindingAggregation 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 AddmDbFindingAggregation.
- finding_id (str) – The value to assign to the finding_id property of this AddmDbFindingAggregation.
- category_name (str) – The value to assign to the category_name property of this AddmDbFindingAggregation.
- category_display_name (str) – The value to assign to the category_display_name property of this AddmDbFindingAggregation.
- name (str) – The value to assign to the name property of this AddmDbFindingAggregation.
- message (str) – The value to assign to the message property of this AddmDbFindingAggregation.
- impact_overall_percent (float) – The value to assign to the impact_overall_percent property of this AddmDbFindingAggregation.
- impact_max_percent (float) – The value to assign to the impact_max_percent property of this AddmDbFindingAggregation.
- impact_avg_active_sessions (float) – The value to assign to the impact_avg_active_sessions property of this AddmDbFindingAggregation.
- frequency_count (int) – The value to assign to the frequency_count property of this AddmDbFindingAggregation.
- recommendation_count (int) – The value to assign to the recommendation_count property of this AddmDbFindingAggregation.
-
category_display_name
¶ [Required] Gets the category_display_name of this AddmDbFindingAggregation. Category display name
Returns: The category_display_name of this AddmDbFindingAggregation. Return type: str
-
category_name
¶ [Required] Gets the category_name of this AddmDbFindingAggregation. Category name
Returns: The category_name of this AddmDbFindingAggregation. Return type: str
-
finding_id
¶ [Required] Gets the finding_id of this AddmDbFindingAggregation. Unique finding id
Returns: The finding_id of this AddmDbFindingAggregation. Return type: str
-
frequency_count
¶ [Required] Gets the frequency_count of this AddmDbFindingAggregation. Number of occurrences for this finding
Returns: The frequency_count of this AddmDbFindingAggregation. Return type: int
-
id
¶ [Required] Gets the id of this AddmDbFindingAggregation. The OCID of the Database insight.
Returns: The id of this AddmDbFindingAggregation. Return type: str
-
impact_avg_active_sessions
¶ Gets the impact_avg_active_sessions of this AddmDbFindingAggregation. Impact in terms of average active sessions
Returns: The impact_avg_active_sessions of this AddmDbFindingAggregation. Return type: float
-
impact_max_percent
¶ [Required] Gets the impact_max_percent of this AddmDbFindingAggregation. Maximum impact in terms of percentage of total activity
Returns: The impact_max_percent of this AddmDbFindingAggregation. Return type: float
-
impact_overall_percent
¶ [Required] Gets the impact_overall_percent of this AddmDbFindingAggregation. Overall impact in terms of percentage of total activity
Returns: The impact_overall_percent of this AddmDbFindingAggregation. Return type: float
-
message
¶ [Required] Gets the message of this AddmDbFindingAggregation. Finding message
Returns: The message of this AddmDbFindingAggregation. Return type: str
-
name
¶ [Required] Gets the name of this AddmDbFindingAggregation. Finding name
Returns: The name of this AddmDbFindingAggregation. Return type: str
-
recommendation_count
¶ [Required] Gets the recommendation_count of this AddmDbFindingAggregation. Number of recommendations for this finding
Returns: The recommendation_count of this AddmDbFindingAggregation. Return type: int
-