oci-loadbalancer 2.76.1 → 2.77.1

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 (154) hide show
  1. package/lib/client.d.ts +68 -62
  2. package/lib/client.js +70 -61
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-http-request-header-rule.d.ts +5 -5
  5. package/lib/model/add-http-response-header-rule.d.ts +5 -5
  6. package/lib/model/allow-rule.d.ts +5 -5
  7. package/lib/model/backend-details.d.ts +8 -8
  8. package/lib/model/backend-health.d.ts +4 -4
  9. package/lib/model/backend-set-details.d.ts +2 -2
  10. package/lib/model/backend-set-health.d.ts +14 -14
  11. package/lib/model/backend-set.d.ts +3 -3
  12. package/lib/model/backend.d.ts +9 -9
  13. package/lib/model/certificate-details.d.ts +1 -1
  14. package/lib/model/certificate.d.ts +1 -1
  15. package/lib/model/connection-configuration.d.ts +2 -2
  16. package/lib/model/control-access-using-http-methods-rule.d.ts +5 -5
  17. package/lib/model/create-backend-details.d.ts +8 -8
  18. package/lib/model/create-backend-set-details.d.ts +3 -3
  19. package/lib/model/create-certificate-details.d.ts +1 -1
  20. package/lib/model/create-hostname-details.d.ts +2 -2
  21. package/lib/model/create-listener-details.d.ts +7 -7
  22. package/lib/model/create-load-balancer-details.d.ts +8 -8
  23. package/lib/model/create-path-route-set-details.d.ts +1 -1
  24. package/lib/model/create-routing-policy-details.d.ts +2 -2
  25. package/lib/model/create-rule-set-details.d.ts +1 -1
  26. package/lib/model/create-ss-lcipher-suite-details.d.ts +2 -2
  27. package/lib/model/extend-http-request-header-value-rule.d.ts +8 -8
  28. package/lib/model/extend-http-response-header-value-rule.d.ts +8 -8
  29. package/lib/model/forward-to-backend-set.d.ts +1 -1
  30. package/lib/model/health-check-result.d.ts +2 -2
  31. package/lib/model/health-checker-details.d.ts +10 -10
  32. package/lib/model/health-checker.d.ts +10 -10
  33. package/lib/model/hostname-details.d.ts +2 -2
  34. package/lib/model/hostname.d.ts +2 -2
  35. package/lib/model/http-header-rule.d.ts +1 -1
  36. package/lib/model/ip-address.d.ts +1 -1
  37. package/lib/model/l-bcookie-session-persistence-configuration-details.d.ts +34 -34
  38. package/lib/model/listener-details.d.ts +6 -6
  39. package/lib/model/listener.d.ts +7 -7
  40. package/lib/model/load-balancer-health-summary.d.ts +7 -7
  41. package/lib/model/load-balancer-health.d.ts +16 -16
  42. package/lib/model/load-balancer-shape.d.ts +1 -1
  43. package/lib/model/load-balancer.d.ts +7 -7
  44. package/lib/model/path-match-condition.d.ts +6 -6
  45. package/lib/model/path-match-type.d.ts +6 -6
  46. package/lib/model/path-route-set.d.ts +1 -1
  47. package/lib/model/path-route.d.ts +2 -2
  48. package/lib/model/redirect-rule.d.ts +5 -5
  49. package/lib/model/redirect-uri.d.ts +43 -43
  50. package/lib/model/remove-http-request-header-rule.d.ts +2 -2
  51. package/lib/model/remove-http-response-header-rule.d.ts +2 -2
  52. package/lib/model/routing-policy.d.ts +2 -2
  53. package/lib/model/rule-set.d.ts +1 -1
  54. package/lib/model/s-sl-cipher-suite-details.d.ts +2 -2
  55. package/lib/model/s-sl-cipher-suite.d.ts +2 -2
  56. package/lib/model/s-sl-configuration-details.d.ts +17 -17
  57. package/lib/model/s-sl-configuration.d.ts +17 -17
  58. package/lib/model/session-persistence-configuration-details.d.ts +7 -7
  59. package/lib/model/shape-details.d.ts +2 -2
  60. package/lib/model/source-vcn-id-condition.d.ts +2 -2
  61. package/lib/model/source-vcn-ip-address-condition.d.ts +1 -1
  62. package/lib/model/update-backend-details.d.ts +6 -6
  63. package/lib/model/update-backend-set-details.d.ts +2 -2
  64. package/lib/model/update-health-checker-details.d.ts +9 -9
  65. package/lib/model/update-hostname-details.d.ts +1 -1
  66. package/lib/model/update-listener-details.d.ts +6 -6
  67. package/lib/model/update-load-balancer-details.d.ts +3 -3
  68. package/lib/model/update-load-balancer-shape-details.d.ts +2 -2
  69. package/lib/model/update-routing-policy-details.d.ts +1 -1
  70. package/lib/model/update-ss-lcipher-suite-details.d.ts +1 -1
  71. package/lib/model/work-request.d.ts +3 -3
  72. package/lib/request/change-load-balancer-compartment-request.d.ts +2 -2
  73. package/lib/request/create-backend-request.d.ts +3 -3
  74. package/lib/request/create-backend-set-request.d.ts +2 -2
  75. package/lib/request/create-certificate-request.d.ts +2 -2
  76. package/lib/request/create-hostname-request.d.ts +2 -2
  77. package/lib/request/create-listener-request.d.ts +2 -2
  78. package/lib/request/create-load-balancer-request.d.ts +1 -1
  79. package/lib/request/create-path-route-set-request.d.ts +2 -2
  80. package/lib/request/create-routing-policy-request.d.ts +2 -2
  81. package/lib/request/create-rule-set-request.d.ts +2 -2
  82. package/lib/request/create-sslcipher-suite-request.d.ts +2 -2
  83. package/lib/request/delete-backend-request.d.ts +4 -4
  84. package/lib/request/delete-backend-set-request.d.ts +3 -3
  85. package/lib/request/delete-certificate-request.d.ts +3 -3
  86. package/lib/request/delete-hostname-request.d.ts +3 -3
  87. package/lib/request/delete-listener-request.d.ts +3 -3
  88. package/lib/request/delete-load-balancer-request.d.ts +2 -2
  89. package/lib/request/delete-path-route-set-request.d.ts +3 -3
  90. package/lib/request/delete-routing-policy-request.d.ts +3 -3
  91. package/lib/request/delete-rule-set-request.d.ts +3 -3
  92. package/lib/request/delete-sslcipher-suite-request.d.ts +3 -3
  93. package/lib/request/get-backend-health-request.d.ts +4 -4
  94. package/lib/request/get-backend-request.d.ts +4 -4
  95. package/lib/request/get-backend-set-health-request.d.ts +3 -3
  96. package/lib/request/get-backend-set-request.d.ts +3 -3
  97. package/lib/request/get-health-checker-request.d.ts +3 -3
  98. package/lib/request/get-hostname-request.d.ts +3 -3
  99. package/lib/request/get-load-balancer-health-request.d.ts +2 -2
  100. package/lib/request/get-load-balancer-request.d.ts +2 -2
  101. package/lib/request/get-path-route-set-request.d.ts +3 -3
  102. package/lib/request/get-routing-policy-request.d.ts +3 -3
  103. package/lib/request/get-rule-set-request.d.ts +3 -3
  104. package/lib/request/get-sslcipher-suite-request.d.ts +3 -3
  105. package/lib/request/get-work-request-request.d.ts +1 -1
  106. package/lib/request/list-backend-sets-request.d.ts +2 -2
  107. package/lib/request/list-backends-request.d.ts +3 -3
  108. package/lib/request/list-certificates-request.d.ts +2 -2
  109. package/lib/request/list-hostnames-request.d.ts +2 -2
  110. package/lib/request/list-listener-rules-request.d.ts +2 -2
  111. package/lib/request/list-load-balancer-healths-request.d.ts +4 -4
  112. package/lib/request/list-load-balancers-request.d.ts +10 -10
  113. package/lib/request/list-path-route-sets-request.d.ts +2 -2
  114. package/lib/request/list-policies-request.d.ts +4 -4
  115. package/lib/request/list-protocols-request.d.ts +4 -4
  116. package/lib/request/list-routing-policies-request.d.ts +5 -5
  117. package/lib/request/list-rule-sets-request.d.ts +2 -2
  118. package/lib/request/list-shapes-request.d.ts +4 -4
  119. package/lib/request/list-sslcipher-suites-request.d.ts +2 -2
  120. package/lib/request/list-work-requests-request.d.ts +4 -4
  121. package/lib/request/update-backend-request.d.ts +4 -4
  122. package/lib/request/update-backend-set-request.d.ts +3 -3
  123. package/lib/request/update-health-checker-request.d.ts +3 -3
  124. package/lib/request/update-hostname-request.d.ts +3 -3
  125. package/lib/request/update-listener-request.d.ts +3 -3
  126. package/lib/request/update-load-balancer-request.d.ts +2 -2
  127. package/lib/request/update-load-balancer-shape-request.d.ts +2 -2
  128. package/lib/request/update-network-security-groups-request.d.ts +2 -2
  129. package/lib/request/update-path-route-set-request.d.ts +3 -3
  130. package/lib/request/update-routing-policy-request.d.ts +3 -3
  131. package/lib/request/update-rule-set-request.d.ts +3 -3
  132. package/lib/request/update-sslcipher-suite-request.d.ts +3 -3
  133. package/lib/response/get-backend-health-response.d.ts +1 -1
  134. package/lib/response/get-backend-response.d.ts +1 -1
  135. package/lib/response/get-backend-set-health-response.d.ts +1 -1
  136. package/lib/response/get-backend-set-response.d.ts +1 -1
  137. package/lib/response/get-health-checker-response.d.ts +1 -1
  138. package/lib/response/get-hostname-response.d.ts +1 -1
  139. package/lib/response/get-load-balancer-health-response.d.ts +1 -1
  140. package/lib/response/get-load-balancer-response.d.ts +1 -1
  141. package/lib/response/get-path-route-set-response.d.ts +1 -1
  142. package/lib/response/get-routing-policy-response.d.ts +1 -1
  143. package/lib/response/get-rule-set-response.d.ts +1 -1
  144. package/lib/response/get-sslcipher-suite-response.d.ts +1 -1
  145. package/lib/response/list-backend-sets-response.d.ts +1 -1
  146. package/lib/response/list-backends-response.d.ts +1 -1
  147. package/lib/response/list-certificates-response.d.ts +1 -1
  148. package/lib/response/list-hostnames-response.d.ts +1 -1
  149. package/lib/response/list-listener-rules-response.d.ts +1 -1
  150. package/lib/response/list-path-route-sets-response.d.ts +1 -1
  151. package/lib/response/list-routing-policies-response.d.ts +1 -1
  152. package/lib/response/list-rule-sets-response.d.ts +1 -1
  153. package/lib/response/list-sslcipher-suites-response.d.ts +1 -1
  154. 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/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.77.1/loadbalancer/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
