oci-lustrefilestorage 2.119.1 → 2.121.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 (125) hide show
  1. package/lib/client.d.ts +122 -0
  2. package/lib/client.js +930 -140
  3. package/lib/client.js.map +1 -1
  4. package/lib/lustrefilestorage-waiter.d.ts +16 -0
  5. package/lib/lustrefilestorage-waiter.js +24 -0
  6. package/lib/lustrefilestorage-waiter.js.map +1 -1
  7. package/lib/model/change-object-storage-link-compartment-details.d.ts +26 -0
  8. package/lib/model/change-object-storage-link-compartment-details.js +29 -0
  9. package/lib/model/change-object-storage-link-compartment-details.js.map +1 -0
  10. package/lib/model/cluster-placement-group.d.ts +25 -0
  11. package/lib/model/cluster-placement-group.js +29 -0
  12. package/lib/model/cluster-placement-group.js.map +1 -0
  13. package/lib/model/create-object-storage-link-details.d.ts +89 -0
  14. package/lib/model/create-object-storage-link-details.js +29 -0
  15. package/lib/model/create-object-storage-link-details.js.map +1 -0
  16. package/lib/model/index.d.ts +24 -0
  17. package/lib/model/index.js +25 -1
  18. package/lib/model/index.js.map +1 -1
  19. package/lib/model/network-security-group.d.ts +29 -0
  20. package/lib/model/network-security-group.js +29 -0
  21. package/lib/model/network-security-group.js.map +1 -0
  22. package/lib/model/object-storage-link-collection.d.ts +26 -0
  23. package/lib/model/object-storage-link-collection.js +61 -0
  24. package/lib/model/object-storage-link-collection.js.map +1 -0
  25. package/lib/model/object-storage-link-summary.d.ts +137 -0
  26. package/lib/model/object-storage-link-summary.js +29 -0
  27. package/lib/model/object-storage-link-summary.js.map +1 -0
  28. package/lib/model/object-storage-link.d.ts +156 -0
  29. package/lib/model/object-storage-link.js +42 -0
  30. package/lib/model/object-storage-link.js.map +1 -0
  31. package/lib/model/operation-type.d.ts +1 -0
  32. package/lib/model/operation-type.js +1 -0
  33. package/lib/model/operation-type.js.map +1 -1
  34. package/lib/model/subnet.d.ts +25 -0
  35. package/lib/model/subnet.js +29 -0
  36. package/lib/model/subnet.js.map +1 -0
  37. package/lib/model/sync-job-collection.d.ts +26 -0
  38. package/lib/model/sync-job-collection.js +61 -0
  39. package/lib/model/sync-job-collection.js.map +1 -0
  40. package/lib/model/sync-job-summary.d.ts +140 -0
  41. package/lib/model/sync-job-summary.js +39 -0
  42. package/lib/model/sync-job-summary.js.map +1 -0
  43. package/lib/model/sync-job.d.ts +157 -0
  44. package/lib/model/sync-job.js +53 -0
  45. package/lib/model/sync-job.js.map +1 -0
  46. package/lib/model/update-object-storage-link-details.d.ts +58 -0
  47. package/lib/model/update-object-storage-link-details.js +29 -0
  48. package/lib/model/update-object-storage-link-details.js.map +1 -0
  49. package/lib/request/change-object-storage-link-compartment-request.d.ts +52 -0
  50. package/lib/request/change-object-storage-link-compartment-request.js +15 -0
  51. package/lib/request/change-object-storage-link-compartment-request.js.map +1 -0
  52. package/lib/request/create-object-storage-link-request.d.ts +40 -0
  53. package/lib/request/create-object-storage-link-request.js +15 -0
  54. package/lib/request/create-object-storage-link-request.js.map +1 -0
  55. package/lib/request/delete-object-storage-link-request.d.ts +38 -0
  56. package/lib/request/delete-object-storage-link-request.js +15 -0
  57. package/lib/request/delete-object-storage-link-request.js.map +1 -0
  58. package/lib/request/get-object-storage-link-request.d.ts +30 -0
  59. package/lib/request/get-object-storage-link-request.js +15 -0
  60. package/lib/request/get-object-storage-link-request.js.map +1 -0
  61. package/lib/request/get-sync-job-request.d.ts +42 -0
  62. package/lib/request/get-sync-job-request.js +15 -0
  63. package/lib/request/get-sync-job-request.js.map +1 -0
  64. package/lib/request/index.d.ts +24 -0
  65. package/lib/request/index.js +5 -1
  66. package/lib/request/index.js.map +1 -1
  67. package/lib/request/list-object-storage-links-request.d.ts +86 -0
  68. package/lib/request/list-object-storage-links-request.js +24 -0
  69. package/lib/request/list-object-storage-links-request.js.map +1 -0
  70. package/lib/request/list-sync-jobs-request.d.ts +74 -0
  71. package/lib/request/list-sync-jobs-request.js +23 -0
  72. package/lib/request/list-sync-jobs-request.js.map +1 -0
  73. package/lib/request/start-export-to-object-request.d.ts +47 -0
  74. package/lib/request/start-export-to-object-request.js +15 -0
  75. package/lib/request/start-export-to-object-request.js.map +1 -0
  76. package/lib/request/start-import-from-object-request.d.ts +47 -0
  77. package/lib/request/start-import-from-object-request.js +15 -0
  78. package/lib/request/start-import-from-object-request.js.map +1 -0
  79. package/lib/request/stop-export-to-object-request.d.ts +47 -0
  80. package/lib/request/stop-export-to-object-request.js +15 -0
  81. package/lib/request/stop-export-to-object-request.js.map +1 -0
  82. package/lib/request/stop-import-from-object-request.d.ts +47 -0
  83. package/lib/request/stop-import-from-object-request.js +15 -0
  84. package/lib/request/stop-import-from-object-request.js.map +1 -0
  85. package/lib/request/update-object-storage-link-request.d.ts +43 -0
  86. package/lib/request/update-object-storage-link-request.js +15 -0
  87. package/lib/request/update-object-storage-link-request.js.map +1 -0
  88. package/lib/response/change-object-storage-link-compartment-response.d.ts +30 -0
  89. package/lib/response/change-object-storage-link-compartment-response.js +15 -0
  90. package/lib/response/change-object-storage-link-compartment-response.js.map +1 -0
  91. package/lib/response/create-object-storage-link-response.d.ts +38 -0
  92. package/lib/response/create-object-storage-link-response.js +15 -0
  93. package/lib/response/create-object-storage-link-response.js.map +1 -0
  94. package/lib/response/delete-object-storage-link-response.d.ts +26 -0
  95. package/lib/response/delete-object-storage-link-response.js +15 -0
  96. package/lib/response/delete-object-storage-link-response.js.map +1 -0
  97. package/lib/response/get-object-storage-link-response.d.ts +30 -0
  98. package/lib/response/get-object-storage-link-response.js +15 -0
  99. package/lib/response/get-object-storage-link-response.js.map +1 -0
  100. package/lib/response/get-sync-job-response.d.ts +30 -0
  101. package/lib/response/get-sync-job-response.js +15 -0
  102. package/lib/response/get-sync-job-response.js.map +1 -0
  103. package/lib/response/index.d.ts +24 -0
  104. package/lib/response/list-object-storage-links-response.d.ts +31 -0
  105. package/lib/response/list-object-storage-links-response.js +15 -0
  106. package/lib/response/list-object-storage-links-response.js.map +1 -0
  107. package/lib/response/list-sync-jobs-response.d.ts +31 -0
  108. package/lib/response/list-sync-jobs-response.js +15 -0
  109. package/lib/response/list-sync-jobs-response.js.map +1 -0
  110. package/lib/response/start-export-to-object-response.d.ts +30 -0
  111. package/lib/response/start-export-to-object-response.js +15 -0
  112. package/lib/response/start-export-to-object-response.js.map +1 -0
  113. package/lib/response/start-import-from-object-response.d.ts +30 -0
  114. package/lib/response/start-import-from-object-response.js +15 -0
  115. package/lib/response/start-import-from-object-response.js.map +1 -0
  116. package/lib/response/stop-export-to-object-response.d.ts +20 -0
  117. package/lib/response/stop-export-to-object-response.js +15 -0
  118. package/lib/response/stop-export-to-object-response.js.map +1 -0
  119. package/lib/response/stop-import-from-object-response.d.ts +20 -0
  120. package/lib/response/stop-import-from-object-response.js +15 -0
  121. package/lib/response/stop-import-from-object-response.js.map +1 -0
  122. package/lib/response/update-object-storage-link-response.d.ts +30 -0
  123. package/lib/response/update-object-storage-link-response.js +15 -0
  124. package/lib/response/update-object-storage-link-response.js.map +1 -0
  125. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -114,6 +114,17 @@ export declare class LustreFileStorageClient {
114
114
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ChangeLustreFileSystemCompartment.ts.html |here} to see how to use ChangeLustreFileSystemCompartment API.
115
115
  */
