oci-loadbalancer 2.76.1 → 2.77.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 +68 -62
- package/lib/client.js +70 -61
- package/lib/client.js.map +1 -1
- package/lib/model/add-http-request-header-rule.d.ts +5 -5
- package/lib/model/add-http-response-header-rule.d.ts +5 -5
- package/lib/model/allow-rule.d.ts +5 -5
- package/lib/model/backend-details.d.ts +8 -8
- package/lib/model/backend-health.d.ts +4 -4
- package/lib/model/backend-set-details.d.ts +2 -2
- package/lib/model/backend-set-health.d.ts +14 -14
- package/lib/model/backend-set.d.ts +3 -3
- package/lib/model/backend.d.ts +9 -9
- package/lib/model/certificate-details.d.ts +1 -1
- package/lib/model/certificate.d.ts +1 -1
- package/lib/model/connection-configuration.d.ts +2 -2
- package/lib/model/control-access-using-http-methods-rule.d.ts +5 -5
- package/lib/model/create-backend-details.d.ts +8 -8
- package/lib/model/create-backend-set-details.d.ts +3 -3
- package/lib/model/create-certificate-details.d.ts +1 -1
- package/lib/model/create-hostname-details.d.ts +2 -2
- package/lib/model/create-listener-details.d.ts +7 -7
- package/lib/model/create-load-balancer-details.d.ts +8 -8
- package/lib/model/create-path-route-set-details.d.ts +1 -1
- package/lib/model/create-routing-policy-details.d.ts +2 -2
- package/lib/model/create-rule-set-details.d.ts +1 -1
- package/lib/model/create-ss-lcipher-suite-details.d.ts +2 -2
- package/lib/model/extend-http-request-header-value-rule.d.ts +8 -8
- package/lib/model/extend-http-response-header-value-rule.d.ts +8 -8
- package/lib/model/forward-to-backend-set.d.ts +1 -1
- package/lib/model/health-check-result.d.ts +2 -2
- package/lib/model/health-checker-details.d.ts +10 -10
- package/lib/model/health-checker.d.ts +10 -10
- package/lib/model/hostname-details.d.ts +2 -2
- package/lib/model/hostname.d.ts +2 -2
- package/lib/model/http-header-rule.d.ts +1 -1
- package/lib/model/ip-address.d.ts +1 -1
- package/lib/model/l-bcookie-session-persistence-configuration-details.d.ts +34 -34
- package/lib/model/listener-details.d.ts +6 -6
- package/lib/model/listener.d.ts +7 -7
- package/lib/model/load-balancer-health-summary.d.ts +7 -7
- package/lib/model/load-balancer-health.d.ts +16 -16
- package/lib/model/load-balancer-shape.d.ts +1 -1
- package/lib/model/load-balancer.d.ts +7 -7
- package/lib/model/path-match-condition.d.ts +6 -6
- package/lib/model/path-match-type.d.ts +6 -6
- package/lib/model/path-route-set.d.ts +1 -1
- package/lib/model/path-route.d.ts +2 -2
- package/lib/model/redirect-rule.d.ts +5 -5
- package/lib/model/redirect-uri.d.ts +43 -43
- package/lib/model/remove-http-request-header-rule.d.ts +2 -2
- package/lib/model/remove-http-response-header-rule.d.ts +2 -2
- package/lib/model/routing-policy.d.ts +2 -2
- package/lib/model/rule-set.d.ts +1 -1
- package/lib/model/s-sl-cipher-suite-details.d.ts +2 -2
- package/lib/model/s-sl-cipher-suite.d.ts +2 -2
- package/lib/model/s-sl-configuration-details.d.ts +17 -17
- package/lib/model/s-sl-configuration.d.ts +17 -17
- package/lib/model/session-persistence-configuration-details.d.ts +7 -7
- package/lib/model/shape-details.d.ts +2 -2
- package/lib/model/source-vcn-id-condition.d.ts +2 -2
- package/lib/model/source-vcn-ip-address-condition.d.ts +1 -1
- package/lib/model/update-backend-details.d.ts +6 -6
- package/lib/model/update-backend-set-details.d.ts +2 -2
- package/lib/model/update-health-checker-details.d.ts +9 -9
- package/lib/model/update-hostname-details.d.ts +1 -1
- package/lib/model/update-listener-details.d.ts +6 -6
- package/lib/model/update-load-balancer-details.d.ts +3 -3
- package/lib/model/update-load-balancer-shape-details.d.ts +2 -2
- package/lib/model/update-routing-policy-details.d.ts +1 -1
- package/lib/model/update-ss-lcipher-suite-details.d.ts +1 -1
- package/lib/model/work-request.d.ts +3 -3
- package/lib/request/change-load-balancer-compartment-request.d.ts +2 -2
- package/lib/request/create-backend-request.d.ts +3 -3
- package/lib/request/create-backend-set-request.d.ts +2 -2
- package/lib/request/create-certificate-request.d.ts +2 -2
- package/lib/request/create-hostname-request.d.ts +2 -2
- package/lib/request/create-listener-request.d.ts +2 -2
- package/lib/request/create-load-balancer-request.d.ts +1 -1
- package/lib/request/create-path-route-set-request.d.ts +2 -2
- package/lib/request/create-routing-policy-request.d.ts +2 -2
- package/lib/request/create-rule-set-request.d.ts +2 -2
- package/lib/request/create-sslcipher-suite-request.d.ts +2 -2
- package/lib/request/delete-backend-request.d.ts +4 -4
- package/lib/request/delete-backend-set-request.d.ts +3 -3
- package/lib/request/delete-certificate-request.d.ts +3 -3
- package/lib/request/delete-hostname-request.d.ts +3 -3
- package/lib/request/delete-listener-request.d.ts +3 -3
- package/lib/request/delete-load-balancer-request.d.ts +2 -2
- package/lib/request/delete-path-route-set-request.d.ts +3 -3
- package/lib/request/delete-routing-policy-request.d.ts +3 -3
- package/lib/request/delete-rule-set-request.d.ts +3 -3
- package/lib/request/delete-sslcipher-suite-request.d.ts +3 -3
- package/lib/request/get-backend-health-request.d.ts +4 -4
- package/lib/request/get-backend-request.d.ts +4 -4
- package/lib/request/get-backend-set-health-request.d.ts +3 -3
- package/lib/request/get-backend-set-request.d.ts +3 -3
- package/lib/request/get-health-checker-request.d.ts +3 -3
- package/lib/request/get-hostname-request.d.ts +3 -3
- package/lib/request/get-load-balancer-health-request.d.ts +2 -2
- package/lib/request/get-load-balancer-request.d.ts +2 -2
- package/lib/request/get-path-route-set-request.d.ts +3 -3
- package/lib/request/get-routing-policy-request.d.ts +3 -3
- package/lib/request/get-rule-set-request.d.ts +3 -3
- package/lib/request/get-sslcipher-suite-request.d.ts +3 -3
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-backend-sets-request.d.ts +2 -2
- package/lib/request/list-backends-request.d.ts +3 -3
- package/lib/request/list-certificates-request.d.ts +2 -2
- package/lib/request/list-hostnames-request.d.ts +2 -2
- package/lib/request/list-listener-rules-request.d.ts +2 -2
- package/lib/request/list-load-balancer-healths-request.d.ts +4 -4
- package/lib/request/list-load-balancers-request.d.ts +10 -10
- package/lib/request/list-path-route-sets-request.d.ts +2 -2
- package/lib/request/list-policies-request.d.ts +4 -4
- package/lib/request/list-protocols-request.d.ts +4 -4
- package/lib/request/list-routing-policies-request.d.ts +5 -5
- package/lib/request/list-rule-sets-request.d.ts +2 -2
- package/lib/request/list-shapes-request.d.ts +4 -4
- package/lib/request/list-sslcipher-suites-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +4 -4
- package/lib/request/update-backend-request.d.ts +4 -4
- package/lib/request/update-backend-set-request.d.ts +3 -3
- package/lib/request/update-health-checker-request.d.ts +3 -3
- package/lib/request/update-hostname-request.d.ts +3 -3
- package/lib/request/update-listener-request.d.ts +3 -3
- package/lib/request/update-load-balancer-request.d.ts +2 -2
- package/lib/request/update-load-balancer-shape-request.d.ts +2 -2
- package/lib/request/update-network-security-groups-request.d.ts +2 -2
- package/lib/request/update-path-route-set-request.d.ts +3 -3
- package/lib/request/update-routing-policy-request.d.ts +3 -3
- package/lib/request/update-rule-set-request.d.ts +3 -3
- package/lib/request/update-sslcipher-suite-request.d.ts +3 -3
- package/lib/response/get-backend-health-response.d.ts +1 -1
- package/lib/response/get-backend-response.d.ts +1 -1
- package/lib/response/get-backend-set-health-response.d.ts +1 -1
- package/lib/response/get-backend-set-response.d.ts +1 -1
- package/lib/response/get-health-checker-response.d.ts +1 -1
- package/lib/response/get-hostname-response.d.ts +1 -1
- package/lib/response/get-load-balancer-health-response.d.ts +1 -1
- package/lib/response/get-load-balancer-response.d.ts +1 -1
- package/lib/response/get-path-route-set-response.d.ts +1 -1
- package/lib/response/get-routing-policy-response.d.ts +1 -1
- package/lib/response/get-rule-set-response.d.ts +1 -1
- package/lib/response/get-sslcipher-suite-response.d.ts +1 -1
- package/lib/response/list-backend-sets-response.d.ts +1 -1
- package/lib/response/list-backends-response.d.ts +1 -1
- package/lib/response/list-certificates-response.d.ts +1 -1
- package/lib/response/list-hostnames-response.d.ts +1 -1
- package/lib/response/list-listener-rules-response.d.ts +1 -1
- package/lib/response/list-path-route-sets-response.d.ts +1 -1
- package/lib/response/list-routing-policies-response.d.ts +1 -1
- package/lib/response/list-rule-sets-response.d.ts +1 -1
- package/lib/response/list-sslcipher-suites-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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.77.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateCertificateRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,7 +49,7 @@ export interface CreateCertificateRequest extends common.BaseRequest {
|
|
|
49
49
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
50
50
|
* ETag value.
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code example-etag}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostnameRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateHostnameRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -40,7 +40,7 @@ export interface CreateHostnameRequest extends common.BaseRequest {
|
|
|
40
40
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
41
41
|
* ETag value.
|
|
42
42
|
* <p>
|
|
43
|
-
Example:
|
|
43
|
+
Example: {@code example-etag}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListenerRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateListenerRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,7 +49,7 @@ export interface CreateListenerRequest extends common.BaseRequest {
|
|
|
49
49
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
50
50
|
* ETag value.
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code example-etag}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"ifMatch"?: string;
|
|
@@ -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.77.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.77.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePathRouteSetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,7 +49,7 @@ export interface CreatePathRouteSetRequest extends common.BaseRequest {
|
|
|
49
49
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
50
50
|
* ETag value.
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code example-etag}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRoutingPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,7 +49,7 @@ export interface CreateRoutingPolicyRequest extends common.BaseRequest {
|
|
|
49
49
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
50
50
|
* ETag value.
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code example-etag}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRuleSetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,7 +49,7 @@ export interface CreateRuleSetRequest extends common.BaseRequest {
|
|
|
49
49
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
50
50
|
* ETag value.
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code example-etag}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuiteRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateSSLCipherSuiteRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -50,7 +50,7 @@ export interface CreateSSLCipherSuiteRequest extends common.BaseRequest {
|
|
|
50
50
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
51
51
|
* ETag value.
|
|
52
52
|
* <p>
|
|
53
|
-
Example:
|
|
53
|
+
Example: {@code example-etag}
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBackendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,14 +22,14 @@ export interface DeleteBackendRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the backend set associated with the backend server.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_backend_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"backendSetName": string;
|
|
29
29
|
/**
|
|
30
30
|
* The IP address and port of the backend server to remove.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 10.0.0.3:8080}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"backendName": string;
|
|
@@ -49,7 +49,7 @@ export interface DeleteBackendRequest extends common.BaseRequest {
|
|
|
49
49
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
50
50
|
* ETag value.
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code example-etag}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBackendSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface DeleteBackendSetRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the backend set to delete.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_backend_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"backendSetName": string;
|
|
@@ -42,7 +42,7 @@ export interface DeleteBackendSetRequest extends common.BaseRequest {
|
|
|
42
42
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
43
|
* ETag value.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code example-etag}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCertificateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -24,7 +24,7 @@ export interface DeleteCertificateRequest extends common.BaseRequest {
|
|
|
24
24
|
/**
|
|
25
25
|
* The name of the certificate bundle to delete.
|
|
26
26
|
* <p>
|
|
27
|
-
Example:
|
|
27
|
+
Example: {@code example_certificate_bundle}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"certificateName": string;
|
|
@@ -44,7 +44,7 @@ export interface DeleteCertificateRequest extends common.BaseRequest {
|
|
|
44
44
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
45
45
|
* ETag value.
|
|
46
46
|
* <p>
|
|
47
|
-
Example:
|
|
47
|
+
Example: {@code example-etag}
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostnameRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteHostnameRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface DeleteHostnameRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the hostname resource to delete.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_hostname_001}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"name": string;
|
|
@@ -42,7 +42,7 @@ export interface DeleteHostnameRequest extends common.BaseRequest {
|
|
|
42
42
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
43
|
* ETag value.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code example-etag}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListenerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteListenerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface DeleteListenerRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the listener to delete.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_listener}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"listenerName": string;
|
|
@@ -42,7 +42,7 @@ export interface DeleteListenerRequest extends common.BaseRequest {
|
|
|
42
42
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
43
|
* ETag value.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code example-etag}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteLoadBalancerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -35,7 +35,7 @@ export interface DeleteLoadBalancerRequest extends common.BaseRequest {
|
|
|
35
35
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
36
36
|
* ETag value.
|
|
37
37
|
* <p>
|
|
38
|
-
Example:
|
|
38
|
+
Example: {@code example-etag}
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePathRouteSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface DeletePathRouteSetRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the path route set to delete.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_path_route_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"pathRouteSetName": string;
|
|
@@ -42,7 +42,7 @@ export interface DeletePathRouteSetRequest extends common.BaseRequest {
|
|
|
42
42
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
43
|
* ETag value.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code example-etag}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRoutingPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface DeleteRoutingPolicyRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the routing policy to delete.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_routing_policy}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"routingPolicyName": string;
|
|
@@ -42,7 +42,7 @@ export interface DeleteRoutingPolicyRequest extends common.BaseRequest {
|
|
|
42
42
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
43
|
* ETag value.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code example-etag}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRuleSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface DeleteRuleSetRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the rule set to delete.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_rule_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"ruleSetName": string;
|
|
@@ -42,7 +42,7 @@ export interface DeleteRuleSetRequest extends common.BaseRequest {
|
|
|
42
42
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
43
|
* ETag value.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code example-etag}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuiteRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSSLCipherSuiteRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -23,7 +23,7 @@ export interface DeleteSSLCipherSuiteRequest extends common.BaseRequest {
|
|
|
23
23
|
/**
|
|
24
24
|
* The name of the SSL cipher suite to delete.
|
|
25
25
|
* <p>
|
|
26
|
-
example:
|
|
26
|
+
example: {@code example_cipher_suite}
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"name": string;
|
|
@@ -43,7 +43,7 @@ export interface DeleteSSLCipherSuiteRequest extends common.BaseRequest {
|
|
|
43
43
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
44
44
|
* ETag value.
|
|
45
45
|
* <p>
|
|
46
|
-
Example:
|
|
46
|
+
Example: {@code example-etag}
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealthRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendHealthRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,14 +22,14 @@ export interface GetBackendHealthRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the backend set associated with the backend server to retrieve the health status for.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_backend_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"backendSetName": string;
|
|
29
29
|
/**
|
|
30
30
|
* The IP address and port of the backend server to retrieve the health status for.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 10.0.0.3:8080}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"backendName": string;
|
|
@@ -49,7 +49,7 @@ export interface GetBackendHealthRequest extends common.BaseRequest {
|
|
|
49
49
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
50
50
|
* ETag value.
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code example-etag}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,14 +22,14 @@ export interface GetBackendRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the backend set that includes the backend server.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_backend_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"backendSetName": string;
|
|
29
29
|
/**
|
|
30
30
|
* The IP address and port of the backend server to retrieve.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 10.0.0.3:8080}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"backendName": string;
|
|
@@ -49,7 +49,7 @@ export interface GetBackendRequest extends common.BaseRequest {
|
|
|
49
49
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
50
50
|
* ETag value.
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code example-etag}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealthRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendSetHealthRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface GetBackendSetHealthRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the backend set to retrieve the health status for.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_backend_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"backendSetName": string;
|
|
@@ -42,7 +42,7 @@ export interface GetBackendSetHealthRequest extends common.BaseRequest {
|
|
|
42
42
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
43
|
* ETag value.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code example-etag}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface GetBackendSetRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the backend set to retrieve.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_backend_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"backendSetName": string;
|
|
@@ -42,7 +42,7 @@ export interface GetBackendSetRequest extends common.BaseRequest {
|
|
|
42
42
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
43
|
* ETag value.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code example-etag}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthCheckerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHealthCheckerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface GetHealthCheckerRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the backend set associated with the health check policy to be retrieved.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_backend_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"backendSetName": string;
|
|
@@ -42,7 +42,7 @@ export interface GetHealthCheckerRequest extends common.BaseRequest {
|
|
|
42
42
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
43
|
* ETag value.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code example-etag}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostnameRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHostnameRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface GetHostnameRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the hostname resource to retrieve.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_hostname_001}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"name": string;
|
|
@@ -42,7 +42,7 @@ export interface GetHostnameRequest extends common.BaseRequest {
|
|
|
42
42
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
43
|
* ETag value.
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code example-etag}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealthRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLoadBalancerHealthRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -35,7 +35,7 @@ export interface GetLoadBalancerHealthRequest extends common.BaseRequest {
|
|
|
35
35
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
36
36
|
* ETag value.
|
|
37
37
|
* <p>
|
|
38
|
-
Example:
|
|
38
|
+
Example: {@code example-etag}
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"ifMatch"?: string;
|
|
@@ -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.77.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLoadBalancerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -35,7 +35,7 @@ export interface GetLoadBalancerRequest extends common.BaseRequest {
|
|
|
35
35
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
36
36
|
* ETag value.
|
|
37
37
|
* <p>
|
|
38
|
-
Example:
|
|
38
|
+
Example: {@code example-etag}
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"ifMatch"?: string;
|