oci-bds 2.86.1 → 2.86.3

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.
Files changed (208) hide show
  1. package/lib/bds-waiter.d.ts +24 -0
  2. package/lib/bds-waiter.js +36 -0
  3. package/lib/bds-waiter.js.map +1 -1
  4. package/lib/client.d.ts +295 -51
  5. package/lib/client.js +1219 -126
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/backup-node-details.d.ts +28 -0
  8. package/lib/model/backup-node-details.js +58 -0
  9. package/lib/model/backup-node-details.js.map +1 -0
  10. package/lib/model/create-node-backup-configuration-details.d.ts +45 -0
  11. package/lib/model/create-node-backup-configuration-details.js +58 -0
  12. package/lib/model/create-node-backup-configuration-details.js.map +1 -0
  13. package/lib/model/create-node-replace-configuration-details.d.ts +40 -0
  14. package/lib/model/create-node-replace-configuration-details.js +58 -0
  15. package/lib/model/create-node-replace-configuration-details.js.map +1 -0
  16. package/lib/model/index.d.ts +32 -0
  17. package/lib/model/index.js +35 -2
  18. package/lib/model/index.js.map +1 -1
  19. package/lib/model/level-type-details.d.ts +23 -0
  20. package/lib/model/level-type-details.js +73 -0
  21. package/lib/model/level-type-details.js.map +1 -0
  22. package/lib/model/node-backup-configuration-summary.d.ts +49 -0
  23. package/lib/model/node-backup-configuration-summary.js +58 -0
  24. package/lib/model/node-backup-configuration-summary.js.map +1 -0
  25. package/lib/model/node-backup-configuration.d.ts +79 -0
  26. package/lib/model/node-backup-configuration.js +72 -0
  27. package/lib/model/node-backup-configuration.js.map +1 -0
  28. package/lib/model/node-backup-summary.d.ts +54 -0
  29. package/lib/model/node-backup-summary.js +30 -0
  30. package/lib/model/node-backup-summary.js.map +1 -0
  31. package/lib/model/node-backup.d.ts +90 -0
  32. package/lib/model/node-backup.js +65 -0
  33. package/lib/model/node-backup.js.map +1 -0
  34. package/lib/model/node-level-details.d.ts +29 -0
  35. package/lib/model/node-level-details.js +53 -0
  36. package/lib/model/node-level-details.js.map +1 -0
  37. package/lib/model/node-replace-configuration-summary.d.ts +49 -0
  38. package/lib/model/node-replace-configuration-summary.js +58 -0
  39. package/lib/model/node-replace-configuration-summary.js.map +1 -0
  40. package/lib/model/node-replace-configuration.d.ts +79 -0
  41. package/lib/model/node-replace-configuration.js +82 -0
  42. package/lib/model/node-replace-configuration.js.map +1 -0
  43. package/lib/model/node-type-level-details.d.ts +29 -0
  44. package/lib/model/node-type-level-details.js +53 -0
  45. package/lib/model/node-type-level-details.js.map +1 -0
  46. package/lib/model/node.d.ts +8 -0
  47. package/lib/model/node.js.map +1 -1
  48. package/lib/model/operation-types.d.ts +9 -0
  49. package/lib/model/operation-types.js +9 -0
  50. package/lib/model/operation-types.js.map +1 -1
  51. package/lib/model/remove-node-replace-configuration-details.d.ts +26 -0
  52. package/lib/model/remove-node-replace-configuration-details.js +30 -0
  53. package/lib/model/remove-node-replace-configuration-details.js.map +1 -0
  54. package/lib/model/replace-node-details.d.ts +38 -0
  55. package/lib/model/replace-node-details.js +30 -0
  56. package/lib/model/replace-node-details.js.map +1 -0
  57. package/lib/model/update-node-backup-configuration-details.d.ts +45 -0
  58. package/lib/model/update-node-backup-configuration-details.js +58 -0
  59. package/lib/model/update-node-backup-configuration-details.js.map +1 -0
  60. package/lib/model/update-node-replace-configuration-details.d.ts +36 -0
  61. package/lib/model/update-node-replace-configuration-details.js +58 -0
  62. package/lib/model/update-node-replace-configuration-details.js.map +1 -0
  63. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  64. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  65. package/lib/request/add-block-storage-request.d.ts +1 -1
  66. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  67. package/lib/request/add-kafka-request.d.ts +1 -1
  68. package/lib/request/add-master-nodes-request.d.ts +1 -1
  69. package/lib/request/add-utility-nodes-request.d.ts +1 -1
  70. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  71. package/lib/request/backup-node-request.d.ts +49 -0
  72. package/lib/request/backup-node-request.js +15 -0
  73. package/lib/request/backup-node-request.js.map +1 -0
  74. package/lib/request/certificate-service-info-request.d.ts +1 -1
  75. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  76. package/lib/request/change-shape-request.d.ts +1 -1
  77. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  78. package/lib/request/create-bds-instance-request.d.ts +1 -1
  79. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  80. package/lib/request/create-node-backup-configuration-request.d.ts +40 -0
  81. package/lib/request/create-node-backup-configuration-request.js +15 -0
  82. package/lib/request/create-node-backup-configuration-request.js.map +1 -0
  83. package/lib/request/create-node-replace-configuration-request.d.ts +40 -0
  84. package/lib/request/create-node-replace-configuration-request.js +15 -0
  85. package/lib/request/create-node-replace-configuration-request.js.map +1 -0
  86. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  87. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  88. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  89. package/lib/request/delete-node-backup-configuration-request.d.ts +39 -0
  90. package/lib/request/delete-node-backup-configuration-request.js +15 -0
  91. package/lib/request/delete-node-backup-configuration-request.js.map +1 -0
  92. package/lib/request/delete-node-backup-request.d.ts +39 -0
  93. package/lib/request/delete-node-backup-request.js +15 -0
  94. package/lib/request/delete-node-backup-request.js.map +1 -0
  95. package/lib/request/disable-certificate-request.d.ts +1 -1
  96. package/lib/request/enable-certificate-request.d.ts +1 -1
  97. package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
  98. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  99. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  100. package/lib/request/get-bds-instance-request.d.ts +1 -1
  101. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  102. package/lib/request/get-node-backup-configuration-request.d.ts +30 -0
  103. package/lib/request/get-node-backup-configuration-request.js +15 -0
  104. package/lib/request/get-node-backup-configuration-request.js.map +1 -0
  105. package/lib/request/get-node-backup-request.d.ts +30 -0
  106. package/lib/request/get-node-backup-request.js +15 -0
  107. package/lib/request/get-node-backup-request.js.map +1 -0
  108. package/lib/request/get-node-replace-configuration-request.d.ts +30 -0
  109. package/lib/request/get-node-replace-configuration-request.js +15 -0
  110. package/lib/request/get-node-replace-configuration-request.js.map +1 -0
  111. package/lib/request/get-os-patch-details-request.d.ts +1 -1
  112. package/lib/request/get-work-request-request.d.ts +1 -1
  113. package/lib/request/index.d.ts +30 -0
  114. package/lib/request/index.js +7 -1
  115. package/lib/request/index.js.map +1 -1
  116. package/lib/request/install-os-patch-request.d.ts +1 -1
  117. package/lib/request/install-patch-request.d.ts +1 -1
  118. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  119. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  120. package/lib/request/list-bds-instances-request.d.ts +1 -1
  121. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  122. package/lib/request/list-node-backup-configurations-request.d.ts +58 -0
  123. package/lib/request/list-node-backup-configurations-request.js +24 -0
  124. package/lib/request/list-node-backup-configurations-request.js.map +1 -0
  125. package/lib/request/list-node-backups-request.d.ts +62 -0
  126. package/lib/request/list-node-backups-request.js +24 -0
  127. package/lib/request/list-node-backups-request.js.map +1 -0
  128. package/lib/request/list-node-replace-configurations-request.d.ts +58 -0
  129. package/lib/request/list-node-replace-configurations-request.js +24 -0
  130. package/lib/request/list-node-replace-configurations-request.js.map +1 -0
  131. package/lib/request/list-os-patches-request.d.ts +1 -1
  132. package/lib/request/list-patch-histories-request.d.ts +1 -1
  133. package/lib/request/list-patches-request.d.ts +1 -1
  134. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  135. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  136. package/lib/request/list-work-requests-request.d.ts +1 -1
  137. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  138. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  139. package/lib/request/remove-kafka-request.d.ts +1 -1
  140. package/lib/request/remove-node-replace-configuration-request.d.ts +53 -0
  141. package/lib/request/remove-node-replace-configuration-request.js +15 -0
  142. package/lib/request/remove-node-replace-configuration-request.js.map +1 -0
  143. package/lib/request/remove-node-request.d.ts +1 -1
  144. package/lib/request/renew-certificate-request.d.ts +1 -1
  145. package/lib/request/replace-node-request.d.ts +49 -0
  146. package/lib/request/replace-node-request.js +15 -0
  147. package/lib/request/replace-node-request.js.map +1 -0
  148. package/lib/request/restart-node-request.d.ts +1 -1
  149. package/lib/request/start-bds-instance-request.d.ts +1 -1
  150. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  151. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  152. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  153. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  154. package/lib/request/update-bds-instance-request.d.ts +1 -1
  155. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  156. package/lib/request/update-node-backup-configuration-request.d.ts +53 -0
  157. package/lib/request/update-node-backup-configuration-request.js +15 -0
  158. package/lib/request/update-node-backup-configuration-request.js.map +1 -0
  159. package/lib/request/update-node-replace-configuration-request.d.ts +53 -0
  160. package/lib/request/update-node-replace-configuration-request.js +15 -0
  161. package/lib/request/update-node-replace-configuration-request.js.map +1 -0
  162. package/lib/response/backup-node-response.d.ts +25 -0
  163. package/lib/response/backup-node-response.js +15 -0
  164. package/lib/response/backup-node-response.js.map +1 -0
  165. package/lib/response/create-node-backup-configuration-response.d.ts +25 -0
  166. package/lib/response/create-node-backup-configuration-response.js +15 -0
  167. package/lib/response/create-node-backup-configuration-response.js.map +1 -0
  168. package/lib/response/create-node-replace-configuration-response.d.ts +25 -0
  169. package/lib/response/create-node-replace-configuration-response.js +15 -0
  170. package/lib/response/create-node-replace-configuration-response.js.map +1 -0
  171. package/lib/response/delete-node-backup-configuration-response.d.ts +25 -0
  172. package/lib/response/delete-node-backup-configuration-response.js +15 -0
  173. package/lib/response/delete-node-backup-configuration-response.js.map +1 -0
  174. package/lib/response/delete-node-backup-response.d.ts +25 -0
  175. package/lib/response/delete-node-backup-response.js +15 -0
  176. package/lib/response/delete-node-backup-response.js.map +1 -0
  177. package/lib/response/get-node-backup-configuration-response.d.ts +30 -0
  178. package/lib/response/get-node-backup-configuration-response.js +15 -0
  179. package/lib/response/get-node-backup-configuration-response.js.map +1 -0
  180. package/lib/response/get-node-backup-response.d.ts +30 -0
  181. package/lib/response/get-node-backup-response.js +15 -0
  182. package/lib/response/get-node-backup-response.js.map +1 -0
  183. package/lib/response/get-node-replace-configuration-response.d.ts +30 -0
  184. package/lib/response/get-node-replace-configuration-response.js +15 -0
  185. package/lib/response/get-node-replace-configuration-response.js.map +1 -0
  186. package/lib/response/index.d.ts +30 -0
  187. package/lib/response/list-node-backup-configurations-response.d.ts +32 -0
  188. package/lib/response/list-node-backup-configurations-response.js +15 -0
  189. package/lib/response/list-node-backup-configurations-response.js.map +1 -0
  190. package/lib/response/list-node-backups-response.d.ts +32 -0
  191. package/lib/response/list-node-backups-response.js +15 -0
  192. package/lib/response/list-node-backups-response.js.map +1 -0
  193. package/lib/response/list-node-replace-configurations-response.d.ts +32 -0
  194. package/lib/response/list-node-replace-configurations-response.js +15 -0
  195. package/lib/response/list-node-replace-configurations-response.js.map +1 -0
  196. package/lib/response/remove-node-replace-configuration-response.d.ts +25 -0
  197. package/lib/response/remove-node-replace-configuration-response.js +15 -0
  198. package/lib/response/remove-node-replace-configuration-response.js.map +1 -0
  199. package/lib/response/replace-node-response.d.ts +25 -0
  200. package/lib/response/replace-node-response.js +15 -0
  201. package/lib/response/replace-node-response.js.map +1 -0
  202. package/lib/response/update-node-backup-configuration-response.d.ts +25 -0
  203. package/lib/response/update-node-backup-configuration-response.js +15 -0
  204. package/lib/response/update-node-backup-configuration-response.js.map +1 -0
  205. package/lib/response/update-node-replace-configuration-response.d.ts +25 -0
  206. package/lib/response/update-node-replace-configuration-response.js +15 -0
  207. package/lib/response/update-node-replace-configuration-response.js.map +1 -0
  208. package/package.json +3 -3
