AddmDbRecommendationsTimeSeriesSummary¶
- 
class oci.opsi.models.AddmDbRecommendationsTimeSeriesSummary(**kwargs)¶
- Bases: - object- ADDM recommendation - Methods - __init__(**kwargs)- Initializes a new AddmDbRecommendationsTimeSeriesSummary object with values from keyword arguments. - Attributes - analysis_avg_active_sessions- Gets the analysis_avg_active_sessions of this AddmDbRecommendationsTimeSeriesSummary. - analysis_db_time_in_secs- Gets the analysis_db_time_in_secs of this AddmDbRecommendationsTimeSeriesSummary. - id- [Required] Gets the id of this AddmDbRecommendationsTimeSeriesSummary. - max_benefit_avg_active_sessions- Gets the max_benefit_avg_active_sessions of this AddmDbRecommendationsTimeSeriesSummary. - max_benefit_db_time_in_secs- Gets the max_benefit_db_time_in_secs of this AddmDbRecommendationsTimeSeriesSummary. - max_benefit_percent- Gets the max_benefit_percent of this AddmDbRecommendationsTimeSeriesSummary. - related_object- Gets the related_object of this AddmDbRecommendationsTimeSeriesSummary. - task_id- [Required] Gets the task_id of this AddmDbRecommendationsTimeSeriesSummary. - task_name- [Required] Gets the task_name of this AddmDbRecommendationsTimeSeriesSummary. - time_analysis_ended- Gets the time_analysis_ended of this AddmDbRecommendationsTimeSeriesSummary. - time_analysis_started- Gets the time_analysis_started of this AddmDbRecommendationsTimeSeriesSummary. - timestamp- [Required] Gets the timestamp of this AddmDbRecommendationsTimeSeriesSummary. - type- Gets the type of this AddmDbRecommendationsTimeSeriesSummary. - 
__init__(**kwargs)¶
- Initializes a new AddmDbRecommendationsTimeSeriesSummary 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 AddmDbRecommendationsTimeSeriesSummary.
- task_id (int) – The value to assign to the task_id property of this AddmDbRecommendationsTimeSeriesSummary.
- task_name (str) – The value to assign to the task_name property of this AddmDbRecommendationsTimeSeriesSummary.
- timestamp (datetime) – The value to assign to the timestamp property of this AddmDbRecommendationsTimeSeriesSummary.
- time_analysis_started (datetime) – The value to assign to the time_analysis_started property of this AddmDbRecommendationsTimeSeriesSummary.
- time_analysis_ended (datetime) – The value to assign to the time_analysis_ended property of this AddmDbRecommendationsTimeSeriesSummary.
- type (str) – The value to assign to the type property of this AddmDbRecommendationsTimeSeriesSummary.
- analysis_db_time_in_secs (float) – The value to assign to the analysis_db_time_in_secs property of this AddmDbRecommendationsTimeSeriesSummary.
- analysis_avg_active_sessions (float) – The value to assign to the analysis_avg_active_sessions property of this AddmDbRecommendationsTimeSeriesSummary.
- max_benefit_percent (float) – The value to assign to the max_benefit_percent property of this AddmDbRecommendationsTimeSeriesSummary.
- max_benefit_db_time_in_secs (float) – The value to assign to the max_benefit_db_time_in_secs property of this AddmDbRecommendationsTimeSeriesSummary.
- max_benefit_avg_active_sessions (float) – The value to assign to the max_benefit_avg_active_sessions property of this AddmDbRecommendationsTimeSeriesSummary.
- related_object (oci.opsi.models.RelatedObjectTypeDetails) – The value to assign to the related_object property of this AddmDbRecommendationsTimeSeriesSummary.
 
 - 
analysis_avg_active_sessions¶
- Gets the analysis_avg_active_sessions of this AddmDbRecommendationsTimeSeriesSummary. DB avg active sessions for the snapshot - Returns: - The analysis_avg_active_sessions of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - float 
 - 
analysis_db_time_in_secs¶
- Gets the analysis_db_time_in_secs of this AddmDbRecommendationsTimeSeriesSummary. DB time in seconds for the snapshot - Returns: - The analysis_db_time_in_secs of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - float 
 - 
id¶
- [Required] Gets the id of this AddmDbRecommendationsTimeSeriesSummary. The OCID of the Database insight. - Returns: - The id of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - str 
 - 
max_benefit_avg_active_sessions¶
- Gets the max_benefit_avg_active_sessions of this AddmDbRecommendationsTimeSeriesSummary. Maximum estimated benefit in terms of average active sessions - Returns: - The max_benefit_avg_active_sessions of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - float 
 - 
max_benefit_db_time_in_secs¶
- Gets the max_benefit_db_time_in_secs of this AddmDbRecommendationsTimeSeriesSummary. Maximum estimated benefit in terms of seconds - Returns: - The max_benefit_db_time_in_secs of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - float 
 - 
max_benefit_percent¶
- Gets the max_benefit_percent of this AddmDbRecommendationsTimeSeriesSummary. Maximum estimated benefit in terms of percentage of total activity - Returns: - The max_benefit_percent of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - float 
 - Gets the related_object of this AddmDbRecommendationsTimeSeriesSummary. - Returns: - The related_object of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - oci.opsi.models.RelatedObjectTypeDetails 
 - 
task_id¶
- [Required] Gets the task_id of this AddmDbRecommendationsTimeSeriesSummary. Unique ADDM task id - Returns: - The task_id of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - int 
 - 
task_name¶
- [Required] Gets the task_name of this AddmDbRecommendationsTimeSeriesSummary. ADDM task name - Returns: - The task_name of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - str 
 - 
time_analysis_ended¶
- Gets the time_analysis_ended of this AddmDbRecommendationsTimeSeriesSummary. End Timestamp of snapshot - Returns: - The time_analysis_ended of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - datetime 
 - 
time_analysis_started¶
- Gets the time_analysis_started of this AddmDbRecommendationsTimeSeriesSummary. Start Timestamp of snapshot - Returns: - The time_analysis_started of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - datetime 
 - 
timestamp¶
- [Required] Gets the timestamp of this AddmDbRecommendationsTimeSeriesSummary. Timestamp when recommendation was generated - Returns: - The timestamp of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - datetime 
 - 
type¶
- Gets the type of this AddmDbRecommendationsTimeSeriesSummary. Type of recommendation - Returns: - The type of this AddmDbRecommendationsTimeSeriesSummary. - Return type: - str 
 
-