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 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.
  • DECREASED_USAGE
  • # 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.
  • INCREASED_USAGE
  • # 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.
  • PRICING_CHANGE
  • # 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.
  • RESERVED_INSTANCE_FLOAT
  • # 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.
  • SAVINGS_PLAN_FLOAT
  • # 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.
  • SPOT_INSTANCE_DYNAMIC_PRICING
  • # Describes a scenario where a specific cost summary is noticed or observed new in
  • # comparison to the previous state.
  • START
  • # Describes a situation where a specific cost summary has ceased to occur in
  • # comparison to the previous state
  • STOP
  • # 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.
  • VOLUME_BASED_TIERED_PRICING
  • }