@@ -0,0 +1,45 @@
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
+ * The information about the NodeBackupConfiguration.
17
+ */
18
+ export interface CreateNodeBackupConfigurationDetails {
19
+ "levelTypeDetails": model.NodeTypeLevelDetails | model.NodeLevelDetails;
20
+ /**
21
+ * A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
22
+ */
23
+ "displayName"?: string;
24
+ /**
25
+ * The time zone of the execution schedule, in IANA time zone database name format
26
+ */
27
+ "timezone"?: string;
28
+ /**
29
+ * Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
30
+ *
31
+ */
32
+ "schedule": string;
33
+ /**
34
+ * Number of backup copies to retain. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "numberOfBackupsToRetain"?: number;
37
+ /**
38
+ * Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
39
+ */
40
+ "backupType"?: string;
41
+ }
42
+ export declare namespace CreateNodeBackupConfigurationDetails {
43
+ function getJsonObj(obj: CreateNodeBackupConfigurationDetails): object;
44
+ function getDeserializedJsonObj(obj: CreateNodeBackupConfigurationDetails): object;
45
+ }
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 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.CreateNodeBackupConfigurationDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var CreateNodeBackupConfigurationDetails;
38
+ (function (CreateNodeBackupConfigurationDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "levelTypeDetails": obj.levelTypeDetails
42
+ ? model.LevelTypeDetails.getJsonObj(obj.levelTypeDetails)
43
+ : undefined
44
+ });
45
+ return jsonObj;
46
+ }
47
+ CreateNodeBackupConfigurationDetails.getJsonObj = getJsonObj;
48
+ function getDeserializedJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {
50
+ "levelTypeDetails": obj.levelTypeDetails
51
+ ? model.LevelTypeDetails.getDeserializedJsonObj(obj.levelTypeDetails)
52
+ : undefined
53
+ });
54
+ return jsonObj;
55
+ }
56
+ CreateNodeBackupConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
57
+ })(CreateNodeBackupConfigurationDetails = exports.CreateNodeBackupConfigurationDetails || (exports.CreateNodeBackupConfigurationDetails = {}));
58
+ //# sourceMappingURL=create-node-backup-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-node-backup-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-node-backup-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,oCAAoC,CAyBpD;AAzBD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,+CAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,2DAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAyBpD"}
@@ -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, 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
+ * The information about the NodeReplaceConfiguration
17
+ */
18
+ export interface CreateNodeReplaceConfigurationDetails {
19
+ "levelTypeDetails": model.NodeTypeLevelDetails | model.NodeLevelDetails;
20
+ /**
21
+ * A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
22
+ */
23
+ "displayName"?: string;
24
+ /**
25
+ * Base-64 encoded password for the cluster admin user.
26
+ */
27
+ "clusterAdminPassword": string;
28
+ /**
29
+ * Type of compute instance health metric to use for node replacement
30
+ */
31
+ "metricType": string;
32
+ /**
33
+ * This value is the minimum period of time to wait before triggering node replacement. The value is in minutes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
34
+ */
35
+ "durationInMinutes": number;
36
+ }
37
+ export declare namespace CreateNodeReplaceConfigurationDetails {
38
+ function getJsonObj(obj: CreateNodeReplaceConfigurationDetails): object;
39
+ function getDeserializedJsonObj(obj: CreateNodeReplaceConfigurationDetails): object;
40
+ }
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 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.CreateNodeReplaceConfigurationDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var CreateNodeReplaceConfigurationDetails;
38
+ (function (CreateNodeReplaceConfigurationDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "levelTypeDetails": obj.levelTypeDetails
42
+ ? model.LevelTypeDetails.getJsonObj(obj.levelTypeDetails)
43
+ : undefined
44
+ });
45
+ return jsonObj;
46
+ }
47
+ CreateNodeReplaceConfigurationDetails.getJsonObj = getJsonObj;
48
+ function getDeserializedJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {
50
+ "levelTypeDetails": obj.levelTypeDetails
51
+ ? model.LevelTypeDetails.getDeserializedJsonObj(obj.levelTypeDetails)
52
+ : undefined
53
+ });
54
+ return jsonObj;
55
+ }
56
+ CreateNodeReplaceConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
57
+ })(CreateNodeReplaceConfigurationDetails = exports.CreateNodeReplaceConfigurationDetails || (exports.CreateNodeReplaceConfigurationDetails = {}));
58
+ //# sourceMappingURL=create-node-replace-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-node-replace-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-node-replace-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,qCAAqC,CAyBrD;AAzBD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4DAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAyBrD"}
@@ -43,6 +43,8 @@ import * as AutoScalingConfiguration from "./auto-scaling-configuration";
43
43
  export import AutoScalingConfiguration = AutoScalingConfiguration.AutoScalingConfiguration;
