ProblemTrendAggregation¶
-
class
oci.cloud_guard.models.
ProblemTrendAggregation
(**kwargs)¶ Bases:
object
Provides aggregated information on trends for counts of problems by specified parameters.
Methods
__init__
(**kwargs)Initializes a new ProblemTrendAggregation object with values from keyword arguments. Attributes
count
[Required] Gets the count of this ProblemTrendAggregation. dimensions_map
[Required] Gets the dimensions_map of this ProblemTrendAggregation. duration_in_seconds
[Required] Gets the duration_in_seconds of this ProblemTrendAggregation. start_timestamp
[Required] Gets the start_timestamp of this ProblemTrendAggregation. -
__init__
(**kwargs)¶ Initializes a new ProblemTrendAggregation 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 ProblemTrendAggregation.
- start_timestamp (float) – The value to assign to the start_timestamp property of this ProblemTrendAggregation.
- duration_in_seconds (int) – The value to assign to the duration_in_seconds property of this ProblemTrendAggregation.
- count (int) – The value to assign to the count property of this ProblemTrendAggregation.
-
count
¶ [Required] Gets the count of this ProblemTrendAggregation. The number of occurrences for the corresponding time range and dimensions.
Returns: The count of this ProblemTrendAggregation. Return type: int
-
dimensions_map
¶ [Required] Gets the dimensions_map of this ProblemTrendAggregation. The key-value pairs of dimensions and their names
Returns: The dimensions_map of this ProblemTrendAggregation. Return type: dict(str, str)
-
duration_in_seconds
¶ [Required] Gets the duration_in_seconds of this ProblemTrendAggregation. Duration
Returns: The duration_in_seconds of this ProblemTrendAggregation. Return type: int
-
start_timestamp
¶ [Required] Gets the start_timestamp of this ProblemTrendAggregation. Start time in epoch seconds
Returns: The start_timestamp of this ProblemTrendAggregation. Return type: float
-