Skip to content

Commit 16cffd3

Browse files
Merge pull request #368 from softlayer/1748977682
20250603 Release
2 parents 24411eb + 6b3dc97 commit 16cffd3

File tree

164 files changed

+2308
-1876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+2308
-1876
lines changed

classes/SoftLayer_Account/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,12 +1428,12 @@ <h3>reference</h3>
14281428

14291429
<li>
14301430
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/cancelPayPalTransaction/">cancelPayPalTransaction</a>
1431-
<div class="meta">Cancel the PayPal Payment Request process. During the process of submitting a PayPal payment request, the customer is redirected to PayPal to confirm the request. If the customer elects to cancel the payment from PayPal, they are returned to SoftLayer where the manual payment record is updated to a status of canceled. </div>
1431+
<div class="meta">(DEPRECATED) Cancel the PayPal Payment Request process.</div>
14321432
</li>
14331433

14341434
<li>
14351435
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Account/completePayPalTransaction/">completePayPalTransaction</a>
1436-
<div class="meta">Complete the PayPal Payment Request process and receive confirmation message. During the process of submitting a PayPal payment request, the customer is redirected to PayPal to confirm the request. Once confirmed, PayPal returns the customer to SoftLayer where an attempt is made to finalize the transaction. A status message regarding the attempt is returned to the calling function. </div>
1436+
<div class="meta">(DEPRECATED) Complete the PayPal Payment Request process and receive confirmation message.</div>
14371437
</li>
14381438

14391439
<li>

classes/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ <h3>reference</h3>
208208

209209
<li>
210210
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service/getGraphImage/">getGraphImage</a>
211-
<div class="meta">Get the graph image for a load balancer service based on the supplied graph type and metric. The available graph types are: &#39;connections&#39; and &#39;status&#39;, and the available metrics are: &#39;day&#39;, &#39;week&#39; and &#39;month&#39;.
212-
This method returns the raw binary image data. </div>
211+
<div class="meta">Deprecated </div>
213212
</li>
214213

215214
<li>

classes/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ <h3>reference</h3>
188188

189189
<li>
190190
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_Service_Group/getGraphImage/">getGraphImage</a>
191-
<div class="meta">Get the graph image for a load balancer service group based on the supplied graph type and metric. The only available graph type currently is: &#39;connections&#39;, and the available metrics are: &#39;day&#39;, &#39;week&#39; and &#39;month&#39;.
192-
This method returns the raw binary image data. </div>
191+
<div class="meta">Deprecated </div>
193192
</li>
194193

195194
<li>

classes/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ <h3>reference</h3>
268268

269269
<li>
270270
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/editObject/">editObject</a>
271-
<div class="meta">Like any other API object, the load balancers can have their exposed properties edited by passing in a modified version of the object. The load balancer object also can modify its services in this way. Simply request the load balancer object you wish to edit, then modify the objects in the services array and pass the modified object to this function. WARNING: Services cannot be deleted in this manner, you must call deleteObject() on the service to physically remove them from the load balancer. </div>
271+
<div class="meta">Deprecated </div>
272272
</li>
273273

274274
<li>
@@ -288,12 +288,12 @@ <h3>reference</h3>
288288

289289
<li>
290290
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/getAvailableSecureTransportCiphers/">getAvailableSecureTransportCiphers</a>
291-
<div class="meta">Yields a list of the SSL/TLS encryption ciphers that are currently supported on this virtual IP address instance. </div>
291+
<div class="meta">Deprecated </div>
292292
</li>
293293

294294
<li>
295295
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/getAvailableSecureTransportProtocols/">getAvailableSecureTransportProtocols</a>
296-
<div class="meta">Yields a list of the secure communication protocols that are currently supported on this virtual IP address instance. The list of supported ciphers for each protocol is culled to match availability. </div>
296+
<div class="meta">Deprecated </div>
297297
</li>
298298

299299
<li>
@@ -368,17 +368,17 @@ <h3>reference</h3>
368368

369369
<li>
370370
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/startSsl/">startSsl</a>
371-
<div class="meta">Start SSL acceleration on all SSL virtual services (those with a type of HTTPS). This action should be taken only after configuring an SSL certificate for the virtual IP. </div>
371+
<div class="meta">Deprecated </div>
372372
</li>
373373

