cloudmunch_sdk_v3 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +7 -0
  2. data/lib/cloudmunch_Ruby_sdk_v2/AppAbstract.rb +146 -0
  3. data/lib/cloudmunch_Ruby_sdk_v2/AppContext.rb +59 -0
  4. data/lib/cloudmunch_Ruby_sdk_v2/AssetHelper.rb +127 -0
  5. data/lib/cloudmunch_Ruby_sdk_v2/CloudmunchConstants.rb +24 -0
  6. data/lib/cloudmunch_Ruby_sdk_v2/CloudmunchService.rb +249 -0
  7. data/lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb +52 -0
  8. data/lib/cloudmunch_Ruby_sdk_v2/EnvironmentHelper.rb +292 -0
  9. data/lib/cloudmunch_Ruby_sdk_v2/InsightHelper.rb +770 -0
  10. data/lib/cloudmunch_Ruby_sdk_v2/IntegrationHelper.rb +69 -0
  11. data/lib/cloudmunch_Ruby_sdk_v2/PluginLoaderAbstract.rb +140 -0
  12. data/lib/cloudmunch_Ruby_sdk_v2/PluginReporterAbstract.rb +141 -0
  13. data/lib/cloudmunch_Ruby_sdk_v2/RoleHelper.rb +170 -0
  14. data/lib/cloudmunch_Ruby_sdk_v2/Server.rb +77 -0
  15. data/lib/cloudmunch_Ruby_sdk_v2/ServerHelper.rb +284 -0
  16. data/lib/cloudmunch_Ruby_sdk_v2/ServiceProvider.rb +25 -0
  17. data/lib/cloudmunch_Ruby_sdk_v2/Util.rb +119 -0
  18. data/lib/cloudmunch_Ruby_sdk_v2/doc/AppAbstract.html +1062 -0
  19. data/lib/cloudmunch_Ruby_sdk_v2/doc/AppContext.html +1402 -0
  20. data/lib/cloudmunch_Ruby_sdk_v2/doc/AssetHelper.html +694 -0
  21. data/lib/cloudmunch_Ruby_sdk_v2/doc/Cloudmunch.html +117 -0
  22. data/lib/cloudmunch_Ruby_sdk_v2/doc/CloudmunchConstants.html +184 -0
  23. data/lib/cloudmunch_Ruby_sdk_v2/doc/CloudmunchService.html +1195 -0
  24. data/lib/cloudmunch_Ruby_sdk_v2/doc/ElasticBeanStalkServer.html +1375 -0
  25. data/lib/cloudmunch_Ruby_sdk_v2/doc/InsightHelper.html +2889 -0
  26. data/lib/cloudmunch_Ruby_sdk_v2/doc/IntegrationHelper.html +400 -0
  27. data/lib/cloudmunch_Ruby_sdk_v2/doc/RoleHelper.html +809 -0
  28. data/lib/cloudmunch_Ruby_sdk_v2/doc/Server.html +2302 -0
  29. data/lib/cloudmunch_Ruby_sdk_v2/doc/ServerHelper.html +1181 -0
  30. data/lib/cloudmunch_Ruby_sdk_v2/doc/ServiceProvider.html +328 -0
  31. data/lib/cloudmunch_Ruby_sdk_v2/doc/Util.html +540 -0
  32. data/lib/cloudmunch_Ruby_sdk_v2/doc/_index.html +214 -0
  33. data/lib/cloudmunch_Ruby_sdk_v2/doc/class_list.html +58 -0
  34. data/lib/cloudmunch_Ruby_sdk_v2/doc/css/common.css +1 -0
  35. data/lib/cloudmunch_Ruby_sdk_v2/doc/css/full_list.css +57 -0
  36. data/lib/cloudmunch_Ruby_sdk_v2/doc/css/style.css +339 -0
  37. data/lib/cloudmunch_Ruby_sdk_v2/doc/file_list.html +57 -0
  38. data/lib/cloudmunch_Ruby_sdk_v2/doc/frames.html +26 -0
  39. data/lib/cloudmunch_Ruby_sdk_v2/doc/index.html +214 -0
  40. data/lib/cloudmunch_Ruby_sdk_v2/doc/js/app.js +219 -0
  41. data/lib/cloudmunch_Ruby_sdk_v2/doc/js/full_list.js +181 -0
  42. data/lib/cloudmunch_Ruby_sdk_v2/doc/js/jquery.js +4 -0
  43. data/lib/cloudmunch_Ruby_sdk_v2/doc/method_list.html +993 -0
  44. data/lib/cloudmunch_Ruby_sdk_v2/doc/top-level-namespace.html +114 -0
  45. data/lib/cloudmunch_Ruby_sdk_v2/version.rb +3 -0
  46. data/lib/cloudmunch_Ruby_sdk_v3/AppAbstract.rb +146 -0
  47. data/lib/cloudmunch_Ruby_sdk_v3/AppContext.rb +59 -0
  48. data/lib/cloudmunch_Ruby_sdk_v3/AssetHelper.rb +127 -0
  49. data/lib/cloudmunch_Ruby_sdk_v3/CloudmunchConstants.rb +24 -0
  50. data/lib/cloudmunch_Ruby_sdk_v3/CloudmunchService.rb +300 -0
  51. data/lib/cloudmunch_Ruby_sdk_v3/ElasticBeanStalkServer.rb +52 -0
  52. data/lib/cloudmunch_Ruby_sdk_v3/EnvironmentHelper.rb +292 -0
  53. data/lib/cloudmunch_Ruby_sdk_v3/InsightHelper.rb +770 -0
  54. data/lib/cloudmunch_Ruby_sdk_v3/IntegrationHelper.rb +69 -0
  55. data/lib/cloudmunch_Ruby_sdk_v3/PluginLoaderAbstract.rb +140 -0
  56. data/lib/cloudmunch_Ruby_sdk_v3/PluginReporterAbstract.rb +141 -0
  57. data/lib/cloudmunch_Ruby_sdk_v3/RoleHelper.rb +170 -0
  58. data/lib/cloudmunch_Ruby_sdk_v3/Server.rb +77 -0
  59. data/lib/cloudmunch_Ruby_sdk_v3/ServerHelper.rb +284 -0
  60. data/lib/cloudmunch_Ruby_sdk_v3/ServiceProvider.rb +25 -0
  61. data/lib/cloudmunch_Ruby_sdk_v3/Util.rb +119 -0
  62. data/lib/cloudmunch_Ruby_sdk_v3/doc/AppAbstract.html +1062 -0
  63. data/lib/cloudmunch_Ruby_sdk_v3/doc/AppContext.html +1402 -0
  64. data/lib/cloudmunch_Ruby_sdk_v3/doc/AssetHelper.html +694 -0
  65. data/lib/cloudmunch_Ruby_sdk_v3/doc/Cloudmunch.html +117 -0
  66. data/lib/cloudmunch_Ruby_sdk_v3/doc/CloudmunchConstants.html +184 -0
  67. data/lib/cloudmunch_Ruby_sdk_v3/doc/CloudmunchService.html +1195 -0
  68. data/lib/cloudmunch_Ruby_sdk_v3/doc/ElasticBeanStalkServer.html +1375 -0
  69. data/lib/cloudmunch_Ruby_sdk_v3/doc/InsightHelper.html +2889 -0
  70. data/lib/cloudmunch_Ruby_sdk_v3/doc/IntegrationHelper.html +400 -0
  71. data/lib/cloudmunch_Ruby_sdk_v3/doc/RoleHelper.html +809 -0
  72. data/lib/cloudmunch_Ruby_sdk_v3/doc/Server.html +2302 -0
  73. data/lib/cloudmunch_Ruby_sdk_v3/doc/ServerHelper.html +1181 -0
  74. data/lib/cloudmunch_Ruby_sdk_v3/doc/ServiceProvider.html +328 -0
  75. data/lib/cloudmunch_Ruby_sdk_v3/doc/Util.html +540 -0
  76. data/lib/cloudmunch_Ruby_sdk_v3/doc/_index.html +214 -0
  77. data/lib/cloudmunch_Ruby_sdk_v3/doc/class_list.html +58 -0
  78. data/lib/cloudmunch_Ruby_sdk_v3/doc/css/common.css +1 -0
  79. data/lib/cloudmunch_Ruby_sdk_v3/doc/css/full_list.css +57 -0
  80. data/lib/cloudmunch_Ruby_sdk_v3/doc/css/style.css +339 -0
  81. data/lib/cloudmunch_Ruby_sdk_v3/doc/file_list.html +57 -0
  82. data/lib/cloudmunch_Ruby_sdk_v3/doc/frames.html +26 -0
  83. data/lib/cloudmunch_Ruby_sdk_v3/doc/index.html +214 -0
  84. data/lib/cloudmunch_Ruby_sdk_v3/doc/js/app.js +219 -0
  85. data/lib/cloudmunch_Ruby_sdk_v3/doc/js/full_list.js +181 -0
  86. data/lib/cloudmunch_Ruby_sdk_v3/doc/js/jquery.js +4 -0
  87. data/lib/cloudmunch_Ruby_sdk_v3/doc/method_list.html +993 -0
  88. data/lib/cloudmunch_Ruby_sdk_v3/doc/top-level-namespace.html +114 -0
  89. data/lib/cloudmunch_Ruby_sdk_v3/version.rb +3 -0
  90. data/lib/cloudmunch_sdk.rb +5 -0
  91. data/lib/cloudmunch_sdk_v3.rb +5 -0
  92. metadata +194 -0
