SqlInsightAggregationCollection

class oci.opsi.models.SqlInsightAggregationCollection(**kwargs)

Bases: object

SQL Insights response.

Methods

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

Attributes

inventory [Required] Gets the inventory of this SqlInsightAggregationCollection.
items [Required] Gets the items of this SqlInsightAggregationCollection.
thresholds [Required] Gets the thresholds of this SqlInsightAggregationCollection.
time_interval_end [Required] Gets the time_interval_end of this SqlInsightAggregationCollection.
time_interval_start [Required] Gets the time_interval_start of this SqlInsightAggregationCollection.
__init__(**kwargs)

Initializes a new SqlInsightAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • time_interval_start (datetime) – The value to assign to the time_interval_start property of this SqlInsightAggregationCollection.
  • time_interval_end (datetime) – The value to assign to the time_interval_end property of this SqlInsightAggregationCollection.
  • inventory (oci.opsi.models.SqlInventory) – The value to assign to the inventory property of this SqlInsightAggregationCollection.
  • items (list[oci.opsi.models.SqlInsightAggregation]) – The value to assign to the items property of this SqlInsightAggregationCollection.
  • thresholds (oci.opsi.models.SqlInsightThresholds) – The value to assign to the thresholds property of this SqlInsightAggregationCollection.
inventory

[Required] Gets the inventory of this SqlInsightAggregationCollection.

Returns:The inventory of this SqlInsightAggregationCollection.
Return type:oci.opsi.models.SqlInventory
items

[Required] Gets the items of this SqlInsightAggregationCollection. List of insights.

Returns:The items of this SqlInsightAggregationCollection.
Return type:list[oci.opsi.models.SqlInsightAggregation]
thresholds

[Required] Gets the thresholds of this SqlInsightAggregationCollection.

Returns:The thresholds of this SqlInsightAggregationCollection.
Return type:oci.opsi.models.SqlInsightThresholds
time_interval_end

[Required] Gets the time_interval_end of this SqlInsightAggregationCollection. The end timestamp that was passed into the request.

Returns:The time_interval_end of this SqlInsightAggregationCollection.
Return type:datetime
time_interval_start

[Required] Gets the time_interval_start of this SqlInsightAggregationCollection. The start timestamp that was passed into the request.

Returns:The time_interval_start of this SqlInsightAggregationCollection.
Return type:datetime