374374
<li>
375375
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/stopSsl/">stopSsl</a>
376-
<div class="meta">Stop SSL acceleration on all SSL virtual services (those with a type of HTTPS). </div>
376+
<div class="meta">Deprecated </div>
377377
</li>
378378

379379
<li>
380380
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress/upgradeConnectionLimit/">upgradeConnectionLimit</a>
381-
<div class="meta">Upgrades the connection limit on the Virtual IP to Address to the next, higher connection limit of the same product. </div>
381+
<div class="meta">Deprecated </div>
382382
</li>
383383

384384
</ul>

classes/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ <h3>reference</h3>
228228

229229
<li>
230230
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer/startSsl/">startSsl</a>
231-
<div class="meta">Start SSL acceleration on all SSL virtual services (those with a type of HTTPS). This action should be taken only after configuring an SSL certificate for the virtual IP. </div>
231+
<div class="meta">Deprecated </div>
232232
</li>
233233

234234
<li>
235235
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualServer/stopSsl/">stopSsl</a>
236-
<div class="meta">Stop SSL acceleration on all SSL virtual services (those with a type of HTTPS). </div>
236+
<div class="meta">Deprecated </div>
237237
</li>
238238

239239
</ul>

classes/SoftLayer_Network_Bandwidth_Version1_Allotment/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h3>reference</h3>
203203

204204
<li>
205205
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Bandwidth_Version1_Allotment/editObject/">editObject</a>
206-
<div class="meta">Edit a bandwidth allotment&#39;s local properties. Currently you may only change an allotment&#39;s name. Use the [SoftLayer_Network_Bandwidth_Version1_Allotment::reassignServers](/reference/datatypes/$1/#$2) and [SoftLayer_Network_Bandwidth_Version1_Allotment::unassignServers](/reference/datatypes/$1/#$2) methods to move servers in and out of your allotments. </div>
206+
<div class="meta">Edit a bandwidth allotment&#39;s local properties. Currently you may only change an allotment&#39;s name. Use the [SoftLayer_Network_Bandwidth_Version1_Allotment::setVdrContent](/reference/datatypes/$1/#$2) and [SoftLayer_Network_Bandwidth_Version1_Allotment::requestVdrContentUpdates](/reference/datatypes/$1/#$2) methods to move servers in and out of your allotments. </div>
207207
</li>
208208

209209
<li>
@@ -353,7 +353,7 @@ <h3>reference</h3>
353353

354354
<li>
355355
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Bandwidth_Version1_Allotment/reassignServers/">reassignServers</a>
356-
<div class="meta">This method will reassign a collection of SoftLayer hardware to a bandwidth allotment Bandwidth Pool. </div>
356+
<div class="meta">[DEPRECATED] This method will reassign a collection of SoftLayer hardware to a bandwidth allotment Bandwidth Pool. </div>
357357
</li>
358358

359359
<li>
@@ -386,7 +386,7 @@ <h3>reference</h3>
386386

387387
<li>
388388
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_Bandwidth_Version1_Allotment/unassignServers/">unassignServers</a>
389-
<div class="meta">This method will reassign a collection of SoftLayer hardware to the virtual private rack </div>
389+
<div class="meta">[DEPRECATED] This method will reassign a collection of SoftLayer hardware to the virtual private rack </div>
390390
</li>
391391

392392
<li>

classes/SoftLayer_Network_LoadBalancer_Service/index.html

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -173,29 +173,22 @@ <h3>reference</h3>
173173

174174
<li>
175175
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_LoadBalancer_Service/deleteObject/">deleteObject</a>
176-
<div class="meta">Calling deleteObject on a particular server will remove it from the load balancer. This is the only way to remove a service from your load balancer. If you wish to remove a server, first call this function, then reload the virtualIpAddress object and edit the remaining services to reflect the other changes that you wish to make. </div>
176+
<div class="meta">Deprecated </div>
177177
</li>
178178

