oci-loadbalancer 2.37.0 → 2.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/lib/client.d.ts +61 -61
  2. package/lib/client.js +268 -108
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-load-balancer-details.d.ts +3 -1
  5. package/lib/model/create-load-balancer-details.js.map +1 -1
  6. package/lib/model/shape-details.d.ts +1 -1
  7. package/lib/model/update-load-balancer-shape-details.d.ts +4 -1
  8. package/lib/model/update-load-balancer-shape-details.js.map +1 -1
  9. package/lib/request/change-load-balancer-compartment-request.d.ts +9 -4
  10. package/lib/request/create-backend-request.d.ts +15 -1
  11. package/lib/request/create-backend-set-request.d.ts +15 -1
  12. package/lib/request/create-certificate-request.d.ts +15 -1
  13. package/lib/request/create-hostname-request.d.ts +15 -1
  14. package/lib/request/create-listener-request.d.ts +15 -1
  15. package/lib/request/create-load-balancer-request.d.ts +1 -1
  16. package/lib/request/create-path-route-set-request.d.ts +15 -1
  17. package/lib/request/create-routing-policy-request.d.ts +15 -1
  18. package/lib/request/create-rule-set-request.d.ts +24 -1
  19. package/lib/request/create-sslcipher-suite-request.d.ts +15 -1
  20. package/lib/request/delete-backend-request.d.ts +15 -1
  21. package/lib/request/delete-backend-set-request.d.ts +15 -1
  22. package/lib/request/delete-certificate-request.d.ts +15 -1
  23. package/lib/request/delete-hostname-request.d.ts +15 -1
  24. package/lib/request/delete-listener-request.d.ts +15 -1
  25. package/lib/request/delete-load-balancer-request.d.ts +15 -1
  26. package/lib/request/delete-path-route-set-request.d.ts +15 -1
  27. package/lib/request/delete-routing-policy-request.d.ts +15 -1
  28. package/lib/request/delete-rule-set-request.d.ts +15 -1
  29. package/lib/request/delete-sslcipher-suite-request.d.ts +15 -1
  30. package/lib/request/get-backend-health-request.d.ts +15 -1
  31. package/lib/request/get-backend-request.d.ts +15 -1
  32. package/lib/request/get-backend-set-health-request.d.ts +15 -1
  33. package/lib/request/get-backend-set-request.d.ts +15 -1
  34. package/lib/request/get-health-checker-request.d.ts +15 -1
  35. package/lib/request/get-hostname-request.d.ts +15 -1
  36. package/lib/request/get-load-balancer-health-request.d.ts +15 -1
  37. package/lib/request/get-load-balancer-request.d.ts +15 -1
  38. package/lib/request/get-path-route-set-request.d.ts +15 -1
  39. package/lib/request/get-routing-policy-request.d.ts +15 -1
  40. package/lib/request/get-rule-set-request.d.ts +15 -1
  41. package/lib/request/get-sslcipher-suite-request.d.ts +15 -1
  42. package/lib/request/get-work-request-request.d.ts +1 -1
  43. package/lib/request/list-backend-sets-request.d.ts +15 -1
  44. package/lib/request/list-backends-request.d.ts +15 -1
  45. package/lib/request/list-certificates-request.d.ts +15 -1
  46. package/lib/request/list-hostnames-request.d.ts +15 -1
  47. package/lib/request/list-listener-rules-request.d.ts +15 -1
  48. package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
  49. package/lib/request/list-load-balancers-request.d.ts +1 -1
  50. package/lib/request/list-path-route-sets-request.d.ts +15 -1
  51. package/lib/request/list-policies-request.d.ts +1 -1
  52. package/lib/request/list-protocols-request.d.ts +1 -1
  53. package/lib/request/list-routing-policies-request.d.ts +15 -1
  54. package/lib/request/list-rule-sets-request.d.ts +15 -1
  55. package/lib/request/list-shapes-request.d.ts +1 -1
  56. package/lib/request/list-sslcipher-suites-request.d.ts +15 -1
  57. package/lib/request/list-work-requests-request.d.ts +1 -1
  58. package/lib/request/update-backend-request.d.ts +15 -1
  59. package/lib/request/update-backend-set-request.d.ts +15 -1
  60. package/lib/request/update-health-checker-request.d.ts +15 -1
  61. package/lib/request/update-hostname-request.d.ts +24 -1
  62. package/lib/request/update-listener-request.d.ts +15 -1
  63. package/lib/request/update-load-balancer-request.d.ts +15 -1
  64. package/lib/request/update-load-balancer-shape-request.d.ts +15 -1
  65. package/lib/request/update-network-security-groups-request.d.ts +15 -1
  66. package/lib/request/update-path-route-set-request.d.ts +15 -1
  67. package/lib/request/update-routing-policy-request.d.ts +15 -1
  68. package/lib/request/update-rule-set-request.d.ts +24 -1
  69. package/lib/request/update-sslcipher-suite-request.d.ts +15 -1
  70. package/lib/response/change-load-balancer-compartment-response.d.ts +2 -2
  71. package/lib/response/create-backend-response.d.ts +2 -2
  72. package/lib/response/create-backend-set-response.d.ts +2 -2
  73. package/lib/response/create-certificate-response.d.ts +2 -2
  74. package/lib/response/create-hostname-response.d.ts +2 -2
  75. package/lib/response/create-listener-response.d.ts +2 -2
  76. package/lib/response/create-load-balancer-response.d.ts +2 -2
  77. package/lib/response/create-path-route-set-response.d.ts +2 -2
  78. package/lib/response/create-routing-policy-response.d.ts +2 -2
  79. package/lib/response/create-rule-set-response.d.ts +2 -2
  80. package/lib/response/create-sslcipher-suite-response.d.ts +2 -2
  81. package/lib/response/delete-backend-response.d.ts +2 -2
  82. package/lib/response/delete-backend-set-response.d.ts +2 -2
  83. package/lib/response/delete-certificate-response.d.ts +2 -2
  84. package/lib/response/delete-hostname-response.d.ts +2 -2
  85. package/lib/response/delete-listener-response.d.ts +2 -2
  86. package/lib/response/delete-load-balancer-response.d.ts +2 -2
  87. package/lib/response/delete-path-route-set-response.d.ts +2 -2
  88. package/lib/response/delete-routing-policy-response.d.ts +2 -2
  89. package/lib/response/delete-rule-set-response.d.ts +2 -2
  90. package/lib/response/delete-sslcipher-suite-response.d.ts +2 -2
  91. package/lib/response/get-backend-health-response.d.ts +11 -2
  92. package/lib/response/get-backend-response.d.ts +11 -2
  93. package/lib/response/get-backend-set-health-response.d.ts +11 -2
  94. package/lib/response/get-backend-set-response.d.ts +11 -2
  95. package/lib/response/get-health-checker-response.d.ts +11 -2
  96. package/lib/response/get-hostname-response.d.ts +11 -2
  97. package/lib/response/get-load-balancer-health-response.d.ts +11 -2
  98. package/lib/response/get-load-balancer-response.d.ts +11 -2
  99. package/lib/response/get-path-route-set-response.d.ts +11 -2
  100. package/lib/response/get-routing-policy-response.d.ts +11 -2
  101. package/lib/response/get-rule-set-response.d.ts +11 -2
  102. package/lib/response/get-sslcipher-suite-response.d.ts +11 -2
  103. package/lib/response/get-work-request-response.d.ts +2 -2
  104. package/lib/response/list-backend-sets-response.d.ts +11 -2
  105. package/lib/response/list-backends-response.d.ts +11 -2
  106. package/lib/response/list-certificates-response.d.ts +11 -2
  107. package/lib/response/list-hostnames-response.d.ts +11 -2
  108. package/lib/response/list-listener-rules-response.d.ts +11 -2
  109. package/lib/response/list-load-balancer-healths-response.d.ts +5 -4
  110. package/lib/response/list-load-balancers-response.d.ts +5 -4
  111. package/lib/response/list-path-route-sets-response.d.ts +11 -2
  112. package/lib/response/list-policies-response.d.ts +5 -4
  113. package/lib/response/list-protocols-response.d.ts +5 -4
  114. package/lib/response/list-routing-policies-response.d.ts +14 -4
  115. package/lib/response/list-rule-sets-response.d.ts +11 -2
  116. package/lib/response/list-shapes-response.d.ts +5 -4
  117. package/lib/response/list-sslcipher-suites-response.d.ts +11 -2
  118. package/lib/response/list-work-requests-response.d.ts +5 -4
  119. package/lib/response/update-backend-response.d.ts +2 -2
  120. package/lib/response/update-backend-set-response.d.ts +2 -2
  121. package/lib/response/update-health-checker-response.d.ts +2 -2
  122. package/lib/response/update-hostname-response.d.ts +2 -2
  123. package/lib/response/update-listener-response.d.ts +2 -2
  124. package/lib/response/update-load-balancer-response.d.ts +2 -2
  125. package/lib/response/update-load-balancer-shape-response.d.ts +2 -2
  126. package/lib/response/update-network-security-groups-response.d.ts +2 -2
  127. package/lib/response/update-path-route-set-response.d.ts +2 -2
  128. package/lib/response/update-routing-policy-response.d.ts +2 -2
  129. package/lib/response/update-rule-set-response.d.ts +2 -2
  130. package/lib/response/update-sslcipher-suite-response.d.ts +2 -2
  131. 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.37.0/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthCheckerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostnameRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealthRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuiteRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackendsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnamesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRulesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealthsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPoliciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocolsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPoliciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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.37.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.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
  }
