oci-filestorage 2.40.0 → 2.42.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.
- package/lib/client.d.ts +25 -25
- package/lib/client.js +25 -25
- package/lib/request/change-file-system-compartment-request.d.ts +1 -1
- package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
- package/lib/request/create-export-request.d.ts +1 -1
- package/lib/request/create-file-system-request.d.ts +1 -1
- package/lib/request/create-mount-target-request.d.ts +1 -1
- package/lib/request/create-snapshot-request.d.ts +1 -1
- package/lib/request/delete-export-request.d.ts +1 -1
- package/lib/request/delete-file-system-request.d.ts +1 -1
- package/lib/request/delete-mount-target-request.d.ts +1 -1
- package/lib/request/delete-snapshot-request.d.ts +1 -1
- package/lib/request/get-export-request.d.ts +1 -1
- package/lib/request/get-export-set-request.d.ts +1 -1
- package/lib/request/get-file-system-request.d.ts +1 -1
- package/lib/request/get-mount-target-request.d.ts +1 -1
- package/lib/request/get-snapshot-request.d.ts +1 -1
- package/lib/request/list-export-sets-request.d.ts +1 -1
- package/lib/request/list-exports-request.d.ts +1 -1
- package/lib/request/list-file-systems-request.d.ts +1 -1
- package/lib/request/list-mount-targets-request.d.ts +1 -1
- package/lib/request/list-snapshots-request.d.ts +1 -1
- package/lib/request/update-export-request.d.ts +1 -1
- package/lib/request/update-export-set-request.d.ts +1 -1
- package/lib/request/update-file-system-request.d.ts +1 -1
- package/lib/request/update-mount-target-request.d.ts +1 -1
- package/lib/request/update-snapshot-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare class FileStorageClient {
|
|
|
78
78
|
* @param ChangeFileSystemCompartmentRequest
|
|
79
79
|
* @return ChangeFileSystemCompartmentResponse
|
|
80
80
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
81
|
+
* @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 ChangeFileSystemCompartment API.
|
|
82
82
|
*/
|
|
83
83
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
|
|
84
84
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class FileStorageClient {
|
|
|
88
88
|
* @param ChangeMountTargetCompartmentRequest
|
|
89
89
|
* @return ChangeMountTargetCompartmentResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @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 ChangeMountTargetCompartment API.
|
|
92
92
|
*/
|
|
93
93
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
|
|
94
94
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class FileStorageClient {
|
|
|
99
99
|
* @param CreateExportRequest
|
|
100
100
|
* @return CreateExportResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @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 CreateExport API.
|
|
103
103
|
*/
|
|
104
104
|
createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
|
|
105
105
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class FileStorageClient {
|
|
|
137
137
|
* @param CreateFileSystemRequest
|
|
138
138
|
* @return CreateFileSystemResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @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 CreateFileSystem API.
|
|
141
141
|
*/
|
|
142
142
|
createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
|
|
143
143
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class FileStorageClient {
|
|
|
178
178
|
* @param CreateMountTargetRequest
|
|
179
179
|
* @return CreateMountTargetResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @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 CreateMountTarget API.
|
|
182
182
|
*/
|
|
183
183
|
createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
|
|
184
184
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class FileStorageClient {
|
|
|
189
189
|
* @param CreateSnapshotRequest
|
|
190
190
|
* @return CreateSnapshotResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @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 CreateSnapshot API.
|
|
193
193
|
*/
|
|
194
194
|
createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
|
|
195
195
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class FileStorageClient {
|
|
|
199
199
|
* @param DeleteExportRequest
|
|
200
200
|
* @return DeleteExportResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @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 DeleteExport API.
|
|
203
203
|
*/
|
|
204
204
|
deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
|
|
205
205
|
/**
|
|
@@ -211,7 +211,7 @@ export declare class FileStorageClient {
|
|
|
211
211
|
* @param DeleteFileSystemRequest
|
|
212
212
|
* @return DeleteFileSystemResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @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 DeleteFileSystem API.
|
|
215
215
|
*/
|
|
216
216
|
deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
|
|
217
217
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class FileStorageClient {
|
|
|
222
222
|
* @param DeleteMountTargetRequest
|
|
223
223
|
* @return DeleteMountTargetResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @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 DeleteMountTarget API.
|
|
226
226
|
*/
|
|
227
227
|
deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
|
|
228
228
|
/**
|
|
@@ -232,7 +232,7 @@ export declare class FileStorageClient {
|
|
|
232
232
|
* @param DeleteSnapshotRequest
|
|
233
233
|
* @return DeleteSnapshotResponse
|
|
234
234
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
235
|
+
* @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 DeleteSnapshot API.
|
|
236
236
|
*/
|
|
237
237
|
deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
|
|
238
238
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class FileStorageClient {
|
|
|
241
241
|
* @param GetExportRequest
|
|
242
242
|
* @return GetExportResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
244
|
+
* @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 GetExport API.
|
|
245
245
|
*/
|
|
246
246
|
getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
|
|
247
247
|
/**
|
|
@@ -250,7 +250,7 @@ export declare class FileStorageClient {
|
|
|
250
250
|
* @param GetExportSetRequest
|
|
251
251
|
* @return GetExportSetResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
253
|
+
* @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 GetExportSet API.
|
|
254
254
|
*/
|
|
255
255
|
getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
|
|
256
256
|
/**
|
|
@@ -259,7 +259,7 @@ export declare class FileStorageClient {
|
|
|
259
259
|
* @param GetFileSystemRequest
|
|
260
260
|
* @return GetFileSystemResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @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 GetFileSystem API.
|
|
263
263
|
*/
|
|
264
264
|
getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
|
|
265
265
|
/**
|
|
@@ -268,7 +268,7 @@ export declare class FileStorageClient {
|
|
|
268
268
|
* @param GetMountTargetRequest
|
|
269
269
|
* @return GetMountTargetResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @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 GetMountTarget API.
|
|
272
272
|
*/
|
|
273
273
|
getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
|
|
274
274
|
/**
|
|
@@ -277,7 +277,7 @@ export declare class FileStorageClient {
|
|
|
277
277
|
* @param GetSnapshotRequest
|
|
278
278
|
* @return GetSnapshotResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
280
|
+
* @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 GetSnapshot API.
|
|
281
281
|
*/
|
|
282
282
|
getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
|
|
283
283
|
/**
|
|
@@ -287,7 +287,7 @@ export declare class FileStorageClient {
|
|
|
287
287
|
* @param ListExportSetsRequest
|
|
288
288
|
* @return ListExportSetsResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
290
|
+
* @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 ListExportSets API.
|
|
291
291
|
*/
|
|
292
292
|
listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
|
|
293
293
|
/**
|
|
@@ -331,7 +331,7 @@ export declare class FileStorageClient {
|
|
|
331
331
|
* @param ListExportsRequest
|
|
332
332
|
* @return ListExportsResponse
|
|
333
333
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
334
|
+
* @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 ListExports API.
|
|
335
335
|
*/
|
|
336
336
|
listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
|
|
337
337
|
/**
|
|
@@ -373,7 +373,7 @@ export declare class FileStorageClient {
|
|
|
373
373
|
* @param ListFileSystemsRequest
|
|
374
374
|
* @return ListFileSystemsResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @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 ListFileSystems API.
|
|
377
377
|
*/
|
|
378
378
|
listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
|
|
379
379
|
/**
|
|
@@ -415,7 +415,7 @@ export declare class FileStorageClient {
|
|
|
415
415
|
* @param ListMountTargetsRequest
|
|
416
416
|
* @return ListMountTargetsResponse
|
|
417
417
|
* @throws OciError when an error occurs
|
|
418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
418
|
+
* @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 ListMountTargets API.
|
|
419
419
|
*/
|
|
420
420
|
listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
|
|
421
421
|
/**
|
|
@@ -457,7 +457,7 @@ export declare class FileStorageClient {
|
|
|
457
457
|
* @param ListSnapshotsRequest
|
|
458
458
|
* @return ListSnapshotsResponse
|
|
459
459
|
* @throws OciError when an error occurs
|
|
460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
460
|
+
* @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 ListSnapshots API.
|
|
461
461
|
*/
|
|
462
462
|
listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
|
|
463
463
|
/**
|
|
@@ -498,7 +498,7 @@ export declare class FileStorageClient {
|
|
|
498
498
|
* @param UpdateExportRequest
|
|
499
499
|
* @return UpdateExportResponse
|
|
500
500
|
* @throws OciError when an error occurs
|
|
501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
501
|
+
* @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 UpdateExport API.
|
|
502
502
|
*/
|
|
503
503
|
updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
|
|
504
504
|
/**
|
|
@@ -507,7 +507,7 @@ export declare class FileStorageClient {
|
|
|
507
507
|
* @param UpdateExportSetRequest
|
|
508
508
|
* @return UpdateExportSetResponse
|
|
509
509
|
* @throws OciError when an error occurs
|
|
510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
510
|
+
* @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 UpdateExportSet API.
|
|
511
511
|
*/
|
|
512
512
|
updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
|
|
513
513
|
/**
|
|
@@ -518,7 +518,7 @@ export declare class FileStorageClient {
|
|
|
518
518
|
* @param UpdateFileSystemRequest
|
|
519
519
|
* @return UpdateFileSystemResponse
|
|
520
520
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
521
|
+
* @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 UpdateFileSystem API.
|
|
522
522
|
*/
|
|
523
523
|
updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
|
|
524
524
|
/**
|
|
@@ -527,7 +527,7 @@ export declare class FileStorageClient {
|
|
|
527
527
|
* @param UpdateMountTargetRequest
|
|
528
528
|
* @return UpdateMountTargetResponse
|
|
529
529
|
* @throws OciError when an error occurs
|
|
530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
530
|
+
* @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 UpdateMountTarget API.
|
|
531
531
|
*/
|
|
532
532
|
updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
|
|
533
533
|
/**
|
|
@@ -536,7 +536,7 @@ export declare class FileStorageClient {
|
|
|
536
536
|
* @param UpdateSnapshotRequest
|
|
537
537
|
* @return UpdateSnapshotResponse
|
|
538
538
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
540
540
|
*/
|
|
541
541
|
updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
|
|
542
542
|
}
|
package/lib/client.js
CHANGED
|
@@ -159,7 +159,7 @@ class FileStorageClient {
|
|
|
159
159
|
* @param ChangeFileSystemCompartmentRequest
|
|
160
160
|
* @return ChangeFileSystemCompartmentResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @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 ChangeFileSystemCompartment API.
|
|
163
163
|
*/
|
|
164
164
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
|
|
165
165
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -216,7 +216,7 @@ class FileStorageClient {
|
|
|
216
216
|
* @param ChangeMountTargetCompartmentRequest
|
|
217
217
|
* @return ChangeMountTargetCompartmentResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
219
|
+
* @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 ChangeMountTargetCompartment API.
|
|
220
220
|
*/
|
|
221
221
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
|
|
222
222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -274,7 +274,7 @@ class FileStorageClient {
|
|
|
274
274
|
* @param CreateExportRequest
|
|
275
275
|
* @return CreateExportResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @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 CreateExport API.
|
|
278
278
|
*/
|
|
279
279
|
createExport(createExportRequest) {
|
|
280
280
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -366,7 +366,7 @@ class FileStorageClient {
|
|
|
366
366
|
* @param CreateFileSystemRequest
|
|
367
367
|
* @return CreateFileSystemResponse
|
|
368
368
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
369
|
+
* @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 CreateFileSystem API.
|
|
370
370
|
*/
|
|
371
371
|
createFileSystem(createFileSystemRequest) {
|
|
372
372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -461,7 +461,7 @@ class FileStorageClient {
|
|
|
461
461
|
* @param CreateMountTargetRequest
|
|
462
462
|
* @return CreateMountTargetResponse
|
|
463
463
|
* @throws OciError when an error occurs
|
|
464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
464
|
+
* @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 CreateMountTarget API.
|
|
465
465
|
*/
|
|
466
466
|
createMountTarget(createMountTargetRequest) {
|
|
467
467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -526,7 +526,7 @@ class FileStorageClient {
|
|
|
526
526
|
* @param CreateSnapshotRequest
|
|
527
527
|
* @return CreateSnapshotResponse
|
|
528
528
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @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 CreateSnapshot API.
|
|
530
530
|
*/
|
|
531
531
|
createSnapshot(createSnapshotRequest) {
|
|
532
532
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -590,7 +590,7 @@ class FileStorageClient {
|
|
|
590
590
|
* @param DeleteExportRequest
|
|
591
591
|
* @return DeleteExportResponse
|
|
592
592
|
* @throws OciError when an error occurs
|
|
593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
593
|
+
* @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 DeleteExport API.
|
|
594
594
|
*/
|
|
595
595
|
deleteExport(deleteExportRequest) {
|
|
596
596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -648,7 +648,7 @@ class FileStorageClient {
|
|
|
648
648
|
* @param DeleteFileSystemRequest
|
|
649
649
|
* @return DeleteFileSystemResponse
|
|
650
650
|
* @throws OciError when an error occurs
|
|
651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
651
|
+
* @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 DeleteFileSystem API.
|
|
652
652
|
*/
|
|
653
653
|
deleteFileSystem(deleteFileSystemRequest) {
|
|
654
654
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -705,7 +705,7 @@ class FileStorageClient {
|
|
|
705
705
|
* @param DeleteMountTargetRequest
|
|
706
706
|
* @return DeleteMountTargetResponse
|
|
707
707
|
* @throws OciError when an error occurs
|
|
708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
708
|
+
* @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 DeleteMountTarget API.
|
|
709
709
|
*/
|
|
710
710
|
deleteMountTarget(deleteMountTargetRequest) {
|
|
711
711
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -761,7 +761,7 @@ class FileStorageClient {
|
|
|
761
761
|
* @param DeleteSnapshotRequest
|
|
762
762
|
* @return DeleteSnapshotResponse
|
|
763
763
|
* @throws OciError when an error occurs
|
|
764
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
764
|
+
* @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 DeleteSnapshot API.
|
|
765
765
|
*/
|
|
766
766
|
deleteSnapshot(deleteSnapshotRequest) {
|
|
767
767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -816,7 +816,7 @@ class FileStorageClient {
|
|
|
816
816
|
* @param GetExportRequest
|
|
817
817
|
* @return GetExportResponse
|
|
818
818
|
* @throws OciError when an error occurs
|
|
819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
819
|
+
* @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 GetExport API.
|
|
820
820
|
*/
|
|
821
821
|
getExport(getExportRequest) {
|
|
822
822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -879,7 +879,7 @@ class FileStorageClient {
|
|
|
879
879
|
* @param GetExportSetRequest
|
|
880
880
|
* @return GetExportSetResponse
|
|
881
881
|
* @throws OciError when an error occurs
|
|
882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
882
|
+
* @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 GetExportSet API.
|
|
883
883
|
*/
|
|
884
884
|
getExportSet(getExportSetRequest) {
|
|
885
885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -942,7 +942,7 @@ class FileStorageClient {
|
|
|
942
942
|
* @param GetFileSystemRequest
|
|
943
943
|
* @return GetFileSystemResponse
|
|
944
944
|
* @throws OciError when an error occurs
|
|
945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
945
|
+
* @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 GetFileSystem API.
|
|
946
946
|
*/
|
|
947
947
|
getFileSystem(getFileSystemRequest) {
|
|
948
948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1005,7 +1005,7 @@ class FileStorageClient {
|
|
|
1005
1005
|
* @param GetMountTargetRequest
|
|
1006
1006
|
* @return GetMountTargetResponse
|
|
1007
1007
|
* @throws OciError when an error occurs
|
|
1008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1008
|
+
* @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 GetMountTarget API.
|
|
1009
1009
|
*/
|
|
1010
1010
|
getMountTarget(getMountTargetRequest) {
|
|
1011
1011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1068,7 +1068,7 @@ class FileStorageClient {
|
|
|
1068
1068
|
* @param GetSnapshotRequest
|
|
1069
1069
|
* @return GetSnapshotResponse
|
|
1070
1070
|
* @throws OciError when an error occurs
|
|
1071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1071
|
+
* @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 GetSnapshot API.
|
|
1072
1072
|
*/
|
|
1073
1073
|
getSnapshot(getSnapshotRequest) {
|
|
1074
1074
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1132,7 +1132,7 @@ class FileStorageClient {
|
|
|
1132
1132
|
* @param ListExportSetsRequest
|
|
1133
1133
|
* @return ListExportSetsResponse
|
|
1134
1134
|
* @throws OciError when an error occurs
|
|
1135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1135
|
+
* @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 ListExportSets API.
|
|
1136
1136
|
*/
|
|
1137
1137
|
listExportSets(listExportSetsRequest) {
|
|
1138
1138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1246,7 +1246,7 @@ class FileStorageClient {
|
|
|
1246
1246
|
* @param ListExportsRequest
|
|
1247
1247
|
* @return ListExportsResponse
|
|
1248
1248
|
* @throws OciError when an error occurs
|
|
1249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1249
|
+
* @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 ListExports API.
|
|
1250
1250
|
*/
|
|
1251
1251
|
listExports(listExportsRequest) {
|
|
1252
1252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1358,7 +1358,7 @@ class FileStorageClient {
|
|
|
1358
1358
|
* @param ListFileSystemsRequest
|
|
1359
1359
|
* @return ListFileSystemsResponse
|
|
1360
1360
|
* @throws OciError when an error occurs
|
|
1361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1361
|
+
* @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 ListFileSystems API.
|
|
1362
1362
|
*/
|
|
1363
1363
|
listFileSystems(listFileSystemsRequest) {
|
|
1364
1364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1472,7 +1472,7 @@ class FileStorageClient {
|
|
|
1472
1472
|
* @param ListMountTargetsRequest
|
|
1473
1473
|
* @return ListMountTargetsResponse
|
|
1474
1474
|
* @throws OciError when an error occurs
|
|
1475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1475
|
+
* @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 ListMountTargets API.
|
|
1476
1476
|
*/
|
|
1477
1477
|
listMountTargets(listMountTargetsRequest) {
|
|
1478
1478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1585,7 +1585,7 @@ class FileStorageClient {
|
|
|
1585
1585
|
* @param ListSnapshotsRequest
|
|
1586
1586
|
* @return ListSnapshotsResponse
|
|
1587
1587
|
* @throws OciError when an error occurs
|
|
1588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1588
|
+
* @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 ListSnapshots API.
|
|
1589
1589
|
*/
|
|
1590
1590
|
listSnapshots(listSnapshotsRequest) {
|
|
1591
1591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1693,7 +1693,7 @@ class FileStorageClient {
|
|
|
1693
1693
|
* @param UpdateExportRequest
|
|
1694
1694
|
* @return UpdateExportResponse
|
|
1695
1695
|
* @throws OciError when an error occurs
|
|
1696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1696
|
+
* @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 UpdateExport API.
|
|
1697
1697
|
*/
|
|
1698
1698
|
updateExport(updateExportRequest) {
|
|
1699
1699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1758,7 +1758,7 @@ class FileStorageClient {
|
|
|
1758
1758
|
* @param UpdateExportSetRequest
|
|
1759
1759
|
* @return UpdateExportSetResponse
|
|
1760
1760
|
* @throws OciError when an error occurs
|
|
1761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1761
|
+
* @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 UpdateExportSet API.
|
|
1762
1762
|
*/
|
|
1763
1763
|
updateExportSet(updateExportSetRequest) {
|
|
1764
1764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1825,7 +1825,7 @@ class FileStorageClient {
|
|
|
1825
1825
|
* @param UpdateFileSystemRequest
|
|
1826
1826
|
* @return UpdateFileSystemResponse
|
|
1827
1827
|
* @throws OciError when an error occurs
|
|
1828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1828
|
+
* @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 UpdateFileSystem API.
|
|
1829
1829
|
*/
|
|
1830
1830
|
updateFileSystem(updateFileSystemRequest) {
|
|
1831
1831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1890,7 +1890,7 @@ class FileStorageClient {
|
|
|
1890
1890
|
* @param UpdateMountTargetRequest
|
|
1891
1891
|
* @return UpdateMountTargetResponse
|
|
1892
1892
|
* @throws OciError when an error occurs
|
|
1893
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1893
|
+
* @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 UpdateMountTarget API.
|
|
1894
1894
|
*/
|
|
1895
1895
|
updateMountTarget(updateMountTargetRequest) {
|
|
1896
1896
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1955,7 +1955,7 @@ class FileStorageClient {
|
|
|
1955
1955
|
* @param UpdateSnapshotRequest
|
|
1956
1956
|
* @return UpdateSnapshotResponse
|
|
1957
1957
|
* @throws OciError when an error occurs
|
|
1958
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1958
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
1959
1959
|
*/
|
|
1960
1960
|
updateSnapshot(updateSnapshotRequest) {
|
|
1961
1961
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMountTargetCompartmentRequest 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMountTargetRequest 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMountTargetRequest 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.
|
|
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.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSnapshotRequest 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetMountTargetRequest 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.
|
|
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.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSnapshotRequest 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListFileSystemsRequest 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.
|
|
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.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListMountTargetsRequest 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateMountTargetRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshotRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSnapshotRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-filestorage",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.42.0",
|
|
4
4
|
"description": "OCI NodeJS client for File Storage",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.42.0",
|
|
19
|
+
"oci-workrequests": "2.42.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|