Skip to main content

CpOvhCatalogRow

No description

type CpOvhCatalogRow {
region: String!
flavorName: String!
vcpus: Int
ramMb: Int
diskGb: Int
inboundBandwidth: Int
outboundBandwidth: Int
ovhHourlyPriceCents: String
customerHourlyPriceCents: String
customerPricingMode: String!
quotaAvailable: Int
}

Fields

CpOvhCatalogRow.region ● String! non-null scalar

CpOvhCatalogRow.flavorName ● String! non-null scalar

CpOvhCatalogRow.vcpus ● Int scalar

CpOvhCatalogRow.ramMb ● Int scalar

CpOvhCatalogRow.diskGb ● Int scalar

CpOvhCatalogRow.inboundBandwidth ● Int scalar

CpOvhCatalogRow.outboundBandwidth ● Int scalar

CpOvhCatalogRow.ovhHourlyPriceCents ● String scalar

Raw OVH provider hourly cost in cents, as a string. Internal reference.

CpOvhCatalogRow.customerHourlyPriceCents ● String scalar

Customer-facing hourly price in cents, as a string.

CpOvhCatalogRow.customerPricingMode ● String! non-null scalar

How the customer price was derived (e.g. fixed vs. markup).

CpOvhCatalogRow.quotaAvailable ● Int scalar

Returned By

cpOvhCatalogSummary query