179179
<li>
180180
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_LoadBalancer_Service/getGraphImage/">getGraphImage</a>
181-
<div class="meta">Get the graph image for a load balancer service based on the supplied graph type and metric. The available graph types are: &#39;connections&#39; and &#39;status&#39;, and the available metrics are: &#39;day&#39;, &#39;week&#39; and &#39;month&#39;.
182-
This method returns the raw binary image data. </div>
181+
<div class="meta">Deprecated </div>
183182
</li>
184183

185184
<li>
186185
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_LoadBalancer_Service/getObject/">getObject</a>
187-
<div class="meta">getObject retrieves the SoftLayer_Network_LoadBalancer_Service object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Network_LoadBalancer_Service service. You can only retrieve services on load balancers assigned to your account, and it is recommended that you simply retrieve the entire load balancer, as an individual service has no explicit purpose without its &#39;siblings&#39;. </div>
186+
<div class="meta">Deprecated </div>
188187
</li>
189188

190189
<li>
191190
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_LoadBalancer_Service/getStatus/">getStatus</a>
192-
<div class="meta">Returns an array of SoftLayer_Container_Network_LoadBalancer_StatusEntry objects. A SoftLayer_Container_Network_LoadBalancer_StatusEntry object has two variables, &#39;Label&#39; and &#39;Value&#39;
193-
Calling this function executes a command on the physical load balancer itself, and therefore should be called infrequently. For a general idea of the load balancer service, use the &#39;peakConnections&#39; variable on the Type
194-
Possible values for &#39;Label&#39; are:
195-
196-
* IP Address * Port * Server Status * Load Status * Current Connections * Total Hits
197-
198-
Not all labels are guaranteed to be returned. </div>
191+
<div class="meta">Deprecated </div>
199192
</li>
200193

201194
<li>
@@ -205,25 +198,17 @@ <h3>reference</h3>
205198

206199
<li>
207200
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_LoadBalancer_Service/resetPeakConnections/">resetPeakConnections</a>
208-
<div class="meta">Calling resetPeakConnections will set the peakConnections variable to zero on this particular object. Peak connections will continue to increase normally after this method call, it will only temporarily reset the statistic to zero, until the next time it is polled. </div>
201+
<div class="meta">Deprecated </div>
209202
</li>
210203

211204
<li>
212205
<a href="https://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_LoadBalancer_Service/">SoftLayer_Network_LoadBalancer_Service</a>
213-
<div class="meta">The SoftLayer_Network_LoadBalancer_Service data type contains all the information relating to a specific service (destination) on a particular load balancer.
214-
Information retained on the object itself is the the source and destination of the service, routing type, weight, and whether or not the service is currently enabled. </div>
206+
<div class="meta">Deprecated </div>
215207
</li>
216208

217209
<li>
218210
<a href="https://sldn.softlayer.com/reference/services/SoftLayer_Network_LoadBalancer_Service/">SoftLayer_Network_LoadBalancer_Service</a>
219-
<div class="meta">Load balancer services represent the &#39;routes&#39; that the load balancer will have available to route requests. Each service has a source port (located on the load balancer itself), and a destination IP address and port. Any services that share a source port will be used as potential routes for traffic coming into the load balancer on that port. For instance, if there are two services that both have a source port of 80, both of those services will be used as balanced servers for traffic coming into your virtual IP on port 80. For a more complete example, consider the following scenario:
220-
221-
:Virtual IP Address: 123.123.123.123 :Servers on your account: :12.34.56.78 :23.45.67.89 :You want to set up both HTTP(port 80) and HTTPS (port 443) on each of those servers. :You will need four services:
222-
223-
{| |- ! SourcePort ! DestinationIpAddress ! DestinationPort |- | 80 | 12.34.56.78 | 80 |- | 80 | 23.45.67.89 | 80 |- | 443 | 12.34.56.78 | 443 |- | 443 | 23.45.67.89 | 443 |}
224-
225-
The services also have a routing type, these ALSO need to be the same for services that share the same port. For this example, the services with a source port of 80 should have HTTP as their type. The other two services should have TCP as their type.
226-
The affect of other variables are listed in their individual documentation. </div>
211+
<div class="meta">Deprecated </div>
227212
</li>
228213

229214
</ul>

0 commit comments

Comments
 (0)