CheckPriceOutput
No description
type CheckPriceOutput {
total: PriceComponent!
subTotal: PriceComponent!
cpu: PriceComponent!
memory: PriceComponent!
gpu: PriceComponent!
volumes: PriceComponent!
bandwidth: PriceComponent!
misc: PriceComponent!
canBeFreeTier: Boolean!
}
Fields
CheckPriceOutput.total
● PriceComponent!
non-null object
CheckPriceOutput.subTotal
● PriceComponent!
non-null object
CheckPriceOutput.cpu
● PriceComponent!
non-null object
CheckPriceOutput.memory
● PriceComponent!
non-null object
CheckPriceOutput.gpu
● PriceComponent!
non-null object
CheckPriceOutput.volumes
● PriceComponent!
non-null object
CheckPriceOutput.bandwidth
● PriceComponent!
non-null object
CheckPriceOutput.misc
● PriceComponent!
non-null object
CheckPriceOutput.canBeFreeTier
● Boolean!
non-null scalar
Returned by
checkPrice
query