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.
- package/lib/client.d.ts +61 -61
- package/lib/client.js +61 -61
- package/lib/model/add-http-request-header-rule.d.ts +5 -5
- package/lib/model/add-http-response-header-rule.d.ts +5 -5
- package/lib/model/allow-rule.d.ts +5 -5
- package/lib/model/backend-details.d.ts +8 -8
- package/lib/model/backend-health.d.ts +4 -4
- package/lib/model/backend-set-details.d.ts +2 -2
- package/lib/model/backend-set-health.d.ts +14 -14
- package/lib/model/backend-set.d.ts +3 -3
- package/lib/model/backend.d.ts +9 -9
- package/lib/model/certificate-details.d.ts +1 -1
- package/lib/model/certificate.d.ts +1 -1
- package/lib/model/connection-configuration.d.ts +2 -2
- package/lib/model/control-access-using-http-methods-rule.d.ts +5 -5
- package/lib/model/create-backend-details.d.ts +8 -8
- package/lib/model/create-backend-set-details.d.ts +3 -3
- package/lib/model/create-certificate-details.d.ts +1 -1
- package/lib/model/create-hostname-details.d.ts +2 -2
- package/lib/model/create-listener-details.d.ts +7 -7
- package/lib/model/create-load-balancer-details.d.ts +8 -8
- package/lib/model/create-path-route-set-details.d.ts +1 -1
- package/lib/model/create-routing-policy-details.d.ts +2 -2
- package/lib/model/create-rule-set-details.d.ts +1 -1
- package/lib/model/create-ss-lcipher-suite-details.d.ts +2 -2
- package/lib/model/extend-http-request-header-value-rule.d.ts +8 -8
- package/lib/model/extend-http-response-header-value-rule.d.ts +8 -8
- package/lib/model/forward-to-backend-set.d.ts +1 -1
- package/lib/model/health-check-result.d.ts +2 -2
- package/lib/model/health-checker-details.d.ts +10 -10
- package/lib/model/health-checker.d.ts +10 -10
- package/lib/model/hostname-details.d.ts +2 -2
- package/lib/model/hostname.d.ts +2 -2
- package/lib/model/http-header-rule.d.ts +1 -1
- package/lib/model/ip-address.d.ts +1 -1
- package/lib/model/l-bcookie-session-persistence-configuration-details.d.ts +34 -34
- package/lib/model/listener-details.d.ts +6 -6
- package/lib/model/listener.d.ts +7 -7
- package/lib/model/load-balancer-health-summary.d.ts +7 -7
- package/lib/model/load-balancer-health.d.ts +16 -16
- package/lib/model/load-balancer-shape.d.ts +1 -1
- package/lib/model/load-balancer.d.ts +7 -7
- package/lib/model/path-match-condition.d.ts +6 -6
- package/lib/model/path-match-type.d.ts +6 -6
- package/lib/model/path-route-set.d.ts +1 -1
- package/lib/model/path-route.d.ts +2 -2
- package/lib/model/redirect-rule.d.ts +5 -5
- package/lib/model/redirect-uri.d.ts +43 -43
- package/lib/model/remove-http-request-header-rule.d.ts +2 -2
- package/lib/model/remove-http-response-header-rule.d.ts +2 -2
- package/lib/model/routing-policy.d.ts +2 -2
- package/lib/model/rule-set.d.ts +1 -1
- package/lib/model/s-sl-cipher-suite-details.d.ts +2 -2
- package/lib/model/s-sl-cipher-suite.d.ts +2 -2
- package/lib/model/s-sl-configuration-details.d.ts +17 -17
- package/lib/model/s-sl-configuration.d.ts +17 -17
- package/lib/model/session-persistence-configuration-details.d.ts +7 -7
- package/lib/model/shape-details.d.ts +2 -2
- package/lib/model/source-vcn-id-condition.d.ts +2 -2
- package/lib/model/source-vcn-ip-address-condition.d.ts +1 -1
- package/lib/model/update-backend-details.d.ts +6 -6
- package/lib/model/update-backend-set-details.d.ts +2 -2
- package/lib/model/update-health-checker-details.d.ts +9 -9
- package/lib/model/update-hostname-details.d.ts +1 -1
- package/lib/model/update-listener-details.d.ts +6 -6
- package/lib/model/update-load-balancer-details.d.ts +3 -3
- package/lib/model/update-load-balancer-shape-details.d.ts +2 -2
- package/lib/model/update-routing-policy-details.d.ts +1 -1
- package/lib/model/update-ss-lcipher-suite-details.d.ts +1 -1
- package/lib/model/work-request.d.ts +3 -3
- package/lib/request/change-load-balancer-compartment-request.d.ts +2 -2
- package/lib/request/create-backend-request.d.ts +3 -3
- package/lib/request/create-backend-set-request.d.ts +2 -2
- package/lib/request/create-certificate-request.d.ts +2 -2
- package/lib/request/create-hostname-request.d.ts +2 -2
- package/lib/request/create-listener-request.d.ts +2 -2
- package/lib/request/create-load-balancer-request.d.ts +1 -1
- package/lib/request/create-path-route-set-request.d.ts +2 -2
- package/lib/request/create-routing-policy-request.d.ts +2 -2
- package/lib/request/create-rule-set-request.d.ts +2 -2
- package/lib/request/create-sslcipher-suite-request.d.ts +2 -2
- package/lib/request/delete-backend-request.d.ts +4 -4
- package/lib/request/delete-backend-set-request.d.ts +3 -3
- package/lib/request/delete-certificate-request.d.ts +3 -3
- package/lib/request/delete-hostname-request.d.ts +3 -3
- package/lib/request/delete-listener-request.d.ts +3 -3
- package/lib/request/delete-load-balancer-request.d.ts +2 -2
- package/lib/request/delete-path-route-set-request.d.ts +3 -3
- package/lib/request/delete-routing-policy-request.d.ts +3 -3
- package/lib/request/delete-rule-set-request.d.ts +3 -3
- package/lib/request/delete-sslcipher-suite-request.d.ts +3 -3
- package/lib/request/get-backend-health-request.d.ts +4 -4
- package/lib/request/get-backend-request.d.ts +4 -4
- package/lib/request/get-backend-set-health-request.d.ts +3 -3
- package/lib/request/get-backend-set-request.d.ts +3 -3
- package/lib/request/get-health-checker-request.d.ts +3 -3
- package/lib/request/get-hostname-request.d.ts +3 -3
- package/lib/request/get-load-balancer-health-request.d.ts +2 -2
- package/lib/request/get-load-balancer-request.d.ts +2 -2
- package/lib/request/get-path-route-set-request.d.ts +3 -3
- package/lib/request/get-routing-policy-request.d.ts +3 -3
- package/lib/request/get-rule-set-request.d.ts +3 -3
- package/lib/request/get-sslcipher-suite-request.d.ts +3 -3
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-backend-sets-request.d.ts +2 -2
- package/lib/request/list-backends-request.d.ts +3 -3
- package/lib/request/list-certificates-request.d.ts +2 -2
- package/lib/request/list-hostnames-request.d.ts +2 -2
- package/lib/request/list-listener-rules-request.d.ts +2 -2
- package/lib/request/list-load-balancer-healths-request.d.ts +4 -4
- package/lib/request/list-load-balancers-request.d.ts +10 -10
- package/lib/request/list-path-route-sets-request.d.ts +2 -2
- package/lib/request/list-policies-request.d.ts +4 -4
- package/lib/request/list-protocols-request.d.ts +4 -4
- package/lib/request/list-routing-policies-request.d.ts +5 -5
- package/lib/request/list-rule-sets-request.d.ts +2 -2
- package/lib/request/list-shapes-request.d.ts +4 -4
- package/lib/request/list-sslcipher-suites-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +4 -4
- package/lib/request/update-backend-request.d.ts +4 -4
- package/lib/request/update-backend-set-request.d.ts +3 -3
- package/lib/request/update-health-checker-request.d.ts +3 -3
- package/lib/request/update-hostname-request.d.ts +3 -3
- package/lib/request/update-listener-request.d.ts +3 -3
- package/lib/request/update-load-balancer-request.d.ts +2 -2
- package/lib/request/update-load-balancer-shape-request.d.ts +2 -2
- package/lib/request/update-network-security-groups-request.d.ts +2 -2
- package/lib/request/update-path-route-set-request.d.ts +3 -3
- package/lib/request/update-routing-policy-request.d.ts +3 -3
- package/lib/request/update-rule-set-request.d.ts +3 -3
- package/lib/request/update-sslcipher-suite-request.d.ts +3 -3
- package/lib/response/get-backend-health-response.d.ts +1 -1
- package/lib/response/get-backend-response.d.ts +1 -1
- package/lib/response/get-backend-set-health-response.d.ts +1 -1
- package/lib/response/get-backend-set-response.d.ts +1 -1
- package/lib/response/get-health-checker-response.d.ts +1 -1
- package/lib/response/get-hostname-response.d.ts +1 -1
- package/lib/response/get-load-balancer-health-response.d.ts +1 -1
- package/lib/response/get-load-balancer-response.d.ts +1 -1
- package/lib/response/get-path-route-set-response.d.ts +1 -1
- package/lib/response/get-routing-policy-response.d.ts +1 -1
- package/lib/response/get-rule-set-response.d.ts +1 -1
- package/lib/response/get-sslcipher-suite-response.d.ts +1 -1
- package/lib/response/list-backend-sets-response.d.ts +1 -1
- package/lib/response/list-backends-response.d.ts +1 -1
- package/lib/response/list-certificates-response.d.ts +1 -1
- package/lib/response/list-hostnames-response.d.ts +1 -1
- package/lib/response/list-listener-rules-response.d.ts +1 -1
- package/lib/response/list-path-route-sets-response.d.ts +1 -1
- package/lib/response/list-routing-policies-response.d.ts +1 -1
- package/lib/response/list-rule-sets-response.d.ts +1 -1
- package/lib/response/list-sslcipher-suites-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -19,14 +19,14 @@ export interface BackendDetails {
|
|
|
19
19
|
/**
|
|
20
20
|
* The IP address of the backend server.
|
|
21
21
|
* <p>
|
|
22
|
-
Example:
|
|
22
|
+
Example: {@code 10.0.0.3}
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"ipAddress": string;
|
|
26
26
|
/**
|
|
27
27
|
* The communication port for the backend server.
|
|
28
28
|
* <p>
|
|
29
|
-
Example:
|
|
29
|
+
Example: {@code 8080}
|
|
30
30
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
31
31
|
*/
|
|
32
32
|
"port": number;
|
|
@@ -37,17 +37,17 @@ export interface BackendDetails {
|
|
|
37
37
|
* For more information on load balancing policies, see
|
|
38
38
|
* [How Load Balancing Policies Work](https://docs.cloud.oracle.com/Content/Balance/Reference/lbpolicies.htm).
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code 3}
|
|
41
41
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
42
42
|
*/
|
|
43
43
|
"weight"?: number;
|
|
44
44
|
/**
|
|
45
|
-
* Whether the load balancer should treat this server as a backup unit. If
|
|
45
|
+
* Whether the load balancer should treat this server as a backup unit. If {@code true}, the load balancer forwards no ingress
|
|
46
46
|
* traffic to this backend server unless all other backend servers not marked as \"backup\" fail the health check policy.
|
|
47
47
|
* <p>
|
|
48
|
-
**Note:** You cannot add a backend server marked as
|
|
48
|
+
**Note:** You cannot add a backend server marked as {@code backup} to a backend set that uses the IP Hash policy.
|
|
49
49
|
* <p>
|
|
50
|
-
Example:
|
|
50
|
+
Example: {@code false}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"backup"?: boolean;
|
|
@@ -55,7 +55,7 @@ export interface BackendDetails {
|
|
|
55
55
|
* Whether the load balancer should drain this server. Servers marked \"drain\" receive no new
|
|
56
56
|
* incoming traffic.
|
|
57
57
|
* <p>
|
|
58
|
-
Example:
|
|
58
|
+
Example: {@code false}
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
"drain"?: boolean;
|
|
@@ -63,7 +63,7 @@ export interface BackendDetails {
|
|
|
63
63
|
* Whether the load balancer should treat this server as offline. Offline servers receive no incoming
|
|
64
64
|
* traffic.
|
|
65
65
|
* <p>
|
|
66
|
-
Example:
|
|
66
|
+
Example: {@code false}
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"offline"?: boolean;
|
|
@@ -21,13 +21,13 @@ export interface BackendHealth {
|
|
|
21
21
|
/**
|
|
22
22
|
* The general health status of the specified backend server as reported by the primary and standby load balancers.
|
|
23
23
|
* <p>
|
|
24
|
-
* **OK:** Both health checks returned
|
|
24
|
+
* **OK:** Both health checks returned {@code OK}.
|
|
25
25
|
* <p>
|
|
26
|
-
* **WARNING:** One health check returned
|
|
26
|
+
* **WARNING:** One health check returned {@code OK} and one did not.
|
|
27
27
|
* <p>
|
|
28
|
-
* **CRITICAL:** Neither health check returned
|
|
28
|
+
* **CRITICAL:** Neither health check returned {@code OK}.
|
|
29
29
|
* <p>
|
|
30
|
-
* **UNKNOWN:** One or both health checks returned
|
|
30
|
+
* **UNKNOWN:** One or both health checks returned {@code UNKNOWN}, or the system was unable to retrieve metrics at this time.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"status": BackendHealth.Status;
|
|
@@ -18,7 +18,7 @@ import * as model from "../model";
|
|
|
18
18
|
* For more information on backend set configuration, see
|
|
19
19
|
* [Managing Backend Sets](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendsets.htm).
|
|
20
20
|
* <p>
|
|
21
|
-
**Note:** The
|
|
21
|
+
**Note:** The {@code sessionPersistenceConfiguration} (application cookie stickiness) and {@code lbCookieSessionPersistenceConfiguration}
|
|
22
22
|
* (LB cookie stickiness) attributes are mutually exclusive. To avoid returning an error, configure only one of these two
|
|
23
23
|
* attributes per backend set.
|
|
24
24
|
*
|
|
@@ -28,7 +28,7 @@ export interface BackendSetDetails {
|
|
|
28
28
|
* The load balancer policy for the backend set. To get a list of available policies, use the
|
|
29
29
|
* {@link #listPolicies(ListPoliciesRequest) listPolicies} operation.
|
|
30
30
|
* <p>
|
|
31
|
-
Example:
|
|
31
|
+
Example: {@code LEAST_CONNECTIONS}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"policy": string;
|
|
@@ -15,54 +15,54 @@ information, see [Overview of Load Balancing](/iaas/Content/Balance/Concepts/bal
|
|
|
15
15
|
/**
|
|
16
16
|
* The health status details for a backend set.
|
|
17
17
|
* <p>
|
|
18
|
-
This object does not explicitly enumerate backend servers with a status of
|
|
19
|
-
*
|
|
18
|
+
This object does not explicitly enumerate backend servers with a status of {@code OK}. However, they are included in the
|
|
19
|
+
* {@code totalBackendCount} sum.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
export interface BackendSetHealth {
|
|
23
23
|
/**
|
|
24
24
|
* Overall health status of the backend set.
|
|
25
25
|
* <p>
|
|
26
|
-
* **OK:** All backend servers in the backend set return a status of
|
|
26
|
+
* **OK:** All backend servers in the backend set return a status of {@code OK}.
|
|
27
27
|
* <p>
|
|
28
|
-
* **WARNING:** Half or more of the backend set's backend servers return a status of
|
|
29
|
-
* server returns a status of
|
|
28
|
+
* **WARNING:** Half or more of the backend set's backend servers return a status of {@code OK} and at least one backend
|
|
29
|
+
* server returns a status of {@code WARNING}, {@code CRITICAL}, or {@code UNKNOWN}.
|
|
30
30
|
* <p>
|
|
31
|
-
* **CRITICAL:** Fewer than half of the backend set's backend servers return a status of
|
|
31
|
+
* **CRITICAL:** Fewer than half of the backend set's backend servers return a status of {@code OK}.
|
|
32
32
|
* <p>
|
|
33
|
-
* **UNKNOWN:** More than half of the backend set's backend servers return a status of
|
|
33
|
+
* **UNKNOWN:** More than half of the backend set's backend servers return a status of {@code UNKNOWN}, the system was
|
|
34
34
|
* unable to retrieve metrics, or the backend set does not have a listener attached.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"status": BackendSetHealth.Status;
|
|
38
38
|
/**
|
|
39
|
-
* A list of backend servers that are currently in the
|
|
39
|
+
* A list of backend servers that are currently in the {@code WARNING} health state. The list identifies each backend server by
|
|
40
40
|
* IP address and port.
|
|
41
41
|
* <p>
|
|
42
|
-
Example:
|
|
42
|
+
Example: {@code 10.0.0.3:8080}
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"warningStateBackendNames": Array<string>;
|
|
46
46
|
/**
|
|
47
|
-
* A list of backend servers that are currently in the
|
|
47
|
+
* A list of backend servers that are currently in the {@code CRITICAL} health state. The list identifies each backend server by
|
|
48
48
|
* IP address and port.
|
|
49
49
|
* <p>
|
|
50
|
-
Example:
|
|
50
|
+
Example: {@code 10.0.0.4:8080}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"criticalStateBackendNames": Array<string>;
|
|
54
54
|
/**
|
|
55
|
-
* A list of backend servers that are currently in the
|
|
55
|
+
* A list of backend servers that are currently in the {@code UNKNOWN} health state. The list identifies each backend server by
|
|
56
56
|
* IP address and port.
|
|
57
57
|
* <p>
|
|
58
|
-
Example:
|
|
58
|
+
Example: {@code 10.0.0.5:8080}
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
"unknownStateBackendNames": Array<string>;
|
|
62
62
|
/**
|
|
63
63
|
* The total number of backend servers in this backend set.
|
|
64
64
|
* <p>
|
|
65
|
-
Example:
|
|
65
|
+
Example: {@code 7}
|
|
66
66
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
67
67
|
*/
|
|
68
68
|
"totalBackendCount": number;
|
|
@@ -18,7 +18,7 @@ import * as model from "../model";
|
|
|
18
18
|
* For more information on backend set configuration, see
|
|
19
19
|
* [Managing Backend Sets](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendsets.htm).
|
|
20
20
|
* <p>
|
|
21
|
-
**Note:** The
|
|
21
|
+
**Note:** The {@code sessionPersistenceConfiguration} (application cookie stickiness) and {@code lbCookieSessionPersistenceConfiguration}
|
|
22
22
|
* (LB cookie stickiness) attributes are mutually exclusive. To avoid returning an error, configure only one of these two
|
|
23
23
|
* attributes per backend set.
|
|
24
24
|
* <p>
|
|
@@ -32,7 +32,7 @@ export interface BackendSet {
|
|
|
32
32
|
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot
|
|
33
33
|
* contain spaces. Avoid entering confidential information.
|
|
34
34
|
* <p>
|
|
35
|
-
Example:
|
|
35
|
+
Example: {@code example_backend_set}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"name": string;
|
|
@@ -40,7 +40,7 @@ export interface BackendSet {
|
|
|
40
40
|
* The load balancer policy for the backend set. To get a list of available policies, use the
|
|
41
41
|
* {@link #listPolicies(ListPoliciesRequest) listPolicies} operation.
|
|
42
42
|
* <p>
|
|
43
|
-
Example:
|
|
43
|
+
Example: {@code LEAST_CONNECTIONS}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"policy": string;
|
package/lib/model/backend.d.ts
CHANGED
|
@@ -21,21 +21,21 @@ export interface Backend {
|
|
|
21
21
|
/**
|
|
22
22
|
* A read-only field showing the IP address and port that uniquely identify this backend server in the backend set.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code 10.0.0.3:8080}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"name": string;
|
|
28
28
|
/**
|
|
29
29
|
* The IP address of the backend server.
|
|
30
30
|
* <p>
|
|
31
|
-
Example:
|
|
31
|
+
Example: {@code 10.0.0.3}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"ipAddress": string;
|
|
35
35
|
/**
|
|
36
36
|
* The communication port for the backend server.
|
|
37
37
|
* <p>
|
|
38
|
-
Example:
|
|
38
|
+
Example: {@code 8080}
|
|
39
39
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
40
40
|
*/
|
|
41
41
|
"port": number;
|
|
@@ -46,7 +46,7 @@ export interface Backend {
|
|
|
46
46
|
* For more information on load balancing policies, see
|
|
47
47
|
* [How Load Balancing Policies Work](https://docs.cloud.oracle.com/Content/Balance/Reference/lbpolicies.htm).
|
|
48
48
|
* <p>
|
|
49
|
-
Example:
|
|
49
|
+
Example: {@code 3}
|
|
50
50
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
51
51
|
*/
|
|
52
52
|
"weight": number;
|
|
@@ -54,17 +54,17 @@ export interface Backend {
|
|
|
54
54
|
* Whether the load balancer should drain this server. Servers marked \"drain\" receive no new
|
|
55
55
|
* incoming traffic.
|
|
56
56
|
* <p>
|
|
57
|
-
Example:
|
|
57
|
+
Example: {@code false}
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
"drain": boolean;
|
|
61
61
|
/**
|
|
62
|
-
* Whether the load balancer should treat this server as a backup unit. If
|
|
62
|
+
* Whether the load balancer should treat this server as a backup unit. If {@code true}, the load balancer forwards no ingress
|
|
63
63
|
* traffic to this backend server unless all other backend servers not marked as \"backup\" fail the health check policy.
|
|
64
64
|
* <p>
|
|
65
|
-
**Note:** You cannot add a backend server marked as
|
|
65
|
+
**Note:** You cannot add a backend server marked as {@code backup} to a backend set that uses the IP Hash policy.
|
|
66
66
|
* <p>
|
|
67
|
-
Example:
|
|
67
|
+
Example: {@code false}
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
"backup": boolean;
|
|
@@ -72,7 +72,7 @@ export interface Backend {
|
|
|
72
72
|
* Whether the load balancer should treat this server as offline. Offline servers receive no incoming
|
|
73
73
|
* traffic.
|
|
74
74
|
* <p>
|
|
75
|
-
Example:
|
|
75
|
+
Example: {@code false}
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
"offline": boolean;
|
|
@@ -76,7 +76,7 @@ export interface CertificateDetails {
|
|
|
76
76
|
* Valid certificate bundle names include only alphanumeric characters, dashes, and underscores.
|
|
77
77
|
* Certificate bundle names cannot contain spaces. Avoid entering confidential information.
|
|
78
78
|
* <p>
|
|
79
|
-
Example:
|
|
79
|
+
Example: {@code example_certificate_bundle}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
"certificateName": string;
|
|
@@ -26,7 +26,7 @@ export interface Certificate {
|
|
|
26
26
|
* Valid certificate bundle names include only alphanumeric characters, dashes, and underscores.
|
|
27
27
|
* Certificate bundle names cannot contain spaces. Avoid entering confidential information.
|
|
28
28
|
* <p>
|
|
29
|
-
Example:
|
|
29
|
+
Example: {@code example_certificate_bundle}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"certificateName": string;
|
|
@@ -24,14 +24,14 @@ export interface ConnectionConfiguration {
|
|
|
24
24
|
* <p>
|
|
25
25
|
For more information, see [Connection Configuration](https://docs.cloud.oracle.com/Content/Balance/Reference/connectionreuse.htm#ConnectionConfiguration).
|
|
26
26
|
* <p>
|
|
27
|
-
Example:
|
|
27
|
+
Example: {@code 1200}
|
|
28
28
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
29
29
|
*/
|
|
30
30
|
"idleTimeout": number;
|
|
31
31
|
/**
|
|
32
32
|
* The backend TCP Proxy Protocol version.
|
|
33
33
|
* <p>
|
|
34
|
-
Example:
|
|
34
|
+
Example: {@code 1}
|
|
35
35
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
36
36
|
*/
|
|
37
37
|
"backendTcpProxyProtocolVersion"?: number;
|
|
@@ -16,13 +16,13 @@ import * as model from "../model";
|
|
|
16
16
|
/**
|
|
17
17
|
* An object that represents the action of returning a specified response code when the requested HTTP method is not in
|
|
18
18
|
* the list of allowed methods for the listener. The load balancer does not forward a disallowed request to the back end
|
|
19
|
-
* servers. The default response code is
|
|
19
|
+
* servers. The default response code is {@code 405 Method Not Allowed}.
|
|
20
20
|
* <p>
|
|
21
|
-
If you set the response code to
|
|
22
|
-
* list of the allowed methods for the listener. If you set the response code to anything other than
|
|
21
|
+
If you set the response code to {@code 405} or leave it blank, the system adds an \"allow\" response header that contains a
|
|
22
|
+
* list of the allowed methods for the listener. If you set the response code to anything other than {@code 405} (or blank),
|
|
23
23
|
* the system does not add the \"allow\" response header with a list of allowed methods.
|
|
24
24
|
* <p>
|
|
25
|
-
This rule applies only to HTTP listeners. No more than one
|
|
25
|
+
This rule applies only to HTTP listeners. No more than one {@code ControlAccessUsingHttpMethodsRule} object can be present in
|
|
26
26
|
* a given listener.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
@@ -47,7 +47,7 @@ export interface ControlAccessUsingHttpMethodsRule extends model.Rule {
|
|
|
47
47
|
/**
|
|
48
48
|
* The HTTP status code to return when the requested HTTP method is not in the list of allowed methods.
|
|
49
49
|
* The associated status line returned with the code is mapped from the standard HTTP specification. The
|
|
50
|
-
* default value is
|
|
50
|
+
* default value is {@code 405 (Method Not Allowed)}.
|
|
51
51
|
* <p>
|
|
52
52
|
Example: 403
|
|
53
53
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
@@ -22,14 +22,14 @@ export interface CreateBackendDetails {
|
|
|
22
22
|
/**
|
|
23
23
|
* The IP address of the backend server.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code 10.0.0.3}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"ipAddress": string;
|
|
29
29
|
/**
|
|
30
30
|
* The communication port for the backend server.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 8080}
|
|
33
33
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
34
34
|
*/
|
|
35
35
|
"port": number;
|
|
@@ -40,17 +40,17 @@ export interface CreateBackendDetails {
|
|
|
40
40
|
* For more information on load balancing policies, see
|
|
41
41
|
* [How Load Balancing Policies Work](https://docs.cloud.oracle.com/Content/Balance/Reference/lbpolicies.htm).
|
|
42
42
|
* <p>
|
|
43
|
-
Example:
|
|
43
|
+
Example: {@code 3}
|
|
44
44
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
45
45
|
*/
|
|
46
46
|
"weight"?: number;
|
|
47
47
|
/**
|
|
48
|
-
* Whether the load balancer should treat this server as a backup unit. If
|
|
48
|
+
* Whether the load balancer should treat this server as a backup unit. If {@code true}, the load balancer forwards no ingress
|
|
49
49
|
* traffic to this backend server unless all other backend servers not marked as \"backup\" fail the health check policy.
|
|
50
50
|
* <p>
|
|
51
|
-
**Note:** You cannot add a backend server marked as
|
|
51
|
+
**Note:** You cannot add a backend server marked as {@code backup} to a backend set that uses the IP Hash policy.
|
|
52
52
|
* <p>
|
|
53
|
-
Example:
|
|
53
|
+
Example: {@code false}
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"backup"?: boolean;
|
|
@@ -58,7 +58,7 @@ export interface CreateBackendDetails {
|
|
|
58
58
|
* Whether the load balancer should drain this server. Servers marked \"drain\" receive no new
|
|
59
59
|
* incoming traffic.
|
|
60
60
|
* <p>
|
|
61
|
-
Example:
|
|
61
|
+
Example: {@code false}
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
"drain"?: boolean;
|
|
@@ -66,7 +66,7 @@ export interface CreateBackendDetails {
|
|
|
66
66
|
* Whether the load balancer should treat this server as offline. Offline servers receive no incoming
|
|
67
67
|
* traffic.
|
|
68
68
|
* <p>
|
|
69
|
-
Example:
|
|
69
|
+
Example: {@code false}
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
"offline"?: boolean;
|
|
@@ -18,7 +18,7 @@ import * as model from "../model";
|
|
|
18
18
|
* For more information on backend set configuration, see
|
|
19
19
|
* [Managing Backend Sets](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendsets.htm).
|
|
20
20
|
* <p>
|
|
21
|
-
**Note:** The
|
|
21
|
+
**Note:** The {@code sessionPersistenceConfiguration} (application cookie stickiness) and {@code lbCookieSessionPersistenceConfiguration}
|
|
22
22
|
* (LB cookie stickiness) attributes are mutually exclusive. To avoid returning an error, configure only one of these two
|
|
23
23
|
* attributes per backend set.
|
|
24
24
|
* <p>
|
|
@@ -32,7 +32,7 @@ export interface CreateBackendSetDetails {
|
|
|
32
32
|
Valid backend set names include only alphanumeric characters, dashes, and underscores. Backend set names cannot
|
|
33
33
|
* contain spaces. Avoid entering confidential information.
|
|
34
34
|
* <p>
|
|
35
|
-
Example:
|
|
35
|
+
Example: {@code example_backend_set}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"name": string;
|
|
@@ -40,7 +40,7 @@ export interface CreateBackendSetDetails {
|
|
|
40
40
|
* The load balancer policy for the backend set. To get a list of available policies, use the
|
|
41
41
|
* {@link #listPolicies(ListPoliciesRequest) listPolicies} operation.
|
|
42
42
|
* <p>
|
|
43
|
-
Example:
|
|
43
|
+
Example: {@code LEAST_CONNECTIONS}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"policy": string;
|
|
@@ -76,7 +76,7 @@ export interface CreateCertificateDetails {
|
|
|
76
76
|
* Valid certificate bundle names include only alphanumeric characters, dashes, and underscores.
|
|
77
77
|
* Certificate bundle names cannot contain spaces. Avoid entering confidential information.
|
|
78
78
|
* <p>
|
|
79
|
-
Example:
|
|
79
|
+
Example: {@code example_certificate_bundle}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
"certificateName": string;
|
|
@@ -23,7 +23,7 @@ export interface CreateHostnameDetails {
|
|
|
23
23
|
* A friendly name for the hostname resource. It must be unique and it cannot be changed. Avoid entering confidential
|
|
24
24
|
* information.
|
|
25
25
|
* <p>
|
|
26
|
-
Example:
|
|
26
|
+
Example: {@code example_hostname_001}
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"name": string;
|
|
@@ -31,7 +31,7 @@ export interface CreateHostnameDetails {
|
|
|
31
31
|
* A virtual hostname. For more information about virtual hostname string construction, see
|
|
32
32
|
* [Managing Request Routing](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrequest.htm#routing).
|
|
33
33
|
* <p>
|
|
34
|
-
Example:
|
|
34
|
+
Example: {@code app.example.com}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"hostname": string;
|
|
@@ -25,14 +25,14 @@ export interface CreateListenerDetails {
|
|
|
25
25
|
/**
|
|
26
26
|
* The name of the associated backend set.
|
|
27
27
|
* <p>
|
|
28
|
-
Example:
|
|
28
|
+
Example: {@code example_backend_set}
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"defaultBackendSetName": string;
|
|
32
32
|
/**
|
|
33
33
|
* The communication port for the listener.
|
|
34
34
|
* <p>
|
|
35
|
-
Example:
|
|
35
|
+
Example: {@code 80}
|
|
36
36
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
37
37
|
*/
|
|
38
38
|
"port": number;
|
|
@@ -41,7 +41,7 @@ export interface CreateListenerDetails {
|
|
|
41
41
|
* To get a list of valid protocols, use the {@link #listProtocols(ListProtocolsRequest) listProtocols}
|
|
42
42
|
* operation.
|
|
43
43
|
* <p>
|
|
44
|
-
Example:
|
|
44
|
+
Example: {@code HTTP}
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
"protocol": string;
|
|
@@ -50,12 +50,12 @@ export interface CreateListenerDetails {
|
|
|
50
50
|
*/
|
|
51
51
|
"hostnameNames"?: Array<string>;
|
|
52
52
|
/**
|
|
53
|
-
* Deprecated. Please use
|
|
53
|
+
* Deprecated. Please use {@code routingPolicies} instead.
|
|
54
54
|
* <p>
|
|
55
55
|
The name of the set of path-based routing rules, {@link PathRouteSet},
|
|
56
56
|
* applied to this listener's traffic.
|
|
57
57
|
* <p>
|
|
58
|
-
Example:
|
|
58
|
+
Example: {@code example_path_route_set}
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
"pathRouteSetName"?: string;
|
|
@@ -65,14 +65,14 @@ export interface CreateListenerDetails {
|
|
|
65
65
|
* A friendly name for the listener. It must be unique and it cannot be changed.
|
|
66
66
|
* Avoid entering confidential information.
|
|
67
67
|
* <p>
|
|
68
|
-
Example:
|
|
68
|
+
Example: {@code example_listener}
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
"name": string;
|
|
72
72
|
/**
|
|
73
73
|
* The name of the routing policy applied to this listener's traffic.
|
|
74
74
|
* <p>
|
|
75
|
-
Example:
|
|
75
|
+
Example: {@code example_routing_policy}
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
"routingPolicyName"?: string;
|
|
@@ -28,7 +28,7 @@ export interface CreateLoadBalancerDetails {
|
|
|
28
28
|
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
29
29
|
* Avoid entering confidential information.
|
|
30
30
|
* <p>
|
|
31
|
-
Example:
|
|
31
|
+
Example: {@code example_load_balancer}
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"displayName": string;
|
|
@@ -37,14 +37,14 @@ export interface CreateLoadBalancerDetails {
|
|
|
37
37
|
* To get a list of available shapes, use the {@link #listShapes(ListShapesRequest) listShapes}
|
|
38
38
|
* operation.
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code flexible}
|
|
41
41
|
* NOTE: Starting May 2023, Fixed shapes - 10Mbps, 100Mbps, 400Mbps, 8000Mbps would be deprecated and only shape
|
|
42
|
-
* allowed would be
|
|
42
|
+
* allowed would be {@code Flexible}
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"shapeName": string;
|
|
46
46
|
/**
|
|
47
|
-
* The configuration details to create load balancer using Flexible shape. This is required only if shapeName is
|
|
47
|
+
* The configuration details to create load balancer using Flexible shape. This is required only if shapeName is {@code Flexible}.
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"shapeDetails"?: model.ShapeDetails;
|
|
@@ -59,7 +59,7 @@ export interface CreateLoadBalancerDetails {
|
|
|
59
59
|
* [security list rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securitylists.htm). For more information about public and
|
|
60
60
|
* private load balancers, see [How Load Balancing Works](https://docs.cloud.oracle.com/Content/Balance/Concepts/balanceoverview.htm#how-load-balancing-works).
|
|
61
61
|
* <p>
|
|
62
|
-
Example:
|
|
62
|
+
Example: {@code true}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"isPrivate"?: boolean;
|
|
@@ -100,7 +100,7 @@ export interface CreateLoadBalancerDetails {
|
|
|
100
100
|
* The network security rules of other resources can reference the NSGs associated with the load balancer
|
|
101
101
|
* to ensure access.
|
|
102
102
|
* <p>
|
|
103
|
-
Example:
|
|
103
|
+
Example: {@code [\"ocid1.nsg.oc1.phx.unique_ID\"]}
|
|
104
104
|
*
|
|
105
105
|
*/
|
|
106
106
|
"networkSecurityGroupIds"?: Array<string>;
|
|
@@ -121,7 +121,7 @@ export interface CreateLoadBalancerDetails {
|
|
|
121
121
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
122
122
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
123
123
|
* <p>
|
|
124
|
-
Example:
|
|
124
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
"freeformTags"?: {
|
|
@@ -131,7 +131,7 @@ export interface CreateLoadBalancerDetails {
|
|
|
131
131
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
132
132
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
133
133
|
* <p>
|
|
134
|
-
Example:
|
|
134
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
135
135
|
*
|
|
136
136
|
*/
|
|
137
137
|
"definedTags"?: {
|
|
@@ -24,7 +24,7 @@ export interface CreatePathRouteSetDetails {
|
|
|
24
24
|
* The name for this set of path route rules. It must be unique and it cannot be changed. Avoid entering
|
|
25
25
|
* confidential information.
|
|
26
26
|
* <p>
|
|
27
|
-
Example:
|
|
27
|
+
Example: {@code example_path_route_set}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"name": string;
|
|
@@ -24,12 +24,12 @@ export interface CreateRoutingPolicyDetails {
|
|
|
24
24
|
* The name for this list of routing rules. It must be unique and it cannot be changed. Avoid entering
|
|
25
25
|
* confidential information.
|
|
26
26
|
* <p>
|
|
27
|
-
Example:
|
|
27
|
+
Example: {@code example_routing_rules}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"name": string;
|
|
31
31
|
/**
|
|
32
|
-
* The version of the language in which
|
|
32
|
+
* The version of the language in which {@code condition} of {@code rules} are composed.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"conditionLanguageVersion": CreateRoutingPolicyDetails.ConditionLanguageVersion;
|
|
@@ -21,7 +21,7 @@ export interface CreateRuleSetDetails {
|
|
|
21
21
|
* The name for this set of rules. It must be unique and it cannot be changed. Avoid entering
|
|
22
22
|
* confidential information.
|
|
23
23
|
* <p>
|
|
24
|
-
Example:
|
|
24
|
+
Example: {@code example_rule_set}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"name": string;
|
|
@@ -195,7 +195,7 @@ export interface CreateSSLCipherSuiteDetails {
|
|
|
195
195
|
* * oci-wider-compatible-ssl-cipher-suite-v1
|
|
196
196
|
* * oci-customized-ssl-cipher-suite
|
|
197
197
|
* <p>
|
|
198
|
-
example:
|
|
198
|
+
example: {@code example_cipher_suite}
|
|
199
199
|
*
|
|
200
200
|
*/
|
|
201
201
|
"name": string;
|
|
@@ -305,7 +305,7 @@ export interface CreateSSLCipherSuiteDetails {
|
|
|
305
305
|
* \"RC4-SHA\"
|
|
306
306
|
* \"SEED-SHA\"
|
|
307
307
|
* <p>
|
|
308
|
-
example:
|
|
308
|
+
example: {@code [\"ECDHE-RSA-AES256-GCM-SHA384\",\"ECDHE-ECDSA-AES256-GCM-SHA384\",\"ECDHE-RSA-AES128-GCM-SHA256\"]}
|
|
309
309
|
*
|
|
310
310
|
*/
|
|
311
311
|
"ciphers": Array<string>;
|