oci-loadbalancer 2.36.0 → 2.39.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 (137) 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/action.js +5 -2
  5. package/lib/model/action.js.map +1 -1
  6. package/lib/model/create-load-balancer-details.d.ts +3 -1
  7. package/lib/model/create-load-balancer-details.js.map +1 -1
  8. package/lib/model/rule-condition.js +5 -2
  9. package/lib/model/rule-condition.js.map +1 -1
  10. package/lib/model/rule.js +5 -2
  11. package/lib/model/rule.js.map +1 -1
  12. package/lib/model/shape-details.d.ts +1 -1
  13. package/lib/model/update-load-balancer-shape-details.d.ts +4 -1
  14. package/lib/model/update-load-balancer-shape-details.js.map +1 -1
  15. package/lib/request/change-load-balancer-compartment-request.d.ts +9 -4
  16. package/lib/request/create-backend-request.d.ts +15 -1
  17. package/lib/request/create-backend-set-request.d.ts +15 -1
  18. package/lib/request/create-certificate-request.d.ts +15 -1
  19. package/lib/request/create-hostname-request.d.ts +15 -1
  20. package/lib/request/create-listener-request.d.ts +15 -1
  21. package/lib/request/create-load-balancer-request.d.ts +1 -1
  22. package/lib/request/create-path-route-set-request.d.ts +15 -1
  23. package/lib/request/create-routing-policy-request.d.ts +15 -1
  24. package/lib/request/create-rule-set-request.d.ts +24 -1
  25. package/lib/request/create-sslcipher-suite-request.d.ts +15 -1
  26. package/lib/request/delete-backend-request.d.ts +15 -1
  27. package/lib/request/delete-backend-set-request.d.ts +15 -1
  28. package/lib/request/delete-certificate-request.d.ts +15 -1
  29. package/lib/request/delete-hostname-request.d.ts +15 -1
  30. package/lib/request/delete-listener-request.d.ts +15 -1
  31. package/lib/request/delete-load-balancer-request.d.ts +15 -1
  32. package/lib/request/delete-path-route-set-request.d.ts +15 -1
  33. package/lib/request/delete-routing-policy-request.d.ts +15 -1
  34. package/lib/request/delete-rule-set-request.d.ts +15 -1
  35. package/lib/request/delete-sslcipher-suite-request.d.ts +15 -1
  36. package/lib/request/get-backend-health-request.d.ts +15 -1
  37. package/lib/request/get-backend-request.d.ts +15 -1
  38. package/lib/request/get-backend-set-health-request.d.ts +15 -1
  39. package/lib/request/get-backend-set-request.d.ts +15 -1
  40. package/lib/request/get-health-checker-request.d.ts +15 -1
  41. package/lib/request/get-hostname-request.d.ts +15 -1
  42. package/lib/request/get-load-balancer-health-request.d.ts +15 -1
  43. package/lib/request/get-load-balancer-request.d.ts +15 -1
  44. package/lib/request/get-path-route-set-request.d.ts +15 -1
  45. package/lib/request/get-routing-policy-request.d.ts +15 -1
  46. package/lib/request/get-rule-set-request.d.ts +15 -1
  47. package/lib/request/get-sslcipher-suite-request.d.ts +15 -1
  48. package/lib/request/get-work-request-request.d.ts +1 -1
  49. package/lib/request/list-backend-sets-request.d.ts +15 -1
  50. package/lib/request/list-backends-request.d.ts +15 -1
  51. package/lib/request/list-certificates-request.d.ts +15 -1
  52. package/lib/request/list-hostnames-request.d.ts +15 -1
  53. package/lib/request/list-listener-rules-request.d.ts +15 -1
  54. package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
  55. package/lib/request/list-load-balancers-request.d.ts +1 -1
  56. package/lib/request/list-path-route-sets-request.d.ts +15 -1
  57. package/lib/request/list-policies-request.d.ts +1 -1
  58. package/lib/request/list-protocols-request.d.ts +1 -1
  59. package/lib/request/list-routing-policies-request.d.ts +15 -1
  60. package/lib/request/list-rule-sets-request.d.ts +15 -1
  61. package/lib/request/list-shapes-request.d.ts +1 -1
  62. package/lib/request/list-sslcipher-suites-request.d.ts +15 -1
  63. package/lib/request/list-work-requests-request.d.ts +1 -1
  64. package/lib/request/update-backend-request.d.ts +15 -1
  65. package/lib/request/update-backend-set-request.d.ts +15 -1
  66. package/lib/request/update-health-checker-request.d.ts +15 -1
  67. package/lib/request/update-hostname-request.d.ts +24 -1
  68. package/lib/request/update-listener-request.d.ts +15 -1
  69. package/lib/request/update-load-balancer-request.d.ts +15 -1
  70. package/lib/request/update-load-balancer-shape-request.d.ts +15 -1
  71. package/lib/request/update-network-security-groups-request.d.ts +15 -1
  72. package/lib/request/update-path-route-set-request.d.ts +15 -1
  73. package/lib/request/update-routing-policy-request.d.ts +15 -1
  74. package/lib/request/update-rule-set-request.d.ts +24 -1
  75. package/lib/request/update-sslcipher-suite-request.d.ts +15 -1
  76. package/lib/response/change-load-balancer-compartment-response.d.ts +2 -2
  77. package/lib/response/create-backend-response.d.ts +2 -2
  78. package/lib/response/create-backend-set-response.d.ts +2 -2
  79. package/lib/response/create-certificate-response.d.ts +2 -2
  80. package/lib/response/create-hostname-response.d.ts +2 -2
  81. package/lib/response/create-listener-response.d.ts +2 -2
  82. package/lib/response/create-load-balancer-response.d.ts +2 -2
  83. package/lib/response/create-path-route-set-response.d.ts +2 -2
  84. package/lib/response/create-routing-policy-response.d.ts +2 -2
  85. package/lib/response/create-rule-set-response.d.ts +2 -2
  86. package/lib/response/create-sslcipher-suite-response.d.ts +2 -2
  87. package/lib/response/delete-backend-response.d.ts +2 -2
  88. package/lib/response/delete-backend-set-response.d.ts +2 -2
  89. package/lib/response/delete-certificate-response.d.ts +2 -2
  90. package/lib/response/delete-hostname-response.d.ts +2 -2
  91. package/lib/response/delete-listener-response.d.ts +2 -2
  92. package/lib/response/delete-load-balancer-response.d.ts +2 -2
  93. package/lib/response/delete-path-route-set-response.d.ts +2 -2
  94. package/lib/response/delete-routing-policy-response.d.ts +2 -2
  95. package/lib/response/delete-rule-set-response.d.ts +2 -2
  96. package/lib/response/delete-sslcipher-suite-response.d.ts +2 -2
  97. package/lib/response/get-backend-health-response.d.ts +11 -2
  98. package/lib/response/get-backend-response.d.ts +11 -2
  99. package/lib/response/get-backend-set-health-response.d.ts +11 -2
  100. package/lib/response/get-backend-set-response.d.ts +11 -2
  101. package/lib/response/get-health-checker-response.d.ts +11 -2
  102. package/lib/response/get-hostname-response.d.ts +11 -2
  103. package/lib/response/get-load-balancer-health-response.d.ts +11 -2
  104. package/lib/response/get-load-balancer-response.d.ts +11 -2
  105. package/lib/response/get-path-route-set-response.d.ts +11 -2
  106. package/lib/response/get-routing-policy-response.d.ts +11 -2
  107. package/lib/response/get-rule-set-response.d.ts +11 -2
  108. package/lib/response/get-sslcipher-suite-response.d.ts +11 -2
  109. package/lib/response/get-work-request-response.d.ts +2 -2
  110. package/lib/response/list-backend-sets-response.d.ts +11 -2
  111. package/lib/response/list-backends-response.d.ts +11 -2
  112. package/lib/response/list-certificates-response.d.ts +11 -2
  113. package/lib/response/list-hostnames-response.d.ts +11 -2
  114. package/lib/response/list-listener-rules-response.d.ts +11 -2
  115. package/lib/response/list-load-balancer-healths-response.d.ts +5 -4
  116. package/lib/response/list-load-balancers-response.d.ts +5 -4
  117. package/lib/response/list-path-route-sets-response.d.ts +11 -2
  118. package/lib/response/list-policies-response.d.ts +5 -4
  119. package/lib/response/list-protocols-response.d.ts +5 -4
  120. package/lib/response/list-routing-policies-response.d.ts +14 -4
  121. package/lib/response/list-rule-sets-response.d.ts +11 -2
  122. package/lib/response/list-shapes-response.d.ts +5 -4
  123. package/lib/response/list-sslcipher-suites-response.d.ts +11 -2
  124. package/lib/response/list-work-requests-response.d.ts +5 -4
  125. package/lib/response/update-backend-response.d.ts +2 -2
  126. package/lib/response/update-backend-set-response.d.ts +2 -2
  127. package/lib/response/update-health-checker-response.d.ts +2 -2
  128. package/lib/response/update-hostname-response.d.ts +2 -2
  129. package/lib/response/update-listener-response.d.ts +2 -2
  130. package/lib/response/update-load-balancer-response.d.ts +2 -2
  131. package/lib/response/update-load-balancer-shape-response.d.ts +2 -2
  132. package/lib/response/update-network-security-groups-response.d.ts +2 -2
  133. package/lib/response/update-path-route-set-response.d.ts +2 -2
  134. package/lib/response/update-routing-policy-response.d.ts +2 -2
  135. package/lib/response/update-rule-set-response.d.ts +2 -2
  136. package/lib/response/update-sslcipher-suite-response.d.ts +2 -2
  137. package/package.json +3 -3
