oci-loadbalancer 2.76.1 → 2.77.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 (153) hide show
  1. package/lib/client.d.ts +61 -61
  2. package/lib/client.js +61 -61
  3. package/lib/model/add-http-request-header-rule.d.ts +5 -5
  4. package/lib/model/add-http-response-header-rule.d.ts +5 -5
  5. package/lib/model/allow-rule.d.ts +5 -5
  6. package/lib/model/backend-details.d.ts +8 -8
  7. package/lib/model/backend-health.d.ts +4 -4
  8. package/lib/model/backend-set-details.d.ts +2 -2
  9. package/lib/model/backend-set-health.d.ts +14 -14
  10. package/lib/model/backend-set.d.ts +3 -3
  11. package/lib/model/backend.d.ts +9 -9
  12. package/lib/model/certificate-details.d.ts +1 -1
  13. package/lib/model/certificate.d.ts +1 -1
  14. package/lib/model/connection-configuration.d.ts +2 -2
  15. package/lib/model/control-access-using-http-methods-rule.d.ts +5 -5
  16. package/lib/model/create-backend-details.d.ts +8 -8
  17. package/lib/model/create-backend-set-details.d.ts +3 -3
  18. package/lib/model/create-certificate-details.d.ts +1 -1
  19. package/lib/model/create-hostname-details.d.ts +2 -2
  20. package/lib/model/create-listener-details.d.ts +7 -7
  21. package/lib/model/create-load-balancer-details.d.ts +8 -8
  22. package/lib/model/create-path-route-set-details.d.ts +1 -1
  23. package/lib/model/create-routing-policy-details.d.ts +2 -2
  24. package/lib/model/create-rule-set-details.d.ts +1 -1
  25. package/lib/model/create-ss-lcipher-suite-details.d.ts +2 -2
  26. package/lib/model/extend-http-request-header-value-rule.d.ts +8 -8
  27. package/lib/model/extend-http-response-header-value-rule.d.ts +8 -8
  28. package/lib/model/forward-to-backend-set.d.ts +1 -1
  29. package/lib/model/health-check-result.d.ts +2 -2
  30. package/lib/model/health-checker-details.d.ts +10 -10
  31. package/lib/model/health-checker.d.ts +10 -10
  32. package/lib/model/hostname-details.d.ts +2 -2
  33. package/lib/model/hostname.d.ts +2 -2
  34. package/lib/model/http-header-rule.d.ts +1 -1
  35. package/lib/model/ip-address.d.ts +1 -1
  36. package/lib/model/l-bcookie-session-persistence-configuration-details.d.ts +34 -34
  37. package/lib/model/listener-details.d.ts +6 -6
  38. package/lib/model/listener.d.ts +7 -7
  39. package/lib/model/load-balancer-health-summary.d.ts +7 -7
  40. package/lib/model/load-balancer-health.d.ts +16 -16
  41. package/lib/model/load-balancer-shape.d.ts +1 -1
  42. package/lib/model/load-balancer.d.ts +7 -7
  43. package/lib/model/path-match-condition.d.ts +6 -6
  44. package/lib/model/path-match-type.d.ts +6 -6
  45. package/lib/model/path-route-set.d.ts +1 -1
  46. package/lib/model/path-route.d.ts +2 -2
  47. package/lib/model/redirect-rule.d.ts +5 -5
  48. package/lib/model/redirect-uri.d.ts +43 -43
  49. package/lib/model/remove-http-request-header-rule.d.ts +2 -2
  50. package/lib/model/remove-http-response-header-rule.d.ts +2 -2
  51. package/lib/model/routing-policy.d.ts +2 -2
  52. package/lib/model/rule-set.d.ts +1 -1
  53. package/lib/model/s-sl-cipher-suite-details.d.ts +2 -2
  54. package/lib/model/s-sl-cipher-suite.d.ts +2 -2
  55. package/lib/model/s-sl-configuration-details.d.ts +17 -17
  56. package/lib/model/s-sl-configuration.d.ts +17 -17
  57. package/lib/model/session-persistence-configuration-details.d.ts +7 -7
  58. package/lib/model/shape-details.d.ts +2 -2
  59. package/lib/model/source-vcn-id-condition.d.ts +2 -2
  60. package/lib/model/source-vcn-ip-address-condition.d.ts +1 -1
  61. package/lib/model/update-backend-details.d.ts +6 -6
  62. package/lib/model/update-backend-set-details.d.ts +2 -2
  63. package/lib/model/update-health-checker-details.d.ts +9 -9
  64. package/lib/model/update-hostname-details.d.ts +1 -1
  65. package/lib/model/update-listener-details.d.ts +6 -6
  66. package/lib/model/update-load-balancer-details.d.ts +3 -3
  67. package/lib/model/update-load-balancer-shape-details.d.ts +2 -2
  68. package/lib/model/update-routing-policy-details.d.ts +1 -1
  69. package/lib/model/update-ss-lcipher-suite-details.d.ts +1 -1
  70. package/lib/model/work-request.d.ts +3 -3
  71. package/lib/request/change-load-balancer-compartment-request.d.ts +2 -2
  72. package/lib/request/create-backend-request.d.ts +3 -3
  73. package/lib/request/create-backend-set-request.d.ts +2 -2
  74. package/lib/request/create-certificate-request.d.ts +2 -2
  75. package/lib/request/create-hostname-request.d.ts +2 -2
  76. package/lib/request/create-listener-request.d.ts +2 -2
  77. package/lib/request/create-load-balancer-request.d.ts +1 -1
  78. package/lib/request/create-path-route-set-request.d.ts +2 -2
  79. package/lib/request/create-routing-policy-request.d.ts +2 -2
  80. package/lib/request/create-rule-set-request.d.ts +2 -2
  81. package/lib/request/create-sslcipher-suite-request.d.ts +2 -2
  82. package/lib/request/delete-backend-request.d.ts +4 -4
  83. package/lib/request/delete-backend-set-request.d.ts +3 -3
  84. package/lib/request/delete-certificate-request.d.ts +3 -3
  85. package/lib/request/delete-hostname-request.d.ts +3 -3
  86. package/lib/request/delete-listener-request.d.ts +3 -3
  87. package/lib/request/delete-load-balancer-request.d.ts +2 -2
  88. package/lib/request/delete-path-route-set-request.d.ts +3 -3
  89. package/lib/request/delete-routing-policy-request.d.ts +3 -3
  90. package/lib/request/delete-rule-set-request.d.ts +3 -3
  91. package/lib/request/delete-sslcipher-suite-request.d.ts +3 -3
  92. package/lib/request/get-backend-health-request.d.ts +4 -4
  93. package/lib/request/get-backend-request.d.ts +4 -4
  94. package/lib/request/get-backend-set-health-request.d.ts +3 -3
  95. package/lib/request/get-backend-set-request.d.ts +3 -3
  96. package/lib/request/get-health-checker-request.d.ts +3 -3
  97. package/lib/request/get-hostname-request.d.ts +3 -3
  98. package/lib/request/get-load-balancer-health-request.d.ts +2 -2
  99. package/lib/request/get-load-balancer-request.d.ts +2 -2
  100. package/lib/request/get-path-route-set-request.d.ts +3 -3
  101. package/lib/request/get-routing-policy-request.d.ts +3 -3
  102. package/lib/request/get-rule-set-request.d.ts +3 -3
  103. package/lib/request/get-sslcipher-suite-request.d.ts +3 -3
  104. package/lib/request/get-work-request-request.d.ts +1 -1
  105. package/lib/request/list-backend-sets-request.d.ts +2 -2
  106. package/lib/request/list-backends-request.d.ts +3 -3
  107. package/lib/request/list-certificates-request.d.ts +2 -2
  108. package/lib/request/list-hostnames-request.d.ts +2 -2
  109. package/lib/request/list-listener-rules-request.d.ts +2 -2
  110. package/lib/request/list-load-balancer-healths-request.d.ts +4 -4
  111. package/lib/request/list-load-balancers-request.d.ts +10 -10
  112. package/lib/request/list-path-route-sets-request.d.ts +2 -2
  113. package/lib/request/list-policies-request.d.ts +4 -4
  114. package/lib/request/list-protocols-request.d.ts +4 -4
  115. package/lib/request/list-routing-policies-request.d.ts +5 -5
  116. package/lib/request/list-rule-sets-request.d.ts +2 -2
  117. package/lib/request/list-shapes-request.d.ts +4 -4
  118. package/lib/request/list-sslcipher-suites-request.d.ts +2 -2
  119. package/lib/request/list-work-requests-request.d.ts +4 -4
  120. package/lib/request/update-backend-request.d.ts +4 -4
  121. package/lib/request/update-backend-set-request.d.ts +3 -3
  122. package/lib/request/update-health-checker-request.d.ts +3 -3
  123. package/lib/request/update-hostname-request.d.ts +3 -3
  124. package/lib/request/update-listener-request.d.ts +3 -3
  125. package/lib/request/update-load-balancer-request.d.ts +2 -2
  126. package/lib/request/update-load-balancer-shape-request.d.ts +2 -2
  127. package/lib/request/update-network-security-groups-request.d.ts +2 -2
  128. package/lib/request/update-path-route-set-request.d.ts +3 -3
  129. package/lib/request/update-routing-policy-request.d.ts +3 -3
  130. package/lib/request/update-rule-set-request.d.ts +3 -3
  131. package/lib/request/update-sslcipher-suite-request.d.ts +3 -3
  132. package/lib/response/get-backend-health-response.d.ts +1 -1
  133. package/lib/response/get-backend-response.d.ts +1 -1
  134. package/lib/response/get-backend-set-health-response.d.ts +1 -1
  135. package/lib/response/get-backend-set-response.d.ts +1 -1
  136. package/lib/response/get-health-checker-response.d.ts +1 -1
  137. package/lib/response/get-hostname-response.d.ts +1 -1
  138. package/lib/response/get-load-balancer-health-response.d.ts +1 -1
  139. package/lib/response/get-load-balancer-response.d.ts +1 -1
  140. package/lib/response/get-path-route-set-response.d.ts +1 -1
  141. package/lib/response/get-routing-policy-response.d.ts +1 -1
  142. package/lib/response/get-rule-set-response.d.ts +1 -1
  143. package/lib/response/get-sslcipher-suite-response.d.ts +1 -1
  144. package/lib/response/list-backend-sets-response.d.ts +1 -1
  145. package/lib/response/list-backends-response.d.ts +1 -1
  146. package/lib/response/list-certificates-response.d.ts +1 -1
  147. package/lib/response/list-hostnames-response.d.ts +1 -1
  148. package/lib/response/list-listener-rules-response.d.ts +1 -1
  149. package/lib/response/list-path-route-sets-response.d.ts +1 -1
  150. package/lib/response/list-routing-policies-response.d.ts +1 -1
  151. package/lib/response/list-rule-sets-response.d.ts +1 -1
  152. package/lib/response/list-sslcipher-suites-response.d.ts +1 -1
  153. 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.76.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.77.0/loadbalancer/UpdateHostname.ts.html |here} to see how to use UpdateHostnameRequest.
