oci-bds 2.86.2 → 2.87.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.NodeBackupConfigurationSummary = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var NodeBackupConfigurationSummary;
38
+ (function (NodeBackupConfigurationSummary) {
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
+ NodeBackupConfigurationSummary.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
+ NodeBackupConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
57
+ })(NodeBackupConfigurationSummary = exports.NodeBackupConfigurationSummary || (exports.NodeBackupConfigurationSummary = {}));
58
+ //# sourceMappingURL=node-backup-configuration-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-backup-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node-backup-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,8BAA8B,CAyB9C;AAzBD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,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,yCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,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,qDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAyB9C"}
@@ -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 NodeBackupConfiguration.
17
+ */
18
+ export interface NodeBackupConfiguration {
19
+ /**
20
+ * The unique identifier for 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": NodeBackupConfiguration.LifecycleState;
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
+ * The time zone of the execution schedule, in IANA time zone database name format
47
+ */
48
+ "timezone": string;
49
+ /**
50
+ * 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.
51
+ *
52
+ */
53
+ "schedule": string;
54
+ /**
55
+ * Number of backup copies to retain. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
56
+ */
57
+ "numberOfBackupsToRetain": number;
58
+ /**
59
+ * Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
60
+ */
61
+ "backupType"?: string;
62
+ }
63
+ export declare namespace NodeBackupConfiguration {
64
+ enum LifecycleState {
65
+ Creating = "CREATING",
66
+ Active = "ACTIVE",
67
+ Updating = "UPDATING",
68
+ Deleting = "DELETING",
69
+ Deleted = "DELETED",
70
+ Failed = "FAILED",
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: NodeBackupConfiguration): object;
78
+ function getDeserializedJsonObj(obj: NodeBackupConfiguration): object;
79
+ }
@@ -0,0 +1,72 @@
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.NodeBackupConfiguration = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var NodeBackupConfiguration;
38
+ (function (NodeBackupConfiguration) {
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 = NodeBackupConfiguration.LifecycleState || (NodeBackupConfiguration.LifecycleState = {}));
53
+ function getJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {
55
+ "levelTypeDetails": obj.levelTypeDetails
56
+ ? model.LevelTypeDetails.getJsonObj(obj.levelTypeDetails)
57
+ : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ NodeBackupConfiguration.getJsonObj = getJsonObj;
62
+ function getDeserializedJsonObj(obj) {
63
+ const jsonObj = Object.assign(Object.assign({}, obj), {
64
+ "levelTypeDetails": obj.levelTypeDetails
65
+ ? model.LevelTypeDetails.getDeserializedJsonObj(obj.levelTypeDetails)
66
+ : undefined
67
+ });
68
+ return jsonObj;
69
+ }
70
+ NodeBackupConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
71
+ })(NodeBackupConfiguration = exports.NodeBackupConfiguration || (exports.NodeBackupConfiguration = {}));
72
+ //# sourceMappingURL=node-backup-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-backup-configuration.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node-backup-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoDlC,IAAiB,uBAAuB,CAuCvC;AAvCD,WAAiB,uBAAuB;IACtC,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,sCAAc,KAAd,sCAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAA4B;QACrD,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,kCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,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,8CAAsB,yBAWrC,CAAA;AACH,CAAC,EAvCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAuCvC"}
@@ -0,0 +1,54 @@
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 nodeBackupSummary.
16
+ */
17
+ export interface NodeBackupSummary {
18
+ /**
19
+ * The id of the node backup.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * BDS generated name for the backup. Format is nodeHostName_timeCreated.
24
+ */
25
+ "displayName": string;
26
+ /**
27
+ * The instance OCID of the node, which is the resource from which the node backup was acquired.
28
+ */
29
+ "nodeInstanceId": string;
30
+ /**
31
+ * Host name of the node that the backup belongs to.
32
+ */
33
+ "nodeHostName": string;
34
+ /**
35
+ * type based on how backup action was initiated.
36
+ */
37
+ "backupTriggerType": string;
38
+ /**
39
+ * Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created
40
+ */
41
+ "backupType": string;
42
+ /**
43
+ * The state of NodeBackup.
44
+ */
45
+ "lifecycleState": string;
46
+ /**
47
+ * The time the cluster was created, shown as an RFC 3339 formatted datetime string.
48
+ */
49
+ "timeCreated": Date;
50
+ }
51
+ export declare namespace NodeBackupSummary {
52
+ function getJsonObj(obj: NodeBackupSummary): object;
53
+ function getDeserializedJsonObj(obj: NodeBackupSummary): object;
54
+ }
@@ -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.NodeBackupSummary = void 0;
17
+ var NodeBackupSummary;
18
+ (function (NodeBackupSummary) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ NodeBackupSummary.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ NodeBackupSummary.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(NodeBackupSummary = exports.NodeBackupSummary || (exports.NodeBackupSummary = {}));
30
+ //# sourceMappingURL=node-backup-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-backup-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node-backup-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA2CH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
@@ -0,0 +1,90 @@
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's backup.
16
+ */
17
+ export interface NodeBackup {
18
+ /**
19
+ * The id of the node backup.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * BDS generated name for the backup. Format is nodeHostName_timeCreated
24
+ */
25
+ "displayName": string;
26
+ /**
27
+ * The instance OCID of the node, which is the resource from which the node backup was acquired.
28
+ */
29
+ "nodeInstanceId": string;
30
+ /**
31
+ * Host name of the node to which this backup belongs.
32
+ */
33
+ "nodeHostName": string;
34
+ /**
35
+ * type based on how backup action was initiated.
36
+ */
37
+ "backupTriggerType": NodeBackup.BackupTriggerType;
38
+ /**
39
+ * The ID of the nodeBackupConfiguration if the NodeBackup is automatically created by applying the configuration.
40
+ */
41
+ "nodeBackupConfigId"?: string;
42
+ /**
43
+ * Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
44
+ */
45
+ "backupType": NodeBackup.BackupType;
46
+ /**
47
+ * The state of the NodeBackup.
48
+ */
49
+ "lifecycleState": NodeBackup.LifecycleState;
50
+ /**
51
+ * The time the cluster was created, shown as an RFC 3339 formatted datetime string.
52
+ */
53
+ "timeCreated": Date;
54
+ }
55
+ export declare namespace NodeBackup {
56
+ enum BackupTriggerType {
57
+ Manual = "MANUAL",
58
+ Scheduled = "SCHEDULED",
59
+ /**
60
+ * This value is used if a service returns a value for this enum that is not recognized by this
61
+ * version of the SDK.
62
+ */
63
+ UnknownValue = "UNKNOWN_VALUE"
64
+ }
65
+ enum BackupType {
66
+ Full = "FULL",
67
+ Incremental = "INCREMENTAL",
68
+ /**
69
+ * This value is used if a service returns a value for this enum that is not recognized by this
70
+ * version of the SDK.
71
+ */
72
+ UnknownValue = "UNKNOWN_VALUE"
73
+ }
74
+ enum LifecycleState {
75
+ Creating = "CREATING",
76
+ Active = "ACTIVE",
77
+ Updating = "UPDATING",
78
+ Deleting = "DELETING",
79
+ Deleted = "DELETED",
80
+ Failed = "FAILED",
81
+ Partial = "PARTIAL",
82
+ /**
83
+ * This value is used if a service returns a value for this enum that is not recognized by this
84
+ * version of the SDK.
85
+ */
86
+ UnknownValue = "UNKNOWN_VALUE"
87
+ }
88
+ function getJsonObj(obj: NodeBackup): object;
89
+ function getDeserializedJsonObj(obj: NodeBackup): object;
90
+ }
@@ -0,0 +1,65 @@
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.NodeBackup = void 0;
17
+ var NodeBackup;
18
+ (function (NodeBackup) {
19
+ let BackupTriggerType;
20
+ (function (BackupTriggerType) {
21
+ BackupTriggerType["Manual"] = "MANUAL";
22
+ BackupTriggerType["Scheduled"] = "SCHEDULED";
23
+ /**
24
+ * This value is used if a service returns a value for this enum that is not recognized by this
25
+ * version of the SDK.
26
+ */
27
+ BackupTriggerType["UnknownValue"] = "UNKNOWN_VALUE";
28
+ })(BackupTriggerType = NodeBackup.BackupTriggerType || (NodeBackup.BackupTriggerType = {}));
29
+ let BackupType;
30
+ (function (BackupType) {
31
+ BackupType["Full"] = "FULL";
32
+ BackupType["Incremental"] = "INCREMENTAL";
33
+ /**
34
+ * This value is used if a service returns a value for this enum that is not recognized by this
35
+ * version of the SDK.
36
+ */
37
+ BackupType["UnknownValue"] = "UNKNOWN_VALUE";
38
+ })(BackupType = NodeBackup.BackupType || (NodeBackup.BackupType = {}));
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
+ LifecycleState["Partial"] = "PARTIAL";
48
+ /**
49
+ * This value is used if a service returns a value for this enum that is not recognized by this
50
+ * version of the SDK.
51
+ */
52
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
53
+ })(LifecycleState = NodeBackup.LifecycleState || (NodeBackup.LifecycleState = {}));
54
+ function getJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
56
+ return jsonObj;
57
+ }
58
+ NodeBackup.getJsonObj = getJsonObj;
59
+ function getDeserializedJsonObj(obj) {
60
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
61
+ return jsonObj;
62
+ }
63
+ NodeBackup.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(NodeBackup = exports.NodeBackup || (exports.NodeBackup = {}));
65
+ //# sourceMappingURL=node-backup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-backup.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node-backup.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+CH,IAAiB,UAAU,CA8C1B;AA9CD,WAAiB,UAAU;IACzB,IAAY,iBAQX;IARD,WAAY,iBAAiB;QAC3B,sCAAiB,CAAA;QACjB,4CAAuB,CAAA;QACvB;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EARW,iBAAiB,GAAjB,4BAAiB,KAAjB,4BAAiB,QAQ5B;IAED,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,2BAAa,CAAA;QACb,yCAA2B,CAAA;QAC3B;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,qBAAU,KAAV,qBAAU,QAQrB;IAED,IAAY,cAaX;IAbD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAbW,cAAc,GAAd,yBAAc,KAAd,yBAAc,QAazB;IAED,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAsB,yBAIrC,CAAA;AACH,CAAC,EA9CgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA8C1B"}
@@ -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 level used to trigger the creation of a new node backup configuration and node replacement configuration.
17
+ */
18
+ export interface NodeLevelDetails extends model.LevelTypeDetails {
19
+ /**
20
+ * Host name of the node to create backup configuration.
21
+ */
22
+ "nodeHostName": string;
23
+ "levelType": string;
24
+ }
25
+ export declare namespace NodeLevelDetails {
26
+ function getJsonObj(obj: NodeLevelDetails, isParentJsonObj?: boolean): object;
27
+ const levelType = "NODE_LEVEL";
28
+ function getDeserializedJsonObj(obj: NodeLevelDetails, 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.NodeLevelDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var NodeLevelDetails;
38
+ (function (NodeLevelDetails) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.LevelTypeDetails.getJsonObj(obj))), {});
41
+ return jsonObj;
42
+ }
43
+ NodeLevelDetails.getJsonObj = getJsonObj;
44
+ NodeLevelDetails.levelType = "NODE_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
+ NodeLevelDetails.getDeserializedJsonObj = getDeserializedJsonObj;
52
+ })(NodeLevelDetails = exports.NodeLevelDetails || (exports.NodeLevelDetails = {}));
53
+ //# sourceMappingURL=node-level-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"node-level-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/node-level-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,gBAAgB,CAoBhC;AApBD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB,EAAE,eAAyB;QACzE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAsB,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,2BAAU,aAOzB,CAAA;IACY,0BAAS,GAAG,YAAY,CAAC;IACtC,SAAgB,sBAAsB,CAAC,GAAqB,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAsB,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAsB,yBASrC,CAAA;AACH,CAAC,EApBgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAoBhC"}
@@ -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 NodeReplaceConfigurationSummary.
17
+ */
18
+ export interface NodeReplaceConfigurationSummary {
19
+ /**
20
+ * The id of 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": string;
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
+ export declare namespace NodeReplaceConfigurationSummary {
47
+ function getJsonObj(obj: NodeReplaceConfigurationSummary): object;
48
+ function getDeserializedJsonObj(obj: NodeReplaceConfigurationSummary): object;
49
+ }