package/lib/model/rule.js CHANGED
@@ -35,6 +35,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.Rule = void 0;
37
37
  const model = __importStar(require("../model"));
38
+ const common = require("oci-common");
38
39
  var Rule;
39
40
  (function (Rule) {
40
41
  function getJsonObj(obj) {
@@ -62,7 +63,8 @@ var Rule;
62
63
  case "EXTEND_HTTP_RESPONSE_HEADER_VALUE":
63
64
  return model.ExtendHttpResponseHeaderValueRule.getJsonObj(jsonObj, true);
64
65
  default:
65
- throw Error("Unknown value for: " + obj.action);
66
+ if (common.LOG.logger)
67
+ common.LOG.logger.info(`Unknown value for: ${obj.action}`);
66
68
  }
67
69
  }
68
70
  return jsonObj;
@@ -93,7 +95,8 @@ var Rule;
93
95
  case "EXTEND_HTTP_RESPONSE_HEADER_VALUE":
94
96
  return model.ExtendHttpResponseHeaderValueRule.getDeserializedJsonObj(jsonObj, true);
95
97
  default:
96
- throw Error("Unknown value for: " + obj.action);
98
+ if (common.LOG.logger)
99
+ common.LOG.logger.info(`Unknown value for: ${obj.action}`);
97
100
  }
