cft_smartcloud 0.2.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. data/.gitignore +1 -0
  2. data/CHANGELOG +11 -0
  3. data/README.md +106 -0
  4. data/VERSION +1 -1
  5. data/bin/cft_smartcloud +33 -7
  6. data/bin/smartcloud +33 -7
  7. data/cft_smartcloud.gemspec +84 -20
  8. data/lib/config/config.yml +2 -0
  9. data/lib/curl_client.rb +42 -0
  10. data/lib/rest-client-1.6.6-master/.gitignore +6 -0
  11. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/README.rdoc +10 -1
  12. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/Rakefile +0 -0
  13. data/lib/rest-client-1.6.6-master/VERSION +1 -0
  14. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/bin/restclient +5 -4
  15. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/history.md +22 -0
  16. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/lib/rest-client.rb +0 -0
  17. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/lib/rest_client.rb +0 -0
  18. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/lib/restclient/abstract_response.rb +0 -0
  19. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/lib/restclient/exceptions.rb +0 -0
  20. data/lib/rest-client-1.6.6-master/lib/restclient/net_http_ext.rb +55 -0
  21. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/lib/restclient/payload.rb +17 -2
  22. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/lib/restclient/raw_response.rb +0 -0
  23. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/lib/restclient/request.rb +21 -19
  24. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/lib/restclient/resource.rb +0 -0
  25. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/lib/restclient/response.rb +0 -0
  26. data/lib/{rest-client-1.6.3 → rest-client-1.6.6-master}/lib/restclient.rb +0 -0
  27. data/lib/rest-client-1.6.6-master/rest-client.gemspec +76 -0
  28. data/lib/rest-client-1.6.6-master/spec/abstract_response_spec.rb +85 -0
  29. data/lib/rest-client-1.6.6-master/spec/base.rb +16 -0
  30. data/lib/rest-client-1.6.6-master/spec/exceptions_spec.rb +98 -0
  31. data/lib/rest-client-1.6.6-master/spec/integration/certs/equifax.crt +19 -0
  32. data/lib/rest-client-1.6.6-master/spec/integration/certs/verisign.crt +14 -0
  33. data/lib/rest-client-1.6.6-master/spec/integration/request_spec.rb +25 -0
  34. data/lib/rest-client-1.6.6-master/spec/integration_spec.rb +38 -0
  35. data/lib/rest-client-1.6.6-master/spec/master_shake.jpg +0 -0
  36. data/lib/rest-client-1.6.6-master/spec/payload_spec.rb +234 -0
  37. data/lib/rest-client-1.6.6-master/spec/raw_response_spec.rb +17 -0
  38. data/lib/rest-client-1.6.6-master/spec/request2_spec.rb +40 -0
  39. data/lib/rest-client-1.6.6-master/spec/request_spec.rb +536 -0
  40. data/lib/rest-client-1.6.6-master/spec/resource_spec.rb +134 -0
  41. data/lib/rest-client-1.6.6-master/spec/response_spec.rb +169 -0
  42. data/lib/rest-client-1.6.6-master/spec/restclient_spec.rb +73 -0
  43. data/lib/slop-2.3.1/.gemtest +0 -0
  44. data/lib/slop-2.3.1/.gitignore +6 -0
  45. data/lib/slop-2.3.1/.yardopts +6 -0
  46. data/lib/slop-2.3.1/CHANGES.md +137 -0
  47. data/lib/slop-2.3.1/LICENSE +20 -0
  48. data/lib/slop-2.3.1/README.md +293 -0
  49. data/lib/slop-2.3.1/Rakefile +6 -0
  50. data/lib/slop-2.3.1/lib/slop.rb +1022 -0
  51. data/lib/slop-2.3.1/slop.gemspec +11 -0
  52. data/lib/slop-2.3.1/test/commands_test.rb +151 -0
  53. data/lib/slop-2.3.1/test/helper.rb +13 -0
  54. data/lib/slop-2.3.1/test/option_test.rb +198 -0
  55. data/lib/slop-2.3.1/test/slop_test.rb +574 -0
  56. data/lib/smartcloud.rb +186 -116
  57. data/lib/terminal-table-1.4.4/History.rdoc +53 -0
  58. data/lib/terminal-table-1.4.4/Manifest +24 -0
  59. data/lib/terminal-table-1.4.4/README.rdoc +240 -0
  60. data/lib/terminal-table-1.4.4/Rakefile +15 -0
  61. data/lib/terminal-table-1.4.4/Todo.rdoc +14 -0
  62. data/lib/terminal-table-1.4.4/examples/examples.rb +80 -0
  63. data/lib/terminal-table-1.4.4/lib/terminal-table/cell.rb +88 -0
  64. data/lib/terminal-table-1.4.4/lib/terminal-table/core_ext.rb +8 -0
  65. data/lib/terminal-table-1.4.4/lib/terminal-table/import.rb +4 -0
  66. data/lib/terminal-table-1.4.4/lib/terminal-table/row.rb +48 -0
  67. data/lib/terminal-table-1.4.4/lib/terminal-table/separator.rb +14 -0
  68. data/lib/terminal-table-1.4.4/lib/terminal-table/style.rb +61 -0
  69. data/lib/terminal-table-1.4.4/lib/terminal-table/table.rb +217 -0
  70. data/lib/terminal-table-1.4.4/lib/terminal-table/table_helper.rb +9 -0
  71. data/lib/terminal-table-1.4.4/lib/terminal-table/version.rb +6 -0
  72. data/lib/terminal-table-1.4.4/lib/terminal-table.rb +27 -0
  73. data/lib/terminal-table-1.4.4/spec/cell_spec.rb +54 -0
  74. data/lib/terminal-table-1.4.4/spec/core_ext_spec.rb +18 -0
  75. data/lib/terminal-table-1.4.4/spec/import_spec.rb +11 -0
  76. data/lib/terminal-table-1.4.4/spec/spec.opts +1 -0
  77. data/lib/terminal-table-1.4.4/spec/spec_helper.rb +8 -0
  78. data/lib/terminal-table-1.4.4/spec/table_spec.rb +525 -0
  79. data/lib/terminal-table-1.4.4/tasks/docs.rake +13 -0
  80. data/lib/terminal-table-1.4.4/tasks/gemspec.rake +3 -0
  81. data/lib/terminal-table-1.4.4/tasks/spec.rake +25 -0
  82. data/lib/terminal-table-1.4.4/terminal-table.gemspec +30 -0
  83. data/responses/addresses +26 -0
  84. data/responses/addresses.blank +2 -0
  85. data/responses/instances +74 -0
  86. data/responses/keys +33 -0
  87. data/responses/locations +142 -0
  88. data/responses/offerings_image +3780 -0
  89. data/responses/storage +379 -0
  90. metadata +86 -22
  91. data/README.rdoc +0 -75
  92. data/lib/rest-client-1.6.3/VERSION +0 -1
  93. data/lib/rest-client-1.6.3/lib/restclient/net_http_ext.rb +0 -21
