fog-softlayer 0.3.30 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1094 @@
1
+ #
2
+ # Author:: Celso Fernandes (<fernandes@zertico.com>)
3
+ # © Copyright IBM Corporation 2014.
4
+ #
5
+ # LICENSE: MIT (http://opensource.org/licenses/MIT)
6
+ #
7
+ module Fog
8
+ module Softlayer
9
+ class Product
10
+
11
+ class Mock
12
+ def get_packages
13
+ response = Excon::Response.new
14
+ response.body = fixtures_packages
15
+ response.status = 200
16
+ return response
17
+ end
18
+
19
+ end
20
+
21
+ class Real
22
+ def get_packages
23
+ request(:product_package, :get_all_objects)
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
29
+
30
+ module Fog
31
+ module Softlayer
32
+ class Product
33
+ class Mock
34
+ def fixtures_packages
35
+ [
36
+ {
37
+ "firstOrderStepId"=>1,
38
+ "id"=>0,
39
+ "isActive"=>1,
40
+ "name"=>"Additional Products",
41
+ "unitSize"=>nil
42
+ },
43
+ {
44
+ "firstOrderStepId"=>1,
45
+ "id"=>10,
46
+ "isActive"=>1,
47
+ "name"=>"Control Panels for VPS",
48
+ "unitSize"=>nil
49
+ },
50
+ {
51
+ "description"=>"<div class=\"PageTopicSubHead\">Quad Processor Multi-core Servers</div>",
52
+ "firstOrderStepId"=>1,
53
+ "id"=>32,
54
+ "isActive"=>1,
55
+ "name"=>"Quad Processor, Quad Core Intel",
56
+ "subDescription"=>"Quad Processor Multi-core Servers",
57
+ "unitSize"=>2
58
+ },
59
+ {
60
+ "description"=>"<div class=\"PageTopicSubHead\">dual processor multi core</div>",
61
+ "firstOrderStepId"=>1,
62
+ "id"=>35,
63
+ "isActive"=>1,
64
+ "name"=>"Dual Xeon (Dual Core) Woodcrest/Cloverton - OUTLET",
65
+ "unitSize"=>1
66
+ },
67
+ {
68
+ "description"=>"<div class=\"PageTopicSubHead\">Single Processor Multi-core Servers</div>",
69
+ "firstOrderStepId"=>1,
70
+ "id"=>41,
71
+ "isActive"=>1,
72
+ "name"=>"Single Xeon 5500 Series (Nehalem)",
73
+ "subDescription"=>"Single Processor Multi-core Servers",
74
+ "unitSize"=>1
75
+ },
76
+ {
77
+ "description"=>"<div class=\"PageTopicSubHead\">Dual Processor Multi-core Servers</div>",
78
+ "firstOrderStepId"=>1,
79
+ "id"=>42,
80
+ "isActive"=>1,
81
+ "name"=>"Dual Xeon 5500 Series (Nehalem)",
82
+ "subDescription"=>"Dual Processor Multi-core Servers",
83
+ "unitSize"=>1
84
+ },
85
+ {
86
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Redundant Power</div>",
87
+ "firstOrderStepId"=>1,
88
+ "id"=>43,
89
+ "isActive"=>1,
90
+ "name"=>"Specialty Server: Redundant Power: Xeon 5500 (Nehalem) Series",
91
+ "subDescription"=>"Specialty Servers: Redundant Power",
92
+ "unitSize"=>2
93
+ },
94
+ {
95
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Mass Storage</div>",
96
+ "firstOrderStepId"=>1,
97
+ "id"=>44,
98
+ "isActive"=>1,
99
+ "name"=>"Specialty Server: Mass Storage: Xeon 5500 (Nehalem) Series",
100
+ "subDescription"=>"Specialty Servers: Mass Storage",
101
+ "unitSize"=>2
102
+ },
103
+ {
104
+ "description"=>"Virtual Server Instance",
105
+ "firstOrderStepId"=>1,
106
+ "id"=>46,
107
+ "isActive"=>1,
108
+ "name"=>"Cloud Server",
109
+ "subDescription"=>"Virtual Server Instance",
110
+ "unitSize"=>1
111
+ },
112
+ {
113
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Redundant Power</div>",
114
+ "firstOrderStepId"=>1,
115
+ "id"=>49,
116
+ "isActive"=>1,
117
+ "name"=>"Specialty Server: 4u Redundant power Xeon 5500 (Nehalem) Series",
118
+ "subDescription"=>"Specialty Servers: Redundant Power",
119
+ "unitSize"=>4
120
+ },
121
+ {
122
+ "firstOrderStepId"=>1,
123
+ "id"=>50,
124
+ "isActive"=>1,
125
+ "name"=>"Bare Metal Instance",
126
+ "unitSize"=>1
127
+ },
128
+ {
129
+ "description"=>"<div class=\"PageTopicSubHead\">Single Processor Multi-core Servers</div>",
130
+ "firstOrderStepId"=>1,
131
+ "id"=>51,
132
+ "isActive"=>1,
133
+ "name"=>"Single Xeon 3400 Series (Lynnfield)",
134
+ "subDescription"=>"Single Processor Multi-core Servers",
135
+ "unitSize"=>1
136
+ },
137
+ {
138
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Mass Storage</div>",
139
+ "firstOrderStepId"=>1,
140
+ "id"=>52,
141
+ "isActive"=>1,
142
+ "name"=>"Specialty Server: 4u Mass Storage Xeon 5500 (Nehalem) Series",
143
+ "subDescription"=>"Specialty Servers: Mass Storage",
144
+ "unitSize"=>4
145
+ },
146
+ {
147
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Private Network</div>",
148
+ "firstOrderStepId"=>1,
149
+ "id"=>53,
150
+ "isActive"=>1,
151
+ "name"=>"Specialty Server: Private Network: Single Xeon 3400 Series (Lynnfield)",
152
+ "subDescription"=>"Specialty Servers: Private Network",
153
+ "unitSize"=>1
154
+ },
155
+ {
156
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Private Network</div>",
157
+ "firstOrderStepId"=>1,
158
+ "id"=>54,
159
+ "isActive"=>1,
160
+ "name"=>"Specialty Server: Private Network: Dual Xeon 5500 Series (Nehalem)",
161
+ "subDescription"=>"Specialty Servers: Private Network",
162
+ "unitSize"=>1
163
+ },
164
+ {
165
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Private Network</div>",
166
+ "firstOrderStepId"=>1,
167
+ "id"=>55,
168
+ "isActive"=>1,
169
+ "name"=>"Specialty Server: Private Network & Redundant Power: Xeon 5500 (Nehalem) Series",
170
+ "subDescription"=>"Specialty Servers: Private Network",
171
+ "unitSize"=>2
172
+ },
173
+ {
174
+ "description"=>"<div class=\"PageTopicSubHead\">Quad Processor Multi-core Servers</div>",
175
+ "firstOrderStepId"=>1,
176
+ "id"=>56,
177
+ "isActive"=>1,
178
+ "name"=>"Quad Processor Multi Core Nehalem EX",
179
+ "subDescription"=>"Quad Processor Multi-core Servers",
180
+ "unitSize"=>2
181
+ },
182
+ {
183
+ "description"=>"<div class=\"PageTopicSubHead\">Colocation Service</div>",
184
+ "firstOrderStepId"=>1,
185
+ "id"=>58,
186
+ "isActive"=>1,
187
+ "name"=>"Colocation Service",
188
+ "unitSize"=>1
189
+ },
190
+ {
191
+ "description"=>"ThePlanet Legacy Placeholder Package",
192
+ "firstOrderStepId"=>1,
193
+ "id"=>60,
194
+ "isActive"=>1,
195
+ "name"=>"ThePlanet Legacy Placeholder Package",
196
+ "unitSize"=>1
197
+ },
198
+ {
199
+ "description"=>"Virtual Rack",
200
+ "firstOrderStepId"=>1,
201
+ "id"=>61,
202
+ "isActive"=>1,
203
+ "name"=>"Virtual Rack MD3000i SAN - HA",
204
+ "unitSize"=>1
205
+ },
206
+ {
207
+ "description"=>"Other (PC)",
208
+ "firstOrderStepId"=>1,
209
+ "id"=>62,
210
+ "isActive"=>1,
211
+ "name"=>"PC Dual Xeon 5130 - SATA",
212
+ "unitSize"=>1
213
+ },
214
+ {
215
+ "description"=>"Other (PC)",
216
+ "firstOrderStepId"=>1,
217
+ "id"=>63,
218
+ "isActive"=>1,
219
+ "name"=>"PC Dual Xeon 5130 - SAS",
220
+ "unitSize"=>1
221
+ },
222
+ {
223
+ "description"=>"Private Rack",
224
+ "firstOrderStepId"=>1,
225
+ "id"=>64,
226
+ "isActive"=>1,
227
+ "name"=>"PR Dual Xeon 5520 - SATA",
228
+ "unitSize"=>1
229
+ },
230
+ {
231
+ "description"=>"Virtual Rack",
232
+ "firstOrderStepId"=>1,
233
+ "id"=>65,
234
+ "isActive"=>1,
235
+ "name"=>"Virtual Rack Xeon 3210 - SAS",
236
+ "unitSize"=>1
237
+ },
238
+ {
239
+ "description"=>"Virtual Rack",
240
+ "firstOrderStepId"=>1,
241
+ "id"=>66,
242
+ "isActive"=>1,
243
+ "name"=>"Virtual Rack Dual Xeon 5335 - SAS",
244
+ "unitSize"=>1
245
+ },
246
+ {
247
+ "description"=>"Private Rack",
248
+ "firstOrderStepId"=>1,
249
+ "id"=>67,
250
+ "isActive"=>1,
251
+ "name"=>"PR Dual Xeon 5520 - SAS",
252
+ "unitSize"=>1
253
+ },
254
+ {
255
+ "description"=>"Private Rack",
256
+ "firstOrderStepId"=>1,
257
+ "id"=>68,
258
+ "isActive"=>1,
259
+ "name"=>"PR Dual Xeon 5620 - SATA",
260
+ "unitSize"=>1
261
+ },
262
+ {
263
+ "description"=>"Private Rack",
264
+ "firstOrderStepId"=>1,
265
+ "id"=>69,
266
+ "isActive"=>1,
267
+ "name"=>"PR Dual Xeon 5620 - SAS",
268
+ "unitSize"=>1
269
+ },
270
+ {
271
+ "description"=>"Virtual Rack",
272
+ "firstOrderStepId"=>1,
273
+ "id"=>70,
274
+ "isActive"=>1,
275
+ "name"=>"Virtual Rack Dual Xeon 5620 - SATA",
276
+ "unitSize"=>1
277
+ },
278
+ {
279
+ "description"=>"Virtual Rack",
280
+ "firstOrderStepId"=>1,
281
+ "id"=>71,
282
+ "isActive"=>1,
283
+ "name"=>"Virtual Rack Dual Xeon 5620 - SAS",
284
+ "unitSize"=>1
285
+ },
286
+ {
287
+ "description"=>"Other (PC)",
288
+ "firstOrderStepId"=>1,
289
+ "id"=>72,
290
+ "isActive"=>1,
291
+ "name"=>"PC Dual Xeon 5620 - SATA",
292
+ "unitSize"=>1
293
+ },
294
+ {
295
+ "description"=>"Other (PC)",
296
+ "firstOrderStepId"=>1,
297
+ "id"=>73,
298
+ "isActive"=>1,
299
+ "name"=>"PC Dual Xeon 5620 - SAS",
300
+ "unitSize"=>1
301
+ },
302
+ {
303
+ "description"=>"Virtual Rack",
304
+ "firstOrderStepId"=>1,
305
+ "id"=>74,
306
+ "isActive"=>1,
307
+ "name"=>"Virtual Rack Dual Xeon 5660 - SATA",
308
+ "unitSize"=>1
309
+ },
310
+ {
311
+ "description"=>"Virtual Rack",
312
+ "firstOrderStepId"=>1,
313
+ "id"=>75,
314
+ "isActive"=>1,
315
+ "name"=>"Virtual Rack Dual Xeon 5660 - SAS",
316
+ "unitSize"=>1
317
+ },
318
+ {
319
+ "description"=>"Other (PC)",
320
+ "firstOrderStepId"=>1,
321
+ "id"=>76,
322
+ "isActive"=>1,
323
+ "name"=>"PC Dual Xeon 5660 - SATA",
324
+ "unitSize"=>1
325
+ },
326
+ {
327
+ "description"=>"Other (PC)",
328
+ "firstOrderStepId"=>1,
329
+ "id"=>77,
330
+ "isActive"=>1,
331
+ "name"=>"PC Dual Xeon 5660 - SAS",
332
+ "unitSize"=>1
333
+ },
334
+ {
335
+ "description"=>"Virtual Rack",
336
+ "firstOrderStepId"=>1,
337
+ "id"=>78,
338
+ "isActive"=>1,
339
+ "name"=>"Virtual Rack Quad Xeon 7550 - SAS",
340
+ "unitSize"=>1
341
+ },
342
+ {
343
+ "description"=>"Other (PC)",
344
+ "firstOrderStepId"=>1,
345
+ "id"=>79,
346
+ "isActive"=>1,
347
+ "name"=>"PC Quad Xeon 7550 - SAS",
348
+ "unitSize"=>1
349
+ },
350
+ {
351
+ "description"=>"Private Rack",
352
+ "firstOrderStepId"=>1,
353
+ "id"=>80,
354
+ "isActive"=>1,
355
+ "name"=>"PR Xeon 3450 - SATA",
356
+ "unitSize"=>1
357
+ },
358
+ {
359
+ "description"=>"Private Rack",
360
+ "firstOrderStepId"=>1,
361
+ "id"=>81,
362
+ "isActive"=>1,
363
+ "name"=>"PR Xeon 3450 - SAS",
364
+ "unitSize"=>1
365
+ },
366
+ {
367
+ "description"=>"Virtual Rack",
368
+ "firstOrderStepId"=>1,
369
+ "id"=>82,
370
+ "isActive"=>1,
371
+ "name"=>"Virtual Rack Pentium G6950 - SATA",
372
+ "unitSize"=>1
373
+ },
374
+ {
375
+ "description"=>"Other (PC)",
376
+ "firstOrderStepId"=>1,
377
+ "id"=>83,
378
+ "isActive"=>1,
379
+ "name"=>"PC Pentium G6950 - SATA",
380
+ "unitSize"=>1
381
+ },
382
+ {
383
+ "description"=>"Virtual Rack",
384
+ "firstOrderStepId"=>1,
385
+ "id"=>84,
386
+ "isActive"=>1,
387
+ "name"=>"Virtual Rack MD1000 DAS",
388
+ "unitSize"=>1
389
+ },
390
+ {
391
+ "description"=>"Virtual Rack",
392
+ "firstOrderStepId"=>1,
393
+ "id"=>85,
394
+ "isActive"=>1,
395
+ "name"=>"Virtual Rack MD3000 DAS",
396
+ "unitSize"=>1
397
+ },
398
+ {
399
+ "description"=>"Virtual Rack",
400
+ "firstOrderStepId"=>1,
401
+ "id"=>86,
402
+ "isActive"=>1,
403
+ "name"=>"Virtual Rack MD3000 DAS - HA",
404
+ "unitSize"=>1
405
+ },
406
+ {
407
+ "description"=>"Private Rack",
408
+ "firstOrderStepId"=>1,
409
+ "id"=>87,
410
+ "isActive"=>1,
411
+ "name"=>"PR Dual Xeon 5130 - SATA",
412
+ "unitSize"=>1
413
+ },
414
+ {
415
+ "description"=>"Private Rack",
416
+ "firstOrderStepId"=>1,
417
+ "id"=>88,
418
+ "isActive"=>1,
419
+ "name"=>"PR Dual Xeon 5130 - SAS",
420
+ "unitSize"=>1
421
+ },
422
+ {
423
+ "description"=>"Private Rack",
424
+ "firstOrderStepId"=>1,
425
+ "id"=>89,
426
+ "isActive"=>1,
427
+ "name"=>"PR Dual Xeon 5335 - SAS",
428
+ "unitSize"=>1
429
+ },
430
+ {
431
+ "description"=>"Private Rack",
432
+ "firstOrderStepId"=>1,
433
+ "id"=>90,
434
+ "isActive"=>1,
435
+ "name"=>"PR Xeon 3060 - SATA",
436
+ "unitSize"=>1
437
+ },
438
+ {
439
+ "description"=>"Private Rack",
440
+ "firstOrderStepId"=>1,
441
+ "id"=>91,
442
+ "isActive"=>1,
443
+ "name"=>"PR Xeon 3060 - SAS",
444
+ "unitSize"=>1
445
+ },
446
+ {
447
+ "description"=>"Private Rack",
448
+ "firstOrderStepId"=>1,
449
+ "id"=>92,
450
+ "isActive"=>1,
451
+ "name"=>"PR Xeon 3210 - SATA",
452
+ "unitSize"=>1
453
+ },
454
+ {
455
+ "description"=>"Private Rack",
456
+ "firstOrderStepId"=>1,
457
+ "id"=>93,
458
+ "isActive"=>1,
459
+ "name"=>"PR Xeon 3210 - SAS",
460
+ "unitSize"=>1
461
+ },
462
+ {
463
+ "description"=>"Other (PC)",
464
+ "firstOrderStepId"=>1,
465
+ "id"=>94,
466
+ "isActive"=>1,
467
+ "name"=>"PC Dual Xeon 5335 - SATA",
468
+ "unitSize"=>1
469
+ },
470
+ {
471
+ "description"=>"Other (PC)",
472
+ "firstOrderStepId"=>1,
473
+ "id"=>95,
474
+ "isActive"=>1,
475
+ "name"=>"PC Dual Xeon 5335 - SAS",
476
+ "unitSize"=>1
477
+ },
478
+ {
479
+ "description"=>"Other (PC)",
480
+ "firstOrderStepId"=>1,
481
+ "id"=>96,
482
+ "isActive"=>1,
483
+ "name"=>"PC Dual Xeon 5405 - SATA",
484
+ "unitSize"=>1
485
+ },
486
+ {
487
+ "description"=>"Other (PC)",
488
+ "firstOrderStepId"=>1,
489
+ "id"=>97,
490
+ "isActive"=>1,
491
+ "name"=>"PC Dual Xeon 5405 - SAS",
492
+ "unitSize"=>1
493
+ },
494
+ {
495
+ "description"=>"Other (PC)",
496
+ "firstOrderStepId"=>1,
497
+ "id"=>98,
498
+ "isActive"=>1,
499
+ "name"=>"PC Dual Xeon 5405 - Monster",
500
+ "unitSize"=>1
501
+ },
502
+ {
503
+ "description"=>"Other (PC)",
504
+ "firstOrderStepId"=>1,
505
+ "id"=>99,
506
+ "isActive"=>1,
507
+ "name"=>"PC Xeon 3360 - SATA",
508
+ "unitSize"=>1
509
+ },
510
+ {
511
+ "description"=>"Other (PC)",
512
+ "firstOrderStepId"=>1,
513
+ "id"=>100,
514
+ "isActive"=>1,
515
+ "name"=>"PC Xeon 3360 - SAS",
516
+ "unitSize"=>1
517
+ },
518
+ {
519
+ "description"=>"Other (PC)",
520
+ "firstOrderStepId"=>1,
521
+ "id"=>101,
522
+ "isActive"=>1,
523
+ "name"=>"PC Dual Xeon 5450 - SATA",
524
+ "unitSize"=>1
525
+ },
526
+ {
527
+ "description"=>"Other (PC)",
528
+ "firstOrderStepId"=>1,
529
+ "id"=>102,
530
+ "isActive"=>1,
531
+ "name"=>"PC Dual Xeon 5450 - SAS",
532
+ "unitSize"=>1
533
+ },
534
+ {
535
+ "description"=>"Private Rack",
536
+ "firstOrderStepId"=>1,
537
+ "id"=>103,
538
+ "isActive"=>1,
539
+ "name"=>"PR Xeon 3040 - SATA",
540
+ "unitSize"=>1
541
+ },
542
+ {
543
+ "description"=>"Other (PC)",
544
+ "firstOrderStepId"=>1,
545
+ "id"=>104,
546
+ "isActive"=>1,
547
+ "name"=>"PC Xeon 3210 - SATA",
548
+ "unitSize"=>1
549
+ },
550
+ {
551
+ "description"=>"Other (PC)",
552
+ "firstOrderStepId"=>1,
553
+ "id"=>105,
554
+ "isActive"=>1,
555
+ "name"=>"PC Xeon 3210 - SAS",
556
+ "unitSize"=>1
557
+ },
558
+ {
559
+ "description"=>"Private Rack",
560
+ "firstOrderStepId"=>1,
561
+ "id"=>106,
562
+ "isActive"=>1,
563
+ "name"=>"PR Dual Xeon 5335 - SATA",
564
+ "unitSize"=>1
565
+ },
566
+ {
567
+ "description"=>"Virtual Rack",
568
+ "firstOrderStepId"=>1,
569
+ "id"=>107,
570
+ "isActive"=>1,
571
+ "name"=>"Virtual Rack Xeon 3360 - SATA",
572
+ "unitSize"=>1
573
+ },
574
+ {
575
+ "description"=>"Virtual Rack",
576
+ "firstOrderStepId"=>1,
577
+ "id"=>108,
578
+ "isActive"=>1,
579
+ "name"=>"Virtual Rack Xeon 3360 - SAS",
580
+ "unitSize"=>1
581
+ },
582
+ {
583
+ "description"=>"Virtual Rack",
584
+ "firstOrderStepId"=>1,
585
+ "id"=>109,
586
+ "isActive"=>1,
587
+ "name"=>"Virtual Rack Dual Xeon 5450 - SATA",
588
+ "unitSize"=>1
589
+ },
590
+ {
591
+ "description"=>"Virtual Rack",
592
+ "firstOrderStepId"=>1,
593
+ "id"=>110,
594
+ "isActive"=>1,
595
+ "name"=>"Virtual Rack Dual Xeon 5450 - SAS",
596
+ "unitSize"=>1
597
+ },
598
+ {
599
+ "description"=>"Virtual Rack",
600
+ "firstOrderStepId"=>1,
601
+ "id"=>111,
602
+ "isActive"=>1,
603
+ "name"=>"Virtual Rack Xeon 3210 - SATA",
604
+ "unitSize"=>1
605
+ },
606
+ {
607
+ "description"=>"Virtual Rack",
608
+ "firstOrderStepId"=>1,
609
+ "id"=>112,
610
+ "isActive"=>1,
611
+ "name"=>"Virtual Rack Dual Xeon 5130 - SATA",
612
+ "unitSize"=>1
613
+ },
614
+ {
615
+ "description"=>"Virtual Rack",
616
+ "firstOrderStepId"=>1,
617
+ "id"=>113,
618
+ "isActive"=>1,
619
+ "name"=>"Virtual Rack Dual Xeon 5335 - SATA",
620
+ "unitSize"=>1
621
+ },
622
+ {
623
+ "description"=>"Virtual Rack",
624
+ "firstOrderStepId"=>1,
625
+ "id"=>114,
626
+ "isActive"=>1,
627
+ "name"=>"Virtual Rack Dual Xeon 5130 - SAS",
628
+ "unitSize"=>1
629
+ },
630
+ {
631
+ "description"=>"Virtual Rack",
632
+ "firstOrderStepId"=>1,
633
+ "id"=>115,
634
+ "isActive"=>1,
635
+ "name"=>"Virtual Rack Dual Xeon 5405 - SAS",
636
+ "unitSize"=>1
637
+ },
638
+ {
639
+ "description"=>"Virtual Rack",
640
+ "firstOrderStepId"=>1,
641
+ "id"=>116,
642
+ "isActive"=>1,
643
+ "name"=>"Virtual Rack Dual Xeon 5405 - SATA",
644
+ "unitSize"=>1
645
+ },
646
+ {
647
+ "description"=>"Virtual Rack",
648
+ "firstOrderStepId"=>1,
649
+ "id"=>117,
650
+ "isActive"=>1,
651
+ "name"=>"Virtual Rack Dual Xeon 5405 - Monster",
652
+ "unitSize"=>1
653
+ },
654
+ {
655
+ "description"=>"Other (PC)",
656
+ "firstOrderStepId"=>1,
657
+ "id"=>118,
658
+ "isActive"=>1,
659
+ "name"=>"PC Dual Xeon 5520 - SATA",
660
+ "unitSize"=>1
661
+ },
662
+ {
663
+ "description"=>"Other (PC)",
664
+ "firstOrderStepId"=>1,
665
+ "id"=>119,
666
+ "isActive"=>1,
667
+ "name"=>"PC Dual Xeon 5520 - SAS",
668
+ "unitSize"=>1
669
+ },
670
+ {
671
+ "description"=>"Virtual Rack",
672
+ "firstOrderStepId"=>1,
673
+ "id"=>120,
674
+ "isActive"=>1,
675
+ "name"=>"Virtual Rack Dual Xeon 5520 - SATA",
676
+ "unitSize"=>1
677
+ },
678
+ {
679
+ "description"=>"Virtual Rack",
680
+ "firstOrderStepId"=>1,
681
+ "id"=>121,
682
+ "isActive"=>1,
683
+ "name"=>"Virtual Rack Dual Xeon 5520 - SAS",
684
+ "unitSize"=>1
685
+ },
686
+ {
687
+ "description"=>"Other (PC)",
688
+ "firstOrderStepId"=>1,
689
+ "id"=>122,
690
+ "isActive"=>1,
691
+ "name"=>"PC Xeon 3450 - SATA",
692
+ "unitSize"=>1
693
+ },
694
+ {
695
+ "description"=>"Other (PC)",
696
+ "firstOrderStepId"=>1,
697
+ "id"=>123,
698
+ "isActive"=>1,
699
+ "name"=>"PC Xeon 3450 - SAS",
700
+ "unitSize"=>1
701
+ },
702
+ {
703
+ "description"=>"Virtual Rack",
704
+ "firstOrderStepId"=>1,
705
+ "id"=>124,
706
+ "isActive"=>1,
707
+ "name"=>"Virtual Rack Xeon 3450 - SATA",
708
+ "unitSize"=>1
709
+ },
710
+ {
711
+ "description"=>"Virtual Rack",
712
+ "firstOrderStepId"=>1,
713
+ "id"=>125,
714
+ "isActive"=>1,
715
+ "name"=>"Virtual Rack Xeon 3450 - SAS",
716
+ "unitSize"=>1
717
+ },
718
+ {
719
+ "description"=>"<div class=\"PageTopicSubHead\">Single Processor Multi-core Servers</div>",
720
+ "firstOrderStepId"=>1,
721
+ "id"=>126,
722
+ "isActive"=>1,
723
+ "name"=>"Single Xeon 1200 Series (Sandy Bridge / Haswell)",
724
+ "subDescription"=>"Single Processor Multi-core Servers",
725
+ "unitSize"=>1
726
+ },
727
+ {
728
+ "description"=>"Virtual Rack",
729
+ "firstOrderStepId"=>1,
730
+ "id"=>132,
731
+ "isActive"=>1,
732
+ "name"=>"Virtual Rack Quad Xeon 7450 - SAS",
733
+ "unitSize"=>1
734
+ },
735
+ {
736
+ "description"=>"RightScale XS CCI",
737
+ "firstOrderStepId"=>1,
738
+ "id"=>135,
739
+ "isActive"=>1,
740
+ "name"=>"RightScale XS CCI",
741
+ "unitSize"=>1
742
+ },
743
+ {
744
+ "description"=>"RightScale SM CCI",
745
+ "firstOrderStepId"=>1,
746
+ "id"=>136,
747
+ "isActive"=>1,
748
+ "name"=>"RightScale SM CCI",
749
+ "unitSize"=>1
750
+ },
751
+ {
752
+ "description"=>"RightScale MD CCI",
753
+ "firstOrderStepId"=>1,
754
+ "id"=>137,
755
+ "isActive"=>1,
756
+ "name"=>"RightScale MD CCI",
757
+ "unitSize"=>1
758
+ },
759
+ {
760
+ "description"=>"RightScale LG CCI",
761
+ "firstOrderStepId"=>1,
762
+ "id"=>138,
763
+ "isActive"=>1,
764
+ "name"=>"RightScale LG CCI",
765
+ "unitSize"=>1
766
+ },
767
+ {
768
+ "description"=>"RightScale XL CCI",
769
+ "firstOrderStepId"=>1,
770
+ "id"=>139,
771
+ "isActive"=>1,
772
+ "name"=>"RightScale XL CCI",
773
+ "unitSize"=>1
774
+ },
775
+ {
776
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Mass Storage</div>",
777
+ "firstOrderStepId"=>1,
778
+ "id"=>140,
779
+ "isActive"=>1,
780
+ "name"=>"Specialty Server: Mass Storage: QuantaStor",
781
+ "subDescription"=>"Specialty Servers: Mass Storage",
782
+ "unitSize"=>2
783
+ },
784
+ {
785
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Mass Storage</div>",
786
+ "firstOrderStepId"=>1,
787
+ "id"=>141,
788
+ "isActive"=>1,
789
+ "name"=>"Specialty Server: 4u Mass Storage: QuantaStor",
790
+ "subDescription"=>"Specialty Servers: Mass Storage",
791
+ "unitSize"=>4
792
+ },
793
+ {
794
+ "description"=>"<div class=\"PageTopicSubHead\">Single Processor Multi-core Servers</div>",
795
+ "firstOrderStepId"=>1,
796
+ "id"=>142,
797
+ "isActive"=>1,
798
+ "name"=>"Single Xeon 2000 Series (Sandy Bridge)",
799
+ "subDescription"=>"Single Processor Multi-core Servers",
800
+ "unitSize"=>1
801
+ },
802
+ {
803
+ "description"=>"<div class=\"PageTopicSubHead\">Dual Processor Multi-core Servers</div>",
804
+ "firstOrderStepId"=>1,
805
+ "id"=>143,
806
+ "isActive"=>1,
807
+ "name"=>"Dual Xeon 2000 Series (Sandy Bridge)",
808
+ "subDescription"=>"Dual Processor Multi-core Servers",
809
+ "unitSize"=>1
810
+ },
811
+ {
812
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: GPU</div>",
813
+ "firstOrderStepId"=>1,
814
+ "id"=>144,
815
+ "isActive"=>1,
816
+ "name"=>"Specialty Server: GPU",
817
+ "subDescription"=>"Specialty Servers: GPU",
818
+ "unitSize"=>3
819
+ },
820
+ {
821
+ "description"=>"<div class=\"PageTopicSubHead\">Intel Xeon 3460</div>",
822
+ "firstOrderStepId"=>1,
823
+ "id"=>145,
824
+ "isActive"=>1,
825
+ "name"=>"Intel Xeon 3460",
826
+ "subDescription"=>"Intel Xeon 3460",
827
+ "unitSize"=>1
828
+ },
829
+ {
830
+ "description"=>"<div class=\"PageTopicSubHead\">Sandy Bridge 1270</div>",
831
+ "firstOrderStepId"=>1,
832
+ "id"=>146,
833
+ "isActive"=>1,
834
+ "name"=>"Sandy Bridge 1270",
835
+ "subDescription"=>"Sandy Bridge 1270",
836
+ "unitSize"=>1
837
+ },
838
+ {
839
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Mass Storage</div>",
840
+ "firstOrderStepId"=>1,
841
+ "id"=>147,
842
+ "isActive"=>1,
843
+ "name"=>"Specialty Server: 4u Mass Storage Dual Xeon 2000 (Sandy Bridge) Series",
844
+ "subDescription"=>"Specialty Servers: Mass Storage",
845
+ "unitSize"=>4
846
+ },
847
+ {
848
+ "description"=>"<div class=\"PageTopicSubHead\">Specialty Servers: Mass Storage</div>",
849
+ "firstOrderStepId"=>1,
850
+ "id"=>148,
851
+ "isActive"=>1,
852
+ "name"=>"Specialty Server: 2u Mass Storage Dual Xeon 2000 (Sandy Bridge) Series",
853
+ "subDescription"=>"Specialty Servers: Mass Storage",
854
+ "unitSize"=>2
855
+ },
856
+ {
857
+ "description"=>"<div class=\"PageTopicSubHead\">Quad Processor Multi-core Servers</div>",
858
+ "firstOrderStepId"=>1,
859
+ "id"=>158,
860
+ "isActive"=>1,
861
+ "name"=>"Quad Xeon 4000 Series (Sandy Bridge)",
862
+ "subDescription"=>"Quad Processor Multi-core Servers",
863
+ "unitSize"=>4
864
+ },
865
+ {
866
+ "description"=>"RightScale MD (High Mem) CCI",
867
+ "firstOrderStepId"=>1,
868
+ "id"=>161,
869
+ "isActive"=>1,
870
+ "name"=>"RightScale MD (High Mem) CCI",
871
+ "unitSize"=>1
872
+ },
873
+ {
874
+ "description"=>"ScaleRight LG (High Mem) Private CCI",
875
+ "firstOrderStepId"=>1,
876
+ "id"=>162,
877
+ "isActive"=>1,
878
+ "name"=>"ScaleRight LG (High Mem) Private CCI",
879
+ "unitSize"=>1
880
+ },
881
+ {
882
+ "description"=>"ScaleRight XS Private CCI",
883
+ "firstOrderStepId"=>1,
884
+ "id"=>163,
885
+ "isActive"=>1,
886
+ "name"=>"ScaleRight XS Private CCI",
887
+ "unitSize"=>1
888
+ },
889
+ {
890
+ "description"=>"ScaleRight SM Private CCI",
891
+ "firstOrderStepId"=>1,
892
+ "id"=>164,
893
+ "isActive"=>1,
894
+ "name"=>"ScaleRight SM Private CCI",
895
+ "unitSize"=>1
896
+ },
897
+ {
898
+ "description"=>"ScaleRight MD Private CCI",
899
+ "firstOrderStepId"=>1,
900
+ "id"=>165,
901
+ "isActive"=>1,
902
+ "name"=>"ScaleRight MD Private CCI",
903
+ "unitSize"=>1
904
+ },
905
+ {
906
+ "description"=>"ScaleRight LG Private CCI",
907
+ "firstOrderStepId"=>1,
908
+ "id"=>166,
909
+ "isActive"=>1,
910
+ "name"=>"ScaleRight LG Private CCI",
911
+ "unitSize"=>1
912
+ },
913
+ {
914
+ "description"=>"RightScale LG (High Mem) CCI",
915
+ "firstOrderStepId"=>1,
916
+ "id"=>168,
917
+ "isActive"=>1,
918
+ "name"=>"RightScale LG (High Mem) CCI",
919
+ "unitSize"=>1
920
+ },
921
+ {
922
+ "description"=>"ScaleRight MD (High Mem) Private CCI",
923
+ "firstOrderStepId"=>1,
924
+ "id"=>169,
925
+ "isActive"=>1,
926
+ "name"=>"ScaleRight MD (High Mem) Private CCI",
927
+ "unitSize"=>1
928
+ },
929
+ {
930
+ "firstOrderStepId"=>1,
931
+ "id"=>173,
932
+ "isActive"=>1,
933
+ "name"=>"VHD Import",
934
+ "unitSize"=>1
935
+ },
936
+ {
937
+ "description"=>"Network Gateway Appliance",
938
+ "firstOrderStepId"=>1,
939
+ "id"=>174,
940
+ "isActive"=>1,
941
+ "name"=>"Network Gateway Appliance",
942
+ "subDescription"=>"Network Gateway Appliance",
943
+ "unitSize"=>1
944
+ },
945
+ {
946
+ "firstOrderStepId"=>1,
947
+ "id"=>192,
948
+ "isActive"=>1,
949
+ "name"=>"Application Delivery Appliance",
950
+ "subDescription"=>"Application Delivery Appliance",
951
+ "unitSize"=>nil
952
+ },
953
+ {
954
+ "firstOrderStepId"=>1,
955
+ "id"=>194,
956
+ "isActive"=>1,
957
+ "name"=>"Load Balancers",
958
+ "subDescription"=>"Load Balancers",
959
+ "unitSize"=>nil
960
+ },
961
+ {
962
+ "firstOrderStepId"=>1,
963
+ "id"=>196,
964
+ "isActive"=>1,
965
+ "name"=>"Network Gateway Appliance Cluster",
966
+ "unitSize"=>1
967
+ },
968
+ {
969
+ "firstOrderStepId"=>1,
970
+ "id"=>198,
971
+ "isActive"=>1,
972
+ "name"=>"Portable Storage",
973
+ "subDescription"=>"Portable Storage",
974
+ "unitSize"=>1
975
+ },
976
+ {
977
+ "description"=>"Bare Metal Server",
978
+ "firstOrderStepId"=>1,
979
+ "id"=>200,
980
+ "isActive"=>1,
981
+ "name"=>"Bare Metal Server",
982
+ "subDescription"=>"Bare Metal Server",
983
+ "unitSize"=>1
984
+ },
985
+ {
986
+ "description"=>"POWER8 TULETA FOR WATSON",
987
+ "firstOrderStepId"=>1,
988
+ "id"=>202,
989
+ "isActive"=>1,
990
+ "name"=>"POWER8 TULETA",
991
+ "unitSize"=>4
992
+ },
993
+ {
994
+ "firstOrderStepId"=>1,
995
+ "id"=>206,
996
+ "isActive"=>1,
997
+ "name"=>"Object Storage",
998
+ "subDescription"=>"Object Storage",
999
+ "unitSize"=>nil
1000
+ },
1001
+ {
1002
+ "firstOrderStepId"=>1,
1003
+ "id"=>208,
1004
+ "isActive"=>1,
1005
+ "name"=>"Content Delivery Network",
1006
+ "subDescription"=>"Content Delivery Network",
1007
+ "unitSize"=>nil
1008
+ },
1009
+ {
1010
+ "firstOrderStepId"=>1,
1011
+ "id"=>210,
1012
+ "isActive"=>1,
1013
+ "name"=>"SSL Certificate",
1014
+ "subDescription"=>"SSL Certificate",
1015
+ "unitSize"=>nil
1016
+ },
1017
+ {
1018
+ "firstOrderStepId"=>1,
1019
+ "id"=>212,
1020
+ "isActive"=>1,
1021
+ "name"=>"Message Queue",
1022
+ "subDescription"=>"Message Queue",
1023
+ "unitSize"=>nil
1024
+ },
1025
+ {
1026
+ "firstOrderStepId"=>1,
1027
+ "id"=>216,
1028
+ "isActive"=>1,
1029
+ "name"=>"Network Attached Storage",
1030
+ "subDescription"=>"Network Attached Storage",
1031
+ "unitSize"=>nil
1032
+ },
1033
+ {
1034
+ "firstOrderStepId"=>1,
1035
+ "id"=>218,
1036
+ "isActive"=>1,
1037
+ "name"=>"iSCSI Storage",
1038
+ "subDescription"=>"iSCSI Storage",
1039
+ "unitSize"=>nil
1040
+ },
1041
+ {
1042
+ "firstOrderStepId"=>1,
1043
+ "id"=>222,
1044
+ "isActive"=>1,
1045
+ "name"=>"Consistent Performance Storage",
1046
+ "subDescription"=>"Consistent Performance Storage",
1047
+ "unitSize"=>1
1048
+ },
1049
+ {
1050
+ "firstOrderStepId"=>1,
1051
+ "id"=>226,
1052
+ "isActive"=>1,
1053
+ "name"=>"Authentication Services",
1054
+ "subDescription"=>"Authentication Services",
1055
+ "unitSize"=>nil
1056
+ },
1057
+ {
1058
+ "description"=>"Quad Xeon E7-4800 v2 (Ivy Bridge) Series",
1059
+ "firstOrderStepId"=>1,
1060
+ "id"=>234,
1061
+ "isActive"=>1,
1062
+ "name"=>"Quad Xeon E7-4800 v2 (Ivy Bridge) Series",
1063
+ "subDescription"=>"Quad Xeon E7-4800 v2 (Ivy Bridge) Series",
1064
+ "unitSize"=>4
1065
+ },
1066
+ {
1067
+ "description"=>"Network Gateway Appliance (10 Gbps)",
1068
+ "firstOrderStepId"=>1,
1069
+ "id"=>236,
1070
+ "isActive"=>1,
1071
+ "name"=>"Network Gateway Appliance (10 Gbps)",
1072
+ "subDescription"=>"Network Gateway Appliance (10 Gbps)",
1073
+ "unitSize"=>2
1074
+ },
1075
+ {
1076
+ "firstOrderStepId"=>1,
1077
+ "id"=>240,
1078
+ "isActive"=>1,
1079
+ "name"=>"'Codename: Prime' storage",
1080
+ "unitSize"=>1
1081
+ },
1082
+ {
1083
+ "firstOrderStepId"=>nil,
1084
+ "id"=>242,
1085
+ "isActive"=>1,
1086
+ "name"=>"POWER8 Servers",
1087
+ "unitSize"=>nil
1088
+ }
1089
+ ]
1090
+ end
1091
+ end
1092
+ end
1093
+ end
1094
+ end