FlexCloud Server
Line 22: | Line 22: | ||
== Server == | == Server == | ||
+ | A server is a virtual machine instance in the cloud infrastructure. [[Flavor]] and [[Image]] are requisite elements when creating a server. | ||
* [[ServerList]] | * [[ServerList]] | ||
* [[ServerListDetails]] | * [[ServerListDetails]] |
Revision as of 13:32, 2 February 2012
FlexCloud Server is a web service that provides compute capacity in the cloud. It is designed to allow you to quickly scale capacity as your computing requirements change. You can setup and provision Server Instances and other computing resources in minutes programmatically via the FlexCloud Server API. You have full control over your computing resources and you only pay for what you use.
Please feel free to post any feedback and submit any questions you may have in the “Comments” section.
Contents |
Common
Flavor
A flavor is a set of resource constraints including RAM, disk size and number of CPUs. They are used to describe Server, ServerListDetails and create servers ServerCreate.
Image
Images are disk templates that are used to create new servers ServerCreate. They are also used to inspect running ServerListDetails and Server instances.
Server
A server is a virtual machine instance in the cloud infrastructure. Flavor and Image are requisite elements when creating a server.