OBJECT
FinOpsEBSVolumeRecommendedOption
The additional recommendations for the EBS volume
link GraphQL Schema definition
- type FinOpsEBSVolumeRecommendedOption implements FinOpsRecommendedRightsizingOption {
- # Flag to identify the best fit recommendation
- Boolean :
- # Name of a volume type
- String! :
- # Pricing Info of a volume type
- FinOpsPricing :
- # The projected cost for this asset for 1 month if recommendations are applied
- Float :
- # The Projected Monthly price
- Float :
- # The Projected Monthly Savings
- Float :
- # The projected savings for this asset is based on the cost difference between the
- # currentCost and projectedCost.
- Float :
- # Provisioned IOPS of a volume type
- Float :
- # Provisioned storage in GB of a volume type
- Float :
- # Provisioned throughput of a volume type
- Float :
- # Throughput unit of a volume
- String :
- }
link Require by
This element is not required by anyone