@@ -0,0 +1,3780 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2
+ <ns2:DescribeImagesResponse xmlns:ns2="http://www.ibm.com/xmlns/b2b/cloud/api/2010-03-31">
3
+
4
+ <Image>
5
+ <ID>10002600</ID>
6
+ <ProductCodes>
7
+ <ProductCode>AMDSxdaaQs2x173zeATVaw</ProductCode>
8
+ </ProductCodes>
9
+ <Name>Microsoft Windows Server 2008 R2 (64-bit)</Name>
10
+ <Location>41</Location>
11
+ <State>1</State>
12
+ <Owner>SYSTEM</Owner>
13
+ <Visibility>PUBLIC</Visibility>
14
+ <Architecture>x86_64</Architecture>
15
+ <Platform>WINDOWS/2008 R2</Platform>
16
+ <Description>Windows2008 R2 64-bit</Description>
17
+ <Manifest>
18
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{72672312-361F-7C86-7883-8EB6732CDFC0}/1.0/parameters.xml</Manifest>
19
+ <Documentation>
20
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{72672312-361F-7C86-7883-8EB6732CDFC0}/1.0/GettingStarted.html</Documentation>
21
+ <SupportedInstanceTypes>
22
+ <InstanceType>
23
+ <ID>COP64.2/4096/60</ID>
24
+ <Label>Copper 64 bit</Label>
25
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
26
+ GiB)</Detail>
27
+ <Price CountryCode="897">
28
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
29
+ <CurrencyCode>USD</CurrencyCode>
30
+ <Rate>25.67</Rate>
31
+ <PricePerQuantity>1</PricePerQuantity>
32
+ <UnitOfMeasure>UHR</UnitOfMeasure>
33
+ </Price>
34
+ </InstanceType>
35
+ <InstanceType>
36
+ <ID>BRZ64.2/4096/60*500*350</ID>
37
+ <Label>Bronze 64 bit</Label>
38
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
39
+ GiB)</Detail>
40
+ <Price CountryCode="897">
41
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
42
+ <CurrencyCode>USD</CurrencyCode>
43
+ <Rate>25.84</Rate>
44
+ <PricePerQuantity>1</PricePerQuantity>
45
+ <UnitOfMeasure>UHR</UnitOfMeasure>
46
+ </Price>
47
+ </InstanceType>
48
+ <InstanceType>
49
+ <ID>GLD64.8/16384/60*500*500</ID>
50
+ <Label>Gold 64 bit</Label>
51
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
52
+ GiB)</Detail>
53
+ <Price CountryCode="897">
54
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
55
+ <CurrencyCode>USD</CurrencyCode>
56
+ <Rate>26.35</Rate>
57
+ <PricePerQuantity>1</PricePerQuantity>
58
+ <UnitOfMeasure>UHR</UnitOfMeasure>
59
+ </Price>
60
+ </InstanceType>
61
+ <InstanceType>
62
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
63
+ <Label>Platinum 64 bit</Label>
64
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
65
+ 2060 GiB)</Detail>
66
+ <Price CountryCode="897">
67
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
68
+ <CurrencyCode>USD</CurrencyCode>
69
+ <Rate>26.86</Rate>
70
+ <PricePerQuantity>1</PricePerQuantity>
71
+ <UnitOfMeasure>UHR</UnitOfMeasure>
72
+ </Price>
73
+ </InstanceType>
74
+ <InstanceType>
75
+ <ID>SLV64.4/8192/60*500*500</ID>
76
+ <Label>Silver 64 bit</Label>
77
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
78
+ GiB)</Detail>
79
+ <Price CountryCode="897">
80
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
81
+ <CurrencyCode>USD</CurrencyCode>
82
+ <Rate>26.18</Rate>
83
+ <PricePerQuantity>1</PricePerQuantity>
84
+ <UnitOfMeasure>UHR</UnitOfMeasure>
85
+ </Price>
86
+ </InstanceType>
87
+ </SupportedInstanceTypes>
88
+ <CreatedTime>2010-10-12T03:11:57.359Z</CreatedTime>
89
+ </Image>
90
+ <Image>
91
+ <ID>10002601</ID>
92
+ <ProductCodes>
93
+ <ProductCode>lo_jIE3YQqmOqFGfUN3m8A</ProductCode>
94
+ </ProductCodes>
95
+ <Name>Microsoft Windows Server 2008 R2 (64 bit)</Name>
96
+ <Location>81</Location>
97
+ <State>1</State>
98
+ <Owner>SYSTEM</Owner>
99
+ <Visibility>PUBLIC</Visibility>
100
+ <Architecture>x86_64</Architecture>
101
+ <Platform>WINDOWS/2008 R2</Platform>
102
+ <Description>Microsoft Windows Server 2008 R2
103
+ (64-bit)</Description>
104
+ <Manifest>
105
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{DAC5A356-A469-FAAC-D01A-6F8486D5BCD4}/1.0/parameters.xml</Manifest>
106
+ <Documentation>
107
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{DAC5A356-A469-FAAC-D01A-6F8486D5BCD4}/1.0/GettingStarted.html</Documentation>
108
+ <SupportedInstanceTypes>
109
+ <InstanceType>
110
+ <ID>COP64.2/4096/60</ID>
111
+ <Label>Copper 64 bit</Label>
112
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
113
+ GiB)</Detail>
114
+ <Price CountryCode="897">
115
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
116
+ <CurrencyCode>USD</CurrencyCode>
117
+ <Rate>25.67</Rate>
118
+ <PricePerQuantity>1</PricePerQuantity>
119
+ <UnitOfMeasure>UHR</UnitOfMeasure>
120
+ </Price>
121
+ </InstanceType>
122
+ <InstanceType>
123
+ <ID>BRZ64.2/4096/60*500*350</ID>
124
+ <Label>Bronze 64 bit</Label>
125
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
126
+ GiB)</Detail>
127
+ <Price CountryCode="897">
128
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
129
+ <CurrencyCode>USD</CurrencyCode>
130
+ <Rate>25.84</Rate>
131
+ <PricePerQuantity>1</PricePerQuantity>
132
+ <UnitOfMeasure>UHR</UnitOfMeasure>
133
+ </Price>
134
+ </InstanceType>
135
+ <InstanceType>
136
+ <ID>GLD64.8/16384/60*500*500</ID>
137
+ <Label>Gold 64 bit</Label>
138
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
139
+ GiB)</Detail>
140
+ <Price CountryCode="897">
141
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
142
+ <CurrencyCode>USD</CurrencyCode>
143
+ <Rate>26.35</Rate>
144
+ <PricePerQuantity>1</PricePerQuantity>
145
+ <UnitOfMeasure>UHR</UnitOfMeasure>
146
+ </Price>
147
+ </InstanceType>
148
+ <InstanceType>
149
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
150
+ <Label>Platinum 64 bit</Label>
151
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
152
+ 2060 GiB)</Detail>
153
+ <Price CountryCode="897">
154
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
155
+ <CurrencyCode>USD</CurrencyCode>
156
+ <Rate>26.86</Rate>
157
+ <PricePerQuantity>1</PricePerQuantity>
158
+ <UnitOfMeasure>UHR</UnitOfMeasure>
159
+ </Price>
160
+ </InstanceType>
161
+ <InstanceType>
162
+ <ID>SLV64.4/8192/60*500*500</ID>
163
+ <Label>Silver 64 bit</Label>
164
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
165
+ GiB)</Detail>
166
+ <Price CountryCode="897">
167
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
168
+ <CurrencyCode>USD</CurrencyCode>
169
+ <Rate>26.18</Rate>
170
+ <PricePerQuantity>1</PricePerQuantity>
171
+ <UnitOfMeasure>UHR</UnitOfMeasure>
172
+ </Price>
173
+ </InstanceType>
174
+ </SupportedInstanceTypes>
175
+ <CreatedTime>2010-10-12T03:11:57.406Z</CreatedTime>
176
+ </Image>
177
+ <Image>
178
+ <ID>10001002</ID>
179
+ <ProductCodes>
180
+ <ProductCode>bfY4lszwRly4uhrERf4wBw</ProductCode>
181
+ </ProductCodes>
182
+ <Name>R1.2 Red Hat Enterprise Linux 5.5 (32-bi)</Name>
183
+ <Location>61</Location>
184
+ <State>1</State>
185
+ <Owner>SYSTEM</Owner>
186
+ <Visibility>PUBLIC</Visibility>
187
+ <Architecture>i386</Architecture>
188
+ <Platform>Red Hat Enterprise Linux/5.5</Platform>
189
+ <Description>Red Hat Linux 32 bit - Testing the name
190
+ changes</Description>
191
+ <Manifest>
192
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/parameters.xml</Manifest>
193
+ <Documentation>
194
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/GettingStarted.html</Documentation>
195
+ <SupportedInstanceTypes>
196
+ <InstanceType>
197
+ <ID>SLV32.2/4096/60*350</ID>
198
+ <Label>Silver 32 bit</Label>
199
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
200
+ GiB)</Detail>
201
+ <Price CountryCode="897">
202
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
203
+ <CurrencyCode>USD</CurrencyCode>
204
+ <Rate>10.31</Rate>
205
+ <PricePerQuantity>1</PricePerQuantity>
206
+ <UnitOfMeasure>UHR</UnitOfMeasure>
207
+ </Price>
208
+ </InstanceType>
209
+ <InstanceType>
210
+ <ID>BRZ32.1/2048/60*175</ID>
211
+ <Label>Bronze 32 bit</Label>
212
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
213
+ GiB)</Detail>
214
+ <Price CountryCode="897">
215
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
216
+ <CurrencyCode>USD</CurrencyCode>
217
+ <Rate>0.15</Rate>
218
+ <PricePerQuantity>1</PricePerQuantity>
219
+ <UnitOfMeasure>UHR</UnitOfMeasure>
220
+ </Price>
221
+ </InstanceType>
222
+ <InstanceType>
223
+ <ID>GLD32.4/4096/60*350</ID>
224
+ <Label>Gold 32 bit</Label>
225
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
226
+ GiB)</Detail>
227
+ <Price CountryCode="897">
228
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
229
+ <CurrencyCode>USD</CurrencyCode>
230
+ <Rate>12.74</Rate>
231
+ <PricePerQuantity>1</PricePerQuantity>
232
+ <UnitOfMeasure>UHR</UnitOfMeasure>
233
+ </Price>
234
+ </InstanceType>
235
+ </SupportedInstanceTypes>
236
+ <CreatedTime>2010-08-05T07:31:35.784Z</CreatedTime>
237
+ </Image>
238
+ <Image>
239
+ <ID>10001003</ID>
240
+ <ProductCodes>
241
+ <ProductCode>AErfSQcTQ7mxWjdOJLguVw</ProductCode>
242
+ </ProductCodes>
243
+ <Name>rhel55_x64</Name>
244
+ <Location>61</Location>
245
+ <State>1</State>
246
+ <Owner>SYSTEM</Owner>
247
+ <Visibility>PUBLIC</Visibility>
248
+ <Architecture>x86_64</Architecture>
249
+ <Platform>Red Hat Enterprise Linux/5.5</Platform>
250
+ <Description>Red Hat Linux 64</Description>
251
+ <Manifest>
252
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/parameters.xml</Manifest>
253
+ <Documentation>
254
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/GettingStarted.html</Documentation>
255
+ <SupportedInstanceTypes>
256
+ <InstanceType>
257
+ <ID>BRZ64.2/4096/60*500*350</ID>
258
+ <Label>Bronze 64 bit</Label>
259
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
260
+ GiB)</Detail>
261
+ <Price CountryCode="897">
262
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
263
+ <CurrencyCode>USD</CurrencyCode>
264
+ <Rate>12.51</Rate>
265
+ <PricePerQuantity>1</PricePerQuantity>
266
+ <UnitOfMeasure>UHR</UnitOfMeasure>
267
+ </Price>
268
+ </InstanceType>
269
+ <InstanceType>
270
+ <ID>GLD64.8/16384/60*500*500</ID>
271
+ <Label>Gold 64 bit</Label>
272
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
273
+ GiB)</Detail>
274
+ <Price CountryCode="897">
275
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
276
+ <CurrencyCode>USD</CurrencyCode>
277
+ <Rate>13.69</Rate>
278
+ <PricePerQuantity>1</PricePerQuantity>
279
+ <UnitOfMeasure>UHR</UnitOfMeasure>
280
+ </Price>
281
+ </InstanceType>
282
+ <InstanceType>
283
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
284
+ <Label>Platinum 64 bit</Label>
285
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
286
+ 2060 GiB)</Detail>
287
+ <Price CountryCode="897">
288
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
289
+ <CurrencyCode>USD</CurrencyCode>
290
+ <Rate>15.44</Rate>
291
+ <PricePerQuantity>1</PricePerQuantity>
292
+ <UnitOfMeasure>UHR</UnitOfMeasure>
293
+ </Price>
294
+ </InstanceType>
295
+ <InstanceType>
296
+ <ID>SLV64.4/8192/60*500*500</ID>
297
+ <Label>Silver 64 bit</Label>
298
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
299
+ GiB)</Detail>
300
+ <Price CountryCode="897">
301
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
302
+ <CurrencyCode>USD</CurrencyCode>
303
+ <Rate>13.12</Rate>
304
+ <PricePerQuantity>1</PricePerQuantity>
305
+ <UnitOfMeasure>UHR</UnitOfMeasure>
306
+ </Price>
307
+ </InstanceType>
308
+ </SupportedInstanceTypes>
309
+ <CreatedTime>2010-08-05T07:31:35.911Z</CreatedTime>
310
+ </Image>
311
+ <Image>
312
+ <ID>10001004</ID>
313
+ <ProductCodes>
314
+ <ProductCode>Sr7dKs9ARDmuPy6WPgVDuA</ProductCode>
315
+ </ProductCodes>
316
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
317
+ <Location>61</Location>
318
+ <State>1</State>
319
+ <Owner>SYSTEM</Owner>
320
+ <Visibility>PUBLIC</Visibility>
321
+ <Architecture>i386</Architecture>
322
+ <Platform>SUSE Linux Enterprise Server/11 SP1</Platform>
323
+ <Description>Suse linux 32 bit</Description>
324
+ <Manifest>
325
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/parameters.xml</Manifest>
326
+ <Documentation>
327
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/GettingStarted.html</Documentation>
328
+ <SupportedInstanceTypes>
329
+ <InstanceType>
330
+ <ID>SLV32.2/4096/60*350</ID>
331
+ <Label>Silver 32 bit</Label>
332
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
333
+ GiB)</Detail>
334
+ <Price CountryCode="897">
335
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
336
+ <CurrencyCode>USD</CurrencyCode>
337
+ <Rate>15.31</Rate>
338
+ <PricePerQuantity>1</PricePerQuantity>
339
+ <UnitOfMeasure>UHR</UnitOfMeasure>
340
+ </Price>
341
+ </InstanceType>
342
+ <InstanceType>
343
+ <ID>BRZ32.1/2048/60*175</ID>
344
+ <Label>Bronze 32 bit</Label>
345
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
346
+ GiB)</Detail>
347
+ <Price CountryCode="897">
348
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
349
+ <CurrencyCode>USD</CurrencyCode>
350
+ <Rate>14.2</Rate>
351
+ <PricePerQuantity>1</PricePerQuantity>
352
+ <UnitOfMeasure>UHR</UnitOfMeasure>
353
+ </Price>
354
+ </InstanceType>
355
+ <InstanceType>
356
+ <ID>GLD32.4/4096/60*350</ID>
357
+ <Label>Gold 32 bit</Label>
358
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
359
+ GiB)</Detail>
360
+ <Price CountryCode="897">
361
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
362
+ <CurrencyCode>USD</CurrencyCode>
363
+ <Rate>16.63</Rate>
364
+ <PricePerQuantity>1</PricePerQuantity>
365
+ <UnitOfMeasure>UHR</UnitOfMeasure>
366
+ </Price>
367
+ </InstanceType>
368
+ </SupportedInstanceTypes>
369
+ <CreatedTime>2010-08-05T07:31:36.112Z</CreatedTime>
370
+ </Image>
371
+ <Image>
372
+ <ID>10001005</ID>
373
+ <ProductCodes>
374
+ <ProductCode>EVxhoI7EQ7Slc2rvN5hVjw</ProductCode>
375
+ </ProductCodes>
376
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
377
+ <Location>61</Location>
378
+ <State>1</State>
379
+ <Owner>SYSTEM</Owner>
380
+ <Visibility>PUBLIC</Visibility>
381
+ <Architecture>x86_64</Architecture>
382
+ <Platform>SUSE Linux Enterprise Server/11 SP1</Platform>
383
+ <Description>SUSE Linux Enterprise Server 11 SP1 for x86 Base
384
+ OS 32-bit with pay for use licensing</Description>
385
+ <Manifest>
386
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/parameters.xml</Manifest>
387
+ <Documentation>
388
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/GettingStarted.html</Documentation>
389
+ <SupportedInstanceTypes>
390
+ <InstanceType>
391
+ <ID>BRZ64.2/4096/60*500*350</ID>
392
+ <Label>Bronze 64 bit</Label>
393
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
394
+ GiB)</Detail>
395
+ <Price CountryCode="897">
396
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
397
+ <CurrencyCode>USD</CurrencyCode>
398
+ <Rate>17.53</Rate>
399
+ <PricePerQuantity>1</PricePerQuantity>
400
+ <UnitOfMeasure>UHR</UnitOfMeasure>
401
+ </Price>
402
+ </InstanceType>
403
+ <InstanceType>
404
+ <ID>GLD64.8/16384/60*500*500</ID>
405
+ <Label>Gold 64 bit</Label>
406
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
407
+ GiB)</Detail>
408
+ <Price CountryCode="897">
409
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
410
+ <CurrencyCode>USD</CurrencyCode>
411
+ <Rate>20.24</Rate>
412
+ <PricePerQuantity>1</PricePerQuantity>
413
+ <UnitOfMeasure>UHR</UnitOfMeasure>
414
+ </Price>
415
+ </InstanceType>
416
+ <InstanceType>
417
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
418
+ <Label>Platinum 64 bit</Label>
419
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
420
+ 2060 GiB)</Detail>
421
+ <Price CountryCode="897">
422
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
423
+ <CurrencyCode>USD</CurrencyCode>
424
+ <Rate>21.95</Rate>
425
+ <PricePerQuantity>1</PricePerQuantity>
426
+ <UnitOfMeasure>UHR</UnitOfMeasure>
427
+ </Price>
428
+ </InstanceType>
429
+ <InstanceType>
430
+ <ID>SLV64.4/8192/60*500*500</ID>
431
+ <Label>Silver 64 bit</Label>
432
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
433
+ GiB)</Detail>
434
+ <Price CountryCode="897">
435
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
436
+ <CurrencyCode>USD</CurrencyCode>
437
+ <Rate>18.97</Rate>
438
+ <PricePerQuantity>1</PricePerQuantity>
439
+ <UnitOfMeasure>UHR</UnitOfMeasure>
440
+ </Price>
441
+ </InstanceType>
442
+ </SupportedInstanceTypes>
443
+ <CreatedTime>2010-08-05T07:31:36.246Z</CreatedTime>
444
+ </Image>
445
+ <Image>
446
+ <ID>10001006</ID>
447
+ <ProductCodes>
448
+ <ProductCode>lRa5JVx8SIGGaARFPjTlmw</ProductCode>
449
+ </ProductCodes>
450
+ <Name>R1.2 Red Hat Enterprise Linux 5.5 (32-bi)</Name>
451
+ <Location>41</Location>
452
+ <State>1</State>
453
+ <Owner>SYSTEM</Owner>
454
+ <Visibility>PUBLIC</Visibility>
455
+ <Architecture>i386</Architecture>
456
+ <Platform>RHEL/5.5</Platform>
457
+ <Description>Red Hat Linux 32 bit - Testing the name
458
+ changes</Description>
459
+ <Manifest>
460
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/parameters.xml</Manifest>
461
+ <Documentation>
462
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/GettingStarted.html</Documentation>
463
+ <SupportedInstanceTypes>
464
+ <InstanceType>
465
+ <ID>SLV32.2/4096/60*350</ID>
466
+ <Label>Silver 32 bit</Label>
467
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
468
+ GiB)</Detail>
469
+ <Price CountryCode="897">
470
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
471
+ <CurrencyCode>USD</CurrencyCode>
472
+ <Rate>10.31</Rate>
473
+ <PricePerQuantity>1</PricePerQuantity>
474
+ <UnitOfMeasure>UHR</UnitOfMeasure>
475
+ </Price>
476
+ </InstanceType>
477
+ <InstanceType>
478
+ <ID>BRZ32.1/2048/60*175</ID>
479
+ <Label>Bronze 32 bit</Label>
480
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
481
+ GiB)</Detail>
482
+ <Price CountryCode="897">
483
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
484
+ <CurrencyCode>USD</CurrencyCode>
485
+ <Rate>0.15</Rate>
486
+ <PricePerQuantity>1</PricePerQuantity>
487
+ <UnitOfMeasure>UHR</UnitOfMeasure>
488
+ </Price>
489
+ </InstanceType>
490
+ <InstanceType>
491
+ <ID>GLD32.4/4096/60*350</ID>
492
+ <Label>Gold 32 bit</Label>
493
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
494
+ GiB)</Detail>
495
+ <Price CountryCode="897">
496
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
497
+ <CurrencyCode>USD</CurrencyCode>
498
+ <Rate>12.74</Rate>
499
+ <PricePerQuantity>1</PricePerQuantity>
500
+ <UnitOfMeasure>UHR</UnitOfMeasure>
501
+ </Price>
502
+ </InstanceType>
503
+ <InstanceType>
504
+ <ID>COP32.1/2048/60</ID>
505
+ <Label>Copper 32 bit</Label>
506
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
507
+ GiB)</Detail>
508
+ <Price CountryCode="897">
509
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
510
+ <CurrencyCode>USD</CurrencyCode>
511
+ <Rate>0.09</Rate>
512
+ <PricePerQuantity>1</PricePerQuantity>
513
+ <UnitOfMeasure>UHR</UnitOfMeasure>
514
+ </Price>
515
+ </InstanceType>
516
+ </SupportedInstanceTypes>
517
+ <CreatedTime>2010-08-05T19:52:46.430Z</CreatedTime>
518
+ </Image>
519
+ <Image>
520
+ <ID>10001007</ID>
521
+ <ProductCodes>
522
+ <ProductCode>zFlJxlXZRguZo9RQZuLxJQ</ProductCode>
523
+ </ProductCodes>
524
+ <Name>rhel55_x64</Name>
525
+ <Location>41</Location>
526
+ <State>1</State>
527
+ <Owner>SYSTEM</Owner>
528
+ <Visibility>PUBLIC</Visibility>
529
+ <Architecture>x86_64</Architecture>
530
+ <Platform>RHEL/5.5</Platform>
531
+ <Description>Red Hat Linux 64</Description>
532
+ <Manifest>
533
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/parameters.xml</Manifest>
534
+ <Documentation>
535
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/GettingStarted.html</Documentation>
536
+ <SupportedInstanceTypes>
537
+ <InstanceType>
538
+ <ID>IRD64.32/59392/60*500*500*500*500*500*500*500*500</ID>
539
+ <Label>Iridium 64 bit</Label>
540
+ <Detail>Iridium - 64 bit (vCPU: 32, RAM: 58 GiB, Disk: 4060
541
+ GiB)</Detail>
542
+ <Price CountryCode="897">
543
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
544
+ <CurrencyCode>USD</CurrencyCode>
545
+ <Rate>30.88</Rate>
546
+ <PricePerQuantity>1</PricePerQuantity>
547
+ <UnitOfMeasure>UHR</UnitOfMeasure>
548
+ </Price>
549
+ </InstanceType>
550
+ <InstanceType>
551
+ <ID>COP64.2/4096/60</ID>
552
+ <Label>Copper 64 bit</Label>
553
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
554
+ GiB)</Detail>
555
+ <Price CountryCode="897">
556
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
557
+ <CurrencyCode>USD</CurrencyCode>
558
+ <Rate>12.28</Rate>
559
+ <PricePerQuantity>1</PricePerQuantity>
560
+ <UnitOfMeasure>UHR</UnitOfMeasure>
561
+ </Price>
562
+ </InstanceType>
563
+ <InstanceType>
564
+ <ID>BRZ64.2/4096/60*500*350</ID>
565
+ <Label>Bronze 64 bit</Label>
566
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
567
+ GiB)</Detail>
568
+ <Price CountryCode="897">
569
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
570
+ <CurrencyCode>USD</CurrencyCode>
571
+ <Rate>12.51</Rate>
572
+ <PricePerQuantity>1</PricePerQuantity>
573
+ <UnitOfMeasure>UHR</UnitOfMeasure>
574
+ </Price>
575
+ </InstanceType>
576
+ <InstanceType>
577
+ <ID>GLD64.8/16384/60*500*500</ID>
578
+ <Label>Gold 64 bit</Label>
579
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
580
+ GiB)</Detail>
581
+ <Price CountryCode="897">
582
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
583
+ <CurrencyCode>USD</CurrencyCode>
584
+ <Rate>13.69</Rate>
585
+ <PricePerQuantity>1</PricePerQuantity>
586
+ <UnitOfMeasure>UHR</UnitOfMeasure>
587
+ </Price>
588
+ </InstanceType>
589
+ <InstanceType>
590
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
591
+ <Label>Platinum 64 bit</Label>
592
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
593
+ 2060 GiB)</Detail>
594
+ <Price CountryCode="897">
595
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
596
+ <CurrencyCode>USD</CurrencyCode>
597
+ <Rate>15.44</Rate>
598
+ <PricePerQuantity>1</PricePerQuantity>
599
+ <UnitOfMeasure>UHR</UnitOfMeasure>
600
+ </Price>
601
+ </InstanceType>
602
+ <InstanceType>
603
+ <ID>SLV64.4/8192/60*500*500</ID>
604
+ <Label>Silver 64 bit</Label>
605
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
606
+ GiB)</Detail>
607
+ <Price CountryCode="897">
608
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
609
+ <CurrencyCode>USD</CurrencyCode>
610
+ <Rate>13.12</Rate>
611
+ <PricePerQuantity>1</PricePerQuantity>
612
+ <UnitOfMeasure>UHR</UnitOfMeasure>
613
+ </Price>
614
+ </InstanceType>
615
+ </SupportedInstanceTypes>
616
+ <CreatedTime>2010-08-05T19:52:46.606Z</CreatedTime>
617
+ </Image>
618
+ <Image>
619
+ <ID>10001008</ID>
620
+ <ProductCodes>
621
+ <ProductCode>Rf2YYhOwTlmWSreN6vSHbg</ProductCode>
622
+ </ProductCodes>
623
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
624
+ <Location>41</Location>
625
+ <State>1</State>
626
+ <Owner>SYSTEM</Owner>
627
+ <Visibility>PUBLIC</Visibility>
628
+ <Architecture>i386</Architecture>
629
+ <Platform>SUSE/11 SP1</Platform>
630
+ <Description>Suse linux 32 bit</Description>
631
+ <Manifest>
632
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/parameters.xml</Manifest>
633
+ <Documentation>
634
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/GettingStarted.html</Documentation>
635
+ <SupportedInstanceTypes>
636
+ <InstanceType>
637
+ <ID>SLV32.2/4096/60*350</ID>
638
+ <Label>Silver 32 bit</Label>
639
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
640
+ GiB)</Detail>
641
+ <Price CountryCode="897">
642
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
643
+ <CurrencyCode>USD</CurrencyCode>
644
+ <Rate>15.31</Rate>
645
+ <PricePerQuantity>1</PricePerQuantity>
646
+ <UnitOfMeasure>UHR</UnitOfMeasure>
647
+ </Price>
648
+ </InstanceType>
649
+ <InstanceType>
650
+ <ID>BRZ32.1/2048/60*175</ID>
651
+ <Label>Bronze 32 bit</Label>
652
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
653
+ GiB)</Detail>
654
+ <Price CountryCode="897">
655
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
656
+ <CurrencyCode>USD</CurrencyCode>
657
+ <Rate>14.2</Rate>
658
+ <PricePerQuantity>1</PricePerQuantity>
659
+ <UnitOfMeasure>UHR</UnitOfMeasure>
660
+ </Price>
661
+ </InstanceType>
662
+ <InstanceType>
663
+ <ID>GLD32.4/4096/60*350</ID>
664
+ <Label>Gold 32 bit</Label>
665
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
666
+ GiB)</Detail>
667
+ <Price CountryCode="897">
668
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
669
+ <CurrencyCode>USD</CurrencyCode>
670
+ <Rate>16.63</Rate>
671
+ <PricePerQuantity>1</PricePerQuantity>
672
+ <UnitOfMeasure>UHR</UnitOfMeasure>
673
+ </Price>
674
+ </InstanceType>
675
+ <InstanceType>
676
+ <ID>COP32.1/2048/60</ID>
677
+ <Label>Copper 32 bit</Label>
678
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
679
+ GiB)</Detail>
680
+ <Price CountryCode="897">
681
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
682
+ <CurrencyCode>USD</CurrencyCode>
683
+ <Rate>14.14</Rate>
684
+ <PricePerQuantity>1</PricePerQuantity>
685
+ <UnitOfMeasure>UHR</UnitOfMeasure>
686
+ </Price>
687
+ </InstanceType>
688
+ </SupportedInstanceTypes>
689
+ <CreatedTime>2010-08-05T19:52:46.835Z</CreatedTime>
690
+ </Image>
691
+ <Image>
692
+ <ID>10001009</ID>
693
+ <ProductCodes>
694
+ <ProductCode>6jlF7qjAQe2xyPTAj7bj0w</ProductCode>
695
+ </ProductCodes>
696
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
697
+ <Location>41</Location>
698
+ <State>1</State>
699
+ <Owner>SYSTEM</Owner>
700
+ <Visibility>PUBLIC</Visibility>
701
+ <Architecture>x86_64</Architecture>
702
+ <Platform>SUSE/11 SP1</Platform>
703
+ <Description>SUSE Linux Enterprise Server 11 SP1 for x86 Base
704
+ OS 32-bit with pay for use licensing</Description>
705
+ <Manifest>
706
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/parameters.xml</Manifest>
707
+ <Documentation>
708
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/GettingStarted.html</Documentation>
709
+ <SupportedInstanceTypes>
710
+ <InstanceType>
711
+ <ID>IRD64.32/59392/60*500*500*500*500*500*500*500*500</ID>
712
+ <Label>Iridium 64 bit</Label>
713
+ <Detail>Iridium - 64 bit (vCPU: 32, RAM: 58 GiB, Disk: 4060
714
+ GiB)</Detail>
715
+ <Price CountryCode="897">
716
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
717
+ <CurrencyCode>USD</CurrencyCode>
718
+ <Rate>43.8</Rate>
719
+ <PricePerQuantity>1</PricePerQuantity>
720
+ <UnitOfMeasure>UHR</UnitOfMeasure>
721
+ </Price>
722
+ </InstanceType>
723
+ <InstanceType>
724
+ <ID>COP64.2/4096/60</ID>
725
+ <Label>Copper 64 bit</Label>
726
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
727
+ GiB)</Detail>
728
+ <Price CountryCode="897">
729
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
730
+ <CurrencyCode>USD</CurrencyCode>
731
+ <Rate>17.36</Rate>
732
+ <PricePerQuantity>1</PricePerQuantity>
733
+ <UnitOfMeasure>UHR</UnitOfMeasure>
734
+ </Price>
735
+ </InstanceType>
736
+ <InstanceType>
737
+ <ID>BRZ64.2/4096/60*500*350</ID>
738
+ <Label>Bronze 64 bit</Label>
739
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
740
+ GiB)</Detail>
741
+ <Price CountryCode="897">
742
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
743
+ <CurrencyCode>USD</CurrencyCode>
744
+ <Rate>17.53</Rate>
745
+ <PricePerQuantity>1</PricePerQuantity>
746
+ <UnitOfMeasure>UHR</UnitOfMeasure>
747
+ </Price>
748
+ </InstanceType>
749
+ <InstanceType>
750
+ <ID>GLD64.8/16384/60*500*500</ID>
751
+ <Label>Gold 64 bit</Label>
752
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
753
+ GiB)</Detail>
754
+ <Price CountryCode="897">
755
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
756
+ <CurrencyCode>USD</CurrencyCode>
757
+ <Rate>20.24</Rate>
758
+ <PricePerQuantity>1</PricePerQuantity>
759
+ <UnitOfMeasure>UHR</UnitOfMeasure>
760
+ </Price>
761
+ </InstanceType>
762
+ <InstanceType>
763
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
764
+ <Label>Platinum 64 bit</Label>
765
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
766
+ 2060 GiB)</Detail>
767
+ <Price CountryCode="897">
768
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
769
+ <CurrencyCode>USD</CurrencyCode>
770
+ <Rate>21.95</Rate>
771
+ <PricePerQuantity>1</PricePerQuantity>
772
+ <UnitOfMeasure>UHR</UnitOfMeasure>
773
+ </Price>
774
+ </InstanceType>
775
+ <InstanceType>
776
+ <ID>SLV64.4/8192/60*500*500</ID>
777
+ <Label>Silver 64 bit</Label>
778
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
779
+ GiB)</Detail>
780
+ <Price CountryCode="897">
781
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
782
+ <CurrencyCode>USD</CurrencyCode>
783
+ <Rate>18.97</Rate>
784
+ <PricePerQuantity>1</PricePerQuantity>
785
+ <UnitOfMeasure>UHR</UnitOfMeasure>
786
+ </Price>
787
+ </InstanceType>
788
+ </SupportedInstanceTypes>
789
+ <CreatedTime>2010-08-05T19:52:47.054Z</CreatedTime>
790
+ </Image>
791
+ <Image>
792
+ <ID>10005358</ID>
793
+ <ProductCodes>
794
+ <ProductCode>caondc1lRa5JVx8SIGGaARFPjTlmw</ProductCode>
795
+ </ProductCodes>
796
+ <Name>R1.2 Red Hat Enterprise Linux 5.5 (32-bi)</Name>
797
+ <Location>141</Location>
798
+ <State>1</State>
799
+ <Owner>SYSTEM</Owner>
800
+ <Visibility>PUBLIC</Visibility>
801
+ <Architecture>i386</Architecture>
802
+ <Platform>RHEL/5.5</Platform>
803
+ <Description>Red Hat Linux 32 bit - Testing the name
804
+ changes</Description>
805
+ <Manifest>
806
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/parameters.xml</Manifest>
807
+ <Documentation>
808
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/GettingStarted.html</Documentation>
809
+ <SupportedInstanceTypes>
810
+ <InstanceType>
811
+ <ID>SLV32.2/4096/60*350</ID>
812
+ <Label>Silver 32 bit</Label>
813
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
814
+ GiB)</Detail>
815
+ <Price CountryCode="897">
816
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
817
+ <CurrencyCode>USD</CurrencyCode>
818
+ <Rate>10.31</Rate>
819
+ <PricePerQuantity>1</PricePerQuantity>
820
+ <UnitOfMeasure>UHR</UnitOfMeasure>
821
+ </Price>
822
+ </InstanceType>
823
+ <InstanceType>
824
+ <ID>BRZ32.1/2048/60*175</ID>
825
+ <Label>Bronze 32 bit</Label>
826
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
827
+ GiB)</Detail>
828
+ <Price CountryCode="897">
829
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
830
+ <CurrencyCode>USD</CurrencyCode>
831
+ <Rate>0.15</Rate>
832
+ <PricePerQuantity>1</PricePerQuantity>
833
+ <UnitOfMeasure>UHR</UnitOfMeasure>
834
+ </Price>
835
+ </InstanceType>
836
+ <InstanceType>
837
+ <ID>GLD32.4/4096/60*350</ID>
838
+ <Label>Gold 32 bit</Label>
839
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
840
+ GiB)</Detail>
841
+ <Price CountryCode="897">
842
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
843
+ <CurrencyCode>USD</CurrencyCode>
844
+ <Rate>12.74</Rate>
845
+ <PricePerQuantity>1</PricePerQuantity>
846
+ <UnitOfMeasure>UHR</UnitOfMeasure>
847
+ </Price>
848
+ </InstanceType>
849
+ <InstanceType>
850
+ <ID>COP32.1/2048/60</ID>
851
+ <Label>Copper 32 bit</Label>
852
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
853
+ GiB)</Detail>
854
+ <Price CountryCode="897">
855
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
856
+ <CurrencyCode>USD</CurrencyCode>
857
+ <Rate>0.09</Rate>
858
+ <PricePerQuantity>1</PricePerQuantity>
859
+ <UnitOfMeasure>UHR</UnitOfMeasure>
860
+ </Price>
861
+ </InstanceType>
862
+ </SupportedInstanceTypes>
863
+ <CreatedTime>2011-01-11T21:39:57.284Z</CreatedTime>
864
+ </Image>
865
+ <Image>
866
+ <ID>10005359</ID>
867
+ <ProductCodes>
868
+ <ProductCode>caondc1zFlJxlXZRguZo9RQZuLxJQ</ProductCode>
869
+ </ProductCodes>
870
+ <Name>rhel55_x64</Name>
871
+ <Location>141</Location>
872
+ <State>1</State>
873
+ <Owner>SYSTEM</Owner>
874
+ <Visibility>PUBLIC</Visibility>
875
+ <Architecture>x86_64</Architecture>
876
+ <Platform>RHEL/5.5</Platform>
877
+ <Description>Red Hat Linux 64</Description>
878
+ <Manifest>
879
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/parameters.xml</Manifest>
880
+ <Documentation>
881
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/GettingStarted.html</Documentation>
882
+ <SupportedInstanceTypes>
883
+ <InstanceType>
884
+ <ID>IRD64.32/59392/60*500*500*500*500*500*500*500*500</ID>
885
+ <Label>Iridium 64 bit</Label>
886
+ <Detail>Iridium - 64 bit (vCPU: 32, RAM: 58 GiB, Disk: 4060
887
+ GiB)</Detail>
888
+ <Price CountryCode="897">
889
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
890
+ <CurrencyCode>USD</CurrencyCode>
891
+ <Rate>30.88</Rate>
892
+ <PricePerQuantity>1</PricePerQuantity>
893
+ <UnitOfMeasure>UHR</UnitOfMeasure>
894
+ </Price>
895
+ </InstanceType>
896
+ <InstanceType>
897
+ <ID>COP64.2/4096/60</ID>
898
+ <Label>Copper 64 bit</Label>
899
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
900
+ GiB)</Detail>
901
+ <Price CountryCode="897">
902
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
903
+ <CurrencyCode>USD</CurrencyCode>
904
+ <Rate>12.28</Rate>
905
+ <PricePerQuantity>1</PricePerQuantity>
906
+ <UnitOfMeasure>UHR</UnitOfMeasure>
907
+ </Price>
908
+ </InstanceType>
909
+ <InstanceType>
910
+ <ID>BRZ64.2/4096/60*500*350</ID>
911
+ <Label>Bronze 64 bit</Label>
912
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
913
+ GiB)</Detail>
914
+ <Price CountryCode="897">
915
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
916
+ <CurrencyCode>USD</CurrencyCode>
917
+ <Rate>12.51</Rate>
918
+ <PricePerQuantity>1</PricePerQuantity>
919
+ <UnitOfMeasure>UHR</UnitOfMeasure>
920
+ </Price>
921
+ </InstanceType>
922
+ <InstanceType>
923
+ <ID>GLD64.8/16384/60*500*500</ID>
924
+ <Label>Gold 64 bit</Label>
925
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
926
+ GiB)</Detail>
927
+ <Price CountryCode="897">
928
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
929
+ <CurrencyCode>USD</CurrencyCode>
930
+ <Rate>13.69</Rate>
931
+ <PricePerQuantity>1</PricePerQuantity>
932
+ <UnitOfMeasure>UHR</UnitOfMeasure>
933
+ </Price>
934
+ </InstanceType>
935
+ <InstanceType>
936
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
937
+ <Label>Platinum 64 bit</Label>
938
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
939
+ 2060 GiB)</Detail>
940
+ <Price CountryCode="897">
941
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
942
+ <CurrencyCode>USD</CurrencyCode>
943
+ <Rate>15.44</Rate>
944
+ <PricePerQuantity>1</PricePerQuantity>
945
+ <UnitOfMeasure>UHR</UnitOfMeasure>
946
+ </Price>
947
+ </InstanceType>
948
+ <InstanceType>
949
+ <ID>SLV64.4/8192/60*500*500</ID>
950
+ <Label>Silver 64 bit</Label>
951
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
952
+ GiB)</Detail>
953
+ <Price CountryCode="897">
954
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
955
+ <CurrencyCode>USD</CurrencyCode>
956
+ <Rate>13.12</Rate>
957
+ <PricePerQuantity>1</PricePerQuantity>
958
+ <UnitOfMeasure>UHR</UnitOfMeasure>
959
+ </Price>
960
+ </InstanceType>
961
+ </SupportedInstanceTypes>
962
+ <CreatedTime>2011-01-11T21:39:58.474Z</CreatedTime>
963
+ </Image>
964
+ <Image>
965
+ <ID>10005360</ID>
966
+ <ProductCodes>
967
+ <ProductCode>caondc1Rf2YYhOwTlmWSreN6vSHbg</ProductCode>
968
+ </ProductCodes>
969
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
970
+ <Location>141</Location>
971
+ <State>1</State>
972
+ <Owner>SYSTEM</Owner>
973
+ <Visibility>PUBLIC</Visibility>
974
+ <Architecture>i386</Architecture>
975
+ <Platform>SUSE/11 SP1</Platform>
976
+ <Description>Suse linux 32 bit</Description>
977
+ <Manifest>
978
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/parameters.xml</Manifest>
979
+ <Documentation>
980
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/GettingStarted.html</Documentation>
981
+ <SupportedInstanceTypes>
982
+ <InstanceType>
983
+ <ID>SLV32.2/4096/60*350</ID>
984
+ <Label>Silver 32 bit</Label>
985
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
986
+ GiB)</Detail>
987
+ <Price CountryCode="897">
988
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
989
+ <CurrencyCode>USD</CurrencyCode>
990
+ <Rate>15.31</Rate>
991
+ <PricePerQuantity>1</PricePerQuantity>
992
+ <UnitOfMeasure>UHR</UnitOfMeasure>
993
+ </Price>
994
+ </InstanceType>
995
+ <InstanceType>
996
+ <ID>BRZ32.1/2048/60*175</ID>
997
+ <Label>Bronze 32 bit</Label>
998
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
999
+ GiB)</Detail>
1000
+ <Price CountryCode="897">
1001
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1002
+ <CurrencyCode>USD</CurrencyCode>
1003
+ <Rate>14.2</Rate>
1004
+ <PricePerQuantity>1</PricePerQuantity>
1005
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1006
+ </Price>
1007
+ </InstanceType>
1008
+ <InstanceType>
1009
+ <ID>GLD32.4/4096/60*350</ID>
1010
+ <Label>Gold 32 bit</Label>
1011
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
1012
+ GiB)</Detail>
1013
+ <Price CountryCode="897">
1014
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1015
+ <CurrencyCode>USD</CurrencyCode>
1016
+ <Rate>16.63</Rate>
1017
+ <PricePerQuantity>1</PricePerQuantity>
1018
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1019
+ </Price>
1020
+ </InstanceType>
1021
+ <InstanceType>
1022
+ <ID>COP32.1/2048/60</ID>
1023
+ <Label>Copper 32 bit</Label>
1024
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
1025
+ GiB)</Detail>
1026
+ <Price CountryCode="897">
1027
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1028
+ <CurrencyCode>USD</CurrencyCode>
1029
+ <Rate>14.14</Rate>
1030
+ <PricePerQuantity>1</PricePerQuantity>
1031
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1032
+ </Price>
1033
+ </InstanceType>
1034
+ </SupportedInstanceTypes>
1035
+ <CreatedTime>2011-01-11T21:39:59.213Z</CreatedTime>
1036
+ </Image>
1037
+ <Image>
1038
+ <ID>10005361</ID>
1039
+ <ProductCodes>
1040
+ <ProductCode>caondc16jlF7qjAQe2xyPTAj7bj0w</ProductCode>
1041
+ </ProductCodes>
1042
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
1043
+ <Location>141</Location>
1044
+ <State>1</State>
1045
+ <Owner>SYSTEM</Owner>
1046
+ <Visibility>PUBLIC</Visibility>
1047
+ <Architecture>x86_64</Architecture>
1048
+ <Platform>SUSE/11 SP1</Platform>
1049
+ <Description>SUSE Linux Enterprise Server 11 SP1 for x86 Base
1050
+ OS 32-bit with pay for use licensing</Description>
1051
+ <Manifest>
1052
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/parameters.xml</Manifest>
1053
+ <Documentation>
1054
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/GettingStarted.html</Documentation>
1055
+ <SupportedInstanceTypes>
1056
+ <InstanceType>
1057
+ <ID>COP64.2/4096/60</ID>
1058
+ <Label>Copper 64 bit</Label>
1059
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
1060
+ GiB)</Detail>
1061
+ <Price CountryCode="897">
1062
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1063
+ <CurrencyCode>USD</CurrencyCode>
1064
+ <Rate>17.36</Rate>
1065
+ <PricePerQuantity>1</PricePerQuantity>
1066
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1067
+ </Price>
1068
+ </InstanceType>
1069
+ <InstanceType>
1070
+ <ID>BRZ64.2/4096/60*500*350</ID>
1071
+ <Label>Bronze 64 bit</Label>
1072
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
1073
+ GiB)</Detail>
1074
+ <Price CountryCode="897">
1075
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1076
+ <CurrencyCode>USD</CurrencyCode>
1077
+ <Rate>17.53</Rate>
1078
+ <PricePerQuantity>1</PricePerQuantity>
1079
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1080
+ </Price>
1081
+ </InstanceType>
1082
+ <InstanceType>
1083
+ <ID>GLD64.8/16384/60*500*500</ID>
1084
+ <Label>Gold 64 bit</Label>
1085
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
1086
+ GiB)</Detail>
1087
+ <Price CountryCode="897">
1088
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1089
+ <CurrencyCode>USD</CurrencyCode>
1090
+ <Rate>20.24</Rate>
1091
+ <PricePerQuantity>1</PricePerQuantity>
1092
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1093
+ </Price>
1094
+ </InstanceType>
1095
+ <InstanceType>
1096
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
1097
+ <Label>Platinum 64 bit</Label>
1098
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
1099
+ 2060 GiB)</Detail>
1100
+ <Price CountryCode="897">
1101
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1102
+ <CurrencyCode>USD</CurrencyCode>
1103
+ <Rate>21.95</Rate>
1104
+ <PricePerQuantity>1</PricePerQuantity>
1105
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1106
+ </Price>
1107
+ </InstanceType>
1108
+ <InstanceType>
1109
+ <ID>SLV64.4/8192/60*500*500</ID>
1110
+ <Label>Silver 64 bit</Label>
1111
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
1112
+ GiB)</Detail>
1113
+ <Price CountryCode="897">
1114
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1115
+ <CurrencyCode>USD</CurrencyCode>
1116
+ <Rate>18.97</Rate>
1117
+ <PricePerQuantity>1</PricePerQuantity>
1118
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1119
+ </Price>
1120
+ </InstanceType>
1121
+ </SupportedInstanceTypes>
1122
+ <CreatedTime>2011-01-11T21:39:59.652Z</CreatedTime>
1123
+ </Image>
1124
+ <Image>
1125
+ <ID>10005363</ID>
1126
+ <ProductCodes>
1127
+ <ProductCode>caondc1AMDSxdaaQs2x173zeATVaw</ProductCode>
1128
+ </ProductCodes>
1129
+ <Name>Microsoft Windows Server 2008 R2 (64-bit)</Name>
1130
+ <Location>141</Location>
1131
+ <State>1</State>
1132
+ <Owner>SYSTEM</Owner>
1133
+ <Visibility>PUBLIC</Visibility>
1134
+ <Architecture>x86_64</Architecture>
1135
+ <Platform>WINDOWS/2008 R2</Platform>
1136
+ <Description>Windows2008 R2 64-bit</Description>
1137
+ <Manifest>
1138
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{72672312-361F-7C86-7883-8EB6732CDFC0}/1.0/parameters.xml</Manifest>
1139
+ <Documentation>
1140
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{72672312-361F-7C86-7883-8EB6732CDFC0}/1.0/GettingStarted.html</Documentation>
1141
+ <SupportedInstanceTypes>
1142
+ <InstanceType>
1143
+ <ID>COP64.2/4096/60</ID>
1144
+ <Label>Copper 64 bit</Label>
1145
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
1146
+ GiB)</Detail>
1147
+ <Price CountryCode="897">
1148
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1149
+ <CurrencyCode>USD</CurrencyCode>
1150
+ <Rate>25.67</Rate>
1151
+ <PricePerQuantity>1</PricePerQuantity>
1152
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1153
+ </Price>
1154
+ </InstanceType>
1155
+ <InstanceType>
1156
+ <ID>BRZ64.2/4096/60*500*350</ID>
1157
+ <Label>Bronze 64 bit</Label>
1158
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
1159
+ GiB)</Detail>
1160
+ <Price CountryCode="897">
1161
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1162
+ <CurrencyCode>USD</CurrencyCode>
1163
+ <Rate>25.84</Rate>
1164
+ <PricePerQuantity>1</PricePerQuantity>
1165
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1166
+ </Price>
1167
+ </InstanceType>
1168
+ <InstanceType>
1169
+ <ID>GLD64.8/16384/60*500*500</ID>
1170
+ <Label>Gold 64 bit</Label>
1171
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
1172
+ GiB)</Detail>
1173
+ <Price CountryCode="897">
1174
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1175
+ <CurrencyCode>USD</CurrencyCode>
1176
+ <Rate>26.35</Rate>
1177
+ <PricePerQuantity>1</PricePerQuantity>
1178
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1179
+ </Price>
1180
+ </InstanceType>
1181
+ <InstanceType>
1182
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
1183
+ <Label>Platinum 64 bit</Label>
1184
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
1185
+ 2060 GiB)</Detail>
1186
+ <Price CountryCode="897">
1187
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1188
+ <CurrencyCode>USD</CurrencyCode>
1189
+ <Rate>26.86</Rate>
1190
+ <PricePerQuantity>1</PricePerQuantity>
1191
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1192
+ </Price>
1193
+ </InstanceType>
1194
+ <InstanceType>
1195
+ <ID>SLV64.4/8192/60*500*500</ID>
1196
+ <Label>Silver 64 bit</Label>
1197
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
1198
+ GiB)</Detail>
1199
+ <Price CountryCode="897">
1200
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1201
+ <CurrencyCode>USD</CurrencyCode>
1202
+ <Rate>26.18</Rate>
1203
+ <PricePerQuantity>1</PricePerQuantity>
1204
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1205
+ </Price>
1206
+ </InstanceType>
1207
+ </SupportedInstanceTypes>
1208
+ <CreatedTime>2011-01-11T21:40:01.217Z</CreatedTime>
1209
+ </Image>
1210
+ <Image>
1211
+ <ID>10005364</ID>
1212
+ <ProductCodes>
1213
+ <ProductCode>caondc1DwlSh5PfRRKlUJ5lKH3W3g</ProductCode>
1214
+ </ProductCodes>
1215
+ <Name>Windows2008_R1_x86_update</Name>
1216
+ <Location>141</Location>
1217
+ <State>1</State>
1218
+ <Owner>SYSTEM</Owner>
1219
+ <Visibility>PUBLIC</Visibility>
1220
+ <Architecture>i386</Architecture>
1221
+ <Platform>WINDOWS/2008 R1</Platform>
1222
+ <Description>Windows2008 R1 32-bit</Description>
1223
+ <Manifest>
1224
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{39B22F13-74C9-4C71-21A7-FDECF62F0331}/1.0/parameters.xml</Manifest>
1225
+ <Documentation>
1226
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{39B22F13-74C9-4C71-21A7-FDECF62F0331}/1.0/GettingStarted.html</Documentation>
1227
+ <SupportedInstanceTypes>
1228
+ <InstanceType>
1229
+ <ID>SLV32.2/4096/60*350</ID>
1230
+ <Label>Silver 32 bit</Label>
1231
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
1232
+ GiB)</Detail>
1233
+ <Price CountryCode="897">
1234
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1235
+ <CurrencyCode>USD</CurrencyCode>
1236
+ <Rate>20.67</Rate>
1237
+ <PricePerQuantity>1</PricePerQuantity>
1238
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1239
+ </Price>
1240
+ </InstanceType>
1241
+ <InstanceType>
1242
+ <ID>BRZ32.1/2048/60*175</ID>
1243
+ <Label>Bronze 32 bit</Label>
1244
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
1245
+ GiB)</Detail>
1246
+ <Price CountryCode="897">
1247
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1248
+ <CurrencyCode>USD</CurrencyCode>
1249
+ <Rate>20.58</Rate>
1250
+ <PricePerQuantity>1</PricePerQuantity>
1251
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1252
+ </Price>
1253
+ </InstanceType>
1254
+ <InstanceType>
1255
+ <ID>GLD32.4/4096/60*350</ID>
1256
+ <Label>Gold 32 bit</Label>
1257
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
1258
+ GiB)</Detail>
1259
+ <Price CountryCode="897">
1260
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1261
+ <CurrencyCode>USD</CurrencyCode>
1262
+ <Rate>20.84</Rate>
1263
+ <PricePerQuantity>1</PricePerQuantity>
1264
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1265
+ </Price>
1266
+ </InstanceType>
1267
+ <InstanceType>
1268
+ <ID>COP32.1/2048/60</ID>
1269
+ <Label>Copper 32 bit</Label>
1270
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
1271
+ GiB)</Detail>
1272
+ <Price CountryCode="897">
1273
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1274
+ <CurrencyCode>USD</CurrencyCode>
1275
+ <Rate>20.54</Rate>
1276
+ <PricePerQuantity>1</PricePerQuantity>
1277
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1278
+ </Price>
1279
+ </InstanceType>
1280
+ </SupportedInstanceTypes>
1281
+ <CreatedTime>2011-01-11T21:40:02.126Z</CreatedTime>
1282
+ </Image>
1283
+ <Image>
1284
+ <ID>10005365</ID>
1285
+ <ProductCodes>
1286
+ <ProductCode>caondc1Er2sLu8wTT69lszn282q8g</ProductCode>
1287
+ </ProductCodes>
1288
+ <Name>Windows2008_R1_x64bit</Name>
1289
+ <Location>141</Location>
1290
+ <State>1</State>
1291
+ <Owner>SYSTEM</Owner>
1292
+ <Visibility>PUBLIC</Visibility>
1293
+ <Architecture>x86_64</Architecture>
1294
+ <Platform>WINDOWS/2008 R1</Platform>
1295
+ <Description>Windows2008 R1 64-BIT</Description>
1296
+ <Manifest>
1297
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{EDE2B4FC-EB1F-307E-6FAE-1372A0E9AE19}/1.0/parameters.xml</Manifest>
1298
+ <Documentation>
1299
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{EDE2B4FC-EB1F-307E-6FAE-1372A0E9AE19}/1.0/GettingStarted.html</Documentation>
1300
+ <SupportedInstanceTypes>
1301
+ <InstanceType>
1302
+ <ID>COP64.2/4096/60</ID>
1303
+ <Label>Copper 64 bit</Label>
1304
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
1305
+ GiB)</Detail>
1306
+ <Price CountryCode="897">
1307
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1308
+ <CurrencyCode>USD</CurrencyCode>
1309
+ <Rate>22.97</Rate>
1310
+ <PricePerQuantity>1</PricePerQuantity>
1311
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1312
+ </Price>
1313
+ </InstanceType>
1314
+ <InstanceType>
1315
+ <ID>BRZ64.2/4096/60*500*350</ID>
1316
+ <Label>Bronze 64 bit</Label>
1317
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
1318
+ GiB)</Detail>
1319
+ <Price CountryCode="897">
1320
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1321
+ <CurrencyCode>USD</CurrencyCode>
1322
+ <Rate>23.14</Rate>
1323
+ <PricePerQuantity>1</PricePerQuantity>
1324
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1325
+ </Price>
1326
+ </InstanceType>
1327
+ <InstanceType>
1328
+ <ID>GLD64.8/16384/60*500*500</ID>
1329
+ <Label>Gold 64 bit</Label>
1330
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
1331
+ GiB)</Detail>
1332
+ <Price CountryCode="897">
1333
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1334
+ <CurrencyCode>USD</CurrencyCode>
1335
+ <Rate>23.65</Rate>
1336
+ <PricePerQuantity>1</PricePerQuantity>
1337
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1338
+ </Price>
1339
+ </InstanceType>
1340
+ <InstanceType>
1341
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
1342
+ <Label>Platinum 64 bit</Label>
1343
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
1344
+ 2060 GiB)</Detail>
1345
+ <Price CountryCode="897">
1346
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1347
+ <CurrencyCode>USD</CurrencyCode>
1348
+ <Rate>24.16</Rate>
1349
+ <PricePerQuantity>1</PricePerQuantity>
1350
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1351
+ </Price>
1352
+ </InstanceType>
1353
+ <InstanceType>
1354
+ <ID>SLV64.4/8192/60*500*500</ID>
1355
+ <Label>Silver 64 bit</Label>
1356
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
1357
+ GiB)</Detail>
1358
+ <Price CountryCode="897">
1359
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1360
+ <CurrencyCode>USD</CurrencyCode>
1361
+ <Rate>23.48</Rate>
1362
+ <PricePerQuantity>1</PricePerQuantity>
1363
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1364
+ </Price>
1365
+ </InstanceType>
1366
+ </SupportedInstanceTypes>
1367
+ <CreatedTime>2011-01-11T21:40:02.512Z</CreatedTime>
1368
+ </Image>
1369
+ <Image>
1370
+ <ID>10009608</ID>
1371
+ <ProductCodes>
1372
+ <ProductCode>apsgdc1lRa5JVx8SIGGaARFPjTlmw</ProductCode>
1373
+ </ProductCodes>
1374
+ <Name>R1.2 Red Hat Enterprise Linux 5.5 (32-bi)</Name>
1375
+ <Location>181</Location>
1376
+ <State>1</State>
1377
+ <Owner>SYSTEM</Owner>
1378
+ <Visibility>PUBLIC</Visibility>
1379
+ <Architecture>i386</Architecture>
1380
+ <Platform>RHEL/5.5</Platform>
1381
+ <Description>Red Hat Linux 32 bit - Testing the name
1382
+ changes</Description>
1383
+ <Manifest>
1384
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/parameters.xml</Manifest>
1385
+ <Documentation>
1386
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/GettingStarted.html</Documentation>
1387
+ <SupportedInstanceTypes>
1388
+ <InstanceType>
1389
+ <ID>SLV32.2/4096/60*350</ID>
1390
+ <Label>Silver 32 bit</Label>
1391
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
1392
+ GiB)</Detail>
1393
+ <Price CountryCode="897">
1394
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1395
+ <CurrencyCode>USD</CurrencyCode>
1396
+ <Rate>10.31</Rate>
1397
+ <PricePerQuantity>1</PricePerQuantity>
1398
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1399
+ </Price>
1400
+ </InstanceType>
1401
+ <InstanceType>
1402
+ <ID>BRZ32.1/2048/60*175</ID>
1403
+ <Label>Bronze 32 bit</Label>
1404
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
1405
+ GiB)</Detail>
1406
+ <Price CountryCode="897">
1407
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1408
+ <CurrencyCode>USD</CurrencyCode>
1409
+ <Rate>0.15</Rate>
1410
+ <PricePerQuantity>1</PricePerQuantity>
1411
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1412
+ </Price>
1413
+ </InstanceType>
1414
+ <InstanceType>
1415
+ <ID>GLD32.4/4096/60*350</ID>
1416
+ <Label>Gold 32 bit</Label>
1417
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
1418
+ GiB)</Detail>
1419
+ <Price CountryCode="897">
1420
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1421
+ <CurrencyCode>USD</CurrencyCode>
1422
+ <Rate>12.74</Rate>
1423
+ <PricePerQuantity>1</PricePerQuantity>
1424
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1425
+ </Price>
1426
+ </InstanceType>
1427
+ <InstanceType>
1428
+ <ID>COP32.1/2048/60</ID>
1429
+ <Label>Copper 32 bit</Label>
1430
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
1431
+ GiB)</Detail>
1432
+ <Price CountryCode="897">
1433
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1434
+ <CurrencyCode>USD</CurrencyCode>
1435
+ <Rate>0.09</Rate>
1436
+ <PricePerQuantity>1</PricePerQuantity>
1437
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1438
+ </Price>
1439
+ </InstanceType>
1440
+ </SupportedInstanceTypes>
1441
+ <CreatedTime>2011-03-31T01:09:00.613Z</CreatedTime>
1442
+ </Image>
1443
+ <Image>
1444
+ <ID>10009609</ID>
1445
+ <ProductCodes>
1446
+ <ProductCode>apsgdc1zFlJxlXZRguZo9RQZuLxJQ</ProductCode>
1447
+ </ProductCodes>
1448
+ <Name>rhel55_x64</Name>
1449
+ <Location>181</Location>
1450
+ <State>1</State>
1451
+ <Owner>SYSTEM</Owner>
1452
+ <Visibility>PUBLIC</Visibility>
1453
+ <Architecture>x86_64</Architecture>
1454
+ <Platform>RHEL/5.5</Platform>
1455
+ <Description>Red Hat Linux 64</Description>
1456
+ <Manifest>
1457
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/parameters.xml</Manifest>
1458
+ <Documentation>
1459
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/GettingStarted.html</Documentation>
1460
+ <SupportedInstanceTypes>
1461
+ <InstanceType>
1462
+ <ID>IRD64.32/59392/60*500*500*500*500*500*500*500*500</ID>
1463
+ <Label>Iridium 64 bit</Label>
1464
+ <Detail>Iridium - 64 bit (vCPU: 32, RAM: 58 GiB, Disk: 4060
1465
+ GiB)</Detail>
1466
+ <Price CountryCode="897">
1467
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1468
+ <CurrencyCode>USD</CurrencyCode>
1469
+ <Rate>30.88</Rate>
1470
+ <PricePerQuantity>1</PricePerQuantity>
1471
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1472
+ </Price>
1473
+ </InstanceType>
1474
+ <InstanceType>
1475
+ <ID>COP64.2/4096/60</ID>
1476
+ <Label>Copper 64 bit</Label>
1477
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
1478
+ GiB)</Detail>
1479
+ <Price CountryCode="897">
1480
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1481
+ <CurrencyCode>USD</CurrencyCode>
1482
+ <Rate>12.28</Rate>
1483
+ <PricePerQuantity>1</PricePerQuantity>
1484
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1485
+ </Price>
1486
+ </InstanceType>
1487
+ <InstanceType>
1488
+ <ID>BRZ64.2/4096/60*500*350</ID>
1489
+ <Label>Bronze 64 bit</Label>
1490
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
1491
+ GiB)</Detail>
1492
+ <Price CountryCode="897">
1493
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1494
+ <CurrencyCode>USD</CurrencyCode>
1495
+ <Rate>12.51</Rate>
1496
+ <PricePerQuantity>1</PricePerQuantity>
1497
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1498
+ </Price>
1499
+ </InstanceType>
1500
+ <InstanceType>
1501
+ <ID>GLD64.8/16384/60*500*500</ID>
1502
+ <Label>Gold 64 bit</Label>
1503
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
1504
+ GiB)</Detail>
1505
+ <Price CountryCode="897">
1506
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1507
+ <CurrencyCode>USD</CurrencyCode>
1508
+ <Rate>13.69</Rate>
1509
+ <PricePerQuantity>1</PricePerQuantity>
1510
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1511
+ </Price>
1512
+ </InstanceType>
1513
+ <InstanceType>
1514
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
1515
+ <Label>Platinum 64 bit</Label>
1516
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
1517
+ 2060 GiB)</Detail>
1518
+ <Price CountryCode="897">
1519
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1520
+ <CurrencyCode>USD</CurrencyCode>
1521
+ <Rate>15.44</Rate>
1522
+ <PricePerQuantity>1</PricePerQuantity>
1523
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1524
+ </Price>
1525
+ </InstanceType>
1526
+ <InstanceType>
1527
+ <ID>SLV64.4/8192/60*500*500</ID>
1528
+ <Label>Silver 64 bit</Label>
1529
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
1530
+ GiB)</Detail>
1531
+ <Price CountryCode="897">
1532
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1533
+ <CurrencyCode>USD</CurrencyCode>
1534
+ <Rate>13.12</Rate>
1535
+ <PricePerQuantity>1</PricePerQuantity>
1536
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1537
+ </Price>
1538
+ </InstanceType>
1539
+ </SupportedInstanceTypes>
1540
+ <CreatedTime>2011-03-31T01:09:09.252Z</CreatedTime>
1541
+ </Image>
1542
+ <Image>
1543
+ <ID>10009610</ID>
1544
+ <ProductCodes>
1545
+ <ProductCode>apsgdc1Rf2YYhOwTlmWSreN6vSHbg</ProductCode>
1546
+ </ProductCodes>
1547
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
1548
+ <Location>181</Location>
1549
+ <State>1</State>
1550
+ <Owner>SYSTEM</Owner>
1551
+ <Visibility>PUBLIC</Visibility>
1552
+ <Architecture>i386</Architecture>
1553
+ <Platform>SUSE/11 SP1</Platform>
1554
+ <Description>Suse linux 32 bit</Description>
1555
+ <Manifest>
1556
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/parameters.xml</Manifest>
1557
+ <Documentation>
1558
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/GettingStarted.html</Documentation>
1559
+ <SupportedInstanceTypes>
1560
+ <InstanceType>
1561
+ <ID>SLV32.2/4096/60*350</ID>
1562
+ <Label>Silver 32 bit</Label>
1563
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
1564
+ GiB)</Detail>
1565
+ <Price CountryCode="897">
1566
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1567
+ <CurrencyCode>USD</CurrencyCode>
1568
+ <Rate>15.31</Rate>
1569
+ <PricePerQuantity>1</PricePerQuantity>
1570
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1571
+ </Price>
1572
+ </InstanceType>
1573
+ <InstanceType>
1574
+ <ID>BRZ32.1/2048/60*175</ID>
1575
+ <Label>Bronze 32 bit</Label>
1576
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
1577
+ GiB)</Detail>
1578
+ <Price CountryCode="897">
1579
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1580
+ <CurrencyCode>USD</CurrencyCode>
1581
+ <Rate>14.2</Rate>
1582
+ <PricePerQuantity>1</PricePerQuantity>
1583
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1584
+ </Price>
1585
+ </InstanceType>
1586
+ <InstanceType>
1587
+ <ID>GLD32.4/4096/60*350</ID>
1588
+ <Label>Gold 32 bit</Label>
1589
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
1590
+ GiB)</Detail>
1591
+ <Price CountryCode="897">
1592
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1593
+ <CurrencyCode>USD</CurrencyCode>
1594
+ <Rate>16.63</Rate>
1595
+ <PricePerQuantity>1</PricePerQuantity>
1596
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1597
+ </Price>
1598
+ </InstanceType>
1599
+ <InstanceType>
1600
+ <ID>COP32.1/2048/60</ID>
1601
+ <Label>Copper 32 bit</Label>
1602
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
1603
+ GiB)</Detail>
1604
+ <Price CountryCode="897">
1605
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1606
+ <CurrencyCode>USD</CurrencyCode>
1607
+ <Rate>14.14</Rate>
1608
+ <PricePerQuantity>1</PricePerQuantity>
1609
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1610
+ </Price>
1611
+ </InstanceType>
1612
+ </SupportedInstanceTypes>
1613
+ <CreatedTime>2011-03-31T01:09:20.642Z</CreatedTime>
1614
+ </Image>
1615
+ <Image>
1616
+ <ID>10009611</ID>
1617
+ <ProductCodes>
1618
+ <ProductCode>apsgdc16jlF7qjAQe2xyPTAj7bj0w</ProductCode>
1619
+ </ProductCodes>
1620
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
1621
+ <Location>181</Location>
1622
+ <State>1</State>
1623
+ <Owner>SYSTEM</Owner>
1624
+ <Visibility>PUBLIC</Visibility>
1625
+ <Architecture>x86_64</Architecture>
1626
+ <Platform>SUSE/11 SP1</Platform>
1627
+ <Description>SUSE Linux Enterprise Server 11 SP1 for x86 Base
1628
+ OS 32-bit with pay for use licensing</Description>
1629
+ <Manifest>
1630
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/parameters.xml</Manifest>
1631
+ <Documentation>
1632
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/GettingStarted.html</Documentation>
1633
+ <SupportedInstanceTypes>
1634
+ <InstanceType>
1635
+ <ID>COP64.2/4096/60</ID>
1636
+ <Label>Copper 64 bit</Label>
1637
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
1638
+ GiB)</Detail>
1639
+ <Price CountryCode="897">
1640
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1641
+ <CurrencyCode>USD</CurrencyCode>
1642
+ <Rate>17.36</Rate>
1643
+ <PricePerQuantity>1</PricePerQuantity>
1644
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1645
+ </Price>
1646
+ </InstanceType>
1647
+ <InstanceType>
1648
+ <ID>BRZ64.2/4096/60*500*350</ID>
1649
+ <Label>Bronze 64 bit</Label>
1650
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
1651
+ GiB)</Detail>
1652
+ <Price CountryCode="897">
1653
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1654
+ <CurrencyCode>USD</CurrencyCode>
1655
+ <Rate>17.53</Rate>
1656
+ <PricePerQuantity>1</PricePerQuantity>
1657
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1658
+ </Price>
1659
+ </InstanceType>
1660
+ <InstanceType>
1661
+ <ID>GLD64.8/16384/60*500*500</ID>
1662
+ <Label>Gold 64 bit</Label>
1663
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
1664
+ GiB)</Detail>
1665
+ <Price CountryCode="897">
1666
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1667
+ <CurrencyCode>USD</CurrencyCode>
1668
+ <Rate>20.24</Rate>
1669
+ <PricePerQuantity>1</PricePerQuantity>
1670
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1671
+ </Price>
1672
+ </InstanceType>
1673
+ <InstanceType>
1674
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
1675
+ <Label>Platinum 64 bit</Label>
1676
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
1677
+ 2060 GiB)</Detail>
1678
+ <Price CountryCode="897">
1679
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1680
+ <CurrencyCode>USD</CurrencyCode>
1681
+ <Rate>21.95</Rate>
1682
+ <PricePerQuantity>1</PricePerQuantity>
1683
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1684
+ </Price>
1685
+ </InstanceType>
1686
+ <InstanceType>
1687
+ <ID>SLV64.4/8192/60*500*500</ID>
1688
+ <Label>Silver 64 bit</Label>
1689
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
1690
+ GiB)</Detail>
1691
+ <Price CountryCode="897">
1692
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1693
+ <CurrencyCode>USD</CurrencyCode>
1694
+ <Rate>18.97</Rate>
1695
+ <PricePerQuantity>1</PricePerQuantity>
1696
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1697
+ </Price>
1698
+ </InstanceType>
1699
+ </SupportedInstanceTypes>
1700
+ <CreatedTime>2011-03-31T01:09:28.143Z</CreatedTime>
1701
+ </Image>
1702
+ <Image>
1703
+ <ID>10009613</ID>
1704
+ <ProductCodes>
1705
+ <ProductCode>apsgdc1AMDSxdaaQs2x173zeATVaw</ProductCode>
1706
+ </ProductCodes>
1707
+ <Name>Microsoft Windows Server 2008 R2 (64-bit)</Name>
1708
+ <Location>181</Location>
1709
+ <State>1</State>
1710
+ <Owner>SYSTEM</Owner>
1711
+ <Visibility>PUBLIC</Visibility>
1712
+ <Architecture>x86_64</Architecture>
1713
+ <Platform>WINDOWS/2008 R2</Platform>
1714
+ <Description>Windows2008 R2 64-bit</Description>
1715
+ <Manifest>
1716
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{72672312-361F-7C86-7883-8EB6732CDFC0}/1.0/parameters.xml</Manifest>
1717
+ <Documentation>
1718
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{72672312-361F-7C86-7883-8EB6732CDFC0}/1.0/GettingStarted.html</Documentation>
1719
+ <SupportedInstanceTypes>
1720
+ <InstanceType>
1721
+ <ID>COP64.2/4096/60</ID>
1722
+ <Label>Copper 64 bit</Label>
1723
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
1724
+ GiB)</Detail>
1725
+ <Price CountryCode="897">
1726
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1727
+ <CurrencyCode>USD</CurrencyCode>
1728
+ <Rate>25.67</Rate>
1729
+ <PricePerQuantity>1</PricePerQuantity>
1730
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1731
+ </Price>
1732
+ </InstanceType>
1733
+ <InstanceType>
1734
+ <ID>BRZ64.2/4096/60*500*350</ID>
1735
+ <Label>Bronze 64 bit</Label>
1736
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
1737
+ GiB)</Detail>
1738
+ <Price CountryCode="897">
1739
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1740
+ <CurrencyCode>USD</CurrencyCode>
1741
+ <Rate>25.84</Rate>
1742
+ <PricePerQuantity>1</PricePerQuantity>
1743
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1744
+ </Price>
1745
+ </InstanceType>
1746
+ <InstanceType>
1747
+ <ID>GLD64.8/16384/60*500*500</ID>
1748
+ <Label>Gold 64 bit</Label>
1749
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
1750
+ GiB)</Detail>
1751
+ <Price CountryCode="897">
1752
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1753
+ <CurrencyCode>USD</CurrencyCode>
1754
+ <Rate>26.35</Rate>
1755
+ <PricePerQuantity>1</PricePerQuantity>
1756
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1757
+ </Price>
1758
+ </InstanceType>
1759
+ <InstanceType>
1760
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
1761
+ <Label>Platinum 64 bit</Label>
1762
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
1763
+ 2060 GiB)</Detail>
1764
+ <Price CountryCode="897">
1765
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1766
+ <CurrencyCode>USD</CurrencyCode>
1767
+ <Rate>26.86</Rate>
1768
+ <PricePerQuantity>1</PricePerQuantity>
1769
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1770
+ </Price>
1771
+ </InstanceType>
1772
+ <InstanceType>
1773
+ <ID>SLV64.4/8192/60*500*500</ID>
1774
+ <Label>Silver 64 bit</Label>
1775
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
1776
+ GiB)</Detail>
1777
+ <Price CountryCode="897">
1778
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1779
+ <CurrencyCode>USD</CurrencyCode>
1780
+ <Rate>26.18</Rate>
1781
+ <PricePerQuantity>1</PricePerQuantity>
1782
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1783
+ </Price>
1784
+ </InstanceType>
1785
+ </SupportedInstanceTypes>
1786
+ <CreatedTime>2011-03-31T01:09:45.852Z</CreatedTime>
1787
+ </Image>
1788
+ <Image>
1789
+ <ID>10009614</ID>
1790
+ <ProductCodes>
1791
+ <ProductCode>apsgdc1DwlSh5PfRRKlUJ5lKH3W3g</ProductCode>
1792
+ </ProductCodes>
1793
+ <Name>Windows2008_R1_x86_update</Name>
1794
+ <Location>181</Location>
1795
+ <State>1</State>
1796
+ <Owner>SYSTEM</Owner>
1797
+ <Visibility>PUBLIC</Visibility>
1798
+ <Architecture>i386</Architecture>
1799
+ <Platform>WINDOWS/2008 R1</Platform>
1800
+ <Description>Windows2008 R1 32-bit</Description>
1801
+ <Manifest>
1802
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{39B22F13-74C9-4C71-21A7-FDECF62F0331}/1.0/parameters.xml</Manifest>
1803
+ <Documentation>
1804
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{39B22F13-74C9-4C71-21A7-FDECF62F0331}/1.0/GettingStarted.html</Documentation>
1805
+ <SupportedInstanceTypes>
1806
+ <InstanceType>
1807
+ <ID>SLV32.2/4096/60*350</ID>
1808
+ <Label>Silver 32 bit</Label>
1809
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
1810
+ GiB)</Detail>
1811
+ <Price CountryCode="897">
1812
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1813
+ <CurrencyCode>USD</CurrencyCode>
1814
+ <Rate>20.67</Rate>
1815
+ <PricePerQuantity>1</PricePerQuantity>
1816
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1817
+ </Price>
1818
+ </InstanceType>
1819
+ <InstanceType>
1820
+ <ID>BRZ32.1/2048/60*175</ID>
1821
+ <Label>Bronze 32 bit</Label>
1822
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
1823
+ GiB)</Detail>
1824
+ <Price CountryCode="897">
1825
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1826
+ <CurrencyCode>USD</CurrencyCode>
1827
+ <Rate>20.58</Rate>
1828
+ <PricePerQuantity>1</PricePerQuantity>
1829
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1830
+ </Price>
1831
+ </InstanceType>
1832
+ <InstanceType>
1833
+ <ID>GLD32.4/4096/60*350</ID>
1834
+ <Label>Gold 32 bit</Label>
1835
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
1836
+ GiB)</Detail>
1837
+ <Price CountryCode="897">
1838
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1839
+ <CurrencyCode>USD</CurrencyCode>
1840
+ <Rate>20.84</Rate>
1841
+ <PricePerQuantity>1</PricePerQuantity>
1842
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1843
+ </Price>
1844
+ </InstanceType>
1845
+ <InstanceType>
1846
+ <ID>COP32.1/2048/60</ID>
1847
+ <Label>Copper 32 bit</Label>
1848
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
1849
+ GiB)</Detail>
1850
+ <Price CountryCode="897">
1851
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1852
+ <CurrencyCode>USD</CurrencyCode>
1853
+ <Rate>20.54</Rate>
1854
+ <PricePerQuantity>1</PricePerQuantity>
1855
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1856
+ </Price>
1857
+ </InstanceType>
1858
+ </SupportedInstanceTypes>
1859
+ <CreatedTime>2011-03-31T01:09:54.368Z</CreatedTime>
1860
+ </Image>
1861
+ <Image>
1862
+ <ID>10009615</ID>
1863
+ <ProductCodes>
1864
+ <ProductCode>apsgdc1Er2sLu8wTT69lszn282q8g</ProductCode>
1865
+ </ProductCodes>
1866
+ <Name>Windows2008_R1_x64bit</Name>
1867
+ <Location>181</Location>
1868
+ <State>1</State>
1869
+ <Owner>SYSTEM</Owner>
1870
+ <Visibility>PUBLIC</Visibility>
1871
+ <Architecture>x86_64</Architecture>
1872
+ <Platform>WINDOWS/2008 R1</Platform>
1873
+ <Description>Windows2008 R1 64-BIT</Description>
1874
+ <Manifest>
1875
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{EDE2B4FC-EB1F-307E-6FAE-1372A0E9AE19}/1.0/parameters.xml</Manifest>
1876
+ <Documentation>
1877
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{EDE2B4FC-EB1F-307E-6FAE-1372A0E9AE19}/1.0/GettingStarted.html</Documentation>
1878
+ <SupportedInstanceTypes>
1879
+ <InstanceType>
1880
+ <ID>COP64.2/4096/60</ID>
1881
+ <Label>Copper 64 bit</Label>
1882
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
1883
+ GiB)</Detail>
1884
+ <Price CountryCode="897">
1885
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1886
+ <CurrencyCode>USD</CurrencyCode>
1887
+ <Rate>22.97</Rate>
1888
+ <PricePerQuantity>1</PricePerQuantity>
1889
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1890
+ </Price>
1891
+ </InstanceType>
1892
+ <InstanceType>
1893
+ <ID>BRZ64.2/4096/60*500*350</ID>
1894
+ <Label>Bronze 64 bit</Label>
1895
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
1896
+ GiB)</Detail>
1897
+ <Price CountryCode="897">
1898
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1899
+ <CurrencyCode>USD</CurrencyCode>
1900
+ <Rate>23.14</Rate>
1901
+ <PricePerQuantity>1</PricePerQuantity>
1902
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1903
+ </Price>
1904
+ </InstanceType>
1905
+ <InstanceType>
1906
+ <ID>GLD64.8/16384/60*500*500</ID>
1907
+ <Label>Gold 64 bit</Label>
1908
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
1909
+ GiB)</Detail>
1910
+ <Price CountryCode="897">
1911
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1912
+ <CurrencyCode>USD</CurrencyCode>
1913
+ <Rate>23.65</Rate>
1914
+ <PricePerQuantity>1</PricePerQuantity>
1915
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1916
+ </Price>
1917
+ </InstanceType>
1918
+ <InstanceType>
1919
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
1920
+ <Label>Platinum 64 bit</Label>
1921
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
1922
+ 2060 GiB)</Detail>
1923
+ <Price CountryCode="897">
1924
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1925
+ <CurrencyCode>USD</CurrencyCode>
1926
+ <Rate>24.16</Rate>
1927
+ <PricePerQuantity>1</PricePerQuantity>
1928
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1929
+ </Price>
1930
+ </InstanceType>
1931
+ <InstanceType>
1932
+ <ID>SLV64.4/8192/60*500*500</ID>
1933
+ <Label>Silver 64 bit</Label>
1934
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
1935
+ GiB)</Detail>
1936
+ <Price CountryCode="897">
1937
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1938
+ <CurrencyCode>USD</CurrencyCode>
1939
+ <Rate>23.48</Rate>
1940
+ <PricePerQuantity>1</PricePerQuantity>
1941
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1942
+ </Price>
1943
+ </InstanceType>
1944
+ </SupportedInstanceTypes>
1945
+ <CreatedTime>2011-03-31T01:10:00.526Z</CreatedTime>
1946
+ </Image>
1947
+ <Image>
1948
+ <ID>10003803</ID>
1949
+ <ProductCodes>
1950
+ <ProductCode>DwlSh5PfRRKlUJ5lKH3W3g</ProductCode>
1951
+ </ProductCodes>
1952
+ <Name>Windows2008_R1_x86_update</Name>
1953
+ <Location>41</Location>
1954
+ <State>1</State>
1955
+ <Owner>SYSTEM</Owner>
1956
+ <Visibility>PUBLIC</Visibility>
1957
+ <Architecture>i386</Architecture>
1958
+ <Platform>WINDOWS/2008 R1</Platform>
1959
+ <Description>Windows2008 R1 32-bit</Description>
1960
+ <Manifest>
1961
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{39B22F13-74C9-4C71-21A7-FDECF62F0331}/1.0/parameters.xml</Manifest>
1962
+ <Documentation>
1963
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{39B22F13-74C9-4C71-21A7-FDECF62F0331}/1.0/GettingStarted.html</Documentation>
1964
+ <SupportedInstanceTypes>
1965
+ <InstanceType>
1966
+ <ID>SLV32.2/4096/60*350</ID>
1967
+ <Label>Silver 32 bit</Label>
1968
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
1969
+ GiB)</Detail>
1970
+ <Price CountryCode="897">
1971
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1972
+ <CurrencyCode>USD</CurrencyCode>
1973
+ <Rate>20.67</Rate>
1974
+ <PricePerQuantity>1</PricePerQuantity>
1975
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1976
+ </Price>
1977
+ </InstanceType>
1978
+ <InstanceType>
1979
+ <ID>BRZ32.1/2048/60*175</ID>
1980
+ <Label>Bronze 32 bit</Label>
1981
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
1982
+ GiB)</Detail>
1983
+ <Price CountryCode="897">
1984
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1985
+ <CurrencyCode>USD</CurrencyCode>
1986
+ <Rate>20.58</Rate>
1987
+ <PricePerQuantity>1</PricePerQuantity>
1988
+ <UnitOfMeasure>UHR</UnitOfMeasure>
1989
+ </Price>
1990
+ </InstanceType>
1991
+ <InstanceType>
1992
+ <ID>GLD32.4/4096/60*350</ID>
1993
+ <Label>Gold 32 bit</Label>
1994
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
1995
+ GiB)</Detail>
1996
+ <Price CountryCode="897">
1997
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
1998
+ <CurrencyCode>USD</CurrencyCode>
1999
+ <Rate>20.84</Rate>
2000
+ <PricePerQuantity>1</PricePerQuantity>
2001
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2002
+ </Price>
2003
+ </InstanceType>
2004
+ <InstanceType>
2005
+ <ID>COP32.1/2048/60</ID>
2006
+ <Label>Copper 32 bit</Label>
2007
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
2008
+ GiB)</Detail>
2009
+ <Price CountryCode="897">
2010
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2011
+ <CurrencyCode>USD</CurrencyCode>
2012
+ <Rate>20.54</Rate>
2013
+ <PricePerQuantity>1</PricePerQuantity>
2014
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2015
+ </Price>
2016
+ </InstanceType>
2017
+ </SupportedInstanceTypes>
2018
+ <CreatedTime>2010-11-11T04:06:34.055Z</CreatedTime>
2019
+ </Image>
2020
+ <Image>
2021
+ <ID>10003804</ID>
2022
+ <ProductCodes>
2023
+ <ProductCode>ehnDwlSh5PfRRKlUJ5lKH3W3g</ProductCode>
2024
+ </ProductCodes>
2025
+ <Name>Windows2008_R1_x86_update</Name>
2026
+ <Location>81</Location>
2027
+ <State>1</State>
2028
+ <Owner>SYSTEM</Owner>
2029
+ <Visibility>PUBLIC</Visibility>
2030
+ <Architecture>i386</Architecture>
2031
+ <Platform>WINDOWS/2008 R1</Platform>
2032
+ <Description>Windows2008 R1 32-bit</Description>
2033
+ <Manifest>
2034
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{AB43B71D-1B4E-3108-DEC0-6E770A7CB5FE}/1.0/parameters.xml</Manifest>
2035
+ <Documentation>
2036
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{AB43B71D-1B4E-3108-DEC0-6E770A7CB5FE}/1.0/GettingStarted.html</Documentation>
2037
+ <SupportedInstanceTypes>
2038
+ <InstanceType>
2039
+ <ID>SLV32.2/4096/60*350</ID>
2040
+ <Label>Silver 32 bit</Label>
2041
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
2042
+ GiB)</Detail>
2043
+ <Price CountryCode="897">
2044
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2045
+ <CurrencyCode>USD</CurrencyCode>
2046
+ <Rate>20.67</Rate>
2047
+ <PricePerQuantity>1</PricePerQuantity>
2048
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2049
+ </Price>
2050
+ </InstanceType>
2051
+ <InstanceType>
2052
+ <ID>BRZ32.1/2048/60*175</ID>
2053
+ <Label>Bronze 32 bit</Label>
2054
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
2055
+ GiB)</Detail>
2056
+ <Price CountryCode="897">
2057
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2058
+ <CurrencyCode>USD</CurrencyCode>
2059
+ <Rate>20.58</Rate>
2060
+ <PricePerQuantity>1</PricePerQuantity>
2061
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2062
+ </Price>
2063
+ </InstanceType>
2064
+ <InstanceType>
2065
+ <ID>GLD32.4/4096/60*350</ID>
2066
+ <Label>Gold 32 bit</Label>
2067
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
2068
+ GiB)</Detail>
2069
+ <Price CountryCode="897">
2070
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2071
+ <CurrencyCode>USD</CurrencyCode>
2072
+ <Rate>20.84</Rate>
2073
+ <PricePerQuantity>1</PricePerQuantity>
2074
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2075
+ </Price>
2076
+ </InstanceType>
2077
+ <InstanceType>
2078
+ <ID>COP32.1/2048/60</ID>
2079
+ <Label>Copper 32 bit</Label>
2080
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
2081
+ GiB)</Detail>
2082
+ <Price CountryCode="897">
2083
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2084
+ <CurrencyCode>USD</CurrencyCode>
2085
+ <Rate>20.54</Rate>
2086
+ <PricePerQuantity>1</PricePerQuantity>
2087
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2088
+ </Price>
2089
+ </InstanceType>
2090
+ </SupportedInstanceTypes>
2091
+ <CreatedTime>2010-11-11T04:06:34.079Z</CreatedTime>
2092
+ </Image>
2093
+ <Image>
2094
+ <ID>10003805</ID>
2095
+ <ProductCodes>
2096
+ <ProductCode>Er2sLu8wTT69lszn282q8g</ProductCode>
2097
+ </ProductCodes>
2098
+ <Name>Windows2008_R1_x64bit</Name>
2099
+ <Location>41</Location>
2100
+ <State>1</State>
2101
+ <Owner>SYSTEM</Owner>
2102
+ <Visibility>PUBLIC</Visibility>
2103
+ <Architecture>x86_64</Architecture>
2104
+ <Platform>WINDOWS/2008 R1</Platform>
2105
+ <Description>Windows2008 R1 64-BIT</Description>
2106
+ <Manifest>
2107
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{EDE2B4FC-EB1F-307E-6FAE-1372A0E9AE19}/1.0/parameters.xml</Manifest>
2108
+ <Documentation>
2109
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{EDE2B4FC-EB1F-307E-6FAE-1372A0E9AE19}/1.0/GettingStarted.html</Documentation>
2110
+ <SupportedInstanceTypes>
2111
+ <InstanceType>
2112
+ <ID>COP64.2/4096/60</ID>
2113
+ <Label>Copper 64 bit</Label>
2114
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
2115
+ GiB)</Detail>
2116
+ <Price CountryCode="897">
2117
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2118
+ <CurrencyCode>USD</CurrencyCode>
2119
+ <Rate>22.97</Rate>
2120
+ <PricePerQuantity>1</PricePerQuantity>
2121
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2122
+ </Price>
2123
+ </InstanceType>
2124
+ <InstanceType>
2125
+ <ID>BRZ64.2/4096/60*500*350</ID>
2126
+ <Label>Bronze 64 bit</Label>
2127
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
2128
+ GiB)</Detail>
2129
+ <Price CountryCode="897">
2130
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2131
+ <CurrencyCode>USD</CurrencyCode>
2132
+ <Rate>23.14</Rate>
2133
+ <PricePerQuantity>1</PricePerQuantity>
2134
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2135
+ </Price>
2136
+ </InstanceType>
2137
+ <InstanceType>
2138
+ <ID>GLD64.8/16384/60*500*500</ID>
2139
+ <Label>Gold 64 bit</Label>
2140
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
2141
+ GiB)</Detail>
2142
+ <Price CountryCode="897">
2143
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2144
+ <CurrencyCode>USD</CurrencyCode>
2145
+ <Rate>23.65</Rate>
2146
+ <PricePerQuantity>1</PricePerQuantity>
2147
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2148
+ </Price>
2149
+ </InstanceType>
2150
+ <InstanceType>
2151
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
2152
+ <Label>Platinum 64 bit</Label>
2153
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
2154
+ 2060 GiB)</Detail>
2155
+ <Price CountryCode="897">
2156
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2157
+ <CurrencyCode>USD</CurrencyCode>
2158
+ <Rate>24.16</Rate>
2159
+ <PricePerQuantity>1</PricePerQuantity>
2160
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2161
+ </Price>
2162
+ </InstanceType>
2163
+ <InstanceType>
2164
+ <ID>SLV64.4/8192/60*500*500</ID>
2165
+ <Label>Silver 64 bit</Label>
2166
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
2167
+ GiB)</Detail>
2168
+ <Price CountryCode="897">
2169
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2170
+ <CurrencyCode>USD</CurrencyCode>
2171
+ <Rate>23.48</Rate>
2172
+ <PricePerQuantity>1</PricePerQuantity>
2173
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2174
+ </Price>
2175
+ </InstanceType>
2176
+ </SupportedInstanceTypes>
2177
+ <CreatedTime>2010-11-11T04:06:34.109Z</CreatedTime>
2178
+ </Image>
2179
+ <Image>
2180
+ <ID>10003806</ID>
2181
+ <ProductCodes>
2182
+ <ProductCode>ehnEr2sLu8wTT69lszn282q8g</ProductCode>
2183
+ </ProductCodes>
2184
+ <Name>Windows2008_R1_x64bit</Name>
2185
+ <Location>81</Location>
2186
+ <State>1</State>
2187
+ <Owner>SYSTEM</Owner>
2188
+ <Visibility>PUBLIC</Visibility>
2189
+ <Architecture>x86_64</Architecture>
2190
+ <Platform>WINDOWS/2008 R1</Platform>
2191
+ <Description>Windows2008 R1 64-BIT</Description>
2192
+ <Manifest>
2193
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{2DD3C589-349A-0CB4-0093-CE74FF7AF4E0}/1.0/parameters.xml</Manifest>
2194
+ <Documentation>
2195
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{2DD3C589-349A-0CB4-0093-CE74FF7AF4E0}/1.0/GettingStarted.html</Documentation>
2196
+ <SupportedInstanceTypes>
2197
+ <InstanceType>
2198
+ <ID>COP64.2/4096/60</ID>
2199
+ <Label>Copper 64 bit</Label>
2200
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
2201
+ GiB)</Detail>
2202
+ <Price CountryCode="897">
2203
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2204
+ <CurrencyCode>USD</CurrencyCode>
2205
+ <Rate>22.97</Rate>
2206
+ <PricePerQuantity>1</PricePerQuantity>
2207
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2208
+ </Price>
2209
+ </InstanceType>
2210
+ <InstanceType>
2211
+ <ID>BRZ64.2/4096/60*500*350</ID>
2212
+ <Label>Bronze 64 bit</Label>
2213
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
2214
+ GiB)</Detail>
2215
+ <Price CountryCode="897">
2216
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2217
+ <CurrencyCode>USD</CurrencyCode>
2218
+ <Rate>23.14</Rate>
2219
+ <PricePerQuantity>1</PricePerQuantity>
2220
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2221
+ </Price>
2222
+ </InstanceType>
2223
+ <InstanceType>
2224
+ <ID>GLD64.8/16384/60*500*500</ID>
2225
+ <Label>Gold 64 bit</Label>
2226
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
2227
+ GiB)</Detail>
2228
+ <Price CountryCode="897">
2229
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2230
+ <CurrencyCode>USD</CurrencyCode>
2231
+ <Rate>23.65</Rate>
2232
+ <PricePerQuantity>1</PricePerQuantity>
2233
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2234
+ </Price>
2235
+ </InstanceType>
2236
+ <InstanceType>
2237
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
2238
+ <Label>Platinum 64 bit</Label>
2239
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
2240
+ 2060 GiB)</Detail>
2241
+ <Price CountryCode="897">
2242
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2243
+ <CurrencyCode>USD</CurrencyCode>
2244
+ <Rate>24.16</Rate>
2245
+ <PricePerQuantity>1</PricePerQuantity>
2246
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2247
+ </Price>
2248
+ </InstanceType>
2249
+ <InstanceType>
2250
+ <ID>SLV64.4/8192/60*500*500</ID>
2251
+ <Label>Silver 64 bit</Label>
2252
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
2253
+ GiB)</Detail>
2254
+ <Price CountryCode="897">
2255
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2256
+ <CurrencyCode>USD</CurrencyCode>
2257
+ <Rate>23.48</Rate>
2258
+ <PricePerQuantity>1</PricePerQuantity>
2259
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2260
+ </Price>
2261
+ </InstanceType>
2262
+ </SupportedInstanceTypes>
2263
+ <CreatedTime>2010-11-11T04:06:34.119Z</CreatedTime>
2264
+ </Image>
2265
+ <Image>
2266
+ <ID>10001808</ID>
2267
+ <ProductCodes>
2268
+ <ProductCode>ehnstg10-07-07_rhel55_x86</ProductCode>
2269
+ </ProductCodes>
2270
+ <Name>R1.2 Red Hat Enterprise Linux 5.5 (32-bi)</Name>
2271
+ <Location>81</Location>
2272
+ <State>1</State>
2273
+ <Owner>SYSTEM</Owner>
2274
+ <Visibility>PUBLIC</Visibility>
2275
+ <Architecture>i386</Architecture>
2276
+ <Platform>RHEL/5.5</Platform>
2277
+ <Description>Red Hat Linux 32 bit - Testing the name
2278
+ changes</Description>
2279
+ <Manifest>
2280
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/parameters.xml</Manifest>
2281
+ <Documentation>
2282
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/GettingStarted.html</Documentation>
2283
+ <SupportedInstanceTypes>
2284
+ <InstanceType>
2285
+ <ID>SLV32.2/4096/60*350</ID>
2286
+ <Label>Silver 32 bit</Label>
2287
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
2288
+ GiB)</Detail>
2289
+ <Price CountryCode="897">
2290
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2291
+ <CurrencyCode>USD</CurrencyCode>
2292
+ <Rate>10.31</Rate>
2293
+ <PricePerQuantity>1</PricePerQuantity>
2294
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2295
+ </Price>
2296
+ </InstanceType>
2297
+ <InstanceType>
2298
+ <ID>BRZ32.1/2048/60*175</ID>
2299
+ <Label>Bronze 32 bit</Label>
2300
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
2301
+ GiB)</Detail>
2302
+ <Price CountryCode="897">
2303
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2304
+ <CurrencyCode>USD</CurrencyCode>
2305
+ <Rate>0.15</Rate>
2306
+ <PricePerQuantity>1</PricePerQuantity>
2307
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2308
+ </Price>
2309
+ </InstanceType>
2310
+ <InstanceType>
2311
+ <ID>GLD32.4/4096/60*350</ID>
2312
+ <Label>Gold 32 bit</Label>
2313
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
2314
+ GiB)</Detail>
2315
+ <Price CountryCode="897">
2316
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2317
+ <CurrencyCode>USD</CurrencyCode>
2318
+ <Rate>12.74</Rate>
2319
+ <PricePerQuantity>1</PricePerQuantity>
2320
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2321
+ </Price>
2322
+ </InstanceType>
2323
+ <InstanceType>
2324
+ <ID>COP32.1/2048/60</ID>
2325
+ <Label>Copper 32 bit</Label>
2326
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
2327
+ GiB)</Detail>
2328
+ <Price CountryCode="897">
2329
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2330
+ <CurrencyCode>USD</CurrencyCode>
2331
+ <Rate>0.09</Rate>
2332
+ <PricePerQuantity>1</PricePerQuantity>
2333
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2334
+ </Price>
2335
+ </InstanceType>
2336
+ </SupportedInstanceTypes>
2337
+ <CreatedTime>2010-09-08T20:32:54.073Z</CreatedTime>
2338
+ </Image>
2339
+ <Image>
2340
+ <ID>10001809</ID>
2341
+ <ProductCodes>
2342
+ <ProductCode>ehnstg10-07-07_rhel55_x64</ProductCode>
2343
+ </ProductCodes>
2344
+ <Name>rhel55_x64</Name>
2345
+ <Location>81</Location>
2346
+ <State>1</State>
2347
+ <Owner>SYSTEM</Owner>
2348
+ <Visibility>PUBLIC</Visibility>
2349
+ <Architecture>x86_64</Architecture>
2350
+ <Platform>RHEL/5.5</Platform>
2351
+ <Description>Red Hat Linux 64</Description>
2352
+ <Manifest>
2353
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/parameters.xml</Manifest>
2354
+ <Documentation>
2355
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/GettingStarted.html</Documentation>
2356
+ <SupportedInstanceTypes>
2357
+ <InstanceType>
2358
+ <ID>IRD64.32/59392/60*500*500*500*500*500*500*500*500</ID>
2359
+ <Label>Iridium 64 bit</Label>
2360
+ <Detail>Iridium - 64 bit (vCPU: 32, RAM: 58 GiB, Disk: 4060
2361
+ GiB)</Detail>
2362
+ <Price CountryCode="897">
2363
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2364
+ <CurrencyCode>USD</CurrencyCode>
2365
+ <Rate>30.88</Rate>
2366
+ <PricePerQuantity>1</PricePerQuantity>
2367
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2368
+ </Price>
2369
+ </InstanceType>
2370
+ <InstanceType>
2371
+ <ID>COP64.2/4096/60</ID>
2372
+ <Label>Copper 64 bit</Label>
2373
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
2374
+ GiB)</Detail>
2375
+ <Price CountryCode="897">
2376
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2377
+ <CurrencyCode>USD</CurrencyCode>
2378
+ <Rate>12.28</Rate>
2379
+ <PricePerQuantity>1</PricePerQuantity>
2380
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2381
+ </Price>
2382
+ </InstanceType>
2383
+ <InstanceType>
2384
+ <ID>BRZ64.2/4096/60*500*350</ID>
2385
+ <Label>Bronze 64 bit</Label>
2386
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
2387
+ GiB)</Detail>
2388
+ <Price CountryCode="897">
2389
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2390
+ <CurrencyCode>USD</CurrencyCode>
2391
+ <Rate>12.51</Rate>
2392
+ <PricePerQuantity>1</PricePerQuantity>
2393
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2394
+ </Price>
2395
+ </InstanceType>
2396
+ <InstanceType>
2397
+ <ID>GLD64.8/16384/60*500*500</ID>
2398
+ <Label>Gold 64 bit</Label>
2399
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
2400
+ GiB)</Detail>
2401
+ <Price CountryCode="897">
2402
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2403
+ <CurrencyCode>USD</CurrencyCode>
2404
+ <Rate>13.69</Rate>
2405
+ <PricePerQuantity>1</PricePerQuantity>
2406
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2407
+ </Price>
2408
+ </InstanceType>
2409
+ <InstanceType>
2410
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
2411
+ <Label>Platinum 64 bit</Label>
2412
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
2413
+ 2060 GiB)</Detail>
2414
+ <Price CountryCode="897">
2415
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2416
+ <CurrencyCode>USD</CurrencyCode>
2417
+ <Rate>15.44</Rate>
2418
+ <PricePerQuantity>1</PricePerQuantity>
2419
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2420
+ </Price>
2421
+ </InstanceType>
2422
+ <InstanceType>
2423
+ <ID>SLV64.4/8192/60*500*500</ID>
2424
+ <Label>Silver 64 bit</Label>
2425
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
2426
+ GiB)</Detail>
2427
+ <Price CountryCode="897">
2428
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2429
+ <CurrencyCode>USD</CurrencyCode>
2430
+ <Rate>13.12</Rate>
2431
+ <PricePerQuantity>1</PricePerQuantity>
2432
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2433
+ </Price>
2434
+ </InstanceType>
2435
+ </SupportedInstanceTypes>
2436
+ <CreatedTime>2010-09-08T20:32:54.213Z</CreatedTime>
2437
+ </Image>
2438
+ <Image>
2439
+ <ID>10001810</ID>
2440
+ <ProductCodes>
2441
+ <ProductCode>ehnstg10-07-14_SLES11SP1_32</ProductCode>
2442
+ </ProductCodes>
2443
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
2444
+ <Location>81</Location>
2445
+ <State>1</State>
2446
+ <Owner>SYSTEM</Owner>
2447
+ <Visibility>PUBLIC</Visibility>
2448
+ <Architecture>i386</Architecture>
2449
+ <Platform>SUSE/11 SP1</Platform>
2450
+ <Description>Suse linux 32 bit</Description>
2451
+ <Manifest>
2452
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{6D30ED5C-A588-FAA7-4C91-610FCAEE7F0F}/1.0/parameters.xml</Manifest>
2453
+ <Documentation>
2454
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{6D30ED5C-A588-FAA7-4C91-610FCAEE7F0F}/1.0/GettingStarted.html</Documentation>
2455
+ <SupportedInstanceTypes>
2456
+ <InstanceType>
2457
+ <ID>SLV32.2/4096/60*350</ID>
2458
+ <Label>Silver 32 bit</Label>
2459
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
2460
+ GiB)</Detail>
2461
+ <Price CountryCode="897">
2462
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2463
+ <CurrencyCode>USD</CurrencyCode>
2464
+ <Rate>15.31</Rate>
2465
+ <PricePerQuantity>1</PricePerQuantity>
2466
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2467
+ </Price>
2468
+ </InstanceType>
2469
+ <InstanceType>
2470
+ <ID>BRZ32.1/2048/60*175</ID>
2471
+ <Label>Bronze 32 bit</Label>
2472
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
2473
+ GiB)</Detail>
2474
+ <Price CountryCode="897">
2475
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2476
+ <CurrencyCode>USD</CurrencyCode>
2477
+ <Rate>14.2</Rate>
2478
+ <PricePerQuantity>1</PricePerQuantity>
2479
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2480
+ </Price>
2481
+ </InstanceType>
2482
+ <InstanceType>
2483
+ <ID>GLD32.4/4096/60*350</ID>
2484
+ <Label>Gold 32 bit</Label>
2485
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
2486
+ GiB)</Detail>
2487
+ <Price CountryCode="897">
2488
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2489
+ <CurrencyCode>USD</CurrencyCode>
2490
+ <Rate>16.63</Rate>
2491
+ <PricePerQuantity>1</PricePerQuantity>
2492
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2493
+ </Price>
2494
+ </InstanceType>
2495
+ <InstanceType>
2496
+ <ID>COP32.1/2048/60</ID>
2497
+ <Label>Copper 32 bit</Label>
2498
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
2499
+ GiB)</Detail>
2500
+ <Price CountryCode="897">
2501
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2502
+ <CurrencyCode>USD</CurrencyCode>
2503
+ <Rate>14.14</Rate>
2504
+ <PricePerQuantity>1</PricePerQuantity>
2505
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2506
+ </Price>
2507
+ </InstanceType>
2508
+ </SupportedInstanceTypes>
2509
+ <CreatedTime>2010-09-08T20:32:54.373Z</CreatedTime>
2510
+ </Image>
2511
+ <Image>
2512
+ <ID>10001811</ID>
2513
+ <ProductCodes>
2514
+ <ProductCode>ehnstg10-07-14_SLES11SP1_64</ProductCode>
2515
+ </ProductCodes>
2516
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
2517
+ <Location>81</Location>
2518
+ <State>1</State>
2519
+ <Owner>SYSTEM</Owner>
2520
+ <Visibility>PUBLIC</Visibility>
2521
+ <Architecture>x86_64</Architecture>
2522
+ <Platform>SUSE/11 SP1</Platform>
2523
+ <Description>SUSE Linux Enterprise Server 11 SP1 for x86 Base
2524
+ OS 32-bit with pay for use licensing</Description>
2525
+ <Manifest>
2526
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/parameters.xml</Manifest>
2527
+ <Documentation>
2528
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/GettingStarted.html</Documentation>
2529
+ <SupportedInstanceTypes>
2530
+ <InstanceType>
2531
+ <ID>IRD64.32/59392/60*500*500*500*500*500*500*500*500</ID>
2532
+ <Label>Iridium 64 bit</Label>
2533
+ <Detail>Iridium - 64 bit (vCPU: 32, RAM: 58 GiB, Disk: 4060
2534
+ GiB)</Detail>
2535
+ <Price CountryCode="897">
2536
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2537
+ <CurrencyCode>USD</CurrencyCode>
2538
+ <Rate>43.8</Rate>
2539
+ <PricePerQuantity>1</PricePerQuantity>
2540
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2541
+ </Price>
2542
+ </InstanceType>
2543
+ <InstanceType>
2544
+ <ID>COP64.2/4096/60</ID>
2545
+ <Label>Copper 64 bit</Label>
2546
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
2547
+ GiB)</Detail>
2548
+ <Price CountryCode="897">
2549
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2550
+ <CurrencyCode>USD</CurrencyCode>
2551
+ <Rate>17.36</Rate>
2552
+ <PricePerQuantity>1</PricePerQuantity>
2553
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2554
+ </Price>
2555
+ </InstanceType>
2556
+ <InstanceType>
2557
+ <ID>BRZ64.2/4096/60*500*350</ID>
2558
+ <Label>Bronze 64 bit</Label>
2559
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
2560
+ GiB)</Detail>
2561
+ <Price CountryCode="897">
2562
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2563
+ <CurrencyCode>USD</CurrencyCode>
2564
+ <Rate>17.53</Rate>
2565
+ <PricePerQuantity>1</PricePerQuantity>
2566
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2567
+ </Price>
2568
+ </InstanceType>
2569
+ <InstanceType>
2570
+ <ID>GLD64.8/16384/60*500*500</ID>
2571
+ <Label>Gold 64 bit</Label>
2572
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
2573
+ GiB)</Detail>
2574
+ <Price CountryCode="897">
2575
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2576
+ <CurrencyCode>USD</CurrencyCode>
2577
+ <Rate>20.24</Rate>
2578
+ <PricePerQuantity>1</PricePerQuantity>
2579
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2580
+ </Price>
2581
+ </InstanceType>
2582
+ <InstanceType>
2583
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
2584
+ <Label>Platinum 64 bit</Label>
2585
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
2586
+ 2060 GiB)</Detail>
2587
+ <Price CountryCode="897">
2588
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2589
+ <CurrencyCode>USD</CurrencyCode>
2590
+ <Rate>21.95</Rate>
2591
+ <PricePerQuantity>1</PricePerQuantity>
2592
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2593
+ </Price>
2594
+ </InstanceType>
2595
+ <InstanceType>
2596
+ <ID>SLV64.4/8192/60*500*500</ID>
2597
+ <Label>Silver 64 bit</Label>
2598
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
2599
+ GiB)</Detail>
2600
+ <Price CountryCode="897">
2601
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2602
+ <CurrencyCode>USD</CurrencyCode>
2603
+ <Rate>18.97</Rate>
2604
+ <PricePerQuantity>1</PricePerQuantity>
2605
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2606
+ </Price>
2607
+ </InstanceType>
2608
+ </SupportedInstanceTypes>
2609
+ <CreatedTime>2010-09-08T20:32:54.478Z</CreatedTime>
2610
+ </Image>
2611
+ <Image>
2612
+ <ID>10005957</ID>
2613
+ <ProductCodes>
2614
+ <ProductCode>apjpdc1lRa5JVx8SIGGaARFPjTlmw</ProductCode>
2615
+ </ProductCodes>
2616
+ <Name>R1.2 Red Hat Enterprise Linux 5.5 (32-bi)</Name>
2617
+ <Location>161</Location>
2618
+ <State>1</State>
2619
+ <Owner>SYSTEM</Owner>
2620
+ <Visibility>PUBLIC</Visibility>
2621
+ <Architecture>i386</Architecture>
2622
+ <Platform>RHEL/5.5</Platform>
2623
+ <Description>Red Hat Linux 32 bit - Testing the name
2624
+ changes</Description>
2625
+ <Manifest>
2626
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/parameters.xml</Manifest>
2627
+ <Documentation>
2628
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/GettingStarted.html</Documentation>
2629
+ <SupportedInstanceTypes>
2630
+ <InstanceType>
2631
+ <ID>SLV32.2/4096/60*350</ID>
2632
+ <Label>Silver 32 bit</Label>
2633
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
2634
+ GiB)</Detail>
2635
+ <Price CountryCode="897">
2636
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2637
+ <CurrencyCode>USD</CurrencyCode>
2638
+ <Rate>10.31</Rate>
2639
+ <PricePerQuantity>1</PricePerQuantity>
2640
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2641
+ </Price>
2642
+ </InstanceType>
2643
+ <InstanceType>
2644
+ <ID>BRZ32.1/2048/60*175</ID>
2645
+ <Label>Bronze 32 bit</Label>
2646
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
2647
+ GiB)</Detail>
2648
+ <Price CountryCode="897">
2649
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2650
+ <CurrencyCode>USD</CurrencyCode>
2651
+ <Rate>0.15</Rate>
2652
+ <PricePerQuantity>1</PricePerQuantity>
2653
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2654
+ </Price>
2655
+ </InstanceType>
2656
+ <InstanceType>
2657
+ <ID>GLD32.4/4096/60*350</ID>
2658
+ <Label>Gold 32 bit</Label>
2659
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
2660
+ GiB)</Detail>
2661
+ <Price CountryCode="897">
2662
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2663
+ <CurrencyCode>USD</CurrencyCode>
2664
+ <Rate>12.74</Rate>
2665
+ <PricePerQuantity>1</PricePerQuantity>
2666
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2667
+ </Price>
2668
+ </InstanceType>
2669
+ <InstanceType>
2670
+ <ID>COP32.1/2048/60</ID>
2671
+ <Label>Copper 32 bit</Label>
2672
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
2673
+ GiB)</Detail>
2674
+ <Price CountryCode="897">
2675
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2676
+ <CurrencyCode>USD</CurrencyCode>
2677
+ <Rate>0.09</Rate>
2678
+ <PricePerQuantity>1</PricePerQuantity>
2679
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2680
+ </Price>
2681
+ </InstanceType>
2682
+ </SupportedInstanceTypes>
2683
+ <CreatedTime>2011-02-18T02:56:27.681Z</CreatedTime>
2684
+ </Image>
2685
+ <Image>
2686
+ <ID>10005958</ID>
2687
+ <ProductCodes>
2688
+ <ProductCode>apjpdc1zFlJxlXZRguZo9RQZuLxJQ</ProductCode>
2689
+ </ProductCodes>
2690
+ <Name>rhel55_x64</Name>
2691
+ <Location>161</Location>
2692
+ <State>1</State>
2693
+ <Owner>SYSTEM</Owner>
2694
+ <Visibility>PUBLIC</Visibility>
2695
+ <Architecture>x86_64</Architecture>
2696
+ <Platform>RHEL/5.5</Platform>
2697
+ <Description>Red Hat Linux 64</Description>
2698
+ <Manifest>
2699
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/parameters.xml</Manifest>
2700
+ <Documentation>
2701
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/GettingStarted.html</Documentation>
2702
+ <SupportedInstanceTypes>
2703
+ <InstanceType>
2704
+ <ID>IRD64.32/59392/60*500*500*500*500*500*500*500*500</ID>
2705
+ <Label>Iridium 64 bit</Label>
2706
+ <Detail>Iridium - 64 bit (vCPU: 32, RAM: 58 GiB, Disk: 4060
2707
+ GiB)</Detail>
2708
+ <Price CountryCode="897">
2709
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2710
+ <CurrencyCode>USD</CurrencyCode>
2711
+ <Rate>30.88</Rate>
2712
+ <PricePerQuantity>1</PricePerQuantity>
2713
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2714
+ </Price>
2715
+ </InstanceType>
2716
+ <InstanceType>
2717
+ <ID>COP64.2/4096/60</ID>
2718
+ <Label>Copper 64 bit</Label>
2719
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
2720
+ GiB)</Detail>
2721
+ <Price CountryCode="897">
2722
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2723
+ <CurrencyCode>USD</CurrencyCode>
2724
+ <Rate>12.28</Rate>
2725
+ <PricePerQuantity>1</PricePerQuantity>
2726
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2727
+ </Price>
2728
+ </InstanceType>
2729
+ <InstanceType>
2730
+ <ID>BRZ64.2/4096/60*500*350</ID>
2731
+ <Label>Bronze 64 bit</Label>
2732
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
2733
+ GiB)</Detail>
2734
+ <Price CountryCode="897">
2735
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2736
+ <CurrencyCode>USD</CurrencyCode>
2737
+ <Rate>12.51</Rate>
2738
+ <PricePerQuantity>1</PricePerQuantity>
2739
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2740
+ </Price>
2741
+ </InstanceType>
2742
+ <InstanceType>
2743
+ <ID>GLD64.8/16384/60*500*500</ID>
2744
+ <Label>Gold 64 bit</Label>
2745
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
2746
+ GiB)</Detail>
2747
+ <Price CountryCode="897">
2748
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2749
+ <CurrencyCode>USD</CurrencyCode>
2750
+ <Rate>13.69</Rate>
2751
+ <PricePerQuantity>1</PricePerQuantity>
2752
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2753
+ </Price>
2754
+ </InstanceType>
2755
+ <InstanceType>
2756
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
2757
+ <Label>Platinum 64 bit</Label>
2758
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
2759
+ 2060 GiB)</Detail>
2760
+ <Price CountryCode="897">
2761
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2762
+ <CurrencyCode>USD</CurrencyCode>
2763
+ <Rate>15.44</Rate>
2764
+ <PricePerQuantity>1</PricePerQuantity>
2765
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2766
+ </Price>
2767
+ </InstanceType>
2768
+ <InstanceType>
2769
+ <ID>SLV64.4/8192/60*500*500</ID>
2770
+ <Label>Silver 64 bit</Label>
2771
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
2772
+ GiB)</Detail>
2773
+ <Price CountryCode="897">
2774
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2775
+ <CurrencyCode>USD</CurrencyCode>
2776
+ <Rate>13.12</Rate>
2777
+ <PricePerQuantity>1</PricePerQuantity>
2778
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2779
+ </Price>
2780
+ </InstanceType>
2781
+ </SupportedInstanceTypes>
2782
+ <CreatedTime>2011-02-18T02:56:29.481Z</CreatedTime>
2783
+ </Image>
2784
+ <Image>
2785
+ <ID>10005959</ID>
2786
+ <ProductCodes>
2787
+ <ProductCode>apjpdc1Rf2YYhOwTlmWSreN6vSHbg</ProductCode>
2788
+ </ProductCodes>
2789
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
2790
+ <Location>161</Location>
2791
+ <State>1</State>
2792
+ <Owner>SYSTEM</Owner>
2793
+ <Visibility>PUBLIC</Visibility>
2794
+ <Architecture>i386</Architecture>
2795
+ <Platform>SUSE/11 SP1</Platform>
2796
+ <Description>Suse linux 32 bit</Description>
2797
+ <Manifest>
2798
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/parameters.xml</Manifest>
2799
+ <Documentation>
2800
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/GettingStarted.html</Documentation>
2801
+ <SupportedInstanceTypes>
2802
+ <InstanceType>
2803
+ <ID>SLV32.2/4096/60*350</ID>
2804
+ <Label>Silver 32 bit</Label>
2805
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
2806
+ GiB)</Detail>
2807
+ <Price CountryCode="897">
2808
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2809
+ <CurrencyCode>USD</CurrencyCode>
2810
+ <Rate>15.31</Rate>
2811
+ <PricePerQuantity>1</PricePerQuantity>
2812
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2813
+ </Price>
2814
+ </InstanceType>
2815
+ <InstanceType>
2816
+ <ID>BRZ32.1/2048/60*175</ID>
2817
+ <Label>Bronze 32 bit</Label>
2818
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
2819
+ GiB)</Detail>
2820
+ <Price CountryCode="897">
2821
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2822
+ <CurrencyCode>USD</CurrencyCode>
2823
+ <Rate>14.2</Rate>
2824
+ <PricePerQuantity>1</PricePerQuantity>
2825
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2826
+ </Price>
2827
+ </InstanceType>
2828
+ <InstanceType>
2829
+ <ID>GLD32.4/4096/60*350</ID>
2830
+ <Label>Gold 32 bit</Label>
2831
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
2832
+ GiB)</Detail>
2833
+ <Price CountryCode="897">
2834
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2835
+ <CurrencyCode>USD</CurrencyCode>
2836
+ <Rate>16.63</Rate>
2837
+ <PricePerQuantity>1</PricePerQuantity>
2838
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2839
+ </Price>
2840
+ </InstanceType>
2841
+ <InstanceType>
2842
+ <ID>COP32.1/2048/60</ID>
2843
+ <Label>Copper 32 bit</Label>
2844
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
2845
+ GiB)</Detail>
2846
+ <Price CountryCode="897">
2847
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2848
+ <CurrencyCode>USD</CurrencyCode>
2849
+ <Rate>14.14</Rate>
2850
+ <PricePerQuantity>1</PricePerQuantity>
2851
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2852
+ </Price>
2853
+ </InstanceType>
2854
+ </SupportedInstanceTypes>
2855
+ <CreatedTime>2011-02-18T02:56:30.572Z</CreatedTime>
2856
+ </Image>
2857
+ <Image>
2858
+ <ID>10005960</ID>
2859
+ <ProductCodes>
2860
+ <ProductCode>apjpdc16jlF7qjAQe2xyPTAj7bj0w</ProductCode>
2861
+ </ProductCodes>
2862
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
2863
+ <Location>161</Location>
2864
+ <State>1</State>
2865
+ <Owner>SYSTEM</Owner>
2866
+ <Visibility>PUBLIC</Visibility>
2867
+ <Architecture>x86_64</Architecture>
2868
+ <Platform>SUSE/11 SP1</Platform>
2869
+ <Description>SUSE Linux Enterprise Server 11 SP1 for x86 Base
2870
+ OS 32-bit with pay for use licensing</Description>
2871
+ <Manifest>
2872
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/parameters.xml</Manifest>
2873
+ <Documentation>
2874
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/GettingStarted.html</Documentation>
2875
+ <SupportedInstanceTypes>
2876
+ <InstanceType>
2877
+ <ID>COP64.2/4096/60</ID>
2878
+ <Label>Copper 64 bit</Label>
2879
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
2880
+ GiB)</Detail>
2881
+ <Price CountryCode="897">
2882
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2883
+ <CurrencyCode>USD</CurrencyCode>
2884
+ <Rate>17.36</Rate>
2885
+ <PricePerQuantity>1</PricePerQuantity>
2886
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2887
+ </Price>
2888
+ </InstanceType>
2889
+ <InstanceType>
2890
+ <ID>BRZ64.2/4096/60*500*350</ID>
2891
+ <Label>Bronze 64 bit</Label>
2892
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
2893
+ GiB)</Detail>
2894
+ <Price CountryCode="897">
2895
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2896
+ <CurrencyCode>USD</CurrencyCode>
2897
+ <Rate>17.53</Rate>
2898
+ <PricePerQuantity>1</PricePerQuantity>
2899
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2900
+ </Price>
2901
+ </InstanceType>
2902
+ <InstanceType>
2903
+ <ID>GLD64.8/16384/60*500*500</ID>
2904
+ <Label>Gold 64 bit</Label>
2905
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
2906
+ GiB)</Detail>
2907
+ <Price CountryCode="897">
2908
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2909
+ <CurrencyCode>USD</CurrencyCode>
2910
+ <Rate>20.24</Rate>
2911
+ <PricePerQuantity>1</PricePerQuantity>
2912
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2913
+ </Price>
2914
+ </InstanceType>
2915
+ <InstanceType>
2916
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
2917
+ <Label>Platinum 64 bit</Label>
2918
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
2919
+ 2060 GiB)</Detail>
2920
+ <Price CountryCode="897">
2921
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2922
+ <CurrencyCode>USD</CurrencyCode>
2923
+ <Rate>21.95</Rate>
2924
+ <PricePerQuantity>1</PricePerQuantity>
2925
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2926
+ </Price>
2927
+ </InstanceType>
2928
+ <InstanceType>
2929
+ <ID>SLV64.4/8192/60*500*500</ID>
2930
+ <Label>Silver 64 bit</Label>
2931
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
2932
+ GiB)</Detail>
2933
+ <Price CountryCode="897">
2934
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2935
+ <CurrencyCode>USD</CurrencyCode>
2936
+ <Rate>18.97</Rate>
2937
+ <PricePerQuantity>1</PricePerQuantity>
2938
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2939
+ </Price>
2940
+ </InstanceType>
2941
+ </SupportedInstanceTypes>
2942
+ <CreatedTime>2011-02-18T02:56:31.237Z</CreatedTime>
2943
+ </Image>
2944
+ <Image>
2945
+ <ID>10005962</ID>
2946
+ <ProductCodes>
2947
+ <ProductCode>apjpdc1AMDSxdaaQs2x173zeATVaw</ProductCode>
2948
+ </ProductCodes>
2949
+ <Name>Microsoft Windows Server 2008 R2 (64-bit)</Name>
2950
+ <Location>161</Location>
2951
+ <State>1</State>
2952
+ <Owner>SYSTEM</Owner>
2953
+ <Visibility>PUBLIC</Visibility>
2954
+ <Architecture>x86_64</Architecture>
2955
+ <Platform>WINDOWS/2008 R2</Platform>
2956
+ <Description>Windows2008 R2 64-bit</Description>
2957
+ <Manifest>
2958
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{72672312-361F-7C86-7883-8EB6732CDFC0}/1.0/parameters.xml</Manifest>
2959
+ <Documentation>
2960
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{72672312-361F-7C86-7883-8EB6732CDFC0}/1.0/GettingStarted.html</Documentation>
2961
+ <SupportedInstanceTypes>
2962
+ <InstanceType>
2963
+ <ID>COP64.2/4096/60</ID>
2964
+ <Label>Copper 64 bit</Label>
2965
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
2966
+ GiB)</Detail>
2967
+ <Price CountryCode="897">
2968
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2969
+ <CurrencyCode>USD</CurrencyCode>
2970
+ <Rate>25.67</Rate>
2971
+ <PricePerQuantity>1</PricePerQuantity>
2972
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2973
+ </Price>
2974
+ </InstanceType>
2975
+ <InstanceType>
2976
+ <ID>BRZ64.2/4096/60*500*350</ID>
2977
+ <Label>Bronze 64 bit</Label>
2978
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
2979
+ GiB)</Detail>
2980
+ <Price CountryCode="897">
2981
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2982
+ <CurrencyCode>USD</CurrencyCode>
2983
+ <Rate>25.84</Rate>
2984
+ <PricePerQuantity>1</PricePerQuantity>
2985
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2986
+ </Price>
2987
+ </InstanceType>
2988
+ <InstanceType>
2989
+ <ID>GLD64.8/16384/60*500*500</ID>
2990
+ <Label>Gold 64 bit</Label>
2991
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
2992
+ GiB)</Detail>
2993
+ <Price CountryCode="897">
2994
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
2995
+ <CurrencyCode>USD</CurrencyCode>
2996
+ <Rate>26.35</Rate>
2997
+ <PricePerQuantity>1</PricePerQuantity>
2998
+ <UnitOfMeasure>UHR</UnitOfMeasure>
2999
+ </Price>
3000
+ </InstanceType>
3001
+ <InstanceType>
3002
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
3003
+ <Label>Platinum 64 bit</Label>
3004
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
3005
+ 2060 GiB)</Detail>
3006
+ <Price CountryCode="897">
3007
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3008
+ <CurrencyCode>USD</CurrencyCode>
3009
+ <Rate>26.86</Rate>
3010
+ <PricePerQuantity>1</PricePerQuantity>
3011
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3012
+ </Price>
3013
+ </InstanceType>
3014
+ <InstanceType>
3015
+ <ID>SLV64.4/8192/60*500*500</ID>
3016
+ <Label>Silver 64 bit</Label>
3017
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
3018
+ GiB)</Detail>
3019
+ <Price CountryCode="897">
3020
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3021
+ <CurrencyCode>USD</CurrencyCode>
3022
+ <Rate>26.18</Rate>
3023
+ <PricePerQuantity>1</PricePerQuantity>
3024
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3025
+ </Price>
3026
+ </InstanceType>
3027
+ </SupportedInstanceTypes>
3028
+ <CreatedTime>2011-02-18T02:56:33.233Z</CreatedTime>
3029
+ </Image>
3030
+ <Image>
3031
+ <ID>10005963</ID>
3032
+ <ProductCodes>
3033
+ <ProductCode>apjpdc1DwlSh5PfRRKlUJ5lKH3W3g</ProductCode>
3034
+ </ProductCodes>
3035
+ <Name>Windows2008_R1_x86_update</Name>
3036
+ <Location>161</Location>
3037
+ <State>1</State>
3038
+ <Owner>SYSTEM</Owner>
3039
+ <Visibility>PUBLIC</Visibility>
3040
+ <Architecture>i386</Architecture>
3041
+ <Platform>WINDOWS/2008 R1</Platform>
3042
+ <Description>Windows2008 R1 32-bit</Description>
3043
+ <Manifest>
3044
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{39B22F13-74C9-4C71-21A7-FDECF62F0331}/1.0/parameters.xml</Manifest>
3045
+ <Documentation>
3046
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{39B22F13-74C9-4C71-21A7-FDECF62F0331}/1.0/GettingStarted.html</Documentation>
3047
+ <SupportedInstanceTypes>
3048
+ <InstanceType>
3049
+ <ID>SLV32.2/4096/60*350</ID>
3050
+ <Label>Silver 32 bit</Label>
3051
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
3052
+ GiB)</Detail>
3053
+ <Price CountryCode="897">
3054
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3055
+ <CurrencyCode>USD</CurrencyCode>
3056
+ <Rate>20.67</Rate>
3057
+ <PricePerQuantity>1</PricePerQuantity>
3058
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3059
+ </Price>
3060
+ </InstanceType>
3061
+ <InstanceType>
3062
+ <ID>BRZ32.1/2048/60*175</ID>
3063
+ <Label>Bronze 32 bit</Label>
3064
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
3065
+ GiB)</Detail>
3066
+ <Price CountryCode="897">
3067
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3068
+ <CurrencyCode>USD</CurrencyCode>
3069
+ <Rate>20.58</Rate>
3070
+ <PricePerQuantity>1</PricePerQuantity>
3071
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3072
+ </Price>
3073
+ </InstanceType>
3074
+ <InstanceType>
3075
+ <ID>GLD32.4/4096/60*350</ID>
3076
+ <Label>Gold 32 bit</Label>
3077
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
3078
+ GiB)</Detail>
3079
+ <Price CountryCode="897">
3080
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3081
+ <CurrencyCode>USD</CurrencyCode>
3082
+ <Rate>20.84</Rate>
3083
+ <PricePerQuantity>1</PricePerQuantity>
3084
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3085
+ </Price>
3086
+ </InstanceType>
3087
+ <InstanceType>
3088
+ <ID>COP32.1/2048/60</ID>
3089
+ <Label>Copper 32 bit</Label>
3090
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
3091
+ GiB)</Detail>
3092
+ <Price CountryCode="897">
3093
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3094
+ <CurrencyCode>USD</CurrencyCode>
3095
+ <Rate>20.54</Rate>
3096
+ <PricePerQuantity>1</PricePerQuantity>
3097
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3098
+ </Price>
3099
+ </InstanceType>
3100
+ </SupportedInstanceTypes>
3101
+ <CreatedTime>2011-02-18T02:56:34.893Z</CreatedTime>
3102
+ </Image>
3103
+ <Image>
3104
+ <ID>10005964</ID>
3105
+ <ProductCodes>
3106
+ <ProductCode>apjpdc1Er2sLu8wTT69lszn282q8g</ProductCode>
3107
+ </ProductCodes>
3108
+ <Name>Windows2008_R1_x64bit</Name>
3109
+ <Location>161</Location>
3110
+ <State>1</State>
3111
+ <Owner>SYSTEM</Owner>
3112
+ <Visibility>PUBLIC</Visibility>
3113
+ <Architecture>x86_64</Architecture>
3114
+ <Platform>WINDOWS/2008 R1</Platform>
3115
+ <Description>Windows2008 R1 64-BIT</Description>
3116
+ <Manifest>
3117
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{EDE2B4FC-EB1F-307E-6FAE-1372A0E9AE19}/1.0/parameters.xml</Manifest>
3118
+ <Documentation>
3119
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{EDE2B4FC-EB1F-307E-6FAE-1372A0E9AE19}/1.0/GettingStarted.html</Documentation>
3120
+ <SupportedInstanceTypes>
3121
+ <InstanceType>
3122
+ <ID>COP64.2/4096/60</ID>
3123
+ <Label>Copper 64 bit</Label>
3124
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
3125
+ GiB)</Detail>
3126
+ <Price CountryCode="897">
3127
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3128
+ <CurrencyCode>USD</CurrencyCode>
3129
+ <Rate>22.97</Rate>
3130
+ <PricePerQuantity>1</PricePerQuantity>
3131
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3132
+ </Price>
3133
+ </InstanceType>
3134
+ <InstanceType>
3135
+ <ID>BRZ64.2/4096/60*500*350</ID>
3136
+ <Label>Bronze 64 bit</Label>
3137
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
3138
+ GiB)</Detail>
3139
+ <Price CountryCode="897">
3140
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3141
+ <CurrencyCode>USD</CurrencyCode>
3142
+ <Rate>23.14</Rate>
3143
+ <PricePerQuantity>1</PricePerQuantity>
3144
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3145
+ </Price>
3146
+ </InstanceType>
3147
+ <InstanceType>
3148
+ <ID>GLD64.8/16384/60*500*500</ID>
3149
+ <Label>Gold 64 bit</Label>
3150
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
3151
+ GiB)</Detail>
3152
+ <Price CountryCode="897">
3153
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3154
+ <CurrencyCode>USD</CurrencyCode>
3155
+ <Rate>23.65</Rate>
3156
+ <PricePerQuantity>1</PricePerQuantity>
3157
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3158
+ </Price>
3159
+ </InstanceType>
3160
+ <InstanceType>
3161
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
3162
+ <Label>Platinum 64 bit</Label>
3163
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
3164
+ 2060 GiB)</Detail>
3165
+ <Price CountryCode="897">
3166
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3167
+ <CurrencyCode>USD</CurrencyCode>
3168
+ <Rate>24.16</Rate>
3169
+ <PricePerQuantity>1</PricePerQuantity>
3170
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3171
+ </Price>
3172
+ </InstanceType>
3173
+ <InstanceType>
3174
+ <ID>SLV64.4/8192/60*500*500</ID>
3175
+ <Label>Silver 64 bit</Label>
3176
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
3177
+ GiB)</Detail>
3178
+ <Price CountryCode="897">
3179
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3180
+ <CurrencyCode>USD</CurrencyCode>
3181
+ <Rate>23.48</Rate>
3182
+ <PricePerQuantity>1</PricePerQuantity>
3183
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3184
+ </Price>
3185
+ </InstanceType>
3186
+ </SupportedInstanceTypes>
3187
+ <CreatedTime>2011-02-18T02:56:35.451Z</CreatedTime>
3188
+ </Image>
3189
+ <Image>
3190
+ <ID>10004404</ID>
3191
+ <ProductCodes>
3192
+ <ProductCode>bldlRa5JVx8SIGGaARFPjTlmw</ProductCode>
3193
+ </ProductCodes>
3194
+ <Name>R1.2 Red Hat Enterprise Linux 5.5 (32-bi)</Name>
3195
+ <Location>121</Location>
3196
+ <State>1</State>
3197
+ <Owner>SYSTEM</Owner>
3198
+ <Visibility>PUBLIC</Visibility>
3199
+ <Architecture>i386</Architecture>
3200
+ <Platform>RHEL/5.5</Platform>
3201
+ <Description>Red Hat Linux 32 bit - Testing the name
3202
+ changes</Description>
3203
+ <Manifest>
3204
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/parameters.xml</Manifest>
3205
+ <Documentation>
3206
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EF034BC-34E7-38DF-7998-EED50AE2DE59}/1.0/GettingStarted.html</Documentation>
3207
+ <SupportedInstanceTypes>
3208
+ <InstanceType>
3209
+ <ID>SLV32.2/4096/60*350</ID>
3210
+ <Label>Silver 32 bit</Label>
3211
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
3212
+ GiB)</Detail>
3213
+ <Price CountryCode="897">
3214
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3215
+ <CurrencyCode>USD</CurrencyCode>
3216
+ <Rate>10.31</Rate>
3217
+ <PricePerQuantity>1</PricePerQuantity>
3218
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3219
+ </Price>
3220
+ </InstanceType>
3221
+ <InstanceType>
3222
+ <ID>BRZ32.1/2048/60*175</ID>
3223
+ <Label>Bronze 32 bit</Label>
3224
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
3225
+ GiB)</Detail>
3226
+ <Price CountryCode="897">
3227
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3228
+ <CurrencyCode>USD</CurrencyCode>
3229
+ <Rate>0.15</Rate>
3230
+ <PricePerQuantity>1</PricePerQuantity>
3231
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3232
+ </Price>
3233
+ </InstanceType>
3234
+ <InstanceType>
3235
+ <ID>GLD32.4/4096/60*350</ID>
3236
+ <Label>Gold 32 bit</Label>
3237
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
3238
+ GiB)</Detail>
3239
+ <Price CountryCode="897">
3240
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3241
+ <CurrencyCode>USD</CurrencyCode>
3242
+ <Rate>12.74</Rate>
3243
+ <PricePerQuantity>1</PricePerQuantity>
3244
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3245
+ </Price>
3246
+ </InstanceType>
3247
+ <InstanceType>
3248
+ <ID>COP32.1/2048/60</ID>
3249
+ <Label>Copper 32 bit</Label>
3250
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
3251
+ GiB)</Detail>
3252
+ <Price CountryCode="897">
3253
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3254
+ <CurrencyCode>USD</CurrencyCode>
3255
+ <Rate>0.09</Rate>
3256
+ <PricePerQuantity>1</PricePerQuantity>
3257
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3258
+ </Price>
3259
+ </InstanceType>
3260
+ </SupportedInstanceTypes>
3261
+ <CreatedTime>2010-11-30T20:34:14.417Z</CreatedTime>
3262
+ </Image>
3263
+ <Image>
3264
+ <ID>10004405</ID>
3265
+ <ProductCodes>
3266
+ <ProductCode>bldzFlJxlXZRguZo9RQZuLxJQ</ProductCode>
3267
+ </ProductCodes>
3268
+ <Name>rhel55_x64</Name>
3269
+ <Location>121</Location>
3270
+ <State>1</State>
3271
+ <Owner>SYSTEM</Owner>
3272
+ <Visibility>PUBLIC</Visibility>
3273
+ <Architecture>x86_64</Architecture>
3274
+ <Platform>RHEL/5.5</Platform>
3275
+ <Description>Red Hat Linux 64</Description>
3276
+ <Manifest>
3277
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/parameters.xml</Manifest>
3278
+ <Documentation>
3279
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{3EFC2935-8630-AE44-EE02-476BB81E4385}/1.0/GettingStarted.html</Documentation>
3280
+ <SupportedInstanceTypes>
3281
+ <InstanceType>
3282
+ <ID>IRD64.32/59392/60*500*500*500*500*500*500*500*500</ID>
3283
+ <Label>Iridium 64 bit</Label>
3284
+ <Detail>Iridium - 64 bit (vCPU: 32, RAM: 58 GiB, Disk: 4060
3285
+ GiB)</Detail>
3286
+ <Price CountryCode="897">
3287
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3288
+ <CurrencyCode>USD</CurrencyCode>
3289
+ <Rate>30.88</Rate>
3290
+ <PricePerQuantity>1</PricePerQuantity>
3291
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3292
+ </Price>
3293
+ </InstanceType>
3294
+ <InstanceType>
3295
+ <ID>COP64.2/4096/60</ID>
3296
+ <Label>Copper 64 bit</Label>
3297
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
3298
+ GiB)</Detail>
3299
+ <Price CountryCode="897">
3300
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3301
+ <CurrencyCode>USD</CurrencyCode>
3302
+ <Rate>12.28</Rate>
3303
+ <PricePerQuantity>1</PricePerQuantity>
3304
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3305
+ </Price>
3306
+ </InstanceType>
3307
+ <InstanceType>
3308
+ <ID>BRZ64.2/4096/60*500*350</ID>
3309
+ <Label>Bronze 64 bit</Label>
3310
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
3311
+ GiB)</Detail>
3312
+ <Price CountryCode="897">
3313
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3314
+ <CurrencyCode>USD</CurrencyCode>
3315
+ <Rate>12.51</Rate>
3316
+ <PricePerQuantity>1</PricePerQuantity>
3317
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3318
+ </Price>
3319
+ </InstanceType>
3320
+ <InstanceType>
3321
+ <ID>GLD64.8/16384/60*500*500</ID>
3322
+ <Label>Gold 64 bit</Label>
3323
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
3324
+ GiB)</Detail>
3325
+ <Price CountryCode="897">
3326
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3327
+ <CurrencyCode>USD</CurrencyCode>
3328
+ <Rate>13.69</Rate>
3329
+ <PricePerQuantity>1</PricePerQuantity>
3330
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3331
+ </Price>
3332
+ </InstanceType>
3333
+ <InstanceType>
3334
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
3335
+ <Label>Platinum 64 bit</Label>
3336
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
3337
+ 2060 GiB)</Detail>
3338
+ <Price CountryCode="897">
3339
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3340
+ <CurrencyCode>USD</CurrencyCode>
3341
+ <Rate>15.44</Rate>
3342
+ <PricePerQuantity>1</PricePerQuantity>
3343
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3344
+ </Price>
3345
+ </InstanceType>
3346
+ <InstanceType>
3347
+ <ID>SLV64.4/8192/60*500*500</ID>
3348
+ <Label>Silver 64 bit</Label>
3349
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
3350
+ GiB)</Detail>
3351
+ <Price CountryCode="897">
3352
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3353
+ <CurrencyCode>USD</CurrencyCode>
3354
+ <Rate>13.12</Rate>
3355
+ <PricePerQuantity>1</PricePerQuantity>
3356
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3357
+ </Price>
3358
+ </InstanceType>
3359
+ </SupportedInstanceTypes>
3360
+ <CreatedTime>2010-11-30T20:34:15.063Z</CreatedTime>
3361
+ </Image>
3362
+ <Image>
3363
+ <ID>10004406</ID>
3364
+ <ProductCodes>
3365
+ <ProductCode>bldRf2YYhOwTlmWSreN6vSHbg</ProductCode>
3366
+ </ProductCodes>
3367
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
3368
+ <Location>121</Location>
3369
+ <State>1</State>
3370
+ <Owner>SYSTEM</Owner>
3371
+ <Visibility>PUBLIC</Visibility>
3372
+ <Architecture>i386</Architecture>
3373
+ <Platform>SUSE/11 SP1</Platform>
3374
+ <Description>Suse linux 32 bit</Description>
3375
+ <Manifest>
3376
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/parameters.xml</Manifest>
3377
+ <Documentation>
3378
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{36D4DAC2-4BF4-32C0-BF24-1C2B2351588D}/1.0/GettingStarted.html</Documentation>
3379
+ <SupportedInstanceTypes>
3380
+ <InstanceType>
3381
+ <ID>SLV32.2/4096/60*350</ID>
3382
+ <Label>Silver 32 bit</Label>
3383
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
3384
+ GiB)</Detail>
3385
+ <Price CountryCode="897">
3386
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3387
+ <CurrencyCode>USD</CurrencyCode>
3388
+ <Rate>15.31</Rate>
3389
+ <PricePerQuantity>1</PricePerQuantity>
3390
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3391
+ </Price>
3392
+ </InstanceType>
3393
+ <InstanceType>
3394
+ <ID>BRZ32.1/2048/60*175</ID>
3395
+ <Label>Bronze 32 bit</Label>
3396
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
3397
+ GiB)</Detail>
3398
+ <Price CountryCode="897">
3399
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3400
+ <CurrencyCode>USD</CurrencyCode>
3401
+ <Rate>14.2</Rate>
3402
+ <PricePerQuantity>1</PricePerQuantity>
3403
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3404
+ </Price>
3405
+ </InstanceType>
3406
+ <InstanceType>
3407
+ <ID>GLD32.4/4096/60*350</ID>
3408
+ <Label>Gold 32 bit</Label>
3409
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
3410
+ GiB)</Detail>
3411
+ <Price CountryCode="897">
3412
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3413
+ <CurrencyCode>USD</CurrencyCode>
3414
+ <Rate>16.63</Rate>
3415
+ <PricePerQuantity>1</PricePerQuantity>
3416
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3417
+ </Price>
3418
+ </InstanceType>
3419
+ <InstanceType>
3420
+ <ID>COP32.1/2048/60</ID>
3421
+ <Label>Copper 32 bit</Label>
3422
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
3423
+ GiB)</Detail>
3424
+ <Price CountryCode="897">
3425
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3426
+ <CurrencyCode>USD</CurrencyCode>
3427
+ <Rate>14.14</Rate>
3428
+ <PricePerQuantity>1</PricePerQuantity>
3429
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3430
+ </Price>
3431
+ </InstanceType>
3432
+ </SupportedInstanceTypes>
3433
+ <CreatedTime>2010-11-30T20:34:15.497Z</CreatedTime>
3434
+ </Image>
3435
+ <Image>
3436
+ <ID>10004407</ID>
3437
+ <ProductCodes>
3438
+ <ProductCode>bld6jlF7qjAQe2xyPTAj7bj0w</ProductCode>
3439
+ </ProductCodes>
3440
+ <Name>SUSE Linux Enterprise Server 11 SP1 (32-bit)</Name>
3441
+ <Location>121</Location>
3442
+ <State>1</State>
3443
+ <Owner>SYSTEM</Owner>
3444
+ <Visibility>PUBLIC</Visibility>
3445
+ <Architecture>x86_64</Architecture>
3446
+ <Platform>SUSE/11 SP1</Platform>
3447
+ <Description>SUSE Linux Enterprise Server 11 SP1 for x86 Base
3448
+ OS 32-bit with pay for use licensing</Description>
3449
+ <Manifest>
3450
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/parameters.xml</Manifest>
3451
+ <Documentation>
3452
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{1A17A1AB-96C0-4C81-701A-08DB6D2338A2}/1.0/GettingStarted.html</Documentation>
3453
+ <SupportedInstanceTypes>
3454
+ <InstanceType>
3455
+ <ID>IRD64.32/59392/60*500*500*500*500*500*500*500*500</ID>
3456
+ <Label>Iridium 64 bit</Label>
3457
+ <Detail>Iridium - 64 bit (vCPU: 32, RAM: 58 GiB, Disk: 4060
3458
+ GiB)</Detail>
3459
+ <Price CountryCode="897">
3460
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3461
+ <CurrencyCode>USD</CurrencyCode>
3462
+ <Rate>43.8</Rate>
3463
+ <PricePerQuantity>1</PricePerQuantity>
3464
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3465
+ </Price>
3466
+ </InstanceType>
3467
+ <InstanceType>
3468
+ <ID>COP64.2/4096/60</ID>
3469
+ <Label>Copper 64 bit</Label>
3470
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
3471
+ GiB)</Detail>
3472
+ <Price CountryCode="897">
3473
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3474
+ <CurrencyCode>USD</CurrencyCode>
3475
+ <Rate>17.36</Rate>
3476
+ <PricePerQuantity>1</PricePerQuantity>
3477
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3478
+ </Price>
3479
+ </InstanceType>
3480
+ <InstanceType>
3481
+ <ID>BRZ64.2/4096/60*500*350</ID>
3482
+ <Label>Bronze 64 bit</Label>
3483
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
3484
+ GiB)</Detail>
3485
+ <Price CountryCode="897">
3486
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3487
+ <CurrencyCode>USD</CurrencyCode>
3488
+ <Rate>17.53</Rate>
3489
+ <PricePerQuantity>1</PricePerQuantity>
3490
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3491
+ </Price>
3492
+ </InstanceType>
3493
+ <InstanceType>
3494
+ <ID>GLD64.8/16384/60*500*500</ID>
3495
+ <Label>Gold 64 bit</Label>
3496
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
3497
+ GiB)</Detail>
3498
+ <Price CountryCode="897">
3499
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3500
+ <CurrencyCode>USD</CurrencyCode>
3501
+ <Rate>20.24</Rate>
3502
+ <PricePerQuantity>1</PricePerQuantity>
3503
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3504
+ </Price>
3505
+ </InstanceType>
3506
+ <InstanceType>
3507
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
3508
+ <Label>Platinum 64 bit</Label>
3509
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
3510
+ 2060 GiB)</Detail>
3511
+ <Price CountryCode="897">
3512
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3513
+ <CurrencyCode>USD</CurrencyCode>
3514
+ <Rate>21.95</Rate>
3515
+ <PricePerQuantity>1</PricePerQuantity>
3516
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3517
+ </Price>
3518
+ </InstanceType>
3519
+ <InstanceType>
3520
+ <ID>SLV64.4/8192/60*500*500</ID>
3521
+ <Label>Silver 64 bit</Label>
3522
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
3523
+ GiB)</Detail>
3524
+ <Price CountryCode="897">
3525
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3526
+ <CurrencyCode>USD</CurrencyCode>
3527
+ <Rate>18.97</Rate>
3528
+ <PricePerQuantity>1</PricePerQuantity>
3529
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3530
+ </Price>
3531
+ </InstanceType>
3532
+ </SupportedInstanceTypes>
3533
+ <CreatedTime>2010-11-30T20:34:15.751Z</CreatedTime>
3534
+ </Image>
3535
+ <Image>
3536
+ <ID>10004408</ID>
3537
+ <ProductCodes>
3538
+ <ProductCode>bldAMDSxdaaQs2x173zeATVaw</ProductCode>
3539
+ </ProductCodes>
3540
+ <Name>Microsoft Windows Server 2008 R2 (64-bit)</Name>
3541
+ <Location>121</Location>
3542
+ <State>1</State>
3543
+ <Owner>SYSTEM</Owner>
3544
+ <Visibility>PUBLIC</Visibility>
3545
+ <Architecture>x86_64</Architecture>
3546
+ <Platform>WINDOWS/2008 R2</Platform>
3547
+ <Description>Windows2008 R2 64-bit</Description>
3548
+ <Manifest>
3549
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{72672312-361F-7C86-7883-8EB6732CDFC0}/1.0/parameters.xml</Manifest>
3550
+ <Documentation>
3551
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{72672312-361F-7C86-7883-8EB6732CDFC0}/1.0/GettingStarted.html</Documentation>
3552
+ <SupportedInstanceTypes>
3553
+ <InstanceType>
3554
+ <ID>COP64.2/4096/60</ID>
3555
+ <Label>Copper 64 bit</Label>
3556
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
3557
+ GiB)</Detail>
3558
+ <Price CountryCode="897">
3559
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3560
+ <CurrencyCode>USD</CurrencyCode>
3561
+ <Rate>25.67</Rate>
3562
+ <PricePerQuantity>1</PricePerQuantity>
3563
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3564
+ </Price>
3565
+ </InstanceType>
3566
+ <InstanceType>
3567
+ <ID>BRZ64.2/4096/60*500*350</ID>
3568
+ <Label>Bronze 64 bit</Label>
3569
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
3570
+ GiB)</Detail>
3571
+ <Price CountryCode="897">
3572
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3573
+ <CurrencyCode>USD</CurrencyCode>
3574
+ <Rate>25.84</Rate>
3575
+ <PricePerQuantity>1</PricePerQuantity>
3576
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3577
+ </Price>
3578
+ </InstanceType>
3579
+ <InstanceType>
3580
+ <ID>GLD64.8/16384/60*500*500</ID>
3581
+ <Label>Gold 64 bit</Label>
3582
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
3583
+ GiB)</Detail>
3584
+ <Price CountryCode="897">
3585
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3586
+ <CurrencyCode>USD</CurrencyCode>
3587
+ <Rate>26.35</Rate>
3588
+ <PricePerQuantity>1</PricePerQuantity>
3589
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3590
+ </Price>
3591
+ </InstanceType>
3592
+ <InstanceType>
3593
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
3594
+ <Label>Platinum 64 bit</Label>
3595
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
3596
+ 2060 GiB)</Detail>
3597
+ <Price CountryCode="897">
3598
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3599
+ <CurrencyCode>USD</CurrencyCode>
3600
+ <Rate>26.86</Rate>
3601
+ <PricePerQuantity>1</PricePerQuantity>
3602
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3603
+ </Price>
3604
+ </InstanceType>
3605
+ <InstanceType>
3606
+ <ID>SLV64.4/8192/60*500*500</ID>
3607
+ <Label>Silver 64 bit</Label>
3608
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
3609
+ GiB)</Detail>
3610
+ <Price CountryCode="897">
3611
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3612
+ <CurrencyCode>USD</CurrencyCode>
3613
+ <Rate>26.18</Rate>
3614
+ <PricePerQuantity>1</PricePerQuantity>
3615
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3616
+ </Price>
3617
+ </InstanceType>
3618
+ </SupportedInstanceTypes>
3619
+ <CreatedTime>2010-11-30T20:34:16.435Z</CreatedTime>
3620
+ </Image>
3621
+ <Image>
3622
+ <ID>10004409</ID>
3623
+ <ProductCodes>
3624
+ <ProductCode>bldDwlSh5PfRRKlUJ5lKH3W3g</ProductCode>
3625
+ </ProductCodes>
3626
+ <Name>Windows2008_R1_x86_update</Name>
3627
+ <Location>121</Location>
3628
+ <State>1</State>
3629
+ <Owner>SYSTEM</Owner>
3630
+ <Visibility>PUBLIC</Visibility>
3631
+ <Architecture>i386</Architecture>
3632
+ <Platform>WINDOWS/2008 R1</Platform>
3633
+ <Description>Windows2008 R1 32-bit</Description>
3634
+ <Manifest>
3635
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{39B22F13-74C9-4C71-21A7-FDECF62F0331}/1.0/parameters.xml</Manifest>
3636
+ <Documentation>
3637
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{39B22F13-74C9-4C71-21A7-FDECF62F0331}/1.0/GettingStarted.html</Documentation>
3638
+ <SupportedInstanceTypes>
3639
+ <InstanceType>
3640
+ <ID>SLV32.2/4096/60*350</ID>
3641
+ <Label>Silver 32 bit</Label>
3642
+ <Detail>Silver - 32 bit (vCPU: 2, RAM: 4 GiB, Disk: 410
3643
+ GiB)</Detail>
3644
+ <Price CountryCode="897">
3645
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3646
+ <CurrencyCode>USD</CurrencyCode>
3647
+ <Rate>20.67</Rate>
3648
+ <PricePerQuantity>1</PricePerQuantity>
3649
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3650
+ </Price>
3651
+ </InstanceType>
3652
+ <InstanceType>
3653
+ <ID>BRZ32.1/2048/60*175</ID>
3654
+ <Label>Bronze 32 bit</Label>
3655
+ <Detail>Bronze - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 235
3656
+ GiB)</Detail>
3657
+ <Price CountryCode="897">
3658
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3659
+ <CurrencyCode>USD</CurrencyCode>
3660
+ <Rate>20.58</Rate>
3661
+ <PricePerQuantity>1</PricePerQuantity>
3662
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3663
+ </Price>
3664
+ </InstanceType>
3665
+ <InstanceType>
3666
+ <ID>GLD32.4/4096/60*350</ID>
3667
+ <Label>Gold 32 bit</Label>
3668
+ <Detail>Gold - 32 bit (vCPU: 4, RAM: 4 GiB, Disk: 410
3669
+ GiB)</Detail>
3670
+ <Price CountryCode="897">
3671
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3672
+ <CurrencyCode>USD</CurrencyCode>
3673
+ <Rate>20.84</Rate>
3674
+ <PricePerQuantity>1</PricePerQuantity>
3675
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3676
+ </Price>
3677
+ </InstanceType>
3678
+ <InstanceType>
3679
+ <ID>COP32.1/2048/60</ID>
3680
+ <Label>Copper 32 bit</Label>
3681
+ <Detail>Copper - 32 bit (vCPU: 1, RAM: 2 GiB, Disk: 60
3682
+ GiB)</Detail>
3683
+ <Price CountryCode="897">
3684
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3685
+ <CurrencyCode>USD</CurrencyCode>
3686
+ <Rate>20.54</Rate>
3687
+ <PricePerQuantity>1</PricePerQuantity>
3688
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3689
+ </Price>
3690
+ </InstanceType>
3691
+ </SupportedInstanceTypes>
3692
+ <CreatedTime>2010-11-30T20:34:17.013Z</CreatedTime>
3693
+ </Image>
3694
+ <Image>
3695
+ <ID>10004410</ID>
3696
+ <ProductCodes>
3697
+ <ProductCode>bldEr2sLu8wTT69lszn282q8g</ProductCode>
3698
+ </ProductCodes>
3699
+ <Name>Windows2008_R1_x64bit</Name>
3700
+ <Location>121</Location>
3701
+ <State>1</State>
3702
+ <Owner>SYSTEM</Owner>
3703
+ <Visibility>PUBLIC</Visibility>
3704
+ <Architecture>x86_64</Architecture>
3705
+ <Platform>WINDOWS/2008 R1</Platform>
3706
+ <Description>Windows2008 R1 64-BIT</Description>
3707
+ <Manifest>
3708
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{EDE2B4FC-EB1F-307E-6FAE-1372A0E9AE19}/1.0/parameters.xml</Manifest>
3709
+ <Documentation>
3710
+ https://www-147stage.raleigh.us.sni.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{EDE2B4FC-EB1F-307E-6FAE-1372A0E9AE19}/1.0/GettingStarted.html</Documentation>
3711
+ <SupportedInstanceTypes>
3712
+ <InstanceType>
3713
+ <ID>COP64.2/4096/60</ID>
3714
+ <Label>Copper 64 bit</Label>
3715
+ <Detail>Copper - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 60
3716
+ GiB)</Detail>
3717
+ <Price CountryCode="897">
3718
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3719
+ <CurrencyCode>USD</CurrencyCode>
3720
+ <Rate>22.97</Rate>
3721
+ <PricePerQuantity>1</PricePerQuantity>
3722
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3723
+ </Price>
3724
+ </InstanceType>
3725
+ <InstanceType>
3726
+ <ID>BRZ64.2/4096/60*500*350</ID>
3727
+ <Label>Bronze 64 bit</Label>
3728
+ <Detail>Bronze - 64 bit (vCPU: 2, RAM: 4 GiB, Disk: 910
3729
+ GiB)</Detail>
3730
+ <Price CountryCode="897">
3731
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3732
+ <CurrencyCode>USD</CurrencyCode>
3733
+ <Rate>23.14</Rate>
3734
+ <PricePerQuantity>1</PricePerQuantity>
3735
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3736
+ </Price>
3737
+ </InstanceType>
3738
+ <InstanceType>
3739
+ <ID>GLD64.8/16384/60*500*500</ID>
3740
+ <Label>Gold 64 bit</Label>
3741
+ <Detail>Gold - 64 bit (vCPU: 8, RAM: 16 GiB, Disk: 1060
3742
+ GiB)</Detail>
3743
+ <Price CountryCode="897">
3744
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3745
+ <CurrencyCode>USD</CurrencyCode>
3746
+ <Rate>23.65</Rate>
3747
+ <PricePerQuantity>1</PricePerQuantity>
3748
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3749
+ </Price>
3750
+ </InstanceType>
3751
+ <InstanceType>
3752
+ <ID>PLT64.16/16384/60*500*500*500*500</ID>
3753
+ <Label>Platinum 64 bit</Label>
3754
+ <Detail>Platinum - 64 bit (vCPU: 16, RAM: 16 GiB, Disk:
3755
+ 2060 GiB)</Detail>
3756
+ <Price CountryCode="897">
3757
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3758
+ <CurrencyCode>USD</CurrencyCode>
3759
+ <Rate>24.16</Rate>
3760
+ <PricePerQuantity>1</PricePerQuantity>
3761
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3762
+ </Price>
3763
+ </InstanceType>
3764
+ <InstanceType>
3765
+ <ID>SLV64.4/8192/60*500*500</ID>
3766
+ <Label>Silver 64 bit</Label>
3767
+ <Detail>Silver - 64 bit (vCPU: 4, RAM: 8 GiB, Disk: 1060
3768
+ GiB)</Detail>
3769
+ <Price CountryCode="897">
3770
+ <EffectiveDate>2010-03-22T00:00:00.000Z</EffectiveDate>
3771
+ <CurrencyCode>USD</CurrencyCode>
3772
+ <Rate>23.48</Rate>
3773
+ <PricePerQuantity>1</PricePerQuantity>
3774
+ <UnitOfMeasure>UHR</UnitOfMeasure>
3775
+ </Price>
3776
+ </InstanceType>
3777
+ </SupportedInstanceTypes>
3778
+ <CreatedTime>2010-11-30T20:34:17.233Z</CreatedTime>
3779
+ </Image>
3780
+ </ns2:DescribeImagesResponse>