Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 4.2 KB

Stock.md

File metadata and controls

43 lines (39 loc) · 4.2 KB

Stock

Properties

Name Type Description Notes
IsSps bool true false. If product is SPS
ProductHourlyPrice float32 Price per hour. [optional] [default to null]
ProductCpuCores string Human readable CPU core and thread info in HTML format. [optional] [default to null]
BiennialLocationPremium float32 Additional biennial fee for this `product_id` in this `data_center`. [optional] [default to null]
ProductTriennialPrice float32 Price per 3 year period (36 months). [optional] [default to null]
TriennialLocationPremium float32 Additional triennial fee for this `product_id` in this `data_center`. [optional] [default to null]
IsVps bool true false. If SPS product is VPS type
AnnuallyLocationPremium float32 Additional annual fee for this `product_id` in this `data_center`. [optional] [default to null]
SemiAnnuallyLocationPremium float32 Additional semi-annual fee for this `product_id` in this `data_center`. [optional] [default to null]
ProductGpu string Human readable GPU specs. [optional] [default to null]
ProductOnSale bool true false. Use with `product_original_price`.
ProductOriginalPrice float32 Retail price of product. Use with `product_on_sale`. [optional] [default to null]
ProductSemiAnnuallyPrice float32 Price per half year (6 months). [optional] [default to null]
ProductBandwidth string Human readable networking specs in the format: Free Outbound Transfer / NIC Size [optional] [default to null]
ProductBiennialPrice float32 Price per 2 year period (24 months). [optional] [default to null]
ProductAnnuallyPrice float32 Price per year (12 months). [optional] [default to null]
ProductMonthlyPrice float32 Price per month. [optional] [default to null]
ProductName string The unique name of this product. [optional] [default to null]
Stock string available limited
ProductDisabledBillingPeriods []string Orders for the periods in the array will fail. Possible values: hourly monthly
ProductQuarterlyPrice float32 Price per quarter (3 months). [optional] [default to null]
ProductCpu string Human readable CPU specs. [optional] [default to null]
HourlyLocationPremium float32 Additional hourly fee for this `product_id` in this `data_center`. [optional] [default to null]
LocationOptionId int32 Location option ID for datacenter [optional] [default to null]
ProductId int32 The unique ID of this product. [optional] [default to null]
ProcessorInfo interface{} JSON CPU info for cores, threads, sockets, and vCPUs. [optional] [default to null]
ProductDisplayPrice float32 DEPRECATED. [optional] [default to null]
ProductDrive string Human readable drive specs. Can include multiple drives. [optional] [default to null]
ProductMemory string Human readable memory specs. [optional] [default to null]
Core bool true false if core site.
DataCenter string A facility code. For example `NYC1`. [optional] [default to null]
QuarterlyLocationPremium float32 Additional quarterly fee for this `product_id` in this `data_center`. [optional] [default to null]
MonthlyLocationPremium float32 Additional monthly fee for this `product_id` in this `data_center`. [optional] [default to null]
Edge bool true false if edge site.

[Back to Model list] [Back to API list] [Back to README]