oci-loadbalancer 2.26.0 → 2.27.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.
- package/lib/client.d.ts +61 -61
- package/lib/client.js +61 -61
- package/lib/model/action.js +2 -2
- package/lib/model/action.js.map +1 -1
- package/lib/model/rule-condition.js +2 -2
- package/lib/model/rule-condition.js.map +1 -1
- package/lib/model/rule.js +2 -2
- package/lib/model/rule.js.map +1 -1
- package/lib/request/change-load-balancer-compartment-request.d.ts +1 -1
- package/lib/request/create-backend-request.d.ts +1 -1
- package/lib/request/create-backend-set-request.d.ts +1 -1
- package/lib/request/create-certificate-request.d.ts +1 -1
- package/lib/request/create-hostname-request.d.ts +1 -1
- package/lib/request/create-listener-request.d.ts +1 -1
- package/lib/request/create-load-balancer-request.d.ts +1 -1
- package/lib/request/create-path-route-set-request.d.ts +1 -1
- package/lib/request/create-routing-policy-request.d.ts +1 -1
- package/lib/request/create-rule-set-request.d.ts +1 -1
- package/lib/request/create-sslcipher-suite-request.d.ts +1 -1
- package/lib/request/delete-backend-request.d.ts +1 -1
- package/lib/request/delete-backend-set-request.d.ts +1 -1
- package/lib/request/delete-certificate-request.d.ts +1 -1
- package/lib/request/delete-hostname-request.d.ts +1 -1
- package/lib/request/delete-listener-request.d.ts +1 -1
- package/lib/request/delete-load-balancer-request.d.ts +1 -1
- package/lib/request/delete-path-route-set-request.d.ts +1 -1
- package/lib/request/delete-routing-policy-request.d.ts +1 -1
- package/lib/request/delete-rule-set-request.d.ts +1 -1
- package/lib/request/delete-sslcipher-suite-request.d.ts +1 -1
- package/lib/request/get-backend-health-request.d.ts +1 -1
- package/lib/request/get-backend-request.d.ts +1 -1
- package/lib/request/get-backend-set-health-request.d.ts +1 -1
- package/lib/request/get-backend-set-request.d.ts +1 -1
- package/lib/request/get-health-checker-request.d.ts +1 -1
- package/lib/request/get-hostname-request.d.ts +1 -1
- package/lib/request/get-load-balancer-health-request.d.ts +1 -1
- package/lib/request/get-load-balancer-request.d.ts +1 -1
- package/lib/request/get-path-route-set-request.d.ts +1 -1
- package/lib/request/get-routing-policy-request.d.ts +1 -1
- package/lib/request/get-rule-set-request.d.ts +1 -1
- package/lib/request/get-sslcipher-suite-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-backend-sets-request.d.ts +1 -1
- package/lib/request/list-backends-request.d.ts +1 -1
- package/lib/request/list-certificates-request.d.ts +1 -1
- package/lib/request/list-hostnames-request.d.ts +1 -1
- package/lib/request/list-listener-rules-request.d.ts +1 -1
- package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
- package/lib/request/list-load-balancers-request.d.ts +1 -1
- package/lib/request/list-path-route-sets-request.d.ts +1 -1
- package/lib/request/list-policies-request.d.ts +1 -1
- package/lib/request/list-protocols-request.d.ts +1 -1
- package/lib/request/list-routing-policies-request.d.ts +1 -1
- package/lib/request/list-rule-sets-request.d.ts +1 -1
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-sslcipher-suites-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-backend-request.d.ts +1 -1
- package/lib/request/update-backend-set-request.d.ts +1 -1
- package/lib/request/update-health-checker-request.d.ts +1 -1
- package/lib/request/update-hostname-request.d.ts +1 -1
- package/lib/request/update-listener-request.d.ts +1 -1
- package/lib/request/update-load-balancer-request.d.ts +1 -1
- package/lib/request/update-load-balancer-shape-request.d.ts +1 -1
- package/lib/request/update-network-security-groups-request.d.ts +1 -1
- package/lib/request/update-path-route-set-request.d.ts +1 -1
- package/lib/request/update-routing-policy-request.d.ts +1 -1
- package/lib/request/update-rule-set-request.d.ts +1 -1
- package/lib/request/update-sslcipher-suite-request.d.ts +1 -1
- 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.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1264
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1615
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1786
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
1955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
2944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3048
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
3986
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.
|
|
4045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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* () {
|
package/lib/model/action.js
CHANGED
|
@@ -39,7 +39,7 @@ var Action;
|
|
|
39
39
|
(function (Action) {
|
|
40
40
|
function getJsonObj(obj) {
|
|
41
41
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
-
if ("name" in obj && obj.name) {
|
|
42
|
+
if (obj && "name" in obj && obj.name) {
|
|
43
43
|
switch (obj.name) {
|
|
44
44
|
case "FORWARD_TO_BACKENDSET":
|
|
45
45
|
return model.ForwardToBackendSet.getJsonObj(jsonObj, true);
|
|
@@ -52,7 +52,7 @@ var Action;
|
|
|
52
52
|
Action.getJsonObj = getJsonObj;
|
|
53
53
|
function getDeserializedJsonObj(obj) {
|
|
54
54
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
-
if ("name" in obj && obj.name) {
|
|
55
|
+
if (obj && "name" in obj && obj.name) {
|
|
56
56
|
switch (obj.name) {
|
|
57
57
|
case "FORWARD_TO_BACKENDSET":
|
|
58
58
|
return model.ForwardToBackendSet.getDeserializedJsonObj(jsonObj, true);
|
package/lib/model/action.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/action.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,MAAM,CAiCtB;AAjCD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;
|
|
1
|
+
{"version":3,"file":"action.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/action.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,MAAM,CAiCtB;AAjCD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CACL,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,iBAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CACjB,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6BAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAiCtB"}
|
|
@@ -39,7 +39,7 @@ var RuleCondition;
|
|
|
39
39
|
(function (RuleCondition) {
|
|
40
40
|
function getJsonObj(obj) {
|
|
41
41
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
-
if ("attributeName" in obj && obj.attributeName) {
|
|
42
|
+
if (obj && "attributeName" in obj && obj.attributeName) {
|
|
43
43
|
switch (obj.attributeName) {
|
|
44
44
|
case "SOURCE_VCN_ID":
|
|
45
45
|
return model.SourceVcnIdCondition.getJsonObj(jsonObj, true);
|
|
@@ -58,7 +58,7 @@ var RuleCondition;
|
|
|
58
58
|
RuleCondition.getJsonObj = getJsonObj;
|
|
59
59
|
function getDeserializedJsonObj(obj) {
|
|
60
60
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
61
|
-
if ("attributeName" in obj && obj.attributeName) {
|
|
61
|
+
if (obj && "attributeName" in obj && obj.attributeName) {
|
|
62
62
|
switch (obj.attributeName) {
|
|
63
63
|
case "SOURCE_VCN_ID":
|
|
64
64
|
return model.SourceVcnIdCondition.getDeserializedJsonObj(jsonObj, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rule-condition.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/rule-condition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,aAAa,CA+D7B;AA/DD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;
|
|
1
|
+
{"version":3,"file":"rule-condition.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/rule-condition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,aAAa,CA+D7B;AA/DD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YACtD,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,eAAe;oBAClB,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACL,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACL,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CACL,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CACL,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,aAAa,CAAC,CAAC;aAC1D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,wBAAU,aA8BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YACtD,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,eAAe;oBAClB,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CACjB,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,mBAAmB;oBACtB,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACjB,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CACjB,OAAQ,EAC3C,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACjB,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,aAAa,CAAC,CAAC;aAC1D;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,oCAAsB,yBA8BrC,CAAA;AACH,CAAC,EA/DgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA+D7B"}
|
package/lib/model/rule.js
CHANGED
|
@@ -39,7 +39,7 @@ var Rule;
|
|
|
39
39
|
(function (Rule) {
|
|
40
40
|
function getJsonObj(obj) {
|
|
41
41
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
-
if ("action" in obj && obj.action) {
|
|
42
|
+
if (obj && "action" in obj && obj.action) {
|
|
43
43
|
switch (obj.action) {
|
|
44
44
|
case "ADD_HTTP_REQUEST_HEADER":
|
|
45
45
|
return model.AddHttpRequestHeaderRule.getJsonObj(jsonObj, true);
|
|
@@ -70,7 +70,7 @@ var Rule;
|
|
|
70
70
|
Rule.getJsonObj = getJsonObj;
|
|
71
71
|
function getDeserializedJsonObj(obj) {
|
|
72
72
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
73
|
-
if ("action" in obj && obj.action) {
|
|
73
|
+
if (obj && "action" in obj && obj.action) {
|
|
74
74
|
switch (obj.action) {
|
|
75
75
|
case "ADD_HTTP_REQUEST_HEADER":
|
|
76
76
|
return model.AddHttpRequestHeaderRule.getDeserializedJsonObj(jsonObj, true);
|