ENUM

FinOpsRightsizingUtilizationStatus

The utilization status of the asset

link GraphQL Schema definition

  • enum FinOpsRightsizingUtilizationStatus {
  • # On target as per efficiency target
  • GOOD_FIT
  • # Status is not applicable
  • NOT_APPLICABLE
  • # Not enough data to complete evaluation
  • NOT_ENOUGH_DATA
  • # Over target as per efficiency target
  • OVER_TARGET
  • # Under target as per efficiency target
  • UNDER_TARGET
  • # Status is ambiguous - undetermined_fit
  • UNDETERMINED_FIT
  • # Status is unknown
  • UNKNOWN
  • }