OBJECT

FinOpsEBSVolumeRecommendedOption

The additional recommendations for the EBS volume

link GraphQL Schema definition

  • type FinOpsEBSVolumeRecommendedOption implements FinOpsRecommendedRightsizingOption {
  • # Flag to identify the best fit recommendation
  • bestFit: Boolean
  • # Name of a volume type
  • name: String!
  • # Pricing Info of a volume type
  • pricingInfo: FinOpsPricing
  • # The projected cost for this asset for 1 month if recommendations are applied
  • projectedCost: Float
  • # The Projected Monthly price
  • projectedMonthlyPrice: Float
  • # The Projected Monthly Savings
  • projectedMonthlySavings: Float
  • # The projected savings for this asset is based on the cost difference between the
  • # currentCost and projectedCost.
  • projectedSavingsByCost: Float
  • # Provisioned IOPS of a volume type
  • provisionedIOPS: Float
  • # Provisioned storage in GB of a volume type
  • provisionedStorageInGB: Float
  • # Provisioned throughput of a volume type
  • provisionedThroughput: Float
  • # Throughput unit of a volume
  • throughputUnit: String
  • }

link Require by

This element is not required by anyone