SummarizeHostInsightsTopProcessesUsageTrendCollection¶
-
class
oci.opsi.models.
SummarizeHostInsightsTopProcessesUsageTrendCollection
(**kwargs)¶ Bases:
object
Top level response object.
Methods
__init__
(**kwargs)Initializes a new SummarizeHostInsightsTopProcessesUsageTrendCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SummarizeHostInsightsTopProcessesUsageTrendCollection. time_interval_end
[Required] Gets the time_interval_end of this SummarizeHostInsightsTopProcessesUsageTrendCollection. time_interval_start
[Required] Gets the time_interval_start of this SummarizeHostInsightsTopProcessesUsageTrendCollection. -
__init__
(**kwargs)¶ Initializes a new SummarizeHostInsightsTopProcessesUsageTrendCollection 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 SummarizeHostInsightsTopProcessesUsageTrendCollection.
- time_interval_end (datetime) – The value to assign to the time_interval_end property of this SummarizeHostInsightsTopProcessesUsageTrendCollection.
- items (list[oci.opsi.models.TopProcessesUsageTrendAggregation]) – The value to assign to the items property of this SummarizeHostInsightsTopProcessesUsageTrendCollection.
-
items
¶ [Required] Gets the items of this SummarizeHostInsightsTopProcessesUsageTrendCollection. Collection of Usage Data with time stamps for top processes
Returns: The items of this SummarizeHostInsightsTopProcessesUsageTrendCollection. Return type: list[oci.opsi.models.TopProcessesUsageTrendAggregation]
-
time_interval_end
¶ [Required] Gets the time_interval_end of this SummarizeHostInsightsTopProcessesUsageTrendCollection. The end timestamp that was passed into the request.
Returns: The time_interval_end of this SummarizeHostInsightsTopProcessesUsageTrendCollection. Return type: datetime
-
time_interval_start
¶ [Required] Gets the time_interval_start of this SummarizeHostInsightsTopProcessesUsageTrendCollection. The start timestamp that was passed into the request.
Returns: The time_interval_start of this SummarizeHostInsightsTopProcessesUsageTrendCollection. Return type: datetime
-