oci-loadbalancer 2.35.1 → 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
@@ -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.35.1/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthCheckerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthCheckerRequest.
17
17
  */
18
18
  export interface UpdateHealthCheckerRequest extends common.BaseRequest {
19
19
  /**
@@ -46,4 +46,18 @@ export interface UpdateHealthCheckerRequest 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
  }
@@ -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.35.1/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostnameRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostnameRequest.
17
17
  */
18
18
  export interface UpdateHostnameRequest extends common.BaseRequest {
19
19
  /**
@@ -39,4 +39,27 @@ export interface UpdateHostnameRequest extends common.BaseRequest {
39
39
  *
40
40
  */
41
41
  "opcRequestId"?: string;
42
+ /**
43
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
44
+ * server error without risk of executing that same action again. Retry tokens expire after 24
45
+ * hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
46
+ * has been deleted and purged from the system, then a retry of the original creation request
47
+ * may be rejected).
48
+ *
49
+ */
50
+ "opcRetryToken"?: string;
51
+ /**
52
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
53
+ * parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
54
+ * or POST response for any resource of that load balancer.
55
+ * <p>
56
+ For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
57
+ * <p>
58
+ The resource is updated or deleted only if the ETag you provide matches the resource's current
59
+ * ETag value.
60
+ * <p>
61
+ Example: `example-etag`
62
+ *
63
+ */
64
+ "ifMatch"?: string;
42
65
  }
@@ -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.35.1/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListenerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListenerRequest.
17
17
  */
18
18
  export interface UpdateListenerRequest extends common.BaseRequest {
19
19
  /**
@@ -46,4 +46,18 @@ export interface UpdateListenerRequest 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
  }
@@ -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.35.1/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancerRequest.
17
17
  */
18
18
  export interface UpdateLoadBalancerRequest extends common.BaseRequest {
19
19
  /**
@@ -30,6 +30,20 @@ export interface UpdateLoadBalancerRequest 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
  /**
34
48
  * A token that uniquely identifies a request so it can be retried in case of a timeout or
35
49
  * server error without risk of executing that same action again. Retry tokens expire after 24
@@ -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.35.1/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShapeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShapeRequest.
17
17
  */
18
18
  export interface UpdateLoadBalancerShapeRequest extends common.BaseRequest {
19
19
  /**
@@ -39,4 +39,18 @@ export interface UpdateLoadBalancerShapeRequest extends common.BaseRequest {
39
39
  *
40
40
  */
41
41
  "opcRetryToken"?: 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
  }
@@ -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.35.1/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroupsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroupsRequest.
17
17
  */
18
18
  export interface UpdateNetworkSecurityGroupsRequest extends common.BaseRequest {
19
19
  /**
@@ -39,4 +39,18 @@ export interface UpdateNetworkSecurityGroupsRequest extends common.BaseRequest {
39
39
  *
40
40
  */
41
41
  "opcRetryToken"?: 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
  }
@@ -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.35.1/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSetRequest.
17
17
  */
18
18
  export interface UpdatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**
@@ -37,6 +37,20 @@ export interface UpdatePathRouteSetRequest extends common.BaseRequest {
37
37
  *
38
38
  */
39
39
  "opcRequestId"?: string;
40
+ /**
41
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
42
+ * parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
43
+ * or POST response for any resource of that load balancer.
44
+ * <p>
45
+ For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
46
+ * <p>
47
+ The resource is updated or deleted only if the ETag you provide matches the resource's current
48
+ * ETag value.
49
+ * <p>
50
+ Example: `example-etag`
51
+ *
52
+ */
53
+ "ifMatch"?: string;
40
54
  /**
41
55
  * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
56
  * server error without risk of executing that same action again. Retry tokens expire after 24
@@ -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.35.1/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicyRequest.
17
17
  */
18
18
  export interface UpdateRoutingPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -37,6 +37,20 @@ export interface UpdateRoutingPolicyRequest extends common.BaseRequest {
37
37
  *
38
38
  */
39
39
  "opcRequestId"?: string;
40
+ /**
41
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
42
+ * parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
43
+ * or POST response for any resource of that load balancer.
44
+ * <p>
45
+ For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
46
+ * <p>
47
+ The resource is updated or deleted only if the ETag you provide matches the resource's current
48
+ * ETag value.
49
+ * <p>
50
+ Example: `example-etag`
51
+ *
52
+ */
53
+ "ifMatch"?: string;
40
54
  /**
41
55
  * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
56
  * server error without risk of executing that same action again. Retry tokens expire after 24
@@ -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.35.1/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSetRequest.
17
17
  */
18
18
  export interface UpdateRuleSetRequest extends common.BaseRequest {
19
19
  /**
@@ -37,4 +37,27 @@ export interface UpdateRuleSetRequest extends common.BaseRequest {
37
37
  *
38
38
  */
39
39
  "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * may be rejected).
46
+ *
47
+ */
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;
40
63
  }
@@ -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.35.1/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuiteRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuiteRequest.
17
17
  */
18
18
  export interface UpdateSSLCipherSuiteRequest extends common.BaseRequest {
19
19
  /**
@@ -47,4 +47,18 @@ export interface UpdateSSLCipherSuiteRequest extends common.BaseRequest {
47
47
  *
48
48
  */
49
49
  "opcRetryToken"?: string;
50
+ /**
51
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
52
+ * parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
53
+ * or POST response for any resource of that load balancer.
54
+ * <p>
55
+ For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
56
+ * <p>
57
+ The resource is updated or deleted only if the ETag you provide matches the resource's current
58
+ * ETag value.
59
+ * <p>
60
+ Example: `example-etag`
61
+ *
62
+ */
63
+ "ifMatch"?: string;
50
64
  }
@@ -16,8 +16,8 @@ export interface ChangeLoadBalancerCompartmentResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface CreateBackendResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface CreateBackendSetResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface CreateCertificateResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface CreateHostnameResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface CreateListenerResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface CreateLoadBalancerResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface CreatePathRouteSetResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface CreateRoutingPolicyResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface CreateRuleSetResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface CreateSSLCipherSuiteResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface DeleteBackendResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface DeleteBackendSetResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface DeleteCertificateResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface DeleteHostnameResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface DeleteListenerResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface DeleteLoadBalancerResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface DeletePathRouteSetResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface DeleteRoutingPolicyResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface DeleteRuleSetResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface DeleteSSLCipherSuiteResponse {
16
16
  */
17
17
  "opcWorkRequestId": string;
18
18
  /**
19
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
- * a particular request, please provide the request ID.
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact
20
+ * Oracle about a particular request, please provide the request ID.
21
21
  *
22
22
  */
23
23
  "opcRequestId": string;
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetBackendHealthResponse {
15
15
  /**
16
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
17
- * a particular request, please provide the request ID.
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Reflects the current version of the load balancer and the resources it contains.
23
+ * The value only changes when the load balancer or an associated resource is created,
24
+ * updated, or delete
25
+ * <p>
26
+ For optimistic concurrency control. See `if-match`.
27
+ *
28
+ */
29
+ "eTag": string;
21
30
  /**
22
31
  * The returned model.BackendHealth instance.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetBackendResponse {
15
15
  /**
16
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
17
- * a particular request, please provide the request ID.
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Reflects the current version of the load balancer and the resources it contains.
23
+ * The value only changes when the load balancer or an associated resource is created,
24
+ * updated, or delete
25
+ * <p>
26
+ For optimistic concurrency control. See `if-match`.
27
+ *
28
+ */
29
+ "eTag": string;
21
30
  /**
22
31
  * The returned model.Backend instance.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetBackendSetHealthResponse {
15
15
  /**
16
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
17
- * a particular request, please provide the request ID.
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
18
  *
19
19
  */
20
20
  "opcRequestId": string;
21
+ /**
22
+ * Reflects the current version of the load balancer and the resources it contains.
23
+ * The value only changes when the load balancer or an associated resource is created,
24
+ * updated, or delete
25
+ * <p>
26
+ For optimistic concurrency control. See `if-match`.
27
+ *
28
+ */
29
+ "eTag": string;
21
30
  /**
22
31
  * The returned model.BackendSetHealth instance.
23
32
  */