From GoGrid
A server image is a disk image of a particular server. To see a list of server images, see Server Images.
Attributes
| id
| int
| 1.0
| A unique identifier for this image.
|
| name
| string
| 1.0
| A unique string name that identifies a particular server image.
|
| friendlyName
| string
| 1.0
| The friendly human readable name for the server image.
|
| description
| string
| 1.0
| Optional description attribute.
|
| os
| option
| 1.1
| The base OS of this image. Same values as server.os.
|
| architecture
| option
| 1.1
| OS Architecture of the server image.
|
| type
| option
| 1.1
| The image's server type. web/app vs. database server. Same values as server.type.
|
| state
| option
| 1.1
| State of the server image.
|
| price
| double
| 1.1
| Price per instance in US dollars.
|
| location
| string
| 1.0
| The url location of the image.
|
| isActive
| boolean
| 1.0
| Is this server image active? - This value will be true if the image is registered and ready to launch.
- This value will be false if the image has been de-registered and is no longer available.
|
| isPublic
| boolean
| 1.0
| Is this server image public? - This value will be true if the image is publicly accessible.
- This value will be false if the image is only not publicly available.
|
| createdTime
| datetime
| 1.0
| The date time the server image was created.
|
| updatedTime
| datetime
| 1.0
| The date time the server image was updated.
|
| billingTokens
| list ( Billing Token )
| 1.1
| The billing tokens associated to this image.
|