Skip to main content
Version: 0.1.0

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