oci-loadbalancer 2.25.0 → 2.26.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.
Files changed (64) hide show
  1. package/lib/client.d.ts +61 -61
  2. package/lib/client.js +61 -61
  3. package/lib/request/change-load-balancer-compartment-request.d.ts +1 -1
  4. package/lib/request/create-backend-request.d.ts +1 -1
  5. package/lib/request/create-backend-set-request.d.ts +1 -1
  6. package/lib/request/create-certificate-request.d.ts +1 -1
  7. package/lib/request/create-hostname-request.d.ts +1 -1
  8. package/lib/request/create-listener-request.d.ts +1 -1
  9. package/lib/request/create-load-balancer-request.d.ts +1 -1
  10. package/lib/request/create-path-route-set-request.d.ts +1 -1
  11. package/lib/request/create-routing-policy-request.d.ts +1 -1
  12. package/lib/request/create-rule-set-request.d.ts +1 -1
  13. package/lib/request/create-sslcipher-suite-request.d.ts +1 -1
  14. package/lib/request/delete-backend-request.d.ts +1 -1
  15. package/lib/request/delete-backend-set-request.d.ts +1 -1
  16. package/lib/request/delete-certificate-request.d.ts +1 -1
  17. package/lib/request/delete-hostname-request.d.ts +1 -1
  18. package/lib/request/delete-listener-request.d.ts +1 -1
  19. package/lib/request/delete-load-balancer-request.d.ts +1 -1
  20. package/lib/request/delete-path-route-set-request.d.ts +1 -1
  21. package/lib/request/delete-routing-policy-request.d.ts +1 -1
  22. package/lib/request/delete-rule-set-request.d.ts +1 -1
  23. package/lib/request/delete-sslcipher-suite-request.d.ts +1 -1
  24. package/lib/request/get-backend-health-request.d.ts +1 -1
  25. package/lib/request/get-backend-request.d.ts +1 -1
  26. package/lib/request/get-backend-set-health-request.d.ts +1 -1
  27. package/lib/request/get-backend-set-request.d.ts +1 -1
  28. package/lib/request/get-health-checker-request.d.ts +1 -1
  29. package/lib/request/get-hostname-request.d.ts +1 -1
  30. package/lib/request/get-load-balancer-health-request.d.ts +1 -1
  31. package/lib/request/get-load-balancer-request.d.ts +1 -1
  32. package/lib/request/get-path-route-set-request.d.ts +1 -1
  33. package/lib/request/get-routing-policy-request.d.ts +1 -1
  34. package/lib/request/get-rule-set-request.d.ts +1 -1
  35. package/lib/request/get-sslcipher-suite-request.d.ts +1 -1
  36. package/lib/request/get-work-request-request.d.ts +1 -1
  37. package/lib/request/list-backend-sets-request.d.ts +1 -1
  38. package/lib/request/list-backends-request.d.ts +1 -1
  39. package/lib/request/list-certificates-request.d.ts +1 -1
  40. package/lib/request/list-hostnames-request.d.ts +1 -1
  41. package/lib/request/list-listener-rules-request.d.ts +1 -1
  42. package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
  43. package/lib/request/list-load-balancers-request.d.ts +1 -1
  44. package/lib/request/list-path-route-sets-request.d.ts +1 -1
  45. package/lib/request/list-policies-request.d.ts +1 -1
  46. package/lib/request/list-protocols-request.d.ts +1 -1
  47. package/lib/request/list-routing-policies-request.d.ts +1 -1
  48. package/lib/request/list-rule-sets-request.d.ts +1 -1
  49. package/lib/request/list-shapes-request.d.ts +1 -1
  50. package/lib/request/list-sslcipher-suites-request.d.ts +1 -1
  51. package/lib/request/list-work-requests-request.d.ts +1 -1
  52. package/lib/request/update-backend-request.d.ts +1 -1
  53. package/lib/request/update-backend-set-request.d.ts +1 -1
  54. package/lib/request/update-health-checker-request.d.ts +1 -1
  55. package/lib/request/update-hostname-request.d.ts +1 -1
  56. package/lib/request/update-listener-request.d.ts +1 -1
  57. package/lib/request/update-load-balancer-request.d.ts +1 -1
  58. package/lib/request/update-load-balancer-shape-request.d.ts +1 -1
  59. package/lib/request/update-network-security-groups-request.d.ts +1 -1
  60. package/lib/request/update-path-route-set-request.d.ts +1 -1
  61. package/lib/request/update-routing-policy-request.d.ts +1 -1
  62. package/lib/request/update-rule-set-request.d.ts +1 -1
  63. package/lib/request/update-sslcipher-suite-request.d.ts +1 -1
  64. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -160,7 +160,7 @@ class LoadBalancerClient {
160
160
  * @param ChangeLoadBalancerCompartmentRequest
161
161
  * @return ChangeLoadBalancerCompartmentResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
163
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartment API.
164
164
  */
165
165
  changeLoadBalancerCompartment(changeLoadBalancerCompartmentRequest) {
166
166
  return __awaiter(this, void 0, void 0, function* () {
@@ -220,7 +220,7 @@ class LoadBalancerClient {
220
220
  * @param CreateBackendRequest
221
221
  * @return CreateBackendResponse
222
222
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackend API.
224
224
  */
225
225
  createBackend(createBackendRequest) {
226
226
  return __awaiter(this, void 0, void 0, function* () {
@@ -280,7 +280,7 @@ class LoadBalancerClient {
280
280
  * @param CreateBackendSetRequest
281
281
  * @return CreateBackendSetResponse
282
282
  * @throws OciError when an error occurs
283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSet API.
284
284
  */
285
285
  createBackendSet(createBackendSetRequest) {
286
286
  return __awaiter(this, void 0, void 0, function* () {
@@ -339,7 +339,7 @@ class LoadBalancerClient {
339
339
  * @param CreateCertificateRequest
340
340
  * @return CreateCertificateResponse
341
341
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
343
343
  */
344
344
  createCertificate(createCertificateRequest) {
345
345
  return __awaiter(this, void 0, void 0, function* () {
@@ -400,7 +400,7 @@ class LoadBalancerClient {
400
400
  * @param CreateHostnameRequest
401
401
  * @return CreateHostnameResponse
402
402
  * @throws OciError when an error occurs
403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostname API.
404
404
  */
405
405
  createHostname(createHostnameRequest) {
406
406
  return __awaiter(this, void 0, void 0, function* () {
@@ -459,7 +459,7 @@ class LoadBalancerClient {
459
459
  * @param CreateListenerRequest
460
460
  * @return CreateListenerResponse
461
461
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListener API.
463
463
  */
464
464
  createListener(createListenerRequest) {
465
465
  return __awaiter(this, void 0, void 0, function* () {
@@ -545,7 +545,7 @@ class LoadBalancerClient {
545
545
  * @param CreateLoadBalancerRequest
546
546
  * @return CreateLoadBalancerResponse
547
547
  * @throws OciError when an error occurs
548
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
548
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancer API.
549
549
  */
550
550
  createLoadBalancer(createLoadBalancerRequest) {
551
551
  return __awaiter(this, void 0, void 0, function* () {
@@ -604,7 +604,7 @@ class LoadBalancerClient {
604
604
  * @param CreatePathRouteSetRequest
605
605
  * @return CreatePathRouteSetResponse
606
606
  * @throws OciError when an error occurs
607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSet API.
608
608
  */
609
609
  createPathRouteSet(createPathRouteSetRequest) {
610
610
  return __awaiter(this, void 0, void 0, function* () {
@@ -665,7 +665,7 @@ class LoadBalancerClient {
665
665
  * @param CreateRoutingPolicyRequest
666
666
  * @return CreateRoutingPolicyResponse
667
667
  * @throws OciError when an error occurs
668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicy API.
669
669
  */
670
670
  createRoutingPolicy(createRoutingPolicyRequest) {
671
671
  return __awaiter(this, void 0, void 0, function* () {
@@ -726,7 +726,7 @@ class LoadBalancerClient {
726
726
  * @param CreateRuleSetRequest
727
727
  * @return CreateRuleSetResponse
728
728
  * @throws OciError when an error occurs
729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSet API.
730
730
  */
731
731
  createRuleSet(createRuleSetRequest) {
732
732
  return __awaiter(this, void 0, void 0, function* () {
@@ -784,7 +784,7 @@ class LoadBalancerClient {
784
784
  * @param CreateSSLCipherSuiteRequest
785
785
  * @return CreateSSLCipherSuiteResponse
786
786
  * @throws OciError when an error occurs
787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuite API.
788
788
  */
789
789
  createSSLCipherSuite(createSSLCipherSuiteRequest) {
790
790
  return __awaiter(this, void 0, void 0, function* () {
@@ -843,7 +843,7 @@ class LoadBalancerClient {
843
843
  * @param DeleteBackendRequest
844
844
  * @return DeleteBackendResponse
845
845
  * @throws OciError when an error occurs
846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
846
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackend API.
847
847
  */
848
848
  deleteBackend(deleteBackendRequest) {
849
849
  return __awaiter(this, void 0, void 0, function* () {
@@ -905,7 +905,7 @@ class LoadBalancerClient {
905
905
  * @param DeleteBackendSetRequest
906
906
  * @return DeleteBackendSetResponse
907
907
  * @throws OciError when an error occurs
908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSet API.
909
909
  */
910
910
  deleteBackendSet(deleteBackendSetRequest) {
911
911
  return __awaiter(this, void 0, void 0, function* () {
@@ -963,7 +963,7 @@ class LoadBalancerClient {
963
963
  * @param DeleteCertificateRequest
964
964
  * @return DeleteCertificateResponse
965
965
  * @throws OciError when an error occurs
966
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
967
967
  */
968
968
  deleteCertificate(deleteCertificateRequest) {
969
969
  return __awaiter(this, void 0, void 0, function* () {
@@ -1022,7 +1022,7 @@ class LoadBalancerClient {
1022
1022
  * @param DeleteHostnameRequest
1023
1023
  * @return DeleteHostnameResponse
1024
1024
  * @throws OciError when an error occurs
1025
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1025
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostname API.
1026
1026
  */
1027
1027
  deleteHostname(deleteHostnameRequest) {
1028
1028
  return __awaiter(this, void 0, void 0, function* () {
@@ -1080,7 +1080,7 @@ class LoadBalancerClient {
1080
1080
  * @param DeleteListenerRequest
1081
1081
  * @return DeleteListenerResponse
1082
1082
  * @throws OciError when an error occurs
1083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1083
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListener API.
1084
1084
  */
1085
1085
  deleteListener(deleteListenerRequest) {
1086
1086
  return __awaiter(this, void 0, void 0, function* () {
@@ -1138,7 +1138,7 @@ class LoadBalancerClient {
1138
1138
  * @param DeleteLoadBalancerRequest
1139
1139
  * @return DeleteLoadBalancerResponse
1140
1140
  * @throws OciError when an error occurs
1141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancer API.
1142
1142
  */
1143
1143
  deleteLoadBalancer(deleteLoadBalancerRequest) {
1144
1144
  return __awaiter(this, void 0, void 0, function* () {
@@ -1199,7 +1199,7 @@ class LoadBalancerClient {
1199
1199
  * @param DeletePathRouteSetRequest
1200
1200
  * @return DeletePathRouteSetResponse
1201
1201
  * @throws OciError when an error occurs
1202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSet API.
1203
1203
  */
1204
1204
  deletePathRouteSet(deletePathRouteSetRequest) {
1205
1205
  return __awaiter(this, void 0, void 0, function* () {
@@ -1261,7 +1261,7 @@ class LoadBalancerClient {
1261
1261
  * @param DeleteRoutingPolicyRequest
1262
1262
  * @return DeleteRoutingPolicyResponse
1263
1263
  * @throws OciError when an error occurs
1264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicy API.
1265
1265
  */
1266
1266
  deleteRoutingPolicy(deleteRoutingPolicyRequest) {
1267
1267
  return __awaiter(this, void 0, void 0, function* () {
@@ -1323,7 +1323,7 @@ class LoadBalancerClient {
1323
1323
  * @param DeleteRuleSetRequest
1324
1324
  * @return DeleteRuleSetResponse
1325
1325
  * @throws OciError when an error occurs
1326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1326
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSet API.
1327
1327
  */
1328
1328
  deleteRuleSet(deleteRuleSetRequest) {
1329
1329
  return __awaiter(this, void 0, void 0, function* () {
@@ -1381,7 +1381,7 @@ class LoadBalancerClient {
1381
1381
  * @param DeleteSSLCipherSuiteRequest
1382
1382
  * @return DeleteSSLCipherSuiteResponse
1383
1383
  * @throws OciError when an error occurs
1384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuite API.
1385
1385
  */
1386
1386
  deleteSSLCipherSuite(deleteSSLCipherSuiteRequest) {
1387
1387
  return __awaiter(this, void 0, void 0, function* () {
@@ -1439,7 +1439,7 @@ class LoadBalancerClient {
1439
1439
  * @param GetBackendRequest
1440
1440
  * @return GetBackendResponse
1441
1441
  * @throws OciError when an error occurs
1442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackend API.
1443
1443
  */
1444
1444
  getBackend(getBackendRequest) {
1445
1445
  return __awaiter(this, void 0, void 0, function* () {
@@ -1497,7 +1497,7 @@ class LoadBalancerClient {
1497
1497
  * @param GetBackendHealthRequest
1498
1498
  * @return GetBackendHealthResponse
1499
1499
  * @throws OciError when an error occurs
1500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealth API.
1501
1501
  */
1502
1502
  getBackendHealth(getBackendHealthRequest) {
1503
1503
  return __awaiter(this, void 0, void 0, function* () {
@@ -1555,7 +1555,7 @@ class LoadBalancerClient {
1555
1555
  * @param GetBackendSetRequest
1556
1556
  * @return GetBackendSetResponse
1557
1557
  * @throws OciError when an error occurs
1558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSet API.
1559
1559
  */
1560
1560
  getBackendSet(getBackendSetRequest) {
1561
1561
  return __awaiter(this, void 0, void 0, function* () {
@@ -1612,7 +1612,7 @@ class LoadBalancerClient {
1612
1612
  * @param GetBackendSetHealthRequest
1613
1613
  * @return GetBackendSetHealthResponse
1614
1614
  * @throws OciError when an error occurs
1615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealth API.
1616
1616
  */
1617
1617
  getBackendSetHealth(getBackendSetHealthRequest) {
1618
1618
  return __awaiter(this, void 0, void 0, function* () {
@@ -1669,7 +1669,7 @@ class LoadBalancerClient {
1669
1669
  * @param GetHealthCheckerRequest
1670
1670
  * @return GetHealthCheckerResponse
1671
1671
  * @throws OciError when an error occurs
1672
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthChecker API.
1673
1673
  */
1674
1674
  getHealthChecker(getHealthCheckerRequest) {
1675
1675
  return __awaiter(this, void 0, void 0, function* () {
@@ -1726,7 +1726,7 @@ class LoadBalancerClient {
1726
1726
  * @param GetHostnameRequest
1727
1727
  * @return GetHostnameResponse
1728
1728
  * @throws OciError when an error occurs
1729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostname API.
1730
1730
  */
1731
1731
  getHostname(getHostnameRequest) {
1732
1732
  return __awaiter(this, void 0, void 0, function* () {
@@ -1783,7 +1783,7 @@ class LoadBalancerClient {
1783
1783
  * @param GetLoadBalancerRequest
1784
1784
  * @return GetLoadBalancerResponse
1785
1785
  * @throws OciError when an error occurs
1786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancer API.
1787
1787
  */
1788
1788
  getLoadBalancer(getLoadBalancerRequest) {
1789
1789
  return __awaiter(this, void 0, void 0, function* () {
@@ -1839,7 +1839,7 @@ class LoadBalancerClient {
1839
1839
  * @param GetLoadBalancerHealthRequest
1840
1840
  * @return GetLoadBalancerHealthResponse
1841
1841
  * @throws OciError when an error occurs
1842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealth API.
1843
1843
  */
1844
1844
  getLoadBalancerHealth(getLoadBalancerHealthRequest) {
1845
1845
  return __awaiter(this, void 0, void 0, function* () {
@@ -1895,7 +1895,7 @@ class LoadBalancerClient {
1895
1895
  * @param GetPathRouteSetRequest
1896
1896
  * @return GetPathRouteSetResponse
1897
1897
  * @throws OciError when an error occurs
1898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
1898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSet API.
1899
1899
  */
1900
1900
  getPathRouteSet(getPathRouteSetRequest) {
1901
1901
  return __awaiter(this, void 0, void 0, function* () {
@@ -1952,7 +1952,7 @@ class LoadBalancerClient {
1952
1952
  * @param GetRoutingPolicyRequest
1953
1953
  * @return GetRoutingPolicyResponse
1954
1954
  * @throws OciError when an error occurs
1955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
1955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicy API.
1956
1956
  */
1957
1957
  getRoutingPolicy(getRoutingPolicyRequest) {
1958
1958
  return __awaiter(this, void 0, void 0, function* () {
@@ -2009,7 +2009,7 @@ class LoadBalancerClient {
2009
2009
  * @param GetRuleSetRequest
2010
2010
  * @return GetRuleSetResponse
2011
2011
  * @throws OciError when an error occurs
2012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSet API.
2013
2013
  */
2014
2014
  getRuleSet(getRuleSetRequest) {
2015
2015
  return __awaiter(this, void 0, void 0, function* () {
@@ -2066,7 +2066,7 @@ class LoadBalancerClient {
2066
2066
  * @param GetSSLCipherSuiteRequest
2067
2067
  * @return GetSSLCipherSuiteResponse
2068
2068
  * @throws OciError when an error occurs
2069
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuite API.
2070
2070
  */
2071
2071
  getSSLCipherSuite(getSSLCipherSuiteRequest) {
2072
2072
  return __awaiter(this, void 0, void 0, function* () {
@@ -2123,7 +2123,7 @@ class LoadBalancerClient {
2123
2123
  * @param GetWorkRequestRequest
2124
2124
  * @return GetWorkRequestResponse
2125
2125
  * @throws OciError when an error occurs
2126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2127
2127
  */
2128
2128
  getWorkRequest(getWorkRequestRequest) {
2129
2129
  return __awaiter(this, void 0, void 0, function* () {
@@ -2179,7 +2179,7 @@ class LoadBalancerClient {
2179
2179
  * @param ListBackendSetsRequest
2180
2180
  * @return ListBackendSetsResponse
2181
2181
  * @throws OciError when an error occurs
2182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSets API.
2183
2183
  */
2184
2184
  listBackendSets(listBackendSetsRequest) {
2185
2185
  return __awaiter(this, void 0, void 0, function* () {
@@ -2235,7 +2235,7 @@ class LoadBalancerClient {
2235
2235
  * @param ListBackendsRequest
2236
2236
  * @return ListBackendsResponse
2237
2237
  * @throws OciError when an error occurs
2238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackends API.
2239
2239
  */
2240
2240
  listBackends(listBackendsRequest) {
2241
2241
  return __awaiter(this, void 0, void 0, function* () {
@@ -2292,7 +2292,7 @@ class LoadBalancerClient {
2292
2292
  * @param ListCertificatesRequest
2293
2293
  * @return ListCertificatesResponse
2294
2294
  * @throws OciError when an error occurs
2295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificates API.
2296
2296
  */
2297
2297
  listCertificates(listCertificatesRequest) {
2298
2298
  return __awaiter(this, void 0, void 0, function* () {
@@ -2348,7 +2348,7 @@ class LoadBalancerClient {
2348
2348
  * @param ListHostnamesRequest
2349
2349
  * @return ListHostnamesResponse
2350
2350
  * @throws OciError when an error occurs
2351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnames API.
2352
2352
  */
2353
2353
  listHostnames(listHostnamesRequest) {
2354
2354
  return __awaiter(this, void 0, void 0, function* () {
@@ -2411,7 +2411,7 @@ class LoadBalancerClient {
2411
2411
  * @param ListListenerRulesRequest
2412
2412
  * @return ListListenerRulesResponse
2413
2413
  * @throws OciError when an error occurs
2414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRules API.
2415
2415
  */
2416
2416
  listListenerRules(listListenerRulesRequest) {
2417
2417
  return __awaiter(this, void 0, void 0, function* () {
@@ -2468,7 +2468,7 @@ class LoadBalancerClient {
2468
2468
  * @param ListLoadBalancerHealthsRequest
2469
2469
  * @return ListLoadBalancerHealthsResponse
2470
2470
  * @throws OciError when an error occurs
2471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealths API.
2472
2472
  */
2473
2473
  listLoadBalancerHealths(listLoadBalancerHealthsRequest) {
2474
2474
  return __awaiter(this, void 0, void 0, function* () {
@@ -2571,7 +2571,7 @@ class LoadBalancerClient {
2571
2571
  * @param ListLoadBalancersRequest
2572
2572
  * @return ListLoadBalancersResponse
2573
2573
  * @throws OciError when an error occurs
2574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancers API.
2575
2575
  */
2576
2576
  listLoadBalancers(listLoadBalancersRequest) {
2577
2577
  return __awaiter(this, void 0, void 0, function* () {
@@ -2679,7 +2679,7 @@ class LoadBalancerClient {
2679
2679
  * @param ListPathRouteSetsRequest
2680
2680
  * @return ListPathRouteSetsResponse
2681
2681
  * @throws OciError when an error occurs
2682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSets API.
2683
2683
  */
2684
2684
  listPathRouteSets(listPathRouteSetsRequest) {
2685
2685
  return __awaiter(this, void 0, void 0, function* () {
@@ -2735,7 +2735,7 @@ class LoadBalancerClient {
2735
2735
  * @param ListPoliciesRequest
2736
2736
  * @return ListPoliciesResponse
2737
2737
  * @throws OciError when an error occurs
2738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2738
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPolicies API.
2739
2739
  */
2740
2740
  listPolicies(listPoliciesRequest) {
2741
2741
  return __awaiter(this, void 0, void 0, function* () {
@@ -2838,7 +2838,7 @@ class LoadBalancerClient {
2838
2838
  * @param ListProtocolsRequest
2839
2839
  * @return ListProtocolsResponse
2840
2840
  * @throws OciError when an error occurs
2841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
2841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocols API.
2842
2842
  */
2843
2843
  listProtocols(listProtocolsRequest) {
2844
2844
  return __awaiter(this, void 0, void 0, function* () {
@@ -2941,7 +2941,7 @@ class LoadBalancerClient {
2941
2941
  * @param ListRoutingPoliciesRequest
2942
2942
  * @return ListRoutingPoliciesResponse
2943
2943
  * @throws OciError when an error occurs
2944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
2944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPolicies API.
2945
2945
  */
2946
2946
  listRoutingPolicies(listRoutingPoliciesRequest) {
2947
2947
  return __awaiter(this, void 0, void 0, function* () {
@@ -3045,7 +3045,7 @@ class LoadBalancerClient {
3045
3045
  * @param ListRuleSetsRequest
3046
3046
  * @return ListRuleSetsResponse
3047
3047
  * @throws OciError when an error occurs
3048
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3048
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSets API.
3049
3049
  */
3050
3050
  listRuleSets(listRuleSetsRequest) {
3051
3051
  return __awaiter(this, void 0, void 0, function* () {
@@ -3101,7 +3101,7 @@ class LoadBalancerClient {
3101
3101
  * @param ListSSLCipherSuitesRequest
3102
3102
  * @return ListSSLCipherSuitesResponse
3103
3103
  * @throws OciError when an error occurs
3104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuites API.
3105
3105
  */
3106
3106
  listSSLCipherSuites(listSSLCipherSuitesRequest) {
3107
3107
  return __awaiter(this, void 0, void 0, function* () {
@@ -3157,7 +3157,7 @@ class LoadBalancerClient {
3157
3157
  * @param ListShapesRequest
3158
3158
  * @return ListShapesResponse
3159
3159
  * @throws OciError when an error occurs
3160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapes API.
3161
3161
  */
3162
3162
  listShapes(listShapesRequest) {
3163
3163
  return __awaiter(this, void 0, void 0, function* () {
@@ -3260,7 +3260,7 @@ class LoadBalancerClient {
3260
3260
  * @param ListWorkRequestsRequest
3261
3261
  * @return ListWorkRequestsResponse
3262
3262
  * @throws OciError when an error occurs
3263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3264
3264
  */
3265
3265
  listWorkRequests(listWorkRequestsRequest) {
3266
3266
  return __awaiter(this, void 0, void 0, function* () {
@@ -3364,7 +3364,7 @@ class LoadBalancerClient {
3364
3364
  * @param UpdateBackendRequest
3365
3365
  * @return UpdateBackendResponse
3366
3366
  * @throws OciError when an error occurs
3367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackend API.
3368
3368
  */
3369
3369
  updateBackend(updateBackendRequest) {
3370
3370
  return __awaiter(this, void 0, void 0, function* () {
@@ -3425,7 +3425,7 @@ class LoadBalancerClient {
3425
3425
  * @param UpdateBackendSetRequest
3426
3426
  * @return UpdateBackendSetResponse
3427
3427
  * @throws OciError when an error occurs
3428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSet API.
3429
3429
  */
3430
3430
  updateBackendSet(updateBackendSetRequest) {
3431
3431
  return __awaiter(this, void 0, void 0, function* () {
@@ -3485,7 +3485,7 @@ class LoadBalancerClient {
3485
3485
  * @param UpdateHealthCheckerRequest
3486
3486
  * @return UpdateHealthCheckerResponse
3487
3487
  * @throws OciError when an error occurs
3488
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthChecker API.
3489
3489
  */
3490
3490
  updateHealthChecker(updateHealthCheckerRequest) {
3491
3491
  return __awaiter(this, void 0, void 0, function* () {
@@ -3547,7 +3547,7 @@ class LoadBalancerClient {
3547
3547
  * @param UpdateHostnameRequest
3548
3548
  * @return UpdateHostnameResponse
3549
3549
  * @throws OciError when an error occurs
3550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostname API.
3551
3551
  */
3552
3552
  updateHostname(updateHostnameRequest) {
3553
3553
  return __awaiter(this, void 0, void 0, function* () {
@@ -3606,7 +3606,7 @@ class LoadBalancerClient {
3606
3606
  * @param UpdateListenerRequest
3607
3607
  * @return UpdateListenerResponse
3608
3608
  * @throws OciError when an error occurs
3609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListener API.
3610
3610
  */
3611
3611
  updateListener(updateListenerRequest) {
3612
3612
  return __awaiter(this, void 0, void 0, function* () {
@@ -3666,7 +3666,7 @@ class LoadBalancerClient {
3666
3666
  * @param UpdateLoadBalancerRequest
3667
3667
  * @return UpdateLoadBalancerResponse
3668
3668
  * @throws OciError when an error occurs
3669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancer API.
3670
3670
  */
3671
3671
  updateLoadBalancer(updateLoadBalancerRequest) {
3672
3672
  return __awaiter(this, void 0, void 0, function* () {
@@ -3731,7 +3731,7 @@ class LoadBalancerClient {
3731
3731
  * @param UpdateLoadBalancerShapeRequest
3732
3732
  * @return UpdateLoadBalancerShapeResponse
3733
3733
  * @throws OciError when an error occurs
3734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShape API.
3735
3735
  */
3736
3736
  updateLoadBalancerShape(updateLoadBalancerShapeRequest) {
3737
3737
  return __awaiter(this, void 0, void 0, function* () {
@@ -3790,7 +3790,7 @@ class LoadBalancerClient {
3790
3790
  * @param UpdateNetworkSecurityGroupsRequest
3791
3791
  * @return UpdateNetworkSecurityGroupsResponse
3792
3792
  * @throws OciError when an error occurs
3793
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
3793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroups API.
3794
3794
  */
3795
3795
  updateNetworkSecurityGroups(updateNetworkSecurityGroupsRequest) {
3796
3796
  return __awaiter(this, void 0, void 0, function* () {
@@ -3855,7 +3855,7 @@ class LoadBalancerClient {
3855
3855
  * @param UpdatePathRouteSetRequest
3856
3856
  * @return UpdatePathRouteSetResponse
3857
3857
  * @throws OciError when an error occurs
3858
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
3858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSet API.
3859
3859
  */
3860
3860
  updatePathRouteSet(updatePathRouteSetRequest) {
3861
3861
  return __awaiter(this, void 0, void 0, function* () {
@@ -3919,7 +3919,7 @@ class LoadBalancerClient {
3919
3919
  * @param UpdateRoutingPolicyRequest
3920
3920
  * @return UpdateRoutingPolicyResponse
3921
3921
  * @throws OciError when an error occurs
3922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
3922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicy API.
3923
3923
  */
3924
3924
  updateRoutingPolicy(updateRoutingPolicyRequest) {
3925
3925
  return __awaiter(this, void 0, void 0, function* () {
@@ -3983,7 +3983,7 @@ class LoadBalancerClient {
3983
3983
  * @param UpdateRuleSetRequest
3984
3984
  * @return UpdateRuleSetResponse
3985
3985
  * @throws OciError when an error occurs
3986
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
3986
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSet API.
3987
3987
  */
3988
3988
  updateRuleSet(updateRuleSetRequest) {
3989
3989
  return __awaiter(this, void 0, void 0, function* () {
@@ -4042,7 +4042,7 @@ class LoadBalancerClient {
4042
4042
  * @param UpdateSSLCipherSuiteRequest
4043
4043
  * @return UpdateSSLCipherSuiteResponse
4044
4044
  * @throws OciError when an error occurs
4045
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4045
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuite API.
4046
4046
  */
4047
4047
  updateSSLCipherSuite(updateSSLCipherSuiteRequest) {
4048
4048
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartmentRequest.
17
17
  */
18
18
  export interface ChangeLoadBalancerCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackendRequest.
17
17
  */
18
18
  export interface CreateBackendRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSetRequest.
17
17
  */
18
18
  export interface CreateBackendSetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
17
17
  */
18
18
  export interface CreateCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostnameRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostnameRequest.
17
17
  */
18
18
  export interface CreateHostnameRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListenerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListenerRequest.
17
17
  */
18
18
  export interface CreateListenerRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancerRequest.
17
17
  */
18
18
  export interface CreateLoadBalancerRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
17
17
  */
18
18
  export interface CreatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**