OBJECT
FinOpsCostPerCPUData
Cost Per CPU data
link GraphQL Schema definition
- type FinOpsCostPerCPUData {
- # Cost per CPU Data for the last 12 months.
- FinOpsAggregationValuesWithTimeStamp!]! : [
- # The Cost per CPU data currency
- String! :
- # The granularity over which the Cost per CPU data will be populated.
- # Currently, only monthly is supported.
- FinOpsDataGranularity! :
- # The time period over which the Cost per CPU data will be populated.
- # Currently, only Last 12 months is supported.
- String! :
- # The Cost per CPU data calculation unit
- String! :
- }