oci-bds 2.109.0 → 2.110.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/bds-waiter.d.ts +8 -0
- package/lib/bds-waiter.js +12 -0
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +39 -0
- package/lib/client.js +259 -0
- package/lib/client.js.map +1 -1
- package/lib/model/availability-status.d.ts +30 -0
- package/lib/model/availability-status.js +41 -0
- package/lib/model/availability-status.js.map +1 -0
- package/lib/model/bds-capacity-report.d.ts +36 -0
- package/lib/model/bds-capacity-report.js +62 -0
- package/lib/model/bds-capacity-report.js.map +1 -0
- package/lib/model/bds-software-update.d.ts +29 -0
- package/lib/model/bds-software-update.js +53 -0
- package/lib/model/bds-software-update.js.map +1 -0
- package/lib/model/capacity-availability.d.ts +31 -0
- package/lib/model/capacity-availability.js +30 -0
- package/lib/model/capacity-availability.js.map +1 -0
- package/lib/model/capacity-report-shape-availability.d.ts +32 -0
- package/lib/model/capacity-report-shape-availability.js +68 -0
- package/lib/model/capacity-report-shape-availability.js.map +1 -0
- package/lib/model/create-bds-capacity-report-details.d.ts +31 -0
- package/lib/model/create-bds-capacity-report-details.js +62 -0
- package/lib/model/create-bds-capacity-report-details.js.map +1 -0
- package/lib/model/create-capacity-report-shape-availability-details.d.ts +28 -0
- package/lib/model/create-capacity-report-shape-availability-details.js +58 -0
- package/lib/model/create-capacity-report-shape-availability-details.js.map +1 -0
- package/lib/model/domain-type-capacity-report.d.ts +23 -0
- package/lib/model/domain-type-capacity-report.js +73 -0
- package/lib/model/domain-type-capacity-report.js.map +1 -0
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +32 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/install-os-patch-details.d.ts +4 -0
- package/lib/model/install-os-patch-details.js.map +1 -1
- package/lib/model/install-software-updates-details.d.ts +26 -0
- package/lib/model/install-software-updates-details.js +30 -0
- package/lib/model/install-software-updates-details.js.map +1 -0
- package/lib/model/multi-ad-capacity-report.d.ts +30 -0
- package/lib/model/multi-ad-capacity-report.js +63 -0
- package/lib/model/multi-ad-capacity-report.js.map +1 -0
- package/lib/model/operation-types.d.ts +1 -0
- package/lib/model/operation-types.js +1 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/os-patch-package-summary.d.ts +15 -0
- package/lib/model/os-patch-package-summary.js +12 -0
- package/lib/model/os-patch-package-summary.js.map +1 -1
- package/lib/model/patch-history-summary.d.ts +4 -2
- package/lib/model/patch-history-summary.js +1 -0
- package/lib/model/patch-history-summary.js.map +1 -1
- package/lib/model/single-ad-capacity-report.d.ts +30 -0
- package/lib/model/single-ad-capacity-report.js +63 -0
- package/lib/model/single-ad-capacity-report.js.map +1 -0
- package/lib/model/software-update-collection.d.ts +27 -0
- package/lib/model/software-update-collection.js +62 -0
- package/lib/model/software-update-collection.js.map +1 -0
- package/lib/model/software-update-summary.d.ts +42 -0
- package/lib/model/software-update-summary.js +30 -0
- package/lib/model/software-update-summary.js.map +1 -0
- package/lib/model/software-update.d.ts +51 -0
- package/lib/model/software-update.js +82 -0
- package/lib/model/software-update.js.map +1 -0
- package/lib/request/create-bds-capacity-report-request.d.ts +36 -0
- package/lib/request/create-bds-capacity-report-request.js +15 -0
- package/lib/request/create-bds-capacity-report-request.js.map +1 -0
- package/lib/request/get-software-update-request.d.ts +48 -0
- package/lib/request/get-software-update-request.js +15 -0
- package/lib/request/get-software-update-request.js.map +1 -0
- package/lib/request/index.d.ts +8 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/install-software-updates-request.d.ts +49 -0
- package/lib/request/install-software-updates-request.js +15 -0
- package/lib/request/install-software-updates-request.js.map +1 -0
- package/lib/request/list-software-updates-request.d.ts +68 -0
- package/lib/request/list-software-updates-request.js +24 -0
- package/lib/request/list-software-updates-request.js.map +1 -0
- package/lib/response/create-bds-capacity-report-response.d.ts +25 -0
- package/lib/response/create-bds-capacity-report-response.js +15 -0
- package/lib/response/create-bds-capacity-report-response.js.map +1 -0
- package/lib/response/get-software-update-response.d.ts +30 -0
- package/lib/response/get-software-update-response.js +15 -0
- package/lib/response/get-software-update-response.js.map +1 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/install-software-updates-response.d.ts +25 -0
- package/lib/response/install-software-updates-response.js +15 -0
- package/lib/response/install-software-updates-response.js.map +1 -0
- package/lib/response/list-software-updates-response.d.ts +32 -0
- package/lib/response/list-software-updates-response.js +15 -0
- package/lib/response/list-software-updates-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* A flag denoting whether capacity is available.
|
|
16
|
+
**/
|
|
17
|
+
export declare enum AvailabilityStatus {
|
|
18
|
+
OutOfHostCapacity = "OUT_OF_HOST_CAPACITY",
|
|
19
|
+
HardwareNotSupported = "HARDWARE_NOT_SUPPORTED",
|
|
20
|
+
Available = "AVAILABLE",
|
|
21
|
+
/**
|
|
22
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
23
|
+
* version of the SDK.
|
|
24
|
+
*/
|
|
25
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
26
|
+
}
|
|
27
|
+
export declare namespace AvailabilityStatus {
|
|
28
|
+
function getJsonObj(obj: AvailabilityStatus): AvailabilityStatus;
|
|
29
|
+
function getDeserializedJsonObj(obj: AvailabilityStatus): AvailabilityStatus;
|
|
30
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.AvailabilityStatus = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* A flag denoting whether capacity is available.
|
|
19
|
+
**/
|
|
20
|
+
var AvailabilityStatus;
|
|
21
|
+
(function (AvailabilityStatus) {
|
|
22
|
+
AvailabilityStatus["OutOfHostCapacity"] = "OUT_OF_HOST_CAPACITY";
|
|
23
|
+
AvailabilityStatus["HardwareNotSupported"] = "HARDWARE_NOT_SUPPORTED";
|
|
24
|
+
AvailabilityStatus["Available"] = "AVAILABLE";
|
|
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
|
+
AvailabilityStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(AvailabilityStatus = exports.AvailabilityStatus || (exports.AvailabilityStatus = {}));
|
|
31
|
+
(function (AvailabilityStatus) {
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
return obj;
|
|
34
|
+
}
|
|
35
|
+
AvailabilityStatus.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
AvailabilityStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(AvailabilityStatus = exports.AvailabilityStatus || (exports.AvailabilityStatus = {}));
|
|
41
|
+
//# sourceMappingURL=availability-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"availability-status.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/availability-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,kBAUX;AAVD,WAAY,kBAAkB;IAC5B,gEAA0C,CAAA;IAC1C,qEAA+C,CAAA;IAC/C,6CAAuB,CAAA;IAEvB;;;OAGG;IACH,oDAA8B,CAAA;AAChC,CAAC,EAVW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAU7B;AAED,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAOlC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* A report of the host capacity within an availability domain that is available for you to create bds clusters. Host capacity is the physical infrastructure that resources such as compute instances run on. Use the capacity report to determine whether sufficient capacity is available for a shape before you create a bds cluster or change the shape of a bds cluster.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface BdsCapacityReport {
|
|
20
|
+
/**
|
|
21
|
+
* The OCID for the compartment. This should always be the root compartment.
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Information about the capacity of each requested shape.
|
|
26
|
+
*/
|
|
27
|
+
"shapeAvailabilities": Array<model.CapacityReportShapeAvailability>;
|
|
28
|
+
/**
|
|
29
|
+
* The time the report was created, shown as an RFC 3339 formatted datetime string.
|
|
30
|
+
*/
|
|
31
|
+
"timeCreated": Date;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace BdsCapacityReport {
|
|
34
|
+
function getJsonObj(obj: BdsCapacityReport): object;
|
|
35
|
+
function getDeserializedJsonObj(obj: BdsCapacityReport): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.BdsCapacityReport = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var BdsCapacityReport;
|
|
38
|
+
(function (BdsCapacityReport) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"shapeAvailabilities": obj.shapeAvailabilities
|
|
42
|
+
? obj.shapeAvailabilities.map(item => {
|
|
43
|
+
return model.CapacityReportShapeAvailability.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
BdsCapacityReport.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"shapeAvailabilities": obj.shapeAvailabilities
|
|
53
|
+
? obj.shapeAvailabilities.map(item => {
|
|
54
|
+
return model.CapacityReportShapeAvailability.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
BdsCapacityReport.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(BdsCapacityReport = exports.BdsCapacityReport || (exports.BdsCapacityReport = {}));
|
|
62
|
+
//# sourceMappingURL=bds-capacity-report.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bds-capacity-report.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-capacity-report.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,iBAAiB,CA6BjC;AA7BD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA6BjC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Details about the given BDS type of software update. Previously known as Micro Service Patch.
|
|
17
|
+
*/
|
|
18
|
+
export interface BdsSoftwareUpdate extends model.SoftwareUpdate {
|
|
19
|
+
/**
|
|
20
|
+
* The due date for the software update. Big Data Service will be updated automatically after this date.
|
|
21
|
+
*/
|
|
22
|
+
"timeDue": Date;
|
|
23
|
+
"softwareUpdateType": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace BdsSoftwareUpdate {
|
|
26
|
+
function getJsonObj(obj: BdsSoftwareUpdate, isParentJsonObj?: boolean): object;
|
|
27
|
+
const softwareUpdateType = "BDS";
|
|
28
|
+
function getDeserializedJsonObj(obj: BdsSoftwareUpdate, isParentJsonObj?: boolean): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.BdsSoftwareUpdate = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var BdsSoftwareUpdate;
|
|
38
|
+
(function (BdsSoftwareUpdate) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.SoftwareUpdate.getJsonObj(obj))), {});
|
|
41
|
+
return jsonObj;
|
|
42
|
+
}
|
|
43
|
+
BdsSoftwareUpdate.getJsonObj = getJsonObj;
|
|
44
|
+
BdsSoftwareUpdate.softwareUpdateType = "BDS";
|
|
45
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
47
|
+
? obj
|
|
48
|
+
: model.SoftwareUpdate.getDeserializedJsonObj(obj))), {});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
BdsSoftwareUpdate.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
52
|
+
})(BdsSoftwareUpdate = exports.BdsSoftwareUpdate || (exports.BdsSoftwareUpdate = {}));
|
|
53
|
+
//# sourceMappingURL=bds-software-update.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bds-software-update.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-software-update.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,iBAAiB,CAuBjC;AAvBD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB,EAAE,eAAyB;QAC1E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAuB,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,4BAAU,aAOzB,CAAA;IACY,oCAAkB,GAAG,KAAK,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAAsB,EACtB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAuB,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,wCAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAuBjC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Information about the available capacity for a shape.
|
|
17
|
+
*/
|
|
18
|
+
export interface CapacityAvailability {
|
|
19
|
+
/**
|
|
20
|
+
* A flag denoting whether capacity is available.
|
|
21
|
+
*/
|
|
22
|
+
"availabilityStatus": model.AvailabilityStatus;
|
|
23
|
+
/**
|
|
24
|
+
* The total number of new cluster nodes that can be created with the specified shape configuration. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
"availableCount": number;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace CapacityAvailability {
|
|
29
|
+
function getJsonObj(obj: CapacityAvailability): object;
|
|
30
|
+
function getDeserializedJsonObj(obj: CapacityAvailability): object;
|
|
31
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CapacityAvailability = void 0;
|
|
17
|
+
var CapacityAvailability;
|
|
18
|
+
(function (CapacityAvailability) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
CapacityAvailability.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
CapacityAvailability.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(CapacityAvailability = exports.CapacityAvailability || (exports.CapacityAvailability = {}));
|
|
30
|
+
//# sourceMappingURL=capacity-availability.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capacity-availability.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/capacity-availability.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Detailed information about the availabilities of a shape in each domain.
|
|
17
|
+
*/
|
|
18
|
+
export interface CapacityReportShapeAvailability {
|
|
19
|
+
/**
|
|
20
|
+
* The shape that the capacity report was requested for.
|
|
21
|
+
*/
|
|
22
|
+
"shape": string;
|
|
23
|
+
"shapeConfig"?: model.ShapeConfigDetails;
|
|
24
|
+
/**
|
|
25
|
+
* Information about the capacity in each domain.
|
|
26
|
+
*/
|
|
27
|
+
"domainLevelCapacityReports": Array<model.DomainTypeCapacityReport>;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace CapacityReportShapeAvailability {
|
|
30
|
+
function getJsonObj(obj: CapacityReportShapeAvailability): object;
|
|
31
|
+
function getDeserializedJsonObj(obj: CapacityReportShapeAvailability): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.CapacityReportShapeAvailability = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var CapacityReportShapeAvailability;
|
|
38
|
+
(function (CapacityReportShapeAvailability) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"shapeConfig": obj.shapeConfig
|
|
42
|
+
? model.ShapeConfigDetails.getJsonObj(obj.shapeConfig)
|
|
43
|
+
: undefined,
|
|
44
|
+
"domainLevelCapacityReports": obj.domainLevelCapacityReports
|
|
45
|
+
? obj.domainLevelCapacityReports.map(item => {
|
|
46
|
+
return model.DomainTypeCapacityReport.getJsonObj(item);
|
|
47
|
+
})
|
|
48
|
+
: undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CapacityReportShapeAvailability.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
"shapeConfig": obj.shapeConfig
|
|
56
|
+
? model.ShapeConfigDetails.getDeserializedJsonObj(obj.shapeConfig)
|
|
57
|
+
: undefined,
|
|
58
|
+
"domainLevelCapacityReports": obj.domainLevelCapacityReports
|
|
59
|
+
? obj.domainLevelCapacityReports.map(item => {
|
|
60
|
+
return model.DomainTypeCapacityReport.getDeserializedJsonObj(item);
|
|
61
|
+
})
|
|
62
|
+
: undefined
|
|
63
|
+
});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
CapacityReportShapeAvailability.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(CapacityReportShapeAvailability = exports.CapacityReportShapeAvailability || (exports.CapacityReportShapeAvailability = {}));
|
|
68
|
+
//# sourceMappingURL=capacity-report-shape-availability.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capacity-report-shape-availability.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/capacity-report-shape-availability.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,+BAA+B,CAmC/C;AAnCD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBACtD,CAAC,CAAC,SAAS;YACb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,GAAG,CAAC,0BAA0B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxC,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,0CAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAClE,CAAC,CAAC,SAAS;YACb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,GAAG,CAAC,0BAA0B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxC,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,sDAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAmC/C"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* The data to create a report of available BDS capacity.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateBdsCapacityReportDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID for the compartment. This should always be the root compartment.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Information about the shapes in the capacity report.
|
|
25
|
+
*/
|
|
26
|
+
"shapeAvailabilities": Array<model.CreateCapacityReportShapeAvailabilityDetails>;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace CreateBdsCapacityReportDetails {
|
|
29
|
+
function getJsonObj(obj: CreateBdsCapacityReportDetails): object;
|
|
30
|
+
function getDeserializedJsonObj(obj: CreateBdsCapacityReportDetails): object;
|
|
31
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.CreateBdsCapacityReportDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var CreateBdsCapacityReportDetails;
|
|
38
|
+
(function (CreateBdsCapacityReportDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"shapeAvailabilities": obj.shapeAvailabilities
|
|
42
|
+
? obj.shapeAvailabilities.map(item => {
|
|
43
|
+
return model.CreateCapacityReportShapeAvailabilityDetails.getJsonObj(item);
|
|
44
|
+
})
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
CreateBdsCapacityReportDetails.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"shapeAvailabilities": obj.shapeAvailabilities
|
|
53
|
+
? obj.shapeAvailabilities.map(item => {
|
|
54
|
+
return model.CreateCapacityReportShapeAvailabilityDetails.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
CreateBdsCapacityReportDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
61
|
+
})(CreateBdsCapacityReportDetails = exports.CreateBdsCapacityReportDetails || (exports.CreateBdsCapacityReportDetails = {}));
|
|
62
|
+
//# sourceMappingURL=create-bds-capacity-report-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-bds-capacity-report-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-bds-capacity-report-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,8BAA8B,CA+B9C;AA/BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,4CAA4C,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,4CAA4C,CAAC,sBAAsB,CAC9E,IAAI,CACL,CAAC;gBACJ,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qDAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA+B9C"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Information about the shapes in a capacity report.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateCapacityReportShapeAvailabilityDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The shape that you want to request a capacity report for.
|
|
21
|
+
*/
|
|
22
|
+
"shape": string;
|
|
23
|
+
"shapeConfig"?: model.ShapeConfigDetails;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace CreateCapacityReportShapeAvailabilityDetails {
|
|
26
|
+
function getJsonObj(obj: CreateCapacityReportShapeAvailabilityDetails): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: CreateCapacityReportShapeAvailabilityDetails): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.CreateCapacityReportShapeAvailabilityDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var CreateCapacityReportShapeAvailabilityDetails;
|
|
38
|
+
(function (CreateCapacityReportShapeAvailabilityDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"shapeConfig": obj.shapeConfig
|
|
42
|
+
? model.ShapeConfigDetails.getJsonObj(obj.shapeConfig)
|
|
43
|
+
: undefined
|
|
44
|
+
});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
CreateCapacityReportShapeAvailabilityDetails.getJsonObj = getJsonObj;
|
|
48
|
+
function getDeserializedJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
50
|
+
"shapeConfig": obj.shapeConfig
|
|
51
|
+
? model.ShapeConfigDetails.getDeserializedJsonObj(obj.shapeConfig)
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
CreateCapacityReportShapeAvailabilityDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(CreateCapacityReportShapeAvailabilityDetails = exports.CreateCapacityReportShapeAvailabilityDetails || (exports.CreateCapacityReportShapeAvailabilityDetails = {}));
|
|
58
|
+
//# sourceMappingURL=create-capacity-report-shape-availability-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-capacity-report-shape-availability-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-capacity-report-shape-availability-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,4CAA4C,CA2B5D;AA3BD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CAAC,GAAiD;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBACtD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uDAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAiD;QAEjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mEAAsB,yBAarC,CAAA;AACH,CAAC,EA3BgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QA2B5D"}
|