44
44
  import * as AutoScalingConfigurationSummary from "./auto-scaling-configuration-summary";
45
45
  export import AutoScalingConfigurationSummary = AutoScalingConfigurationSummary.AutoScalingConfigurationSummary;
46
+ import * as BackupNodeDetails from "./backup-node-details";
47
+ export import BackupNodeDetails = BackupNodeDetails.BackupNodeDetails;
46
48
  import * as BdsApiKey from "./bds-api-key";
47
49
  export import BdsApiKey = BdsApiKey.BdsApiKey;
48
50
  import * as BdsApiKeySummary from "./bds-api-key-summary";
@@ -75,8 +77,12 @@ import * as CreateBdsInstanceDetails from "./create-bds-instance-details";
75
77
  export import CreateBdsInstanceDetails = CreateBdsInstanceDetails.CreateBdsInstanceDetails;
76
78
  import * as CreateBdsMetastoreConfigurationDetails from "./create-bds-metastore-configuration-details";
77
79
  export import CreateBdsMetastoreConfigurationDetails = CreateBdsMetastoreConfigurationDetails.CreateBdsMetastoreConfigurationDetails;
80
+ import * as CreateNodeBackupConfigurationDetails from "./create-node-backup-configuration-details";
81
+ export import CreateNodeBackupConfigurationDetails = CreateNodeBackupConfigurationDetails.CreateNodeBackupConfigurationDetails;
78
82
  import * as CreateNodeDetails from "./create-node-details";
