oci-bds 2.86.2 → 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,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.NodeReplaceConfigurationSummary = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var NodeReplaceConfigurationSummary;
38
+ (function (NodeReplaceConfigurationSummary) {
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
+ NodeReplaceConfigurationSummary.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
+ NodeReplaceConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
57
+ })(NodeReplaceConfigurationSummary = exports.NodeReplaceConfigurationSummary || (exports.NodeReplaceConfigurationSummary = {}));
58
+ //# sourceMappingURL=node-replace-configuration-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-replace-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node-replace-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,+BAA+B,CAyB/C;AAzBD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,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,0CAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,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,sDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAyB/C"}
@@ -0,0 +1,79 @@
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 NodeReplaceConfiguration {
19
+ /**
20
+ * The unique identifier for the NodeReplaceConfiguration.
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 NodeReplaceConfiguration.
34
+ */
35
+ "lifecycleState": NodeReplaceConfiguration.LifecycleState;
36
+ /**
37
+ * The time the NodeReplaceConfiguration was created, shown as an RFC 3339 formatted datetime string.
38
+ */
39
+ "timeCreated": Date;
40
+ /**
41
+ * The time the NodeReplaceConfiguration was updated, shown as an RFC 3339 formatted datetime string.
42
+ *
43
+ */
44
+ "timeUpdated": Date;
45
+ /**
46
+ * Type of compute instance health metric to use for node replacement
47
+ */
48
+ "metricType": NodeReplaceConfiguration.MetricType;
49
+ /**
50
+ * This value is the minimum period of time to wait for metric emission before triggering node replacement. The value is in minutes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
51
+ */
52
+ "durationInMinutes": number;
53
+ }
54
+ export declare namespace NodeReplaceConfiguration {
55
+ enum LifecycleState {
56
+ Creating = "CREATING",
57
+ Active = "ACTIVE",
58
+ Updating = "UPDATING",
59
+ Deleting = "DELETING",
60
+ Deleted = "DELETED",
61
+ Failed = "FAILED",
62
+ /**
63
+ * This value is used if a service returns a value for this enum that is not recognized by this
64
+ * version of the SDK.
65
+ */
66
+ UnknownValue = "UNKNOWN_VALUE"
67
+ }
68
+ enum MetricType {
69
+ InstanceStatus = "INSTANCE_STATUS",
70
+ InstanceAccessibilityStatus = "INSTANCE_ACCESSIBILITY_STATUS",
71
+ /**
72
+ * This value is used if a service returns a value for this enum that is not recognized by this
73
+ * version of the SDK.
74
+ */
75
+ UnknownValue = "UNKNOWN_VALUE"
76
+ }
77
+ function getJsonObj(obj: NodeReplaceConfiguration): object;
78
+ function getDeserializedJsonObj(obj: NodeReplaceConfiguration): object;
79
+ }
@@ -0,0 +1,82 @@
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.NodeReplaceConfiguration = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var NodeReplaceConfiguration;
38
+ (function (NodeReplaceConfiguration) {
39
+ let LifecycleState;
40
+ (function (LifecycleState) {
41
+ LifecycleState["Creating"] = "CREATING";
42
+ LifecycleState["Active"] = "ACTIVE";
43
+ LifecycleState["Updating"] = "UPDATING";
44
+ LifecycleState["Deleting"] = "DELETING";
45
+ LifecycleState["Deleted"] = "DELETED";
46
+ LifecycleState["Failed"] = "FAILED";
47
+ /**
48
+ * This value is used if a service returns a value for this enum that is not recognized by this
49
+ * version of the SDK.
50
+ */
51
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
52
+ })(LifecycleState = NodeReplaceConfiguration.LifecycleState || (NodeReplaceConfiguration.LifecycleState = {}));
53
+ let MetricType;
54
+ (function (MetricType) {
55
+ MetricType["InstanceStatus"] = "INSTANCE_STATUS";
56
+ MetricType["InstanceAccessibilityStatus"] = "INSTANCE_ACCESSIBILITY_STATUS";
57
+ /**
58
+ * This value is used if a service returns a value for this enum that is not recognized by this
59
+ * version of the SDK.
60
+ */
61
+ MetricType["UnknownValue"] = "UNKNOWN_VALUE";
62
+ })(MetricType = NodeReplaceConfiguration.MetricType || (NodeReplaceConfiguration.MetricType = {}));
63
+ function getJsonObj(obj) {
64
+ const jsonObj = Object.assign(Object.assign({}, obj), {
65
+ "levelTypeDetails": obj.levelTypeDetails
66
+ ? model.LevelTypeDetails.getJsonObj(obj.levelTypeDetails)
67
+ : undefined
68
+ });
69
+ return jsonObj;
70
+ }
71
+ NodeReplaceConfiguration.getJsonObj = getJsonObj;
72
+ function getDeserializedJsonObj(obj) {
73
+ const jsonObj = Object.assign(Object.assign({}, obj), {
74
+ "levelTypeDetails": obj.levelTypeDetails
75
+ ? model.LevelTypeDetails.getDeserializedJsonObj(obj.levelTypeDetails)
76
+ : undefined
77
+ });
78
+ return jsonObj;
79
+ }
80
+ NodeReplaceConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
81
+ })(NodeReplaceConfiguration = exports.NodeReplaceConfiguration || (exports.NodeReplaceConfiguration = {}));
82
+ //# sourceMappingURL=node-replace-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-replace-configuration.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node-replace-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ClC,IAAiB,wBAAwB,CAiDxC;AAjDD,WAAiB,wBAAwB;IACvC,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,uCAAc,KAAd,uCAAc,QAYzB;IAED,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,gDAAkC,CAAA;QAClC,2EAA6D,CAAA;QAC7D;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,mCAAU,KAAV,mCAAU,QAQrB;IAED,SAAgB,UAAU,CAAC,GAA6B;QACtD,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,mCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,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,+CAAsB,yBAWrC,CAAA;AACH,CAAC,EAjDgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAiDxC"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * Details of node type level used to trigger the creation of a new node backup configuration and node replacement configuration.
17
+ */
18
+ export interface NodeTypeLevelDetails extends model.LevelTypeDetails {
19
+ /**
20
+ * Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
21
+ */
22
+ "nodeType": string;
23
+ "levelType": string;
24
+ }
25
+ export declare namespace NodeTypeLevelDetails {
26
+ function getJsonObj(obj: NodeTypeLevelDetails, isParentJsonObj?: boolean): object;
27
+ const levelType = "NODE_TYPE_LEVEL";
28
+ function getDeserializedJsonObj(obj: NodeTypeLevelDetails, isParentJsonObj?: boolean): object;
29
+ }
@@ -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, 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.NodeTypeLevelDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var NodeTypeLevelDetails;
38
+ (function (NodeTypeLevelDetails) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.LevelTypeDetails.getJsonObj(obj))), {});
41
+ return jsonObj;
42
+ }
43
+ NodeTypeLevelDetails.getJsonObj = getJsonObj;
44
+ NodeTypeLevelDetails.levelType = "NODE_TYPE_LEVEL";
45
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
46
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
47
+ ? obj
48
+ : model.LevelTypeDetails.getDeserializedJsonObj(obj))), {});
49
+ return jsonObj;
50
+ }
51
+ NodeTypeLevelDetails.getDeserializedJsonObj = getDeserializedJsonObj;
52
+ })(NodeTypeLevelDetails = exports.NodeTypeLevelDetails || (exports.NodeTypeLevelDetails = {}));
53
+ //# sourceMappingURL=node-type-level-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-type-level-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node-type-level-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,oBAAoB,CAuBpC;AAvBD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,+BAAU,aAOzB,CAAA;IACY,8BAAS,GAAG,iBAAiB,CAAC;IAC3C,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAA0B,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAuBpC"}
@@ -104,6 +104,14 @@ export interface Node {
104
104
  * Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
105
105
  */
106
106
  "isRebootRequired"?: boolean;
107
+ /**
108
+ * The date and time the instance was replaced by a new vm with a node backup.
109
+ */
110
+ "timeReplaced"?: Date;
111
+ /**
112
+ * The node back id that was used for replacing the node.
113
+ */
114
+ "nodeBackupId"?: string;
107
115
  }
