AggregationInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents the aggregation level and interval for pricing of a single SKU.
Attribute | |
---|---|
Name | Description |
aggregation_count |
int
The number of intervals to aggregate over. Example: If aggregation_level is "DAILY" and aggregation_count is 14, aggregation will be over 14 days. |
Classes
AggregationInterval
AggregationInterval(value)
The interval at which usage is aggregated to compute cost. Example: "MONTHLY" aggregation interval indicates that usage for tiered pricing is aggregated every month.
Values: AGGREGATION_INTERVAL_UNSPECIFIED (0): No description available. DAILY (1): No description available. MONTHLY (2): No description available.
AggregationLevel
AggregationLevel(value)
The level at which usage is aggregated to compute cost. Example: "ACCOUNT" aggregation level indicates that usage for tiered pricing is aggregated across all projects in a single account.
Values: AGGREGATION_LEVEL_UNSPECIFIED (0): No description available. ACCOUNT (1): No description available. PROJECT (2): No description available.