79
83
  export import CreateNodeDetails = CreateNodeDetails.CreateNodeDetails;
84
+ import * as CreateNodeReplaceConfigurationDetails from "./create-node-replace-configuration-details";
85
+ export import CreateNodeReplaceConfigurationDetails = CreateNodeReplaceConfigurationDetails.CreateNodeReplaceConfigurationDetails;
80
86
  import * as DefaultError from "./default-error";
81
87
  export import DefaultError = DefaultError.DefaultError;
82
88
  import * as DisableCertificateDetails from "./disable-certificate-details";
@@ -97,6 +103,8 @@ import * as InstallPatchDetails from "./install-patch-details";
97
103
  export import InstallPatchDetails = InstallPatchDetails.InstallPatchDetails;
98
104
  import * as KerberosDetails from "./kerberos-details";
99
105
  export import KerberosDetails = KerberosDetails.KerberosDetails;
106
+ import * as LevelTypeDetails from "./level-type-details";
107
+ export import LevelTypeDetails = LevelTypeDetails.LevelTypeDetails;
100
108
  import * as MetricBasedHorizontalScaleInConfig from "./metric-based-horizontal-scale-in-config";
101
109
  export import MetricBasedHorizontalScaleInConfig = MetricBasedHorizontalScaleInConfig.MetricBasedHorizontalScaleInConfig;
102
110
  import * as MetricBasedHorizontalScaleOutConfig from "./metric-based-horizontal-scale-out-config";
@@ -111,6 +119,18 @@ import * as NetworkConfig from "./network-config";
111
119
  export import NetworkConfig = NetworkConfig.NetworkConfig;
112
120
  import * as Node from "./node";
113
121
  export import Node = Node.Node;
122
+ import * as NodeBackup from "./node-backup";
123
+ export import NodeBackup = NodeBackup.NodeBackup;
124
+ import * as NodeBackupConfiguration from "./node-backup-configuration";
125
+ export import NodeBackupConfiguration = NodeBackupConfiguration.NodeBackupConfiguration;
126
+ import * as NodeBackupConfigurationSummary from "./node-backup-configuration-summary";
127
+ export import NodeBackupConfigurationSummary = NodeBackupConfigurationSummary.NodeBackupConfigurationSummary;
128
+ import * as NodeBackupSummary from "./node-backup-summary";
129
+ export import NodeBackupSummary = NodeBackupSummary.NodeBackupSummary;
130
+ import * as NodeReplaceConfiguration from "./node-replace-configuration";
131
+ export import NodeReplaceConfiguration = NodeReplaceConfiguration.NodeReplaceConfiguration;
132
+ import * as NodeReplaceConfigurationSummary from "./node-replace-configuration-summary";
133
+ export import NodeReplaceConfigurationSummary = NodeReplaceConfigurationSummary.NodeReplaceConfigurationSummary;
114
134
  import * as OperationStatus from "./operation-status";
115
135
  export import OperationStatus = OperationStatus.OperationStatus;
116
136
  import * as OperationTypes from "./operation-types";
@@ -135,8 +155,12 @@ import * as RemoveKafkaDetails from "./remove-kafka-details";
135
155
  export import RemoveKafkaDetails = RemoveKafkaDetails.RemoveKafkaDetails;
136
156
  import * as RemoveNodeDetails from "./remove-node-details";
137
157
  export import RemoveNodeDetails = RemoveNodeDetails.RemoveNodeDetails;
158
+ import * as RemoveNodeReplaceConfigurationDetails from "./remove-node-replace-configuration-details";
159
+ export import RemoveNodeReplaceConfigurationDetails = RemoveNodeReplaceConfigurationDetails.RemoveNodeReplaceConfigurationDetails;
138
160
  import * as RenewCertificateDetails from "./renew-certificate-details";
139
161
  export import RenewCertificateDetails = RenewCertificateDetails.RenewCertificateDetails;
162
+ import * as ReplaceNodeDetails from "./replace-node-details";
163
+ export import ReplaceNodeDetails = ReplaceNodeDetails.ReplaceNodeDetails;
140
164
  import * as RestartNodeDetails from "./restart-node-details";
141
165
  export import RestartNodeDetails = RestartNodeDetails.RestartNodeDetails;
142
166
  import * as ScheduleType from "./schedule-type";
@@ -167,6 +191,10 @@ import * as UpdateBdsInstanceDetails from "./update-bds-instance-details";
167
191
  export import UpdateBdsInstanceDetails = UpdateBdsInstanceDetails.UpdateBdsInstanceDetails;
168
192
  import * as UpdateBdsMetastoreConfigurationDetails from "./update-bds-metastore-configuration-details";
169
193
  export import UpdateBdsMetastoreConfigurationDetails = UpdateBdsMetastoreConfigurationDetails.UpdateBdsMetastoreConfigurationDetails;