116
116
  changeLustreFileSystemCompartment(changeLustreFileSystemCompartmentRequest: requests.ChangeLustreFileSystemCompartmentRequest): Promise<responses.ChangeLustreFileSystemCompartmentResponse>;
117
+ /**
118
+ * Moves an Object Storage link into a different compartment within the same tenancy. For information about moving resources between
119
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
120
+ *
121
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
122
+ * @param ChangeObjectStorageLinkCompartmentRequest
123
+ * @return ChangeObjectStorageLinkCompartmentResponse
124
+ * @throws OciError when an error occurs
125
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ChangeObjectStorageLinkCompartment.ts.html |here} to see how to use ChangeObjectStorageLinkCompartment API.
126
+ */
127
+ changeObjectStorageLinkCompartment(changeObjectStorageLinkCompartmentRequest: requests.ChangeObjectStorageLinkCompartmentRequest): Promise<responses.ChangeObjectStorageLinkCompartmentResponse>;
117
128
  /**
118
129
  * Creates a Lustre file system.
119
130
  *
@@ -124,6 +135,16 @@ export declare class LustreFileStorageClient {
124
135
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/CreateLustreFileSystem.ts.html |here} to see how to use CreateLustreFileSystem API.
125
136
  */
126
137
  createLustreFileSystem(createLustreFileSystemRequest: requests.CreateLustreFileSystemRequest): Promise<responses.CreateLustreFileSystemResponse>;
