From GoGrid
A Server represents a virtualized server. You have full root or Administrator access to the servers you instantiate. To see a list of supported templates see Server Images. To access this programatically, call grid.image.list.
Object Name
Attributes
| id
| long
| 1.0
| A unique identifier for this server. This is auto-generated by the system.
|
| name
| string
| 1.0
| A friendly name for this server. This should be less than 20 characters.
|
| description
| string
| 1.0
| Text to describe this server.
|
| ip
| object ( IP )
| 1.0
| The initial public IP for this server.
|
| ram
| option
| 1.0
| The amount of RAM for this server.
|
| state
| option
| 1.0
| The state of this server.
|
| type
| option
| 1.0
| This server's type, web/app vs. database server. - type is determind by image.
|
| os
| option
| 1.0
| The OS for this server. - os is determined by image.
|