194
+ import * as UpdateNodeBackupConfigurationDetails from "./update-node-backup-configuration-details";
195
+ export import UpdateNodeBackupConfigurationDetails = UpdateNodeBackupConfigurationDetails.UpdateNodeBackupConfigurationDetails;
196
+ import * as UpdateNodeReplaceConfigurationDetails from "./update-node-replace-configuration-details";
197
+ export import UpdateNodeReplaceConfigurationDetails = UpdateNodeReplaceConfigurationDetails.UpdateNodeReplaceConfigurationDetails;
170
198
  import * as VerticalScalingScheduleDetails from "./vertical-scaling-schedule-details";
171
199
  export import VerticalScalingScheduleDetails = VerticalScalingScheduleDetails.VerticalScalingScheduleDetails;
172
200
  import * as VolumeAttachmentDetail from "./volume-attachment-detail";
@@ -199,6 +227,10 @@ import * as MetricBasedHorizontalScalingPolicyDetails from "./metric-based-horiz
199
227
  export import MetricBasedHorizontalScalingPolicyDetails = MetricBasedHorizontalScalingPolicyDetails.MetricBasedHorizontalScalingPolicyDetails;
200
228
  import * as MetricBasedVerticalScalingPolicyDetails from "./metric-based-vertical-scaling-policy-details";
201
229
  export import MetricBasedVerticalScalingPolicyDetails = MetricBasedVerticalScalingPolicyDetails.MetricBasedVerticalScalingPolicyDetails;
230
+ import * as NodeLevelDetails from "./node-level-details";
231
+ export import NodeLevelDetails = NodeLevelDetails.NodeLevelDetails;
232
+ import * as NodeTypeLevelDetails from "./node-type-level-details";
233
+ export import NodeTypeLevelDetails = NodeTypeLevelDetails.NodeTypeLevelDetails;
202
234
  import * as ScheduleBasedHorizontalScalingPolicyDetails from "./schedule-based-horizontal-scaling-policy-details";
203
235
  export import ScheduleBasedHorizontalScalingPolicyDetails = ScheduleBasedHorizontalScalingPolicyDetails.ScheduleBasedHorizontalScalingPolicyDetails;
204
236
  import * as ScheduleBasedVerticalScalingPolicyDetails from "./schedule-based-vertical-scaling-policy-details";
