OBJECT
FinOpsAzureVmRightsizingSummary
The summary of the evaluation
link GraphQL Schema definition
- type FinOpsAzureVmRightsizingSummary implements FinOpsRightsizingSummary {
- # Currency value
- String :
- # The aggregated currentCost of the assets under evaluation
- Float! :
- # The aggregated projected cost of the assets if the recommendations are applied
- Float! :
- # The count of the assets which are downsize recommendations
- Int! :
- # The current monthly cost of the assets under evaluation
- Float! :
- # The count of the assets with no recommendations
- Int! :
- # The difference of ProjectedMonthly cost and Monthly cost
- Float! :
- # The projected monthly cost if the recommendations are implemented
- Float! :
- # The savings based on difference of currentMonthAggregatedCost and
- # currentMonthProjectedCost
- Float! :
- # The savings based on difference of currentMonthAggregatedCost and
- # currentMonthProjectedCost by category
- FinOpsSavingsByCategory :
- # The count of the assets which need to be resized
- Int! :
- # The count of the assets which need to be terminated
- Int! :
- # The count of the assets which have recommendations
- Int! :
- # The count of the assets which are upsize recommendations
- Int! :
- }
link Require by
This element is not required by anyone