oci-loadbalancer 2.37.0 → 2.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/lib/client.d.ts +61 -61
  2. package/lib/client.js +268 -108
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-load-balancer-details.d.ts +3 -1
  5. package/lib/model/create-load-balancer-details.js.map +1 -1
  6. package/lib/model/shape-details.d.ts +1 -1
  7. package/lib/model/update-load-balancer-shape-details.d.ts +4 -1
  8. package/lib/model/update-load-balancer-shape-details.js.map +1 -1
  9. package/lib/request/change-load-balancer-compartment-request.d.ts +9 -4
  10. package/lib/request/create-backend-request.d.ts +15 -1
  11. package/lib/request/create-backend-set-request.d.ts +15 -1
  12. package/lib/request/create-certificate-request.d.ts +15 -1
  13. package/lib/request/create-hostname-request.d.ts +15 -1
  14. package/lib/request/create-listener-request.d.ts +15 -1
  15. package/lib/request/create-load-balancer-request.d.ts +1 -1
  16. package/lib/request/create-path-route-set-request.d.ts +15 -1
  17. package/lib/request/create-routing-policy-request.d.ts +15 -1
  18. package/lib/request/create-rule-set-request.d.ts +24 -1
  19. package/lib/request/create-sslcipher-suite-request.d.ts +15 -1
  20. package/lib/request/delete-backend-request.d.ts +15 -1
  21. package/lib/request/delete-backend-set-request.d.ts +15 -1
  22. package/lib/request/delete-certificate-request.d.ts +15 -1
  23. package/lib/request/delete-hostname-request.d.ts +15 -1
  24. package/lib/request/delete-listener-request.d.ts +15 -1
  25. package/lib/request/delete-load-balancer-request.d.ts +15 -1
  26. package/lib/request/delete-path-route-set-request.d.ts +15 -1
  27. package/lib/request/delete-routing-policy-request.d.ts +15 -1
  28. package/lib/request/delete-rule-set-request.d.ts +15 -1
  29. package/lib/request/delete-sslcipher-suite-request.d.ts +15 -1
  30. package/lib/request/get-backend-health-request.d.ts +15 -1
  31. package/lib/request/get-backend-request.d.ts +15 -1
  32. package/lib/request/get-backend-set-health-request.d.ts +15 -1
  33. package/lib/request/get-backend-set-request.d.ts +15 -1
  34. package/lib/request/get-health-checker-request.d.ts +15 -1
  35. package/lib/request/get-hostname-request.d.ts +15 -1
  36. package/lib/request/get-load-balancer-health-request.d.ts +15 -1
  37. package/lib/request/get-load-balancer-request.d.ts +15 -1
  38. package/lib/request/get-path-route-set-request.d.ts +15 -1
  39. package/lib/request/get-routing-policy-request.d.ts +15 -1
  40. package/lib/request/get-rule-set-request.d.ts +15 -1
  41. package/lib/request/get-sslcipher-suite-request.d.ts +15 -1
  42. package/lib/request/get-work-request-request.d.ts +1 -1
  43. package/lib/request/list-backend-sets-request.d.ts +15 -1
  44. package/lib/request/list-backends-request.d.ts +15 -1
  45. package/lib/request/list-certificates-request.d.ts +15 -1
  46. package/lib/request/list-hostnames-request.d.ts +15 -1
  47. package/lib/request/list-listener-rules-request.d.ts +15 -1
  48. package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
  49. package/lib/request/list-load-balancers-request.d.ts +1 -1
  50. package/lib/request/list-path-route-sets-request.d.ts +15 -1
  51. package/lib/request/list-policies-request.d.ts +1 -1
  52. package/lib/request/list-protocols-request.d.ts +1 -1
  53. package/lib/request/list-routing-policies-request.d.ts +15 -1
  54. package/lib/request/list-rule-sets-request.d.ts +15 -1
  55. package/lib/request/list-shapes-request.d.ts +1 -1
  56. package/lib/request/list-sslcipher-suites-request.d.ts +15 -1
  57. package/lib/request/list-work-requests-request.d.ts +1 -1
  58. package/lib/request/update-backend-request.d.ts +15 -1
  59. package/lib/request/update-backend-set-request.d.ts +15 -1
  60. package/lib/request/update-health-checker-request.d.ts +15 -1
  61. package/lib/request/update-hostname-request.d.ts +24 -1
  62. package/lib/request/update-listener-request.d.ts +15 -1
  63. package/lib/request/update-load-balancer-request.d.ts +15 -1
  64. package/lib/request/update-load-balancer-shape-request.d.ts +15 -1
  65. package/lib/request/update-network-security-groups-request.d.ts +15 -1
  66. package/lib/request/update-path-route-set-request.d.ts +15 -1
  67. package/lib/request/update-routing-policy-request.d.ts +15 -1
  68. package/lib/request/update-rule-set-request.d.ts +24 -1
  69. package/lib/request/update-sslcipher-suite-request.d.ts +15 -1
  70. package/lib/response/change-load-balancer-compartment-response.d.ts +2 -2
  71. package/lib/response/create-backend-response.d.ts +2 -2
  72. package/lib/response/create-backend-set-response.d.ts +2 -2
  73. package/lib/response/create-certificate-response.d.ts +2 -2
  74. package/lib/response/create-hostname-response.d.ts +2 -2
  75. package/lib/response/create-listener-response.d.ts +2 -2
  76. package/lib/response/create-load-balancer-response.d.ts +2 -2
  77. package/lib/response/create-path-route-set-response.d.ts +2 -2
  78. package/lib/response/create-routing-policy-response.d.ts +2 -2
  79. package/lib/response/create-rule-set-response.d.ts +2 -2
  80. package/lib/response/create-sslcipher-suite-response.d.ts +2 -2
  81. package/lib/response/delete-backend-response.d.ts +2 -2
  82. package/lib/response/delete-backend-set-response.d.ts +2 -2
  83. package/lib/response/delete-certificate-response.d.ts +2 -2
  84. package/lib/response/delete-hostname-response.d.ts +2 -2
  85. package/lib/response/delete-listener-response.d.ts +2 -2
  86. package/lib/response/delete-load-balancer-response.d.ts +2 -2
  87. package/lib/response/delete-path-route-set-response.d.ts +2 -2
  88. package/lib/response/delete-routing-policy-response.d.ts +2 -2
  89. package/lib/response/delete-rule-set-response.d.ts +2 -2
  90. package/lib/response/delete-sslcipher-suite-response.d.ts +2 -2
  91. package/lib/response/get-backend-health-response.d.ts +11 -2
  92. package/lib/response/get-backend-response.d.ts +11 -2
  93. package/lib/response/get-backend-set-health-response.d.ts +11 -2
  94. package/lib/response/get-backend-set-response.d.ts +11 -2
  95. package/lib/response/get-health-checker-response.d.ts +11 -2
  96. package/lib/response/get-hostname-response.d.ts +11 -2
  97. package/lib/response/get-load-balancer-health-response.d.ts +11 -2
  98. package/lib/response/get-load-balancer-response.d.ts +11 -2
  99. package/lib/response/get-path-route-set-response.d.ts +11 -2
  100. package/lib/response/get-routing-policy-response.d.ts +11 -2
  101. package/lib/response/get-rule-set-response.d.ts +11 -2
  102. package/lib/response/get-sslcipher-suite-response.d.ts +11 -2
  103. package/lib/response/get-work-request-response.d.ts +2 -2
  104. package/lib/response/list-backend-sets-response.d.ts +11 -2
  105. package/lib/response/list-backends-response.d.ts +11 -2
  106. package/lib/response/list-certificates-response.d.ts +11 -2
  107. package/lib/response/list-hostnames-response.d.ts +11 -2
  108. package/lib/response/list-listener-rules-response.d.ts +11 -2
  109. package/lib/response/list-load-balancer-healths-response.d.ts +5 -4
  110. package/lib/response/list-load-balancers-response.d.ts +5 -4
  111. package/lib/response/list-path-route-sets-response.d.ts +11 -2
  112. package/lib/response/list-policies-response.d.ts +5 -4
  113. package/lib/response/list-protocols-response.d.ts +5 -4
  114. package/lib/response/list-routing-policies-response.d.ts +14 -4
  115. package/lib/response/list-rule-sets-response.d.ts +11 -2
  116. package/lib/response/list-shapes-response.d.ts +5 -4
  117. package/lib/response/list-sslcipher-suites-response.d.ts +11 -2
  118. package/lib/response/list-work-requests-response.d.ts +5 -4
  119. package/lib/response/update-backend-response.d.ts +2 -2
  120. package/lib/response/update-backend-set-response.d.ts +2 -2
  121. package/lib/response/update-health-checker-response.d.ts +2 -2
  122. package/lib/response/update-hostname-response.d.ts +2 -2
  123. package/lib/response/update-listener-response.d.ts +2 -2
  124. package/lib/response/update-load-balancer-response.d.ts +2 -2
  125. package/lib/response/update-load-balancer-shape-response.d.ts +2 -2
  126. package/lib/response/update-network-security-groups-response.d.ts +2 -2
  127. package/lib/response/update-path-route-set-response.d.ts +2 -2
  128. package/lib/response/update-routing-policy-response.d.ts +2 -2
  129. package/lib/response/update-rule-set-response.d.ts +2 -2
  130. package/lib/response/update-sslcipher-suite-response.d.ts +2 -2
  131. package/package.json +3 -3
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetBackendSetResponse {
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.BackendSet instance.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetHealthCheckerResponse {
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.HealthChecker instance.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetHostnameResponse {
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.Hostname instance.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetLoadBalancerHealthResponse {
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.LoadBalancerHealth instance.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetLoadBalancerResponse {
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.LoadBalancer instance.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetPathRouteSetResponse {
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.PathRouteSet instance.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetRoutingPolicyResponse {
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.RoutingPolicy instance.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetRuleSetResponse {
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.RuleSet instance.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface GetSSLCipherSuiteResponse {
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.SSLCipherSuite instance.
23
32
  */
@@ -13,8 +13,8 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
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;
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface ListBackendSetsResponse {
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
  * A list of BackendSet instances.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface ListBackendsResponse {
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
  * A list of Backend instances.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface ListCertificatesResponse {
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
  * A list of Certificate instances.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface ListHostnamesResponse {
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
  * A list of Hostname instances.
23
32
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface ListListenerRulesResponse {
15
15
  /**
16
- * The 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
  * A list of ListenerRuleSummary instances.
23
32
  */
@@ -13,14 +13,15 @@
13
13
  import * as model from "../model";
14
14
  export interface ListLoadBalancerHealthsResponse {
15
15
  /**
16
- * For list pagination. When this header appears in the response, additional pages of results remain.
17
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
16
+ * For list pagination. When this header appears in the response, additional pages
17
+ * of results remain. For important details about how pagination works, see
18
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
19
  *
19
20
  */
20
21
  "opcNextPage": string;
21
22
  /**
22
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
23
- * a particular request, please provide the request ID.
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
24
25
  *
25
26
  */
26
27
  "opcRequestId": string;
@@ -13,14 +13,15 @@
13
13
  import * as model from "../model";
14
14
  export interface ListLoadBalancersResponse {
15
15
  /**
16
- * For list pagination. When this header appears in the response, additional pages of results remain.
17
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
16
+ * For list pagination. When this header appears in the response, additional pages
17
+ * of results remain. For important details about how pagination works, see
18
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
19
  *
19
20
  */
20
21
  "opcNextPage": string;
21
22
  /**
22
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
23
- * a particular request, please provide the request ID.
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
24
25
  *
25
26
  */
26
27
  "opcRequestId": string;
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface ListPathRouteSetsResponse {
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
  * A list of PathRouteSet instances.
23
32
  */
@@ -13,14 +13,15 @@
13
13
  import * as model from "../model";
14
14
  export interface ListPoliciesResponse {
15
15
  /**
16
- * For list pagination. When this header appears in the response, additional pages of results remain.
17
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
16
+ * For list pagination. When this header appears in the response, additional pages
17
+ * of results remain. For important details about how pagination works, see
18
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
19
  *
19
20
  */
20
21
  "opcNextPage": string;
21
22
  /**
22
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
23
- * a particular request, please provide the request ID.
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
24
25
  *
25
26
  */
26
27
  "opcRequestId": string;
@@ -13,14 +13,15 @@
13
13
  import * as model from "../model";
14
14
  export interface ListProtocolsResponse {
15
15
  /**
16
- * For list pagination. When this header appears in the response, additional pages of results remain.
17
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
16
+ * For list pagination. When this header appears in the response, additional pages
17
+ * of results remain. For important details about how pagination works, see
18
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
19
  *
19
20
  */
20
21
  "opcNextPage": string;
21
22
  /**
22
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
23
- * a particular request, please provide the request ID.
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
24
25
  *
25
26
  */
26
27
  "opcRequestId": string;
@@ -13,17 +13,27 @@
13
13
  import * as model from "../model";
14
14
  export interface ListRoutingPoliciesResponse {
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
21
  /**
22
- * For list pagination. When this header appears in the response, additional pages of results remain.
23
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
22
+ * For list pagination. When this header appears in the response, additional pages
23
+ * of results remain. For important details about how pagination works, see
24
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
25
  *
25
26
  */
26
27
  "opcNextPage": string;
28
+ /**
29
+ * Reflects the current version of the load balancer and the resources it contains.
30
+ * The value only changes when the load balancer or an associated resource is created,
31
+ * updated, or delete
32
+ * <p>
33
+ For optimistic concurrency control. See `if-match`.
34
+ *
35
+ */
36
+ "eTag": string;
27
37
  /**
28
38
  * A list of RoutingPolicy instances.
29
39
  */
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface ListRuleSetsResponse {
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
  * A list of RuleSet instances.
23
32
  */
@@ -13,14 +13,15 @@
13
13
  import * as model from "../model";
14
14
  export interface ListShapesResponse {
15
15
  /**
16
- * For list pagination. When this header appears in the response, additional pages of results remain.
17
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
16
+ * For list pagination. When this header appears in the response, additional pages
17
+ * of results remain. For important details about how pagination works, see
18
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
19
  *
19
20
  */
20
21
  "opcNextPage": string;
21
22
  /**
22
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
23
- * a particular request, please provide the request ID.
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
24
25
  *
25
26
  */
26
27
  "opcRequestId": string;
@@ -13,11 +13,20 @@
13
13
  import * as model from "../model";
14
14
  export interface ListSSLCipherSuitesResponse {
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
  * A list of SSLCipherSuite instances.
23
32
  */
@@ -13,14 +13,15 @@
13
13
  import * as model from "../model";
14
14
  export interface ListWorkRequestsResponse {
15
15
  /**
16
- * For list pagination. When this header appears in the response, additional pages of results remain.
17
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
16
+ * For list pagination. When this header appears in the response, additional pages
17
+ * of results remain. For important details about how pagination works, see
18
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
19
  *
19
20
  */
20
21
  "opcNextPage": string;
21
22
  /**
22
- * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
23
- * a particular request, please provide the request ID.
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
24
25
  *
25
26
  */
26
27
  "opcRequestId": string;
@@ -16,8 +16,8 @@ export interface UpdateBackendResponse {
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 UpdateBackendSetResponse {
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 UpdateHealthCheckerResponse {
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 UpdateHostnameResponse {
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 UpdateListenerResponse {
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 UpdateLoadBalancerResponse {
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;