PerformanceTuningAnalysisCollection¶
- 
class oci.jms_utils.models.PerformanceTuningAnalysisCollection(**kwargs)¶
- Bases: - object- Results of a Performance Tuning Analysis search. Contains PerformanceTuningAnalysisSummary items. - Methods - __init__(**kwargs)- Initializes a new PerformanceTuningAnalysisCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this PerformanceTuningAnalysisCollection. - 
__init__(**kwargs)¶
- Initializes a new PerformanceTuningAnalysisCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.jms_utils.models.PerformanceTuningAnalysisSummary]) – The value to assign to the items property of this PerformanceTuningAnalysisCollection. 
 - 
items¶
- [Required] Gets the items of this PerformanceTuningAnalysisCollection. List of Performance Tuning Analysis. - Returns: - The items of this PerformanceTuningAnalysisCollection. - Return type: - list[oci.jms_utils.models.PerformanceTuningAnalysisSummary] 
 
-