PerformanceTuningAnalysisResultCollection

class oci.jms.models.PerformanceTuningAnalysisResultCollection(**kwargs)

Bases: object

List of Performance Tuning Analysis results.

Methods

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

Attributes

items [Required] Gets the items of this PerformanceTuningAnalysisResultCollection.
__init__(**kwargs)

Initializes a new PerformanceTuningAnalysisResultCollection 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.models.PerformanceTuningAnalysisResultSummary]) – The value to assign to the items property of this PerformanceTuningAnalysisResultCollection.
items

[Required] Gets the items of this PerformanceTuningAnalysisResultCollection. A list of Performance Tuning Analysis results.

Returns:The items of this PerformanceTuningAnalysisResultCollection.
Return type:list[oci.jms.models.PerformanceTuningAnalysisResultSummary]