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,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=get-replication-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-replication-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/get-replication-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTargetRequest.
16
+ */
17
+ export interface GetReplicationTargetRequest 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
+ * 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
+ }
@@ -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=get-replication-target-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-replication-target-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/get-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/GetSnapshot.ts.html |here} to see how to use GetSnapshotRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshotRequest.
16
16
  */
17
17
  export interface GetSnapshotRequest extends common.BaseRequest {
18
18
  /**
@@ -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
  *
@@ -15,12 +16,16 @@ import * as ChangeFileSystemCompartmentRequest from "./change-file-system-compar
15
16
  export import ChangeFileSystemCompartmentRequest = ChangeFileSystemCompartmentRequest.ChangeFileSystemCompartmentRequest;
16
17
  import * as ChangeMountTargetCompartmentRequest from "./change-mount-target-compartment-request";
17
18
  export import ChangeMountTargetCompartmentRequest = ChangeMountTargetCompartmentRequest.ChangeMountTargetCompartmentRequest;
19
+ import * as ChangeReplicationCompartmentRequest from "./change-replication-compartment-request";
20
+ export import ChangeReplicationCompartmentRequest = ChangeReplicationCompartmentRequest.ChangeReplicationCompartmentRequest;
18
21
  import * as CreateExportRequest from "./create-export-request";
19
22
  export import CreateExportRequest = CreateExportRequest.CreateExportRequest;
20
23
  import * as CreateFileSystemRequest from "./create-file-system-request";
21
24
  export import CreateFileSystemRequest = CreateFileSystemRequest.CreateFileSystemRequest;
22
25
  import * as CreateMountTargetRequest from "./create-mount-target-request";
23
26
  export import CreateMountTargetRequest = CreateMountTargetRequest.CreateMountTargetRequest;
27
+ import * as CreateReplicationRequest from "./create-replication-request";
28
+ export import CreateReplicationRequest = CreateReplicationRequest.CreateReplicationRequest;
24
29
  import * as CreateSnapshotRequest from "./create-snapshot-request";
25
30
  export import CreateSnapshotRequest = CreateSnapshotRequest.CreateSnapshotRequest;
26
31
  import * as DeleteExportRequest from "./delete-export-request";
@@ -29,8 +34,14 @@ import * as DeleteFileSystemRequest from "./delete-file-system-request";
29
34
  export import DeleteFileSystemRequest = DeleteFileSystemRequest.DeleteFileSystemRequest;
30
35
  import * as DeleteMountTargetRequest from "./delete-mount-target-request";
31
36
  export import DeleteMountTargetRequest = DeleteMountTargetRequest.DeleteMountTargetRequest;
37
+ import * as DeleteReplicationRequest from "./delete-replication-request";
38
+ export import DeleteReplicationRequest = DeleteReplicationRequest.DeleteReplicationRequest;
39
+ import * as DeleteReplicationTargetRequest from "./delete-replication-target-request";
40
+ export import DeleteReplicationTargetRequest = DeleteReplicationTargetRequest.DeleteReplicationTargetRequest;
32
41
  import * as DeleteSnapshotRequest from "./delete-snapshot-request";
33
42
  export import DeleteSnapshotRequest = DeleteSnapshotRequest.DeleteSnapshotRequest;
43
+ import * as EstimateReplicationRequest from "./estimate-replication-request";
44
+ export import EstimateReplicationRequest = EstimateReplicationRequest.EstimateReplicationRequest;
34
45
  import * as GetExportRequest from "./get-export-request";
35
46
  export import GetExportRequest = GetExportRequest.GetExportRequest;
36
47
  import * as GetExportSetRequest from "./get-export-set-request";
@@ -39,6 +50,10 @@ import * as GetFileSystemRequest from "./get-file-system-request";
39
50
  export import GetFileSystemRequest = GetFileSystemRequest.GetFileSystemRequest;
40
51
  import * as GetMountTargetRequest from "./get-mount-target-request";
41
52
  export import GetMountTargetRequest = GetMountTargetRequest.GetMountTargetRequest;
53
+ import * as GetReplicationRequest from "./get-replication-request";
54
+ export import GetReplicationRequest = GetReplicationRequest.GetReplicationRequest;
55
+ import * as GetReplicationTargetRequest from "./get-replication-target-request";
56
+ export import GetReplicationTargetRequest = GetReplicationTargetRequest.GetReplicationTargetRequest;
42
57
  import * as GetSnapshotRequest from "./get-snapshot-request";
43
58
  export import GetSnapshotRequest = GetSnapshotRequest.GetSnapshotRequest;
44
59
  import * as ListExportSetsRequest from "./list-export-sets-request";
@@ -49,6 +64,10 @@ import * as ListFileSystemsRequest from "./list-file-systems-request";
49
64
  export import ListFileSystemsRequest = ListFileSystemsRequest.ListFileSystemsRequest;
50
65
  import * as ListMountTargetsRequest from "./list-mount-targets-request";
51
66
  export import ListMountTargetsRequest = ListMountTargetsRequest.ListMountTargetsRequest;
67
+ import * as ListReplicationTargetsRequest from "./list-replication-targets-request";
68
+ export import ListReplicationTargetsRequest = ListReplicationTargetsRequest.ListReplicationTargetsRequest;
69
+ import * as ListReplicationsRequest from "./list-replications-request";
70
+ export import ListReplicationsRequest = ListReplicationsRequest.ListReplicationsRequest;
52
71
  import * as ListSnapshotsRequest from "./list-snapshots-request";
53
72
  export import ListSnapshotsRequest = ListSnapshotsRequest.ListSnapshotsRequest;
54
73
  import * as UpdateExportRequest from "./update-export-request";
@@ -59,5 +78,7 @@ import * as UpdateFileSystemRequest from "./update-file-system-request";
59
78
  export import UpdateFileSystemRequest = UpdateFileSystemRequest.UpdateFileSystemRequest;
60
79
  import * as UpdateMountTargetRequest from "./update-mount-target-request";
61
80
  export import UpdateMountTargetRequest = UpdateMountTargetRequest.UpdateMountTargetRequest;
81
+ import * as UpdateReplicationRequest from "./update-replication-request";
82
+ export import UpdateReplicationRequest = UpdateReplicationRequest.UpdateReplicationRequest;
62
83
  import * as UpdateSnapshotRequest from "./update-snapshot-request";
63
84
  export import UpdateSnapshotRequest = UpdateSnapshotRequest.UpdateSnapshotRequest;
@@ -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
  *
@@ -32,7 +33,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
33
  return result;
33
34
  };
34
35
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ListSnapshotsRequest = exports.ListMountTargetsRequest = exports.ListFileSystemsRequest = exports.ListExportsRequest = exports.ListExportSetsRequest = void 0;
36
+ exports.ListSnapshotsRequest = exports.ListReplicationsRequest = exports.ListReplicationTargetsRequest = exports.ListMountTargetsRequest = exports.ListFileSystemsRequest = exports.ListExportsRequest = exports.ListExportSetsRequest = exports.DeleteReplicationRequest = void 0;
37
+ const DeleteReplicationRequest = __importStar(require("./delete-replication-request"));
38
+ exports.DeleteReplicationRequest = DeleteReplicationRequest.DeleteReplicationRequest;
36
39
  const ListExportSetsRequest = __importStar(require("./list-export-sets-request"));
37
40
  exports.ListExportSetsRequest = ListExportSetsRequest.ListExportSetsRequest;
38
41
  const ListExportsRequest = __importStar(require("./list-exports-request"));
@@ -41,6 +44,10 @@ const ListFileSystemsRequest = __importStar(require("./list-file-systems-request
41
44
  exports.ListFileSystemsRequest = ListFileSystemsRequest.ListFileSystemsRequest;
42
45
  const ListMountTargetsRequest = __importStar(require("./list-mount-targets-request"));
43
46
  exports.ListMountTargetsRequest = ListMountTargetsRequest.ListMountTargetsRequest;
47
+ const ListReplicationTargetsRequest = __importStar(require("./list-replication-targets-request"));
48
+ exports.ListReplicationTargetsRequest = ListReplicationTargetsRequest.ListReplicationTargetsRequest;
49
+ const ListReplicationsRequest = __importStar(require("./list-replications-request"));
50
+ exports.ListReplicationsRequest = ListReplicationsRequest.ListReplicationsRequest;
44
51
  const ListSnapshotsRequest = __importStar(require("./list-snapshots-request"));
45
52
  exports.ListSnapshotsRequest = ListSnapshotsRequest.ListSnapshotsRequest;
46
53
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAgCH,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAwBH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AAqB3F,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC"}
@@ -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/ListExportSets.ts.html |here} to see how to use ListExportSetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSetsRequest.
16
16
  */
17
17
  export interface ListExportSetsRequest 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/ListExports.ts.html |here} to see how to use ListExportsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListExports.ts.html |here} to see how to use ListExportsRequest.
