ResponderExecutionTrendAggregation

class oci.cloud_guard.models.ResponderExecutionTrendAggregation(**kwargs)

Bases: object

Provides the timestamps and their corresponding number of remediations.

Methods

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

Attributes

count [Required] Gets the count of this ResponderExecutionTrendAggregation.
dimensions_map [Required] Gets the dimensions_map of this ResponderExecutionTrendAggregation.
duration_in_seconds [Required] Gets the duration_in_seconds of this ResponderExecutionTrendAggregation.
start_timestamp [Required] Gets the start_timestamp of this ResponderExecutionTrendAggregation.
__init__(**kwargs)

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

Parameters:
  • dimensions_map (dict(str, str)) – The value to assign to the dimensions_map property of this ResponderExecutionTrendAggregation.
  • start_timestamp (float) – The value to assign to the start_timestamp property of this ResponderExecutionTrendAggregation.
  • duration_in_seconds (int) – The value to assign to the duration_in_seconds property of this ResponderExecutionTrendAggregation.
  • count (int) – The value to assign to the count property of this ResponderExecutionTrendAggregation.
count

[Required] Gets the count of this ResponderExecutionTrendAggregation. The number of remediations for a given time

Returns:The count of this ResponderExecutionTrendAggregation.
Return type:int
dimensions_map

[Required] Gets the dimensions_map of this ResponderExecutionTrendAggregation. The key-value pairs of dimensions and their names

Returns:The dimensions_map of this ResponderExecutionTrendAggregation.
Return type:dict(str, str)
duration_in_seconds

[Required] Gets the duration_in_seconds of this ResponderExecutionTrendAggregation. Duration

Returns:The duration_in_seconds of this ResponderExecutionTrendAggregation.
Return type:int
start_timestamp

[Required] Gets the start_timestamp of this ResponderExecutionTrendAggregation. Start time in epoch seconds

Returns:The start_timestamp of this ResponderExecutionTrendAggregation.
Return type:float