AddmDbFindingsTimeSeriesSummary¶
-
class
oci.opsi.models.
AddmDbFindingsTimeSeriesSummary
(**kwargs)¶ Bases:
object
ADDM findings time series data
Methods
__init__
(**kwargs)Initializes a new AddmDbFindingsTimeSeriesSummary object with values from keyword arguments. Attributes
analysis_avg_active_sessions
Gets the analysis_avg_active_sessions of this AddmDbFindingsTimeSeriesSummary. analysis_db_time_in_secs
Gets the analysis_db_time_in_secs of this AddmDbFindingsTimeSeriesSummary. category_display_name
[Required] Gets the category_display_name of this AddmDbFindingsTimeSeriesSummary. category_name
[Required] Gets the category_name of this AddmDbFindingsTimeSeriesSummary. finding_id
[Required] Gets the finding_id of this AddmDbFindingsTimeSeriesSummary. id
[Required] Gets the id of this AddmDbFindingsTimeSeriesSummary. impact_avg_active_sessions
[Required] Gets the impact_avg_active_sessions of this AddmDbFindingsTimeSeriesSummary. impact_db_time_in_secs
Gets the impact_db_time_in_secs of this AddmDbFindingsTimeSeriesSummary. impact_percent
[Required] Gets the impact_percent of this AddmDbFindingsTimeSeriesSummary. message
[Required] Gets the message of this AddmDbFindingsTimeSeriesSummary. name
[Required] Gets the name of this AddmDbFindingsTimeSeriesSummary. task_id
[Required] Gets the task_id of this AddmDbFindingsTimeSeriesSummary. task_name
[Required] Gets the task_name of this AddmDbFindingsTimeSeriesSummary. time_analysis_ended
Gets the time_analysis_ended of this AddmDbFindingsTimeSeriesSummary. time_analysis_started
Gets the time_analysis_started of this AddmDbFindingsTimeSeriesSummary. timestamp
[Required] Gets the timestamp of this AddmDbFindingsTimeSeriesSummary. -
__init__
(**kwargs)¶ Initializes a new AddmDbFindingsTimeSeriesSummary 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 AddmDbFindingsTimeSeriesSummary.
- task_id (int) – The value to assign to the task_id property of this AddmDbFindingsTimeSeriesSummary.
- task_name (str) – The value to assign to the task_name property of this AddmDbFindingsTimeSeriesSummary.
- finding_id (str) – The value to assign to the finding_id property of this AddmDbFindingsTimeSeriesSummary.
- timestamp (datetime) – The value to assign to the timestamp property of this AddmDbFindingsTimeSeriesSummary.
- time_analysis_started (datetime) – The value to assign to the time_analysis_started property of this AddmDbFindingsTimeSeriesSummary.
- time_analysis_ended (datetime) – The value to assign to the time_analysis_ended property of this AddmDbFindingsTimeSeriesSummary.
- category_name (str) – The value to assign to the category_name property of this AddmDbFindingsTimeSeriesSummary.
- category_display_name (str) – The value to assign to the category_display_name property of this AddmDbFindingsTimeSeriesSummary.
- name (str) – The value to assign to the name property of this AddmDbFindingsTimeSeriesSummary.
- message (str) – The value to assign to the message property of this AddmDbFindingsTimeSeriesSummary.
- analysis_db_time_in_secs (float) – The value to assign to the analysis_db_time_in_secs property of this AddmDbFindingsTimeSeriesSummary.
- analysis_avg_active_sessions (float) – The value to assign to the analysis_avg_active_sessions property of this AddmDbFindingsTimeSeriesSummary.
- impact_db_time_in_secs (float) – The value to assign to the impact_db_time_in_secs property of this AddmDbFindingsTimeSeriesSummary.
- impact_percent (float) – The value to assign to the impact_percent property of this AddmDbFindingsTimeSeriesSummary.
- impact_avg_active_sessions (float) – The value to assign to the impact_avg_active_sessions property of this AddmDbFindingsTimeSeriesSummary.
-
analysis_avg_active_sessions
¶ Gets the analysis_avg_active_sessions of this AddmDbFindingsTimeSeriesSummary. DB avg active sessions for the snapshot
Returns: The analysis_avg_active_sessions of this AddmDbFindingsTimeSeriesSummary. Return type: float
-
analysis_db_time_in_secs
¶ Gets the analysis_db_time_in_secs of this AddmDbFindingsTimeSeriesSummary. DB time in seconds for the snapshot
Returns: The analysis_db_time_in_secs of this AddmDbFindingsTimeSeriesSummary. Return type: float
-
category_display_name
¶ [Required] Gets the category_display_name of this AddmDbFindingsTimeSeriesSummary. Category display name
Returns: The category_display_name of this AddmDbFindingsTimeSeriesSummary. Return type: str
-
category_name
¶ [Required] Gets the category_name of this AddmDbFindingsTimeSeriesSummary. Category name
Returns: The category_name of this AddmDbFindingsTimeSeriesSummary. Return type: str
-
finding_id
¶ [Required] Gets the finding_id of this AddmDbFindingsTimeSeriesSummary. Unique finding id
Returns: The finding_id of this AddmDbFindingsTimeSeriesSummary. Return type: str
-
id
¶ [Required] Gets the id of this AddmDbFindingsTimeSeriesSummary. The OCID of the Database insight.
Returns: The id of this AddmDbFindingsTimeSeriesSummary. Return type: str
-
impact_avg_active_sessions
¶ [Required] Gets the impact_avg_active_sessions of this AddmDbFindingsTimeSeriesSummary. Impact in terms of average active sessions
Returns: The impact_avg_active_sessions of this AddmDbFindingsTimeSeriesSummary. Return type: float
-
impact_db_time_in_secs
¶ Gets the impact_db_time_in_secs of this AddmDbFindingsTimeSeriesSummary. Impact in seconds
Returns: The impact_db_time_in_secs of this AddmDbFindingsTimeSeriesSummary. Return type: float
-
impact_percent
¶ [Required] Gets the impact_percent of this AddmDbFindingsTimeSeriesSummary. Impact in terms of percentage of total activity
Returns: The impact_percent of this AddmDbFindingsTimeSeriesSummary. Return type: float
-
message
¶ [Required] Gets the message of this AddmDbFindingsTimeSeriesSummary. Finding message
Returns: The message of this AddmDbFindingsTimeSeriesSummary. Return type: str
-
name
¶ [Required] Gets the name of this AddmDbFindingsTimeSeriesSummary. Finding name
Returns: The name of this AddmDbFindingsTimeSeriesSummary. Return type: str
-
task_id
¶ [Required] Gets the task_id of this AddmDbFindingsTimeSeriesSummary. Unique ADDM task id
Returns: The task_id of this AddmDbFindingsTimeSeriesSummary. Return type: int
-
task_name
¶ [Required] Gets the task_name of this AddmDbFindingsTimeSeriesSummary. ADDM task name
Returns: The task_name of this AddmDbFindingsTimeSeriesSummary. Return type: str
-
time_analysis_ended
¶ Gets the time_analysis_ended of this AddmDbFindingsTimeSeriesSummary. End Timestamp of snapshot
Returns: The time_analysis_ended of this AddmDbFindingsTimeSeriesSummary. Return type: datetime
-
time_analysis_started
¶ Gets the time_analysis_started of this AddmDbFindingsTimeSeriesSummary. Start Timestamp of snapshot
Returns: The time_analysis_started of this AddmDbFindingsTimeSeriesSummary. Return type: datetime
-
timestamp
¶ [Required] Gets the timestamp of this AddmDbFindingsTimeSeriesSummary. Timestamp when finding was generated
Returns: The timestamp of this AddmDbFindingsTimeSeriesSummary. Return type: datetime
-