oci-bds 2.22.0 → 2.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +140 -35
- package/lib/client.js +376 -36
- package/lib/client.js.map +1 -1
- package/lib/model/add-auto-scale-policy-details.d.ts +36 -0
- package/lib/model/add-auto-scale-policy-details.js +78 -0
- package/lib/model/add-auto-scale-policy-details.js.map +1 -0
- package/lib/model/add-auto-scaling-configuration-details.d.ts +3 -2
- package/lib/model/add-auto-scaling-configuration-details.js +8 -2
- package/lib/model/add-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/add-block-storage-details.d.ts +8 -0
- package/lib/model/add-block-storage-details.js +5 -0
- package/lib/model/add-block-storage-details.js.map +1 -1
- package/lib/model/add-metric-based-horizontal-scaling-policy-details.d.ts +30 -0
- package/lib/model/add-metric-based-horizontal-scaling-policy-details.js +69 -0
- package/lib/model/add-metric-based-horizontal-scaling-policy-details.js.map +1 -0
- package/lib/model/add-metric-based-vertical-scaling-policy-details.d.ts +30 -0
- package/lib/model/add-metric-based-vertical-scaling-policy-details.js +69 -0
- package/lib/model/add-metric-based-vertical-scaling-policy-details.js.map +1 -0
- package/lib/model/add-schedule-based-horizontal-scaling-policy-details.d.ts +33 -0
- package/lib/model/add-schedule-based-horizontal-scaling-policy-details.js +67 -0
- package/lib/model/add-schedule-based-horizontal-scaling-policy-details.js.map +1 -0
- package/lib/model/add-schedule-based-vertical-scaling-policy-details.d.ts +33 -0
- package/lib/model/add-schedule-based-vertical-scaling-policy-details.js +67 -0
- package/lib/model/add-schedule-based-vertical-scaling-policy-details.js.map +1 -0
- package/lib/model/add-worker-nodes-details.d.ts +19 -0
- package/lib/model/add-worker-nodes-details.js +35 -2
- package/lib/model/add-worker-nodes-details.js.map +1 -1
- package/lib/model/auto-scale-policy-details.d.ts +57 -0
- package/lib/model/auto-scale-policy-details.js +98 -0
- package/lib/model/auto-scale-policy-details.js.map +1 -0
- package/lib/model/auto-scale-policy.d.ts +3 -1
- package/lib/model/auto-scale-policy.js +1 -0
- package/lib/model/auto-scale-policy.js.map +1 -1
- package/lib/model/auto-scaling-configuration-summary.d.ts +2 -1
- package/lib/model/auto-scaling-configuration-summary.js +8 -2
- package/lib/model/auto-scaling-configuration-summary.js.map +1 -1
- package/lib/model/auto-scaling-configuration.d.ts +3 -1
- package/lib/model/auto-scaling-configuration.js +9 -2
- package/lib/model/auto-scaling-configuration.js.map +1 -1
- package/lib/model/bds-instance.d.ts +5 -0
- package/lib/model/bds-instance.js +1 -0
- package/lib/model/bds-instance.js.map +1 -1
- package/lib/model/change-shape-nodes.d.ts +12 -3
- package/lib/model/change-shape-nodes.js +48 -2
- package/lib/model/change-shape-nodes.js.map +1 -1
- package/lib/model/cluster-details.d.ts +8 -0
- package/lib/model/cluster-details.js.map +1 -1
- package/lib/model/create-bds-instance-details.d.ts +8 -0
- package/lib/model/create-bds-instance-details.js.map +1 -1
- package/lib/model/create-node-details.d.ts +2 -0
- package/lib/model/create-node-details.js +30 -2
- package/lib/model/create-node-details.js.map +1 -1
- package/lib/model/day-based-horizontal-scaling-schedule-details.d.ts +26 -0
- package/lib/model/day-based-horizontal-scaling-schedule-details.js +67 -0
- package/lib/model/day-based-horizontal-scaling-schedule-details.js.map +1 -0
- package/lib/model/day-based-vertical-scaling-schedule-details.d.ts +26 -0
- package/lib/model/day-based-vertical-scaling-schedule-details.js +67 -0
- package/lib/model/day-based-vertical-scaling-schedule-details.js.map +1 -0
- package/lib/model/horizontal-scaling-schedule-details.d.ts +23 -0
- package/lib/model/horizontal-scaling-schedule-details.js +66 -0
- package/lib/model/horizontal-scaling-schedule-details.js.map +1 -0
- package/lib/model/index.d.ts +62 -0
- package/lib/model/index.js +64 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/install-patch-details.d.ts +30 -0
- package/lib/model/install-patch-details.js +30 -0
- package/lib/model/install-patch-details.js.map +1 -0
- package/lib/model/metric-based-horizontal-scale-in-config.d.ts +32 -0
- package/lib/model/metric-based-horizontal-scale-in-config.js +56 -0
- package/lib/model/metric-based-horizontal-scale-in-config.js.map +1 -0
- package/lib/model/metric-based-horizontal-scale-out-config.d.ts +32 -0
- package/lib/model/metric-based-horizontal-scale-out-config.js +56 -0
- package/lib/model/metric-based-horizontal-scale-out-config.js.map +1 -0
- package/lib/model/metric-based-horizontal-scaling-policy-details.d.ts +30 -0
- package/lib/model/metric-based-horizontal-scaling-policy-details.js +69 -0
- package/lib/model/metric-based-horizontal-scaling-policy-details.js.map +1 -0
- package/lib/model/metric-based-vertical-scale-down-config.d.ts +40 -0
- package/lib/model/metric-based-vertical-scale-down-config.js +56 -0
- package/lib/model/metric-based-vertical-scale-down-config.js.map +1 -0
- package/lib/model/metric-based-vertical-scale-up-config.d.ts +41 -0
- package/lib/model/metric-based-vertical-scale-up-config.js +56 -0
- package/lib/model/metric-based-vertical-scale-up-config.js.map +1 -0
- package/lib/model/metric-based-vertical-scaling-policy-details.d.ts +30 -0
- package/lib/model/metric-based-vertical-scaling-policy-details.js +69 -0
- package/lib/model/metric-based-vertical-scaling-policy-details.js.map +1 -0
- package/lib/model/metric-threshold-rule.d.ts +2 -2
- package/lib/model/node.d.ts +9 -0
- package/lib/model/node.js +1 -0
- package/lib/model/node.js.map +1 -1
- package/lib/model/operation-types.d.ts +6 -0
- package/lib/model/operation-types.js +6 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/patch-history-summary.d.ts +44 -0
- package/lib/model/patch-history-summary.js +41 -0
- package/lib/model/patch-history-summary.js.map +1 -0
- package/lib/model/patch-summary.d.ts +30 -0
- package/lib/model/patch-summary.js +30 -0
- package/lib/model/patch-summary.js.map +1 -0
- package/lib/model/remove-node-details.d.ts +36 -0
- package/lib/model/remove-node-details.js +30 -0
- package/lib/model/remove-node-details.js.map +1 -0
- package/lib/model/schedule-based-horizontal-scaling-policy-details.d.ts +33 -0
- package/lib/model/schedule-based-horizontal-scaling-policy-details.js +67 -0
- package/lib/model/schedule-based-horizontal-scaling-policy-details.js.map +1 -0
- package/lib/model/schedule-based-vertical-scaling-policy-details.d.ts +33 -0
- package/lib/model/schedule-based-vertical-scaling-policy-details.js +67 -0
- package/lib/model/schedule-based-vertical-scaling-policy-details.js.map +1 -0
- package/lib/model/schedule-type.d.ts +28 -0
- package/lib/model/schedule-type.js +39 -0
- package/lib/model/schedule-type.js.map +1 -0
- package/lib/model/shape-config-details.d.ts +30 -0
- package/lib/model/shape-config-details.js +30 -0
- package/lib/model/shape-config-details.js.map +1 -0
- package/lib/model/time-and-horizontal-scaling-config.d.ts +31 -0
- package/lib/model/time-and-horizontal-scaling-config.js +30 -0
- package/lib/model/time-and-horizontal-scaling-config.js.map +1 -0
- package/lib/model/time-and-vertical-scaling-config.d.ts +42 -0
- package/lib/model/time-and-vertical-scaling-config.js +30 -0
- package/lib/model/time-and-vertical-scaling-config.js.map +1 -0
- package/lib/model/update-auto-scale-policy-details.d.ts +23 -0
- package/lib/model/update-auto-scale-policy-details.js +78 -0
- package/lib/model/update-auto-scale-policy-details.js.map +1 -0
- package/lib/model/update-auto-scaling-configuration-details.d.ts +1 -0
- package/lib/model/update-auto-scaling-configuration-details.js +8 -2
- package/lib/model/update-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/update-bds-instance-details.d.ts +4 -0
- package/lib/model/update-bds-instance-details.js.map +1 -1
- package/lib/model/update-metric-based-horizontal-scaling-policy-details.d.ts +30 -0
- package/lib/model/update-metric-based-horizontal-scaling-policy-details.js +69 -0
- package/lib/model/update-metric-based-horizontal-scaling-policy-details.js.map +1 -0
- package/lib/model/update-metric-based-vertical-scaling-policy-details.d.ts +30 -0
- package/lib/model/update-metric-based-vertical-scaling-policy-details.js +69 -0
- package/lib/model/update-metric-based-vertical-scaling-policy-details.js.map +1 -0
- package/lib/model/update-schedule-based-horizontal-scaling-policy-details.d.ts +33 -0
- package/lib/model/update-schedule-based-horizontal-scaling-policy-details.js +67 -0
- package/lib/model/update-schedule-based-horizontal-scaling-policy-details.js.map +1 -0
- package/lib/model/update-schedule-based-vertical-scaling-policy-details.d.ts +33 -0
- package/lib/model/update-schedule-based-vertical-scaling-policy-details.js +67 -0
- package/lib/model/update-schedule-based-vertical-scaling-policy-details.js.map +1 -0
- package/lib/model/vertical-scaling-schedule-details.d.ts +23 -0
- package/lib/model/vertical-scaling-schedule-details.js +66 -0
- package/lib/model/vertical-scaling-schedule-details.js.map +1 -0
- package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/add-block-storage-request.d.ts +1 -1
- package/lib/request/add-cloud-sql-request.d.ts +1 -1
- package/lib/request/add-worker-nodes-request.d.ts +1 -1
- package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-shape-request.d.ts +1 -1
- package/lib/request/create-bds-api-key-request.d.ts +1 -1
- package/lib/request/create-bds-instance-request.d.ts +1 -1
- package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/delete-bds-api-key-request.d.ts +1 -1
- package/lib/request/delete-bds-instance-request.d.ts +1 -1
- package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/get-bds-api-key-request.d.ts +1 -1
- package/lib/request/get-bds-instance-request.d.ts +1 -1
- package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- 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-patch-request.d.ts +49 -0
- package/lib/request/install-patch-request.js +15 -0
- package/lib/request/install-patch-request.js.map +1 -0
- package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
- package/lib/request/list-bds-api-keys-request.d.ts +1 -1
- package/lib/request/list-bds-instances-request.d.ts +1 -1
- package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
- package/lib/request/list-patch-histories-request.d.ts +58 -0
- package/lib/request/list-patch-histories-request.js +24 -0
- package/lib/request/list-patch-histories-request.js.map +1 -0
- package/lib/request/list-patches-request.d.ts +34 -0
- package/lib/request/list-patches-request.js +15 -0
- package/lib/request/list-patches-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/remove-cloud-sql-request.d.ts +1 -1
- package/lib/request/remove-node-request.d.ts +40 -0
- package/lib/request/remove-node-request.js +15 -0
- package/lib/request/remove-node-request.js.map +1 -0
- package/lib/request/restart-node-request.d.ts +1 -1
- package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
- package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/update-bds-instance-request.d.ts +1 -1
- package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/response/index.d.ts +8 -0
- package/lib/response/install-patch-response.d.ts +25 -0
- package/lib/response/install-patch-response.js +15 -0
- package/lib/response/install-patch-response.js.map +1 -0
- package/lib/response/list-patch-histories-response.d.ts +32 -0
- package/lib/response/list-patch-histories-response.js +15 -0
- package/lib/response/list-patch-histories-response.js.map +1 -0
- package/lib/response/list-patches-response.d.ts +32 -0
- package/lib/response/list-patches-response.js +15 -0
- package/lib/response/list-patches-response.js.map +1 -0
- package/lib/response/remove-node-response.d.ts +25 -0
- package/lib/response/remove-node-response.js +15 -0
- package/lib/response/remove-node-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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
|
+
* The patch that is currently available for the cluster.
|
|
16
|
+
*/
|
|
17
|
+
export interface PatchSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The version of the patch.
|
|
20
|
+
*/
|
|
21
|
+
"version": string;
|
|
22
|
+
/**
|
|
23
|
+
* The time when the patch was released.
|
|
24
|
+
*/
|
|
25
|
+
"timeReleased": Date;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace PatchSummary {
|
|
28
|
+
function getJsonObj(obj: PatchSummary): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: PatchSummary): object;
|
|
30
|
+
}
|
|
@@ -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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, 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.PatchSummary = void 0;
|
|
17
|
+
var PatchSummary;
|
|
18
|
+
(function (PatchSummary) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
PatchSummary.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
PatchSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(PatchSummary = exports.PatchSummary || (exports.PatchSummary = {}));
|
|
30
|
+
//# sourceMappingURL=patch-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/patch-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
|
|
@@ -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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
|
+
* The information about node to be removed.
|
|
16
|
+
*/
|
|
17
|
+
export interface RemoveNodeDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
|
|
20
|
+
*/
|
|
21
|
+
"clusterAdminPassword": string;
|
|
22
|
+
/**
|
|
23
|
+
* Boolean flag specifying whether or not to force remove node if graceful
|
|
24
|
+
* removal fails.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"isForceRemoveEnabled"?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* OCID of the node to be removed.
|
|
30
|
+
*/
|
|
31
|
+
"nodeId": string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace RemoveNodeDetails {
|
|
34
|
+
function getJsonObj(obj: RemoveNodeDetails): object;
|
|
35
|
+
function getDeserializedJsonObj(obj: RemoveNodeDetails): object;
|
|
36
|
+
}
|
|
@@ -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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, 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.RemoveNodeDetails = void 0;
|
|
17
|
+
var RemoveNodeDetails;
|
|
18
|
+
(function (RemoveNodeDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
RemoveNodeDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
RemoveNodeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(RemoveNodeDetails = exports.RemoveNodeDetails || (exports.RemoveNodeDetails = {}));
|
|
30
|
+
//# sourceMappingURL=remove-node-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-node-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/remove-node-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAyBH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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 of a schedule based horizontal autoscaling policy.
|
|
17
|
+
* <p>
|
|
18
|
+
In a schedule-based autoscaling policy, an autoscaling action is triggered at the scheduled execution time.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface ScheduleBasedHorizontalScalingPolicyDetails extends model.AutoScalePolicyDetails {
|
|
22
|
+
/**
|
|
23
|
+
* The time zone of the execution schedule, in IANA time zone database name format
|
|
24
|
+
*/
|
|
25
|
+
"timezone"?: string;
|
|
26
|
+
"scheduleDetails"?: Array<model.HorizontalScalingScheduleDetails>;
|
|
27
|
+
"policyType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace ScheduleBasedHorizontalScalingPolicyDetails {
|
|
30
|
+
function getJsonObj(obj: ScheduleBasedHorizontalScalingPolicyDetails, isParentJsonObj?: boolean): object;
|
|
31
|
+
const policyType = "SCHEDULE_BASED_HORIZONTAL_SCALING_POLICY";
|
|
32
|
+
function getDeserializedJsonObj(obj: ScheduleBasedHorizontalScalingPolicyDetails, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, 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.ScheduleBasedHorizontalScalingPolicyDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ScheduleBasedHorizontalScalingPolicyDetails;
|
|
38
|
+
(function (ScheduleBasedHorizontalScalingPolicyDetails) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.AutoScalePolicyDetails.getJsonObj(obj))), {
|
|
43
|
+
"scheduleDetails": obj.scheduleDetails
|
|
44
|
+
? obj.scheduleDetails.map(item => {
|
|
45
|
+
return model.HorizontalScalingScheduleDetails.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
ScheduleBasedHorizontalScalingPolicyDetails.getJsonObj = getJsonObj;
|
|
52
|
+
ScheduleBasedHorizontalScalingPolicyDetails.policyType = "SCHEDULE_BASED_HORIZONTAL_SCALING_POLICY";
|
|
53
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
55
|
+
? obj
|
|
56
|
+
: model.AutoScalePolicyDetails.getDeserializedJsonObj(obj))), {
|
|
57
|
+
"scheduleDetails": obj.scheduleDetails
|
|
58
|
+
? obj.scheduleDetails.map(item => {
|
|
59
|
+
return model.HorizontalScalingScheduleDetails.getDeserializedJsonObj(item);
|
|
60
|
+
})
|
|
61
|
+
: undefined
|
|
62
|
+
});
|
|
63
|
+
return jsonObj;
|
|
64
|
+
}
|
|
65
|
+
ScheduleBasedHorizontalScalingPolicyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
66
|
+
})(ScheduleBasedHorizontalScalingPolicyDetails = exports.ScheduleBasedHorizontalScalingPolicyDetails || (exports.ScheduleBasedHorizontalScalingPolicyDetails = {}));
|
|
67
|
+
//# sourceMappingURL=schedule-based-horizontal-scaling-policy-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schedule-based-horizontal-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/schedule-based-horizontal-scaling-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,2CAA2C,CA4C3D;AA5CD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CACxB,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACtC,GAAG,CAC4C,CAAC,GACnD;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,sDAAU,aAoBzB,CAAA;IACY,sDAAU,GAAG,0CAA0C,CAAC;IACrE,SAAgB,sBAAsB,CACpC,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CAC4C,CAAC,GACnD;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,kEAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QA4C3D"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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 of a schedule based vertical autoscaling policy.
|
|
17
|
+
* <p>
|
|
18
|
+
In a schedule-based autoscaling policy, an autoscaling action is triggered at the scheduled execution time.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface ScheduleBasedVerticalScalingPolicyDetails extends model.AutoScalePolicyDetails {
|
|
22
|
+
/**
|
|
23
|
+
* The time zone of the execution schedule, in IANA time zone database name format
|
|
24
|
+
*/
|
|
25
|
+
"timezone"?: string;
|
|
26
|
+
"scheduleDetails"?: Array<model.VerticalScalingScheduleDetails>;
|
|
27
|
+
"policyType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace ScheduleBasedVerticalScalingPolicyDetails {
|
|
30
|
+
function getJsonObj(obj: ScheduleBasedVerticalScalingPolicyDetails, isParentJsonObj?: boolean): object;
|
|
31
|
+
const policyType = "SCHEDULE_BASED_VERTICAL_SCALING_POLICY";
|
|
32
|
+
function getDeserializedJsonObj(obj: ScheduleBasedVerticalScalingPolicyDetails, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, 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.ScheduleBasedVerticalScalingPolicyDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var ScheduleBasedVerticalScalingPolicyDetails;
|
|
38
|
+
(function (ScheduleBasedVerticalScalingPolicyDetails) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.AutoScalePolicyDetails.getJsonObj(obj))), {
|
|
43
|
+
"scheduleDetails": obj.scheduleDetails
|
|
44
|
+
? obj.scheduleDetails.map(item => {
|
|
45
|
+
return model.VerticalScalingScheduleDetails.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
ScheduleBasedVerticalScalingPolicyDetails.getJsonObj = getJsonObj;
|
|
52
|
+
ScheduleBasedVerticalScalingPolicyDetails.policyType = "SCHEDULE_BASED_VERTICAL_SCALING_POLICY";
|
|
53
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
55
|
+
? obj
|
|
56
|
+
: model.AutoScalePolicyDetails.getDeserializedJsonObj(obj))), {
|
|
57
|
+
"scheduleDetails": obj.scheduleDetails
|
|
58
|
+
? obj.scheduleDetails.map(item => {
|
|
59
|
+
return model.VerticalScalingScheduleDetails.getDeserializedJsonObj(item);
|
|
60
|
+
})
|
|
61
|
+
: undefined
|
|
62
|
+
});
|
|
63
|
+
return jsonObj;
|
|
64
|
+
}
|
|
65
|
+
ScheduleBasedVerticalScalingPolicyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
66
|
+
})(ScheduleBasedVerticalScalingPolicyDetails = exports.ScheduleBasedVerticalScalingPolicyDetails || (exports.ScheduleBasedVerticalScalingPolicyDetails = {}));
|
|
67
|
+
//# sourceMappingURL=schedule-based-vertical-scaling-policy-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schedule-based-vertical-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/schedule-based-vertical-scaling-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,yCAAyC,CA4CzD;AA5CD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CACxB,GAA8C,EAC9C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACtC,GAAG,CAC0C,CAAC,GACjD;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,oDAAU,aAoBzB,CAAA;IACY,oDAAU,GAAG,wCAAwC,CAAC;IACnE,SAAgB,sBAAsB,CACpC,GAA8C,EAC9C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CAC0C,CAAC,GACjD;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,gEAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QA4CzD"}
|
|
@@ -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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
|
+
* The type of schedule.
|
|
16
|
+
**/
|
|
17
|
+
export declare enum ScheduleType {
|
|
18
|
+
DayBased = "DAY_BASED",
|
|
19
|
+
/**
|
|
20
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
21
|
+
* version of the SDK.
|
|
22
|
+
*/
|
|
23
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
24
|
+
}
|
|
25
|
+
export declare namespace ScheduleType {
|
|
26
|
+
function getJsonObj(obj: ScheduleType): ScheduleType;
|
|
27
|
+
function getDeserializedJsonObj(obj: ScheduleType): ScheduleType;
|
|
28
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, 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.ScheduleType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The type of schedule.
|
|
19
|
+
**/
|
|
20
|
+
var ScheduleType;
|
|
21
|
+
(function (ScheduleType) {
|
|
22
|
+
ScheduleType["DayBased"] = "DAY_BASED";
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
ScheduleType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(ScheduleType = exports.ScheduleType || (exports.ScheduleType = {}));
|
|
29
|
+
(function (ScheduleType) {
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
return obj;
|
|
32
|
+
}
|
|
33
|
+
ScheduleType.getJsonObj = getJsonObj;
|
|
34
|
+
function getDeserializedJsonObj(obj) {
|
|
35
|
+
return obj;
|
|
36
|
+
}
|
|
37
|
+
ScheduleType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(ScheduleType = exports.ScheduleType || (exports.ScheduleType = {}));
|
|
39
|
+
//# sourceMappingURL=schedule-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schedule-type.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/schedule-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,sCAAsB,CAAA;IAEtB;;;OAGG;IACH,8CAA8B,CAAA;AAChC,CAAC,EARW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAQvB;AAED,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAO5B"}
|
|
@@ -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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
|
+
* The shape configuration requested for the node.
|
|
16
|
+
*/
|
|
17
|
+
export interface ShapeConfigDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The total number of OCPUs available to the node. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
20
|
+
*/
|
|
21
|
+
"ocpus"?: number;
|
|
22
|
+
/**
|
|
23
|
+
* The total amount of memory available to the node, in gigabytes Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
24
|
+
*/
|
|
25
|
+
"memoryInGBs"?: number;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace ShapeConfigDetails {
|
|
28
|
+
function getJsonObj(obj: ShapeConfigDetails): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: ShapeConfigDetails): object;
|
|
30
|
+
}
|
|
@@ -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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, 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.ShapeConfigDetails = void 0;
|
|
17
|
+
var ShapeConfigDetails;
|
|
18
|
+
(function (ShapeConfigDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
ShapeConfigDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
ShapeConfigDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(ShapeConfigDetails = exports.ShapeConfigDetails || (exports.ShapeConfigDetails = {}));
|
|
30
|
+
//# sourceMappingURL=shape-config-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shape-config-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/shape-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
|
+
* Time of day and horizontal scaling configuration.
|
|
16
|
+
*/
|
|
17
|
+
export interface TimeAndHorizontalScalingConfig {
|
|
18
|
+
/**
|
|
19
|
+
* Day/time recurrence (specified following RFC 5545) at which to trigger autoscaling action. Currently only WEEKLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR and BYMINUTE fields. Other fields are not supported.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"timeRecurrence"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* This value is the desired number of nodes in the cluster. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
"targetNodeCount"?: number;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace TimeAndHorizontalScalingConfig {
|
|
29
|
+
function getJsonObj(obj: TimeAndHorizontalScalingConfig): object;
|
|
30
|
+
function getDeserializedJsonObj(obj: TimeAndHorizontalScalingConfig): 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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, 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.TimeAndHorizontalScalingConfig = void 0;
|
|
17
|
+
var TimeAndHorizontalScalingConfig;
|
|
18
|
+
(function (TimeAndHorizontalScalingConfig) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
TimeAndHorizontalScalingConfig.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
TimeAndHorizontalScalingConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(TimeAndHorizontalScalingConfig = exports.TimeAndHorizontalScalingConfig || (exports.TimeAndHorizontalScalingConfig = {}));
|
|
30
|
+
//# sourceMappingURL=time-and-horizontal-scaling-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"time-and-horizontal-scaling-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/time-and-horizontal-scaling-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAoBH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, 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
|
+
* Time of day and vertical scaling configuration.
|
|
16
|
+
*/
|
|
17
|
+
export interface TimeAndVerticalScalingConfig {
|
|
18
|
+
/**
|
|
19
|
+
* Day/time recurrence (specified following RFC 5545) at which to trigger autoscaling action. Currently only WEEKLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR and BYMINUTE fields. Other fields are not supported.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"timeRecurrence"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* For nodes with [fixed compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the desired shape of each node. This value is not used for nodes with flexible compute shapes.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"targetShape"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the desired OCPUs count on each node. This value is not used for nodes with fixed compute shapes.
|
|
30
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
31
|
+
*/
|
|
32
|
+
"targetOcpusPerNode"?: number;
|
|
33
|
+
/**
|
|
34
|
+
* For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the desired memory in GBs on each node. This value is not used for nodes with fixed compute shapes.
|
|
35
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
36
|
+
*/
|
|
37
|
+
"targetMemoryPerNode"?: number;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace TimeAndVerticalScalingConfig {
|
|
40
|
+
function getJsonObj(obj: TimeAndVerticalScalingConfig): object;
|
|
41
|
+
function getDeserializedJsonObj(obj: TimeAndVerticalScalingConfig): object;
|
|
42
|
+
}
|
|
@@ -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
|
+
* Contact: rahul.ra.arora@oracle.com
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2022, 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.TimeAndVerticalScalingConfig = void 0;
|
|
17
|
+
var TimeAndVerticalScalingConfig;
|
|
18
|
+
(function (TimeAndVerticalScalingConfig) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
TimeAndVerticalScalingConfig.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
TimeAndVerticalScalingConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(TimeAndVerticalScalingConfig = exports.TimeAndVerticalScalingConfig || (exports.TimeAndVerticalScalingConfig = {}));
|
|
30
|
+
//# sourceMappingURL=time-and-vertical-scaling-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"time-and-vertical-scaling-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/time-and-vertical-scaling-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+BH,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"}
|