FlexCloud Server
m (moved FlexCloud Server (HC2) to FlexCloud Server) |
|||
Line 1: | Line 1: | ||
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. | 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. | + | '''Please feel free to post any feedback and submit any questions you may have in the “Comments” section.''' |
Revision as of 15:26, 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
An image is a disk template that is 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.