CostAnomalyEventAnalyticSummary¶
-
class
oci.budget.models.CostAnomalyEventAnalyticSummary(**kwargs)¶ Bases:
objectA CostAnomalyEventAnalyticSummary.
Methods
__init__(**kwargs)Initializes a new CostAnomalyEventAnalyticSummary object with values from keyword arguments. Attributes
average_cost_impact[Required] Gets the average_cost_impact of this CostAnomalyEventAnalyticSummary. average_cost_variance[Required] Gets the average_cost_variance of this CostAnomalyEventAnalyticSummary. count[Required] Gets the count of this CostAnomalyEventAnalyticSummary. -
__init__(**kwargs)¶ Initializes a new CostAnomalyEventAnalyticSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - count (int) – The value to assign to the count property of this CostAnomalyEventAnalyticSummary.
- average_cost_impact (float) – The value to assign to the average_cost_impact property of this CostAnomalyEventAnalyticSummary.
- average_cost_variance (float) – The value to assign to the average_cost_variance property of this CostAnomalyEventAnalyticSummary.
-
average_cost_impact¶ [Required] Gets the average_cost_impact of this CostAnomalyEventAnalyticSummary. The average cost impact of the anomaly events in the given time period.
Returns: The average_cost_impact of this CostAnomalyEventAnalyticSummary. Return type: float
-
average_cost_variance¶ [Required] Gets the average_cost_variance of this CostAnomalyEventAnalyticSummary. The average cost variance of the anomaly events in the given time period.
Returns: The average_cost_variance of this CostAnomalyEventAnalyticSummary. Return type: float
-
count¶ [Required] Gets the count of this CostAnomalyEventAnalyticSummary. The number of cost anomaly events in the given time period.
Returns: The count of this CostAnomalyEventAnalyticSummary. Return type: int
-