oci-loadbalancer 2.37.0 → 2.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +61 -61
- package/lib/client.js +268 -108
- package/lib/client.js.map +1 -1
- package/lib/model/create-load-balancer-details.d.ts +3 -1
- package/lib/model/create-load-balancer-details.js.map +1 -1
- package/lib/model/shape-details.d.ts +1 -1
- package/lib/model/update-load-balancer-shape-details.d.ts +4 -1
- package/lib/model/update-load-balancer-shape-details.js.map +1 -1
- package/lib/request/change-load-balancer-compartment-request.d.ts +9 -4
- package/lib/request/create-backend-request.d.ts +15 -1
- package/lib/request/create-backend-set-request.d.ts +15 -1
- package/lib/request/create-certificate-request.d.ts +15 -1
- package/lib/request/create-hostname-request.d.ts +15 -1
- package/lib/request/create-listener-request.d.ts +15 -1
- package/lib/request/create-load-balancer-request.d.ts +1 -1
- package/lib/request/create-path-route-set-request.d.ts +15 -1
- package/lib/request/create-routing-policy-request.d.ts +15 -1
- package/lib/request/create-rule-set-request.d.ts +24 -1
- package/lib/request/create-sslcipher-suite-request.d.ts +15 -1
- package/lib/request/delete-backend-request.d.ts +15 -1
- package/lib/request/delete-backend-set-request.d.ts +15 -1
- package/lib/request/delete-certificate-request.d.ts +15 -1
- package/lib/request/delete-hostname-request.d.ts +15 -1
- package/lib/request/delete-listener-request.d.ts +15 -1
- package/lib/request/delete-load-balancer-request.d.ts +15 -1
- package/lib/request/delete-path-route-set-request.d.ts +15 -1
- package/lib/request/delete-routing-policy-request.d.ts +15 -1
- package/lib/request/delete-rule-set-request.d.ts +15 -1
- package/lib/request/delete-sslcipher-suite-request.d.ts +15 -1
- package/lib/request/get-backend-health-request.d.ts +15 -1
- package/lib/request/get-backend-request.d.ts +15 -1
- package/lib/request/get-backend-set-health-request.d.ts +15 -1
- package/lib/request/get-backend-set-request.d.ts +15 -1
- package/lib/request/get-health-checker-request.d.ts +15 -1
- package/lib/request/get-hostname-request.d.ts +15 -1
- package/lib/request/get-load-balancer-health-request.d.ts +15 -1
- package/lib/request/get-load-balancer-request.d.ts +15 -1
- package/lib/request/get-path-route-set-request.d.ts +15 -1
- package/lib/request/get-routing-policy-request.d.ts +15 -1
- package/lib/request/get-rule-set-request.d.ts +15 -1
- package/lib/request/get-sslcipher-suite-request.d.ts +15 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-backend-sets-request.d.ts +15 -1
- package/lib/request/list-backends-request.d.ts +15 -1
- package/lib/request/list-certificates-request.d.ts +15 -1
- package/lib/request/list-hostnames-request.d.ts +15 -1
- package/lib/request/list-listener-rules-request.d.ts +15 -1
- package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
- package/lib/request/list-load-balancers-request.d.ts +1 -1
- package/lib/request/list-path-route-sets-request.d.ts +15 -1
- package/lib/request/list-policies-request.d.ts +1 -1
- package/lib/request/list-protocols-request.d.ts +1 -1
- package/lib/request/list-routing-policies-request.d.ts +15 -1
- package/lib/request/list-rule-sets-request.d.ts +15 -1
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-sslcipher-suites-request.d.ts +15 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-backend-request.d.ts +15 -1
- package/lib/request/update-backend-set-request.d.ts +15 -1
- package/lib/request/update-health-checker-request.d.ts +15 -1
- package/lib/request/update-hostname-request.d.ts +24 -1
- package/lib/request/update-listener-request.d.ts +15 -1
- package/lib/request/update-load-balancer-request.d.ts +15 -1
- package/lib/request/update-load-balancer-shape-request.d.ts +15 -1
- package/lib/request/update-network-security-groups-request.d.ts +15 -1
- package/lib/request/update-path-route-set-request.d.ts +15 -1
- package/lib/request/update-routing-policy-request.d.ts +15 -1
- package/lib/request/update-rule-set-request.d.ts +24 -1
- package/lib/request/update-sslcipher-suite-request.d.ts +15 -1
- package/lib/response/change-load-balancer-compartment-response.d.ts +2 -2
- package/lib/response/create-backend-response.d.ts +2 -2
- package/lib/response/create-backend-set-response.d.ts +2 -2
- package/lib/response/create-certificate-response.d.ts +2 -2
- package/lib/response/create-hostname-response.d.ts +2 -2
- package/lib/response/create-listener-response.d.ts +2 -2
- package/lib/response/create-load-balancer-response.d.ts +2 -2
- package/lib/response/create-path-route-set-response.d.ts +2 -2
- package/lib/response/create-routing-policy-response.d.ts +2 -2
- package/lib/response/create-rule-set-response.d.ts +2 -2
- package/lib/response/create-sslcipher-suite-response.d.ts +2 -2
- package/lib/response/delete-backend-response.d.ts +2 -2
- package/lib/response/delete-backend-set-response.d.ts +2 -2
- package/lib/response/delete-certificate-response.d.ts +2 -2
- package/lib/response/delete-hostname-response.d.ts +2 -2
- package/lib/response/delete-listener-response.d.ts +2 -2
- package/lib/response/delete-load-balancer-response.d.ts +2 -2
- package/lib/response/delete-path-route-set-response.d.ts +2 -2
- package/lib/response/delete-routing-policy-response.d.ts +2 -2
- package/lib/response/delete-rule-set-response.d.ts +2 -2
- package/lib/response/delete-sslcipher-suite-response.d.ts +2 -2
- package/lib/response/get-backend-health-response.d.ts +11 -2
- package/lib/response/get-backend-response.d.ts +11 -2
- package/lib/response/get-backend-set-health-response.d.ts +11 -2
- package/lib/response/get-backend-set-response.d.ts +11 -2
- package/lib/response/get-health-checker-response.d.ts +11 -2
- package/lib/response/get-hostname-response.d.ts +11 -2
- package/lib/response/get-load-balancer-health-response.d.ts +11 -2
- package/lib/response/get-load-balancer-response.d.ts +11 -2
- package/lib/response/get-path-route-set-response.d.ts +11 -2
- package/lib/response/get-routing-policy-response.d.ts +11 -2
- package/lib/response/get-rule-set-response.d.ts +11 -2
- package/lib/response/get-sslcipher-suite-response.d.ts +11 -2
- package/lib/response/get-work-request-response.d.ts +2 -2
- package/lib/response/list-backend-sets-response.d.ts +11 -2
- package/lib/response/list-backends-response.d.ts +11 -2
- package/lib/response/list-certificates-response.d.ts +11 -2
- package/lib/response/list-hostnames-response.d.ts +11 -2
- package/lib/response/list-listener-rules-response.d.ts +11 -2
- package/lib/response/list-load-balancer-healths-response.d.ts +5 -4
- package/lib/response/list-load-balancers-response.d.ts +5 -4
- package/lib/response/list-path-route-sets-response.d.ts +11 -2
- package/lib/response/list-policies-response.d.ts +5 -4
- package/lib/response/list-protocols-response.d.ts +5 -4
- package/lib/response/list-routing-policies-response.d.ts +14 -4
- package/lib/response/list-rule-sets-response.d.ts +11 -2
- package/lib/response/list-shapes-response.d.ts +5 -4
- package/lib/response/list-sslcipher-suites-response.d.ts +11 -2
- package/lib/response/list-work-requests-response.d.ts +5 -4
- package/lib/response/update-backend-response.d.ts +2 -2
- package/lib/response/update-backend-set-response.d.ts +2 -2
- package/lib/response/update-health-checker-response.d.ts +2 -2
- package/lib/response/update-hostname-response.d.ts +2 -2
- package/lib/response/update-listener-response.d.ts +2 -2
- package/lib/response/update-load-balancer-response.d.ts +2 -2
- package/lib/response/update-load-balancer-shape-response.d.ts +2 -2
- package/lib/response/update-network-security-groups-response.d.ts +2 -2
- package/lib/response/update-path-route-set-response.d.ts +2 -2
- package/lib/response/update-routing-policy-response.d.ts +2 -2
- package/lib/response/update-rule-set-response.d.ts +2 -2
- package/lib/response/update-sslcipher-suite-response.d.ts +2 -2
- package/package.json +3 -3
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetBackendSetResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* The returned model.BackendSet instance.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetHealthCheckerResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* The returned model.HealthChecker instance.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetHostnameResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* The returned model.Hostname instance.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetLoadBalancerHealthResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* The returned model.LoadBalancerHealth instance.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetLoadBalancerResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* The returned model.LoadBalancer instance.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetPathRouteSetResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* The returned model.PathRouteSet instance.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetRoutingPolicyResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* The returned model.RoutingPolicy instance.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetRuleSetResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* The returned model.RuleSet instance.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetSSLCipherSuiteResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* The returned model.SSLCipherSuite instance.
|
|
23
32
|
*/
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface GetWorkRequestResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListBackendSetsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* A list of BackendSet instances.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListBackendsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* A list of Backend instances.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListCertificatesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* A list of Certificate instances.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListHostnamesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* A list of Hostname instances.
|
|
23
32
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListListenerRulesResponse {
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* A list of ListenerRuleSummary instances.
|
|
23
32
|
*/
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListLoadBalancerHealthsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
-
* For important details about how pagination works, see
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
+
* of results remain. For important details about how pagination works, see
|
|
18
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
"opcNextPage": string;
|
|
21
22
|
/**
|
|
22
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
23
|
-
* a particular request, please provide the request ID.
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
"opcRequestId": string;
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListLoadBalancersResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
-
* For important details about how pagination works, see
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
+
* of results remain. For important details about how pagination works, see
|
|
18
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
"opcNextPage": string;
|
|
21
22
|
/**
|
|
22
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
23
|
-
* a particular request, please provide the request ID.
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
"opcRequestId": string;
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListPathRouteSetsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* A list of PathRouteSet instances.
|
|
23
32
|
*/
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListPoliciesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
-
* For important details about how pagination works, see
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
+
* of results remain. For important details about how pagination works, see
|
|
18
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
"opcNextPage": string;
|
|
21
22
|
/**
|
|
22
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
23
|
-
* a particular request, please provide the request ID.
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
"opcRequestId": string;
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListProtocolsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
-
* For important details about how pagination works, see
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
+
* of results remain. For important details about how pagination works, see
|
|
18
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
"opcNextPage": string;
|
|
21
22
|
/**
|
|
22
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
23
|
-
* a particular request, please provide the request ID.
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
"opcRequestId": string;
|
|
@@ -13,17 +13,27 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListRoutingPoliciesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
|
-
* For list pagination. When this header appears in the response, additional pages
|
|
23
|
-
* For important details about how pagination works, see
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
23
|
+
* of results remain. For important details about how pagination works, see
|
|
24
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
30
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
31
|
+
* updated, or delete
|
|
32
|
+
* <p>
|
|
33
|
+
For optimistic concurrency control. See `if-match`.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"eTag": string;
|
|
27
37
|
/**
|
|
28
38
|
* A list of RoutingPolicy instances.
|
|
29
39
|
*/
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListRuleSetsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* A list of RuleSet instances.
|
|
23
32
|
*/
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListShapesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
-
* For important details about how pagination works, see
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
+
* of results remain. For important details about how pagination works, see
|
|
18
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
"opcNextPage": string;
|
|
21
22
|
/**
|
|
22
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
23
|
-
* a particular request, please provide the request ID.
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
"opcRequestId": string;
|
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListSSLCipherSuitesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* A list of SSLCipherSuite instances.
|
|
23
32
|
*/
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListWorkRequestsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
-
* For important details about how pagination works, see
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
+
* of results remain. For important details about how pagination works, see
|
|
18
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
"opcNextPage": string;
|
|
21
22
|
/**
|
|
22
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
23
|
-
* a particular request, please provide the request ID.
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateBackendResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateBackendSetResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateHealthCheckerResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateHostnameResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateListenerResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateLoadBalancerResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|