@@ -32,8 +32,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.Node = exports.NetworkConfig = exports.MetricThresholdRule = exports.MetricBasedVerticalScaleUpConfig = exports.MetricBasedVerticalScaleDownConfig = exports.MetricBasedHorizontalScaleOutConfig = exports.MetricBasedHorizontalScaleInConfig = exports.KerberosDetails = exports.InstallPatchDetails = exports.InstallOsPatchDetails = exports.HostSpecificCertificateDetails = exports.HostCertDetails = exports.HorizontalScalingScheduleDetails = exports.ExecuteBootstrapScriptDetails = exports.EnableCertificateDetails = exports.DisableCertificateDetails = exports.DefaultError = exports.CreateNodeDetails = exports.CreateBdsMetastoreConfigurationDetails = exports.CreateBdsInstanceDetails = exports.CreateBdsApiKeyDetails = exports.ClusterDetails = exports.CloudSqlDetails = exports.ChangeShapeNodes = exports.ChangeShapeDetails = exports.ChangeBdsInstanceCompartmentDetails = exports.CertificateServiceInfoSummary = exports.CertificateServiceInfoDetails = exports.BdsMetastoreConfigurationSummary = exports.BdsMetastoreConfiguration = exports.BdsInstanceSummary = exports.BdsInstance = exports.BdsApiKeySummary = exports.BdsApiKey = exports.AutoScalingConfigurationSummary = exports.AutoScalingConfiguration = exports.AutoScalePolicyRule = exports.AutoScalePolicyMetricRule = exports.AutoScalePolicyDetails = exports.AutoScalePolicy = exports.AddWorkerNodesDetails = exports.AddUtilityNodesDetails = exports.AddMasterNodesDetails = exports.AddKafkaDetails = exports.AddCloudSqlDetails = exports.AddBlockStorageDetails = exports.AddAutoScalingConfigurationDetails = exports.AddAutoScalePolicyDetails = exports.ActivateBdsMetastoreConfigurationDetails = exports.ActionTypes = void 0;
36
- exports.UpdateScheduleBasedVerticalScalingPolicyDetails = exports.UpdateScheduleBasedHorizontalScalingPolicyDetails = exports.UpdateMetricBasedVerticalScalingPolicyDetails = exports.UpdateMetricBasedHorizontalScalingPolicyDetails = exports.ScheduleBasedVerticalScalingPolicyDetails = exports.ScheduleBasedHorizontalScalingPolicyDetails = exports.MetricBasedVerticalScalingPolicyDetails = exports.MetricBasedHorizontalScalingPolicyDetails = exports.DowntimeBasedPatchingConfigs = exports.DayBasedVerticalScalingScheduleDetails = exports.DayBasedHorizontalScalingScheduleDetails = exports.BatchingBasedPatchingConfigs = exports.AddScheduleBasedVerticalScalingPolicyDetails = exports.AddScheduleBasedHorizontalScalingPolicyDetails = exports.AddMetricBasedVerticalScalingPolicyDetails = exports.AddMetricBasedHorizontalScalingPolicyDetails = exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.VolumeAttachmentDetail = exports.VerticalScalingScheduleDetails = exports.UpdateBdsMetastoreConfigurationDetails = exports.UpdateBdsInstanceDetails = exports.UpdateAutoScalingConfigurationDetails = exports.UpdateAutoScalePolicyDetails = exports.TimeAndVerticalScalingConfig = exports.TimeAndHorizontalScalingConfig = exports.TestBdsObjectStorageConnectionDetails = exports.TestBdsMetastoreConfigurationDetails = exports.StopBdsInstanceDetails = exports.StartBdsInstanceDetails = exports.SortOrders = exports.ShapeConfigDetails = exports.Service = exports.ScheduleType = exports.RestartNodeDetails = exports.RenewCertificateDetails = exports.RemoveNodeDetails = exports.RemoveKafkaDetails = exports.RemoveCloudSqlDetails = exports.RemoveAutoScalingConfigurationDetails = exports.PatchingConfigs = exports.PatchSummary = exports.PatchHistorySummary = exports.OsPatchSummary = exports.OsPatchPackageSummary = exports.OsPatchDetails = exports.OperationTypes = exports.OperationStatus = void 0;
35
+ exports.MetricBasedVerticalScaleDownConfig = exports.MetricBasedHorizontalScaleOutConfig = exports.MetricBasedHorizontalScaleInConfig = exports.LevelTypeDetails = exports.KerberosDetails = exports.InstallPatchDetails = exports.InstallOsPatchDetails = exports.HostSpecificCertificateDetails = exports.HostCertDetails = exports.HorizontalScalingScheduleDetails = exports.ExecuteBootstrapScriptDetails = exports.EnableCertificateDetails = exports.DisableCertificateDetails = exports.DefaultError = exports.CreateNodeReplaceConfigurationDetails = exports.CreateNodeDetails = exports.CreateNodeBackupConfigurationDetails = exports.CreateBdsMetastoreConfigurationDetails = exports.CreateBdsInstanceDetails = exports.CreateBdsApiKeyDetails = exports.ClusterDetails = exports.CloudSqlDetails = exports.ChangeShapeNodes = exports.ChangeShapeDetails = exports.ChangeBdsInstanceCompartmentDetails = exports.CertificateServiceInfoSummary = exports.CertificateServiceInfoDetails = exports.BdsMetastoreConfigurationSummary = exports.BdsMetastoreConfiguration = exports.BdsInstanceSummary = exports.BdsInstance = exports.BdsApiKeySummary = exports.BdsApiKey = exports.BackupNodeDetails = exports.AutoScalingConfigurationSummary = exports.AutoScalingConfiguration = exports.AutoScalePolicyRule = exports.AutoScalePolicyMetricRule = exports.AutoScalePolicyDetails = exports.AutoScalePolicy = exports.AddWorkerNodesDetails = exports.AddUtilityNodesDetails = exports.AddMasterNodesDetails = exports.AddKafkaDetails = exports.AddCloudSqlDetails = exports.AddBlockStorageDetails = exports.AddAutoScalingConfigurationDetails = exports.AddAutoScalePolicyDetails = exports.ActivateBdsMetastoreConfigurationDetails = exports.ActionTypes = void 0;
36
+ exports.AddMetricBasedVerticalScalingPolicyDetails = exports.AddMetricBasedHorizontalScalingPolicyDetails = exports.WorkRequestResource = exports.WorkRequestLogEntry = exports.WorkRequestError = exports.WorkRequest = exports.VolumeAttachmentDetail = exports.VerticalScalingScheduleDetails = exports.UpdateNodeReplaceConfigurationDetails = exports.UpdateNodeBackupConfigurationDetails = exports.UpdateBdsMetastoreConfigurationDetails = exports.UpdateBdsInstanceDetails = exports.UpdateAutoScalingConfigurationDetails = exports.UpdateAutoScalePolicyDetails = exports.TimeAndVerticalScalingConfig = exports.TimeAndHorizontalScalingConfig = exports.TestBdsObjectStorageConnectionDetails = exports.TestBdsMetastoreConfigurationDetails = exports.StopBdsInstanceDetails = exports.StartBdsInstanceDetails = exports.SortOrders = exports.ShapeConfigDetails = exports.Service = exports.ScheduleType = exports.RestartNodeDetails = exports.ReplaceNodeDetails = exports.RenewCertificateDetails = exports.RemoveNodeReplaceConfigurationDetails = exports.RemoveNodeDetails = exports.RemoveKafkaDetails = exports.RemoveCloudSqlDetails = exports.RemoveAutoScalingConfigurationDetails = exports.PatchingConfigs = exports.PatchSummary = exports.PatchHistorySummary = exports.OsPatchSummary = exports.OsPatchPackageSummary = exports.OsPatchDetails = exports.OperationTypes = exports.OperationStatus = exports.NodeReplaceConfigurationSummary = exports.NodeReplaceConfiguration = exports.NodeBackupSummary = exports.NodeBackupConfigurationSummary = exports.NodeBackupConfiguration = exports.NodeBackup = exports.Node = exports.NetworkConfig = exports.MetricThresholdRule = exports.MetricBasedVerticalScaleUpConfig = void 0;
37
+ exports.UpdateScheduleBasedVerticalScalingPolicyDetails = exports.UpdateScheduleBasedHorizontalScalingPolicyDetails = exports.UpdateMetricBasedVerticalScalingPolicyDetails = exports.UpdateMetricBasedHorizontalScalingPolicyDetails = exports.ScheduleBasedVerticalScalingPolicyDetails = exports.ScheduleBasedHorizontalScalingPolicyDetails = exports.NodeTypeLevelDetails = exports.NodeLevelDetails = exports.MetricBasedVerticalScalingPolicyDetails = exports.MetricBasedHorizontalScalingPolicyDetails = exports.DowntimeBasedPatchingConfigs = exports.DayBasedVerticalScalingScheduleDetails = exports.DayBasedHorizontalScalingScheduleDetails = exports.BatchingBasedPatchingConfigs = exports.AddScheduleBasedVerticalScalingPolicyDetails = exports.AddScheduleBasedHorizontalScalingPolicyDetails = void 0;
37
38
  const ActionTypes = __importStar(require("./action-types"));
38
39
  exports.ActionTypes = ActionTypes.ActionTypes;
39
40
  const ActivateBdsMetastoreConfigurationDetails = __importStar(require("./activate-bds-metastore-configuration-details"));