98
101
  }
99
102
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"rule.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/rule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"rule.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/rule.ts"],"names":[],"mappings":"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"}
@@ -30,7 +30,7 @@ export interface ShapeDetails {
30
30
  * achieve. This bandwidth cannot be always guaranteed. For a guaranteed bandwidth use the minimumBandwidthInMbps
31
31
  * parameter.
32
32
  * <p>
33
- The values must be between minimumBandwidthInMbps and 8192 (8Gbps).
33
+ The values must be between minimumBandwidthInMbps and 8000 (8Gbps).
34
34
  * <p>
35
35
  Example: `1500`
36
36
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
@@ -24,7 +24,10 @@ export interface UpdateLoadBalancerShapeDetails {
24
24
  * * 8000Mbps
25
25
  * * Flexible
26
26
  * <p>
27
- Example: `Flexible`
27
+ Example: `flexible`
28
+ * <p>
29
+ * NOTE: Fixed shapes 10Mbps, 100Mbps, 400Mbps, 8000Mbps will be deprecated from May 2023. This api
30
+ * * will only support `Flexible` shape after that date.
28
31
  *
29
32
  */
30
33
  "shapeName": string;
@@ -1 +1 @@
1
- {"version":3,"file":"update-load-balancer-shape-details.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/update-load-balancer-shape-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,8BAA8B,CAyB9C;AAzBD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAyB9C"}
1
+ {"version":3,"file":"update-load-balancer-shape-details.js","sourceRoot":"","sources":["../../../../../lib/loadbalancer/lib/model/update-load-balancer-shape-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,8BAA8B,CAyB9C;AAzBD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAyB9C"}
@@ -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.36.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/ChangeLoadBalancerCompartment.ts.html |here} to see how to use ChangeLoadBalancerCompartmentRequest.
17
17
  */
18
18
  export interface ChangeLoadBalancerCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -40,9 +40,14 @@ export interface ChangeLoadBalancerCompartmentRequest extends common.BaseRequest
40
40
  */
41
41
  "opcRetryToken"?: string;
42
42
  /**
43
- * For optimistic concurrency control. Set the if-match parameter to the value of the ETag from a
44
- * previous GET or POST response for that resource. The resource is moved only if the ETag you
45
- * provide matches the resource's current ETag value.
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.
46
51
  * <p>
47
52
  Example: `example-etag`
48
53
  *
@@ -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.36.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/CreateBackend.ts.html |here} to see how to use CreateBackendRequest.
17
17
  */
18
18
  export interface CreateBackendRequest extends common.BaseRequest {
19
19
  /**
@@ -37,6 +37,20 @@ export interface CreateBackendRequest 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.36.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/CreateBackendSet.ts.html |here} to see how to use CreateBackendSetRequest.
17
17
  */
18
18
  export interface CreateBackendSetRequest extends common.BaseRequest {
19
19
  /**
@@ -39,4 +39,18 @@ export interface CreateBackendSetRequest 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.36.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
17
17
  */
18
18
  export interface CreateCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -39,4 +39,18 @@ export interface CreateCertificateRequest 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.36.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostnameRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostnameRequest.
17
17
  */
18
18
  export interface CreateHostnameRequest extends common.BaseRequest {
19
19
  /**
@@ -30,6 +30,20 @@ export interface CreateHostnameRequest 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.36.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListenerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListenerRequest.
17
17
  */
18
18
  export interface CreateListenerRequest extends common.BaseRequest {
19
19
  /**
@@ -39,4 +39,18 @@ export interface CreateListenerRequest 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.36.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancerRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/CreateLoadBalancer.ts.html |here} to see how to use CreateLoadBalancerRequest.
17
17
  */
18
18
  export interface CreateLoadBalancerRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.36.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
17
17
  */
18
18
  export interface CreatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**
@@ -39,4 +39,18 @@ export interface CreatePathRouteSetRequest 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.36.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicyRequest.
17
17
  */
18
18
  export interface CreateRoutingPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -39,4 +39,18 @@ export interface CreateRoutingPolicyRequest 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.36.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSetRequest.
17
17
  */
18
18
  export interface CreateRuleSetRequest extends common.BaseRequest {
19
19
  /**
@@ -30,4 +30,27 @@ export interface CreateRuleSetRequest extends common.BaseRequest {
30
30
  *
31
31
  */
32
32
  "opcRequestId"?: string;
33
+ /**
34
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
35
+ * server error without risk of executing that same action again. Retry tokens expire after 24
36
+ * hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
37
+ * has been deleted and purged from the system, then a retry of the original creation request
38
+ * may be rejected).
39
+ *
40
+ */
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;
33
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.36.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuiteRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuiteRequest.
17
17
  */
18
18
  export interface CreateSSLCipherSuiteRequest extends common.BaseRequest {
19
19
  /**
@@ -40,4 +40,18 @@ export interface CreateSSLCipherSuiteRequest extends common.BaseRequest {
40
40
  *
41
41
  */
42
42
  "opcRetryToken"?: string;
43
+ /**
44
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
45
+ * parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
46
+ * or POST response for any resource of that load balancer.
47
+ * <p>
48
+ For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
49
+ * <p>
50
+ The resource is updated or deleted only if the ETag you provide matches the resource's current
51
+ * ETag value.
52
+ * <p>
53
+ Example: `example-etag`
54
+ *
55
+ */
56
+ "ifMatch"?: string;
43
57
  }
@@ -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.36.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackendRequest.
16
16
  */
17
17
  export interface DeleteBackendRequest extends common.BaseRequest {
18
18
  /**
@@ -39,4 +39,18 @@ export interface DeleteBackendRequest 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.36.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSetRequest.
16
16
  */
17
17
  export interface DeleteBackendSetRequest extends common.BaseRequest {
18
18
  /**
@@ -32,4 +32,18 @@ export interface DeleteBackendSetRequest 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.36.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
16
16
  */
17
17
  export interface DeleteCertificateRequest extends common.BaseRequest {
18
18
  /**
@@ -34,4 +34,18 @@ export interface DeleteCertificateRequest extends common.BaseRequest {
34
34
  *
35
35
  */
36
36
  "opcRequestId"?: string;
37
+ /**
38
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match
39
+ * parameter to the value of the ETag for the load balancer. This value can be obtained from a GET
40
+ * or POST response for any resource of that load balancer.
41
+ * <p>
42
+ For example, the eTag returned by getListener can be specified as the ifMatch for updateRuleSets.
43
+ * <p>
44
+ The resource is updated or deleted only if the ETag you provide matches the resource's current
45
+ * ETag value.
46
+ * <p>
47
+ Example: `example-etag`
48
+ *
49
+ */
50
+ "ifMatch"?: string;
37
51
  }
@@ -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.36.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostnameRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostnameRequest.
16
16
  */
17
17
  export interface DeleteHostnameRequest extends common.BaseRequest {
18
18
  /**
@@ -32,4 +32,18 @@ export interface DeleteHostnameRequest 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.36.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListenerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListenerRequest.
16
16
  */
17
17
  export interface DeleteListenerRequest extends common.BaseRequest {
18
18
  /**
@@ -32,4 +32,18 @@ export interface DeleteListenerRequest 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.36.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancerRequest.
16
16
  */
17
17
  export interface DeleteLoadBalancerRequest extends common.BaseRequest {
18
18
  /**
@@ -25,4 +25,18 @@ export interface DeleteLoadBalancerRequest 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.36.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSetRequest.
16
16
  */
17
17
  export interface DeletePathRouteSetRequest extends common.BaseRequest {
18
18
  /**
@@ -32,4 +32,18 @@ export interface DeletePathRouteSetRequest 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.36.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicyRequest.
16
16
  */
17
17
  export interface DeleteRoutingPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -32,4 +32,18 @@ export interface DeleteRoutingPolicyRequest 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.36.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.39.0/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSetRequest.
16
16
  */
17
17
  export interface DeleteRuleSetRequest extends common.BaseRequest {
18
18
  /**
@@ -32,4 +32,18 @@ export interface DeleteRuleSetRequest 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
  }