oci-bds 2.99.0 → 2.100.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bds-waiter.d.ts +8 -0
- package/lib/bds-waiter.js +12 -0
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +179 -0
- package/lib/client.js +901 -39
- package/lib/client.js.map +1 -1
- package/lib/model/activate-iam-user-sync-configuration-details.d.ts +30 -0
- package/lib/model/activate-iam-user-sync-configuration-details.js +30 -0
- package/lib/model/activate-iam-user-sync-configuration-details.js.map +1 -0
- package/lib/model/activate-upst-configuration-details.d.ts +34 -0
- package/lib/model/activate-upst-configuration-details.js +30 -0
- package/lib/model/activate-upst-configuration-details.js.map +1 -0
- package/lib/model/batching-based-odh-patching-config.d.ts +4 -0
- package/lib/model/batching-based-odh-patching-config.js.map +1 -1
- package/lib/model/bds-api-key.d.ts +4 -0
- package/lib/model/bds-api-key.js.map +1 -1
- package/lib/model/bds-cluster-version-summary.d.ts +30 -0
- package/lib/model/bds-cluster-version-summary.js +30 -0
- package/lib/model/bds-cluster-version-summary.js.map +1 -0
- package/lib/model/bds-instance.d.ts +1 -0
- package/lib/model/bds-instance.js +6 -0
- package/lib/model/bds-instance.js.map +1 -1
- package/lib/model/create-bds-api-key-details.d.ts +4 -0
- package/lib/model/create-bds-api-key-details.js.map +1 -1
- package/lib/model/create-bds-instance-details.d.ts +1 -0
- package/lib/model/create-bds-instance-details.js +6 -0
- package/lib/model/create-bds-instance-details.js.map +1 -1
- package/lib/model/create-identity-configuration-details.d.ts +41 -0
- package/lib/model/create-identity-configuration-details.js +64 -0
- package/lib/model/create-identity-configuration-details.js.map +1 -0
- package/lib/model/deactivate-iam-user-sync-configuration-details.d.ts +26 -0
- package/lib/model/deactivate-iam-user-sync-configuration-details.js +30 -0
- package/lib/model/deactivate-iam-user-sync-configuration-details.js.map +1 -0
- package/lib/model/deactivate-upst-configuration-details.d.ts +26 -0
- package/lib/model/deactivate-upst-configuration-details.js +30 -0
- package/lib/model/deactivate-upst-configuration-details.js.map +1 -0
- package/lib/model/domain-based-odh-patching-config.d.ts +4 -0
- package/lib/model/domain-based-odh-patching-config.js.map +1 -1
- package/lib/model/iam-user-sync-configuration-details.d.ts +26 -0
- package/lib/model/iam-user-sync-configuration-details.js +30 -0
- package/lib/model/iam-user-sync-configuration-details.js.map +1 -0
- package/lib/model/iam-user-sync-configuration.d.ts +51 -0
- package/lib/model/iam-user-sync-configuration.js +44 -0
- package/lib/model/iam-user-sync-configuration.js.map +1 -0
- package/lib/model/identity-configuration-summary.d.ts +34 -0
- package/lib/model/identity-configuration-summary.js +30 -0
- package/lib/model/identity-configuration-summary.js.map +1 -0
- package/lib/model/identity-configuration.d.ts +62 -0
- package/lib/model/identity-configuration.js +74 -0
- package/lib/model/identity-configuration.js.map +1 -0
- package/lib/model/index.d.ts +34 -0
- package/lib/model/index.js +37 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/node-type-shape-config.d.ts +32 -0
- package/lib/model/node-type-shape-config.js +30 -0
- package/lib/model/node-type-shape-config.js.map +1 -0
- package/lib/model/operation-types.d.ts +9 -0
- package/lib/model/operation-types.js +9 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/refresh-confidential-application-details.d.ts +26 -0
- package/lib/model/refresh-confidential-application-details.js +30 -0
- package/lib/model/refresh-confidential-application-details.js.map +1 -0
- package/lib/model/refresh-upst-token-exchange-keytab-details.d.ts +26 -0
- package/lib/model/refresh-upst-token-exchange-keytab-details.js +30 -0
- package/lib/model/refresh-upst-token-exchange-keytab-details.js.map +1 -0
- package/lib/model/start-bds-instance-details.d.ts +2 -0
- package/lib/model/start-bds-instance-details.js +30 -2
- package/lib/model/start-bds-instance-details.js.map +1 -1
- package/lib/model/start-cluster-shape-configs.d.ts +27 -0
- package/lib/model/start-cluster-shape-configs.js +62 -0
- package/lib/model/start-cluster-shape-configs.js.map +1 -0
- package/lib/model/update-bds-instance-details.d.ts +2 -0
- package/lib/model/update-bds-instance-details.js +30 -2
- package/lib/model/update-bds-instance-details.js.map +1 -1
- package/lib/model/update-identity-configuration-details.d.ts +29 -0
- package/lib/model/update-identity-configuration-details.js +64 -0
- package/lib/model/update-identity-configuration-details.js.map +1 -0
- package/lib/model/upst-configuration-details.d.ts +30 -0
- package/lib/model/upst-configuration-details.js +30 -0
- package/lib/model/upst-configuration-details.js.map +1 -0
- package/lib/model/upst-configuration.d.ts +71 -0
- package/lib/model/upst-configuration.js +44 -0
- package/lib/model/upst-configuration.js.map +1 -0
- package/lib/request/activate-iam-user-sync-configuration-request.d.ts +53 -0
- package/lib/request/activate-iam-user-sync-configuration-request.js +15 -0
- package/lib/request/activate-iam-user-sync-configuration-request.js.map +1 -0
- package/lib/request/activate-upst-configuration-request.d.ts +53 -0
- package/lib/request/activate-upst-configuration-request.js +15 -0
- package/lib/request/activate-upst-configuration-request.js.map +1 -0
- package/lib/request/create-identity-configuration-request.d.ts +40 -0
- package/lib/request/create-identity-configuration-request.js +15 -0
- package/lib/request/create-identity-configuration-request.js.map +1 -0
- package/lib/request/deactivate-iam-user-sync-configuration-request.d.ts +53 -0
- package/lib/request/deactivate-iam-user-sync-configuration-request.js +15 -0
- package/lib/request/deactivate-iam-user-sync-configuration-request.js.map +1 -0
- package/lib/request/deactivate-upst-configuration-request.d.ts +53 -0
- package/lib/request/deactivate-upst-configuration-request.js +15 -0
- package/lib/request/deactivate-upst-configuration-request.js.map +1 -0
- package/lib/request/delete-identity-configuration-request.d.ts +39 -0
- package/lib/request/delete-identity-configuration-request.js +15 -0
- package/lib/request/delete-identity-configuration-request.js.map +1 -0
- package/lib/request/get-identity-configuration-request.d.ts +54 -0
- package/lib/request/get-identity-configuration-request.js +24 -0
- package/lib/request/get-identity-configuration-request.js.map +1 -0
- package/lib/request/index.d.ts +24 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-bds-cluster-versions-request.d.ts +45 -0
- package/lib/request/list-bds-cluster-versions-request.js +23 -0
- package/lib/request/list-bds-cluster-versions-request.js.map +1 -0
- package/lib/request/list-identity-configurations-request.d.ts +62 -0
- package/lib/request/list-identity-configurations-request.js +24 -0
- package/lib/request/list-identity-configurations-request.js.map +1 -0
- package/lib/request/refresh-confidential-application-request.d.ts +53 -0
- package/lib/request/refresh-confidential-application-request.js +15 -0
- package/lib/request/refresh-confidential-application-request.js.map +1 -0
- package/lib/request/refresh-upst-token-exchange-keytab-request.d.ts +53 -0
- package/lib/request/refresh-upst-token-exchange-keytab-request.js +15 -0
- package/lib/request/refresh-upst-token-exchange-keytab-request.js.map +1 -0
- package/lib/request/update-identity-configuration-request.d.ts +53 -0
- package/lib/request/update-identity-configuration-request.js +15 -0
- package/lib/request/update-identity-configuration-request.js.map +1 -0
- package/lib/response/activate-iam-user-sync-configuration-response.d.ts +25 -0
- package/lib/response/activate-iam-user-sync-configuration-response.js +15 -0
- package/lib/response/activate-iam-user-sync-configuration-response.js.map +1 -0
- package/lib/response/activate-upst-configuration-response.d.ts +25 -0
- package/lib/response/activate-upst-configuration-response.js +15 -0
- package/lib/response/activate-upst-configuration-response.js.map +1 -0
- package/lib/response/create-identity-configuration-response.d.ts +25 -0
- package/lib/response/create-identity-configuration-response.js +15 -0
- package/lib/response/create-identity-configuration-response.js.map +1 -0
- package/lib/response/deactivate-iam-user-sync-configuration-response.d.ts +25 -0
- package/lib/response/deactivate-iam-user-sync-configuration-response.js +15 -0
- package/lib/response/deactivate-iam-user-sync-configuration-response.js.map +1 -0
- package/lib/response/deactivate-upst-configuration-response.d.ts +25 -0
- package/lib/response/deactivate-upst-configuration-response.js +15 -0
- package/lib/response/deactivate-upst-configuration-response.js.map +1 -0
- package/lib/response/delete-identity-configuration-response.d.ts +25 -0
- package/lib/response/delete-identity-configuration-response.js +15 -0
- package/lib/response/delete-identity-configuration-response.js.map +1 -0
- package/lib/response/get-identity-configuration-response.d.ts +30 -0
- package/lib/response/get-identity-configuration-response.js +15 -0
- package/lib/response/get-identity-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-bds-cluster-versions-response.d.ts +32 -0
- package/lib/response/list-bds-cluster-versions-response.js +15 -0
- package/lib/response/list-bds-cluster-versions-response.js.map +1 -0
- package/lib/response/list-identity-configurations-response.d.ts +32 -0
- package/lib/response/list-identity-configurations-response.js +15 -0
- package/lib/response/list-identity-configurations-response.js.map +1 -0
- package/lib/response/refresh-confidential-application-response.d.ts +25 -0
- package/lib/response/refresh-confidential-application-response.js +15 -0
- package/lib/response/refresh-confidential-application-response.js.map +1 -0
- package/lib/response/refresh-upst-token-exchange-keytab-response.d.ts +25 -0
- package/lib/response/refresh-upst-token-exchange-keytab-response.js +15 -0
- package/lib/response/refresh-upst-token-exchange-keytab-response.js.map +1 -0
- package/lib/response/update-identity-configuration-response.d.ts +25 -0
- package/lib/response/update-identity-configuration-response.js +15 -0
- package/lib/response/update-identity-configuration-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
* Details for activating IAM user sync configuration
|
|
16
|
+
*/
|
|
17
|
+
export interface ActivateIamUserSyncConfigurationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Base-64 encoded password for the cluster admin user.
|
|
20
|
+
*/
|
|
21
|
+
"clusterAdminPassword": string;
|
|
22
|
+
/**
|
|
23
|
+
* whether posix attribute needs to be appended to users
|
|
24
|
+
*/
|
|
25
|
+
"isPosixAttributesAdditionRequired"?: boolean;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace ActivateIamUserSyncConfigurationDetails {
|
|
28
|
+
function getJsonObj(obj: ActivateIamUserSyncConfigurationDetails): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: ActivateIamUserSyncConfigurationDetails): 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
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, 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.ActivateIamUserSyncConfigurationDetails = void 0;
|
|
17
|
+
var ActivateIamUserSyncConfigurationDetails;
|
|
18
|
+
(function (ActivateIamUserSyncConfigurationDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
ActivateIamUserSyncConfigurationDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
ActivateIamUserSyncConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(ActivateIamUserSyncConfigurationDetails = exports.ActivateIamUserSyncConfigurationDetails || (exports.ActivateIamUserSyncConfigurationDetails = {}));
|
|
30
|
+
//# sourceMappingURL=activate-iam-user-sync-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activate-iam-user-sync-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/activate-iam-user-sync-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,uCAAuC,CAWvD;AAXD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAWvD"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
* Details for activating UPST config on the cluster
|
|
16
|
+
*/
|
|
17
|
+
export interface ActivateUpstConfigurationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Base-64 encoded password for the cluster admin user.
|
|
20
|
+
*/
|
|
21
|
+
"clusterAdminPassword": string;
|
|
22
|
+
/**
|
|
23
|
+
* OCID of the vault to store token exchange service principal keyta, required for creating UPST configb
|
|
24
|
+
*/
|
|
25
|
+
"vaultId": string;
|
|
26
|
+
/**
|
|
27
|
+
* OCID of the master encryption key in vault for encrypting token exchange service principal keytab, required for creating UPST config
|
|
28
|
+
*/
|
|
29
|
+
"masterEncryptionKeyId": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace ActivateUpstConfigurationDetails {
|
|
32
|
+
function getJsonObj(obj: ActivateUpstConfigurationDetails): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: ActivateUpstConfigurationDetails): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, 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.ActivateUpstConfigurationDetails = void 0;
|
|
17
|
+
var ActivateUpstConfigurationDetails;
|
|
18
|
+
(function (ActivateUpstConfigurationDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
ActivateUpstConfigurationDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
ActivateUpstConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(ActivateUpstConfigurationDetails = exports.ActivateUpstConfigurationDetails || (exports.ActivateUpstConfigurationDetails = {}));
|
|
30
|
+
//# sourceMappingURL=activate-upst-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activate-upst-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/activate-upst-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
|
|
@@ -24,6 +24,10 @@ export interface BatchingBasedOdhPatchingConfig extends model.OdhPatchingConfig
|
|
|
24
24
|
* The wait time between batches in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
25
|
*/
|
|
26
26
|
"waitTimeBetweenBatchInSeconds": number;
|
|
27
|
+
/**
|
|
28
|
+
* Acceptable number of failed-to-be-patched nodes in each batch. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of non-utility and non-master nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
29
|
+
*/
|
|
30
|
+
"toleranceThresholdPerBatch"?: number;
|
|
27
31
|
"patchingConfigStrategy": string;
|
|
28
32
|
}
|
|
29
33
|
export declare namespace BatchingBasedOdhPatchingConfig {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"batching-based-odh-patching-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/batching-based-odh-patching-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"batching-based-odh-patching-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/batching-based-odh-patching-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,8BAA8B,CA4B9C;AA5BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACY,qDAAsB,GAAG,gBAAgB,CAAC;IACvD,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAoC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,qDAAsB,yBAYrC,CAAA;AACH,CAAC,EA5BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA4B9C"}
|
|
@@ -55,6 +55,10 @@ export interface BdsApiKey {
|
|
|
55
55
|
* The state of the key.
|
|
56
56
|
*/
|
|
57
57
|
"lifecycleState": BdsApiKey.LifecycleState;
|
|
58
|
+
/**
|
|
59
|
+
* Identity domain OCID ,where user is present. For default domain ,this field will be optional.
|
|
60
|
+
*/
|
|
61
|
+
"domainOcid"?: string;
|
|
58
62
|
}
|
|
59
63
|
export declare namespace BdsApiKey {
|
|
60
64
|
enum LifecycleState {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bds-api-key.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-api-key.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"bds-api-key.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-api-key.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuDH,IAAiB,SAAS,CAwBzB;AAxBD,WAAiB,SAAS;IACxB,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,wBAAc,KAAd,wBAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAxBgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAwBzB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
* Cluster version details including bds and odh version information.
|
|
16
|
+
*/
|
|
17
|
+
export interface BdsClusterVersionSummary {
|
|
18
|
+
/**
|
|
19
|
+
* BDS version to be used for cluster creation
|
|
20
|
+
*/
|
|
21
|
+
"bdsVersion": string;
|
|
22
|
+
/**
|
|
23
|
+
* ODH version to be used for cluster creation
|
|
24
|
+
*/
|
|
25
|
+
"odhVersion"?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace BdsClusterVersionSummary {
|
|
28
|
+
function getJsonObj(obj: BdsClusterVersionSummary): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: BdsClusterVersionSummary): 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
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, 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.BdsClusterVersionSummary = void 0;
|
|
17
|
+
var BdsClusterVersionSummary;
|
|
18
|
+
(function (BdsClusterVersionSummary) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
BdsClusterVersionSummary.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
BdsClusterVersionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(BdsClusterVersionSummary = exports.BdsClusterVersionSummary || (exports.BdsClusterVersionSummary = {}));
|
|
30
|
+
//# sourceMappingURL=bds-cluster-version-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bds-cluster-version-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-cluster-version-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
|
|
@@ -109,6 +109,7 @@ export interface BdsInstance {
|
|
|
109
109
|
* Profile of the Big Data Service cluster.
|
|
110
110
|
*/
|
|
111
111
|
"clusterProfile"?: BdsInstance.ClusterProfile;
|
|
112
|
+
"bdsClusterVersionSummary"?: model.BdsClusterVersionSummary;
|
|
112
113
|
}
|
|
113
114
|
export declare namespace BdsInstance {
|
|
114
115
|
enum LifecycleState {
|
|
@@ -97,6 +97,9 @@ var BdsInstance;
|
|
|
97
97
|
: undefined,
|
|
98
98
|
"cloudSqlDetails": obj.cloudSqlDetails
|
|
99
99
|
? model.CloudSqlDetails.getJsonObj(obj.cloudSqlDetails)
|
|
100
|
+
: undefined,
|
|
101
|
+
"bdsClusterVersionSummary": obj.bdsClusterVersionSummary
|
|
102
|
+
? model.BdsClusterVersionSummary.getJsonObj(obj.bdsClusterVersionSummary)
|
|
100
103
|
: undefined
|
|
101
104
|
});
|
|
102
105
|
return jsonObj;
|
|
@@ -117,6 +120,9 @@ var BdsInstance;
|
|
|
117
120
|
: undefined,
|
|
118
121
|
"cloudSqlDetails": obj.cloudSqlDetails
|
|
119
122
|
? model.CloudSqlDetails.getDeserializedJsonObj(obj.cloudSqlDetails)
|
|
123
|
+
: undefined,
|
|
124
|
+
"bdsClusterVersionSummary": obj.bdsClusterVersionSummary
|
|
125
|
+
? model.BdsClusterVersionSummary.getDeserializedJsonObj(obj.bdsClusterVersionSummary)
|
|
120
126
|
: undefined
|
|
121
127
|
});
|
|
122
128
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bds-instance.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-instance.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"bds-instance.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-instance.ts"],"names":[],"mappings":"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"}
|
|
@@ -35,6 +35,10 @@ export interface CreateBdsApiKeyDetails {
|
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"keyAlias": string;
|
|
38
|
+
/**
|
|
39
|
+
* Identity domain OCID , where user is present. For default domain , this field will be optional.
|
|
40
|
+
*/
|
|
41
|
+
"domainOcid"?: string;
|
|
38
42
|
}
|
|
39
43
|
export declare namespace CreateBdsApiKeyDetails {
|
|
40
44
|
function getJsonObj(obj: CreateBdsApiKeyDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-bds-api-key-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-bds-api-key-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"create-bds-api-key-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-bds-api-key-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmCH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
|
|
@@ -83,6 +83,7 @@ export interface CreateBdsInstanceDetails {
|
|
|
83
83
|
* Profile of the Big Data Service cluster.
|
|
84
84
|
*/
|
|
85
85
|
"clusterProfile"?: string;
|
|
86
|
+
"bdsClusterVersionSummary"?: model.BdsClusterVersionSummary;
|
|
86
87
|
}
|
|
87
88
|
export declare namespace CreateBdsInstanceDetails {
|
|
88
89
|
function getJsonObj(obj: CreateBdsInstanceDetails): object;
|
|
@@ -45,6 +45,9 @@ var CreateBdsInstanceDetails;
|
|
|
45
45
|
? obj.nodes.map(item => {
|
|
46
46
|
return model.CreateNodeDetails.getJsonObj(item);
|
|
47
47
|
})
|
|
48
|
+
: undefined,
|
|
49
|
+
"bdsClusterVersionSummary": obj.bdsClusterVersionSummary
|
|
50
|
+
? model.BdsClusterVersionSummary.getJsonObj(obj.bdsClusterVersionSummary)
|
|
48
51
|
: undefined
|
|
49
52
|
});
|
|
50
53
|
return jsonObj;
|
|
@@ -59,6 +62,9 @@ var CreateBdsInstanceDetails;
|
|
|
59
62
|
? obj.nodes.map(item => {
|
|
60
63
|
return model.CreateNodeDetails.getDeserializedJsonObj(item);
|
|
61
64
|
})
|
|
65
|
+
: undefined,
|
|
66
|
+
"bdsClusterVersionSummary": obj.bdsClusterVersionSummary
|
|
67
|
+
? model.BdsClusterVersionSummary.getDeserializedJsonObj(obj.bdsClusterVersionSummary)
|
|
62
68
|
: undefined
|
|
63
69
|
});
|
|
64
70
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-bds-instance-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-bds-instance-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-bds-instance-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-bds-instance-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuElC,IAAiB,wBAAwB,CA6CxC;AA7CD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,mCAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;YAEb,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACrF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,+CAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6CxC"}
|
|
@@ -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
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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 for creating the identity configuration.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateIdentityConfigurationDetails {
|
|
19
|
+
/**
|
|
20
|
+
* Base-64 encoded password for the cluster admin user.
|
|
21
|
+
*/
|
|
22
|
+
"clusterAdminPassword": string;
|
|
23
|
+
/**
|
|
24
|
+
* Display name of the identity configuration, required for creating identity configuration.
|
|
25
|
+
*/
|
|
26
|
+
"displayName": string;
|
|
27
|
+
/**
|
|
28
|
+
* Identity domain OCID to use for identity config, required for creating identity configuration
|
|
29
|
+
*/
|
|
30
|
+
"identityDomainId": string;
|
|
31
|
+
/**
|
|
32
|
+
* Identity domain confidential application ID for the identity config, required for creating identity configuration
|
|
33
|
+
*/
|
|
34
|
+
"confidentialApplicationId": string;
|
|
35
|
+
"upstConfigurationDetails"?: model.UpstConfigurationDetails;
|
|
36
|
+
"iamUserSyncConfigurationDetails"?: model.IamUserSyncConfigurationDetails;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace CreateIdentityConfigurationDetails {
|
|
39
|
+
function getJsonObj(obj: CreateIdentityConfigurationDetails): object;
|
|
40
|
+
function getDeserializedJsonObj(obj: CreateIdentityConfigurationDetails): object;
|
|
41
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, 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.CreateIdentityConfigurationDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var CreateIdentityConfigurationDetails;
|
|
38
|
+
(function (CreateIdentityConfigurationDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"upstConfigurationDetails": obj.upstConfigurationDetails
|
|
42
|
+
? model.UpstConfigurationDetails.getJsonObj(obj.upstConfigurationDetails)
|
|
43
|
+
: undefined,
|
|
44
|
+
"iamUserSyncConfigurationDetails": obj.iamUserSyncConfigurationDetails
|
|
45
|
+
? model.IamUserSyncConfigurationDetails.getJsonObj(obj.iamUserSyncConfigurationDetails)
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
CreateIdentityConfigurationDetails.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"upstConfigurationDetails": obj.upstConfigurationDetails
|
|
54
|
+
? model.UpstConfigurationDetails.getDeserializedJsonObj(obj.upstConfigurationDetails)
|
|
55
|
+
: undefined,
|
|
56
|
+
"iamUserSyncConfigurationDetails": obj.iamUserSyncConfigurationDetails
|
|
57
|
+
? model.IamUserSyncConfigurationDetails.getDeserializedJsonObj(obj.iamUserSyncConfigurationDetails)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
CreateIdentityConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(CreateIdentityConfigurationDetails = exports.CreateIdentityConfigurationDetails || (exports.CreateIdentityConfigurationDetails = {}));
|
|
64
|
+
//# sourceMappingURL=create-identity-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-identity-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-identity-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,kCAAkC,CAiClD;AAjCD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,iCAAiC,EAAE,GAAG,CAAC,+BAA+B;gBACpE,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,+BAA+B,CAAC;gBACvF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6CAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACrF,CAAC,CAAC,SAAS;YACb,iCAAiC,EAAE,GAAG,CAAC,+BAA+B;gBACpE,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAC1D,GAAG,CAAC,+BAA+B,CACpC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,yDAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAiClD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
* Details for deactivating an IAM user sync configuration
|
|
16
|
+
*/
|
|
17
|
+
export interface DeactivateIamUserSyncConfigurationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Base-64 encoded password for the cluster admin user.
|
|
20
|
+
*/
|
|
21
|
+
"clusterAdminPassword": string;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace DeactivateIamUserSyncConfigurationDetails {
|
|
24
|
+
function getJsonObj(obj: DeactivateIamUserSyncConfigurationDetails): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: DeactivateIamUserSyncConfigurationDetails): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, 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.DeactivateIamUserSyncConfigurationDetails = void 0;
|
|
17
|
+
var DeactivateIamUserSyncConfigurationDetails;
|
|
18
|
+
(function (DeactivateIamUserSyncConfigurationDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
DeactivateIamUserSyncConfigurationDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
DeactivateIamUserSyncConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(DeactivateIamUserSyncConfigurationDetails = exports.DeactivateIamUserSyncConfigurationDetails || (exports.DeactivateIamUserSyncConfigurationDetails = {}));
|
|
30
|
+
//# sourceMappingURL=deactivate-iam-user-sync-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deactivate-iam-user-sync-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/deactivate-iam-user-sync-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,IAAiB,yCAAyC,CAWzD;AAXD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Big Data Service API
|
|
3
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
4
|
+
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
* Details for deleting UPST config from cluster
|
|
16
|
+
*/
|
|
17
|
+
export interface DeactivateUpstConfigurationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Base-64 encoded password for the cluster admin user.
|
|
20
|
+
*/
|
|
21
|
+
"clusterAdminPassword": string;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace DeactivateUpstConfigurationDetails {
|
|
24
|
+
function getJsonObj(obj: DeactivateUpstConfigurationDetails): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: DeactivateUpstConfigurationDetails): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2024, 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.DeactivateUpstConfigurationDetails = void 0;
|
|
17
|
+
var DeactivateUpstConfigurationDetails;
|
|
18
|
+
(function (DeactivateUpstConfigurationDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
DeactivateUpstConfigurationDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
DeactivateUpstConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(DeactivateUpstConfigurationDetails = exports.DeactivateUpstConfigurationDetails || (exports.DeactivateUpstConfigurationDetails = {}));
|
|
30
|
+
//# sourceMappingURL=deactivate-upst-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deactivate-upst-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/deactivate-upst-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -20,6 +20,10 @@ export interface DomainBasedOdhPatchingConfig extends model.OdhPatchingConfig {
|
|
|
20
20
|
* The wait time between AD/FD in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
21
21
|
*/
|
|
22
22
|
"waitTimeBetweenDomainInSeconds": number;
|
|
23
|
+
/**
|
|
24
|
+
* Acceptable number of failed-to-be-patched nodes in each domain. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of non-utility and non-master nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
|
+
*/
|
|
26
|
+
"toleranceThresholdPerDomain"?: number;
|
|
23
27
|
"patchingConfigStrategy": string;
|
|
24
28
|
}
|
|
25
29
|
export declare namespace DomainBasedOdhPatchingConfig {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domain-based-odh-patching-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/domain-based-odh-patching-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"domain-based-odh-patching-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/domain-based-odh-patching-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GAC3E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACY,mDAAsB,GAAG,cAAc,CAAC;IACrD,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAkC,CAAC,GACvF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,mDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
|