AlertAggregationItems¶
-
class
oci.data_safe.models.
AlertAggregationItems
(**kwargs)¶ Bases:
object
Details of alerts aggregation items.
Methods
__init__
(**kwargs)Initializes a new AlertAggregationItems object with values from keyword arguments. Attributes
count
[Required] Gets the count of this AlertAggregationItems. dimensions
Gets the dimensions of this AlertAggregationItems. metric_name
[Required] Gets the metric_name of this AlertAggregationItems. time_ended
[Required] Gets the time_ended of this AlertAggregationItems. time_started
[Required] Gets the time_started of this AlertAggregationItems. -
__init__
(**kwargs)¶ Initializes a new AlertAggregationItems object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - metric_name (str) – The value to assign to the metric_name property of this AlertAggregationItems.
- time_started (datetime) – The value to assign to the time_started property of this AlertAggregationItems.
- time_ended (datetime) – The value to assign to the time_ended property of this AlertAggregationItems.
- count (int) – The value to assign to the count property of this AlertAggregationItems.
- dimensions (oci.data_safe.models.AlertsAggregationDimension) – The value to assign to the dimensions property of this AlertAggregationItems.
-
count
¶ [Required] Gets the count of this AlertAggregationItems. Total count of aggregated values.
Returns: The count of this AlertAggregationItems. Return type: int
-
dimensions
¶ Gets the dimensions of this AlertAggregationItems.
Returns: The dimensions of this AlertAggregationItems. Return type: oci.data_safe.models.AlertsAggregationDimension
-
metric_name
¶ [Required] Gets the metric_name of this AlertAggregationItems. The name of the aggregation.
Returns: The metric_name of this AlertAggregationItems. Return type: str
-
time_ended
¶ [Required] Gets the time_ended of this AlertAggregationItems. The time at which the aggregation ended.
Returns: The time_ended of this AlertAggregationItems. Return type: datetime
-
time_started
¶ [Required] Gets the time_started of this AlertAggregationItems. The time at which the aggregation started.
Returns: The time_started of this AlertAggregationItems. Return type: datetime
-