oci-limitsincrease 2.126.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +25 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +236 -0
- package/lib/client.js +965 -0
- package/lib/client.js.map +1 -0
- package/lib/limitsincrease-waiter.d.ts +40 -0
- package/lib/limitsincrease-waiter.js +60 -0
- package/lib/limitsincrease-waiter.js.map +1 -0
- package/lib/model/create-limits-increase-item-request-details.d.ts +55 -0
- package/lib/model/create-limits-increase-item-request-details.js +64 -0
- package/lib/model/create-limits-increase-item-request-details.js.map +1 -0
- package/lib/model/create-limits-increase-request-details.d.ts +66 -0
- package/lib/model/create-limits-increase-request-details.js +64 -0
- package/lib/model/create-limits-increase-request-details.js.map +1 -0
- package/lib/model/index.d.ts +49 -0
- package/lib/model/index.js +72 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/limits-increase-item-question-request.d.ts +33 -0
- package/lib/model/limits-increase-item-question-request.js +32 -0
- package/lib/model/limits-increase-item-question-request.js.map +1 -0
- package/lib/model/limits-increase-item-question-response.d.ts +37 -0
- package/lib/model/limits-increase-item-question-response.js +32 -0
- package/lib/model/limits-increase-item-question-response.js.map +1 -0
- package/lib/model/limits-increase-item-request-collection.d.ts +30 -0
- package/lib/model/limits-increase-item-request-collection.js +64 -0
- package/lib/model/limits-increase-item-request-collection.js.map +1 -0
- package/lib/model/limits-increase-item-request-summary.d.ts +77 -0
- package/lib/model/limits-increase-item-request-summary.js +32 -0
- package/lib/model/limits-increase-item-request-summary.js.map +1 -0
- package/lib/model/limits-increase-item-request.d.ts +105 -0
- package/lib/model/limits-increase-item-request.js +77 -0
- package/lib/model/limits-increase-item-request.js.map +1 -0
- package/lib/model/limits-increase-question-collection.d.ts +33 -0
- package/lib/model/limits-increase-question-collection.js +64 -0
- package/lib/model/limits-increase-question-collection.js.map +1 -0
- package/lib/model/limits-increase-question-summary.d.ts +69 -0
- package/lib/model/limits-increase-question-summary.js +44 -0
- package/lib/model/limits-increase-question-summary.js.map +1 -0
- package/lib/model/limits-increase-request-collection.d.ts +30 -0
- package/lib/model/limits-increase-request-collection.js +64 -0
- package/lib/model/limits-increase-request-collection.js.map +1 -0
- package/lib/model/limits-increase-request-comment.d.ts +46 -0
- package/lib/model/limits-increase-request-comment.js +42 -0
- package/lib/model/limits-increase-request-comment.js.map +1 -0
- package/lib/model/limits-increase-request-summary.d.ts +87 -0
- package/lib/model/limits-increase-request-summary.js +32 -0
- package/lib/model/limits-increase-request-summary.js.map +1 -0
- package/lib/model/limits-increase-request.d.ts +118 -0
- package/lib/model/limits-increase-request.js +88 -0
- package/lib/model/limits-increase-request.js.map +1 -0
- package/lib/model/patch-insert-instruction.d.ts +33 -0
- package/lib/model/patch-insert-instruction.js +57 -0
- package/lib/model/patch-insert-instruction.js.map +1 -0
- package/lib/model/patch-instruction.d.ts +32 -0
- package/lib/model/patch-instruction.js +71 -0
- package/lib/model/patch-instruction.js.map +1 -0
- package/lib/model/patch-limits-increase-request-details.d.ts +32 -0
- package/lib/model/patch-limits-increase-request-details.js +64 -0
- package/lib/model/patch-limits-increase-request-details.js.map +1 -0
- package/lib/model/update-limits-increase-request-details.d.ts +42 -0
- package/lib/model/update-limits-increase-request-details.js +32 -0
- package/lib/model/update-limits-increase-request-details.js.map +1 -0
- package/lib/request/cancel-limits-increase-item-request-request.d.ts +40 -0
- package/lib/request/cancel-limits-increase-item-request-request.js +15 -0
- package/lib/request/cancel-limits-increase-item-request-request.js.map +1 -0
- package/lib/request/cancel-limits-increase-request-request.d.ts +40 -0
- package/lib/request/cancel-limits-increase-request-request.js +15 -0
- package/lib/request/cancel-limits-increase-request-request.js.map +1 -0
- package/lib/request/create-limits-increase-request-request.d.ts +33 -0
- package/lib/request/create-limits-increase-request-request.js +15 -0
- package/lib/request/create-limits-increase-request-request.js.map +1 -0
- package/lib/request/delete-limits-increase-request-request.d.ts +34 -0
- package/lib/request/delete-limits-increase-request-request.js +15 -0
- package/lib/request/delete-limits-increase-request-request.js.map +1 -0
- package/lib/request/get-limits-increase-item-request-request.d.ts +26 -0
- package/lib/request/get-limits-increase-item-request-request.js +15 -0
- package/lib/request/get-limits-increase-item-request-request.js.map +1 -0
- package/lib/request/get-limits-increase-request-request.d.ts +26 -0
- package/lib/request/get-limits-increase-request-request.js +15 -0
- package/lib/request/get-limits-increase-request-request.js.map +1 -0
- package/lib/request/index.d.ts +37 -0
- package/lib/request/index.js +44 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-limits-increase-item-requests-request.d.ts +70 -0
- package/lib/request/list-limits-increase-item-requests-request.js +28 -0
- package/lib/request/list-limits-increase-item-requests-request.js.map +1 -0
- package/lib/request/list-limits-increase-questions-request.d.ts +66 -0
- package/lib/request/list-limits-increase-questions-request.js +29 -0
- package/lib/request/list-limits-increase-questions-request.js.map +1 -0
- package/lib/request/list-limits-increase-requests-request.d.ts +65 -0
- package/lib/request/list-limits-increase-requests-request.js +29 -0
- package/lib/request/list-limits-increase-requests-request.js.map +1 -0
- package/lib/request/patch-limits-increase-request-request.d.ts +39 -0
- package/lib/request/patch-limits-increase-request-request.js +15 -0
- package/lib/request/patch-limits-increase-request-request.js.map +1 -0
- package/lib/request/update-limits-increase-request-request.d.ts +39 -0
- package/lib/request/update-limits-increase-request-request.js +15 -0
- package/lib/request/update-limits-increase-request-request.js.map +1 -0
- package/lib/response/cancel-limits-increase-item-request-response.d.ts +30 -0
- package/lib/response/cancel-limits-increase-item-request-response.js +15 -0
- package/lib/response/cancel-limits-increase-item-request-response.js.map +1 -0
- package/lib/response/cancel-limits-increase-request-response.d.ts +30 -0
- package/lib/response/cancel-limits-increase-request-response.js +15 -0
- package/lib/response/cancel-limits-increase-request-response.js.map +1 -0
- package/lib/response/create-limits-increase-request-response.d.ts +30 -0
- package/lib/response/create-limits-increase-request-response.js +15 -0
- package/lib/response/create-limits-increase-request-response.js.map +1 -0
- package/lib/response/delete-limits-increase-request-response.d.ts +20 -0
- package/lib/response/delete-limits-increase-request-response.js +15 -0
- package/lib/response/delete-limits-increase-request-response.js.map +1 -0
- package/lib/response/get-limits-increase-item-request-response.d.ts +30 -0
- package/lib/response/get-limits-increase-item-request-response.js +15 -0
- package/lib/response/get-limits-increase-item-request-response.js.map +1 -0
- package/lib/response/get-limits-increase-request-response.d.ts +30 -0
- package/lib/response/get-limits-increase-request-response.js +15 -0
- package/lib/response/get-limits-increase-request-response.js.map +1 -0
- package/lib/response/index.d.ts +37 -0
- package/lib/response/index.js +18 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-limits-increase-item-requests-response.d.ts +32 -0
- package/lib/response/list-limits-increase-item-requests-response.js +15 -0
- package/lib/response/list-limits-increase-item-requests-response.js.map +1 -0
- package/lib/response/list-limits-increase-questions-response.d.ts +32 -0
- package/lib/response/list-limits-increase-questions-response.js +15 -0
- package/lib/response/list-limits-increase-questions-response.js.map +1 -0
- package/lib/response/list-limits-increase-requests-response.d.ts +32 -0
- package/lib/response/list-limits-increase-requests-response.js +15 -0
- package/lib/response/list-limits-increase-requests-response.js.map +1 -0
- package/lib/response/patch-limits-increase-request-response.d.ts +30 -0
- package/lib/response/patch-limits-increase-request-response.js +15 -0
- package/lib/response/patch-limits-increase-request-response.js.map +1 -0
- package/lib/response/update-limits-increase-request-response.d.ts +30 -0
- package/lib/response/update-limits-increase-request-response.js +15 -0
- package/lib/response/update-limits-increase-request-response.js.map +1 -0
- package/package.json +29 -0
package/lib/client.d.ts
ADDED
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Limits Increase API
|
|
3
|
+
* Use the Limits Increase API to work with limit increase requests.
|
|
4
|
+
For more information, see
|
|
5
|
+
[Working with Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/requests.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20251101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import common = require("oci-common");
|
|
17
|
+
import * as requests from "./request";
|
|
18
|
+
import * as responses from "./response";
|
|
19
|
+
import { LimitsIncreaseWaiter } from "./limitsincrease-waiter";
|
|
20
|
+
declare const Breaker: any;
|
|
21
|
+
export declare enum LimitsIncreaseApiKeys {
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
25
|
+
*/
|
|
26
|
+
export declare class LimitsIncreaseClient {
|
|
27
|
+
protected static serviceEndpointTemplate: string;
|
|
28
|
+
protected static endpointServiceName: string;
|
|
29
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
30
|
+
protected "_endpoint": string;
|
|
31
|
+
protected "_defaultHeaders": any;
|
|
32
|
+
protected "_waiters": LimitsIncreaseWaiter;
|
|
33
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
34
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
35
|
+
protected _httpOptions: any;
|
|
36
|
+
protected _bodyDuplexMode: any;
|
|
37
|
+
targetService: string;
|
|
38
|
+
protected _regionId: string;
|
|
39
|
+
protected "_region": common.Region;
|
|
40
|
+
protected _lastSetRegionOrRegionId: string;
|
|
41
|
+
protected _httpClient: common.HttpClient;
|
|
42
|
+
protected _authProvider: common.AuthenticationDetailsProvider | undefined;
|
|
43
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
44
|
+
/**
|
|
45
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
46
|
+
*/
|
|
47
|
+
get endpoint(): string;
|
|
48
|
+
/**
|
|
49
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
50
|
+
* @param endpoint The endpoint of the service.
|
|
51
|
+
*/
|
|
52
|
+
set endpoint(endpoint: string);
|
|
53
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
54
|
+
/**
|
|
55
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
56
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
57
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
58
|
+
*/
|
|
59
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
60
|
+
/**
|
|
61
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
62
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
63
|
+
* @param region The region of the service.
|
|
64
|
+
*/
|
|
65
|
+
set region(region: common.Region);
|
|
66
|
+
/**
|
|
67
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
68
|
+
*
|
|
69
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
70
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
71
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
72
|
+
* @param regionId The public region ID.
|
|
73
|
+
*/
|
|
74
|
+
set regionId(regionId: string);
|
|
75
|
+
/**
|
|
76
|
+
* Creates a new LimitsIncreaseWaiter for resources for this service.
|
|
77
|
+
*
|
|
78
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
79
|
+
* @return The service waiters.
|
|
80
|
+
*/
|
|
81
|
+
createWaiters(config?: common.WaiterConfiguration): LimitsIncreaseWaiter;
|
|
82
|
+
/**
|
|
83
|
+
* Gets the waiters available for resources for this service.
|
|
84
|
+
*
|
|
85
|
+
* @return The service waiters.
|
|
86
|
+
*/
|
|
87
|
+
getWaiters(): LimitsIncreaseWaiter;
|
|
88
|
+
/**
|
|
89
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
90
|
+
*/
|
|
91
|
+
shutdownCircuitBreaker(): void;
|
|
92
|
+
/**
|
|
93
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
94
|
+
*/
|
|
95
|
+
closeProvider(): void;
|
|
96
|
+
/**
|
|
97
|
+
* Close the client once it is no longer needed
|
|
98
|
+
*/
|
|
99
|
+
close(): void;
|
|
100
|
+
/**
|
|
101
|
+
* Withdraws the specified item from the limit increase request.
|
|
102
|
+
* For more information, see
|
|
103
|
+
* [Withdrawing an Item from a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/withdraw-item-request.htm).
|
|
104
|
+
*
|
|
105
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
106
|
+
* @param CancelLimitsIncreaseItemRequestRequest
|
|
107
|
+
* @return CancelLimitsIncreaseItemRequestResponse
|
|
108
|
+
* @throws OciError when an error occurs
|
|
109
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/CancelLimitsIncreaseItemRequest.ts.html |here} to see how to use CancelLimitsIncreaseItemRequest API.
|
|
110
|
+
*/
|
|
111
|
+
cancelLimitsIncreaseItemRequest(cancelLimitsIncreaseItemRequestRequest: requests.CancelLimitsIncreaseItemRequestRequest): Promise<responses.CancelLimitsIncreaseItemRequestResponse>;
|
|
112
|
+
/**
|
|
113
|
+
* Withdraws the specified limit increase request.
|
|
114
|
+
* For more information, see
|
|
115
|
+
* [Withdrawing a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/withdraw-request.htm).
|
|
116
|
+
*
|
|
117
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
118
|
+
* @param CancelLimitsIncreaseRequestRequest
|
|
119
|
+
* @return CancelLimitsIncreaseRequestResponse
|
|
120
|
+
* @throws OciError when an error occurs
|
|
121
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/CancelLimitsIncreaseRequest.ts.html |here} to see how to use CancelLimitsIncreaseRequest API.
|
|
122
|
+
*/
|
|
123
|
+
cancelLimitsIncreaseRequest(cancelLimitsIncreaseRequestRequest: requests.CancelLimitsIncreaseRequestRequest): Promise<responses.CancelLimitsIncreaseRequestResponse>;
|
|
124
|
+
/**
|
|
125
|
+
* Creates a limit increase request in the specified compartment.
|
|
126
|
+
* For more information, see
|
|
127
|
+
* [Creating a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/create-request.htm).
|
|
128
|
+
*
|
|
129
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
130
|
+
* @param CreateLimitsIncreaseRequestRequest
|
|
131
|
+
* @return CreateLimitsIncreaseRequestResponse
|
|
132
|
+
* @throws OciError when an error occurs
|
|
133
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/CreateLimitsIncreaseRequest.ts.html |here} to see how to use CreateLimitsIncreaseRequest API.
|
|
134
|
+
*/
|
|
135
|
+
createLimitsIncreaseRequest(createLimitsIncreaseRequestRequest: requests.CreateLimitsIncreaseRequestRequest): Promise<responses.CreateLimitsIncreaseRequestResponse>;
|
|
136
|
+
/**
|
|
137
|
+
* Deletes the specified limit increase request.
|
|
138
|
+
* For more information, see
|
|
139
|
+
* [Deleting a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/delete-request.htm).
|
|
140
|
+
*
|
|
141
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
142
|
+
* @param DeleteLimitsIncreaseRequestRequest
|
|
143
|
+
* @return DeleteLimitsIncreaseRequestResponse
|
|
144
|
+
* @throws OciError when an error occurs
|
|
145
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/DeleteLimitsIncreaseRequest.ts.html |here} to see how to use DeleteLimitsIncreaseRequest API.
|
|
146
|
+
*/
|
|
147
|
+
deleteLimitsIncreaseRequest(deleteLimitsIncreaseRequestRequest: requests.DeleteLimitsIncreaseRequestRequest): Promise<responses.DeleteLimitsIncreaseRequestResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* Gets the specified item from the limit increase request.
|
|
150
|
+
* For more information, see
|
|
151
|
+
* [Getting Details for a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/get-request.htm).
|
|
152
|
+
*
|
|
153
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
154
|
+
* @param GetLimitsIncreaseItemRequestRequest
|
|
155
|
+
* @return GetLimitsIncreaseItemRequestResponse
|
|
156
|
+
* @throws OciError when an error occurs
|
|
157
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/GetLimitsIncreaseItemRequest.ts.html |here} to see how to use GetLimitsIncreaseItemRequest API.
|
|
158
|
+
*/
|
|
159
|
+
getLimitsIncreaseItemRequest(getLimitsIncreaseItemRequestRequest: requests.GetLimitsIncreaseItemRequestRequest): Promise<responses.GetLimitsIncreaseItemRequestResponse>;
|
|
160
|
+
/**
|
|
161
|
+
* Gets the specified limit increase request.
|
|
162
|
+
* For more information, see
|
|
163
|
+
* [Getting Details for a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/get-request.htm).
|
|
164
|
+
*
|
|
165
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
166
|
+
* @param GetLimitsIncreaseRequestRequest
|
|
167
|
+
* @return GetLimitsIncreaseRequestResponse
|
|
168
|
+
* @throws OciError when an error occurs
|
|
169
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/GetLimitsIncreaseRequest.ts.html |here} to see how to use GetLimitsIncreaseRequest API.
|
|
170
|
+
*/
|
|
171
|
+
getLimitsIncreaseRequest(getLimitsIncreaseRequestRequest: requests.GetLimitsIncreaseRequestRequest): Promise<responses.GetLimitsIncreaseRequestResponse>;
|
|
172
|
+
/**
|
|
173
|
+
* Lists items in the specified limit increase request.
|
|
174
|
+
* For more information, see
|
|
175
|
+
* [Getting Details for a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/get-request.htm).
|
|
176
|
+
*
|
|
177
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
178
|
+
* @param ListLimitsIncreaseItemRequestsRequest
|
|
179
|
+
* @return ListLimitsIncreaseItemRequestsResponse
|
|
180
|
+
* @throws OciError when an error occurs
|
|
181
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/ListLimitsIncreaseItemRequests.ts.html |here} to see how to use ListLimitsIncreaseItemRequests API.
|
|
182
|
+
*/
|
|
183
|
+
listLimitsIncreaseItemRequests(listLimitsIncreaseItemRequestsRequest: requests.ListLimitsIncreaseItemRequestsRequest): Promise<responses.ListLimitsIncreaseItemRequestsResponse>;
|
|
184
|
+
/**
|
|
185
|
+
* Gets the fields for the specified service and limit name.
|
|
186
|
+
* Service name is required if limit name is provided.
|
|
187
|
+
* If limit name is not provided, returns all questions for the specified service.
|
|
188
|
+
* If service name is not provided, returns all available questions.
|
|
189
|
+
* For more information, see
|
|
190
|
+
* [Creating a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/create-request.htm).
|
|
191
|
+
*
|
|
192
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
193
|
+
* @param ListLimitsIncreaseQuestionsRequest
|
|
194
|
+
* @return ListLimitsIncreaseQuestionsResponse
|
|
195
|
+
* @throws OciError when an error occurs
|
|
196
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/ListLimitsIncreaseQuestions.ts.html |here} to see how to use ListLimitsIncreaseQuestions API.
|
|
197
|
+
*/
|
|
198
|
+
listLimitsIncreaseQuestions(listLimitsIncreaseQuestionsRequest: requests.ListLimitsIncreaseQuestionsRequest): Promise<responses.ListLimitsIncreaseQuestionsResponse>;
|
|
199
|
+
/**
|
|
200
|
+
* Lists limit increase requests in the specified compartment.
|
|
201
|
+
* For more information, see
|
|
202
|
+
* [Listing Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/list-requests.htm).
|
|
203
|
+
*
|
|
204
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
205
|
+
* @param ListLimitsIncreaseRequestsRequest
|
|
206
|
+
* @return ListLimitsIncreaseRequestsResponse
|
|
207
|
+
* @throws OciError when an error occurs
|
|
208
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/ListLimitsIncreaseRequests.ts.html |here} to see how to use ListLimitsIncreaseRequests API.
|
|
209
|
+
*/
|
|
210
|
+
listLimitsIncreaseRequests(listLimitsIncreaseRequestsRequest: requests.ListLimitsIncreaseRequestsRequest): Promise<responses.ListLimitsIncreaseRequestsResponse>;
|
|
211
|
+
/**
|
|
212
|
+
* Adds one or more comments to the specified limit increase request.
|
|
213
|
+
* For more information, see
|
|
214
|
+
* [Adding Comments to a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/comment-request.htm).
|
|
215
|
+
*
|
|
216
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
217
|
+
* @param PatchLimitsIncreaseRequestRequest
|
|
218
|
+
* @return PatchLimitsIncreaseRequestResponse
|
|
219
|
+
* @throws OciError when an error occurs
|
|
220
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/PatchLimitsIncreaseRequest.ts.html |here} to see how to use PatchLimitsIncreaseRequest API.
|
|
221
|
+
*/
|
|
222
|
+
patchLimitsIncreaseRequest(patchLimitsIncreaseRequestRequest: requests.PatchLimitsIncreaseRequestRequest): Promise<responses.PatchLimitsIncreaseRequestResponse>;
|
|
223
|
+
/**
|
|
224
|
+
* Updates the limit increase request.
|
|
225
|
+
* For more information, see
|
|
226
|
+
* [Updating a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/update-request.htm).
|
|
227
|
+
*
|
|
228
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
229
|
+
* @param UpdateLimitsIncreaseRequestRequest
|
|
230
|
+
* @return UpdateLimitsIncreaseRequestResponse
|
|
231
|
+
* @throws OciError when an error occurs
|
|
232
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/UpdateLimitsIncreaseRequest.ts.html |here} to see how to use UpdateLimitsIncreaseRequest API.
|
|
233
|
+
*/
|
|
234
|
+
updateLimitsIncreaseRequest(updateLimitsIncreaseRequestRequest: requests.UpdateLimitsIncreaseRequestRequest): Promise<responses.UpdateLimitsIncreaseRequestResponse>;
|
|
235
|
+
}
|
|
236
|
+
export {};
|