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
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/GetPathRouteSet.ts.html |here} to see how to use GetPathRouteSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPathRouteSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface GetPathRouteSetRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the path route set to retrieve.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_path_route_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"pathRouteSetName": string;
|
|
@@ -42,7 +42,7 @@ export interface GetPathRouteSetRequest 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:
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/GetRoutingPolicy.ts.html |here} to see how to use GetRoutingPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRoutingPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface GetRoutingPolicyRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the routing policy to retrieve.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_routing_policy}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"routingPolicyName": string;
|
|
@@ -42,7 +42,7 @@ export interface GetRoutingPolicyRequest 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:
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/GetRuleSet.ts.html |here} to see how to use GetRuleSetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRuleSetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface GetRuleSetRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the rule set to retrieve.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_rule_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"ruleSetName": string;
|
|
@@ -42,7 +42,7 @@ export interface GetRuleSetRequest 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:
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/GetSSLCipherSuite.ts.html |here} to see how to use GetSSLCipherSuiteRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSSLCipherSuiteRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetSSLCipherSuiteRequest extends common.BaseRequest {
|
|
|
23
23
|
/**
|
|
24
24
|
* The name of the SSL cipher suite to retrieve.
|
|
25
25
|
* <p>
|
|
26
|
-
example:
|
|
26
|
+
example: {@code example_cipher_suite}
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"name": string;
|
|
@@ -43,7 +43,7 @@ export interface GetSSLCipherSuiteRequest 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:
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListBackendSets.ts.html |here} to see how to use ListBackendSetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBackendSetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -35,7 +35,7 @@ export interface ListBackendSetsRequest 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:
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListBackends.ts.html |here} to see how to use ListBackendsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListBackendsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface ListBackendsRequest extends common.BaseRequest {
|
|
|
22
22
|
/**
|
|
23
23
|
* The name of the backend set associated with the backend servers.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code example_backend_set}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"backendSetName": string;
|
|
@@ -42,7 +42,7 @@ export interface ListBackendsRequest 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:
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCertificatesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -37,7 +37,7 @@ export interface ListCertificatesRequest extends common.BaseRequest {
|
|
|
37
37
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
38
38
|
* ETag value.
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code example-etag}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListHostnames.ts.html |here} to see how to use ListHostnamesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListHostnamesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -37,7 +37,7 @@ export interface ListHostnamesRequest extends common.BaseRequest {
|
|
|
37
37
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
38
38
|
* ETag value.
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code example-etag}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListListenerRules.ts.html |here} to see how to use ListListenerRulesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListListenerRulesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -40,7 +40,7 @@ export interface ListListenerRulesRequest 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:
|
|
43
|
+
Example: {@code example-etag}
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListLoadBalancerHealths.ts.html |here} to see how to use ListLoadBalancerHealthsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLoadBalancerHealthsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,15 +29,15 @@ export interface ListLoadBalancerHealthsRequest extends common.BaseRequest {
|
|
|
29
29
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
30
30
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 50}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"limit"?: number;
|
|
36
36
|
/**
|
|
37
|
-
* For list pagination. The value of the
|
|
37
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
38
38
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code 3}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"page"?: 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListLoadBalancers.ts.html |here} to see how to use ListLoadBalancersRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListLoadBalancersRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,47 +29,47 @@ export interface ListLoadBalancersRequest extends common.BaseRequest {
|
|
|
29
29
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
30
30
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 50}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"limit"?: number;
|
|
36
36
|
/**
|
|
37
|
-
* For list pagination. The value of the
|
|
37
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
38
38
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code 3}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"page"?: string;
|
|
44
44
|
/**
|
|
45
|
-
* The level of detail to return for each result. Can be
|
|
45
|
+
* The level of detail to return for each result. Can be {@code full} or {@code simple}.
|
|
46
46
|
* <p>
|
|
47
|
-
Example:
|
|
47
|
+
Example: {@code full}
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"detail"?: string;
|
|
51
51
|
/**
|
|
52
|
-
* The field to sort by. You can provide one sort order (
|
|
52
|
+
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for TIMECREATED is descending.
|
|
53
53
|
* Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"sortBy"?: ListLoadBalancersRequest.SortBy;
|
|
57
57
|
/**
|
|
58
|
-
* The sort order to use, either ascending (
|
|
58
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order is case sensitive.
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
"sortOrder"?: ListLoadBalancersRequest.SortOrder;
|
|
62
62
|
/**
|
|
63
63
|
* A filter to return only resources that match the given display name exactly.
|
|
64
64
|
* <p>
|
|
65
|
-
Example:
|
|
65
|
+
Example: {@code example_load_balancer}
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"displayName"?: string;
|
|
69
69
|
/**
|
|
70
70
|
* A filter to return only resources that match the given lifecycle state.
|
|
71
71
|
* <p>
|
|
72
|
-
Example:
|
|
72
|
+
Example: {@code SUCCEEDED}
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
"lifecycleState"?: 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListPathRouteSets.ts.html |here} to see how to use ListPathRouteSetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPathRouteSetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -37,7 +37,7 @@ export interface ListPathRouteSetsRequest extends common.BaseRequest {
|
|
|
37
37
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
38
38
|
* ETag value.
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code example-etag}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListPolicies.ts.html |here} to see how to use ListPoliciesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPoliciesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,15 +29,15 @@ export interface ListPoliciesRequest extends common.BaseRequest {
|
|
|
29
29
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
30
30
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 50}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"limit"?: number;
|
|
36
36
|
/**
|
|
37
|
-
* For list pagination. The value of the
|
|
37
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
38
38
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code 3}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"page"?: 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListProtocols.ts.html |here} to see how to use ListProtocolsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListProtocolsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,15 +29,15 @@ export interface ListProtocolsRequest extends common.BaseRequest {
|
|
|
29
29
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
30
30
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 50}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"limit"?: number;
|
|
36
36
|
/**
|
|
37
|
-
* For list pagination. The value of the
|
|
37
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
38
38
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code 3}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"page"?: 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListRoutingPolicies.ts.html |here} to see how to use ListRoutingPoliciesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRoutingPoliciesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -30,15 +30,15 @@ export interface ListRoutingPoliciesRequest extends common.BaseRequest {
|
|
|
30
30
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
31
31
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
32
32
|
* <p>
|
|
33
|
-
Example:
|
|
33
|
+
Example: {@code 50}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"limit"?: number;
|
|
37
37
|
/**
|
|
38
|
-
* For list pagination. The value of the
|
|
38
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
39
39
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
40
40
|
* <p>
|
|
41
|
-
Example:
|
|
41
|
+
Example: {@code 3}
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"page"?: string;
|
|
@@ -52,7 +52,7 @@ export interface ListRoutingPoliciesRequest extends common.BaseRequest {
|
|
|
52
52
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
53
53
|
* ETag value.
|
|
54
54
|
* <p>
|
|
55
|
-
Example:
|
|
55
|
+
Example: {@code example-etag}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
"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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListRuleSets.ts.html |here} to see how to use ListRuleSetsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListRuleSetsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -35,7 +35,7 @@ export interface ListRuleSetsRequest 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:
|
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListShapes.ts.html |here} to see how to use ListShapesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListShapesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,15 +29,15 @@ export interface ListShapesRequest extends common.BaseRequest {
|
|
|
29
29
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
30
30
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 50}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"limit"?: number;
|
|
36
36
|
/**
|
|
37
|
-
* For list pagination. The value of the
|
|
37
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
38
38
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code 3}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"page"?: 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListSSLCipherSuites.ts.html |here} to see how to use ListSSLCipherSuitesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSSLCipherSuitesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -36,7 +36,7 @@ export interface ListSSLCipherSuitesRequest extends common.BaseRequest {
|
|
|
36
36
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
37
37
|
* ETag value.
|
|
38
38
|
* <p>
|
|
39
|
-
Example:
|
|
39
|
+
Example: {@code example-etag}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -29,15 +29,15 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
29
29
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
30
30
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code 50}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"limit"?: number;
|
|
36
36
|
/**
|
|
37
|
-
* For list pagination. The value of the
|
|
37
|
+
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
38
38
|
* For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code 3}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"page"?: 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/UpdateBackend.ts.html |here} to see how to use UpdateBackendRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateBackendRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -27,14 +27,14 @@ export interface UpdateBackendRequest extends common.BaseRequest {
|
|
|
27
27
|
/**
|
|
28
28
|
* The name of the backend set associated with the backend server.
|
|
29
29
|
* <p>
|
|
30
|
-
Example:
|
|
30
|
+
Example: {@code example_backend_set}
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"backendSetName": string;
|
|
34
34
|
/**
|
|
35
35
|
* The IP address and port of the backend server to update.
|
|
36
36
|
* <p>
|
|
37
|
-
Example:
|
|
37
|
+
Example: {@code 10.0.0.3:8080}
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"backendName": string;
|
|
@@ -63,7 +63,7 @@ export interface UpdateBackendRequest extends common.BaseRequest {
|
|
|
63
63
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
64
64
|
* ETag value.
|
|
65
65
|
* <p>
|
|
66
|
-
Example:
|
|
66
|
+
Example: {@code example-etag}
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/UpdateBackendSet.ts.html |here} to see how to use UpdateBackendSetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateBackendSetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -27,7 +27,7 @@ export interface UpdateBackendSetRequest extends common.BaseRequest {
|
|
|
27
27
|
/**
|
|
28
28
|
* The name of the backend set to update.
|
|
29
29
|
* <p>
|
|
30
|
-
Example:
|
|
30
|
+
Example: {@code example_backend_set}
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"backendSetName": string;
|
|
@@ -56,7 +56,7 @@ export interface UpdateBackendSetRequest extends common.BaseRequest {
|
|
|
56
56
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
57
57
|
* ETag value.
|
|
58
58
|
* <p>
|
|
59
|
-
Example:
|
|
59
|
+
Example: {@code example-etag}
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
"ifMatch"?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/loadbalancer/UpdateHealthChecker.ts.html |here} to see how to use UpdateHealthCheckerRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateHealthCheckerRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -27,7 +27,7 @@ export interface UpdateHealthCheckerRequest extends common.BaseRequest {
|
|
|
27
27
|
/**
|
|
28
28
|
* The name of the backend set associated with the health check policy to be retrieved.
|
|
29
29
|
* <p>
|
|
30
|
-
Example:
|
|
30
|
+
Example: {@code example_backend_set}
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"backendSetName": string;
|
|
@@ -56,7 +56,7 @@ export interface UpdateHealthCheckerRequest extends common.BaseRequest {
|
|
|
56
56
|
The resource is updated or deleted only if the ETag you provide matches the resource's current
|
|
57
57
|
* ETag value.
|
|
58
58
|
* <p>
|
|
59
|
-
Example:
|
|
59
|
+
Example: {@code example-etag}
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
"ifMatch"?: string;
|