Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.16 KB

Plans.md

File metadata and controls

20 lines (16 loc) · 1.16 KB

Org.OpenAPITools.Model.Plans

Plans for VPS instances.

Properties

Name Type Description Notes
Id string A unique ID for the Plan. [optional]
Name string The Plan name. [optional]
VcpuCount int The number of vCPUs in this Plan. [optional]
Ram int The amount of RAM in MB. [optional]
Disk int The disk size in GB. [optional]
Bandwidth int The monthly bandwidth quota in GB. [optional]
MonthlyCost int The monthly cost in US Dollars. [optional]
Type string The plan type.
Locations List<string> An array of Regions where this plan is valid for use. [optional]
DiskCount int The number of disks that this plan offers. [optional]

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