@@ -0,0 +1,2302 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Class: Server
8
+
9
+ &mdash; Documentation by YARD 0.8.7.6
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '';
20
+ framesUrl = "frames.html#!Server.html";
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="_index.html">Index (S)</a> &raquo;
35
+
36
+
37
+ <span class="title">Server</span>
38
+
39
+
40
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
+ </div>
42
+
43
+ <div id="search">
44
+
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="class_list.html">
47
+ Class List
48
+ </a>
49
+
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="method_list.html">
52
+ Method List
53
+ </a>
54
+
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="file_list.html">
57
+ File List
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <iframe id="search_frame"></iframe>
65
+
66
+ <div id="content"><h1>Class: Server
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+ <dt class="r1">Inherits:</dt>
75
+ <dd class="r1">
76
+ <span class="inheritName">Object</span>
77
+
78
+ <ul class="fullTree">
79
+ <li>Object</li>
80
+
81
+ <li class="next">Server</li>
82
+
83
+ </ul>
84
+ <a href="#" class="inheritanceTree">show all</a>
85
+
86
+ </dd>
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+ <dt class="r2 last">Defined in:</dt>
97
+ <dd class="r2 last">Server.rb</dd>
98
+
99
+ </dl>
100
+ <div class="clear"></div>
101
+
102
+ <div id="subclasses">
103
+ <h2>Direct Known Subclasses</h2>
104
+ <p class="children"><span class='object_link'><a href="ElasticBeanStalkServer.html" title="ElasticBeanStalkServer (class)">ElasticBeanStalkServer</a></span></p>
105
+ </div>
106
+
107
+
108
+
109
+
110
+ <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
111
+ <ul class="summary">
112
+
113
+ <li class="public ">
114
+ <span class="summary_signature">
115
+
116
+ <a href="#appName-instance_method" title="#appName (instance method)">- (Object) <strong>appName</strong> </a>
117
+
118
+
119
+
120
+ </span>
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+ <span class="summary_desc"><div class='inline'>
134
+ <p>Returns the value of attribute appName.</p>
135
+ </div></span>
136
+
137
+ </li>
138
+
139
+
140
+ <li class="public ">
141
+ <span class="summary_signature">
142
+
143
+ <a href="#assetName-instance_method" title="#assetName (instance method)">- (Object) <strong>assetName</strong> </a>
144
+
145
+
146
+
147
+ </span>
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+ <span class="summary_desc"><div class='inline'>
161
+ <p>Returns the value of attribute assetName.</p>
162
+ </div></span>
163
+
164
+ </li>
165
+
166
+
167
+ <li class="public ">
168
+ <span class="summary_signature">
169
+
170
+ <a href="#assetType-instance_method" title="#assetType (instance method)">- (Object) <strong>assetType</strong> </a>
171
+
172
+
173
+
174
+ </span>
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+ <span class="summary_desc"><div class='inline'>
188
+ <p>Returns the value of attribute assetType.</p>
189
+ </div></span>
190
+
191
+ </li>
192
+
193
+
194
+ <li class="public ">
195
+ <span class="summary_signature">
196
+
197
+ <a href="#build-instance_method" title="#build (instance method)">- (Object) <strong>build</strong> </a>
198
+
199
+
200
+
201
+ </span>
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+ <span class="summary_desc"><div class='inline'>
215
+ <p>Returns the value of attribute build.</p>
216
+ </div></span>
217
+
218
+ </li>
219
+
220
+
221
+ <li class="public ">
222
+ <span class="summary_signature">
223
+
224
+ <a href="#buildLocation-instance_method" title="#buildLocation (instance method)">- (Object) <strong>buildLocation</strong> </a>
225
+
226
+
227
+
228
+ </span>
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+ <span class="summary_desc"><div class='inline'>
242
+ <p>Returns the value of attribute buildLocation.</p>
243
+ </div></span>
244
+
245
+ </li>
246
+
247
+
248
+ <li class="public ">
249
+ <span class="summary_signature">
250
+
251
+ <a href="#CI-instance_method" title="#CI (instance method)">- (Object) <strong>CI</strong> </a>
252
+
253
+
254
+
255
+ </span>
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+ <span class="summary_desc"><div class='inline'>
269
+ <p>Returns the value of attribute CI.</p>
270
+ </div></span>
271
+
272
+ </li>
273
+
274
+
275
+ <li class="public ">
276
+ <span class="summary_signature">
277
+
278
+ <a href="#cmserver-instance_method" title="#cmserver (instance method)">- (Object) <strong>cmserver</strong> </a>
279
+
280
+
281
+
282
+ </span>
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+ <span class="summary_desc"><div class='inline'>
296
+ <p>Returns the value of attribute cmserver.</p>
297
+ </div></span>
298
+
299
+ </li>
300
+
301
+
302
+ <li class="public ">
303
+ <span class="summary_signature">
304
+
305
+ <a href="#deploymentStatus-instance_method" title="#deploymentStatus (instance method)">- (Object) <strong>deploymentStatus</strong> </a>
306
+
307
+
308
+
309
+ </span>
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+ <span class="summary_desc"><div class='inline'>
323
+ <p>Returns the value of attribute deploymentStatus.</p>
324
+ </div></span>
325
+
326
+ </li>
327
+
328
+
329
+ <li class="public ">
330
+ <span class="summary_signature">
331
+
332
+ <a href="#deployTempLoc-instance_method" title="#deployTempLoc (instance method)">- (Object) <strong>deployTempLoc</strong> </a>
333
+
334
+
335
+
336
+ </span>
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+ <span class="summary_desc"><div class='inline'>
350
+ <p>Returns the value of attribute deployTempLoc.</p>
351
+ </div></span>
352
+
353
+ </li>
354
+
355
+
356
+ <li class="public ">
357
+ <span class="summary_signature">
358
+
359
+ <a href="#description-instance_method" title="#description (instance method)">- (Object) <strong>description</strong> </a>
360
+
361
+
362
+
363
+ </span>
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+ <span class="summary_desc"><div class='inline'>
377
+ <p>Returns the value of attribute description.</p>
378
+ </div></span>
379
+
380
+ </li>
381
+
382
+
383
+ <li class="public ">
384
+ <span class="summary_signature">
385
+
386
+ <a href="#dns-instance_method" title="#dns (instance method)">- (Object) <strong>dns</strong> </a>
387
+
388
+
389
+
390
+ </span>
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+ <span class="summary_desc"><div class='inline'>
404
+ <p>Returns the value of attribute dns.</p>
405
+ </div></span>
406
+
407
+ </li>
408
+
409
+
410
+ <li class="public ">
411
+ <span class="summary_signature">
412
+
413
+ <a href="#domainName-instance_method" title="#domainName (instance method)">- (Object) <strong>domainName</strong> </a>
414
+
415
+
416
+
417
+ </span>
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+ <span class="summary_desc"><div class='inline'>
431
+ <p>Returns the value of attribute domainName.</p>
432
+ </div></span>
433
+
434
+ </li>
435
+
436
+
437
+ <li class="public ">
438
+ <span class="summary_signature">
439
+
440
+ <a href="#emailID-instance_method" title="#emailID (instance method)">- (Object) <strong>emailID</strong> </a>
441
+
442
+
443
+
444
+ </span>
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+ <span class="summary_desc"><div class='inline'>
458
+ <p>Returns the value of attribute emailID.</p>
459
+ </div></span>
460
+
461
+ </li>
462
+
463
+
464
+ <li class="public ">
465
+ <span class="summary_signature">
466
+
467
+ <a href="#imageID-instance_method" title="#imageID (instance method)">- (Object) <strong>imageID</strong> </a>
468
+
469
+
470
+
471
+ </span>
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+ <span class="summary_desc"><div class='inline'>
485
+ <p>Returns the value of attribute imageID.</p>
486
+ </div></span>
487
+
488
+ </li>
489
+
490
+
491
+ <li class="public ">
492
+ <span class="summary_signature">
493
+
494
+ <a href="#instanceId-instance_method" title="#instanceId (instance method)">- (Object) <strong>instanceId</strong> </a>
495
+
496
+
497
+
498
+ </span>
499
+
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+
510
+
511
+ <span class="summary_desc"><div class='inline'>
512
+ <p>Returns the value of attribute instanceId.</p>
513
+ </div></span>
514
+
515
+ </li>
516
+
517
+
518
+ <li class="public ">
519
+ <span class="summary_signature">
520
+
521
+ <a href="#instanceSize-instance_method" title="#instanceSize (instance method)">- (Object) <strong>instanceSize</strong> </a>
522
+
523
+
524
+
525
+ </span>
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+ <span class="summary_desc"><div class='inline'>
539
+ <p>Returns the value of attribute instanceSize.</p>
540
+ </div></span>
541
+
542
+ </li>
543
+
544
+
545
+ <li class="public ">
546
+ <span class="summary_signature">
547
+
548
+ <a href="#launcheduser-instance_method" title="#launcheduser (instance method)">- (Object) <strong>launcheduser</strong> </a>
549
+
550
+
551
+
552
+ </span>
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+ <span class="summary_desc"><div class='inline'>
566
+ <p>Returns the value of attribute launcheduser.</p>
567
+ </div></span>
568
+
569
+ </li>
570
+
571
+
572
+ <li class="public ">
573
+ <span class="summary_signature">
574
+
575
+ <a href="#loginUser-instance_method" title="#loginUser (instance method)">- (Object) <strong>loginUser</strong> </a>
576
+
577
+
578
+
579
+ </span>
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+ <span class="summary_desc"><div class='inline'>
593
+ <p>Returns the value of attribute loginUser.</p>
594
+ </div></span>
595
+
596
+ </li>
597
+
598
+
599
+ <li class="public ">
600
+ <span class="summary_signature">
601
+
602
+ <a href="#password-instance_method" title="#password (instance method)">- (Object) <strong>password</strong> </a>
603
+
604
+
605
+
606
+ </span>
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+ <span class="summary_desc"><div class='inline'>
620
+ <p>Returns the value of attribute password.</p>
621
+ </div></span>
622
+
623
+ </li>
624
+
625
+
626
+ <li class="public ">
627
+ <span class="summary_signature">
628
+
629
+ <a href="#privateKeyLoc-instance_method" title="#privateKeyLoc (instance method)">- (Object) <strong>privateKeyLoc</strong> </a>
630
+
631
+
632
+
633
+ </span>
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+ <span class="summary_desc"><div class='inline'>
647
+ <p>Returns the value of attribute privateKeyLoc.</p>
648
+ </div></span>
649
+
650
+ </li>
651
+
652
+
653
+ <li class="public ">
654
+ <span class="summary_signature">
655
+
656
+ <a href="#provider-instance_method" title="#provider (instance method)">- (Object) <strong>provider</strong> </a>
657
+
658
+
659
+
660
+ </span>
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+ <span class="summary_desc"><div class='inline'>
674
+ <p>Returns the value of attribute provider.</p>
675
+ </div></span>
676
+
677
+ </li>
678
+
679
+
680
+ <li class="public ">
681
+ <span class="summary_signature">
682
+
683
+ <a href="#publicKeyLoc-instance_method" title="#publicKeyLoc (instance method)">- (Object) <strong>publicKeyLoc</strong> </a>
684
+
685
+
686
+
687
+ </span>
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+ <span class="summary_desc"><div class='inline'>
701
+ <p>Returns the value of attribute publicKeyLoc.</p>
702
+ </div></span>
703
+
704
+ </li>
705
+
706
+
707
+ <li class="public ">
708
+ <span class="summary_signature">
709
+
710
+ <a href="#region-instance_method" title="#region (instance method)">- (Object) <strong>region</strong> </a>
711
+
712
+
713
+
714
+ </span>
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+ <span class="summary_desc"><div class='inline'>
728
+ <p>Returns the value of attribute region.</p>
729
+ </div></span>
730
+
731
+ </li>
732
+
733
+
734
+ <li class="public ">
735
+ <span class="summary_signature">
736
+
737
+ <a href="#serverName-instance_method" title="#serverName (instance method)">- (Object) <strong>serverName</strong> </a>
738
+
739
+
740
+
741
+ </span>
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+ <span class="summary_desc"><div class='inline'>
755
+ <p>Returns the value of attribute serverName.</p>
756
+ </div></span>
757
+
758
+ </li>
759
+
760
+
761
+ <li class="public ">
762
+ <span class="summary_signature">
763
+
764
+ <a href="#serverType-instance_method" title="#serverType (instance method)">- (Object) <strong>serverType</strong> </a>
765
+
766
+
767
+
768
+ </span>
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+ <span class="summary_desc"><div class='inline'>
782
+ <p>Returns the value of attribute serverType.</p>
783
+ </div></span>
784
+
785
+ </li>
786
+
787
+
788
+ <li class="public ">
789
+ <span class="summary_signature">
790
+
791
+ <a href="#sshport-instance_method" title="#sshport (instance method)">- (Object) <strong>sshport</strong> </a>
792
+
793
+
794
+
795
+ </span>
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+ <span class="summary_desc"><div class='inline'>
809
+ <p>Returns the value of attribute sshport.</p>
810
+ </div></span>
811
+
812
+ </li>
813
+
814
+
815
+ <li class="public ">
816
+ <span class="summary_signature">
817
+
818
+ <a href="#startTime-instance_method" title="#startTime (instance method)">- (Object) <strong>startTime</strong> </a>
819
+
820
+
821
+
822
+ </span>
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+ <span class="summary_desc"><div class='inline'>
836
+ <p>Returns the value of attribute startTime.</p>
837
+ </div></span>
838
+
839
+ </li>
840
+
841
+
842
+ <li class="public ">
843
+ <span class="summary_signature">
844
+
845
+ <a href="#status-instance_method" title="#status (instance method)">- (Object) <strong>status</strong> </a>
846
+
847
+
848
+
849
+ </span>
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+ <span class="summary_desc"><div class='inline'>
863
+ <p>Returns the value of attribute status.</p>
864
+ </div></span>
865
+
866
+ </li>
867
+
868
+
869
+ <li class="public ">
870
+ <span class="summary_signature">
871
+
872
+ <a href="#tier-instance_method" title="#tier (instance method)">- (Object) <strong>tier</strong> </a>
873
+
874
+
875
+
876
+ </span>
877
+
878
+
879
+
880
+
881
+
882
+
883
+
884
+
885
+
886
+
887
+
888
+
889
+ <span class="summary_desc"><div class='inline'>
890
+ <p>Returns the value of attribute tier.</p>
891
+ </div></span>
892
+
893
+ </li>
894
+
895
+
896
+ </ul>
897
+
898
+
899
+
900
+
901
+
902
+ <h2>
903
+ Instance Method Summary
904
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
905
+ </h2>
906
+
907
+ <ul class="summary">
908
+
909
+ <li class="public ">
910
+ <span class="summary_signature">
911
+
912
+ <a href="#initialize-instance_method" title="#initialize (instance method)">- (Server) <strong>initialize</strong> </a>
913
+
914
+
915
+
916
+ </span>
917
+
918
+
919
+ <span class="note title constructor">constructor</span>
920
+
921
+
922
+
923
+
924
+
925
+
926
+
927
+
928
+ <span class="summary_desc"><div class='inline'>
929
+ <p>A new instance of Server.</p>
930
+ </div></span>
931
+
932
+ </li>
933
+
934
+
935
+ </ul>
936
+
937
+
938
+ <div id="constructor_details" class="method_details_list">
939
+ <h2>Constructor Details</h2>
940
+
941
+ <div class="method_details first">
942
+ <h3 class="signature first" id="initialize-instance_method">
943
+
944
+ - (<tt><span class='object_link'><a href="" title="Server (class)">Server</a></span></tt>) <strong>initialize</strong>
945
+
946
+
947
+
948
+
949
+
950
+ </h3><div class="docstring">
951
+ <div class="discussion">
952
+
953
+ <p>Returns a new instance of Server</p>
954
+
955
+
956
+ </div>
957
+ </div>
958
+ <div class="tags">
959
+
960
+
961
+ </div><table class="source_code">
962
+ <tr>
963
+ <td>
964
+ <pre class="lines">
965
+
966
+
967
+ 45
968
+ 46
969
+ 47
970
+ 48
971
+ 49
972
+ 50
973
+ 51
974
+ 52
975
+ 53
976
+ 54
977
+ 55
978
+ 56
979
+ 57
980
+ 58
981
+ 59
982
+ 60
983
+ 61
984
+ 62
985
+ 63
986
+ 64
987
+ 65
988
+ 66
989
+ 67
990
+ 68
991
+ 69
992
+ 70
993
+ 71
994
+ 72
995
+ 73
996
+ 74
997
+ 75</pre>
998
+ </td>
999
+ <td>
1000
+ <pre class="code"><span class="info file"># File 'Server.rb', line 45</span>
1001
+
1002
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
1003
+ <span class='ivar'>@description</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1004
+ <span class='ivar'>@dns</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1005
+ <span class='ivar'>@domainName</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1006
+ <span class='ivar'>@emailID</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1007
+ <span class='ivar'>@CI</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1008
+ <span class='ivar'>@deploymentStatus</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1009
+ <span class='ivar'>@instanceId</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1010
+ <span class='ivar'>@imageID</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1011
+ <span class='ivar'>@launcheduser</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1012
+ <span class='ivar'>@build</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1013
+ <span class='ivar'>@appName</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1014
+ <span class='ivar'>@deployTempLoc</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1015
+ <span class='ivar'>@buildLocation</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1016
+ <span class='ivar'>@privateKeyLoc</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1017
+ <span class='ivar'>@publicKeyLoc</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1018
+ <span class='ivar'>@loginUser</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1019
+ <span class='ivar'>@serverType</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1020
+ <span class='ivar'>@assettype</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1021
+ <span class='ivar'>@status</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1022
+ <span class='ivar'>@starttime</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1023
+ <span class='ivar'>@provider</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1024
+ <span class='ivar'>@region</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1025
+ <span class='ivar'>@cmserver</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1026
+ <span class='ivar'>@assetname</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1027
+ <span class='ivar'>@instancesize</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1028
+ <span class='ivar'>@servername</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1029
+ <span class='ivar'>@password</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1030
+ <span class='ivar'>@sshport</span><span class='op'>=</span><span class='int'>22</span>
1031
+ <span class='ivar'>@tier</span><span class='op'>=</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
1032
+ <span class='kw'>end</span></pre>
1033
+ </td>
1034
+ </tr>
1035
+ </table>
1036
+ </div>
1037
+
1038
+ </div>
1039
+
1040
+ <div id="instance_attr_details" class="attr_details">
1041
+ <h2>Instance Attribute Details</h2>
1042
+
1043
+
1044
+ <span id="appName=-instance_method"></span>
1045
+ <div class="method_details first">
1046
+ <h3 class="signature first" id="appName-instance_method">
1047
+
1048
+ - (<tt>Object</tt>) <strong>appName</strong>
1049
+
1050
+
1051
+
1052
+
1053
+
1054
+ </h3><div class="docstring">
1055
+ <div class="discussion">
1056
+
1057
+ <p>Returns the value of attribute appName</p>
1058
+
1059
+
1060
+ </div>
1061
+ </div>
1062
+ <div class="tags">
1063
+
1064
+
1065
+ </div><table class="source_code">
1066
+ <tr>
1067
+ <td>
1068
+ <pre class="lines">
1069
+
1070
+
1071
+ 25
1072
+ 26
1073
+ 27</pre>
1074
+ </td>
1075
+ <td>
1076
+ <pre class="code"><span class="info file"># File 'Server.rb', line 25</span>
1077
+
1078
+ <span class='kw'>def</span> <span class='id identifier rubyid_appName'>appName</span>
1079
+ <span class='ivar'>@appName</span>
1080
+ <span class='kw'>end</span></pre>
1081
+ </td>
1082
+ </tr>
1083
+ </table>
1084
+ </div>
1085
+
1086
+
1087
+ <span id="assetName=-instance_method"></span>
1088
+ <div class="method_details ">
1089
+ <h3 class="signature " id="assetName-instance_method">
1090
+
1091
+ - (<tt>Object</tt>) <strong>assetName</strong>
1092
+
1093
+
1094
+
1095
+
1096
+
1097
+ </h3><div class="docstring">
1098
+ <div class="discussion">
1099
+
1100
+ <p>Returns the value of attribute assetName</p>
1101
+
1102
+
1103
+ </div>
1104
+ </div>
1105
+ <div class="tags">
1106
+
1107
+
1108
+ </div><table class="source_code">
1109
+ <tr>
1110
+ <td>
1111
+ <pre class="lines">
1112
+
1113
+
1114
+ 38
1115
+ 39
1116
+ 40</pre>
1117
+ </td>
1118
+ <td>
1119
+ <pre class="code"><span class="info file"># File 'Server.rb', line 38</span>
1120
+
1121
+ <span class='kw'>def</span> <span class='id identifier rubyid_assetName'>assetName</span>
1122
+ <span class='ivar'>@assetName</span>
1123
+ <span class='kw'>end</span></pre>
1124
+ </td>
1125
+ </tr>
1126
+ </table>
1127
+ </div>
1128
+
1129
+
1130
+ <span id="assetType=-instance_method"></span>
1131
+ <div class="method_details ">
1132
+ <h3 class="signature " id="assetType-instance_method">
1133
+
1134
+ - (<tt>Object</tt>) <strong>assetType</strong>
1135
+
1136
+
1137
+
1138
+
1139
+
1140
+ </h3><div class="docstring">
1141
+ <div class="discussion">
1142
+
1143
+ <p>Returns the value of attribute assetType</p>
1144
+
1145
+
1146
+ </div>
1147
+ </div>
1148
+ <div class="tags">
1149
+
1150
+
1151
+ </div><table class="source_code">
1152
+ <tr>
1153
+ <td>
1154
+ <pre class="lines">
1155
+
1156
+
1157
+ 32
1158
+ 33
1159
+ 34</pre>
1160
+ </td>
1161
+ <td>
1162
+ <pre class="code"><span class="info file"># File 'Server.rb', line 32</span>
1163
+
1164
+ <span class='kw'>def</span> <span class='id identifier rubyid_assetType'>assetType</span>
1165
+ <span class='ivar'>@assetType</span>
1166
+ <span class='kw'>end</span></pre>
1167
+ </td>
1168
+ </tr>
1169
+ </table>
1170
+ </div>
1171
+
1172
+
1173
+ <span id="build=-instance_method"></span>
1174
+ <div class="method_details ">
1175
+ <h3 class="signature " id="build-instance_method">
1176
+
1177
+ - (<tt>Object</tt>) <strong>build</strong>
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+ </h3><div class="docstring">
1184
+ <div class="discussion">
1185
+
1186
+ <p>Returns the value of attribute build</p>
1187
+
1188
+
1189
+ </div>
1190
+ </div>
1191
+ <div class="tags">
1192
+
1193
+
1194
+ </div><table class="source_code">
1195
+ <tr>
1196
+ <td>
1197
+ <pre class="lines">
1198
+
1199
+
1200
+ 24
1201
+ 25
1202
+ 26</pre>
1203
+ </td>
1204
+ <td>
1205
+ <pre class="code"><span class="info file"># File 'Server.rb', line 24</span>
1206
+
1207
+ <span class='kw'>def</span> <span class='id identifier rubyid_build'>build</span>
1208
+ <span class='ivar'>@build</span>
1209
+ <span class='kw'>end</span></pre>
1210
+ </td>
1211
+ </tr>
1212
+ </table>
1213
+ </div>
1214
+
1215
+
1216
+ <span id="buildLocation=-instance_method"></span>
1217
+ <div class="method_details ">
1218
+ <h3 class="signature " id="buildLocation-instance_method">
1219
+
1220
+ - (<tt>Object</tt>) <strong>buildLocation</strong>
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+ </h3><div class="docstring">
1227
+ <div class="discussion">
1228
+
1229
+ <p>Returns the value of attribute buildLocation</p>
1230
+
1231
+
1232
+ </div>
1233
+ </div>
1234
+ <div class="tags">
1235
+
1236
+
1237
+ </div><table class="source_code">
1238
+ <tr>
1239
+ <td>
1240
+ <pre class="lines">
1241
+
1242
+
1243
+ 27
1244
+ 28
1245
+ 29</pre>
1246
+ </td>
1247
+ <td>
1248
+ <pre class="code"><span class="info file"># File 'Server.rb', line 27</span>
1249
+
1250
+ <span class='kw'>def</span> <span class='id identifier rubyid_buildLocation'>buildLocation</span>
1251
+ <span class='ivar'>@buildLocation</span>
1252
+ <span class='kw'>end</span></pre>
1253
+ </td>
1254
+ </tr>
1255
+ </table>
1256
+ </div>
1257
+
1258
+
1259
+ <span id="CI=-instance_method"></span>
1260
+ <div class="method_details ">
1261
+ <h3 class="signature " id="CI-instance_method">
1262
+
1263
+ - (<tt>Object</tt>) <strong>CI</strong>
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+ </h3><div class="docstring">
1270
+ <div class="discussion">
1271
+
1272
+ <p>Returns the value of attribute CI</p>
1273
+
1274
+
1275
+ </div>
1276
+ </div>
1277
+ <div class="tags">
1278
+
1279
+
1280
+ </div><table class="source_code">
1281
+ <tr>
1282
+ <td>
1283
+ <pre class="lines">
1284
+
1285
+
1286
+ 19
1287
+ 20
1288
+ 21</pre>
1289
+ </td>
1290
+ <td>
1291
+ <pre class="code"><span class="info file"># File 'Server.rb', line 19</span>
1292
+
1293
+ <span class='kw'>def</span> <span class='const'>CI</span>
1294
+ <span class='ivar'>@CI</span>
1295
+ <span class='kw'>end</span></pre>
1296
+ </td>
1297
+ </tr>
1298
+ </table>
1299
+ </div>
1300
+
1301
+
1302
+ <span id="cmserver=-instance_method"></span>
1303
+ <div class="method_details ">
1304
+ <h3 class="signature " id="cmserver-instance_method">
1305
+
1306
+ - (<tt>Object</tt>) <strong>cmserver</strong>
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+ </h3><div class="docstring">
1313
+ <div class="discussion">
1314
+
1315
+ <p>Returns the value of attribute cmserver</p>
1316
+
1317
+
1318
+ </div>
1319
+ </div>
1320
+ <div class="tags">
1321
+
1322
+
1323
+ </div><table class="source_code">
1324
+ <tr>
1325
+ <td>
1326
+ <pre class="lines">
1327
+
1328
+
1329
+ 37
1330
+ 38
1331
+ 39</pre>
1332
+ </td>
1333
+ <td>
1334
+ <pre class="code"><span class="info file"># File 'Server.rb', line 37</span>
1335
+
1336
+ <span class='kw'>def</span> <span class='id identifier rubyid_cmserver'>cmserver</span>
1337
+ <span class='ivar'>@cmserver</span>
1338
+ <span class='kw'>end</span></pre>
1339
+ </td>
1340
+ </tr>
1341
+ </table>
1342
+ </div>
1343
+
1344
+
1345
+ <span id="deploymentStatus=-instance_method"></span>
1346
+ <div class="method_details ">
1347
+ <h3 class="signature " id="deploymentStatus-instance_method">
1348
+
1349
+ - (<tt>Object</tt>) <strong>deploymentStatus</strong>
1350
+
1351
+
1352
+
1353
+
1354
+
1355
+ </h3><div class="docstring">
1356
+ <div class="discussion">
1357
+
1358
+ <p>Returns the value of attribute deploymentStatus</p>
1359
+
1360
+
1361
+ </div>
1362
+ </div>
1363
+ <div class="tags">
1364
+
1365
+
1366
+ </div><table class="source_code">
1367
+ <tr>
1368
+ <td>
1369
+ <pre class="lines">
1370
+
1371
+
1372
+ 20
1373
+ 21
1374
+ 22</pre>
1375
+ </td>
1376
+ <td>
1377
+ <pre class="code"><span class="info file"># File 'Server.rb', line 20</span>
1378
+
1379
+ <span class='kw'>def</span> <span class='id identifier rubyid_deploymentStatus'>deploymentStatus</span>
1380
+ <span class='ivar'>@deploymentStatus</span>
1381
+ <span class='kw'>end</span></pre>
1382
+ </td>
1383
+ </tr>
1384
+ </table>
1385
+ </div>
1386
+
1387
+
1388
+ <span id="deployTempLoc=-instance_method"></span>
1389
+ <div class="method_details ">
1390
+ <h3 class="signature " id="deployTempLoc-instance_method">
1391
+
1392
+ - (<tt>Object</tt>) <strong>deployTempLoc</strong>
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+ </h3><div class="docstring">
1399
+ <div class="discussion">
1400
+
1401
+ <p>Returns the value of attribute deployTempLoc</p>
1402
+
1403
+
1404
+ </div>
1405
+ </div>
1406
+ <div class="tags">
1407
+
1408
+
1409
+ </div><table class="source_code">
1410
+ <tr>
1411
+ <td>
1412
+ <pre class="lines">
1413
+
1414
+
1415
+ 26
1416
+ 27
1417
+ 28</pre>
1418
+ </td>
1419
+ <td>
1420
+ <pre class="code"><span class="info file"># File 'Server.rb', line 26</span>
1421
+
1422
+ <span class='kw'>def</span> <span class='id identifier rubyid_deployTempLoc'>deployTempLoc</span>
1423
+ <span class='ivar'>@deployTempLoc</span>
1424
+ <span class='kw'>end</span></pre>
1425
+ </td>
1426
+ </tr>
1427
+ </table>
1428
+ </div>
1429
+
1430
+
1431
+ <span id="description=-instance_method"></span>
1432
+ <div class="method_details ">
1433
+ <h3 class="signature " id="description-instance_method">
1434
+
1435
+ - (<tt>Object</tt>) <strong>description</strong>
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+ </h3><div class="docstring">
1442
+ <div class="discussion">
1443
+
1444
+ <p>Returns the value of attribute description</p>
1445
+
1446
+
1447
+ </div>
1448
+ </div>
1449
+ <div class="tags">
1450
+
1451
+
1452
+ </div><table class="source_code">
1453
+ <tr>
1454
+ <td>
1455
+ <pre class="lines">
1456
+
1457
+
1458
+ 15
1459
+ 16
1460
+ 17</pre>
1461
+ </td>
1462
+ <td>
1463
+ <pre class="code"><span class="info file"># File 'Server.rb', line 15</span>
1464
+
1465
+ <span class='kw'>def</span> <span class='id identifier rubyid_description'>description</span>
1466
+ <span class='ivar'>@description</span>
1467
+ <span class='kw'>end</span></pre>
1468
+ </td>
1469
+ </tr>
1470
+ </table>
1471
+ </div>
1472
+
1473
+
1474
+ <span id="dns=-instance_method"></span>
1475
+ <div class="method_details ">
1476
+ <h3 class="signature " id="dns-instance_method">
1477
+
1478
+ - (<tt>Object</tt>) <strong>dns</strong>
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+ </h3><div class="docstring">
1485
+ <div class="discussion">
1486
+
1487
+ <p>Returns the value of attribute dns</p>
1488
+
1489
+
1490
+ </div>
1491
+ </div>
1492
+ <div class="tags">
1493
+
1494
+
1495
+ </div><table class="source_code">
1496
+ <tr>
1497
+ <td>
1498
+ <pre class="lines">
1499
+
1500
+
1501
+ 16
1502
+ 17
1503
+ 18</pre>
1504
+ </td>
1505
+ <td>
1506
+ <pre class="code"><span class="info file"># File 'Server.rb', line 16</span>
1507
+
1508
+ <span class='kw'>def</span> <span class='id identifier rubyid_dns'>dns</span>
1509
+ <span class='ivar'>@dns</span>
1510
+ <span class='kw'>end</span></pre>
1511
+ </td>
1512
+ </tr>
1513
+ </table>
1514
+ </div>
1515
+
1516
+
1517
+ <span id="domainName=-instance_method"></span>
1518
+ <div class="method_details ">
1519
+ <h3 class="signature " id="domainName-instance_method">
1520
+
1521
+ - (<tt>Object</tt>) <strong>domainName</strong>
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+ </h3><div class="docstring">
1528
+ <div class="discussion">
1529
+
1530
+ <p>Returns the value of attribute domainName</p>
1531
+
1532
+
1533
+ </div>
1534
+ </div>
1535
+ <div class="tags">
1536
+
1537
+
1538
+ </div><table class="source_code">
1539
+ <tr>
1540
+ <td>
1541
+ <pre class="lines">
1542
+
1543
+
1544
+ 17
1545
+ 18
1546
+ 19</pre>
1547
+ </td>
1548
+ <td>
1549
+ <pre class="code"><span class="info file"># File 'Server.rb', line 17</span>
1550
+
1551
+ <span class='kw'>def</span> <span class='id identifier rubyid_domainName'>domainName</span>
1552
+ <span class='ivar'>@domainName</span>
1553
+ <span class='kw'>end</span></pre>
1554
+ </td>
1555
+ </tr>
1556
+ </table>
1557
+ </div>
1558
+
1559
+
1560
+ <span id="emailID=-instance_method"></span>
1561
+ <div class="method_details ">
1562
+ <h3 class="signature " id="emailID-instance_method">
1563
+
1564
+ - (<tt>Object</tt>) <strong>emailID</strong>
1565
+
1566
+
1567
+
1568
+
1569
+
1570
+ </h3><div class="docstring">
1571
+ <div class="discussion">
1572
+
1573
+ <p>Returns the value of attribute emailID</p>
1574
+
1575
+
1576
+ </div>
1577
+ </div>
1578
+ <div class="tags">
1579
+
1580
+
1581
+ </div><table class="source_code">
1582
+ <tr>
1583
+ <td>
1584
+ <pre class="lines">
1585
+
1586
+
1587
+ 18
1588
+ 19
1589
+ 20</pre>
1590
+ </td>
1591
+ <td>
1592
+ <pre class="code"><span class="info file"># File 'Server.rb', line 18</span>
1593
+
1594
+ <span class='kw'>def</span> <span class='id identifier rubyid_emailID'>emailID</span>
1595
+ <span class='ivar'>@emailID</span>
1596
+ <span class='kw'>end</span></pre>
1597
+ </td>
1598
+ </tr>
1599
+ </table>
1600
+ </div>
1601
+
1602
+
1603
+ <span id="imageID=-instance_method"></span>
1604
+ <div class="method_details ">
1605
+ <h3 class="signature " id="imageID-instance_method">
1606
+
1607
+ - (<tt>Object</tt>) <strong>imageID</strong>
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+ </h3><div class="docstring">
1614
+ <div class="discussion">
1615
+
1616
+ <p>Returns the value of attribute imageID</p>
1617
+
1618
+
1619
+ </div>
1620
+ </div>
1621
+ <div class="tags">
1622
+
1623
+
1624
+ </div><table class="source_code">
1625
+ <tr>
1626
+ <td>
1627
+ <pre class="lines">
1628
+
1629
+
1630
+ 22
1631
+ 23
1632
+ 24</pre>
1633
+ </td>
1634
+ <td>
1635
+ <pre class="code"><span class="info file"># File 'Server.rb', line 22</span>
1636
+
1637
+ <span class='kw'>def</span> <span class='id identifier rubyid_imageID'>imageID</span>
1638
+ <span class='ivar'>@imageID</span>
1639
+ <span class='kw'>end</span></pre>
1640
+ </td>
1641
+ </tr>
1642
+ </table>
1643
+ </div>
1644
+
1645
+
1646
+ <span id="instanceId=-instance_method"></span>
1647
+ <div class="method_details ">
1648
+ <h3 class="signature " id="instanceId-instance_method">
1649
+
1650
+ - (<tt>Object</tt>) <strong>instanceId</strong>
1651
+
1652
+
1653
+
1654
+
1655
+
1656
+ </h3><div class="docstring">
1657
+ <div class="discussion">
1658
+
1659
+ <p>Returns the value of attribute instanceId</p>
1660
+
1661
+
1662
+ </div>
1663
+ </div>
1664
+ <div class="tags">
1665
+
1666
+
1667
+ </div><table class="source_code">
1668
+ <tr>
1669
+ <td>
1670
+ <pre class="lines">
1671
+
1672
+
1673
+ 21
1674
+ 22
1675
+ 23</pre>
1676
+ </td>
1677
+ <td>
1678
+ <pre class="code"><span class="info file"># File 'Server.rb', line 21</span>
1679
+
1680
+ <span class='kw'>def</span> <span class='id identifier rubyid_instanceId'>instanceId</span>
1681
+ <span class='ivar'>@instanceId</span>
1682
+ <span class='kw'>end</span></pre>
1683
+ </td>
1684
+ </tr>
1685
+ </table>
1686
+ </div>
1687
+
1688
+
1689
+ <span id="instanceSize=-instance_method"></span>
1690
+ <div class="method_details ">
1691
+ <h3 class="signature " id="instanceSize-instance_method">
1692
+
1693
+ - (<tt>Object</tt>) <strong>instanceSize</strong>
1694
+
1695
+
1696
+
1697
+
1698
+
1699
+ </h3><div class="docstring">
1700
+ <div class="discussion">
1701
+
1702
+ <p>Returns the value of attribute instanceSize</p>
1703
+
1704
+
1705
+ </div>
1706
+ </div>
1707
+ <div class="tags">
1708
+
1709
+
1710
+ </div><table class="source_code">
1711
+ <tr>
1712
+ <td>
1713
+ <pre class="lines">
1714
+
1715
+
1716
+ 39
1717
+ 40
1718
+ 41</pre>
1719
+ </td>
1720
+ <td>
1721
+ <pre class="code"><span class="info file"># File 'Server.rb', line 39</span>
1722
+
1723
+ <span class='kw'>def</span> <span class='id identifier rubyid_instanceSize'>instanceSize</span>
1724
+ <span class='ivar'>@instanceSize</span>
1725
+ <span class='kw'>end</span></pre>
1726
+ </td>
1727
+ </tr>
1728
+ </table>
1729
+ </div>
1730
+
1731
+
1732
+ <span id="launcheduser=-instance_method"></span>
1733
+ <div class="method_details ">
1734
+ <h3 class="signature " id="launcheduser-instance_method">
1735
+
1736
+ - (<tt>Object</tt>) <strong>launcheduser</strong>
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+ </h3><div class="docstring">
1743
+ <div class="discussion">
1744
+
1745
+ <p>Returns the value of attribute launcheduser</p>
1746
+
1747
+
1748
+ </div>
1749
+ </div>
1750
+ <div class="tags">
1751
+
1752
+
1753
+ </div><table class="source_code">
1754
+ <tr>
1755
+ <td>
1756
+ <pre class="lines">
1757
+
1758
+
1759
+ 23
1760
+ 24
1761
+ 25</pre>
1762
+ </td>
1763
+ <td>
1764
+ <pre class="code"><span class="info file"># File 'Server.rb', line 23</span>
1765
+
1766
+ <span class='kw'>def</span> <span class='id identifier rubyid_launcheduser'>launcheduser</span>
1767
+ <span class='ivar'>@launcheduser</span>
1768
+ <span class='kw'>end</span></pre>
1769
+ </td>
1770
+ </tr>
1771
+ </table>
1772
+ </div>
1773
+
1774
+
1775
+ <span id="loginUser=-instance_method"></span>
1776
+ <div class="method_details ">
1777
+ <h3 class="signature " id="loginUser-instance_method">
1778
+
1779
+ - (<tt>Object</tt>) <strong>loginUser</strong>
1780
+
1781
+
1782
+
1783
+
1784
+
1785
+ </h3><div class="docstring">
1786
+ <div class="discussion">
1787
+
1788
+ <p>Returns the value of attribute loginUser</p>
1789
+
1790
+
1791
+ </div>
1792
+ </div>
1793
+ <div class="tags">
1794
+
1795
+
1796
+ </div><table class="source_code">
1797
+ <tr>
1798
+ <td>
1799
+ <pre class="lines">
1800
+
1801
+
1802
+ 30
1803
+ 31
1804
+ 32</pre>
1805
+ </td>
1806
+ <td>
1807
+ <pre class="code"><span class="info file"># File 'Server.rb', line 30</span>
1808
+
1809
+ <span class='kw'>def</span> <span class='id identifier rubyid_loginUser'>loginUser</span>
1810
+ <span class='ivar'>@loginUser</span>
1811
+ <span class='kw'>end</span></pre>
1812
+ </td>
1813
+ </tr>
1814
+ </table>
1815
+ </div>
1816
+
1817
+
1818
+ <span id="password=-instance_method"></span>
1819
+ <div class="method_details ">
1820
+ <h3 class="signature " id="password-instance_method">
1821
+
1822
+ - (<tt>Object</tt>) <strong>password</strong>
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+ </h3><div class="docstring">
1829
+ <div class="discussion">
1830
+
1831
+ <p>Returns the value of attribute password</p>
1832
+
1833
+
1834
+ </div>
1835
+ </div>
1836
+ <div class="tags">
1837
+
1838
+
1839
+ </div><table class="source_code">
1840
+ <tr>
1841
+ <td>
1842
+ <pre class="lines">
1843
+
1844
+
1845
+ 41
1846
+ 42
1847
+ 43</pre>
1848
+ </td>
1849
+ <td>
1850
+ <pre class="code"><span class="info file"># File 'Server.rb', line 41</span>
1851
+
1852
+ <span class='kw'>def</span> <span class='id identifier rubyid_password'>password</span>
1853
+ <span class='ivar'>@password</span>
1854
+ <span class='kw'>end</span></pre>
1855
+ </td>
1856
+ </tr>
1857
+ </table>
1858
+ </div>
1859
+
1860
+
1861
+ <span id="privateKeyLoc=-instance_method"></span>
1862
+ <div class="method_details ">
1863
+ <h3 class="signature " id="privateKeyLoc-instance_method">
1864
+
1865
+ - (<tt>Object</tt>) <strong>privateKeyLoc</strong>
1866
+
1867
+
1868
+
1869
+
1870
+
1871
+ </h3><div class="docstring">
1872
+ <div class="discussion">
1873
+
1874
+ <p>Returns the value of attribute privateKeyLoc</p>
1875
+
1876
+
1877
+ </div>
1878
+ </div>
1879
+ <div class="tags">
1880
+
1881
+
1882
+ </div><table class="source_code">
1883
+ <tr>
1884
+ <td>
1885
+ <pre class="lines">
1886
+
1887
+
1888
+ 28
1889
+ 29
1890
+ 30</pre>
1891
+ </td>
1892
+ <td>
1893
+ <pre class="code"><span class="info file"># File 'Server.rb', line 28</span>
1894
+
1895
+ <span class='kw'>def</span> <span class='id identifier rubyid_privateKeyLoc'>privateKeyLoc</span>
1896
+ <span class='ivar'>@privateKeyLoc</span>
1897
+ <span class='kw'>end</span></pre>
1898
+ </td>
1899
+ </tr>
1900
+ </table>
1901
+ </div>
1902
+
1903
+
1904
+ <span id="provider=-instance_method"></span>
1905
+ <div class="method_details ">
1906
+ <h3 class="signature " id="provider-instance_method">
1907
+
1908
+ - (<tt>Object</tt>) <strong>provider</strong>
1909
+
1910
+
1911
+
1912
+
1913
+
1914
+ </h3><div class="docstring">
1915
+ <div class="discussion">
1916
+
1917
+ <p>Returns the value of attribute provider</p>
1918
+
1919
+
1920
+ </div>
1921
+ </div>
1922
+ <div class="tags">
1923
+
1924
+
1925
+ </div><table class="source_code">
1926
+ <tr>
1927
+ <td>
1928
+ <pre class="lines">
1929
+
1930
+
1931
+ 35
1932
+ 36
1933
+ 37</pre>
1934
+ </td>
1935
+ <td>
1936
+ <pre class="code"><span class="info file"># File 'Server.rb', line 35</span>
1937
+
1938
+ <span class='kw'>def</span> <span class='id identifier rubyid_provider'>provider</span>
1939
+ <span class='ivar'>@provider</span>
1940
+ <span class='kw'>end</span></pre>
1941
+ </td>
1942
+ </tr>
1943
+ </table>
1944
+ </div>
1945
+
1946
+
1947
+ <span id="publicKeyLoc=-instance_method"></span>
1948
+ <div class="method_details ">
1949
+ <h3 class="signature " id="publicKeyLoc-instance_method">
1950
+
1951
+ - (<tt>Object</tt>) <strong>publicKeyLoc</strong>
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+ </h3><div class="docstring">
1958
+ <div class="discussion">
1959
+
1960
+ <p>Returns the value of attribute publicKeyLoc</p>
1961
+
1962
+
1963
+ </div>
1964
+ </div>
1965
+ <div class="tags">
1966
+
1967
+
1968
+ </div><table class="source_code">
1969
+ <tr>
1970
+ <td>
1971
+ <pre class="lines">
1972
+
1973
+
1974
+ 29
1975
+ 30
1976
+ 31</pre>
1977
+ </td>
1978
+ <td>
1979
+ <pre class="code"><span class="info file"># File 'Server.rb', line 29</span>
1980
+
1981
+ <span class='kw'>def</span> <span class='id identifier rubyid_publicKeyLoc'>publicKeyLoc</span>
1982
+ <span class='ivar'>@publicKeyLoc</span>
1983
+ <span class='kw'>end</span></pre>
1984
+ </td>
1985
+ </tr>
1986
+ </table>
1987
+ </div>
1988
+
1989
+
1990
+ <span id="region=-instance_method"></span>
1991
+ <div class="method_details ">
1992
+ <h3 class="signature " id="region-instance_method">
1993
+
1994
+ - (<tt>Object</tt>) <strong>region</strong>
1995
+
1996
+
1997
+
1998
+
1999
+
2000
+ </h3><div class="docstring">
2001
+ <div class="discussion">
2002
+
2003
+ <p>Returns the value of attribute region</p>
2004
+
2005
+
2006
+ </div>
2007
+ </div>
2008
+ <div class="tags">
2009
+
2010
+
2011
+ </div><table class="source_code">
2012
+ <tr>
2013
+ <td>
2014
+ <pre class="lines">
2015
+
2016
+
2017
+ 36
2018
+ 37
2019
+ 38</pre>
2020
+ </td>
2021
+ <td>
2022
+ <pre class="code"><span class="info file"># File 'Server.rb', line 36</span>
2023
+
2024
+ <span class='kw'>def</span> <span class='id identifier rubyid_region'>region</span>
2025
+ <span class='ivar'>@region</span>
2026
+ <span class='kw'>end</span></pre>
2027
+ </td>
2028
+ </tr>
2029
+ </table>
2030
+ </div>
2031
+
2032
+
2033
+ <span id="serverName=-instance_method"></span>
2034
+ <div class="method_details ">
2035
+ <h3 class="signature " id="serverName-instance_method">
2036
+
2037
+ - (<tt>Object</tt>) <strong>serverName</strong>
2038
+
2039
+
2040
+
2041
+
2042
+
2043
+ </h3><div class="docstring">
2044
+ <div class="discussion">
2045
+
2046
+ <p>Returns the value of attribute serverName</p>
2047
+
2048
+
2049
+ </div>
2050
+ </div>
2051
+ <div class="tags">
2052
+
2053
+
2054
+ </div><table class="source_code">
2055
+ <tr>
2056
+ <td>
2057
+ <pre class="lines">
2058
+
2059
+
2060
+ 40
2061
+ 41
2062
+ 42</pre>
2063
+ </td>
2064
+ <td>
2065
+ <pre class="code"><span class="info file"># File 'Server.rb', line 40</span>
2066
+
2067
+ <span class='kw'>def</span> <span class='id identifier rubyid_serverName'>serverName</span>
2068
+ <span class='ivar'>@serverName</span>
2069
+ <span class='kw'>end</span></pre>
2070
+ </td>
2071
+ </tr>
2072
+ </table>
2073
+ </div>
2074
+
2075
+
2076
+ <span id="serverType=-instance_method"></span>
2077
+ <div class="method_details ">
2078
+ <h3 class="signature " id="serverType-instance_method">
2079
+
2080
+ - (<tt>Object</tt>) <strong>serverType</strong>
2081
+
2082
+
2083
+
2084
+
2085
+
2086
+ </h3><div class="docstring">
2087
+ <div class="discussion">
2088
+
2089
+ <p>Returns the value of attribute serverType</p>
2090
+
2091
+
2092
+ </div>
2093
+ </div>
2094
+ <div class="tags">
2095
+
2096
+
2097
+ </div><table class="source_code">
2098
+ <tr>
2099
+ <td>
2100
+ <pre class="lines">
2101
+
2102
+
2103
+ 31
2104
+ 32
2105
+ 33</pre>
2106
+ </td>
2107
+ <td>
2108
+ <pre class="code"><span class="info file"># File 'Server.rb', line 31</span>
2109
+
2110
+ <span class='kw'>def</span> <span class='id identifier rubyid_serverType'>serverType</span>
2111
+ <span class='ivar'>@serverType</span>
2112
+ <span class='kw'>end</span></pre>
2113
+ </td>
2114
+ </tr>
2115
+ </table>
2116
+ </div>
2117
+
2118
+
2119
+ <span id="sshport=-instance_method"></span>
2120
+ <div class="method_details ">
2121
+ <h3 class="signature " id="sshport-instance_method">
2122
+
2123
+ - (<tt>Object</tt>) <strong>sshport</strong>
2124
+
2125
+
2126
+
2127
+
2128
+
2129
+ </h3><div class="docstring">
2130
+ <div class="discussion">
2131
+
2132
+ <p>Returns the value of attribute sshport</p>
2133
+
2134
+
2135
+ </div>
2136
+ </div>
2137
+ <div class="tags">
2138
+
2139
+
2140
+ </div><table class="source_code">
2141
+ <tr>
2142
+ <td>
2143
+ <pre class="lines">
2144
+
2145
+
2146
+ 42
2147
+ 43
2148
+ 44</pre>
2149
+ </td>
2150
+ <td>
2151
+ <pre class="code"><span class="info file"># File 'Server.rb', line 42</span>
2152
+
2153
+ <span class='kw'>def</span> <span class='id identifier rubyid_sshport'>sshport</span>
2154
+ <span class='ivar'>@sshport</span>
2155
+ <span class='kw'>end</span></pre>
2156
+ </td>
2157
+ </tr>
2158
+ </table>
2159
+ </div>
2160
+
2161
+
2162
+ <span id="startTime=-instance_method"></span>
2163
+ <div class="method_details ">
2164
+ <h3 class="signature " id="startTime-instance_method">
2165
+
2166
+ - (<tt>Object</tt>) <strong>startTime</strong>
2167
+
2168
+
2169
+
2170
+
2171
+
2172
+ </h3><div class="docstring">
2173
+ <div class="discussion">
2174
+
2175
+ <p>Returns the value of attribute startTime</p>
2176
+
2177
+
2178
+ </div>
2179
+ </div>
2180
+ <div class="tags">
2181
+
2182
+
2183
+ </div><table class="source_code">
2184
+ <tr>
2185
+ <td>
2186
+ <pre class="lines">
2187
+
2188
+
2189
+ 34
2190
+ 35
2191
+ 36</pre>
2192
+ </td>
2193
+ <td>
2194
+ <pre class="code"><span class="info file"># File 'Server.rb', line 34</span>
2195
+
2196
+ <span class='kw'>def</span> <span class='id identifier rubyid_startTime'>startTime</span>
2197
+ <span class='ivar'>@startTime</span>
2198
+ <span class='kw'>end</span></pre>
2199
+ </td>
2200
+ </tr>
2201
+ </table>
2202
+ </div>
2203
+
2204
+
2205
+ <span id="status=-instance_method"></span>
2206
+ <div class="method_details ">
2207
+ <h3 class="signature " id="status-instance_method">
2208
+
2209
+ - (<tt>Object</tt>) <strong>status</strong>
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+ </h3><div class="docstring">
2216
+ <div class="discussion">
2217
+
2218
+ <p>Returns the value of attribute status</p>
2219
+
2220
+
2221
+ </div>
2222
+ </div>
2223
+ <div class="tags">
2224
+
2225
+
2226
+ </div><table class="source_code">
2227
+ <tr>
2228
+ <td>
2229
+ <pre class="lines">
2230
+
2231
+
2232
+ 33
2233
+ 34
2234
+ 35</pre>
2235
+ </td>
2236
+ <td>
2237
+ <pre class="code"><span class="info file"># File 'Server.rb', line 33</span>
2238
+
2239
+ <span class='kw'>def</span> <span class='id identifier rubyid_status'>status</span>
2240
+ <span class='ivar'>@status</span>
2241
+ <span class='kw'>end</span></pre>
2242
+ </td>
2243
+ </tr>
2244
+ </table>
2245
+ </div>
2246
+
2247
+
2248
+ <span id="tier=-instance_method"></span>
2249
+ <div class="method_details ">
2250
+ <h3 class="signature " id="tier-instance_method">
2251
+
2252
+ - (<tt>Object</tt>) <strong>tier</strong>
2253
+
2254
+
2255
+
2256
+
2257
+
2258
+ </h3><div class="docstring">
2259
+ <div class="discussion">
2260
+
2261
+ <p>Returns the value of attribute tier</p>
2262
+
2263
+
2264
+ </div>
2265
+ </div>
2266
+ <div class="tags">
2267
+
2268
+
2269
+ </div><table class="source_code">
2270
+ <tr>
2271
+ <td>
2272
+ <pre class="lines">
2273
+
2274
+
2275
+ 43
2276
+ 44
2277
+ 45</pre>
2278
+ </td>
2279
+ <td>
2280
+ <pre class="code"><span class="info file"># File 'Server.rb', line 43</span>
2281
+
2282
+ <span class='kw'>def</span> <span class='id identifier rubyid_tier'>tier</span>
2283
+ <span class='ivar'>@tier</span>
2284
+ <span class='kw'>end</span></pre>
2285
+ </td>
2286
+ </tr>
2287
+ </table>
2288
+ </div>
2289
+
2290
+ </div>
2291
+
2292
+
2293
+ </div>
2294
+
2295
+ <div id="footer">
2296
+ Generated on Mon Jan 11 14:09:53 2016 by
2297
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2298
+ 0.8.7.6 (ruby-2.0.0).
2299
+ </div>
2300
+
2301
+ </body>
2302
+ </html>