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
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Limits Increase API
|
|
4
|
+
* Use the Limits Increase API to work with limit increase requests.
|
|
5
|
+
For more information, see
|
|
6
|
+
[Working with Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/requests.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20251101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.LimitsIncreaseQuestionSummary = void 0;
|
|
19
|
+
var LimitsIncreaseQuestionSummary;
|
|
20
|
+
(function (LimitsIncreaseQuestionSummary) {
|
|
21
|
+
let QuestionType;
|
|
22
|
+
(function (QuestionType) {
|
|
23
|
+
QuestionType["Text"] = "TEXT";
|
|
24
|
+
QuestionType["Number"] = "NUMBER";
|
|
25
|
+
QuestionType["Radio"] = "RADIO";
|
|
26
|
+
QuestionType["Checkbox"] = "CHECKBOX";
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
QuestionType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
32
|
+
})(QuestionType = LimitsIncreaseQuestionSummary.QuestionType || (LimitsIncreaseQuestionSummary.QuestionType = {}));
|
|
33
|
+
function getJsonObj(obj) {
|
|
34
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
35
|
+
return jsonObj;
|
|
36
|
+
}
|
|
37
|
+
LimitsIncreaseQuestionSummary.getJsonObj = getJsonObj;
|
|
38
|
+
function getDeserializedJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
return jsonObj;
|
|
41
|
+
}
|
|
42
|
+
LimitsIncreaseQuestionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
43
|
+
})(LimitsIncreaseQuestionSummary = exports.LimitsIncreaseQuestionSummary || (exports.LimitsIncreaseQuestionSummary = {}));
|
|
44
|
+
//# sourceMappingURL=limits-increase-question-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limits-increase-question-summary.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/model/limits-increase-question-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA2CH,IAAiB,6BAA6B,CAuB7C;AAvBD,WAAiB,6BAA6B;IAC5C,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,6BAAa,CAAA;QACb,iCAAiB,CAAA;QACjB,+BAAe,CAAA;QACf,qCAAqB,CAAA;QACrB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,0CAAY,KAAZ,0CAAY,QAUvB;IAED,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAuB7C"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Collection of property summaries for limit increase requests.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface LimitsIncreaseRequestCollection {
|
|
22
|
+
/**
|
|
23
|
+
* A list of limit increase requests.
|
|
24
|
+
*/
|
|
25
|
+
"items": Array<model.LimitsIncreaseRequestSummary>;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace LimitsIncreaseRequestCollection {
|
|
28
|
+
function getJsonObj(obj: LimitsIncreaseRequestCollection): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: LimitsIncreaseRequestCollection): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Limits Increase API
|
|
4
|
+
* Use the Limits Increase API to work with limit increase requests.
|
|
5
|
+
For more information, see
|
|
6
|
+
[Working with Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/requests.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20251101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.LimitsIncreaseRequestCollection = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var LimitsIncreaseRequestCollection;
|
|
40
|
+
(function (LimitsIncreaseRequestCollection) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"items": obj.items
|
|
44
|
+
? obj.items.map(item => {
|
|
45
|
+
return model.LimitsIncreaseRequestSummary.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
LimitsIncreaseRequestCollection.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"items": obj.items
|
|
55
|
+
? obj.items.map(item => {
|
|
56
|
+
return model.LimitsIncreaseRequestSummary.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
LimitsIncreaseRequestCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(LimitsIncreaseRequestCollection = exports.LimitsIncreaseRequestCollection || (exports.LimitsIncreaseRequestCollection = {}));
|
|
64
|
+
//# sourceMappingURL=limits-increase-request-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limits-increase-request-collection.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/model/limits-increase-request-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
/**
|
|
17
|
+
* The properties that define a comment in a limit increase request.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface LimitsIncreaseRequestComment {
|
|
21
|
+
/**
|
|
22
|
+
* The comment message.
|
|
23
|
+
*/
|
|
24
|
+
"message": string;
|
|
25
|
+
/**
|
|
26
|
+
* The time that the comment was created. Format defined by RFC3339.
|
|
27
|
+
*/
|
|
28
|
+
"timeCreated": Date;
|
|
29
|
+
/**
|
|
30
|
+
* The comment sender type.
|
|
31
|
+
*/
|
|
32
|
+
"senderType": LimitsIncreaseRequestComment.SenderType;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace LimitsIncreaseRequestComment {
|
|
35
|
+
enum SenderType {
|
|
36
|
+
Customer = "CUSTOMER",
|
|
37
|
+
Oracle = "ORACLE",
|
|
38
|
+
/**
|
|
39
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
40
|
+
* version of the SDK.
|
|
41
|
+
*/
|
|
42
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
43
|
+
}
|
|
44
|
+
function getJsonObj(obj: LimitsIncreaseRequestComment): object;
|
|
45
|
+
function getDeserializedJsonObj(obj: LimitsIncreaseRequestComment): object;
|
|
46
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Limits Increase API
|
|
4
|
+
* Use the Limits Increase API to work with limit increase requests.
|
|
5
|
+
For more information, see
|
|
6
|
+
[Working with Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/requests.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20251101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.LimitsIncreaseRequestComment = void 0;
|
|
19
|
+
var LimitsIncreaseRequestComment;
|
|
20
|
+
(function (LimitsIncreaseRequestComment) {
|
|
21
|
+
let SenderType;
|
|
22
|
+
(function (SenderType) {
|
|
23
|
+
SenderType["Customer"] = "CUSTOMER";
|
|
24
|
+
SenderType["Oracle"] = "ORACLE";
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
SenderType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(SenderType = LimitsIncreaseRequestComment.SenderType || (LimitsIncreaseRequestComment.SenderType = {}));
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
|
+
return jsonObj;
|
|
34
|
+
}
|
|
35
|
+
LimitsIncreaseRequestComment.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
38
|
+
return jsonObj;
|
|
39
|
+
}
|
|
40
|
+
LimitsIncreaseRequestComment.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
41
|
+
})(LimitsIncreaseRequestComment = exports.LimitsIncreaseRequestComment || (exports.LimitsIncreaseRequestComment = {}));
|
|
42
|
+
//# sourceMappingURL=limits-increase-request-comment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limits-increase-request-comment.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/model/limits-increase-request-comment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAwBH,IAAiB,4BAA4B,CAqB5C;AArBD,WAAiB,4BAA4B;IAC3C,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,mCAAqB,CAAA;QACrB,+BAAiB,CAAA;QACjB;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,uCAAU,KAAV,uCAAU,QAQrB;IAED,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAqB5C"}
|
|
@@ -0,0 +1,87 @@
|
|
|
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
|
+
/**
|
|
17
|
+
* A summary of properties for a limit increase request.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface LimitsIncreaseRequestSummary {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the limit increase request.
|
|
23
|
+
*/
|
|
24
|
+
"id": string;
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the limit increase request.
|
|
27
|
+
* Note: The tenancy is the root compartment.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"compartmentId": string;
|
|
31
|
+
/**
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy subscription for the limit increase request.
|
|
33
|
+
*/
|
|
34
|
+
"subscriptionId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The current state of the limit increase request.
|
|
37
|
+
*/
|
|
38
|
+
"lifecycleState": string;
|
|
39
|
+
/**
|
|
40
|
+
* The user-friendly name of the limit increase request. Avoid entering confidential information.
|
|
41
|
+
*/
|
|
42
|
+
"displayName": string;
|
|
43
|
+
/**
|
|
44
|
+
* Number of limit increase items in the limit increase request. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
45
|
+
*/
|
|
46
|
+
"itemsInRequest": number;
|
|
47
|
+
/**
|
|
48
|
+
* Reason for the limit increase request.
|
|
49
|
+
*/
|
|
50
|
+
"justification"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The time that the limit increase request was created.
|
|
53
|
+
*/
|
|
54
|
+
"timeCreated": Date;
|
|
55
|
+
/**
|
|
56
|
+
* Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
|
|
57
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"freeformTags": {
|
|
61
|
+
[key: string]: string;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"definedTags": {
|
|
69
|
+
[key: string]: {
|
|
70
|
+
[key: string]: any;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
75
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
"systemTags"?: {
|
|
79
|
+
[key: string]: {
|
|
80
|
+
[key: string]: any;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
export declare namespace LimitsIncreaseRequestSummary {
|
|
85
|
+
function getJsonObj(obj: LimitsIncreaseRequestSummary): object;
|
|
86
|
+
function getDeserializedJsonObj(obj: LimitsIncreaseRequestSummary): object;
|
|
87
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Limits Increase API
|
|
4
|
+
* Use the Limits Increase API to work with limit increase requests.
|
|
5
|
+
For more information, see
|
|
6
|
+
[Working with Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/requests.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20251101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.LimitsIncreaseRequestSummary = void 0;
|
|
19
|
+
var LimitsIncreaseRequestSummary;
|
|
20
|
+
(function (LimitsIncreaseRequestSummary) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
LimitsIncreaseRequestSummary.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
LimitsIncreaseRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(LimitsIncreaseRequestSummary = exports.LimitsIncreaseRequestSummary || (exports.LimitsIncreaseRequestSummary = {}));
|
|
32
|
+
//# sourceMappingURL=limits-increase-request-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limits-increase-request-summary.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/model/limits-increase-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAgEH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|
|
@@ -0,0 +1,118 @@
|
|
|
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 * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The properties that define a limit increase request.
|
|
19
|
+
* For information about limit increase requests, see
|
|
20
|
+
* [Working with Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/requests.htm).
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
export interface LimitsIncreaseRequest {
|
|
24
|
+
/**
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the limit increase request.
|
|
26
|
+
*/
|
|
27
|
+
"id": string;
|
|
28
|
+
/**
|
|
29
|
+
* The user-friendly name of the limit increase request. Avoid entering confidential information.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"displayName": string;
|
|
33
|
+
/**
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the limit increase request.
|
|
35
|
+
* Note: The tenancy is the root compartment.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"compartmentId": string;
|
|
39
|
+
/**
|
|
40
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy subscription for the limit increase request.
|
|
41
|
+
*/
|
|
42
|
+
"subscriptionId"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The current status of the limit increase request.
|
|
45
|
+
*/
|
|
46
|
+
"lifecycleState": LimitsIncreaseRequest.LifecycleState;
|
|
47
|
+
/**
|
|
48
|
+
* List of limit increase items within the limit increase request.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"limitsIncreaseItemRequests": Array<model.LimitsIncreaseItemRequest>;
|
|
52
|
+
/**
|
|
53
|
+
* Reason for the limit increase request.
|
|
54
|
+
*/
|
|
55
|
+
"justification"?: string;
|
|
56
|
+
/**
|
|
57
|
+
* The time that the limit increase request was created. Format defined by RFC3339.
|
|
58
|
+
*/
|
|
59
|
+
"timeCreated": Date;
|
|
60
|
+
/**
|
|
61
|
+
* The time that the limit increase request was updated. Format defined by RFC3339.
|
|
62
|
+
*/
|
|
63
|
+
"timeUpdated"?: Date;
|
|
64
|
+
/**
|
|
65
|
+
* The time that the limit increase request was resolved (reached a terminal state). Format defined by RFC3339.
|
|
66
|
+
*/
|
|
67
|
+
"timeResolution"?: Date;
|
|
68
|
+
/**
|
|
69
|
+
* List of comments in the limit increase request. A comment is typically between the requester and OCI Support.
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"customerComments"?: Array<model.LimitsIncreaseRequestComment>;
|
|
73
|
+
/**
|
|
74
|
+
* Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
|
|
75
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
"freeformTags": {
|
|
79
|
+
[key: string]: string;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
83
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
"definedTags": {
|
|
87
|
+
[key: string]: {
|
|
88
|
+
[key: string]: any;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
93
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
94
|
+
*
|
|
95
|
+
*/
|
|
96
|
+
"systemTags"?: {
|
|
97
|
+
[key: string]: {
|
|
98
|
+
[key: string]: any;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
export declare namespace LimitsIncreaseRequest {
|
|
103
|
+
enum LifecycleState {
|
|
104
|
+
Accepted = "ACCEPTED",
|
|
105
|
+
InProgress = "IN_PROGRESS",
|
|
106
|
+
Succeeded = "SUCCEEDED",
|
|
107
|
+
Canceled = "CANCELED",
|
|
108
|
+
PartiallySucceeded = "PARTIALLY_SUCCEEDED",
|
|
109
|
+
Failed = "FAILED",
|
|
110
|
+
/**
|
|
111
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
112
|
+
* version of the SDK.
|
|
113
|
+
*/
|
|
114
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
115
|
+
}
|
|
116
|
+
function getJsonObj(obj: LimitsIncreaseRequest): object;
|
|
117
|
+
function getDeserializedJsonObj(obj: LimitsIncreaseRequest): object;
|
|
118
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Limits Increase API
|
|
4
|
+
* Use the Limits Increase API to work with limit increase requests.
|
|
5
|
+
For more information, see
|
|
6
|
+
[Working with Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/requests.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20251101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.LimitsIncreaseRequest = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var LimitsIncreaseRequest;
|
|
40
|
+
(function (LimitsIncreaseRequest) {
|
|
41
|
+
let LifecycleState;
|
|
42
|
+
(function (LifecycleState) {
|
|
43
|
+
LifecycleState["Accepted"] = "ACCEPTED";
|
|
44
|
+
LifecycleState["InProgress"] = "IN_PROGRESS";
|
|
45
|
+
LifecycleState["Succeeded"] = "SUCCEEDED";
|
|
46
|
+
LifecycleState["Canceled"] = "CANCELED";
|
|
47
|
+
LifecycleState["PartiallySucceeded"] = "PARTIALLY_SUCCEEDED";
|
|
48
|
+
LifecycleState["Failed"] = "FAILED";
|
|
49
|
+
/**
|
|
50
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
51
|
+
* version of the SDK.
|
|
52
|
+
*/
|
|
53
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
54
|
+
})(LifecycleState = LimitsIncreaseRequest.LifecycleState || (LimitsIncreaseRequest.LifecycleState = {}));
|
|
55
|
+
function getJsonObj(obj) {
|
|
56
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
57
|
+
"limitsIncreaseItemRequests": obj.limitsIncreaseItemRequests
|
|
58
|
+
? obj.limitsIncreaseItemRequests.map(item => {
|
|
59
|
+
return model.LimitsIncreaseItemRequest.getJsonObj(item);
|
|
60
|
+
})
|
|
61
|
+
: undefined,
|
|
62
|
+
"customerComments": obj.customerComments
|
|
63
|
+
? obj.customerComments.map(item => {
|
|
64
|
+
return model.LimitsIncreaseRequestComment.getJsonObj(item);
|
|
65
|
+
})
|
|
66
|
+
: undefined
|
|
67
|
+
});
|
|
68
|
+
return jsonObj;
|
|
69
|
+
}
|
|
70
|
+
LimitsIncreaseRequest.getJsonObj = getJsonObj;
|
|
71
|
+
function getDeserializedJsonObj(obj) {
|
|
72
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
73
|
+
"limitsIncreaseItemRequests": obj.limitsIncreaseItemRequests
|
|
74
|
+
? obj.limitsIncreaseItemRequests.map(item => {
|
|
75
|
+
return model.LimitsIncreaseItemRequest.getDeserializedJsonObj(item);
|
|
76
|
+
})
|
|
77
|
+
: undefined,
|
|
78
|
+
"customerComments": obj.customerComments
|
|
79
|
+
? obj.customerComments.map(item => {
|
|
80
|
+
return model.LimitsIncreaseRequestComment.getDeserializedJsonObj(item);
|
|
81
|
+
})
|
|
82
|
+
: undefined
|
|
83
|
+
});
|
|
84
|
+
return jsonObj;
|
|
85
|
+
}
|
|
86
|
+
LimitsIncreaseRequest.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
87
|
+
})(LimitsIncreaseRequest = exports.LimitsIncreaseRequest || (exports.LimitsIncreaseRequest = {}));
|
|
88
|
+
//# sourceMappingURL=limits-increase-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limits-increase-request.js","sourceRoot":"","sources":["../../../../../lib/limitsincrease/lib/model/limits-increase-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+ElC,IAAiB,qBAAqB,CAuDrC;AAvDD,WAAiB,qBAAqB;IACpC,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,4CAA0B,CAAA;QAC1B,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,4DAA0C,CAAA;QAC1C,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,oCAAc,KAAd,oCAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,GAAG,CAAC,0BAA0B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxC,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,gCAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,GAAG,CAAC,0BAA0B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxC,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,4CAAsB,yBAmBrC,CAAA;AACH,CAAC,EAvDgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAuDrC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* An operation in a single patch instruction for a new comment to be added to the limit increase request.
|
|
19
|
+
* The operation inserts a value into an array, shifting array items as necessary and handling {@code NOT_FOUND} exceptions by creating the implied containing structure.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export interface PatchInsertInstruction extends model.PatchInstruction {
|
|
23
|
+
/**
|
|
24
|
+
* A value to be inserted into the target.
|
|
25
|
+
*/
|
|
26
|
+
"value": any;
|
|
27
|
+
"operation": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace PatchInsertInstruction {
|
|
30
|
+
function getJsonObj(obj: PatchInsertInstruction, isParentJsonObj?: boolean): object;
|
|
31
|
+
const operation = "INSERT";
|
|
32
|
+
function getDeserializedJsonObj(obj: PatchInsertInstruction, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|