oci-filestorage 2.42.0 → 2.44.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 (197) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +2 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +219 -26
  5. package/lib/client.js +819 -69
  6. package/lib/client.js.map +1 -1
  7. package/lib/filestorage-waiter.d.ts +18 -1
  8. package/lib/filestorage-waiter.js +26 -1
  9. package/lib/filestorage-waiter.js.map +1 -1
  10. package/lib/model/change-file-system-compartment-details.d.ts +2 -1
  11. package/lib/model/change-file-system-compartment-details.js +2 -1
  12. package/lib/model/change-file-system-compartment-details.js.map +1 -1
  13. package/lib/model/change-mount-target-compartment-details.d.ts +2 -1
  14. package/lib/model/change-mount-target-compartment-details.js +2 -1
  15. package/lib/model/change-mount-target-compartment-details.js.map +1 -1
  16. package/lib/model/change-replication-compartment-details.d.ts +28 -0
  17. package/lib/model/change-replication-compartment-details.js +31 -0
  18. package/lib/model/change-replication-compartment-details.js.map +1 -0
  19. package/lib/model/client-options.d.ts +2 -1
  20. package/lib/model/client-options.js +2 -1
  21. package/lib/model/client-options.js.map +1 -1
  22. package/lib/model/create-export-details.d.ts +2 -1
  23. package/lib/model/create-export-details.js +2 -1
  24. package/lib/model/create-export-details.js.map +1 -1
  25. package/lib/model/create-file-system-details.d.ts +3 -2
  26. package/lib/model/create-file-system-details.js +2 -1
  27. package/lib/model/create-file-system-details.js.map +1 -1
  28. package/lib/model/create-mount-target-details.d.ts +18 -1
  29. package/lib/model/create-mount-target-details.js +2 -1
  30. package/lib/model/create-mount-target-details.js.map +1 -1
  31. package/lib/model/create-replication-details.d.ts +70 -0
  32. package/lib/model/create-replication-details.js +31 -0
  33. package/lib/model/create-replication-details.js.map +1 -0
  34. package/lib/model/create-snapshot-details.d.ts +2 -1
  35. package/lib/model/create-snapshot-details.js +2 -1
  36. package/lib/model/create-snapshot-details.js.map +1 -1
  37. package/lib/model/export-set-summary.d.ts +2 -1
  38. package/lib/model/export-set-summary.js +2 -1
  39. package/lib/model/export-set-summary.js.map +1 -1
  40. package/lib/model/export-set.d.ts +2 -3
  41. package/lib/model/export-set.js +2 -1
  42. package/lib/model/export-set.js.map +1 -1
  43. package/lib/model/export-summary.d.ts +2 -1
  44. package/lib/model/export-summary.js +2 -1
  45. package/lib/model/export-summary.js.map +1 -1
  46. package/lib/model/export.d.ts +2 -3
  47. package/lib/model/export.js +2 -1
  48. package/lib/model/export.js.map +1 -1
  49. package/lib/model/file-system-summary.d.ts +5 -3
  50. package/lib/model/file-system-summary.js +3 -1
  51. package/lib/model/file-system-summary.js.map +1 -1
  52. package/lib/model/file-system.d.ts +17 -5
  53. package/lib/model/file-system.js +3 -1
  54. package/lib/model/file-system.js.map +1 -1
  55. package/lib/model/index.d.ts +18 -1
  56. package/lib/model/index.js +19 -2
  57. package/lib/model/index.js.map +1 -1
  58. package/lib/model/mount-target-summary.d.ts +2 -1
  59. package/lib/model/mount-target-summary.js +2 -1
  60. package/lib/model/mount-target-summary.js.map +1 -1
  61. package/lib/model/mount-target.d.ts +2 -3
  62. package/lib/model/mount-target.js +2 -1
  63. package/lib/model/mount-target.js.map +1 -1
  64. package/lib/model/replication-estimate.d.ts +43 -0
  65. package/lib/model/replication-estimate.js +31 -0
  66. package/lib/model/replication-estimate.js.map +1 -0
  67. package/lib/model/replication-summary.d.ts +106 -0
  68. package/lib/model/replication-summary.js +44 -0
  69. package/lib/model/replication-summary.js.map +1 -0
  70. package/lib/model/replication-target-summary.d.ts +99 -0
  71. package/lib/model/replication-target-summary.js +44 -0
  72. package/lib/model/replication-target-summary.js.map +1 -0
  73. package/lib/model/replication-target.d.ts +150 -0
  74. package/lib/model/replication-target.js +59 -0
  75. package/lib/model/replication-target.js.map +1 -0
  76. package/lib/model/replication.d.ts +155 -0
  77. package/lib/model/replication.js +59 -0
  78. package/lib/model/replication.js.map +1 -0
  79. package/lib/model/snapshot-summary.d.ts +33 -4
  80. package/lib/model/snapshot-summary.js +13 -1
  81. package/lib/model/snapshot-summary.js.map +1 -1
  82. package/lib/model/snapshot.d.ts +33 -6
  83. package/lib/model/snapshot.js +13 -1
  84. package/lib/model/snapshot.js.map +1 -1
  85. package/lib/model/source-details.d.ts +4 -3
  86. package/lib/model/source-details.js +2 -1
  87. package/lib/model/source-details.js.map +1 -1
  88. package/lib/model/update-export-details.d.ts +2 -1
  89. package/lib/model/update-export-details.js +2 -1
  90. package/lib/model/update-export-details.js.map +1 -1
  91. package/lib/model/update-export-set-details.d.ts +2 -1
  92. package/lib/model/update-export-set-details.js +2 -1
  93. package/lib/model/update-export-set-details.js.map +1 -1
  94. package/lib/model/update-file-system-details.d.ts +5 -2
  95. package/lib/model/update-file-system-details.js +2 -1
  96. package/lib/model/update-file-system-details.js.map +1 -1
  97. package/lib/model/update-mount-target-details.d.ts +2 -1
  98. package/lib/model/update-mount-target-details.js +2 -1
  99. package/lib/model/update-mount-target-details.js.map +1 -1
  100. package/lib/model/update-replication-details.d.ts +56 -0
  101. package/lib/model/update-replication-details.js +31 -0
  102. package/lib/model/update-replication-details.js.map +1 -0
  103. package/lib/model/update-snapshot-details.d.ts +2 -1
  104. package/lib/model/update-snapshot-details.js +2 -1
  105. package/lib/model/update-snapshot-details.js.map +1 -1
  106. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  107. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  108. package/lib/request/change-replication-compartment-request.d.ts +42 -0
  109. package/lib/request/change-replication-compartment-request.js +15 -0
  110. package/lib/request/change-replication-compartment-request.js.map +1 -0
  111. package/lib/request/create-export-request.d.ts +1 -1
  112. package/lib/request/create-file-system-request.d.ts +1 -1
  113. package/lib/request/create-mount-target-request.d.ts +1 -1
  114. package/lib/request/create-replication-request.d.ts +38 -0
  115. package/lib/request/create-replication-request.js +15 -0
  116. package/lib/request/create-replication-request.js.map +1 -0
  117. package/lib/request/create-snapshot-request.d.ts +1 -1
  118. package/lib/request/delete-export-request.d.ts +1 -1
  119. package/lib/request/delete-file-system-request.d.ts +1 -1
  120. package/lib/request/delete-mount-target-request.d.ts +1 -1
  121. package/lib/request/delete-replication-request.d.ts +52 -0
  122. package/lib/request/delete-replication-request.js +25 -0
  123. package/lib/request/delete-replication-request.js.map +1 -0
  124. package/lib/request/delete-replication-target-request.d.ts +37 -0
  125. package/lib/request/delete-replication-target-request.js +15 -0
  126. package/lib/request/delete-replication-target-request.js.map +1 -0
  127. package/lib/request/delete-snapshot-request.d.ts +1 -1
  128. package/lib/request/estimate-replication-request.d.ts +41 -0
  129. package/lib/request/estimate-replication-request.js +15 -0
  130. package/lib/request/estimate-replication-request.js.map +1 -0
  131. package/lib/request/get-export-request.d.ts +1 -1
  132. package/lib/request/get-export-set-request.d.ts +1 -1
  133. package/lib/request/get-file-system-request.d.ts +1 -1
  134. package/lib/request/get-mount-target-request.d.ts +1 -1
  135. package/lib/request/get-replication-request.d.ts +28 -0
  136. package/lib/request/get-replication-request.js +15 -0
  137. package/lib/request/get-replication-request.js.map +1 -0
  138. package/lib/request/get-replication-target-request.d.ts +28 -0
  139. package/lib/request/get-replication-target-request.js +15 -0
  140. package/lib/request/get-replication-target-request.js.map +1 -0
  141. package/lib/request/get-snapshot-request.d.ts +1 -1
  142. package/lib/request/index.d.ts +22 -1
  143. package/lib/request/index.js +9 -2
  144. package/lib/request/index.js.map +1 -1
  145. package/lib/request/list-export-sets-request.d.ts +1 -1
  146. package/lib/request/list-exports-request.d.ts +1 -1
  147. package/lib/request/list-file-systems-request.d.ts +3 -3
  148. package/lib/request/list-mount-targets-request.d.ts +1 -1
  149. package/lib/request/list-replication-targets-request.d.ts +107 -0
  150. package/lib/request/list-replication-targets-request.js +37 -0
  151. package/lib/request/list-replication-targets-request.js.map +1 -0
  152. package/lib/request/list-replications-request.d.ts +111 -0
  153. package/lib/request/list-replications-request.js +37 -0
  154. package/lib/request/list-replications-request.js.map +1 -0
  155. package/lib/request/list-snapshots-request.d.ts +1 -1
  156. package/lib/request/update-export-request.d.ts +1 -1
  157. package/lib/request/update-export-set-request.d.ts +1 -1
  158. package/lib/request/update-file-system-request.d.ts +1 -1
  159. package/lib/request/update-mount-target-request.d.ts +1 -1
  160. package/lib/request/update-replication-request.d.ts +42 -0
  161. package/lib/request/update-replication-request.js +15 -0
  162. package/lib/request/update-replication-request.js.map +1 -0
  163. package/lib/request/update-snapshot-request.d.ts +1 -1
  164. package/lib/response/change-replication-compartment-response.d.ts +18 -0
  165. package/lib/response/change-replication-compartment-response.js +15 -0
  166. package/lib/response/change-replication-compartment-response.js.map +1 -0
  167. package/lib/response/create-replication-response.d.ts +30 -0
  168. package/lib/response/create-replication-response.js +15 -0
  169. package/lib/response/create-replication-response.js.map +1 -0
  170. package/lib/response/delete-replication-response.d.ts +21 -0
  171. package/lib/response/delete-replication-response.js +15 -0
  172. package/lib/response/delete-replication-response.js.map +1 -0
  173. package/lib/response/delete-replication-target-response.d.ts +21 -0
  174. package/lib/response/delete-replication-target-response.js +15 -0
  175. package/lib/response/delete-replication-target-response.js.map +1 -0
  176. package/lib/response/estimate-replication-response.d.ts +30 -0
  177. package/lib/response/estimate-replication-response.js +15 -0
  178. package/lib/response/estimate-replication-response.js.map +1 -0
  179. package/lib/response/get-replication-response.d.ts +30 -0
  180. package/lib/response/get-replication-response.js +15 -0
  181. package/lib/response/get-replication-response.js.map +1 -0
  182. package/lib/response/get-replication-target-response.d.ts +30 -0
  183. package/lib/response/get-replication-target-response.js +15 -0
  184. package/lib/response/get-replication-target-response.js.map +1 -0
  185. package/lib/response/index.d.ts +22 -1
  186. package/lib/response/index.js +2 -1
  187. package/lib/response/index.js.map +1 -1
  188. package/lib/response/list-replication-targets-response.d.ts +35 -0
  189. package/lib/response/list-replication-targets-response.js +15 -0
  190. package/lib/response/list-replication-targets-response.js.map +1 -0
  191. package/lib/response/list-replications-response.d.ts +35 -0
  192. package/lib/response/list-replications-response.js +15 -0
  193. package/lib/response/list-replications-response.js.map +1 -0
  194. package/lib/response/update-replication-response.d.ts +30 -0
  195. package/lib/response/update-replication-response.js +15 -0
  196. package/lib/response/update-replication-response.js.map +1 -0
  197. package/package.json +3 -3
