TopProcessesUsageTrendAggregation

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

Bases: object

Usage data per host top process

Methods

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

Attributes

command [Required] Gets the command of this TopProcessesUsageTrendAggregation.
usage_data [Required] Gets the usage_data of this TopProcessesUsageTrendAggregation.
__init__(**kwargs)

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

Parameters:
  • command (str) – The value to assign to the command property of this TopProcessesUsageTrendAggregation.
  • usage_data (list[oci.opsi.models.TopProcessesUsageTrend]) – The value to assign to the usage_data property of this TopProcessesUsageTrendAggregation.
command

[Required] Gets the command of this TopProcessesUsageTrendAggregation. Command line and arguments used to launch process

Returns:The command of this TopProcessesUsageTrendAggregation.
Return type:str
usage_data

[Required] Gets the usage_data of this TopProcessesUsageTrendAggregation. List of usage data samples for a top process

Returns:The usage_data of this TopProcessesUsageTrendAggregation.
Return type:list[oci.opsi.models.TopProcessesUsageTrend]