You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: classes/softlayer_virtual_guest/index.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,11 @@ <h3>rest</h3>
240
240
<h3>ruby</h3>
241
241
<ul>
242
242
243
+
<li>
244
+
<ahref="https://softlayer.github.io/ruby/vsisecgroups/">Create a new virtual server and attach Security Groups</a>
245
+
<divclass="meta">Creates a new virtual server (VSI) aand attach the public and private interfaces to respective Security Groups.</div>
246
+
</li>
247
+
243
248
<li>
244
249
<ahref="https://softlayer.github.io/ruby/migratededicatedinstance/">Migrate a VSI between dedicated hosts</a>
245
250
<divclass="meta">Migrate a Dedicated Host instance to another Dedicated Host. You can migrate your dedicated host instances from one host to another within the same POD.</div>
'hourly' =&gt; false # Charge me for hourly use, rather than monthly.
102
+
}
103
+
104
+
order = client['Virtual_Guest'].createObject(productOrder)
105
+
106
+
pp order
107
+
60
108
</code></pre>
61
109
</description>
62
110
</item>
@@ -826,35 +874,6 @@ try {
826
874
</code></pre>
827
875
828
876
<p>To detach the disk simply change <code>$client-&gt;attachDiskImage($storage_id)</code> to <code>$client-&gt;detachDiskImage($storage_id)</code>.</p>
829
-
</description>
830
-
</item>
831
-
832
-
<item>
833
-
<title>Attach and Detach a Block Device to a Virtual_Guest</title>
<description><p>Attaching a currently detached portable block device to a given guest. The disk image will need to be migrated to the host the guest is on, so make sure to check if that host has enough disk space (with checkHostDiskAvailability) before attaching. This is only required for guests with local storage guests. SAN based guests don&rsquo;t need that step.</p>
839
-
840
-
<p>Running this on a disk that is already attached will move the disk to the new guest.</p>
<p>To detach the disk simply change <code>attachDiskImage(disk_id)</code> to <code>detachDiskImage(disk_id)</code>.</p>
Copy file name to clipboardExpand all lines: index.html
+38-39Lines changed: 38 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,44 @@
99
99
<h1>Release Notes</h1>
100
100
<divclass="col-md-9">
101
101
102
+
<divclass="well well-sm release-note example col-md-12">
103
+
<h3>
104
+
<ahref="https://softlayer.github.io/release_notes/2017/20171025/"> October 25, 2017</a>
105
+
<br>
106
+
</h3>
107
+
<divclass="container">
108
+
<divclass="row">
109
+
<divclass="col-md-8">
110
+
111
+
112
+
<h4id="portal">Portal</h4>
113
+
114
+
<ul>
115
+
<li>Added 2 links to the order approval email when ordering MDMS. The links will guide the customers to the User Guide and device Checklist.<br/></li>
116
+
<li>Removed the warning on the order forms that 2nd disk is required for Balanced local flavor VSIs.</li>
117
+
</ul>
118
+
119
+
<h4id="api">API</h4>
120
+
121
+
<ul>
122
+
<li>When a user is created with double quotes in email address from API, Error message pointed to a problem with username. This has been fixed to show the correct error message.</li>
123
+
</ul>
124
+
125
+
<h4id="backend">Backend</h4>
126
+
127
+
<ul>
128
+
<li>Added Saudi Arabia, United Arab Emirates to the list of countries that accept VAT ID.</li>
129
+
</ul>
130
+
131
+
</div>
132
+
</div>
133
+
</div>
134
+
</div>
135
+
136
+
137
+
138
+
139
+
102
140
<divclass="well well-sm release-note example col-md-12">
103
141
<h3>
104
142
<ahref="https://softlayer.github.io/release_notes/2017/20171012/"> October 12, 2017</a>
<divclass="well well-sm release-note example col-md-12">
450
-
<h3>
451
-
<ahref="https://softlayer.github.io/release_notes/2017/20170803/"> August 3, 2017</a>
452
-
<br>
453
-
</h3>
454
-
<divclass="container">
455
-
<divclass="row">
456
-
<divclass="col-md-8">
457
-
458
-
459
-
<h4id="portal">Portal</h4>
460
-
461
-
<ul>
462
-
<li>Added the new <ahref="https://www.ibm.com/blogs/bluemix/2017/08/maximize-control-ibm-bluemix-virtual-servers/">Dedicated Host</a> offering to the catalog. A dedicated host is a physical server with workload capacity entirely dedicated to a single client’s use.</li>
463
-
<li>Corrected an issue where customers were unable to attach more than one dedicated host to a ticket.</li>
464
-
</ul>
465
-
466
-
<h4id="api">API</h4>
467
-
468
-
<ul>
469
-
<li>Exposed the <ahref="http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_DedicatedHost">SoftLayer_Virtual_DedicatedHost</a> Service. This allows you to interact with the new Dedicated Host offering.</li>
470
-
<li>Added the <ahref="http://sldn.softlayer.com/reference/services/SoftLayer_User_Customer/addBulkDedicatedHostAccess">addBulkDedicatedHostAccess</a> method to the <ahref="http://sldn.softlayer.com/reference/services/SoftLayer_User_Customer">SoftLayer_User_Customer</a> service.</li>
0 commit comments