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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Details of a metric based horizontal autoscaling policy.
|
|
17
|
+
* <p>
|
|
18
|
+
In a metric-based autoscaling policy, an autoscaling action is triggered when a performance metric exceeds a threshold.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface MetricBasedHorizontalScalingPolicyDetails extends model.AutoScalePolicyDetails {
|
|
22
|
+
"scaleOutConfig"?: model.MetricBasedHorizontalScaleOutConfig;
|
|
23
|
+
"scaleInConfig"?: model.MetricBasedHorizontalScaleInConfig;
|
|
24
|
+
"policyType": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace MetricBasedHorizontalScalingPolicyDetails {
|
|
27
|
+
function getJsonObj(obj: MetricBasedHorizontalScalingPolicyDetails, isParentJsonObj?: boolean): object;
|
|
28
|
+
const policyType = "METRIC_BASED_HORIZONTAL_SCALING_POLICY";
|
|
29
|
+
function getDeserializedJsonObj(obj: MetricBasedHorizontalScalingPolicyDetails, isParentJsonObj?: boolean): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.MetricBasedHorizontalScalingPolicyDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MetricBasedHorizontalScalingPolicyDetails;
|
|
38
|
+
(function (MetricBasedHorizontalScalingPolicyDetails) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.AutoScalePolicyDetails.getJsonObj(obj))), {
|
|
43
|
+
"scaleOutConfig": obj.scaleOutConfig
|
|
44
|
+
? model.MetricBasedHorizontalScaleOutConfig.getJsonObj(obj.scaleOutConfig)
|
|
45
|
+
: undefined,
|
|
46
|
+
"scaleInConfig": obj.scaleInConfig
|
|
47
|
+
? model.MetricBasedHorizontalScaleInConfig.getJsonObj(obj.scaleInConfig)
|
|
48
|
+
: undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
MetricBasedHorizontalScalingPolicyDetails.getJsonObj = getJsonObj;
|
|
53
|
+
MetricBasedHorizontalScalingPolicyDetails.policyType = "METRIC_BASED_HORIZONTAL_SCALING_POLICY";
|
|
54
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
56
|
+
? obj
|
|
57
|
+
: model.AutoScalePolicyDetails.getDeserializedJsonObj(obj))), {
|
|
58
|
+
"scaleOutConfig": obj.scaleOutConfig
|
|
59
|
+
? model.MetricBasedHorizontalScaleOutConfig.getDeserializedJsonObj(obj.scaleOutConfig)
|
|
60
|
+
: undefined,
|
|
61
|
+
"scaleInConfig": obj.scaleInConfig
|
|
62
|
+
? model.MetricBasedHorizontalScaleInConfig.getDeserializedJsonObj(obj.scaleInConfig)
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
MetricBasedHorizontalScalingPolicyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(MetricBasedHorizontalScalingPolicyDetails = exports.MetricBasedHorizontalScalingPolicyDetails || (exports.MetricBasedHorizontalScalingPolicyDetails = {}));
|
|
69
|
+
//# sourceMappingURL=metric-based-horizontal-scaling-policy-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metric-based-horizontal-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/metric-based-horizontal-scaling-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,yCAAyC,CA8CzD;AA9CD,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,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC1E,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,oDAAU,aAqBzB,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,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACtF,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACpF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,gEAAsB,yBAqBrC,CAAA;AACH,CAAC,EA9CgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QA8CzD"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
* Configration for a metric based vertical scale-down policy.
|
|
17
|
+
*/
|
|
18
|
+
export interface MetricBasedVerticalScaleDownConfig {
|
|
19
|
+
"metric"?: model.AutoScalePolicyMetricRule;
|
|
20
|
+
/**
|
|
21
|
+
* For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the minimum number of OCPUs each node can be scaled-down to. This value is not used for nodes with fixed compute shapes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
22
|
+
*/
|
|
23
|
+
"minOcpusPerNode"?: number;
|
|
24
|
+
/**
|
|
25
|
+
* For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the minimum memory in GBs each node can be scaled-down to. This value is not used for nodes with fixed compute shapes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
26
|
+
*/
|
|
27
|
+
"minMemoryPerNode"?: number;
|
|
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 number of OCPUs to remove from each node during a scale-down event. This value is not used for nodes with fixed compute shapes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
30
|
+
*/
|
|
31
|
+
"ocpuStepSize"?: number;
|
|
32
|
+
/**
|
|
33
|
+
* For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the size of memory in GBs to remove from each node during a scale-down event. This value is not used for nodes with fixed compute shapes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
34
|
+
*/
|
|
35
|
+
"memoryStepSize"?: number;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace MetricBasedVerticalScaleDownConfig {
|
|
38
|
+
function getJsonObj(obj: MetricBasedVerticalScaleDownConfig): object;
|
|
39
|
+
function getDeserializedJsonObj(obj: MetricBasedVerticalScaleDownConfig): object;
|
|
40
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.MetricBasedVerticalScaleDownConfig = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MetricBasedVerticalScaleDownConfig;
|
|
38
|
+
(function (MetricBasedVerticalScaleDownConfig) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"metric": obj.metric ? model.AutoScalePolicyMetricRule.getJsonObj(obj.metric) : undefined
|
|
42
|
+
});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
MetricBasedVerticalScaleDownConfig.getJsonObj = getJsonObj;
|
|
46
|
+
function getDeserializedJsonObj(obj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
48
|
+
"metric": obj.metric
|
|
49
|
+
? model.AutoScalePolicyMetricRule.getDeserializedJsonObj(obj.metric)
|
|
50
|
+
: undefined
|
|
51
|
+
});
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
MetricBasedVerticalScaleDownConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
55
|
+
})(MetricBasedVerticalScaleDownConfig = exports.MetricBasedVerticalScaleDownConfig || (exports.MetricBasedVerticalScaleDownConfig = {}));
|
|
56
|
+
//# sourceMappingURL=metric-based-vertical-scale-down-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metric-based-vertical-scale-down-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/metric-based-vertical-scale-down-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,kCAAkC,CAuBlD;AAvBD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC1F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,6CAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBACpE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yDAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAuBlD"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
* Configration for a metric based vertical scale-up policy.
|
|
17
|
+
*/
|
|
18
|
+
export interface MetricBasedVerticalScaleUpConfig {
|
|
19
|
+
"metric"?: model.AutoScalePolicyMetricRule;
|
|
20
|
+
/**
|
|
21
|
+
* For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the maximum number of OCPUs each node can be scaled-up to. This value is not used for nodes with fixed compute shapes.
|
|
22
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"maxOcpusPerNode"?: number;
|
|
25
|
+
/**
|
|
26
|
+
* For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the maximum memory in GBs each node can be scaled-up to. This value is not used for nodes with fixed compute shapes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
27
|
+
*/
|
|
28
|
+
"maxMemoryPerNode"?: number;
|
|
29
|
+
/**
|
|
30
|
+
* For nodes with [flexible compute shapes](https://docs.cloud.oracle.com/iaas/Content/bigdata/create-cluster.htm#cluster-plan-shape), this value is the number of OCPUs to add to each node during a scale-up event. This value is not used for nodes with fixed compute shapes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
31
|
+
*/
|
|
32
|
+
"ocpuStepSize"?: 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 size of memory in GBs to add to each node during a scale-up event. This value is not used for nodes with fixed compute shapes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
35
|
+
*/
|
|
36
|
+
"memoryStepSize"?: number;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace MetricBasedVerticalScaleUpConfig {
|
|
39
|
+
function getJsonObj(obj: MetricBasedVerticalScaleUpConfig): object;
|
|
40
|
+
function getDeserializedJsonObj(obj: MetricBasedVerticalScaleUpConfig): object;
|
|
41
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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.MetricBasedVerticalScaleUpConfig = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MetricBasedVerticalScaleUpConfig;
|
|
38
|
+
(function (MetricBasedVerticalScaleUpConfig) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"metric": obj.metric ? model.AutoScalePolicyMetricRule.getJsonObj(obj.metric) : undefined
|
|
42
|
+
});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
MetricBasedVerticalScaleUpConfig.getJsonObj = getJsonObj;
|
|
46
|
+
function getDeserializedJsonObj(obj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
48
|
+
"metric": obj.metric
|
|
49
|
+
? model.AutoScalePolicyMetricRule.getDeserializedJsonObj(obj.metric)
|
|
50
|
+
: undefined
|
|
51
|
+
});
|
|
52
|
+
return jsonObj;
|
|
53
|
+
}
|
|
54
|
+
MetricBasedVerticalScaleUpConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
55
|
+
})(MetricBasedVerticalScaleUpConfig = exports.MetricBasedVerticalScaleUpConfig || (exports.MetricBasedVerticalScaleUpConfig = {}));
|
|
56
|
+
//# sourceMappingURL=metric-based-vertical-scale-up-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metric-based-vertical-scale-up-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/metric-based-vertical-scale-up-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,gCAAgC,CAuBhD;AAvBD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC1F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,2CAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBACpE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uDAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAuBhD"}
|
|
@@ -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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Details of a metric based vertical autoscaling policy.
|
|
17
|
+
* <p>
|
|
18
|
+
In a metric-based autoscaling policy, an autoscaling action is triggered when a performance metric exceeds a threshold.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface MetricBasedVerticalScalingPolicyDetails extends model.AutoScalePolicyDetails {
|
|
22
|
+
"scaleUpConfig"?: model.MetricBasedVerticalScaleUpConfig;
|
|
23
|
+
"scaleDownConfig"?: model.MetricBasedVerticalScaleDownConfig;
|
|
24
|
+
"policyType": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace MetricBasedVerticalScalingPolicyDetails {
|
|
27
|
+
function getJsonObj(obj: MetricBasedVerticalScalingPolicyDetails, isParentJsonObj?: boolean): object;
|
|
28
|
+
const policyType = "METRIC_BASED_VERTICAL_SCALING_POLICY";
|
|
29
|
+
function getDeserializedJsonObj(obj: MetricBasedVerticalScalingPolicyDetails, isParentJsonObj?: boolean): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.MetricBasedVerticalScalingPolicyDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var MetricBasedVerticalScalingPolicyDetails;
|
|
38
|
+
(function (MetricBasedVerticalScalingPolicyDetails) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.AutoScalePolicyDetails.getJsonObj(obj))), {
|
|
43
|
+
"scaleUpConfig": obj.scaleUpConfig
|
|
44
|
+
? model.MetricBasedVerticalScaleUpConfig.getJsonObj(obj.scaleUpConfig)
|
|
45
|
+
: undefined,
|
|
46
|
+
"scaleDownConfig": obj.scaleDownConfig
|
|
47
|
+
? model.MetricBasedVerticalScaleDownConfig.getJsonObj(obj.scaleDownConfig)
|
|
48
|
+
: undefined
|
|
49
|
+
});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
MetricBasedVerticalScalingPolicyDetails.getJsonObj = getJsonObj;
|
|
53
|
+
MetricBasedVerticalScalingPolicyDetails.policyType = "METRIC_BASED_VERTICAL_SCALING_POLICY";
|
|
54
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
56
|
+
? obj
|
|
57
|
+
: model.AutoScalePolicyDetails.getDeserializedJsonObj(obj))), {
|
|
58
|
+
"scaleUpConfig": obj.scaleUpConfig
|
|
59
|
+
? model.MetricBasedVerticalScaleUpConfig.getDeserializedJsonObj(obj.scaleUpConfig)
|
|
60
|
+
: undefined,
|
|
61
|
+
"scaleDownConfig": obj.scaleDownConfig
|
|
62
|
+
? model.MetricBasedVerticalScaleDownConfig.getDeserializedJsonObj(obj.scaleDownConfig)
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
MetricBasedVerticalScalingPolicyDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(MetricBasedVerticalScalingPolicyDetails = exports.MetricBasedVerticalScalingPolicyDetails || (exports.MetricBasedVerticalScalingPolicyDetails = {}));
|
|
69
|
+
//# sourceMappingURL=metric-based-vertical-scaling-policy-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metric-based-vertical-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/metric-based-vertical-scaling-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,uCAAuC,CA8CvD;AA9CD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CACxB,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACtC,GAAG,CACwC,CAAC,GAC/C;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACtE,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC1E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,kDAAU,aAqBzB,CAAA;IACY,kDAAU,GAAG,sCAAsC,CAAC;IACjE,SAAgB,sBAAsB,CACpC,GAA4C,EAC5C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CACwC,CAAC,GAC/C;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAClF,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACtF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,8DAAsB,yBAqBrC,CAAA;AACH,CAAC,EA9CgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QA8CvD"}
|
|
@@ -12,11 +12,11 @@
|
|
|
12
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
13
|
*/
|
|
14
14
|
/**
|
|
15
|
-
* An autoscale action is triggered when a performance metric
|
|
15
|
+
* An autoscale action is triggered when a performance metric exceeds a threshold.
|
|
16
16
|
*/
|
|
17
17
|
export interface MetricThresholdRule {
|
|
18
18
|
/**
|
|
19
|
-
* This value is the minimum period of time the metric value
|
|
19
|
+
* This value is the minimum period of time the metric value exceeds the threshold value before the action is triggered. The value is in minutes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
20
20
|
*/
|
|
21
21
|
"durationInMinutes": number;
|
|
22
22
|
/**
|
package/lib/model/node.d.ts
CHANGED
|
@@ -76,6 +76,14 @@ export interface Node {
|
|
|
76
76
|
* The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
|
|
77
77
|
*/
|
|
78
78
|
"timeUpdated"?: Date;
|
|
79
|
+
/**
|
|
80
|
+
* The total number of OCPUs available to the node. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
81
|
+
*/
|
|
82
|
+
"ocpus"?: number;
|
|
83
|
+
/**
|
|
84
|
+
* The total amount of memory available to the node, in gigabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
85
|
+
*/
|
|
86
|
+
"memoryInGBs"?: number;
|
|
79
87
|
}
|
|
80
88
|
export declare namespace Node {
|
|
81
89
|
enum LifecycleState {
|
|
@@ -97,6 +105,7 @@ export declare namespace Node {
|
|
|
97
105
|
Edge = "EDGE",
|
|
98
106
|
Utility = "UTILITY",
|
|
99
107
|
Worker = "WORKER",
|
|
108
|
+
ComputeOnlyWorker = "COMPUTE_ONLY_WORKER",
|
|
100
109
|
Bursting = "BURSTING",
|
|
101
110
|
CloudSql = "CLOUD_SQL",
|
|
102
111
|
/**
|
package/lib/model/node.js
CHANGED
package/lib/model/node.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"node.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ElC,IAAiB,IAAI,CA2DpB;AA3DD,WAAiB,IAAI;IACnB,IAAY,cAaX;IAbD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAbW,cAAc,GAAd,mBAAc,KAAd,mBAAc,QAazB;IAED,IAAY,QAaX;IAbD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,yBAAa,CAAA;QACb,+BAAmB,CAAA;QACnB,6BAAiB,CAAA;QACjB,qDAAyC,CAAA;QACzC,iCAAqB,CAAA;QACrB,kCAAsB,CAAA;QACtB;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAbW,QAAQ,GAAR,aAAQ,KAAR,aAAQ,QAanB;IAED,SAAgB,UAAU,CAAC,GAAS;QAClC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,eAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAS;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2BAAsB,yBAarC,CAAA;AACH,CAAC,EA3DgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QA2DpB"}
|
|
@@ -26,6 +26,10 @@ export declare enum OperationTypes {
|
|
|
26
26
|
ChangeShape = "CHANGE_SHAPE",
|
|
27
27
|
UpdateInfra = "UPDATE_INFRA",
|
|
28
28
|
RestartNode = "RESTART_NODE",
|
|
29
|
+
RemoveNode = "REMOVE_NODE",
|
|
30
|
+
CreateAutoscaleConfig = "CREATE_AUTOSCALE_CONFIG",
|
|
31
|
+
UpdateAutoscaleConfig = "UPDATE_AUTOSCALE_CONFIG",
|
|
32
|
+
DeleteAutoscaleConfig = "DELETE_AUTOSCALE_CONFIG",
|
|
29
33
|
AutoscaleConfig = "AUTOSCALE_CONFIG",
|
|
30
34
|
AutoscaleRun = "AUTOSCALE_RUN",
|
|
31
35
|
CreateApiKey = "CREATE_API_KEY",
|
|
@@ -36,6 +40,8 @@ export declare enum OperationTypes {
|
|
|
36
40
|
UpdateMetastoreConfig = "UPDATE_METASTORE_CONFIG",
|
|
37
41
|
ActivateMetastoreConfig = "ACTIVATE_METASTORE_CONFIG",
|
|
38
42
|
TestMetastoreConfig = "TEST_METASTORE_CONFIG",
|
|
43
|
+
PatchBds = "PATCH_BDS",
|
|
44
|
+
PatchOdh = "PATCH_ODH",
|
|
39
45
|
/**
|
|
40
46
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
41
47
|
* version of the SDK.
|
|
@@ -30,6 +30,10 @@ var OperationTypes;
|
|
|
30
30
|
OperationTypes["ChangeShape"] = "CHANGE_SHAPE";
|
|
31
31
|
OperationTypes["UpdateInfra"] = "UPDATE_INFRA";
|
|
32
32
|
OperationTypes["RestartNode"] = "RESTART_NODE";
|
|
33
|
+
OperationTypes["RemoveNode"] = "REMOVE_NODE";
|
|
34
|
+
OperationTypes["CreateAutoscaleConfig"] = "CREATE_AUTOSCALE_CONFIG";
|
|
35
|
+
OperationTypes["UpdateAutoscaleConfig"] = "UPDATE_AUTOSCALE_CONFIG";
|
|
36
|
+
OperationTypes["DeleteAutoscaleConfig"] = "DELETE_AUTOSCALE_CONFIG";
|
|
33
37
|
OperationTypes["AutoscaleConfig"] = "AUTOSCALE_CONFIG";
|
|
34
38
|
OperationTypes["AutoscaleRun"] = "AUTOSCALE_RUN";
|
|
35
39
|
OperationTypes["CreateApiKey"] = "CREATE_API_KEY";
|
|
@@ -40,6 +44,8 @@ var OperationTypes;
|
|
|
40
44
|
OperationTypes["UpdateMetastoreConfig"] = "UPDATE_METASTORE_CONFIG";
|
|
41
45
|
OperationTypes["ActivateMetastoreConfig"] = "ACTIVATE_METASTORE_CONFIG";
|
|
42
46
|
OperationTypes["TestMetastoreConfig"] = "TEST_METASTORE_CONFIG";
|
|
47
|
+
OperationTypes["PatchBds"] = "PATCH_BDS";
|
|
48
|
+
OperationTypes["PatchOdh"] = "PATCH_ODH";
|
|
43
49
|
/**
|
|
44
50
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
45
51
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,cAkCX;AAlCD,WAAY,cAAc;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,+CAA6B,CAAA;IAC7B,qDAAmC,CAAA;IACnC,wEAAsD,CAAA;IACtD,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,4CAA0B,CAAA;IAC1B,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,sDAAoC,CAAA;IACpC,gDAA8B,CAAA;IAC9B,iDAA+B,CAAA;IAC/B,iDAA+B,CAAA;IAC/B,4EAA0D,CAAA;IAC1D,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,uEAAqD,CAAA;IACrD,+DAA6C,CAAA;IAC7C,wCAAsB,CAAA;IACtB,wCAAsB,CAAA;IAEtB;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAlCW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAkCzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
* Patch history of this cluster.
|
|
16
|
+
*/
|
|
17
|
+
export interface PatchHistorySummary {
|
|
18
|
+
/**
|
|
19
|
+
* The version of the patch.
|
|
20
|
+
*/
|
|
21
|
+
"version": string;
|
|
22
|
+
/**
|
|
23
|
+
* The status of this patch.
|
|
24
|
+
*/
|
|
25
|
+
"lifecycleState": PatchHistorySummary.LifecycleState;
|
|
26
|
+
/**
|
|
27
|
+
* The time when the patch history was last updated.
|
|
28
|
+
*/
|
|
29
|
+
"timeUpdated": Date;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace PatchHistorySummary {
|
|
32
|
+
enum LifecycleState {
|
|
33
|
+
Installing = "INSTALLING",
|
|
34
|
+
Installed = "INSTALLED",
|
|
35
|
+
Failed = "FAILED",
|
|
36
|
+
/**
|
|
37
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
38
|
+
* version of the SDK.
|
|
39
|
+
*/
|
|
40
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
41
|
+
}
|
|
42
|
+
function getJsonObj(obj: PatchHistorySummary): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: PatchHistorySummary): object;
|
|
44
|
+
}
|
|
@@ -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
|
+
* 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.PatchHistorySummary = void 0;
|
|
17
|
+
var PatchHistorySummary;
|
|
18
|
+
(function (PatchHistorySummary) {
|
|
19
|
+
let LifecycleState;
|
|
20
|
+
(function (LifecycleState) {
|
|
21
|
+
LifecycleState["Installing"] = "INSTALLING";
|
|
22
|
+
LifecycleState["Installed"] = "INSTALLED";
|
|
23
|
+
LifecycleState["Failed"] = "FAILED";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(LifecycleState = PatchHistorySummary.LifecycleState || (PatchHistorySummary.LifecycleState = {}));
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
PatchHistorySummary.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
37
|
+
return jsonObj;
|
|
38
|
+
}
|
|
39
|
+
PatchHistorySummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(PatchHistorySummary = exports.PatchHistorySummary || (exports.PatchHistorySummary = {}));
|
|
41
|
+
//# sourceMappingURL=patch-history-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-history-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/patch-history-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,mBAAmB,CAsBnC;AAtBD,WAAiB,mBAAmB;IAClC,IAAY,cASX;IATD,WAAY,cAAc;QACxB,2CAAyB,CAAA;QACzB,yCAAuB,CAAA;QACvB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,kCAAc,KAAd,kCAAc,QASzB;IAED,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAsBnC"}
|