138
+ /**
139
+ * Creates an Object Storage link.
140
+ *
141
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
142
+ * @param CreateObjectStorageLinkRequest
143
+ * @return CreateObjectStorageLinkResponse
144
+ * @throws OciError when an error occurs
145
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/CreateObjectStorageLink.ts.html |here} to see how to use CreateObjectStorageLink API.
146
+ */
147
+ createObjectStorageLink(createObjectStorageLinkRequest: requests.CreateObjectStorageLinkRequest): Promise<responses.CreateObjectStorageLinkResponse>;
127
148
  /**
128
149
  * Deletes a Lustre file system.
129
150
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -133,6 +154,15 @@ export declare class LustreFileStorageClient {
133
154
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/DeleteLustreFileSystem.ts.html |here} to see how to use DeleteLustreFileSystem API.
134
155
  */
135
156
  deleteLustreFileSystem(deleteLustreFileSystemRequest: requests.DeleteLustreFileSystemRequest): Promise<responses.DeleteLustreFileSystemResponse>;
157
+ /**
158
+ * Deletes an Object Storage link.
159
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
160
+ * @param DeleteObjectStorageLinkRequest
161
+ * @return DeleteObjectStorageLinkResponse
162
+ * @throws OciError when an error occurs
163
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/DeleteObjectStorageLink.ts.html |here} to see how to use DeleteObjectStorageLink API.
164
+ */
165
+ deleteObjectStorageLink(deleteObjectStorageLinkRequest: requests.DeleteObjectStorageLinkRequest): Promise<responses.DeleteObjectStorageLinkResponse>;
136
166
  /**
137
167
  * Gets information about a Lustre file system.
138
168
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -142,6 +172,25 @@ export declare class LustreFileStorageClient {
142
172
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/GetLustreFileSystem.ts.html |here} to see how to use GetLustreFileSystem API.
143
173
  */
144
174
  getLustreFileSystem(getLustreFileSystemRequest: requests.GetLustreFileSystemRequest): Promise<responses.GetLustreFileSystemResponse>;
175
+ /**
176
+ * Gets information about an Object Storage link.
177
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
178
+ * @param GetObjectStorageLinkRequest
179
+ * @return GetObjectStorageLinkResponse
180
+ * @throws OciError when an error occurs
181
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/GetObjectStorageLink.ts.html |here} to see how to use GetObjectStorageLink API.
182
+ */
183
+ getObjectStorageLink(getObjectStorageLinkRequest: requests.GetObjectStorageLinkRequest): Promise<responses.GetObjectStorageLinkResponse>;
184
+ /**
185
+ * Gets details of a sync job associated with an Object Storage link when `objectStorageLink` and a unique ID are provided.
186
+ *
187
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
188
+ * @param GetSyncJobRequest
189
+ * @return GetSyncJobResponse
190
+ * @throws OciError when an error occurs
191
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/GetSyncJob.ts.html |here} to see how to use GetSyncJob API.
192
+ */
193
+ getSyncJob(getSyncJobRequest: requests.GetSyncJobRequest): Promise<responses.GetSyncJobResponse>;
145
194
  /**
146
195
  * Gets the details of a work request.
147
196
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -161,6 +210,26 @@ export declare class LustreFileStorageClient {
161
210
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ListLustreFileSystems.ts.html |here} to see how to use ListLustreFileSystems API.
162
211
  */
163
212
  listLustreFileSystems(listLustreFileSystemsRequest: requests.ListLustreFileSystemsRequest): Promise<responses.ListLustreFileSystemsResponse>;
