oci-bds 2.126.2 → 2.127.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bds-waiter.d.ts +8 -0
- package/lib/bds-waiter.js +12 -0
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +123 -2
- package/lib/client.js +622 -2
- package/lib/client.js.map +1 -1
- package/lib/model/activate-bds-metastore-configuration-details.d.ts +5 -1
- package/lib/model/activate-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/activate-iam-user-sync-configuration-details.d.ts +5 -1
- package/lib/model/activate-iam-user-sync-configuration-details.js.map +1 -1
- package/lib/model/activate-upst-configuration-details.d.ts +5 -1
- package/lib/model/activate-upst-configuration-details.js.map +1 -1
- package/lib/model/add-auto-scaling-configuration-details.d.ts +5 -1
- package/lib/model/add-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/add-block-storage-details.d.ts +18 -4
- package/lib/model/add-block-storage-details.js +1 -0
- package/lib/model/add-block-storage-details.js.map +1 -1
- package/lib/model/add-cloud-sql-details.d.ts +1 -1
- package/lib/model/add-kafka-details.d.ts +5 -1
- package/lib/model/add-kafka-details.js.map +1 -1
- package/lib/model/add-master-nodes-details.d.ts +5 -1
- package/lib/model/add-master-nodes-details.js.map +1 -1
- package/lib/model/add-utility-nodes-details.d.ts +5 -1
- package/lib/model/add-utility-nodes-details.js.map +1 -1
- package/lib/model/add-worker-nodes-details.d.ts +7 -2
- package/lib/model/add-worker-nodes-details.js.map +1 -1
- package/lib/model/auto-scaling-configuration-summary.d.ts +1 -1
- package/lib/model/auto-scaling-configuration.d.ts +4 -0
- package/lib/model/auto-scaling-configuration.js.map +1 -1
- package/lib/model/bds-certificate-configuration-summary.d.ts +84 -0
- package/lib/model/bds-certificate-configuration-summary.js +30 -0
- package/lib/model/bds-certificate-configuration-summary.js.map +1 -0
- package/lib/model/bds-certificate-configuration.d.ts +87 -0
- package/lib/model/bds-certificate-configuration.js +53 -0
- package/lib/model/bds-certificate-configuration.js.map +1 -0
- package/lib/model/bds-instance-reset-password-details.d.ts +40 -0
- package/lib/model/bds-instance-reset-password-details.js +37 -0
- package/lib/model/bds-instance-reset-password-details.js.map +1 -0
- package/lib/model/bds-instance-summary.d.ts +4 -0
- package/lib/model/bds-instance-summary.js.map +1 -1
- package/lib/model/bds-instance.d.ts +12 -0
- package/lib/model/bds-instance.js.map +1 -1
- package/lib/model/bds-metastore-configuration.d.ts +4 -0
- package/lib/model/bds-metastore-configuration.js.map +1 -1
- package/lib/model/change-shape-details.d.ts +5 -1
- package/lib/model/change-shape-details.js.map +1 -1
- package/lib/model/config-level-manage-bds-certificate-details.d.ts +33 -0
- package/lib/model/config-level-manage-bds-certificate-details.js +55 -0
- package/lib/model/config-level-manage-bds-certificate-details.js.map +1 -0
- package/lib/model/create-bds-certificate-configuration-details.d.ts +46 -0
- package/lib/model/create-bds-certificate-configuration-details.js +30 -0
- package/lib/model/create-bds-certificate-configuration-details.js.map +1 -0
- package/lib/model/create-bds-instance-details.d.ts +10 -2
- package/lib/model/create-bds-instance-details.js.map +1 -1
- package/lib/model/create-bds-metastore-configuration-details.d.ts +5 -1
- package/lib/model/create-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/create-identity-configuration-details.d.ts +5 -1
- package/lib/model/create-identity-configuration-details.js.map +1 -1
- package/lib/model/create-node-replace-configuration-details.d.ts +5 -1
- package/lib/model/create-node-replace-configuration-details.js.map +1 -1
- package/lib/model/create-resource-principal-configuration-details.d.ts +5 -1
- package/lib/model/create-resource-principal-configuration-details.js.map +1 -1
- package/lib/model/deactivate-iam-user-sync-configuration-details.d.ts +5 -1
- package/lib/model/deactivate-iam-user-sync-configuration-details.js.map +1 -1
- package/lib/model/deactivate-upst-configuration-details.d.ts +5 -1
- package/lib/model/deactivate-upst-configuration-details.js.map +1 -1
- package/lib/model/disable-certificate-details.d.ts +5 -1
- package/lib/model/disable-certificate-details.js.map +1 -1
- package/lib/model/enable-certificate-details.d.ts +5 -1
- package/lib/model/enable-certificate-details.js.map +1 -1
- package/lib/model/execute-bootstrap-script-details.d.ts +5 -1
- package/lib/model/execute-bootstrap-script-details.js.map +1 -1
- package/lib/model/force-refresh-resource-principal-details.d.ts +5 -1
- package/lib/model/force-refresh-resource-principal-details.js.map +1 -1
- package/lib/model/generate-bds-certificate-details.d.ts +32 -0
- package/lib/model/generate-bds-certificate-details.js +58 -0
- package/lib/model/generate-bds-certificate-details.js.map +1 -0
- package/lib/model/identity-configuration.d.ts +4 -0
- package/lib/model/identity-configuration.js.map +1 -1
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +28 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/install-os-patch-details.d.ts +5 -1
- package/lib/model/install-os-patch-details.js.map +1 -1
- package/lib/model/install-patch-details.d.ts +5 -1
- package/lib/model/install-patch-details.js.map +1 -1
- package/lib/model/manage-bds-certificate-level-type-details.d.ts +23 -0
- package/lib/model/manage-bds-certificate-level-type-details.js +73 -0
- package/lib/model/manage-bds-certificate-level-type-details.js.map +1 -0
- package/lib/model/node-backup-configuration-summary.d.ts +1 -1
- package/lib/model/node-level-manage-bds-certificate-details.d.ts +29 -0
- package/lib/model/node-level-manage-bds-certificate-details.js +55 -0
- package/lib/model/node-level-manage-bds-certificate-details.js.map +1 -0
- package/lib/model/node-replace-configuration-summary.d.ts +1 -1
- package/lib/model/node-replace-configuration.d.ts +4 -0
- package/lib/model/node-replace-configuration.js.map +1 -1
- package/lib/model/node.d.ts +4 -0
- package/lib/model/node.js.map +1 -1
- package/lib/model/operation-types.d.ts +7 -0
- package/lib/model/operation-types.js +7 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/password-summary.d.ts +26 -0
- package/lib/model/password-summary.js +30 -0
- package/lib/model/password-summary.js.map +1 -0
- package/lib/model/refresh-confidential-application-details.d.ts +5 -1
- package/lib/model/refresh-confidential-application-details.js.map +1 -1
- package/lib/model/refresh-upst-token-exchange-keytab-details.d.ts +5 -1
- package/lib/model/refresh-upst-token-exchange-keytab-details.js.map +1 -1
- package/lib/model/remove-auto-scaling-configuration-details.d.ts +5 -1
- package/lib/model/remove-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/remove-cloud-sql-details.d.ts +1 -1
- package/lib/model/remove-kafka-details.d.ts +5 -1
- package/lib/model/remove-kafka-details.js.map +1 -1
- package/lib/model/remove-node-details.d.ts +5 -1
- package/lib/model/remove-node-details.js.map +1 -1
- package/lib/model/remove-node-replace-configuration-details.d.ts +5 -1
- package/lib/model/remove-node-replace-configuration-details.js.map +1 -1
- package/lib/model/remove-nodes-details.d.ts +39 -0
- package/lib/model/remove-nodes-details.js +30 -0
- package/lib/model/remove-nodes-details.js.map +1 -0
- package/lib/model/remove-resource-principal-configuration-details.d.ts +5 -1
- package/lib/model/remove-resource-principal-configuration-details.js.map +1 -1
- package/lib/model/renew-bds-certificate-details.d.ts +32 -0
- package/lib/model/renew-bds-certificate-details.js +58 -0
- package/lib/model/renew-bds-certificate-details.js.map +1 -0
- package/lib/model/renew-certificate-details.d.ts +5 -1
- package/lib/model/renew-certificate-details.js.map +1 -1
- package/lib/model/replace-node-details.d.ts +5 -1
- package/lib/model/replace-node-details.js.map +1 -1
- package/lib/model/resource-principal-configuration-summary.d.ts +1 -1
- package/lib/model/resource-principal-configuration.d.ts +5 -1
- package/lib/model/resource-principal-configuration.js.map +1 -1
- package/lib/model/set-default-bds-certificate-configuration-details.d.ts +30 -0
- package/lib/model/set-default-bds-certificate-configuration-details.js +30 -0
- package/lib/model/set-default-bds-certificate-configuration-details.js.map +1 -0
- package/lib/model/start-bds-instance-details.d.ts +5 -1
- package/lib/model/start-bds-instance-details.js.map +1 -1
- package/lib/model/stop-bds-instance-details.d.ts +5 -1
- package/lib/model/stop-bds-instance-details.js.map +1 -1
- package/lib/model/test-bds-metastore-configuration-details.d.ts +5 -1
- package/lib/model/test-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/update-auto-scaling-configuration-details.d.ts +4 -0
- package/lib/model/update-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/update-bds-instance-details.d.ts +8 -0
- package/lib/model/update-bds-instance-details.js.map +1 -1
- package/lib/model/update-bds-metastore-configuration-details.d.ts +4 -0
- package/lib/model/update-bds-metastore-configuration-details.js.map +1 -1
- package/lib/model/update-identity-configuration-details.d.ts +5 -1
- package/lib/model/update-identity-configuration-details.js.map +1 -1
- package/lib/request/bds-instance-reset-password-request.d.ts +49 -0
- package/lib/request/bds-instance-reset-password-request.js +15 -0
- package/lib/request/bds-instance-reset-password-request.js.map +1 -0
- package/lib/request/create-bds-certificate-configuration-request.d.ts +40 -0
- package/lib/request/create-bds-certificate-configuration-request.js +15 -0
- package/lib/request/create-bds-certificate-configuration-request.js.map +1 -0
- package/lib/request/delete-bds-certificate-configuration-request.d.ts +48 -0
- package/lib/request/delete-bds-certificate-configuration-request.js +15 -0
- package/lib/request/delete-bds-certificate-configuration-request.js.map +1 -0
- package/lib/request/generate-bds-certificate-request.d.ts +49 -0
- package/lib/request/generate-bds-certificate-request.js +15 -0
- package/lib/request/generate-bds-certificate-request.js.map +1 -0
- package/lib/request/get-bds-certificate-configuration-request.d.ts +30 -0
- package/lib/request/get-bds-certificate-configuration-request.js +15 -0
- package/lib/request/get-bds-certificate-configuration-request.js.map +1 -0
- package/lib/request/index.d.ts +18 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-bds-certificate-configurations-request.d.ts +58 -0
- package/lib/request/list-bds-certificate-configurations-request.js +24 -0
- package/lib/request/list-bds-certificate-configurations-request.js.map +1 -0
- package/lib/request/remove-nodes-request.d.ts +49 -0
- package/lib/request/remove-nodes-request.js +15 -0
- package/lib/request/remove-nodes-request.js.map +1 -0
- package/lib/request/renew-bds-certificate-request.d.ts +49 -0
- package/lib/request/renew-bds-certificate-request.js +15 -0
- package/lib/request/renew-bds-certificate-request.js.map +1 -0
- package/lib/request/set-default-bds-certificate-configuration-request.d.ts +53 -0
- package/lib/request/set-default-bds-certificate-configuration-request.js +15 -0
- package/lib/request/set-default-bds-certificate-configuration-request.js.map +1 -0
- package/lib/response/bds-instance-reset-password-response.d.ts +30 -0
- package/lib/response/bds-instance-reset-password-response.js +15 -0
- package/lib/response/bds-instance-reset-password-response.js.map +1 -0
- package/lib/response/create-bds-certificate-configuration-response.d.ts +25 -0
- package/lib/response/create-bds-certificate-configuration-response.js +15 -0
- package/lib/response/create-bds-certificate-configuration-response.js.map +1 -0
- package/lib/response/delete-bds-certificate-configuration-response.d.ts +25 -0
- package/lib/response/delete-bds-certificate-configuration-response.js +15 -0
- package/lib/response/delete-bds-certificate-configuration-response.js.map +1 -0
- package/lib/response/generate-bds-certificate-response.d.ts +25 -0
- package/lib/response/generate-bds-certificate-response.js +15 -0
- package/lib/response/generate-bds-certificate-response.js.map +1 -0
- package/lib/response/get-bds-certificate-configuration-response.d.ts +30 -0
- package/lib/response/get-bds-certificate-configuration-response.js +15 -0
- package/lib/response/get-bds-certificate-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +18 -0
- package/lib/response/list-bds-certificate-configurations-response.d.ts +32 -0
- package/lib/response/list-bds-certificate-configurations-response.js +15 -0
- package/lib/response/list-bds-certificate-configurations-response.js.map +1 -0
- package/lib/response/remove-nodes-response.d.ts +25 -0
- package/lib/response/remove-nodes-response.js +15 -0
- package/lib/response/remove-nodes-response.js.map +1 -0
- package/lib/response/renew-bds-certificate-response.d.ts +25 -0
- package/lib/response/renew-bds-certificate-response.js +15 -0
- package/lib/response/renew-bds-certificate-response.js.map +1 -0
- package/lib/response/set-default-bds-certificate-configuration-response.d.ts +25 -0
- package/lib/response/set-default-bds-certificate-configuration-response.js +15 -0
- package/lib/response/set-default-bds-certificate-configuration-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -22,7 +22,11 @@ export interface ActivateBdsMetastoreConfigurationDetails {
|
|
|
22
22
|
/**
|
|
23
23
|
* Base-64 encoded password for the cluster admin user.
|
|
24
24
|
*/
|
|
25
|
-
"clusterAdminPassword"
|
|
25
|
+
"clusterAdminPassword"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The secretId for the clusterAdminPassword.
|
|
28
|
+
*/
|
|
29
|
+
"secretId"?: string;
|
|
26
30
|
}
|
|
27
31
|
export declare namespace ActivateBdsMetastoreConfigurationDetails {
|
|
28
32
|
function getJsonObj(obj: ActivateBdsMetastoreConfigurationDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activate-bds-metastore-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/activate-bds-metastore-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"activate-bds-metastore-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/activate-bds-metastore-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
|
|
@@ -18,7 +18,11 @@ export interface ActivateIamUserSyncConfigurationDetails {
|
|
|
18
18
|
/**
|
|
19
19
|
* Base-64 encoded password for the cluster admin user.
|
|
20
20
|
*/
|
|
21
|
-
"clusterAdminPassword"
|
|
21
|
+
"clusterAdminPassword"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The secretId for the clusterAdminPassword.
|
|
24
|
+
*/
|
|
25
|
+
"secretId"?: string;
|
|
22
26
|
/**
|
|
23
27
|
* whether posix attribute needs to be appended to users
|
|
24
28
|
*/
|
|
@@ -1 +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;;;
|
|
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;;;AAuBH,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"}
|
|
@@ -18,7 +18,11 @@ export interface ActivateUpstConfigurationDetails {
|
|
|
18
18
|
/**
|
|
19
19
|
* Base-64 encoded password for the cluster admin user.
|
|
20
20
|
*/
|
|
21
|
-
"clusterAdminPassword"
|
|
21
|
+
"clusterAdminPassword"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The secretId for the clusterAdminPassword.
|
|
24
|
+
*/
|
|
25
|
+
"secretId"?: string;
|
|
22
26
|
/**
|
|
23
27
|
* OCID of the vault to store token exchange service principal keyta, required for creating UPST configb
|
|
24
28
|
*/
|
|
@@ -1 +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;;;
|
|
1
|
+
{"version":3,"file":"activate-upst-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/activate-upst-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,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"}
|
|
@@ -31,7 +31,11 @@ export interface AddAutoScalingConfigurationDetails {
|
|
|
31
31
|
/**
|
|
32
32
|
* Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
|
|
33
33
|
*/
|
|
34
|
-
"clusterAdminPassword"
|
|
34
|
+
"clusterAdminPassword"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The secretId for the clusterAdminPassword.
|
|
37
|
+
*/
|
|
38
|
+
"secretId"?: string;
|
|
35
39
|
"policy"?: model.AutoScalePolicy;
|
|
36
40
|
"policyDetails"?: model.AddMetricBasedHorizontalScalingPolicyDetails | model.AddScheduleBasedVerticalScalingPolicyDetails | model.AddScheduleBasedHorizontalScalingPolicyDetails | model.AddMetricBasedVerticalScalingPolicyDetails;
|
|
37
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-auto-scaling-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-auto-scaling-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"add-auto-scaling-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-auto-scaling-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,kCAAkC,CA2BlD;AA3BD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC/E,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6CAAU,aAYzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC3F,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yDAAsB,yBAYrC,CAAA;AACH,CAAC,EA3BgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QA2BlD"}
|
|
@@ -18,10 +18,16 @@ export interface AddBlockStorageDetails {
|
|
|
18
18
|
/**
|
|
19
19
|
* Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
|
|
20
20
|
*/
|
|
21
|
-
"clusterAdminPassword"
|
|
21
|
+
"clusterAdminPassword"?: string;
|
|
22
22
|
/**
|
|
23
|
-
* The
|
|
24
|
-
|
|
23
|
+
* The secretId for the clusterAdminPassword.
|
|
24
|
+
*/
|
|
25
|
+
"secretId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The size of block volume in GB to be added. For WORKER, COMPUTE_ONLY_WORKER, and KAFKA_BROKER nodes,
|
|
28
|
+
* the same size will be added to all nodes of that type. For EDGE nodes, this size can be different
|
|
29
|
+
* per node when nodeId is specified. All the details needed for attaching the block volume are managed
|
|
30
|
+
* by service itself.
|
|
25
31
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
26
32
|
*/
|
|
27
33
|
"blockVolumeSizeInGBs": number;
|
|
@@ -29,12 +35,20 @@ export interface AddBlockStorageDetails {
|
|
|
29
35
|
* Worker node types.
|
|
30
36
|
*/
|
|
31
37
|
"nodeType": AddBlockStorageDetails.NodeType;
|
|
38
|
+
/**
|
|
39
|
+
* Optional. List of OCIDs of specific nodes to add storage to.
|
|
40
|
+
* Only supported for EDGE nodes.
|
|
41
|
+
* When omitted, storage is added to all nodes of the specified type.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"nodeIds"?: Array<string>;
|
|
32
45
|
}
|
|
33
46
|
export declare namespace AddBlockStorageDetails {
|
|
34
47
|
enum NodeType {
|
|
35
48
|
Worker = "WORKER",
|
|
36
49
|
ComputeOnlyWorker = "COMPUTE_ONLY_WORKER",
|
|
37
|
-
KafkaBroker = "KAFKA_BROKER"
|
|
50
|
+
KafkaBroker = "KAFKA_BROKER",
|
|
51
|
+
Edge = "EDGE"
|
|
38
52
|
}
|
|
39
53
|
function getJsonObj(obj: AddBlockStorageDetails): object;
|
|
40
54
|
function getDeserializedJsonObj(obj: AddBlockStorageDetails): object;
|
|
@@ -21,6 +21,7 @@ var AddBlockStorageDetails;
|
|
|
21
21
|
NodeType["Worker"] = "WORKER";
|
|
22
22
|
NodeType["ComputeOnlyWorker"] = "COMPUTE_ONLY_WORKER";
|
|
23
23
|
NodeType["KafkaBroker"] = "KAFKA_BROKER";
|
|
24
|
+
NodeType["Edge"] = "EDGE";
|
|
24
25
|
})(NodeType = AddBlockStorageDetails.NodeType || (AddBlockStorageDetails.NodeType = {}));
|
|
25
26
|
function getJsonObj(obj) {
|
|
26
27
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-block-storage-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-block-storage-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;
|
|
1
|
+
{"version":3,"file":"add-block-storage-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-block-storage-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsCH,IAAiB,sBAAsB,CAkBtC;AAlBD,WAAiB,sBAAsB;IACrC,IAAY,QAKX;IALD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,qDAAyC,CAAA;QACzC,wCAA4B,CAAA;QAC5B,yBAAa,CAAA;IACf,CAAC,EALW,QAAQ,GAAR,+BAAQ,KAAR,+BAAQ,QAKnB;IAED,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,EAlBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAkBtC"}
|
|
@@ -29,7 +29,7 @@ export interface AddCloudSqlDetails {
|
|
|
29
29
|
/**
|
|
30
30
|
* Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
|
|
31
31
|
*/
|
|
32
|
-
"clusterAdminPassword"
|
|
32
|
+
"clusterAdminPassword"?: string;
|
|
33
33
|
}
|
|
34
34
|
export declare namespace AddCloudSqlDetails {
|
|
35
35
|
function getJsonObj(obj: AddCloudSqlDetails): object;
|
|
@@ -33,7 +33,11 @@ export interface AddKafkaDetails {
|
|
|
33
33
|
/**
|
|
34
34
|
* Base-64 encoded password for the cluster admin user.
|
|
35
35
|
*/
|
|
36
|
-
"clusterAdminPassword"
|
|
36
|
+
"clusterAdminPassword"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The secretId for the clusterAdminPassword.
|
|
39
|
+
*/
|
|
40
|
+
"secretId"?: string;
|
|
37
41
|
}
|
|
38
42
|
export declare namespace AddKafkaDetails {
|
|
39
43
|
function getJsonObj(obj: AddKafkaDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-kafka-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-kafka-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"add-kafka-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-kafka-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,eAAe,CAyB/B;AAzBD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBACtD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,0BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,sCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAyB/B"}
|
|
@@ -19,7 +19,11 @@ export interface AddMasterNodesDetails {
|
|
|
19
19
|
/**
|
|
20
20
|
* Base-64 encoded Cluster Admin Password for cluster admin user.
|
|
21
21
|
*/
|
|
22
|
-
"clusterAdminPassword"
|
|
22
|
+
"clusterAdminPassword"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The secretId for the clusterAdminPassword.
|
|
25
|
+
*/
|
|
26
|
+
"secretId"?: string;
|
|
23
27
|
/**
|
|
24
28
|
* Number of additional master nodes for the cluster. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
29
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-master-nodes-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-master-nodes-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"add-master-nodes-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-master-nodes-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,qBAAqB,CAyBrC;AAzBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBACtD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAyBrC"}
|
|
@@ -19,7 +19,11 @@ export interface AddUtilityNodesDetails {
|
|
|
19
19
|
/**
|
|
20
20
|
* Base-64 encoded Cluster Admin Password for cluster admin user.
|
|
21
21
|
*/
|
|
22
|
-
"clusterAdminPassword"
|
|
22
|
+
"clusterAdminPassword"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The secretId for the clusterAdminPassword.
|
|
25
|
+
*/
|
|
26
|
+
"secretId"?: string;
|
|
23
27
|
/**
|
|
24
28
|
* Number of additional utility nodes for the cluster. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
29
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-utility-nodes-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-utility-nodes-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"add-utility-nodes-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-utility-nodes-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,sBAAsB,CAyBtC;AAzBD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBACtD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,iCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAyBtC"}
|
|
@@ -19,7 +19,11 @@ export interface AddWorkerNodesDetails {
|
|
|
19
19
|
/**
|
|
20
20
|
* Base-64 encoded password for the cluster (and Cloudera Manager) admin user.
|
|
21
21
|
*/
|
|
22
|
-
"clusterAdminPassword"
|
|
22
|
+
"clusterAdminPassword"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The secretId for the clusterAdminPassword.
|
|
25
|
+
*/
|
|
26
|
+
"secretId"?: string;
|
|
23
27
|
/**
|
|
24
28
|
* Number of additional worker nodes for the cluster. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
25
29
|
*/
|
|
@@ -33,7 +37,8 @@ export interface AddWorkerNodesDetails {
|
|
|
33
37
|
*/
|
|
34
38
|
"shape"?: string;
|
|
35
39
|
/**
|
|
36
|
-
* The size of block volume in GB to be attached to the given node. This has to be specified when adding compute only worker node at the first time.
|
|
40
|
+
* The size of block volume in GB to be attached to the given node. This has to be specified when adding compute only worker or edge node at the first time.
|
|
41
|
+
* For EDGE nodes. Each node can have a different block storage size within the valid range (50GB-10TB) and the value must be specified.
|
|
37
42
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
38
43
|
*/
|
|
39
44
|
"blockVolumeSizeInGBs"?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-worker-nodes-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-worker-nodes-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"add-worker-nodes-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/add-worker-nodes-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoClC,IAAiB,qBAAqB,CAgCrC;AAhCD,WAAiB,qBAAqB;IACpC,IAAY,QAKX;IALD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,qDAAyC,CAAA;QACzC,yBAAa,CAAA;QACb,wCAA4B,CAAA;IAC9B,CAAC,EALW,QAAQ,GAAR,8BAAQ,KAAR,8BAAQ,QAKnB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBACtD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4CAAsB,yBAWrC,CAAA;AACH,CAAC,EAhCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAgCrC"}
|
|
@@ -24,6 +24,10 @@ export interface AutoScalingConfiguration {
|
|
|
24
24
|
* A user-friendly name. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
|
|
25
25
|
*/
|
|
26
26
|
"displayName": string;
|
|
27
|
+
/**
|
|
28
|
+
* The secretId for the clusterAdminPassword.
|
|
29
|
+
*/
|
|
30
|
+
"secretId"?: string;
|
|
27
31
|
/**
|
|
28
32
|
* A node type that is managed by an autoscale configuration. The only supported types are WORKER and COMPUTE_ONLY_WORKER.
|
|
29
33
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auto-scaling-configuration.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/auto-scaling-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"auto-scaling-configuration.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/auto-scaling-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4ClC,IAAiB,wBAAwB,CA0CxC;AA1CD,WAAiB,wBAAwB;IACvC,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,uCAAc,KAAd,uCAAc,QAazB;IAED,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC/E,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,mCAAU,aAYzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAC3F,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAsB,yBAYrC,CAAA;AACH,CAAC,EA1CgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA0CxC"}
|
|
@@ -0,0 +1,84 @@
|
|
|
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, 2026, 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
|
+
* Summary details of the BDS certificate configuration.
|
|
16
|
+
*/
|
|
17
|
+
export interface BdsCertificateConfigurationSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the bdsInstance which is the parent resource id.
|
|
20
|
+
*/
|
|
21
|
+
"bdsInstanceId"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The ID of the BDS certificate configuration defined under BDS resources, not OCID.
|
|
24
|
+
*/
|
|
25
|
+
"id": string;
|
|
26
|
+
/**
|
|
27
|
+
* The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.
|
|
28
|
+
*/
|
|
29
|
+
"certificateAuthorityId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The lifecycle status of the BDS certificate configuration.
|
|
32
|
+
*/
|
|
33
|
+
"lifecycleState": string;
|
|
34
|
+
/**
|
|
35
|
+
* The display name of BDS certificate configuration.
|
|
36
|
+
*/
|
|
37
|
+
"displayName"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The last time the BDS certificate configuration was used to generate or renew the certificate(s).
|
|
40
|
+
*/
|
|
41
|
+
"timeLastRefreshedOrGenerated"?: Date;
|
|
42
|
+
/**
|
|
43
|
+
* The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.
|
|
44
|
+
*/
|
|
45
|
+
"timeCreated"?: Date;
|
|
46
|
+
/**
|
|
47
|
+
* The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.
|
|
48
|
+
*/
|
|
49
|
+
"timeUpdated"?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
|
|
52
|
+
*/
|
|
53
|
+
"type": string;
|
|
54
|
+
/**
|
|
55
|
+
* If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.
|
|
56
|
+
*/
|
|
57
|
+
"isDefaultConfiguration": boolean;
|
|
58
|
+
/**
|
|
59
|
+
* The OCID of the compartment of the certificate authority connecting to this certificate configuration.
|
|
60
|
+
*/
|
|
61
|
+
"compartmentId"?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Simple key-value pair that is applied without any predefined name, type, or scope.
|
|
64
|
+
* Exists for cross-compatibility only. For example, {@code {\"bar-key\": \"value\"}}
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"freeformTags"?: {
|
|
68
|
+
[key: string]: string;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
72
|
+
* For example, {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
"definedTags"?: {
|
|
76
|
+
[key: string]: {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
export declare namespace BdsCertificateConfigurationSummary {
|
|
82
|
+
function getJsonObj(obj: BdsCertificateConfigurationSummary): object;
|
|
83
|
+
function getDeserializedJsonObj(obj: BdsCertificateConfigurationSummary): object;
|
|
84
|
+
}
|
|
@@ -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, 2026, 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.BdsCertificateConfigurationSummary = void 0;
|
|
17
|
+
var BdsCertificateConfigurationSummary;
|
|
18
|
+
(function (BdsCertificateConfigurationSummary) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
BdsCertificateConfigurationSummary.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
BdsCertificateConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(BdsCertificateConfigurationSummary = exports.BdsCertificateConfigurationSummary || (exports.BdsCertificateConfigurationSummary = {}));
|
|
30
|
+
//# sourceMappingURL=bds-certificate-configuration-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bds-certificate-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-certificate-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmEH,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"}
|
|
@@ -0,0 +1,87 @@
|
|
|
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, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* The BDS certificate configuration information.
|
|
16
|
+
*/
|
|
17
|
+
export interface BdsCertificateConfiguration {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the bdsInstance which is the parent resource id.
|
|
20
|
+
*/
|
|
21
|
+
"bdsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The ID of the BDS certificate configuration defined under BDS resources, not OCID.
|
|
24
|
+
*/
|
|
25
|
+
"id": string;
|
|
26
|
+
/**
|
|
27
|
+
* The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.
|
|
28
|
+
*/
|
|
29
|
+
"certificateAuthorityId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The lifecycle status of the BDS certificate configuration.
|
|
32
|
+
*/
|
|
33
|
+
"lifecycleState": BdsCertificateConfiguration.LifecycleState;
|
|
34
|
+
/**
|
|
35
|
+
* The display name of the BDS certificate configuration.
|
|
36
|
+
*/
|
|
37
|
+
"displayName": string;
|
|
38
|
+
/**
|
|
39
|
+
* The last time the BDS certificate configuration was used to generate or renew the certificate(s).
|
|
40
|
+
*/
|
|
41
|
+
"timeLastRefreshedOrGenerated"?: Date;
|
|
42
|
+
/**
|
|
43
|
+
* The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.
|
|
44
|
+
*/
|
|
45
|
+
"timeCreated": Date;
|
|
46
|
+
/**
|
|
47
|
+
* The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.
|
|
48
|
+
*/
|
|
49
|
+
"timeUpdated": Date;
|
|
50
|
+
/**
|
|
51
|
+
* The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
|
|
52
|
+
*/
|
|
53
|
+
"type": BdsCertificateConfiguration.Type;
|
|
54
|
+
/**
|
|
55
|
+
* If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.
|
|
56
|
+
*/
|
|
57
|
+
"isDefaultConfiguration": boolean;
|
|
58
|
+
/**
|
|
59
|
+
* The OCID of the compartment of the certificate authority connecting to this certificate configuration.
|
|
60
|
+
*/
|
|
61
|
+
"compartmentId"?: string;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace BdsCertificateConfiguration {
|
|
64
|
+
enum LifecycleState {
|
|
65
|
+
Creating = "CREATING",
|
|
66
|
+
Active = "ACTIVE",
|
|
67
|
+
Deleting = "DELETING",
|
|
68
|
+
Deleted = "DELETED",
|
|
69
|
+
Failed = "FAILED",
|
|
70
|
+
/**
|
|
71
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
72
|
+
* version of the SDK.
|
|
73
|
+
*/
|
|
74
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
75
|
+
}
|
|
76
|
+
enum Type {
|
|
77
|
+
SelfSigned = "SELF_SIGNED",
|
|
78
|
+
OciCertificate = "OCI_CERTIFICATE",
|
|
79
|
+
/**
|
|
80
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
81
|
+
* version of the SDK.
|
|
82
|
+
*/
|
|
83
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
84
|
+
}
|
|
85
|
+
function getJsonObj(obj: BdsCertificateConfiguration): object;
|
|
86
|
+
function getDeserializedJsonObj(obj: BdsCertificateConfiguration): object;
|
|
87
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Big Data Service API
|
|
4
|
+
* REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190531
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2026, 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.BdsCertificateConfiguration = void 0;
|
|
17
|
+
var BdsCertificateConfiguration;
|
|
18
|
+
(function (BdsCertificateConfiguration) {
|
|
19
|
+
let LifecycleState;
|
|
20
|
+
(function (LifecycleState) {
|
|
21
|
+
LifecycleState["Creating"] = "CREATING";
|
|
22
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
23
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
24
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
25
|
+
LifecycleState["Failed"] = "FAILED";
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
31
|
+
})(LifecycleState = BdsCertificateConfiguration.LifecycleState || (BdsCertificateConfiguration.LifecycleState = {}));
|
|
32
|
+
let Type;
|
|
33
|
+
(function (Type) {
|
|
34
|
+
Type["SelfSigned"] = "SELF_SIGNED";
|
|
35
|
+
Type["OciCertificate"] = "OCI_CERTIFICATE";
|
|
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
|
+
Type["UnknownValue"] = "UNKNOWN_VALUE";
|
|
41
|
+
})(Type = BdsCertificateConfiguration.Type || (BdsCertificateConfiguration.Type = {}));
|
|
42
|
+
function getJsonObj(obj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
BdsCertificateConfiguration.getJsonObj = getJsonObj;
|
|
47
|
+
function getDeserializedJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
BdsCertificateConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
52
|
+
})(BdsCertificateConfiguration = exports.BdsCertificateConfiguration || (exports.BdsCertificateConfiguration = {}));
|
|
53
|
+
//# sourceMappingURL=bds-certificate-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bds-certificate-configuration.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-certificate-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuDH,IAAiB,2BAA2B,CAkC3C;AAlCD,WAAiB,2BAA2B;IAC1C,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,0CAAc,KAAd,0CAAc,QAWzB;IAED,IAAY,IAQX;IARD,WAAY,IAAI;QACd,kCAA0B,CAAA;QAC1B,0CAAkC,CAAA;QAClC;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EARW,IAAI,GAAJ,gCAAI,KAAJ,gCAAI,QAQf;IAED,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAlCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAkC3C"}
|
|
@@ -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
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* The request body for resetting the password of indicated component.
|
|
16
|
+
*/
|
|
17
|
+
export interface BdsInstanceResetPasswordDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Base-64 encoded password for the cluster admin user.
|
|
20
|
+
*/
|
|
21
|
+
"clusterAdminPassword"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The secretId for the cluster admin user.
|
|
24
|
+
*/
|
|
25
|
+
"secretId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Target service to which this operation applies.
|
|
28
|
+
*/
|
|
29
|
+
"service": BdsInstanceResetPasswordDetails.Service;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace BdsInstanceResetPasswordDetails {
|
|
32
|
+
enum Service {
|
|
33
|
+
Ambari = "AMBARI",
|
|
34
|
+
Hue = "HUE",
|
|
35
|
+
Ranger = "RANGER",
|
|
36
|
+
Jupyterhub = "JUPYTERHUB"
|
|
37
|
+
}
|
|
38
|
+
function getJsonObj(obj: BdsInstanceResetPasswordDetails): object;
|
|
39
|
+
function getDeserializedJsonObj(obj: BdsInstanceResetPasswordDetails): object;
|
|
40
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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, 2026, 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.BdsInstanceResetPasswordDetails = void 0;
|
|
17
|
+
var BdsInstanceResetPasswordDetails;
|
|
18
|
+
(function (BdsInstanceResetPasswordDetails) {
|
|
19
|
+
let Service;
|
|
20
|
+
(function (Service) {
|
|
21
|
+
Service["Ambari"] = "AMBARI";
|
|
22
|
+
Service["Hue"] = "HUE";
|
|
23
|
+
Service["Ranger"] = "RANGER";
|
|
24
|
+
Service["Jupyterhub"] = "JUPYTERHUB";
|
|
25
|
+
})(Service = BdsInstanceResetPasswordDetails.Service || (BdsInstanceResetPasswordDetails.Service = {}));
|
|
26
|
+
function getJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
BdsInstanceResetPasswordDetails.getJsonObj = getJsonObj;
|
|
31
|
+
function getDeserializedJsonObj(obj) {
|
|
32
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
|
+
return jsonObj;
|
|
34
|
+
}
|
|
35
|
+
BdsInstanceResetPasswordDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
36
|
+
})(BdsInstanceResetPasswordDetails = exports.BdsInstanceResetPasswordDetails || (exports.BdsInstanceResetPasswordDetails = {}));
|
|
37
|
+
//# sourceMappingURL=bds-instance-reset-password-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bds-instance-reset-password-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/bds-instance-reset-password-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,+BAA+B,CAkB/C;AAlBD,WAAiB,+BAA+B;IAC9C,IAAY,OAKX;IALD,WAAY,OAAO;QACjB,4BAAiB,CAAA;QACjB,sBAAW,CAAA;QACX,4BAAiB,CAAA;QACjB,oCAAyB,CAAA;IAC3B,CAAC,EALW,OAAO,GAAP,uCAAO,KAAP,uCAAO,QAKlB;IAED,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAlBgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAkB/C"}
|