@@ -66,6 +67,8 @@ const AutoScalingConfiguration = __importStar(require("./auto-scaling-configurat
66
67
  exports.AutoScalingConfiguration = AutoScalingConfiguration.AutoScalingConfiguration;
67
68
  const AutoScalingConfigurationSummary = __importStar(require("./auto-scaling-configuration-summary"));
68
69
  exports.AutoScalingConfigurationSummary = AutoScalingConfigurationSummary.AutoScalingConfigurationSummary;
70
+ const BackupNodeDetails = __importStar(require("./backup-node-details"));
71
+ exports.BackupNodeDetails = BackupNodeDetails.BackupNodeDetails;
69
72
  const BdsApiKey = __importStar(require("./bds-api-key"));
70
73
  exports.BdsApiKey = BdsApiKey.BdsApiKey;
71
74
  const BdsApiKeySummary = __importStar(require("./bds-api-key-summary"));
@@ -98,8 +101,12 @@ const CreateBdsInstanceDetails = __importStar(require("./create-bds-instance-det
98
101
  exports.CreateBdsInstanceDetails = CreateBdsInstanceDetails.CreateBdsInstanceDetails;
99
102
  const CreateBdsMetastoreConfigurationDetails = __importStar(require("./create-bds-metastore-configuration-details"));
100
103
  exports.CreateBdsMetastoreConfigurationDetails = CreateBdsMetastoreConfigurationDetails.CreateBdsMetastoreConfigurationDetails;
104
+ const CreateNodeBackupConfigurationDetails = __importStar(require("./create-node-backup-configuration-details"));
105
+ exports.CreateNodeBackupConfigurationDetails = CreateNodeBackupConfigurationDetails.CreateNodeBackupConfigurationDetails;
101
106
  const CreateNodeDetails = __importStar(require("./create-node-details"));
102
107
  exports.CreateNodeDetails = CreateNodeDetails.CreateNodeDetails;
108
+ const CreateNodeReplaceConfigurationDetails = __importStar(require("./create-node-replace-configuration-details"));
109
+ exports.CreateNodeReplaceConfigurationDetails = CreateNodeReplaceConfigurationDetails.CreateNodeReplaceConfigurationDetails;
103
110
  const DefaultError = __importStar(require("./default-error"));
104
111
  exports.DefaultError = DefaultError.DefaultError;
105
112
  const DisableCertificateDetails = __importStar(require("./disable-certificate-details"));
@@ -120,6 +127,8 @@ const InstallPatchDetails = __importStar(require("./install-patch-details"));
120
127
  exports.InstallPatchDetails = InstallPatchDetails.InstallPatchDetails;
121
128
  const KerberosDetails = __importStar(require("./kerberos-details"));
122
129
  exports.KerberosDetails = KerberosDetails.KerberosDetails;
130
+ const LevelTypeDetails = __importStar(require("./level-type-details"));
131
+ exports.LevelTypeDetails = LevelTypeDetails.LevelTypeDetails;
123
132
  const MetricBasedHorizontalScaleInConfig = __importStar(require("./metric-based-horizontal-scale-in-config"));
124
133
  exports.MetricBasedHorizontalScaleInConfig = MetricBasedHorizontalScaleInConfig.MetricBasedHorizontalScaleInConfig;
125
134
  const MetricBasedHorizontalScaleOutConfig = __importStar(require("./metric-based-horizontal-scale-out-config"));
@@ -134,6 +143,18 @@ const NetworkConfig = __importStar(require("./network-config"));
134
143
  exports.NetworkConfig = NetworkConfig.NetworkConfig;
135
144
  const Node = __importStar(require("./node"));
136
145
  exports.Node = Node.Node;
146
+ const NodeBackup = __importStar(require("./node-backup"));
147
+ exports.NodeBackup = NodeBackup.NodeBackup;
148
+ const NodeBackupConfiguration = __importStar(require("./node-backup-configuration"));
149
+ exports.NodeBackupConfiguration = NodeBackupConfiguration.NodeBackupConfiguration;
150
+ const NodeBackupConfigurationSummary = __importStar(require("./node-backup-configuration-summary"));
151
+ exports.NodeBackupConfigurationSummary = NodeBackupConfigurationSummary.NodeBackupConfigurationSummary;
152
+ const NodeBackupSummary = __importStar(require("./node-backup-summary"));
153
+ exports.NodeBackupSummary = NodeBackupSummary.NodeBackupSummary;
154
+ const NodeReplaceConfiguration = __importStar(require("./node-replace-configuration"));
155
+ exports.NodeReplaceConfiguration = NodeReplaceConfiguration.NodeReplaceConfiguration;
156
+ const NodeReplaceConfigurationSummary = __importStar(require("./node-replace-configuration-summary"));
157
+ exports.NodeReplaceConfigurationSummary = NodeReplaceConfigurationSummary.NodeReplaceConfigurationSummary;
137
158
  const OperationStatus = __importStar(require("./operation-status"));
138
159
  exports.OperationStatus = OperationStatus.OperationStatus;
139
160
  const OperationTypes = __importStar(require("./operation-types"));
@@ -158,8 +179,12 @@ const RemoveKafkaDetails = __importStar(require("./remove-kafka-details"));
158
179
  exports.RemoveKafkaDetails = RemoveKafkaDetails.RemoveKafkaDetails;
159
180
  const RemoveNodeDetails = __importStar(require("./remove-node-details"));
160
181
  exports.RemoveNodeDetails = RemoveNodeDetails.RemoveNodeDetails;
182
+ const RemoveNodeReplaceConfigurationDetails = __importStar(require("./remove-node-replace-configuration-details"));
183
+ exports.RemoveNodeReplaceConfigurationDetails = RemoveNodeReplaceConfigurationDetails.RemoveNodeReplaceConfigurationDetails;
161
184
  const RenewCertificateDetails = __importStar(require("./renew-certificate-details"));
162
185
  exports.RenewCertificateDetails = RenewCertificateDetails.RenewCertificateDetails;
186
+ const ReplaceNodeDetails = __importStar(require("./replace-node-details"));
187
+ exports.ReplaceNodeDetails = ReplaceNodeDetails.ReplaceNodeDetails;
163
188
  const RestartNodeDetails = __importStar(require("./restart-node-details"));
164
189
  exports.RestartNodeDetails = RestartNodeDetails.RestartNodeDetails;
165
190
  const ScheduleType = __importStar(require("./schedule-type"));
@@ -190,6 +215,10 @@ const UpdateBdsInstanceDetails = __importStar(require("./update-bds-instance-det
190
215
  exports.UpdateBdsInstanceDetails = UpdateBdsInstanceDetails.UpdateBdsInstanceDetails;
191
216
  const UpdateBdsMetastoreConfigurationDetails = __importStar(require("./update-bds-metastore-configuration-details"));
192
217
  exports.UpdateBdsMetastoreConfigurationDetails = UpdateBdsMetastoreConfigurationDetails.UpdateBdsMetastoreConfigurationDetails;
218
+ const UpdateNodeBackupConfigurationDetails = __importStar(require("./update-node-backup-configuration-details"));
219
+ exports.UpdateNodeBackupConfigurationDetails = UpdateNodeBackupConfigurationDetails.UpdateNodeBackupConfigurationDetails;
220
+ const UpdateNodeReplaceConfigurationDetails = __importStar(require("./update-node-replace-configuration-details"));
221
+ exports.UpdateNodeReplaceConfigurationDetails = UpdateNodeReplaceConfigurationDetails.UpdateNodeReplaceConfigurationDetails;
193
222
  const VerticalScalingScheduleDetails = __importStar(require("./vertical-scaling-schedule-details"));
194
223
  exports.VerticalScalingScheduleDetails = VerticalScalingScheduleDetails.VerticalScalingScheduleDetails;
195
224
  const VolumeAttachmentDetail = __importStar(require("./volume-attachment-detail"));
@@ -222,6 +251,10 @@ const MetricBasedHorizontalScalingPolicyDetails = __importStar(require("./metric
222
251
  exports.MetricBasedHorizontalScalingPolicyDetails = MetricBasedHorizontalScalingPolicyDetails.MetricBasedHorizontalScalingPolicyDetails;
223
252
  const MetricBasedVerticalScalingPolicyDetails = __importStar(require("./metric-based-vertical-scaling-policy-details"));
224
253
  exports.MetricBasedVerticalScalingPolicyDetails = MetricBasedVerticalScalingPolicyDetails.MetricBasedVerticalScalingPolicyDetails;
254
+ const NodeLevelDetails = __importStar(require("./node-level-details"));
255
+ exports.NodeLevelDetails = NodeLevelDetails.NodeLevelDetails;
256
+ const NodeTypeLevelDetails = __importStar(require("./node-type-level-details"));
257
+ exports.NodeTypeLevelDetails = NodeTypeLevelDetails.NodeTypeLevelDetails;
225
258
  const ScheduleBasedHorizontalScalingPolicyDetails = __importStar(require("./schedule-based-horizontal-scaling-policy-details"));
226
259
  exports.ScheduleBasedHorizontalScalingPolicyDetails = ScheduleBasedHorizontalScalingPolicyDetails.ScheduleBasedHorizontalScalingPolicyDetails;
227
260
  const ScheduleBasedVerticalScalingPolicyDetails = __importStar(require("./schedule-based-vertical-scaling-policy-details"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,23 @@
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 of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
16
+ */
17
+ export interface LevelTypeDetails {
18
+ "levelType": string;
19
+ }
20
+ export declare namespace LevelTypeDetails {
21
+ function getJsonObj(obj: LevelTypeDetails): object;
22
+ function getDeserializedJsonObj(obj: LevelTypeDetails): object;
23
+ }
@@ -0,0 +1,73 @@
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.LevelTypeDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ const common = require("oci-common");
38
+ var LevelTypeDetails;
39
+ (function (LevelTypeDetails) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ if (obj && "levelType" in obj && obj.levelType) {
43
+ switch (obj.levelType) {
44
+ case "NODE_TYPE_LEVEL":
45
+ return model.NodeTypeLevelDetails.getJsonObj(jsonObj, true);
46
+ case "NODE_LEVEL":
47
+ return model.NodeLevelDetails.getJsonObj(jsonObj, true);
48
+ default:
49
+ if (common.LOG.logger)
50
+ common.LOG.logger.info(`Unknown value for: ${obj.levelType}`);
51
+ }
52
+ }
53
+ return jsonObj;
54
+ }
55
+ LevelTypeDetails.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ if (obj && "levelType" in obj && obj.levelType) {
59
+ switch (obj.levelType) {
60
+ case "NODE_TYPE_LEVEL":
61
+ return model.NodeTypeLevelDetails.getDeserializedJsonObj(jsonObj, true);
62
+ case "NODE_LEVEL":
63
+ return model.NodeLevelDetails.getDeserializedJsonObj(jsonObj, true);
64
+ default:
65
+ if (common.LOG.logger)
66
+ common.LOG.logger.info(`Unknown value for: ${obj.levelType}`);
67
+ }
68
+ }
69
+ return jsonObj;
70
+ }
71
+ LevelTypeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
72
+ })(LevelTypeDetails = exports.LevelTypeDetails || (exports.LevelTypeDetails = {}));
73
+ //# sourceMappingURL=level-type-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"level-type-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/level-type-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,gBAAgB,CAwChC;AAxCD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACL,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAkC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,2BAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CACjB,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CACjB,OAAQ,EACzC,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,uCAAsB,yBAoBrC,CAAA;AACH,CAAC,EAxCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAwChC"}
@@ -0,0 +1,49 @@
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
+ * The information about the NodeBackupConfiguration.
17
+ */
18
+ export interface NodeBackupConfigurationSummary {
19
+ /**
20
+ * The id of the NodeBackupConfiguration.
21
+ */
22
+ "id": string;
23
+ /**
24
+ * The OCID of the bdsInstance which is the parent resource id.
25
+ */
26
+ "bdsInstanceId": string;
27
+ /**
28
+ * A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
29
+ */
30
+ "displayName": string;
31
+ "levelTypeDetails": model.NodeTypeLevelDetails | model.NodeLevelDetails;
32
+ /**
33
+ * The state of the NodeBackupConfiguration.
34
+ */
35
+ "lifecycleState": string;
36
+ /**
37
+ * The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
38
+ */
39
+ "timeCreated": Date;
40
+ /**
41
+ * The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
42
+ *
43
+ */
44
+ "timeUpdated": Date;
45
+ }
46
+ export declare namespace NodeBackupConfigurationSummary {
47
+ function getJsonObj(obj: NodeBackupConfigurationSummary): object;
48
+ function getDeserializedJsonObj(obj: NodeBackupConfigurationSummary): object;
49
+ }