17
17
  */
18
18
  export interface CreateCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -49,7 +49,7 @@ export interface CreateCertificateRequest 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/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.77.1/loadbalancer/CreateHostname.ts.html |here} to see how to use CreateHostnameRequest.
17
17
  */
18
18
  export interface CreateHostnameRequest extends common.BaseRequest {
19
19
  /**
@@ -40,7 +40,7 @@ export interface CreateHostnameRequest 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/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.77.1/loadbalancer/CreateListener.ts.html |here} to see how to use CreateListenerRequest.
17
17
  */
18
18
  export interface CreateListenerRequest extends common.BaseRequest {
19
19
  /**
@@ -49,7 +49,7 @@ export interface CreateListenerRequest 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/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.77.1/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.76.1/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.77.1/loadbalancer/CreatePathRouteSet.ts.html |here} to see how to use CreatePathRouteSetRequest.
17
17
  */
18
18
  export interface CreatePathRouteSetRequest extends common.BaseRequest {
19
19
  /**
@@ -49,7 +49,7 @@ export interface CreatePathRouteSetRequest 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/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.77.1/loadbalancer/CreateRoutingPolicy.ts.html |here} to see how to use CreateRoutingPolicyRequest.
17
17
  */
18
18
  export interface CreateRoutingPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -49,7 +49,7 @@ export interface CreateRoutingPolicyRequest 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/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.77.1/loadbalancer/CreateRuleSet.ts.html |here} to see how to use CreateRuleSetRequest.
17
17
  */
18
18
  export interface CreateRuleSetRequest extends common.BaseRequest {
19
19
  /**
@@ -49,7 +49,7 @@ export interface CreateRuleSetRequest 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/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.77.1/loadbalancer/CreateSSLCipherSuite.ts.html |here} to see how to use CreateSSLCipherSuiteRequest.
17
17
  */
18
18
  export interface CreateSSLCipherSuiteRequest extends common.BaseRequest {
19
19
  /**
@@ -50,7 +50,7 @@ export interface CreateSSLCipherSuiteRequest extends common.BaseRequest {
50
50
  The resource is updated or deleted only if the ETag you provide matches the resource's current
51
51
  * ETag value.
52
52
  * <p>
53
- Example: `example-etag`
53
+ Example: {@code example-etag}
54
54
  *
55
55
  */
56
56
  "ifMatch"?: string;
@@ -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.76.1/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.77.1/loadbalancer/DeleteBackend.ts.html |here} to see how to use DeleteBackendRequest.
16
16
  */
17
17
  export interface DeleteBackendRequest extends common.BaseRequest {
18
18
  /**
@@ -22,14 +22,14 @@ export interface DeleteBackendRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the backend set associated with the backend server.
24
24
  * <p>
25
- Example: `example_backend_set`
25
+ Example: {@code example_backend_set}
26
26
  *
27
27
  */
28
28
  "backendSetName": string;
29
29
  /**
30
30
  * The IP address and port of the backend server to remove.
31
31
  * <p>
32
- Example: `10.0.0.3:8080`
32
+ Example: {@code 10.0.0.3:8080}
33
33
  *
34
34
  */
35
35
  "backendName": string;
@@ -49,7 +49,7 @@ export interface DeleteBackendRequest 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;
@@ -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.76.1/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.77.1/loadbalancer/DeleteBackendSet.ts.html |here} to see how to use DeleteBackendSetRequest.
16
16
  */
17
17
  export interface DeleteBackendSetRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface DeleteBackendSetRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the backend set to delete.
24
24
  * <p>
25
- Example: `example_backend_set`
25
+ Example: {@code example_backend_set}
26
26
  *
27
27
  */
28
28
  "backendSetName": string;
@@ -42,7 +42,7 @@ export interface DeleteBackendSetRequest extends common.BaseRequest {
42
42
  The resource is updated or deleted only if the ETag you provide matches the resource's current
43
43
  * ETag value.
44
44
  * <p>
45
- Example: `example-etag`
45
+ Example: {@code example-etag}
46
46
  *
47
47
  */
48
48
  "ifMatch"?: string;
@@ -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.76.1/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.77.1/loadbalancer/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
16
16
  */
17
17
  export interface DeleteCertificateRequest extends common.BaseRequest {
18
18
  /**
@@ -24,7 +24,7 @@ export interface DeleteCertificateRequest extends common.BaseRequest {
24
24
  /**
25
25
  * The name of the certificate bundle to delete.
26
26
  * <p>
27
- Example: `example_certificate_bundle`
27
+ Example: {@code example_certificate_bundle}
28
28
  *
29
29
  */
30
30
  "certificateName": string;
@@ -44,7 +44,7 @@ export interface DeleteCertificateRequest extends common.BaseRequest {
44
44
  The resource is updated or deleted only if the ETag you provide matches the resource's current
45
45
  * ETag value.
46
46
  * <p>
47
- Example: `example-etag`
47
+ Example: {@code example-etag}
48
48
  *
49
49
  */
50
50
  "ifMatch"?: string;
@@ -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.76.1/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.77.1/loadbalancer/DeleteHostname.ts.html |here} to see how to use DeleteHostnameRequest.
16
16
  */
17
17
  export interface DeleteHostnameRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface DeleteHostnameRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the hostname resource to delete.
24
24
  * <p>
25
- Example: `example_hostname_001`
25
+ Example: {@code example_hostname_001}
26
26
  *
27
27
  */
28
28
  "name": string;
@@ -42,7 +42,7 @@ export interface DeleteHostnameRequest extends common.BaseRequest {
42
42
  The resource is updated or deleted only if the ETag you provide matches the resource's current
43
43
  * ETag value.
44
44
  * <p>
45
- Example: `example-etag`
45
+ Example: {@code example-etag}
46
46
  *
47
47
  */
48
48
  "ifMatch"?: string;
@@ -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.76.1/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.77.1/loadbalancer/DeleteListener.ts.html |here} to see how to use DeleteListenerRequest.
16
16
  */
17
17
  export interface DeleteListenerRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface DeleteListenerRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the listener to delete.
24
24
  * <p>
25
- Example: `example_listener`
25
+ Example: {@code example_listener}
26
26
  *
27
27
  */
28
28
  "listenerName": string;
@@ -42,7 +42,7 @@ export interface DeleteListenerRequest extends common.BaseRequest {
42
42
  The resource is updated or deleted only if the ETag you provide matches the resource's current
43
43
  * ETag value.
44
44
  * <p>
45
- Example: `example-etag`
45
+ Example: {@code example-etag}
46
46
  *
47
47
  */
48
48
  "ifMatch"?: string;
@@ -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.76.1/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.77.1/loadbalancer/DeleteLoadBalancer.ts.html |here} to see how to use DeleteLoadBalancerRequest.
16
16
  */
17
17
  export interface DeleteLoadBalancerRequest extends common.BaseRequest {
18
18
  /**
@@ -35,7 +35,7 @@ export interface DeleteLoadBalancerRequest extends common.BaseRequest {
35
35
  The resource is updated or deleted only if the ETag you provide matches the resource's current
36
36
  * ETag value.
37
37
  * <p>
38
- Example: `example-etag`
38
+ Example: {@code example-etag}
39
39
  *
40
40
  */
41
41
  "ifMatch"?: string;
@@ -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.76.1/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.77.1/loadbalancer/DeletePathRouteSet.ts.html |here} to see how to use DeletePathRouteSetRequest.
16
16
  */
17
17
  export interface DeletePathRouteSetRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface DeletePathRouteSetRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the path route set to delete.
24
24
  * <p>
25
- Example: `example_path_route_set`
25
+ Example: {@code example_path_route_set}
26
26
  *
27
27
  */
28
28
  "pathRouteSetName": string;
@@ -42,7 +42,7 @@ export interface DeletePathRouteSetRequest extends common.BaseRequest {
42
42
  The resource is updated or deleted only if the ETag you provide matches the resource's current
43
43
  * ETag value.
44
44
  * <p>
45
- Example: `example-etag`
45
+ Example: {@code example-etag}
46
46
  *
47
47
  */
48
48
  "ifMatch"?: string;
@@ -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.76.1/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.77.1/loadbalancer/DeleteRoutingPolicy.ts.html |here} to see how to use DeleteRoutingPolicyRequest.
16
16
  */
17
17
  export interface DeleteRoutingPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface DeleteRoutingPolicyRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the routing policy to delete.
24
24
  * <p>
25
- Example: `example_routing_policy`
25
+ Example: {@code example_routing_policy}
26
26
  *
27
27
  */
28
28
  "routingPolicyName": string;
@@ -42,7 +42,7 @@ export interface DeleteRoutingPolicyRequest extends common.BaseRequest {
42
42
  The resource is updated or deleted only if the ETag you provide matches the resource's current
43
43
  * ETag value.
44
44
  * <p>
45
- Example: `example-etag`
45
+ Example: {@code example-etag}
46
46
  *
47
47
  */
48
48
  "ifMatch"?: string;
@@ -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.76.1/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.77.1/loadbalancer/DeleteRuleSet.ts.html |here} to see how to use DeleteRuleSetRequest.
16
16
  */
17
17
  export interface DeleteRuleSetRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface DeleteRuleSetRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the rule set to delete.
24
24
  * <p>
25
- Example: `example_rule_set`
25
+ Example: {@code example_rule_set}
26
26
  *
27
27
  */
28
28
  "ruleSetName": string;
@@ -42,7 +42,7 @@ export interface DeleteRuleSetRequest extends common.BaseRequest {
42
42
  The resource is updated or deleted only if the ETag you provide matches the resource's current
43
43
  * ETag value.
44
44
  * <p>
45
- Example: `example-etag`
45
+ Example: {@code example-etag}
46
46
  *
47
47
  */
48
48
  "ifMatch"?: string;
@@ -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.76.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuiteRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/DeleteSSLCipherSuite.ts.html |here} to see how to use DeleteSSLCipherSuiteRequest.
16
16
  */
17
17
  export interface DeleteSSLCipherSuiteRequest extends common.BaseRequest {
18
18
  /**
@@ -23,7 +23,7 @@ export interface DeleteSSLCipherSuiteRequest extends common.BaseRequest {
23
23
  /**
24
24
  * The name of the SSL cipher suite to delete.
25
25
  * <p>
26
- example: `example_cipher_suite`
26
+ example: {@code example_cipher_suite}
27
27
  *
28
28
  */
29
29
  "name": string;
@@ -43,7 +43,7 @@ export interface DeleteSSLCipherSuiteRequest extends common.BaseRequest {
43
43
  The resource is updated or deleted only if the ETag you provide matches the resource's current
44
44
  * ETag value.
45
45
  * <p>
46
- Example: `example-etag`
46
+ Example: {@code example-etag}
47
47
  *
48
48
  */
49
49
  "ifMatch"?: string;
@@ -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.76.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealthRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetBackendHealth.ts.html |here} to see how to use GetBackendHealthRequest.
16
16
  */
17
17
  export interface GetBackendHealthRequest extends common.BaseRequest {
18
18
  /**
@@ -22,14 +22,14 @@ export interface GetBackendHealthRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the backend set associated with the backend server to retrieve the health status for.
24
24
  * <p>
25
- Example: `example_backend_set`
25
+ Example: {@code example_backend_set}
26
26
  *
27
27
  */
28
28
  "backendSetName": string;
29
29
  /**
30
30
  * The IP address and port of the backend server to retrieve the health status for.
31
31
  * <p>
32
- Example: `10.0.0.3:8080`
32
+ Example: {@code 10.0.0.3:8080}
33
33
  *
34
34
  */
35
35
  "backendName": string;
@@ -49,7 +49,7 @@ export interface GetBackendHealthRequest 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;
@@ -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.76.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetBackend.ts.html |here} to see how to use GetBackendRequest.
16
16
  */
17
17
  export interface GetBackendRequest extends common.BaseRequest {
18
18
  /**
@@ -22,14 +22,14 @@ export interface GetBackendRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the backend set that includes the backend server.
24
24
  * <p>
25
- Example: `example_backend_set`
25
+ Example: {@code example_backend_set}
26
26
  *
27
27
  */
28
28
  "backendSetName": string;
29
29
  /**
30
30
  * The IP address and port of the backend server to retrieve.
31
31
  * <p>
32
- Example: `10.0.0.3:8080`
32
+ Example: {@code 10.0.0.3:8080}
33
33
  *
34
34
  */
35
35
  "backendName": string;
@@ -49,7 +49,7 @@ export interface GetBackendRequest 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;
@@ -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.76.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealthRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetBackendSetHealth.ts.html |here} to see how to use GetBackendSetHealthRequest.
16
16
  */
17
17
  export interface GetBackendSetHealthRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface GetBackendSetHealthRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the backend set to retrieve the health status for.
24
24
  * <p>
25
- Example: `example_backend_set`
25
+ Example: {@code example_backend_set}
26
26
  *
27
27
  */
28
28
  "backendSetName": string;
@@ -42,7 +42,7 @@ export interface GetBackendSetHealthRequest extends common.BaseRequest {
42
42
  The resource is updated or deleted only if the ETag you provide matches the resource's current
43
43
  * ETag value.
44
44
  * <p>
45
- Example: `example-etag`
45
+ Example: {@code example-etag}
46
46
  *
47
47
  */
48
48
  "ifMatch"?: string;
@@ -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.76.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetBackendSet.ts.html |here} to see how to use GetBackendSetRequest.
16
16
  */
17
17
  export interface GetBackendSetRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface GetBackendSetRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the backend set to retrieve.
24
24
  * <p>
25
- Example: `example_backend_set`
25
+ Example: {@code example_backend_set}
26
26
  *
27
27
  */
28
28
  "backendSetName": string;
@@ -42,7 +42,7 @@ export interface GetBackendSetRequest extends common.BaseRequest {
42
42
  The resource is updated or deleted only if the ETag you provide matches the resource's current
43
43
  * ETag value.
44
44
  * <p>
45
- Example: `example-etag`
45
+ Example: {@code example-etag}
46
46
  *
47
47
  */
48
48
  "ifMatch"?: string;
@@ -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.76.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthCheckerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetHealthChecker.ts.html |here} to see how to use GetHealthCheckerRequest.
16
16
  */
17
17
  export interface GetHealthCheckerRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface GetHealthCheckerRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the backend set associated with the health check policy to be retrieved.
24
24
  * <p>
25
- Example: `example_backend_set`
25
+ Example: {@code example_backend_set}
26
26
  *
27
27
  */
28
28
  "backendSetName": string;
@@ -42,7 +42,7 @@ export interface GetHealthCheckerRequest extends common.BaseRequest {
42
42
  The resource is updated or deleted only if the ETag you provide matches the resource's current
43
43
  * ETag value.
44
44
  * <p>
45
- Example: `example-etag`
45
+ Example: {@code example-etag}
46
46
  *
47
47
  */
48
48
  "ifMatch"?: string;
@@ -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.76.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostnameRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetHostname.ts.html |here} to see how to use GetHostnameRequest.
16
16
  */
17
17
  export interface GetHostnameRequest extends common.BaseRequest {
18
18
  /**
@@ -22,7 +22,7 @@ export interface GetHostnameRequest extends common.BaseRequest {
22
22
  /**
23
23
  * The name of the hostname resource to retrieve.
24
24
  * <p>
25
- Example: `example_hostname_001`
25
+ Example: {@code example_hostname_001}
26
26
  *
27
27
  */
28
28
  "name": string;
@@ -42,7 +42,7 @@ export interface GetHostnameRequest extends common.BaseRequest {
42
42
  The resource is updated or deleted only if the ETag you provide matches the resource's current
43
43
  * ETag value.
44
44
  * <p>
45
- Example: `example-etag`
45
+ Example: {@code example-etag}
46
46
  *
47
47
  */
48
48
  "ifMatch"?: string;
@@ -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.76.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealthRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetLoadBalancerHealth.ts.html |here} to see how to use GetLoadBalancerHealthRequest.
16
16
  */
17
17
  export interface GetLoadBalancerHealthRequest extends common.BaseRequest {
18
18
  /**
@@ -35,7 +35,7 @@ export interface GetLoadBalancerHealthRequest extends common.BaseRequest {
35
35
  The resource is updated or deleted only if the ETag you provide matches the resource's current
36
36
  * ETag value.
37
37
  * <p>
38
- Example: `example-etag`
38
+ Example: {@code example-etag}
39
39
  *
40
40
  */
41
41
  "ifMatch"?: string;
@@ -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.76.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancerRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/loadbalancer/GetLoadBalancer.ts.html |here} to see how to use GetLoadBalancerRequest.
16
16
  */
17
17
  export interface GetLoadBalancerRequest extends common.BaseRequest {
18
18
  /**
@@ -35,7 +35,7 @@ export interface GetLoadBalancerRequest extends common.BaseRequest {
35
35
  The resource is updated or deleted only if the ETag you provide matches the resource's current
36
36
  * ETag value.
37
37
  * <p>
38
- Example: `example-etag`
38
+ Example: {@code example-etag}
39
39
  *
40
40
  */
41
41
  "ifMatch"?: string;