213
+ /**
214
+ * Gets a list of Object Storage links.
215
+ *
216
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
217
+ * @param ListObjectStorageLinksRequest
218
+ * @return ListObjectStorageLinksResponse
219
+ * @throws OciError when an error occurs
220
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ListObjectStorageLinks.ts.html |here} to see how to use ListObjectStorageLinks API.
221
+ */
222
+ listObjectStorageLinks(listObjectStorageLinksRequest: requests.ListObjectStorageLinksRequest): Promise<responses.ListObjectStorageLinksResponse>;
223
+ /**
224
+ * Lists all sync jobs associated with the Object Storage link. Contains a unique ID for each sync job.
225
+ *
226
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
227
+ * @param ListSyncJobsRequest
228
+ * @return ListSyncJobsResponse
229
+ * @throws OciError when an error occurs
230
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ListSyncJobs.ts.html |here} to see how to use ListSyncJobs API.
231
+ */
232
+ listSyncJobs(listSyncJobsRequest: requests.ListSyncJobsRequest): Promise<responses.ListSyncJobsResponse>;
164
233
  /**
165
234
  * Lists the errors for a work request.
166
235
  *
@@ -191,6 +260,50 @@ export declare class LustreFileStorageClient {
191
260
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
192
261
  */
193
262
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
263
+ /**
264
+ * Starts the export of data from the Lustre file system to Object Storage.
265
+ * The Lustre file system path and Object Storage object prefix are defined in the Object Storage link resource.
266
+ *
267
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
268
+ * @param StartExportToObjectRequest
269
+ * @return StartExportToObjectResponse
270
+ * @throws OciError when an error occurs
271
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/StartExportToObject.ts.html |here} to see how to use StartExportToObject API.
272
+ */
273
+ startExportToObject(startExportToObjectRequest: requests.StartExportToObjectRequest): Promise<responses.StartExportToObjectResponse>;
274
+ /**
275
+ * Starts the import of data from Object Storage to the Lustre file system.
276
+ * The Lustre file system path and Object Storage object prefix are defined in the Object Storage link resource.
277
+ *
278
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
279
+ * @param StartImportFromObjectRequest
280
+ * @return StartImportFromObjectResponse
281
+ * @throws OciError when an error occurs
282
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/StartImportFromObject.ts.html |here} to see how to use StartImportFromObject API.
283
+ */
284
+ startImportFromObject(startImportFromObjectRequest: requests.StartImportFromObjectRequest): Promise<responses.StartImportFromObjectResponse>;
285
+ /**
286
+ * Stops the export of data from the Lustre file system to Object Storage.
287
+ * The Lustre file system path and Object Storage object prefix are defined in the Object Storage link resource.
288
+ *
289
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
290
+ * @param StopExportToObjectRequest
291
+ * @return StopExportToObjectResponse
292
+ * @throws OciError when an error occurs
293
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/StopExportToObject.ts.html |here} to see how to use StopExportToObject API.
294
+ */
295
+ stopExportToObject(stopExportToObjectRequest: requests.StopExportToObjectRequest): Promise<responses.StopExportToObjectResponse>;
296
+ /**
297
+ * Stops the import of data from Object Storage to the Lustre file system.
298
+ * The Lustre file system path and Object Storage object prefix are defined in the Object Storage link resource.
299
+ *
300
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
301
+ * @param StopImportFromObjectRequest
302
+ * @return StopImportFromObjectResponse
303
+ * @throws OciError when an error occurs
304
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/StopImportFromObject.ts.html |here} to see how to use StopImportFromObject API.
305
+ */
306
+ stopImportFromObject(stopImportFromObjectRequest: requests.StopImportFromObjectRequest): Promise<responses.StopImportFromObjectResponse>;
194
307
  /**
195
308
  * Updates a Lustre file system.
196
309
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
@@ -200,5 +313,14 @@ export declare class LustreFileStorageClient {
200
313
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/UpdateLustreFileSystem.ts.html |here} to see how to use UpdateLustreFileSystem API.
201
314
  */
202
315
  updateLustreFileSystem(updateLustreFileSystemRequest: requests.UpdateLustreFileSystemRequest): Promise<responses.UpdateLustreFileSystemResponse>;
316
+ /**
317
+ * Updates an Object Storage link.
318
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
319
+ * @param UpdateObjectStorageLinkRequest
320
+ * @return UpdateObjectStorageLinkResponse
321
+ * @throws OciError when an error occurs
322
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/UpdateObjectStorageLink.ts.html |here} to see how to use UpdateObjectStorageLink API.
323
+ */
324
+ updateObjectStorageLink(updateObjectStorageLinkRequest: requests.UpdateObjectStorageLinkRequest): Promise<responses.UpdateObjectStorageLinkResponse>;
203
325
  }
204
326
  export {};