oci-loadbalancer 2.37.0 → 2.40.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 +268 -108
- package/lib/client.js.map +1 -1
- package/lib/model/action.js +5 -2
- package/lib/model/action.js.map +1 -1
- package/lib/model/create-load-balancer-details.d.ts +3 -1
- package/lib/model/create-load-balancer-details.js.map +1 -1
- package/lib/model/rule-condition.js +5 -2
- package/lib/model/rule-condition.js.map +1 -1
- package/lib/model/rule.js +5 -2
- package/lib/model/rule.js.map +1 -1
- package/lib/model/shape-details.d.ts +1 -1
- package/lib/model/update-load-balancer-shape-details.d.ts +4 -1
- package/lib/model/update-load-balancer-shape-details.js.map +1 -1
- package/lib/request/change-load-balancer-compartment-request.d.ts +9 -4
- package/lib/request/create-backend-request.d.ts +15 -1
- package/lib/request/create-backend-set-request.d.ts +15 -1
- package/lib/request/create-certificate-request.d.ts +15 -1
- package/lib/request/create-hostname-request.d.ts +15 -1
- package/lib/request/create-listener-request.d.ts +15 -1
- package/lib/request/create-load-balancer-request.d.ts +1 -1
- package/lib/request/create-path-route-set-request.d.ts +15 -1
- package/lib/request/create-routing-policy-request.d.ts +15 -1
- package/lib/request/create-rule-set-request.d.ts +24 -1
- package/lib/request/create-sslcipher-suite-request.d.ts +15 -1
- package/lib/request/delete-backend-request.d.ts +15 -1
- package/lib/request/delete-backend-set-request.d.ts +15 -1
- package/lib/request/delete-certificate-request.d.ts +15 -1
- package/lib/request/delete-hostname-request.d.ts +15 -1
- package/lib/request/delete-listener-request.d.ts +15 -1
- package/lib/request/delete-load-balancer-request.d.ts +15 -1
- package/lib/request/delete-path-route-set-request.d.ts +15 -1
- package/lib/request/delete-routing-policy-request.d.ts +15 -1
- package/lib/request/delete-rule-set-request.d.ts +15 -1
- package/lib/request/delete-sslcipher-suite-request.d.ts +15 -1
- package/lib/request/get-backend-health-request.d.ts +15 -1
- package/lib/request/get-backend-request.d.ts +15 -1
- package/lib/request/get-backend-set-health-request.d.ts +15 -1
- package/lib/request/get-backend-set-request.d.ts +15 -1
- package/lib/request/get-health-checker-request.d.ts +15 -1
- package/lib/request/get-hostname-request.d.ts +15 -1
- package/lib/request/get-load-balancer-health-request.d.ts +15 -1
- package/lib/request/get-load-balancer-request.d.ts +15 -1
- package/lib/request/get-path-route-set-request.d.ts +15 -1
- package/lib/request/get-routing-policy-request.d.ts +15 -1
- package/lib/request/get-rule-set-request.d.ts +15 -1
- package/lib/request/get-sslcipher-suite-request.d.ts +15 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-backend-sets-request.d.ts +15 -1
- package/lib/request/list-backends-request.d.ts +15 -1
- package/lib/request/list-certificates-request.d.ts +15 -1
- package/lib/request/list-hostnames-request.d.ts +15 -1
- package/lib/request/list-listener-rules-request.d.ts +15 -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 +15 -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 +15 -1
- package/lib/request/list-rule-sets-request.d.ts +15 -1
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-sslcipher-suites-request.d.ts +15 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-backend-request.d.ts +15 -1
- package/lib/request/update-backend-set-request.d.ts +15 -1
- package/lib/request/update-health-checker-request.d.ts +15 -1
- package/lib/request/update-hostname-request.d.ts +24 -1
- package/lib/request/update-listener-request.d.ts +15 -1
- package/lib/request/update-load-balancer-request.d.ts +15 -1
- package/lib/request/update-load-balancer-shape-request.d.ts +15 -1
- package/lib/request/update-network-security-groups-request.d.ts +15 -1
- package/lib/request/update-path-route-set-request.d.ts +15 -1
- package/lib/request/update-routing-policy-request.d.ts +15 -1
- package/lib/request/update-rule-set-request.d.ts +24 -1
- package/lib/request/update-sslcipher-suite-request.d.ts +15 -1
- package/lib/response/change-load-balancer-compartment-response.d.ts +2 -2
- package/lib/response/create-backend-response.d.ts +2 -2
- package/lib/response/create-backend-set-response.d.ts +2 -2
- package/lib/response/create-certificate-response.d.ts +2 -2
- package/lib/response/create-hostname-response.d.ts +2 -2
- package/lib/response/create-listener-response.d.ts +2 -2
- package/lib/response/create-load-balancer-response.d.ts +2 -2
- package/lib/response/create-path-route-set-response.d.ts +2 -2
- package/lib/response/create-routing-policy-response.d.ts +2 -2
- package/lib/response/create-rule-set-response.d.ts +2 -2
- package/lib/response/create-sslcipher-suite-response.d.ts +2 -2
- package/lib/response/delete-backend-response.d.ts +2 -2
- package/lib/response/delete-backend-set-response.d.ts +2 -2
- package/lib/response/delete-certificate-response.d.ts +2 -2
- package/lib/response/delete-hostname-response.d.ts +2 -2
- package/lib/response/delete-listener-response.d.ts +2 -2
- package/lib/response/delete-load-balancer-response.d.ts +2 -2
- package/lib/response/delete-path-route-set-response.d.ts +2 -2
- package/lib/response/delete-routing-policy-response.d.ts +2 -2
- package/lib/response/delete-rule-set-response.d.ts +2 -2
- package/lib/response/delete-sslcipher-suite-response.d.ts +2 -2
- package/lib/response/get-backend-health-response.d.ts +11 -2
- package/lib/response/get-backend-response.d.ts +11 -2
- package/lib/response/get-backend-set-health-response.d.ts +11 -2
- package/lib/response/get-backend-set-response.d.ts +11 -2
- package/lib/response/get-health-checker-response.d.ts +11 -2
- package/lib/response/get-hostname-response.d.ts +11 -2
- package/lib/response/get-load-balancer-health-response.d.ts +11 -2
- package/lib/response/get-load-balancer-response.d.ts +11 -2
- package/lib/response/get-path-route-set-response.d.ts +11 -2
- package/lib/response/get-routing-policy-response.d.ts +11 -2
- package/lib/response/get-rule-set-response.d.ts +11 -2
- package/lib/response/get-sslcipher-suite-response.d.ts +11 -2
- package/lib/response/get-work-request-response.d.ts +2 -2
- package/lib/response/list-backend-sets-response.d.ts +11 -2
- package/lib/response/list-backends-response.d.ts +11 -2
- package/lib/response/list-certificates-response.d.ts +11 -2
- package/lib/response/list-hostnames-response.d.ts +11 -2
- package/lib/response/list-listener-rules-response.d.ts +11 -2
- package/lib/response/list-load-balancer-healths-response.d.ts +5 -4
- package/lib/response/list-load-balancers-response.d.ts +5 -4
- package/lib/response/list-path-route-sets-response.d.ts +11 -2
- package/lib/response/list-policies-response.d.ts +5 -4
- package/lib/response/list-protocols-response.d.ts +5 -4
- package/lib/response/list-routing-policies-response.d.ts +14 -4
- package/lib/response/list-rule-sets-response.d.ts +11 -2
- package/lib/response/list-shapes-response.d.ts +5 -4
- package/lib/response/list-sslcipher-suites-response.d.ts +11 -2
- package/lib/response/list-work-requests-response.d.ts +5 -4
- package/lib/response/update-backend-response.d.ts +2 -2
- package/lib/response/update-backend-set-response.d.ts +2 -2
- package/lib/response/update-health-checker-response.d.ts +2 -2
- package/lib/response/update-hostname-response.d.ts +2 -2
- package/lib/response/update-listener-response.d.ts +2 -2
- package/lib/response/update-load-balancer-response.d.ts +2 -2
- package/lib/response/update-load-balancer-shape-response.d.ts +2 -2
- package/lib/response/update-network-security-groups-response.d.ts +2 -2
- package/lib/response/update-path-route-set-response.d.ts +2 -2
- package/lib/response/update-routing-policy-response.d.ts +2 -2
- package/lib/response/update-rule-set-response.d.ts +2 -2
- package/lib/response/update-sslcipher-suite-response.d.ts +2 -2
- package/package.json +3 -3
|
@@ -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.40.0/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuiteRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSSLCipherSuiteRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -33,4 +33,18 @@ export interface DeleteSSLCipherSuiteRequest extends common.BaseRequest {
|
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"opcRequestId"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
38
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
39
|
+
* or POST response for any resource of that load balancer.
|
|
40
|
+
* <p>
|
|
41
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
42
|
+
* <p>
|
|
43
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
44
|
+
* ETag value.
|
|
45
|
+
* <p>
|
|
46
|
+
Example: `example-etag`
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"ifMatch"?: string;
|
|
36
50
|
}
|
|
@@ -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.40.0/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealthRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendHealthRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -39,4 +39,18 @@ export interface GetBackendHealthRequest extends common.BaseRequest {
|
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"opcRequestId"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
44
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
45
|
+
* or POST response for any resource of that load balancer.
|
|
46
|
+
* <p>
|
|
47
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
48
|
+
* <p>
|
|
49
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
50
|
+
* ETag value.
|
|
51
|
+
* <p>
|
|
52
|
+
Example: `example-etag`
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"ifMatch"?: string;
|
|
42
56
|
}
|
|
@@ -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.40.0/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackendRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -39,4 +39,18 @@ export interface GetBackendRequest extends common.BaseRequest {
|
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
"opcRequestId"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
44
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
45
|
+
* or POST response for any resource of that load balancer.
|
|
46
|
+
* <p>
|
|
47
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
48
|
+
* <p>
|
|
49
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
50
|
+
* ETag value.
|
|
51
|
+
* <p>
|
|
52
|
+
Example: `example-etag`
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"ifMatch"?: string;
|
|
42
56
|
}
|
|
@@ -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.40.0/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealthRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendSetHealthRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -32,4 +32,18 @@ export interface GetBackendSetHealthRequest extends common.BaseRequest {
|
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
37
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
38
|
+
* or POST response for any resource of that load balancer.
|
|
39
|
+
* <p>
|
|
40
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
41
|
+
* <p>
|
|
42
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
|
+
* ETag value.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: `example-etag`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
35
49
|
}
|
|
@@ -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.40.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBackendSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -32,4 +32,18 @@ export interface GetBackendSetRequest extends common.BaseRequest {
|
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
37
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
38
|
+
* or POST response for any resource of that load balancer.
|
|
39
|
+
* <p>
|
|
40
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
41
|
+
* <p>
|
|
42
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
|
+
* ETag value.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: `example-etag`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
35
49
|
}
|
|
@@ -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.40.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthCheckerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHealthCheckerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -32,4 +32,18 @@ export interface GetHealthCheckerRequest extends common.BaseRequest {
|
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
37
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
38
|
+
* or POST response for any resource of that load balancer.
|
|
39
|
+
* <p>
|
|
40
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
41
|
+
* <p>
|
|
42
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
|
+
* ETag value.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: `example-etag`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
35
49
|
}
|
|
@@ -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.40.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostnameRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHostnameRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -32,4 +32,18 @@ export interface GetHostnameRequest extends common.BaseRequest {
|
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
37
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
38
|
+
* or POST response for any resource of that load balancer.
|
|
39
|
+
* <p>
|
|
40
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
41
|
+
* <p>
|
|
42
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
|
+
* ETag value.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: `example-etag`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
35
49
|
}
|
|
@@ -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.40.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealthRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLoadBalancerHealthRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,4 +25,18 @@ export interface GetLoadBalancerHealthRequest extends common.BaseRequest {
|
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
30
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
31
|
+
* or POST response for any resource of that load balancer.
|
|
32
|
+
* <p>
|
|
33
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
34
|
+
* <p>
|
|
35
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
36
|
+
* ETag value.
|
|
37
|
+
* <p>
|
|
38
|
+
Example: `example-etag`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"ifMatch"?: string;
|
|
28
42
|
}
|
|
@@ -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.40.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancerRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetLoadBalancerRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,4 +25,18 @@ export interface GetLoadBalancerRequest extends common.BaseRequest {
|
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
30
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
31
|
+
* or POST response for any resource of that load balancer.
|
|
32
|
+
* <p>
|
|
33
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
34
|
+
* <p>
|
|
35
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
36
|
+
* ETag value.
|
|
37
|
+
* <p>
|
|
38
|
+
Example: `example-etag`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"ifMatch"?: string;
|
|
28
42
|
}
|
|
@@ -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.40.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPathRouteSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -32,4 +32,18 @@ export interface GetPathRouteSetRequest extends common.BaseRequest {
|
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
37
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
38
|
+
* or POST response for any resource of that load balancer.
|
|
39
|
+
* <p>
|
|
40
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
41
|
+
* <p>
|
|
42
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
|
+
* ETag value.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: `example-etag`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
35
49
|
}
|
|
@@ -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.40.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRoutingPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -32,4 +32,18 @@ export interface GetRoutingPolicyRequest extends common.BaseRequest {
|
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
37
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
38
|
+
* or POST response for any resource of that load balancer.
|
|
39
|
+
* <p>
|
|
40
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
41
|
+
* <p>
|
|
42
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
|
+
* ETag value.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: `example-etag`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
35
49
|
}
|
|
@@ -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.40.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRuleSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -32,4 +32,18 @@ export interface GetRuleSetRequest extends common.BaseRequest {
|
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
37
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
38
|
+
* or POST response for any resource of that load balancer.
|
|
39
|
+
* <p>
|
|
40
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
41
|
+
* <p>
|
|
42
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
|
+
* ETag value.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: `example-etag`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
35
49
|
}
|
|
@@ -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.40.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuiteRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSSLCipherSuiteRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -33,4 +33,18 @@ export interface GetSSLCipherSuiteRequest extends common.BaseRequest {
|
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"opcRequestId"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
38
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
39
|
+
* or POST response for any resource of that load balancer.
|
|
40
|
+
* <p>
|
|
41
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
42
|
+
* <p>
|
|
43
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
44
|
+
* ETag value.
|
|
45
|
+
* <p>
|
|
46
|
+
Example: `example-etag`
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"ifMatch"?: string;
|
|
36
50
|
}
|
|
@@ -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.40.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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.40.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBackendSetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,4 +25,18 @@ export interface ListBackendSetsRequest extends common.BaseRequest {
|
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
30
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
31
|
+
* or POST response for any resource of that load balancer.
|
|
32
|
+
* <p>
|
|
33
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
34
|
+
* <p>
|
|
35
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
36
|
+
* ETag value.
|
|
37
|
+
* <p>
|
|
38
|
+
Example: `example-etag`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"ifMatch"?: string;
|
|
28
42
|
}
|
|
@@ -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.40.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackendsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBackendsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -32,4 +32,18 @@ export interface ListBackendsRequest extends common.BaseRequest {
|
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
37
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
38
|
+
* or POST response for any resource of that load balancer.
|
|
39
|
+
* <p>
|
|
40
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
41
|
+
* <p>
|
|
42
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
43
|
+
* ETag value.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: `example-etag`
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"ifMatch"?: string;
|
|
35
49
|
}
|
|
@@ -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.40.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCertificatesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -27,4 +27,18 @@ export interface ListCertificatesRequest extends common.BaseRequest {
|
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
32
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
33
|
+
* or POST response for any resource of that load balancer.
|
|
34
|
+
* <p>
|
|
35
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
36
|
+
* <p>
|
|
37
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
38
|
+
* ETag value.
|
|
39
|
+
* <p>
|
|
40
|
+
Example: `example-etag`
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"ifMatch"?: string;
|
|
30
44
|
}
|
|
@@ -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.40.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnamesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListHostnamesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -27,4 +27,18 @@ export interface ListHostnamesRequest extends common.BaseRequest {
|
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
32
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
33
|
+
* or POST response for any resource of that load balancer.
|
|
34
|
+
* <p>
|
|
35
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
36
|
+
* <p>
|
|
37
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
38
|
+
* ETag value.
|
|
39
|
+
* <p>
|
|
40
|
+
Example: `example-etag`
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"ifMatch"?: string;
|
|
30
44
|
}
|
|
@@ -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.40.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRulesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListListenerRulesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -30,4 +30,18 @@ export interface ListListenerRulesRequest extends common.BaseRequest {
|
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
35
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
36
|
+
* or POST response for any resource of that load balancer.
|
|
37
|
+
* <p>
|
|
38
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
39
|
+
* <p>
|
|
40
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
41
|
+
* ETag value.
|
|
42
|
+
* <p>
|
|
43
|
+
Example: `example-etag`
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"ifMatch"?: string;
|
|
33
47
|
}
|
|
@@ -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.40.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealthsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLoadBalancerHealthsRequest 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.40.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLoadBalancersRequest 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.40.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPathRouteSetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -27,4 +27,18 @@ export interface ListPathRouteSetsRequest extends common.BaseRequest {
|
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"opcRequestId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
32
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
33
|
+
* or POST response for any resource of that load balancer.
|
|
34
|
+
* <p>
|
|
35
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
36
|
+
* <p>
|
|
37
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
38
|
+
* ETag value.
|
|
39
|
+
* <p>
|
|
40
|
+
Example: `example-etag`
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"ifMatch"?: string;
|
|
30
44
|
}
|
|
@@ -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.40.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPoliciesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPoliciesRequest 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.40.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocolsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListProtocolsRequest 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.40.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPoliciesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRoutingPoliciesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -42,4 +42,18 @@ export interface ListRoutingPoliciesRequest extends common.BaseRequest {
|
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"page"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
47
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
48
|
+
* or POST response for any resource of that load balancer.
|
|
49
|
+
* <p>
|
|
50
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
51
|
+
* <p>
|
|
52
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
53
|
+
* ETag value.
|
|
54
|
+
* <p>
|
|
55
|
+
Example: `example-etag`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"ifMatch"?: string;
|
|
45
59
|
}
|
|
@@ -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.40.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRuleSetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,4 +25,18 @@ export interface ListRuleSetsRequest extends common.BaseRequest {
|
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
|
|
30
|
+
* parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
|
|
31
|
+
* or POST response for any resource of that load balancer.
|
|
32
|
+
* <p>
|
|
33
|
+
For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
|
|
34
|
+
* <p>
|
|
35
|
+
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
36
|
+
* ETag value.
|
|
37
|
+
* <p>
|
|
38
|
+
Example: `example-etag`
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"ifMatch"?: string;
|
|
28
42
|
}
|