oci-loadbalancer 2.85.0 → 2.86.1
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/backend-details.d.ts +7 -0
- package/lib/model/backend-details.js.map +1 -1
- package/lib/model/backend-set-details.d.ts +8 -0
- package/lib/model/backend-set-details.js.map +1 -1
- package/lib/model/backend-set.d.ts +8 -0
- package/lib/model/backend-set.js.map +1 -1
- package/lib/model/backend.d.ts +7 -0
- package/lib/model/backend.js.map +1 -1
- package/lib/model/create-backend-details.d.ts +7 -0
- package/lib/model/create-backend-details.js.map +1 -1
- package/lib/model/create-backend-set-details.d.ts +8 -0
- package/lib/model/create-backend-set-details.js.map +1 -1
- package/lib/model/create-load-balancer-details.d.ts +13 -1
- package/lib/model/create-load-balancer-details.js.map +1 -1
- package/lib/model/create-ss-lcipher-suite-details.d.ts +20 -20
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +6 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/ip-based-max-connections-rule.d.ts +40 -0
- package/lib/model/ip-based-max-connections-rule.js +66 -0
- package/lib/model/ip-based-max-connections-rule.js.map +1 -0
- package/lib/model/ip-max-connections.d.ts +35 -0
- package/lib/model/ip-max-connections.js +31 -0
- package/lib/model/ip-max-connections.js.map +1 -0
- package/lib/model/listener-rule-summary.d.ts +1 -1
- package/lib/model/listener-rule-summary.js.map +1 -1
- package/lib/model/load-balancer.d.ts +12 -0
- package/lib/model/load-balancer.js.map +1 -1
- package/lib/model/reserved-ip.d.ts +13 -0
- package/lib/model/reserved-ip.js.map +1 -1
- package/lib/model/rule.js +4 -0
- package/lib/model/rule.js.map +1 -1
- package/lib/model/s-sl-cipher-suite-details.d.ts +20 -20
- package/lib/model/s-sl-cipher-suite.d.ts +20 -20
- package/lib/model/update-backend-details.d.ts +7 -0
- package/lib/model/update-backend-details.js.map +1 -1
- package/lib/model/update-backend-set-details.d.ts +8 -0
- package/lib/model/update-backend-set-details.js.map +1 -1
- package/lib/model/update-load-balancer-details.d.ts +13 -0
- package/lib/model/update-load-balancer-details.js.map +1 -1
- package/lib/model/update-load-balancer-shape-details.d.ts +1 -1
- package/lib/model/update-ss-lcipher-suite-details.d.ts +5 -5
- 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 +2 -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
|
@@ -192,9 +192,9 @@ Oracle created the following predefined cipher suites that you can specify when
|
|
|
192
192
|
* <p>
|
|
193
193
|
* __oci-default-http2-tls-13-ssl-cipher-suite-v1__
|
|
194
194
|
* <p>
|
|
195
|
-
\"
|
|
196
|
-
* \"
|
|
197
|
-
* \"
|
|
195
|
+
\"TLS_AES_128_GCM_SHA256\"
|
|
196
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
197
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
198
198
|
* <p>
|
|
199
199
|
* __oci-default-http2-tls-12-13-ssl-cipher-suite-v1__
|
|
200
200
|
* <p>
|
|
@@ -204,21 +204,21 @@ Oracle created the following predefined cipher suites that you can specify when
|
|
|
204
204
|
* \"ECDHE-ECDSA-AES128-GCM-SHA256\"
|
|
205
205
|
* \"DHE-RSA-AES256-GCM-SHA384\"
|
|
206
206
|
* \"DHE-RSA-AES128-GCM-SHA256\"
|
|
207
|
-
* \"
|
|
208
|
-
* \"
|
|
209
|
-
* \"
|
|
207
|
+
* \"TLS_AES_128_GCM_SHA256\"
|
|
208
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
209
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
210
210
|
* <p>
|
|
211
211
|
* __oci-tls-13-recommended-ssl-cipher-suite-v1__
|
|
212
212
|
* <p>
|
|
213
|
-
\"
|
|
214
|
-
* \"
|
|
215
|
-
* \"
|
|
213
|
+
\"TLS_AES_128_GCM_SHA256\"
|
|
214
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
215
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
216
216
|
* <p>
|
|
217
217
|
* __oci-tls-12-13-wider-ssl-cipher-suite-v1__
|
|
218
218
|
* <p>
|
|
219
|
-
\"
|
|
220
|
-
* \"
|
|
221
|
-
* \"
|
|
219
|
+
\"TLS_AES_128_GCM_SHA256\"
|
|
220
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
221
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
222
222
|
* \"ECDHE-ECDSA-AES128-GCM-SHA256\"
|
|
223
223
|
* \"ECDHE-RSA-AES128-GCM-SHA256\"
|
|
224
224
|
* \"ECDHE-ECDSA-AES128-SHA256\"
|
|
@@ -233,9 +233,9 @@ Oracle created the following predefined cipher suites that you can specify when
|
|
|
233
233
|
* \"AES256-SHA256\"
|
|
234
234
|
* <p>
|
|
235
235
|
* __oci-tls-11-12-13-wider-ssl-cipher-suite-v1__
|
|
236
|
-
* \"
|
|
237
|
-
* \"
|
|
238
|
-
* \"
|
|
236
|
+
* \"TLS_AES_128_GCM_SHA256\"
|
|
237
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
238
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
239
239
|
* \"ECDHE-ECDSA-AES128-GCM-SHA256\"
|
|
240
240
|
* \"ECDHE-RSA-AES128-GCM-SHA256\"
|
|
241
241
|
* \"ECDHE-ECDSA-AES128-SHA256\"
|
|
@@ -286,11 +286,11 @@ export interface SSLCipherSuiteDetails {
|
|
|
286
286
|
* <p>
|
|
287
287
|
* __TLSv1.3 ciphers__
|
|
288
288
|
* <p>
|
|
289
|
-
\"
|
|
290
|
-
* \"
|
|
291
|
-
* \"
|
|
292
|
-
* \"
|
|
293
|
-
* \"
|
|
289
|
+
\"TLS_AES_128_GCM_SHA256\"
|
|
290
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
291
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
292
|
+
* \"TLS_AES_128_CCM_SHA256\"
|
|
293
|
+
* \"TLS_AES_128_CCM_8_SHA256\"
|
|
294
294
|
* <p>
|
|
295
295
|
* __TLSv1.2 ciphers__
|
|
296
296
|
* <p>
|
|
@@ -192,9 +192,9 @@ Oracle created the following predefined cipher suites that you can specify when
|
|
|
192
192
|
* <p>
|
|
193
193
|
* __oci-default-http2-tls-13-ssl-cipher-suite-v1__
|
|
194
194
|
* <p>
|
|
195
|
-
\"
|
|
196
|
-
* \"
|
|
197
|
-
* \"
|
|
195
|
+
\"TLS_AES_128_GCM_SHA256\"
|
|
196
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
197
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
198
198
|
* <p>
|
|
199
199
|
* __oci-default-http2-tls-12-13-ssl-cipher-suite-v1__
|
|
200
200
|
* <p>
|
|
@@ -204,21 +204,21 @@ Oracle created the following predefined cipher suites that you can specify when
|
|
|
204
204
|
* \"ECDHE-ECDSA-AES128-GCM-SHA256\"
|
|
205
205
|
* \"DHE-RSA-AES256-GCM-SHA384\"
|
|
206
206
|
* \"DHE-RSA-AES128-GCM-SHA256\"
|
|
207
|
-
* \"
|
|
208
|
-
* \"
|
|
209
|
-
* \"
|
|
207
|
+
* \"TLS_AES_128_GCM_SHA256\"
|
|
208
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
209
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
210
210
|
* <p>
|
|
211
211
|
* __oci-tls-13-recommended-ssl-cipher-suite-v1__
|
|
212
212
|
* <p>
|
|
213
|
-
\"
|
|
214
|
-
* \"
|
|
215
|
-
* \"
|
|
213
|
+
\"TLS_AES_128_GCM_SHA256\"
|
|
214
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
215
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
216
216
|
* <p>
|
|
217
217
|
* __oci-tls-12-13-wider-ssl-cipher-suite-v1__
|
|
218
218
|
* <p>
|
|
219
|
-
\"
|
|
220
|
-
* \"
|
|
221
|
-
* \"
|
|
219
|
+
\"TLS_AES_128_GCM_SHA256\"
|
|
220
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
221
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
222
222
|
* \"ECDHE-ECDSA-AES128-GCM-SHA256\"
|
|
223
223
|
* \"ECDHE-RSA-AES128-GCM-SHA256\"
|
|
224
224
|
* \"ECDHE-ECDSA-AES128-SHA256\"
|
|
@@ -233,9 +233,9 @@ Oracle created the following predefined cipher suites that you can specify when
|
|
|
233
233
|
* \"AES256-SHA256\"
|
|
234
234
|
* <p>
|
|
235
235
|
* __oci-tls-11-12-13-wider-ssl-cipher-suite-v1__
|
|
236
|
-
* \"
|
|
237
|
-
* \"
|
|
238
|
-
* \"
|
|
236
|
+
* \"TLS_AES_128_GCM_SHA256\"
|
|
237
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
238
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
239
239
|
* \"ECDHE-ECDSA-AES128-GCM-SHA256\"
|
|
240
240
|
* \"ECDHE-RSA-AES128-GCM-SHA256\"
|
|
241
241
|
* \"ECDHE-ECDSA-AES128-SHA256\"
|
|
@@ -286,11 +286,11 @@ export interface SSLCipherSuite {
|
|
|
286
286
|
* <p>
|
|
287
287
|
* __TLSv1.3 ciphers__
|
|
288
288
|
* <p>
|
|
289
|
-
\"
|
|
290
|
-
* \"
|
|
291
|
-
* \"
|
|
292
|
-
* \"
|
|
293
|
-
* \"
|
|
289
|
+
\"TLS_AES_128_GCM_SHA256\"
|
|
290
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
291
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
292
|
+
* \"TLS_AES_128_CCM_SHA256\"
|
|
293
|
+
* \"TLS_AES_128_CCM_8_SHA256\"
|
|
294
294
|
* <p>
|
|
295
295
|
* __TLSv1.2 ciphers__
|
|
296
296
|
* <p>
|
|
@@ -27,6 +27,13 @@ export interface UpdateBackendDetails {
|
|
|
27
27
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
28
28
|
*/
|
|
29
29
|
"weight": number;
|
|
30
|
+
/**
|
|
31
|
+
* The maximum number of simultaneous connections the load balancer can make to the backend.
|
|
32
|
+
* <p>
|
|
33
|
+
Example: {@code 300}
|
|
34
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
35
|
+
*/
|
|
36
|
+
"maxConnections"?: number;
|
|
30
37
|
/**
|
|
31
38
|
* Whether the load balancer should treat this server as a backup unit. If {@code true}, the load balancer forwards no ingress
|
|
32
39
|
* traffic to this backend server unless all other backend servers not marked as \"backup\" fail the health check policy.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-backend-details.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/update-backend-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"update-backend-details.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/update-backend-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAuDH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
|
|
@@ -35,6 +35,14 @@ export interface UpdateBackendSetDetails {
|
|
|
35
35
|
*/
|
|
36
36
|
"policy": string;
|
|
37
37
|
"backends": Array<model.BackendDetails>;
|
|
38
|
+
/**
|
|
39
|
+
* The maximum number of simultaneous connections the load balancer can make to any backend
|
|
40
|
+
* in the backend set unless the backend has its own maxConnections setting.
|
|
41
|
+
* <p>
|
|
42
|
+
Example: {@code 300}
|
|
43
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
44
|
+
*/
|
|
45
|
+
"backendMaxConnections"?: number;
|
|
38
46
|
"healthChecker": model.HealthCheckerDetails;
|
|
39
47
|
"sslConfiguration"?: model.SSLConfigurationDetails;
|
|
40
48
|
"sessionPersistenceConfiguration"?: model.SessionPersistenceConfigurationDetails;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-backend-set-details.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/update-backend-set-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"update-backend-set-details.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/update-backend-set-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,uBAAuB,CA+DvC;AA/DD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC1D,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAChE,CAAC,CAAC,SAAS;YACb,iCAAiC,EAAE,GAAG,CAAC,+BAA+B;gBACpE,CAAC,CAAC,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACrD,GAAG,CAAC,+BAA+B,CACpC;gBACH,CAAC,CAAC,SAAS;YACb,yCAAyC,EAAE,GAAG,CAAC,uCAAuC;gBACpF,CAAC,CAAC,KAAK,CAAC,8CAA8C,CAAC,UAAU,CAC7D,GAAG,CAAC,uCAAuC,CAC5C;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,kCAAU,aA8BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACtE,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC5E,CAAC,CAAC,SAAS;YACb,iCAAiC,EAAE,GAAG,CAAC,+BAA+B;gBACpE,CAAC,CAAC,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CACjE,GAAG,CAAC,+BAA+B,CACpC;gBACH,CAAC,CAAC,SAAS;YACb,yCAAyC,EAAE,GAAG,CAAC,uCAAuC;gBACpF,CAAC,CAAC,KAAK,CAAC,8CAA8C,CAAC,sBAAsB,CACzE,GAAG,CAAC,uCAAuC,CAC5C;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,8CAAsB,yBA8BrC,CAAA;AACH,CAAC,EA/DgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA+DvC"}
|
|
@@ -27,6 +27,19 @@ export interface UpdateLoadBalancerDetails {
|
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"displayName"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Whether or not the load balancer has delete protection enabled.
|
|
32
|
+
* <p>
|
|
33
|
+
If \"true\", the loadbalancer will be protected against deletion if configured to accept traffic.
|
|
34
|
+
* <p>
|
|
35
|
+
If \"false\", the loadbalancer will not be protected against deletion.
|
|
36
|
+
* <p>
|
|
37
|
+
If null or unset, the value for delete protection will not be changed.
|
|
38
|
+
* <p>
|
|
39
|
+
Example: {@code true}
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"isDeleteProtectionEnabled"?: boolean;
|
|
30
43
|
/**
|
|
31
44
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
32
45
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-load-balancer-details.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/update-load-balancer-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;
|
|
1
|
+
{"version":3,"file":"update-load-balancer-details.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/update-load-balancer-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAmDH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
|
|
@@ -26,7 +26,7 @@ export interface UpdateLoadBalancerShapeDetails {
|
|
|
26
26
|
* <p>
|
|
27
27
|
Example: {@code flexible}
|
|
28
28
|
* <p>
|
|
29
|
-
* NOTE: Fixed shapes 10Mbps, 100Mbps, 400Mbps, 8000Mbps will be deprecated
|
|
29
|
+
* NOTE: Fixed shapes 10Mbps, 100Mbps, 400Mbps, 8000Mbps will be deprecated after May 2023. This api
|
|
30
30
|
* * will only support {@code Flexible} shape after that date.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
@@ -26,11 +26,11 @@ export interface UpdateSSLCipherSuiteDetails {
|
|
|
26
26
|
* <p>
|
|
27
27
|
* __TLSv1.3 ciphers__
|
|
28
28
|
* <p>
|
|
29
|
-
\"
|
|
30
|
-
* \"
|
|
31
|
-
* \"
|
|
32
|
-
* \"
|
|
33
|
-
* \"
|
|
29
|
+
\"TLS_AES_128_GCM_SHA256\"
|
|
30
|
+
* \"TLS_AES_256_GCM_SHA384\"
|
|
31
|
+
* \"TLS_CHACHA20_POLY1305_SHA256\"
|
|
32
|
+
* \"TLS_AES_128_CCM_SHA256\"
|
|
33
|
+
* \"TLS_AES_128_CCM_8_SHA256\"
|
|
34
34
|
* <p>
|
|
35
35
|
* __TLSv1.2 ciphers__
|
|
36
36
|
* <p>
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePathRouteSetRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRoutingPolicyRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRuleSetRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuiteRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateSSLCipherSuiteRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBackendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBackendSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCertificateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostnameRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteHostnameRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListenerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteListenerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLoadBalancerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePathRouteSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRoutingPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRuleSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuiteRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSSLCipherSuiteRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealthRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendHealthRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealthRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendSetHealthRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthCheckerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHealthCheckerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostnameRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHostnameRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealthRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLoadBalancerHealthRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLoadBalancerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPathRouteSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRoutingPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRuleSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuiteRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSSLCipherSuiteRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|