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,24 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListNodeReplaceConfigurationsRequest = void 0;
16
+ var ListNodeReplaceConfigurationsRequest;
17
+ (function (ListNodeReplaceConfigurationsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListNodeReplaceConfigurationsRequest.SortBy || (ListNodeReplaceConfigurationsRequest.SortBy = {}));
23
+ })(ListNodeReplaceConfigurationsRequest = exports.ListNodeReplaceConfigurationsRequest || (exports.ListNodeReplaceConfigurationsRequest = {}));
24
+ //# sourceMappingURL=list-node-replace-configurations-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-node-replace-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-node-replace-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4CH,IAAiB,oCAAoC,CAKpD;AALD,WAAiB,oCAAoC;IACnD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,2CAAM,KAAN,2CAAM,QAGjB;AACH,CAAC,EALgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAKpD"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatchesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListOsPatches.ts.html |here} to see how to use ListOsPatchesRequest.
17
17
  */
18
18
  export interface ListOsPatchesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistoriesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListPatchHistories.ts.html |here} to see how to use ListPatchHistoriesRequest.
17
17
  */
18
18
  export interface ListPatchHistoriesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListPatches.ts.html |here} to see how to use ListPatchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListPatches.ts.html |here} to see how to use ListPatchesRequest.
16
16
  */
17
17
  export interface ListPatchesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface RemoveAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSqlRequest.
17
17
  */
18
18
  export interface RemoveCloudSqlRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafkaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/RemoveKafka.ts.html |here} to see how to use RemoveKafkaRequest.
17
17
  */
18
18
  export interface RemoveKafkaRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,53 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/RemoveNodeReplaceConfiguration.ts.html |here} to see how to use RemoveNodeReplaceConfigurationRequest.
17
+ */
18
+ export interface RemoveNodeReplaceConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Unique Oracle-assigned identifier of the NodeReplaceConfiguration.
25
+ */
26
+ "nodeReplaceConfigurationId": string;
27
+ /**
28
+ * Details for removing NodeReplaceConfiguration
29
+ */
30
+ "removeNodeReplaceConfigurationDetails": model.RemoveNodeReplaceConfigurationDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * For optimistic concurrency control. In the PUT or DELETE call
37
+ * for a resource, set the {@code if-match} parameter to the value of the
38
+ * etag from a previous GET or POST response for that resource.
39
+ * The resource will be updated or deleted only if the etag you
40
+ * provide matches the resource's current etag value.
41
+ *
42
+ */
43
+ "ifMatch"?: string;
44
+ /**
45
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
46
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
47
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
48
+ * has been deleted and purged from the system, then a retry of the original creation request
49
+ * might be rejected.
50
+ *
51
+ */
52
+ "opcRetryToken"?: string;
53
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=remove-node-replace-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-node-replace-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/remove-node-replace-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RemoveNode.ts.html |here} to see how to use RemoveNodeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/RemoveNode.ts.html |here} to see how to use RemoveNodeRequest.
17
17
  */
18
18
  export interface RemoveNodeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/RenewCertificate.ts.html |here} to see how to use RenewCertificateRequest.
17
17
  */
18
18
  export interface RenewCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ReplaceNode.ts.html |here} to see how to use ReplaceNodeRequest.
17
+ */
18
+ export interface ReplaceNodeRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details for Replacing the node.
25
+ */
26
+ "replaceNodeDetails": model.ReplaceNodeDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * This if-match is for the BdsInstance. For optimistic concurrency
33
+ * control. In the PUT or DELETE call for a resource, set the {@code if-match}
34
+ * parameter to the value of the etag from a previous GET or POST response
35
+ * for that resource. The resource will be updated or deleted only if
36
+ * the etag you provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=replace-node-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"replace-node-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/replace-node-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/RestartNode.ts.html |here} to see how to use RestartNodeRequest.
17
17
  */
18
18
  export interface RestartNodeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/StartBdsInstance.ts.html |here} to see how to use StartBdsInstanceRequest.
17
17
  */
18
18
  export interface StartBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/StopBdsInstance.ts.html |here} to see how to use StopBdsInstanceRequest.
17
17
  */
18
18
  export interface StopBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface TestBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnectionRequest.
17
17
  */
18
18
  export interface TestBdsObjectStorageConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface UpdateAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstanceRequest.
17
17
  */
18
18
  export interface UpdateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface UpdateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,53 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/UpdateNodeBackupConfiguration.ts.html |here} to see how to use UpdateNodeBackupConfigurationRequest.
17
+ */
18
+ export interface UpdateNodeBackupConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Unique Oracle-assigned identifier of the NodeBackupConfiguration.
25
+ */
26
+ "nodeBackupConfigurationId": string;
27
+ /**
28
+ * Details for updating the NodeBackupConfiguration.
29
+ */
30
+ "updateNodeBackupConfigurationDetails": model.UpdateNodeBackupConfigurationDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * For optimistic concurrency control. In the PUT or DELETE call
37
+ * for a resource, set the {@code if-match} parameter to the value of the
38
+ * etag from a previous GET or POST response for that resource.
39
+ * The resource will be updated or deleted only if the etag you
40
+ * provide matches the resource's current etag value.
41
+ *
42
+ */
43
+ "ifMatch"?: string;
44
+ /**
45
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
46
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
47
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
48
+ * has been deleted and purged from the system, then a retry of the original creation request
49
+ * might be rejected.
50
+ *
51
+ */
52
+ "opcRetryToken"?: string;
53
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-node-backup-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-node-backup-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/update-node-backup-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,53 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/UpdateNodeReplaceConfiguration.ts.html |here} to see how to use UpdateNodeReplaceConfigurationRequest.
17
+ */
18
+ export interface UpdateNodeReplaceConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Unique Oracle-assigned identifier of the NodeReplaceConfiguration.
25
+ */
26
+ "nodeReplaceConfigurationId": string;
27
+ /**
28
+ * Details for updating the nodeReplaceConfiguration.
29
+ */
30
+ "updateNodeReplaceConfigurationDetails": model.UpdateNodeReplaceConfigurationDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * For optimistic concurrency control. In the PUT or DELETE call
37
+ * for a resource, set the {@code if-match} parameter to the value of the
38
+ * etag from a previous GET or POST response for that resource.
39
+ * The resource will be updated or deleted only if the etag you
40
+ * provide matches the resource's current etag value.
41
+ *
42
+ */
43
+ "ifMatch"?: string;
44
+ /**
45
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
46
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
47
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
48
+ * has been deleted and purged from the system, then a retry of the original creation request
49
+ * might be rejected.
50
+ *
51
+ */
52
+ "opcRetryToken"?: string;
53
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-node-replace-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-node-replace-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/update-node-replace-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ export interface BackupNodeResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a request, provide this request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=backup-node-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backup-node-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/backup-node-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ export interface CreateNodeBackupConfigurationResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a request, provide this request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-node-backup-configuration-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-node-backup-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/create-node-backup-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}