@@ -0,0 +1,56 @@
1
+ /**
2
+ * File Storage API
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+
6
+ * OpenAPI spec version: 20171215
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, 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
+ /**
16
+ * Details for updating the replication and replication target.
17
+ */
18
+ export interface UpdateReplicationDetails {
19
+ /**
20
+ * A user-friendly name. Does not have to be unique, and it is changeable.
21
+ * Avoid entering confidential information.
22
+ * A replication target will also updated with the same `displayName`.
23
+ * Example: `My replication`
24
+ *
25
+ */
26
+ "displayName"?: string;
27
+ /**
28
+ * Duration in minutes between replication snapshots. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
29
+ */
30
+ "replicationInterval"?: number;
31
+ /**
32
+ * Free-form tags for this resource. Each tag is a simple key-value pair
33
+ * with no predefined name, type, or namespace.
34
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
35
+ * Example: `{\"Department\": \"Finance\"}`
36
+ *
37
+ */
38
+ "freeformTags"?: {
39
+ [key: string]: string;
40
+ };
41
+ /**
42
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
43
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
44
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
45
+ *
46
+ */
47
+ "definedTags"?: {
48
+ [key: string]: {
49
+ [key: string]: any;
50
+ };
51
+ };
52
+ }
53
+ export declare namespace UpdateReplicationDetails {
54
+ function getJsonObj(obj: UpdateReplicationDetails): object;
55
+ function getDeserializedJsonObj(obj: UpdateReplicationDetails): object;
56
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage API
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
6
+
7
+ * OpenAPI spec version: 20171215
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.UpdateReplicationDetails = void 0;
18
+ var UpdateReplicationDetails;
19
+ (function (UpdateReplicationDetails) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ UpdateReplicationDetails.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ UpdateReplicationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(UpdateReplicationDetails = exports.UpdateReplicationDetails || (exports.UpdateReplicationDetails = {}));
31
+ //# sourceMappingURL=update-replication-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-replication-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-replication-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAsCH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
5
 
5
6
  * OpenAPI spec version: 20171215
6
7
  *
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
3
  * File Storage API
4
- * API for the File Storage service. Use this API to manage file systems, mount targets, and snapshots. For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
6
 
6
7
  * OpenAPI spec version: 20171215
7
8
  *
@@ -1 +1 @@
1
- {"version":3,"file":"update-snapshot-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-snapshot-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA0BH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
1
+ {"version":3,"file":"update-snapshot-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-snapshot-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA0BH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
@@ -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.42.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartmentRequest.
17
17
  */
18
18
  export interface ChangeFileSystemCompartmentRequest 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.42.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMountTargetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,42 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.44.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartmentRequest.
17
+ */
18
+ export interface ChangeReplicationCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication.
21
+ */
22
+ "replicationId": string;
23
+ /**
24
+ * Details for changing the compartment.
25
+ */
26
+ "changeReplicationCompartmentDetails": model.ChangeReplicationCompartmentDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the `if-match` parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * Unique identifier for the request.
38
+ * If you need to contact Oracle about a particular request, please provide the request ID.
39
+ *
40
+ */
41
+ "opcRequestId"?: string;
42
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=change-replication-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-replication-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/change-replication-compartment-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.42.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExportRequest.
17
17
  */
18
18
  export interface CreateExportRequest 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.42.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystemRequest.
17
17
  */
18
18
  export interface CreateFileSystemRequest 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.42.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTargetRequest.
17
17
  */
18
18
  export interface CreateMountTargetRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.44.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplicationRequest.
17
+ */
18
+ export interface CreateReplicationRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for creating a new replication.
21
+ */
22
+ "createReplicationDetails": model.CreateReplicationDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of executing that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and purged from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * Unique identifier for the request.
34
+ * If you need to contact Oracle about a particular request, please provide the request ID.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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-replication-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-replication-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/create-replication-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.42.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshotRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshotRequest.
17
17
  */
18
18
  export interface CreateSnapshotRequest 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.42.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExportRequest.
16
16
  */
17
17
  export interface DeleteExportRequest extends common.BaseRequest {
18
18
  /**
@@ -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.42.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystemRequest.
16
16
  */
17
17
  export interface DeleteFileSystemRequest extends common.BaseRequest {
18
18
  /**
@@ -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.42.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
16
16
  */
17
17
  export interface DeleteMountTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,52 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplicationRequest.
16
+ */
17
+ export interface DeleteReplicationRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication.
20
+ */
21
+ "replicationId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call
24
+ * for a resource, set the `if-match` parameter to the value of the
25
+ * etag from a previous GET or POST response for that resource.
26
+ * The resource will be updated or deleted only if the etag you
27
+ * provide matches the resource's current etag value.
28
+ *
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * Unique identifier for the request.
33
+ * If you need to contact Oracle about a particular request, please provide the request ID.
34
+ *
35
+ */
36
+ "opcRequestId"?: string;
37
+ /**
38
+ * You can choose a mode for deleting the replication resource.
39
+ * - `FINISH_CYCLE_IF_CAPTURING_OR_APPLYING` Before deleting, complete the current delta cycle. If cycle is idle, delete immediately. Safest option.
40
+ * - `ONE_MORE_CYCLE` Before deleting, complete the current delta cycle, and initiate one more cycle. If cycle is idle, initiate one more cycle. Use for lossless failover.
41
+ * - `FINISH_CYCLE_IF_APPLYING` Before deleting, finish applying. If cycle is idle or capturing, delete immediately. Fastest option.
42
+ *
43
+ */
44
+ "deleteMode"?: DeleteReplicationRequest.DeleteMode;
45
+ }
46
+ export declare namespace DeleteReplicationRequest {
47
+ enum DeleteMode {
48
+ FinishCycleIfCapturingOrApplying = "FINISH_CYCLE_IF_CAPTURING_OR_APPLYING",
49
+ OneMoreCycle = "ONE_MORE_CYCLE",
50
+ FinishCycleIfApplying = "FINISH_CYCLE_IF_APPLYING"
51
+ }
52
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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.DeleteReplicationRequest = void 0;
16
+ var DeleteReplicationRequest;
17
+ (function (DeleteReplicationRequest) {
18
+ let DeleteMode;
19
+ (function (DeleteMode) {
20
+ DeleteMode["FinishCycleIfCapturingOrApplying"] = "FINISH_CYCLE_IF_CAPTURING_OR_APPLYING";
21
+ DeleteMode["OneMoreCycle"] = "ONE_MORE_CYCLE";
22
+ DeleteMode["FinishCycleIfApplying"] = "FINISH_CYCLE_IF_APPLYING";
23
+ })(DeleteMode = DeleteReplicationRequest.DeleteMode || (DeleteReplicationRequest.DeleteMode = {}));
24
+ })(DeleteReplicationRequest = exports.DeleteReplicationRequest || (exports.DeleteReplicationRequest = {}));
25
+ //# sourceMappingURL=delete-replication-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-replication-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/delete-replication-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsCH,IAAiB,wBAAwB,CAMxC;AAND,WAAiB,wBAAwB;IACvC,IAAY,UAIX;IAJD,WAAY,UAAU;QACpB,wFAA0E,CAAA;QAC1E,6CAA+B,CAAA;QAC/B,gEAAkD,CAAA;IACpD,CAAC,EAJW,UAAU,GAAV,mCAAU,KAAV,mCAAU,QAIrB;AACH,CAAC,EANgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAMxC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTargetRequest.
16
+ */
17
+ export interface DeleteReplicationTargetRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication target.
20
+ */
21
+ "replicationTargetId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call
24
+ * for a resource, set the `if-match` parameter to the value of the
25
+ * etag from a previous GET or POST response for that resource.
26
+ * The resource will be updated or deleted only if the etag you
27
+ * provide matches the resource's current etag value.
28
+ *
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * Unique identifier for the request.
33
+ * If you need to contact Oracle about a particular request, please provide the request ID.
34
+ *
35
+ */
36
+ "opcRequestId"?: string;
37
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=delete-replication-target-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-replication-target-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/delete-replication-target-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.42.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshotRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshotRequest.
16
16
  */
17
17
  export interface DeleteSnapshotRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,41 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplicationRequest.
16
+ */
17
+ export interface EstimateReplicationRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system.
20
+ */
21
+ "fileSystemId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call
24
+ * for a resource, set the `if-match` parameter to the value of the
25
+ * etag from a previous GET or POST response for that resource.
26
+ * The resource will be updated or deleted only if the etag you
27
+ * provide matches the resource's current etag value.
28
+ *
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * Unique identifier for the request.
33
+ * If you need to contact Oracle about a particular request, please provide the request ID.
34
+ *
35
+ */
36
+ "opcRequestId"?: string;
37
+ /**
38
+ * The rate of change of data on source file system in MegaBytes per second.
39
+ */
40
+ "changeRateInMBps"?: number;
41
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=estimate-replication-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"estimate-replication-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/estimate-replication-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.42.0/filestorage/GetExport.ts.html |here} to see how to use GetExportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetExport.ts.html |here} to see how to use GetExportRequest.
16
16
  */
17
17
  export interface GetExportRequest extends common.BaseRequest {
18
18
  /**
@@ -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.42.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSetRequest.
16
16
  */
17
17
  export interface GetExportSetRequest extends common.BaseRequest {
18
18
  /**
@@ -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.42.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystemRequest.
16
16
  */
17
17
  export interface GetFileSystemRequest extends common.BaseRequest {
18
18
  /**
@@ -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.42.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTargetRequest.
16
16
  */
17
17
  export interface GetMountTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplicationRequest.
16
+ */
17
+ export interface GetReplicationRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication.
20
+ */
21
+ "replicationId": string;
22
+ /**
23
+ * Unique identifier for the request.
24
+ * If you need to contact Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }