oci-filestorage 2.24.0 → 2.25.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
|
@@ -77,7 +77,7 @@ export declare class FileStorageClient {
|
|
|
77
77
|
* @param ChangeFileSystemCompartmentRequest
|
|
78
78
|
* @return ChangeFileSystemCompartmentResponse
|
|
79
79
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
81
81
|
*/
|
|
82
82
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
|
|
83
83
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class FileStorageClient {
|
|
|
87
87
|
* @param ChangeMountTargetCompartmentRequest
|
|
88
88
|
* @return ChangeMountTargetCompartmentResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
91
91
|
*/
|
|
92
92
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
|
|
93
93
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class FileStorageClient {
|
|
|
98
98
|
* @param CreateExportRequest
|
|
99
99
|
* @return CreateExportResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
102
102
|
*/
|
|
103
103
|
createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
|
|
104
104
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class FileStorageClient {
|
|
|
136
136
|
* @param CreateFileSystemRequest
|
|
137
137
|
* @return CreateFileSystemResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
140
140
|
*/
|
|
141
141
|
createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
|
|
142
142
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class FileStorageClient {
|
|
|
177
177
|
* @param CreateMountTargetRequest
|
|
178
178
|
* @return CreateMountTargetResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
181
181
|
*/
|
|
182
182
|
createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
|
|
183
183
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class FileStorageClient {
|
|
|
188
188
|
* @param CreateSnapshotRequest
|
|
189
189
|
* @return CreateSnapshotResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
192
192
|
*/
|
|
193
193
|
createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
|
|
194
194
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class FileStorageClient {
|
|
|
198
198
|
* @param DeleteExportRequest
|
|
199
199
|
* @return DeleteExportResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
202
202
|
*/
|
|
203
203
|
deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
|
|
204
204
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class FileStorageClient {
|
|
|
210
210
|
* @param DeleteFileSystemRequest
|
|
211
211
|
* @return DeleteFileSystemResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
214
214
|
*/
|
|
215
215
|
deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
|
|
216
216
|
/**
|
|
@@ -221,7 +221,7 @@ export declare class FileStorageClient {
|
|
|
221
221
|
* @param DeleteMountTargetRequest
|
|
222
222
|
* @return DeleteMountTargetResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
225
225
|
*/
|
|
226
226
|
deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
|
|
227
227
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class FileStorageClient {
|
|
|
231
231
|
* @param DeleteSnapshotRequest
|
|
232
232
|
* @return DeleteSnapshotResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
235
235
|
*/
|
|
236
236
|
deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
|
|
237
237
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class FileStorageClient {
|
|
|
240
240
|
* @param GetExportRequest
|
|
241
241
|
* @return GetExportResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
244
244
|
*/
|
|
245
245
|
getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
|
|
246
246
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class FileStorageClient {
|
|
|
249
249
|
* @param GetExportSetRequest
|
|
250
250
|
* @return GetExportSetResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
253
253
|
*/
|
|
254
254
|
getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
|
|
255
255
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class FileStorageClient {
|
|
|
258
258
|
* @param GetFileSystemRequest
|
|
259
259
|
* @return GetFileSystemResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
262
262
|
*/
|
|
263
263
|
getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
|
|
264
264
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class FileStorageClient {
|
|
|
267
267
|
* @param GetMountTargetRequest
|
|
268
268
|
* @return GetMountTargetResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
271
271
|
*/
|
|
272
272
|
getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
|
|
273
273
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class FileStorageClient {
|
|
|
276
276
|
* @param GetSnapshotRequest
|
|
277
277
|
* @return GetSnapshotResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
280
280
|
*/
|
|
281
281
|
getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
|
|
282
282
|
/**
|
|
@@ -286,7 +286,7 @@ export declare class FileStorageClient {
|
|
|
286
286
|
* @param ListExportSetsRequest
|
|
287
287
|
* @return ListExportSetsResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
290
290
|
*/
|
|
291
291
|
listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
|
|
292
292
|
/**
|
|
@@ -330,7 +330,7 @@ export declare class FileStorageClient {
|
|
|
330
330
|
* @param ListExportsRequest
|
|
331
331
|
* @return ListExportsResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
334
334
|
*/
|
|
335
335
|
listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
|
|
336
336
|
/**
|
|
@@ -372,7 +372,7 @@ export declare class FileStorageClient {
|
|
|
372
372
|
* @param ListFileSystemsRequest
|
|
373
373
|
* @return ListFileSystemsResponse
|
|
374
374
|
* @throws OciError when an error occurs
|
|
375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
376
376
|
*/
|
|
377
377
|
listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
|
|
378
378
|
/**
|
|
@@ -414,7 +414,7 @@ export declare class FileStorageClient {
|
|
|
414
414
|
* @param ListMountTargetsRequest
|
|
415
415
|
* @return ListMountTargetsResponse
|
|
416
416
|
* @throws OciError when an error occurs
|
|
417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
418
418
|
*/
|
|
419
419
|
listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
|
|
420
420
|
/**
|
|
@@ -456,7 +456,7 @@ export declare class FileStorageClient {
|
|
|
456
456
|
* @param ListSnapshotsRequest
|
|
457
457
|
* @return ListSnapshotsResponse
|
|
458
458
|
* @throws OciError when an error occurs
|
|
459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
460
460
|
*/
|
|
461
461
|
listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
|
|
462
462
|
/**
|
|
@@ -497,7 +497,7 @@ export declare class FileStorageClient {
|
|
|
497
497
|
* @param UpdateExportRequest
|
|
498
498
|
* @return UpdateExportResponse
|
|
499
499
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
501
501
|
*/
|
|
502
502
|
updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
|
|
503
503
|
/**
|
|
@@ -506,7 +506,7 @@ export declare class FileStorageClient {
|
|
|
506
506
|
* @param UpdateExportSetRequest
|
|
507
507
|
* @return UpdateExportSetResponse
|
|
508
508
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
510
510
|
*/
|
|
511
511
|
updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
|
|
512
512
|
/**
|
|
@@ -517,7 +517,7 @@ export declare class FileStorageClient {
|
|
|
517
517
|
* @param UpdateFileSystemRequest
|
|
518
518
|
* @return UpdateFileSystemResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
521
521
|
*/
|
|
522
522
|
updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
|
|
523
523
|
/**
|
|
@@ -526,7 +526,7 @@ export declare class FileStorageClient {
|
|
|
526
526
|
* @param UpdateMountTargetRequest
|
|
527
527
|
* @return UpdateMountTargetResponse
|
|
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.25.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
530
530
|
*/
|
|
531
531
|
updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
|
|
532
532
|
/**
|
|
@@ -535,7 +535,7 @@ export declare class FileStorageClient {
|
|
|
535
535
|
* @param UpdateSnapshotRequest
|
|
536
536
|
* @return UpdateSnapshotResponse
|
|
537
537
|
* @throws OciError when an error occurs
|
|
538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
539
539
|
*/
|
|
540
540
|
updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
|
|
541
541
|
}
|
package/lib/client.js
CHANGED
|
@@ -158,7 +158,7 @@ class FileStorageClient {
|
|
|
158
158
|
* @param ChangeFileSystemCompartmentRequest
|
|
159
159
|
* @return ChangeFileSystemCompartmentResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
162
162
|
*/
|
|
163
163
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
|
|
164
164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -213,7 +213,7 @@ class FileStorageClient {
|
|
|
213
213
|
* @param ChangeMountTargetCompartmentRequest
|
|
214
214
|
* @return ChangeMountTargetCompartmentResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
217
217
|
*/
|
|
218
218
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -269,7 +269,7 @@ class FileStorageClient {
|
|
|
269
269
|
* @param CreateExportRequest
|
|
270
270
|
* @return CreateExportResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
273
273
|
*/
|
|
274
274
|
createExport(createExportRequest) {
|
|
275
275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -359,7 +359,7 @@ class FileStorageClient {
|
|
|
359
359
|
* @param CreateFileSystemRequest
|
|
360
360
|
* @return CreateFileSystemResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
363
363
|
*/
|
|
364
364
|
createFileSystem(createFileSystemRequest) {
|
|
365
365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -452,7 +452,7 @@ class FileStorageClient {
|
|
|
452
452
|
* @param CreateMountTargetRequest
|
|
453
453
|
* @return CreateMountTargetResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
456
456
|
*/
|
|
457
457
|
createMountTarget(createMountTargetRequest) {
|
|
458
458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -515,7 +515,7 @@ class FileStorageClient {
|
|
|
515
515
|
* @param CreateSnapshotRequest
|
|
516
516
|
* @return CreateSnapshotResponse
|
|
517
517
|
* @throws OciError when an error occurs
|
|
518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
519
519
|
*/
|
|
520
520
|
createSnapshot(createSnapshotRequest) {
|
|
521
521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -577,7 +577,7 @@ class FileStorageClient {
|
|
|
577
577
|
* @param DeleteExportRequest
|
|
578
578
|
* @return DeleteExportResponse
|
|
579
579
|
* @throws OciError when an error occurs
|
|
580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
581
581
|
*/
|
|
582
582
|
deleteExport(deleteExportRequest) {
|
|
583
583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -633,7 +633,7 @@ class FileStorageClient {
|
|
|
633
633
|
* @param DeleteFileSystemRequest
|
|
634
634
|
* @return DeleteFileSystemResponse
|
|
635
635
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
637
637
|
*/
|
|
638
638
|
deleteFileSystem(deleteFileSystemRequest) {
|
|
639
639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -688,7 +688,7 @@ class FileStorageClient {
|
|
|
688
688
|
* @param DeleteMountTargetRequest
|
|
689
689
|
* @return DeleteMountTargetResponse
|
|
690
690
|
* @throws OciError when an error occurs
|
|
691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
692
692
|
*/
|
|
693
693
|
deleteMountTarget(deleteMountTargetRequest) {
|
|
694
694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -742,7 +742,7 @@ class FileStorageClient {
|
|
|
742
742
|
* @param DeleteSnapshotRequest
|
|
743
743
|
* @return DeleteSnapshotResponse
|
|
744
744
|
* @throws OciError when an error occurs
|
|
745
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
746
746
|
*/
|
|
747
747
|
deleteSnapshot(deleteSnapshotRequest) {
|
|
748
748
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -795,7 +795,7 @@ class FileStorageClient {
|
|
|
795
795
|
* @param GetExportRequest
|
|
796
796
|
* @return GetExportResponse
|
|
797
797
|
* @throws OciError when an error occurs
|
|
798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
799
799
|
*/
|
|
800
800
|
getExport(getExportRequest) {
|
|
801
801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -856,7 +856,7 @@ class FileStorageClient {
|
|
|
856
856
|
* @param GetExportSetRequest
|
|
857
857
|
* @return GetExportSetResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
860
860
|
*/
|
|
861
861
|
getExportSet(getExportSetRequest) {
|
|
862
862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -917,7 +917,7 @@ class FileStorageClient {
|
|
|
917
917
|
* @param GetFileSystemRequest
|
|
918
918
|
* @return GetFileSystemResponse
|
|
919
919
|
* @throws OciError when an error occurs
|
|
920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
921
921
|
*/
|
|
922
922
|
getFileSystem(getFileSystemRequest) {
|
|
923
923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -978,7 +978,7 @@ class FileStorageClient {
|
|
|
978
978
|
* @param GetMountTargetRequest
|
|
979
979
|
* @return GetMountTargetResponse
|
|
980
980
|
* @throws OciError when an error occurs
|
|
981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
982
982
|
*/
|
|
983
983
|
getMountTarget(getMountTargetRequest) {
|
|
984
984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1039,7 +1039,7 @@ class FileStorageClient {
|
|
|
1039
1039
|
* @param GetSnapshotRequest
|
|
1040
1040
|
* @return GetSnapshotResponse
|
|
1041
1041
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
1043
1043
|
*/
|
|
1044
1044
|
getSnapshot(getSnapshotRequest) {
|
|
1045
1045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1101,7 +1101,7 @@ class FileStorageClient {
|
|
|
1101
1101
|
* @param ListExportSetsRequest
|
|
1102
1102
|
* @return ListExportSetsResponse
|
|
1103
1103
|
* @throws OciError when an error occurs
|
|
1104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
1105
1105
|
*/
|
|
1106
1106
|
listExportSets(listExportSetsRequest) {
|
|
1107
1107
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1213,7 +1213,7 @@ class FileStorageClient {
|
|
|
1213
1213
|
* @param ListExportsRequest
|
|
1214
1214
|
* @return ListExportsResponse
|
|
1215
1215
|
* @throws OciError when an error occurs
|
|
1216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
1217
1217
|
*/
|
|
1218
1218
|
listExports(listExportsRequest) {
|
|
1219
1219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1323,7 +1323,7 @@ class FileStorageClient {
|
|
|
1323
1323
|
* @param ListFileSystemsRequest
|
|
1324
1324
|
* @return ListFileSystemsResponse
|
|
1325
1325
|
* @throws OciError when an error occurs
|
|
1326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
1327
1327
|
*/
|
|
1328
1328
|
listFileSystems(listFileSystemsRequest) {
|
|
1329
1329
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1435,7 +1435,7 @@ class FileStorageClient {
|
|
|
1435
1435
|
* @param ListMountTargetsRequest
|
|
1436
1436
|
* @return ListMountTargetsResponse
|
|
1437
1437
|
* @throws OciError when an error occurs
|
|
1438
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
1439
1439
|
*/
|
|
1440
1440
|
listMountTargets(listMountTargetsRequest) {
|
|
1441
1441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1546,7 +1546,7 @@ class FileStorageClient {
|
|
|
1546
1546
|
* @param ListSnapshotsRequest
|
|
1547
1547
|
* @return ListSnapshotsResponse
|
|
1548
1548
|
* @throws OciError when an error occurs
|
|
1549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
1550
1550
|
*/
|
|
1551
1551
|
listSnapshots(listSnapshotsRequest) {
|
|
1552
1552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1652,7 +1652,7 @@ class FileStorageClient {
|
|
|
1652
1652
|
* @param UpdateExportRequest
|
|
1653
1653
|
* @return UpdateExportResponse
|
|
1654
1654
|
* @throws OciError when an error occurs
|
|
1655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1655
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
1656
1656
|
*/
|
|
1657
1657
|
updateExport(updateExportRequest) {
|
|
1658
1658
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1715,7 +1715,7 @@ class FileStorageClient {
|
|
|
1715
1715
|
* @param UpdateExportSetRequest
|
|
1716
1716
|
* @return UpdateExportSetResponse
|
|
1717
1717
|
* @throws OciError when an error occurs
|
|
1718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
1719
1719
|
*/
|
|
1720
1720
|
updateExportSet(updateExportSetRequest) {
|
|
1721
1721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1780,7 +1780,7 @@ class FileStorageClient {
|
|
|
1780
1780
|
* @param UpdateFileSystemRequest
|
|
1781
1781
|
* @return UpdateFileSystemResponse
|
|
1782
1782
|
* @throws OciError when an error occurs
|
|
1783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
1784
1784
|
*/
|
|
1785
1785
|
updateFileSystem(updateFileSystemRequest) {
|
|
1786
1786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1843,7 +1843,7 @@ class FileStorageClient {
|
|
|
1843
1843
|
* @param UpdateMountTargetRequest
|
|
1844
1844
|
* @return UpdateMountTargetResponse
|
|
1845
1845
|
* @throws OciError when an error occurs
|
|
1846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
1847
1847
|
*/
|
|
1848
1848
|
updateMountTarget(updateMountTargetRequest) {
|
|
1849
1849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1906,7 +1906,7 @@ class FileStorageClient {
|
|
|
1906
1906
|
* @param UpdateSnapshotRequest
|
|
1907
1907
|
* @return UpdateSnapshotResponse
|
|
1908
1908
|
* @throws OciError when an error occurs
|
|
1909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1909
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
1910
1910
|
*/
|
|
1911
1911
|
updateSnapshot(updateSnapshotRequest) {
|
|
1912
1912
|
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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.0",
|
|
19
|
+
"oci-workrequests": "2.25.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|