@@ -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.37.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapesRequest.
16
16
  */
17
17
  export interface ListShapesRequest 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.37.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuitesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuitesRequest.
16
16
  */
17
17
  export interface ListSSLCipherSuitesRequest extends common.BaseRequest {
18
18
  /**
@@ -26,4 +26,18 @@ export interface ListSSLCipherSuitesRequest extends common.BaseRequest {
26
26
  *
27
27
  */
28
28
  "opcRequestId"?: string;
29
+ /**
30
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
31
+ * parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
32
+ * or POST response for any resource of that load balancer.
33
+ * <p>
34
+ For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
35
+ * <p>
36
+ The resource is updated or deleted only if the ETag you provide matches the resource's current
37
+ * ETag value.
38
+ * <p>
39
+ Example: `example-etag`
40
+ *
41
+ */
42
+ "ifMatch"?: string;
29
43
  }
@@ -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.37.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -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.37.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackendRequest.
17
17
  */
18
18
  export interface UpdateBackendRequest extends common.BaseRequest {
19
19
  /**
@@ -53,4 +53,18 @@ export interface UpdateBackendRequest extends common.BaseRequest {
53
53
  *
54
54
  */
55
55
  "opcRetryToken"?: string;
56
+ /**
57
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
58
+ * parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
59
+ * or POST response for any resource of that load balancer.
60
+ * <p>
61
+ For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
62
+ * <p>
63
+ The resource is updated or deleted only if the ETag you provide matches the resource's current
64
+ * ETag value.
65
+ * <p>
66
+ Example: `example-etag`
67
+ *
68
+ */
69
+ "ifMatch"?: string;
56
70
  }
@@ -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.37.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSetRequest.
17
17
  */
18
18
  export interface UpdateBackendSetRequest extends common.BaseRequest {
19
19
  /**
@@ -46,4 +46,18 @@ export interface UpdateBackendSetRequest extends common.BaseRequest {
46
46
  *
47
47
  */
48
48
  "opcRetryToken"?: string;
49
+ /**
50
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
51
+ * parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
52
+ * or POST response for any resource of that load balancer.
53
+ * <p>
54
+ For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
55
+ * <p>
56
+ The resource is updated or deleted only if the ETag you provide matches the resource's current
57
+ * ETag value.
58
+ * <p>
59
+ Example: `example-etag`
60
+ *
61
+ */
62
+ "ifMatch"?: string;
49
63
  }