16
16
  */
17
17
  export interface ListExportsRequest 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/ListFileSystems.ts.html |here} to see how to use ListFileSystemsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystemsRequest.
16
16
  */
17
17
  export interface ListFileSystemsRequest extends common.BaseRequest {
18
18
  /**
@@ -67,11 +67,11 @@ export interface ListFileSystemsRequest extends common.BaseRequest {
67
67
  */
68
68
  "id"?: string;
69
69
  /**
70
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningafilesystem.htm).
70
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the snapshot used to create a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
71
71
  */
72
72
  "sourceSnapshotId"?: string;
73
73
  /**
74
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system that contains the source snapshot of a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningafilesystem.htm).
74
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system that contains the source snapshot of a cloned file system. See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
75
75
  */
76
76
  "parentFileSystemId"?: string;
77
77
  /**
@@ -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/ListMountTargets.ts.html |here} to see how to use ListMountTargetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargetsRequest.
16
16
  */
17
17
  export interface ListMountTargetsRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,107 @@
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/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargetsRequest.
16
+ */
17
+ export interface ListReplicationTargetsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * The name of the availability domain.
24
+ * <p>
25
+ Example: `Uocm:PHX-AD-1`
26
+ *
27
+ */
28
+ "availabilityDomain": string;
29
+ /**
30
+ * For list pagination. The maximum number of results per page,
31
+ * or items to return in a paginated \"List\" call.
32
+ * 1 is the minimum, 1000 is the maximum.
33
+ * <p>
34
+ For important details about how pagination works,
35
+ * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
36
+ * <p>
37
+ Example: `500`
38
+ *
39
+ */
40
+ "limit"?: number;
41
+ /**
42
+ * For list pagination. The value of the `opc-next-page` response
43
+ * header from the previous \"List\" call.
44
+ * <p>
45
+ For important details about how pagination works,
46
+ * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
47
+ *
48
+ */
49
+ "page"?: string;
50
+ /**
51
+ * Filter results by the specified lifecycle state. Must be a valid
52
+ * state for the resource type.
53
+ *
54
+ */
55
+ "lifecycleState"?: ListReplicationTargetsRequest.LifecycleState;
56
+ /**
57
+ * A user-friendly name. It does not have to be unique, and it is changeable.
58
+ * <p>
59
+ Example: `My resource`
60
+ *
61
+ */
62
+ "displayName"?: string;
63
+ /**
64
+ * Filter results by [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
65
+ * the resouce type.
66
+ *
67
+ */
68
+ "id"?: string;
69
+ /**
70
+ * The field to sort by. You can choose either value, but not both.
71
+ * By default, when you sort by `timeCreated`, results are shown
72
+ * in descending order. When you sort by `displayName`, results are
73
+ * shown in ascending order.
74
+ *
75
+ */
76
+ "sortBy"?: ListReplicationTargetsRequest.SortBy;
77
+ /**
78
+ * The sort order to use, either 'asc' or 'desc', where 'asc' is
79
+ * ascending and 'desc' is descending. The default order is 'desc'
80
+ * except for numeric values.
81
+ *
82
+ */
83
+ "sortOrder"?: ListReplicationTargetsRequest.SortOrder;
84
+ /**
85
+ * Unique identifier for the request.
86
+ * If you need to contact Oracle about a particular request, please provide the request ID.
87
+ *
88
+ */
89
+ "opcRequestId"?: string;
90
+ }
91
+ export declare namespace ListReplicationTargetsRequest {
92
+ enum LifecycleState {
93
+ Creating = "CREATING",
94
+ Active = "ACTIVE",
95
+ Deleting = "DELETING",
96
+ Deleted = "DELETED",
97
+ Failed = "FAILED"
98
+ }
99
+ enum SortBy {
100
+ TimeCreated = "timeCreated",
101
+ DisplayName = "displayName"
102
+ }
103
+ enum SortOrder {
104
+ Asc = "ASC",
105
+ Desc = "DESC"
106
+ }
107
+ }
@@ -0,0 +1,37 @@
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.ListReplicationTargetsRequest = void 0;
16
+ var ListReplicationTargetsRequest;
17
+ (function (ListReplicationTargetsRequest) {
18
+ let LifecycleState;
19
+ (function (LifecycleState) {
20
+ LifecycleState["Creating"] = "CREATING";
21
+ LifecycleState["Active"] = "ACTIVE";
22
+ LifecycleState["Deleting"] = "DELETING";
23
+ LifecycleState["Deleted"] = "DELETED";
24
+ LifecycleState["Failed"] = "FAILED";
25
+ })(LifecycleState = ListReplicationTargetsRequest.LifecycleState || (ListReplicationTargetsRequest.LifecycleState = {}));
26
+ let SortBy;
27
+ (function (SortBy) {
28
+ SortBy["TimeCreated"] = "timeCreated";
29
+ SortBy["DisplayName"] = "displayName";
30
+ })(SortBy = ListReplicationTargetsRequest.SortBy || (ListReplicationTargetsRequest.SortBy = {}));
31
+ let SortOrder;
32
+ (function (SortOrder) {
33
+ SortOrder["Asc"] = "ASC";
34
+ SortOrder["Desc"] = "DESC";
35
+ })(SortOrder = ListReplicationTargetsRequest.SortOrder || (ListReplicationTargetsRequest.SortOrder = {}));
36
+ })(ListReplicationTargetsRequest = exports.ListReplicationTargetsRequest || (exports.ListReplicationTargetsRequest = {}));
37
+ //# sourceMappingURL=list-replication-targets-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-replication-targets-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-replication-targets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,6BAA6B,CAkB7C;AAlBD,WAAiB,6BAA6B;IAC5C,IAAY,cAMX;IAND,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EANW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QAMzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,uCAAS,KAAT,uCAAS,QAGpB;AACH,CAAC,EAlBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAkB7C"}
@@ -0,0 +1,111 @@
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/ListReplications.ts.html |here} to see how to use ListReplicationsRequest.
16
+ */
17
+ export interface ListReplicationsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * The name of the availability domain.
24
+ * <p>
25
+ Example: `Uocm:PHX-AD-1`
26
+ *
27
+ */
28
+ "availabilityDomain": string;
29
+ /**
30
+ * For list pagination. The maximum number of results per page,
31
+ * or items to return in a paginated \"List\" call.
32
+ * 1 is the minimum, 1000 is the maximum.
33
+ * <p>
34
+ For important details about how pagination works,
35
+ * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
36
+ * <p>
37
+ Example: `500`
38
+ *
39
+ */
40
+ "limit"?: number;
41
+ /**
42
+ * For list pagination. The value of the `opc-next-page` response
43
+ * header from the previous \"List\" call.
44
+ * <p>
45
+ For important details about how pagination works,
46
+ * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
47
+ *
48
+ */
49
+ "page"?: string;
50
+ /**
51
+ * Filter results by the specified lifecycle state. Must be a valid
52
+ * state for the resource type.
53
+ *
54
+ */
55
+ "lifecycleState"?: ListReplicationsRequest.LifecycleState;
56
+ /**
57
+ * A user-friendly name. It does not have to be unique, and it is changeable.
58
+ * <p>
59
+ Example: `My resource`
60
+ *
61
+ */
62
+ "displayName"?: string;
63
+ /**
64
+ * Filter results by [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
65
+ * the resouce type.
66
+ *
67
+ */
68
+ "id"?: string;
69
+ /**
70
+ * The field to sort by. You can choose either value, but not both.
71
+ * By default, when you sort by time created, results are shown
72
+ * in descending order. When you sort by display name, results are
73
+ * shown in ascending order.
74
+ *
75
+ */
76
+ "sortBy"?: ListReplicationsRequest.SortBy;
77
+ /**
78
+ * The sort order to use, either 'asc' or 'desc', where 'asc' is
79
+ * ascending and 'desc' is descending. The default order is 'desc'
80
+ * except for numeric values.
81
+ *
82
+ */
83
+ "sortOrder"?: ListReplicationsRequest.SortOrder;
84
+ /**
85
+ * Unique identifier for the request.
86
+ * If you need to contact Oracle about a particular request, please provide the request ID.
87
+ *
88
+ */
89
+ "opcRequestId"?: string;
90
+ /**
91
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the source file system.
92
+ */
93
+ "fileSystemId"?: string;
94
+ }
95
+ export declare namespace ListReplicationsRequest {
96
+ enum LifecycleState {
97
+ Creating = "CREATING",
98
+ Active = "ACTIVE",
99
+ Deleting = "DELETING",
100
+ Deleted = "DELETED",
101
+ Failed = "FAILED"
102
+ }
103
+ enum SortBy {
104
+ TimeCreated = "timeCreated",
105
+ DisplayName = "displayName"
106
+ }
107
+ enum SortOrder {
108
+ Asc = "ASC",
109
+ Desc = "DESC"
110
+ }
111
+ }
@@ -0,0 +1,37 @@
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.ListReplicationsRequest = void 0;
16
+ var ListReplicationsRequest;
17
+ (function (ListReplicationsRequest) {
18
+ let LifecycleState;
19
+ (function (LifecycleState) {
20
+ LifecycleState["Creating"] = "CREATING";
21
+ LifecycleState["Active"] = "ACTIVE";
22
+ LifecycleState["Deleting"] = "DELETING";
23
+ LifecycleState["Deleted"] = "DELETED";
24
+ LifecycleState["Failed"] = "FAILED";
25
+ })(LifecycleState = ListReplicationsRequest.LifecycleState || (ListReplicationsRequest.LifecycleState = {}));
26
+ let SortBy;
27
+ (function (SortBy) {
28
+ SortBy["TimeCreated"] = "timeCreated";
29
+ SortBy["DisplayName"] = "displayName";
30
+ })(SortBy = ListReplicationsRequest.SortBy || (ListReplicationsRequest.SortBy = {}));
31
+ let SortOrder;
32
+ (function (SortOrder) {
33
+ SortOrder["Asc"] = "ASC";
34
+ SortOrder["Desc"] = "DESC";
35
+ })(SortOrder = ListReplicationsRequest.SortOrder || (ListReplicationsRequest.SortOrder = {}));
36
+ })(ListReplicationsRequest = exports.ListReplicationsRequest || (exports.ListReplicationsRequest = {}));
37
+ //# sourceMappingURL=list-replications-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-replications-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-replications-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuFH,IAAiB,uBAAuB,CAkBvC;AAlBD,WAAiB,uBAAuB;IACtC,IAAY,cAMX;IAND,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EANW,cAAc,GAAd,sCAAc,KAAd,sCAAc,QAMzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;AACH,CAAC,EAlBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAkBvC"}
@@ -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/ListSnapshots.ts.html |here} to see how to use ListSnapshotsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshotsRequest.
16
16
  */
17
17
  export interface ListSnapshotsRequest 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.42.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExportRequest.
17
17
  */
18
18
  export interface UpdateExportRequest 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/UpdateExportSet.ts.html |here} to see how to use UpdateExportSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSetRequest.
17
17
  */
18
18
  export interface UpdateExportSetRequest 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/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystemRequest.
17
17
  */
18
18
  export interface UpdateFileSystemRequest 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/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.44.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTargetRequest.
17
17
  */
18
18
  export interface UpdateMountTargetRequest 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/UpdateReplication.ts.html |here} to see how to use UpdateReplicationRequest.
17
+ */
18
+ export interface UpdateReplicationRequest 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 object for updating a replication.
25
+ */
26
+ "updateReplicationDetails": model.UpdateReplicationDetails;
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
+ }