108
116
  export declare namespace Node {
109
117
  enum LifecycleState {
@@ -1 +1 @@
1
- {"version":3,"file":"node.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiGlC,IAAiB,IAAI,CA+DpB;AA/DD,WAAiB,IAAI;IACnB,IAAY,cAgBX;IAhBD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB,qCAAmB,CAAA;QACnB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAhBW,cAAc,GAAd,mBAAc,KAAd,mBAAc,QAgBzB;IAED,IAAY,QAcX;IAdD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,yBAAa,CAAA;QACb,+BAAmB,CAAA;QACnB,6BAAiB,CAAA;QACjB,qDAAyC,CAAA;QACzC,wCAA4B,CAAA;QAC5B,iCAAqB,CAAA;QACrB,kCAAsB,CAAA;QACtB;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAdW,QAAQ,GAAR,aAAQ,KAAR,aAAQ,QAcnB;IAED,SAAgB,UAAU,CAAC,GAAS;QAClC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,eAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAS;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2BAAsB,yBAarC,CAAA;AACH,CAAC,EA/DgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QA+DpB"}
1
+ {"version":3,"file":"node.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyGlC,IAAiB,IAAI,CA+DpB;AA/DD,WAAiB,IAAI;IACnB,IAAY,cAgBX;IAhBD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB,qCAAmB,CAAA;QACnB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAhBW,cAAc,GAAd,mBAAc,KAAd,mBAAc,QAgBzB;IAED,IAAY,QAcX;IAdD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,yBAAa,CAAA;QACb,+BAAmB,CAAA;QACnB,6BAAiB,CAAA;QACjB,qDAAyC,CAAA;QACzC,wCAA4B,CAAA;QAC5B,iCAAqB,CAAA;QACrB,kCAAsB,CAAA;QACtB;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAdW,QAAQ,GAAR,aAAQ,KAAR,aAAQ,QAcnB;IAED,SAAgB,UAAU,CAAC,GAAS;QAClC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,eAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAS;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2BAAsB,yBAarC,CAAA;AACH,CAAC,EA/DgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QA+DpB"}
@@ -51,6 +51,15 @@ export declare enum OperationTypes {
51
51
  RemoveKafka = "REMOVE_KAFKA",
52
52
  ExecuteBootstrapScript = "EXECUTE_BOOTSTRAP_SCRIPT",
53
53
  OdhServiceCertificateUpdate = "ODH_SERVICE_CERTIFICATE_UPDATE",
54
+ CreateBackupConfig = "CREATE_BACKUP_CONFIG",
55
+ UpdateBackupConfig = "UPDATE_BACKUP_CONFIG",
56
+ DeleteBackupConfig = "DELETE_BACKUP_CONFIG",
57
+ CreateNodeReplaceConfig = "CREATE_NODE_REPLACE_CONFIG",
58
+ UpdateNodeReplaceConfig = "UPDATE_NODE_REPLACE_CONFIG",
59
+ DeleteNodeReplaceConfig = "DELETE_NODE_REPLACE_CONFIG",
60
+ BackupNodes = "BACKUP_NODES",
61
+ DeleteNodeBackup = "DELETE_NODE_BACKUP",
62
+ ReplaceNode = "REPLACE_NODE",
54
63
  /**
55
64
  * This value is used if a service returns a value for this enum that is not recognized by this
56
65
  * version of the SDK.
@@ -55,6 +55,15 @@ var OperationTypes;
55
55
  OperationTypes["RemoveKafka"] = "REMOVE_KAFKA";
56
56
  OperationTypes["ExecuteBootstrapScript"] = "EXECUTE_BOOTSTRAP_SCRIPT";
57
57
  OperationTypes["OdhServiceCertificateUpdate"] = "ODH_SERVICE_CERTIFICATE_UPDATE";
58
+ OperationTypes["CreateBackupConfig"] = "CREATE_BACKUP_CONFIG";
59
+ OperationTypes["UpdateBackupConfig"] = "UPDATE_BACKUP_CONFIG";
60
+ OperationTypes["DeleteBackupConfig"] = "DELETE_BACKUP_CONFIG";
61
+ OperationTypes["CreateNodeReplaceConfig"] = "CREATE_NODE_REPLACE_CONFIG";
62
+ OperationTypes["UpdateNodeReplaceConfig"] = "UPDATE_NODE_REPLACE_CONFIG";
63
+ OperationTypes["DeleteNodeReplaceConfig"] = "DELETE_NODE_REPLACE_CONFIG";
64
+ OperationTypes["BackupNodes"] = "BACKUP_NODES";
65
+ OperationTypes["DeleteNodeBackup"] = "DELETE_NODE_BACKUP";
66
+ OperationTypes["ReplaceNode"] = "REPLACE_NODE";
58
67
  /**
59
68
  * This value is used if a service returns a value for this enum that is not recognized by this
60
69
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,cA2CX;AA3CD,WAAY,cAAc;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,+CAA6B,CAAA;IAC7B,qDAAmC,CAAA;IACnC,wEAAsD,CAAA;IACtD,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,4CAA0B,CAAA;IAC1B,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,sDAAoC,CAAA;IACpC,gDAA8B,CAAA;IAC9B,iDAA+B,CAAA;IAC/B,iDAA+B,CAAA;IAC/B,4EAA0D,CAAA;IAC1D,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,uEAAqD,CAAA;IACrD,+DAA6C,CAAA;IAC7C,wCAAsB,CAAA;IACtB,wCAAsB,CAAA;IACtB,sCAAoB,CAAA;IACpB,sCAAoB,CAAA;IACpB,wCAAsB,CAAA;IACtB,wCAAsB,CAAA;IACtB,8CAA4B,CAAA;IAC5B,qEAAmD,CAAA;IACnD,gFAA8D,CAAA;IAE9D;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EA3CW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA2CzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
1
+ {"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,cAoDX;AApDD,WAAY,cAAc;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,+CAA6B,CAAA;IAC7B,qDAAmC,CAAA;IACnC,wEAAsD,CAAA;IACtD,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,4CAA0B,CAAA;IAC1B,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,sDAAoC,CAAA;IACpC,gDAA8B,CAAA;IAC9B,iDAA+B,CAAA;IAC/B,iDAA+B,CAAA;IAC/B,4EAA0D,CAAA;IAC1D,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,uEAAqD,CAAA;IACrD,+DAA6C,CAAA;IAC7C,wCAAsB,CAAA;IACtB,wCAAsB,CAAA;IACtB,sCAAoB,CAAA;IACpB,sCAAoB,CAAA;IACpB,wCAAsB,CAAA;IACtB,wCAAsB,CAAA;IACtB,8CAA4B,CAAA;IAC5B,qEAAmD,CAAA;IACnD,gFAA8D,CAAA;IAC9D,6DAA2C,CAAA;IAC3C,6DAA2C,CAAA;IAC3C,6DAA2C,CAAA;IAC3C,wEAAsD,CAAA;IACtD,wEAAsD,CAAA;IACtD,wEAAsD,CAAA;IACtD,8CAA4B,CAAA;IAC5B,yDAAuC,CAAA;IACvC,8CAA4B,CAAA;IAE5B;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EApDW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAoDzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * The information about the NodeReplaceConfiguration that being removed.
16
+ */
17
+ export interface RemoveNodeReplaceConfigurationDetails {
18
+ /**
19
+ * Base-64 encoded password for the cluster admin user.
20
+ */
21
+ "clusterAdminPassword": string;
22
+ }
23
+ export declare namespace RemoveNodeReplaceConfigurationDetails {
24
+ function getJsonObj(obj: RemoveNodeReplaceConfigurationDetails): object;
25
+ function getDeserializedJsonObj(obj: RemoveNodeReplaceConfigurationDetails): object;
26
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.RemoveNodeReplaceConfigurationDetails = void 0;
17
+ var RemoveNodeReplaceConfigurationDetails;
18
+ (function (RemoveNodeReplaceConfigurationDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ RemoveNodeReplaceConfigurationDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ RemoveNodeReplaceConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(RemoveNodeReplaceConfigurationDetails = exports.RemoveNodeReplaceConfigurationDetails || (exports.RemoveNodeReplaceConfigurationDetails = {}));
30
+ //# sourceMappingURL=remove-node-replace-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-node-replace-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/remove-node-replace-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,IAAiB,qCAAqC,CAWrD;AAXD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
@@ -0,0 +1,38 @@
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
+ * The information about the node to be replaced.
16
+ */
17
+ export interface ReplaceNodeDetails {
18
+ /**
19
+ * Host name of the node to replace. MASTER, UTILITY and EDGE node are only supported types
20
+ */
21
+ "nodeHostName": string;
22
+ /**
23
+ * The id of the nodeBackup to use for replacing the node.
24
+ */
25
+ "nodeBackupId": string;
26
+ /**
27
+ * Base-64 encoded password for the cluster admin user.
28
+ */
29
+ "clusterAdminPassword": string;
30
+ /**
31
+ * Shape of the new vm when replacing the node. If not provided, BDS will attempt to replace the node with the shape of current node.
32
+ */
33
+ "shape"?: string;
34
+ }
35
+ export declare namespace ReplaceNodeDetails {
36
+ function getJsonObj(obj: ReplaceNodeDetails): object;
37
+ function getDeserializedJsonObj(obj: ReplaceNodeDetails): object;
38
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ReplaceNodeDetails = void 0;
17
+ var ReplaceNodeDetails;
18
+ (function (ReplaceNodeDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ ReplaceNodeDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ ReplaceNodeDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(ReplaceNodeDetails = exports.ReplaceNodeDetails || (exports.ReplaceNodeDetails = {}));
30
+ //# sourceMappingURL=replace-node-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"replace-node-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/replace-node-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2BH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -0,0 +1,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 that is being updated.
17
+ */
18
+ export interface UpdateNodeBackupConfigurationDetails {
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 UpdateNodeBackupConfigurationDetails {
43
+ function getJsonObj(obj: UpdateNodeBackupConfigurationDetails): object;
44
+ function getDeserializedJsonObj(obj: UpdateNodeBackupConfigurationDetails): 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.UpdateNodeBackupConfigurationDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var UpdateNodeBackupConfigurationDetails;
38
+ (function (UpdateNodeBackupConfigurationDetails) {
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
+ UpdateNodeBackupConfigurationDetails.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
+ UpdateNodeBackupConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
57
+ })(UpdateNodeBackupConfigurationDetails = exports.UpdateNodeBackupConfigurationDetails || (exports.UpdateNodeBackupConfigurationDetails = {}));
58
+ //# sourceMappingURL=update-node-backup-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-node-backup-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/update-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"}