ENUM
FinOpsCloudCostSmartSummaryChangeReason
Set of change reasons explaining the change in cost and usage for given time frame
link GraphQL Schema definition
- enum FinOpsCloudCostSmartSummaryChangeReason {
- # Describes a scenario where a specific cost summary is noticed or observed new in
- # comparison to the previous state.
- # Describes a situation where a specific cost summary has ceased to occur in
- # comparison to the previous state
- # Describes a scenario where for a specific cost summary, the total cost at end
- # time period has increased proportional to the
- # increase in usage amount when compared to the start time period.
- # Describes a scenario where for a specific cost summary, the total cost at end
- # time period has decreased proportional to the
- # decrease in usage amount in comparison to the start time period.
- # Describes a scenario where for a specific cost summary, the total cost has
- # changed for the same usage amount due to
- # reserved instances float in comparison to the previous state.
- # Describes a scenario where for a specific cost summary, the total cost has
- # changed for the same usage amount due to savings
- # plan float in comparison to the previous state.
- # Describes a scenario where for a specific cost summary, the total cost has
- # changed for the same usage amount due to spot
- # instance dynamic pricing in comparison to the previous state.
- # Describes a scenario where for a specific cost summary, the total cost has
- # changed for a similar usage amount due to
- # volume based tiered pricing in comparison to the previous state.
- # Describes a scenario where for a specific cost summary, the total cost has
- # changed for a similar usage amount due to
- # pricing change in comparison to the previous state.
- # Describes a scenario where for a specific cost summary, the total cost has no
- # changes compared to the previous state.
- }