17
17
  */
18
18
  export interface UpdateHostnameRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface UpdateHostnameRequest extends common.BaseRequest {
29
29
  /**
30
30
  * The name of the hostname resource to update.
31
31
  * <p>
32
- Example: `example_hostname_001`
32
+ Example: {@code example_hostname_001}
33
33
  *
34
34
  */
35
35
  "name": string;
@@ -58,7 +58,7 @@ export interface UpdateHostnameRequest extends common.BaseRequest {
58
58
  The resource is updated or deleted only if the ETag you provide matches the resource's current
59
59
  * ETag value.
60
60
  * <p>
61
- Example: `example-etag`
61
+ Example: {@code example-etag}
62
62
  *
63
63
  */
64
64
  "ifMatch"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/loadbalancer/UpdateListener.ts.html |here} to see how to use UpdateListenerRequest.
17
17
  */
18
18
  export interface UpdateListenerRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface UpdateListenerRequest extends common.BaseRequest {
27
27
  /**
28
28
  * The name of the listener to update.
29
29
  * <p>
30
- Example: `example_listener`
30
+ Example: {@code example_listener}
31
31
  *
32
32
  */
33
33
  "listenerName": string;
@@ -56,7 +56,7 @@ export interface UpdateListenerRequest extends common.BaseRequest {
56
56
  The resource is updated or deleted only if the ETag you provide matches the resource's current
57
57
  * ETag value.
58
58
  * <p>
59
- Example: `example-etag`
59
+ Example: {@code example-etag}
60
60
  *
61
61
  */
62
62
  "ifMatch"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/loadbalancer/UpdateLoadBalancer.ts.html |here} to see how to use UpdateLoadBalancerRequest.
17
17
  */
18
18
  export interface UpdateLoadBalancerRequest extends common.BaseRequest {
19
19
  /**
@@ -40,7 +40,7 @@ export interface UpdateLoadBalancerRequest extends common.BaseRequest {
40
40
  The resource is updated or deleted only if the ETag you provide matches the resource's current
41
41
  * ETag value.
42
42
  * <p>
43
- Example: `example-etag`
43
+ Example: {@code example-etag}
44
44
  *
45
45
  */
46
46
  "ifMatch"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/loadbalancer/UpdateLoadBalancerShape.ts.html |here} to see how to use UpdateLoadBalancerShapeRequest.
17
17
  */
18
18
  export interface UpdateLoadBalancerShapeRequest extends common.BaseRequest {
19
19
  /**
@@ -49,7 +49,7 @@ export interface UpdateLoadBalancerShapeRequest extends common.BaseRequest {
49
49
  The resource is updated or deleted only if the ETag you provide matches the resource's current
50
50
  * ETag value.
51
51
  * <p>
52
- Example: `example-etag`
52
+ Example: {@code example-etag}
53
53
  *
54
54
  */
55
55
  "ifMatch"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/loadbalancer/UpdateNetworkSecurityGroups.ts.html |here} to see how to use UpdateNetworkSecurityGroupsRequest.
17
17
  */
18
18
  export interface UpdateNetworkSecurityGroupsRequest extends common.BaseRequest {
19
19
  /**
@@ -49,7 +49,7 @@ export interface UpdateNetworkSecurityGroupsRequest extends common.BaseRequest {
49
49
  The resource is updated or deleted only if the ETag you provide matches the resource's current
50
50
  * ETag value.
51
51
  * <p>
52
- Example: `example-etag`
52
+ Example: {@code example-etag}
53
53
  *
54
54
  */
55
55
  "ifMatch"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/loadbalancer/UpdatePathRouteSet.ts.html |here} to see how to use UpdatePathRouteSetRequest.
17
17
  */
18
18
  export interface UpdatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface UpdatePathRouteSetRequest extends common.BaseRequest {
27
27
  /**
28
28
  * The name of the path route set to update.
29
29
  * <p>
30
- Example: `example_path_route_set`
30
+ Example: {@code example_path_route_set}
31
31
  *
32
32
  */
33
33
  "pathRouteSetName": string;
@@ -47,7 +47,7 @@ export interface UpdatePathRouteSetRequest extends common.BaseRequest {
47
47
  The resource is updated or deleted only if the ETag you provide matches the resource's current
48
48
  * ETag value.
49
49
  * <p>
50
- Example: `example-etag`
50
+ Example: {@code example-etag}
51
51
  *
52
52
  */
53
53
  "ifMatch"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/loadbalancer/UpdateRoutingPolicy.ts.html |here} to see how to use UpdateRoutingPolicyRequest.
17
17
  */
18
18
  export interface UpdateRoutingPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface UpdateRoutingPolicyRequest extends common.BaseRequest {
27
27
  /**
28
28
  * The name of the routing policy to update.
29
29
  * <p>
30
- Example: `example_routing_policy_name`
30
+ Example: {@code example_routing_policy_name}
31
31
  *
32
32
  */
33
33
  "routingPolicyName": string;
@@ -47,7 +47,7 @@ export interface UpdateRoutingPolicyRequest extends common.BaseRequest {
47
47
  The resource is updated or deleted only if the ETag you provide matches the resource's current
48
48
  * ETag value.
49
49
  * <p>
50
- Example: `example-etag`
50
+ Example: {@code example-etag}
51
51
  *
52
52
  */
53
53
  "ifMatch"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/loadbalancer/UpdateRuleSet.ts.html |here} to see how to use UpdateRuleSetRequest.
17
17
  */
18
18
  export interface UpdateRuleSetRequest extends common.BaseRequest {
19
19
  /**
@@ -23,7 +23,7 @@ export interface UpdateRuleSetRequest extends common.BaseRequest {
23
23
  /**
24
24
  * The name of the rule set to update.
25
25
  * <p>
26
- Example: `example_rule_set`
26
+ Example: {@code example_rule_set}
27
27
  *
28
28
  */
29
29
  "ruleSetName": string;
@@ -56,7 +56,7 @@ export interface UpdateRuleSetRequest extends common.BaseRequest {
56
56
  The resource is updated or deleted only if the ETag you provide matches the resource's current
57
57
  * ETag value.
58
58
  * <p>
59
- Example: `example-etag`
59
+ Example: {@code example-etag}
60
60
  *
61
61
  */
62
62
  "ifMatch"?: string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/loadbalancer/UpdateSSLCipherSuite.ts.html |here} to see how to use UpdateSSLCipherSuiteRequest.
17
17
  */
18
18
  export interface UpdateSSLCipherSuiteRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface UpdateSSLCipherSuiteRequest extends common.BaseRequest {
28
28
  /**
29
29
  * The name of the SSL cipher suite to update.
30
30
  * <p>
31
- example: `example_cipher_suite`
31
+ example: {@code example_cipher_suite}
32
32
  *
33
33
  */
34
34
  "name": string;
@@ -57,7 +57,7 @@ export interface UpdateSSLCipherSuiteRequest extends common.BaseRequest {
57
57
  The resource is updated or deleted only if the ETag you provide matches the resource's current
58
58
  * ETag value.
59
59
  * <p>
60
- Example: `example-etag`
60
+ Example: {@code example-etag}
61
61
  *
62
62
  */
63
63
  "ifMatch"?: string;
@@ -23,7 +23,7 @@ export interface GetBackendHealthResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetBackendResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetBackendSetHealthResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetBackendSetResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetHealthCheckerResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetHostnameResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetLoadBalancerHealthResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetLoadBalancerResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetPathRouteSetResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetRoutingPolicyResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetRuleSetResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface GetSSLCipherSuiteResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface ListBackendSetsResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface ListBackendsResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface ListCertificatesResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface ListHostnamesResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface ListListenerRulesResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface ListPathRouteSetsResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -30,7 +30,7 @@ export interface ListRoutingPoliciesResponse {
30
30
  * The value only changes when the load balancer or an associated resource is created,
31
31
  * updated, or delete
32
32
  * <p>
33
- For optimistic concurrency control. See `if-match`.
33
+ For optimistic concurrency control. See {@code if-match}.
34
34
  *
35
35
  */
36
36
  "eTag": string;
@@ -23,7 +23,7 @@ export interface ListRuleSetsResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
@@ -23,7 +23,7 @@ export interface ListSSLCipherSuitesResponse {
23
23
  * The value only changes when the load balancer or an associated resource is created,
24
24
  * updated, or delete
25
25
  * <p>
26
- For optimistic concurrency control. See `if-match`.
26
+ For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "eTag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-loadbalancer",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Load Balancer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"