oci-filestorage 2.2.0 → 2.3.1
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
|
@@ -71,7 +71,7 @@ export declare class FileStorageClient {
|
|
|
71
71
|
* @param ChangeFileSystemCompartmentRequest
|
|
72
72
|
* @return ChangeFileSystemCompartmentResponse
|
|
73
73
|
* @throws OciError when an error occurs
|
|
74
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
74
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
75
75
|
*/
|
|
76
76
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
|
|
77
77
|
/**
|
|
@@ -80,7 +80,7 @@ export declare class FileStorageClient {
|
|
|
80
80
|
* @param ChangeMountTargetCompartmentRequest
|
|
81
81
|
* @return ChangeMountTargetCompartmentResponse
|
|
82
82
|
* @throws OciError when an error occurs
|
|
83
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
84
84
|
*/
|
|
85
85
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
|
|
86
86
|
/**
|
|
@@ -90,7 +90,7 @@ export declare class FileStorageClient {
|
|
|
90
90
|
* @param CreateExportRequest
|
|
91
91
|
* @return CreateExportResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
94
94
|
*/
|
|
95
95
|
createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
|
|
96
96
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class FileStorageClient {
|
|
|
127
127
|
* @param CreateFileSystemRequest
|
|
128
128
|
* @return CreateFileSystemResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
131
131
|
*/
|
|
132
132
|
createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
|
|
133
133
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class FileStorageClient {
|
|
|
167
167
|
* @param CreateMountTargetRequest
|
|
168
168
|
* @return CreateMountTargetResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
171
171
|
*/
|
|
172
172
|
createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
|
|
173
173
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class FileStorageClient {
|
|
|
177
177
|
* @param CreateSnapshotRequest
|
|
178
178
|
* @return CreateSnapshotResponse
|
|
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.3.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
181
181
|
*/
|
|
182
182
|
createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
|
|
183
183
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class FileStorageClient {
|
|
|
186
186
|
* @param DeleteExportRequest
|
|
187
187
|
* @return DeleteExportResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
190
190
|
*/
|
|
191
191
|
deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
|
|
192
192
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class FileStorageClient {
|
|
|
197
197
|
* @param DeleteFileSystemRequest
|
|
198
198
|
* @return DeleteFileSystemResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
201
201
|
*/
|
|
202
202
|
deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
|
|
203
203
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class FileStorageClient {
|
|
|
207
207
|
* @param DeleteMountTargetRequest
|
|
208
208
|
* @return DeleteMountTargetResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
211
211
|
*/
|
|
212
212
|
deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
|
|
213
213
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class FileStorageClient {
|
|
|
216
216
|
* @param DeleteSnapshotRequest
|
|
217
217
|
* @return DeleteSnapshotResponse
|
|
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.3.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
220
220
|
*/
|
|
221
221
|
deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
|
|
222
222
|
/**
|
|
@@ -224,7 +224,7 @@ export declare class FileStorageClient {
|
|
|
224
224
|
* @param GetExportRequest
|
|
225
225
|
* @return GetExportResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
228
228
|
*/
|
|
229
229
|
getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
|
|
230
230
|
/**
|
|
@@ -232,7 +232,7 @@ export declare class FileStorageClient {
|
|
|
232
232
|
* @param GetExportSetRequest
|
|
233
233
|
* @return GetExportSetResponse
|
|
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.3.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
236
236
|
*/
|
|
237
237
|
getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
|
|
238
238
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class FileStorageClient {
|
|
|
240
240
|
* @param GetFileSystemRequest
|
|
241
241
|
* @return GetFileSystemResponse
|
|
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.3.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
244
244
|
*/
|
|
245
245
|
getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
|
|
246
246
|
/**
|
|
@@ -248,7 +248,7 @@ export declare class FileStorageClient {
|
|
|
248
248
|
* @param GetMountTargetRequest
|
|
249
249
|
* @return GetMountTargetResponse
|
|
250
250
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
252
252
|
*/
|
|
253
253
|
getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
|
|
254
254
|
/**
|
|
@@ -256,7 +256,7 @@ export declare class FileStorageClient {
|
|
|
256
256
|
* @param GetSnapshotRequest
|
|
257
257
|
* @return GetSnapshotResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
260
260
|
*/
|
|
261
261
|
getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class FileStorageClient {
|
|
|
265
265
|
* @param ListExportSetsRequest
|
|
266
266
|
* @return ListExportSetsResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
269
269
|
*/
|
|
270
270
|
listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
|
|
271
271
|
/**
|
|
@@ -291,7 +291,7 @@ export declare class FileStorageClient {
|
|
|
291
291
|
* @param ListExportsRequest
|
|
292
292
|
* @return ListExportsResponse
|
|
293
293
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
295
295
|
*/
|
|
296
296
|
listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
|
|
297
297
|
/**
|
|
@@ -315,7 +315,7 @@ export declare class FileStorageClient {
|
|
|
315
315
|
* @param ListFileSystemsRequest
|
|
316
316
|
* @return ListFileSystemsResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
319
319
|
*/
|
|
320
320
|
listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
|
|
321
321
|
/**
|
|
@@ -339,7 +339,7 @@ export declare class FileStorageClient {
|
|
|
339
339
|
* @param ListMountTargetsRequest
|
|
340
340
|
* @return ListMountTargetsResponse
|
|
341
341
|
* @throws OciError when an error occurs
|
|
342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
343
343
|
*/
|
|
344
344
|
listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
|
|
345
345
|
/**
|
|
@@ -363,7 +363,7 @@ export declare class FileStorageClient {
|
|
|
363
363
|
* @param ListSnapshotsRequest
|
|
364
364
|
* @return ListSnapshotsResponse
|
|
365
365
|
* @throws OciError when an error occurs
|
|
366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
367
367
|
*/
|
|
368
368
|
listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
|
|
369
369
|
/**
|
|
@@ -386,7 +386,7 @@ export declare class FileStorageClient {
|
|
|
386
386
|
* @param UpdateExportRequest
|
|
387
387
|
* @return UpdateExportResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
390
390
|
*/
|
|
391
391
|
updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
|
|
392
392
|
/**
|
|
@@ -394,7 +394,7 @@ export declare class FileStorageClient {
|
|
|
394
394
|
* @param UpdateExportSetRequest
|
|
395
395
|
* @return UpdateExportSetResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
398
398
|
*/
|
|
399
399
|
updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
|
|
400
400
|
/**
|
|
@@ -404,7 +404,7 @@ export declare class FileStorageClient {
|
|
|
404
404
|
* @param UpdateFileSystemRequest
|
|
405
405
|
* @return UpdateFileSystemResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
408
408
|
*/
|
|
409
409
|
updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
|
|
410
410
|
/**
|
|
@@ -412,7 +412,7 @@ export declare class FileStorageClient {
|
|
|
412
412
|
* @param UpdateMountTargetRequest
|
|
413
413
|
* @return UpdateMountTargetResponse
|
|
414
414
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
416
416
|
*/
|
|
417
417
|
updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
|
|
418
418
|
/**
|
|
@@ -420,7 +420,7 @@ export declare class FileStorageClient {
|
|
|
420
420
|
* @param UpdateSnapshotRequest
|
|
421
421
|
* @return UpdateSnapshotResponse
|
|
422
422
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
424
424
|
*/
|
|
425
425
|
updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
|
|
426
426
|
}
|
package/lib/client.js
CHANGED
|
@@ -142,7 +142,7 @@ class FileStorageClient {
|
|
|
142
142
|
* @param ChangeFileSystemCompartmentRequest
|
|
143
143
|
* @return ChangeFileSystemCompartmentResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
146
146
|
*/
|
|
147
147
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
|
|
148
148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -195,7 +195,7 @@ class FileStorageClient {
|
|
|
195
195
|
* @param ChangeMountTargetCompartmentRequest
|
|
196
196
|
* @return ChangeMountTargetCompartmentResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
199
199
|
*/
|
|
200
200
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
|
|
201
201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class FileStorageClient {
|
|
|
249
249
|
* @param CreateExportRequest
|
|
250
250
|
* @return CreateExportResponse
|
|
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.3.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
253
253
|
*/
|
|
254
254
|
createExport(createExportRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -337,7 +337,7 @@ class FileStorageClient {
|
|
|
337
337
|
* @param CreateFileSystemRequest
|
|
338
338
|
* @return CreateFileSystemResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
341
341
|
*/
|
|
342
342
|
createFileSystem(createFileSystemRequest) {
|
|
343
343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -428,7 +428,7 @@ class FileStorageClient {
|
|
|
428
428
|
* @param CreateMountTargetRequest
|
|
429
429
|
* @return CreateMountTargetResponse
|
|
430
430
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
432
432
|
*/
|
|
433
433
|
createMountTarget(createMountTargetRequest) {
|
|
434
434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -489,7 +489,7 @@ class FileStorageClient {
|
|
|
489
489
|
* @param CreateSnapshotRequest
|
|
490
490
|
* @return CreateSnapshotResponse
|
|
491
491
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
493
493
|
*/
|
|
494
494
|
createSnapshot(createSnapshotRequest) {
|
|
495
495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -549,7 +549,7 @@ class FileStorageClient {
|
|
|
549
549
|
* @param DeleteExportRequest
|
|
550
550
|
* @return DeleteExportResponse
|
|
551
551
|
* @throws OciError when an error occurs
|
|
552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
553
553
|
*/
|
|
554
554
|
deleteExport(deleteExportRequest) {
|
|
555
555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -603,7 +603,7 @@ class FileStorageClient {
|
|
|
603
603
|
* @param DeleteFileSystemRequest
|
|
604
604
|
* @return DeleteFileSystemResponse
|
|
605
605
|
* @throws OciError when an error occurs
|
|
606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
607
607
|
*/
|
|
608
608
|
deleteFileSystem(deleteFileSystemRequest) {
|
|
609
609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -656,7 +656,7 @@ class FileStorageClient {
|
|
|
656
656
|
* @param DeleteMountTargetRequest
|
|
657
657
|
* @return DeleteMountTargetResponse
|
|
658
658
|
* @throws OciError when an error occurs
|
|
659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
660
660
|
*/
|
|
661
661
|
deleteMountTarget(deleteMountTargetRequest) {
|
|
662
662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -708,7 +708,7 @@ class FileStorageClient {
|
|
|
708
708
|
* @param DeleteSnapshotRequest
|
|
709
709
|
* @return DeleteSnapshotResponse
|
|
710
710
|
* @throws OciError when an error occurs
|
|
711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
712
712
|
*/
|
|
713
713
|
deleteSnapshot(deleteSnapshotRequest) {
|
|
714
714
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -759,7 +759,7 @@ class FileStorageClient {
|
|
|
759
759
|
* @param GetExportRequest
|
|
760
760
|
* @return GetExportResponse
|
|
761
761
|
* @throws OciError when an error occurs
|
|
762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
763
763
|
*/
|
|
764
764
|
getExport(getExportRequest) {
|
|
765
765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -818,7 +818,7 @@ class FileStorageClient {
|
|
|
818
818
|
* @param GetExportSetRequest
|
|
819
819
|
* @return GetExportSetResponse
|
|
820
820
|
* @throws OciError when an error occurs
|
|
821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
822
822
|
*/
|
|
823
823
|
getExportSet(getExportSetRequest) {
|
|
824
824
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -877,7 +877,7 @@ class FileStorageClient {
|
|
|
877
877
|
* @param GetFileSystemRequest
|
|
878
878
|
* @return GetFileSystemResponse
|
|
879
879
|
* @throws OciError when an error occurs
|
|
880
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
880
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
881
881
|
*/
|
|
882
882
|
getFileSystem(getFileSystemRequest) {
|
|
883
883
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -936,7 +936,7 @@ class FileStorageClient {
|
|
|
936
936
|
* @param GetMountTargetRequest
|
|
937
937
|
* @return GetMountTargetResponse
|
|
938
938
|
* @throws OciError when an error occurs
|
|
939
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
939
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
940
940
|
*/
|
|
941
941
|
getMountTarget(getMountTargetRequest) {
|
|
942
942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -995,7 +995,7 @@ class FileStorageClient {
|
|
|
995
995
|
* @param GetSnapshotRequest
|
|
996
996
|
* @return GetSnapshotResponse
|
|
997
997
|
* @throws OciError when an error occurs
|
|
998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
999
999
|
*/
|
|
1000
1000
|
getSnapshot(getSnapshotRequest) {
|
|
1001
1001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1055,7 +1055,7 @@ class FileStorageClient {
|
|
|
1055
1055
|
* @param ListExportSetsRequest
|
|
1056
1056
|
* @return ListExportSetsResponse
|
|
1057
1057
|
* @throws OciError when an error occurs
|
|
1058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
1059
1059
|
*/
|
|
1060
1060
|
listExportSets(listExportSetsRequest) {
|
|
1061
1061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1144,7 +1144,7 @@ class FileStorageClient {
|
|
|
1144
1144
|
* @param ListExportsRequest
|
|
1145
1145
|
* @return ListExportsResponse
|
|
1146
1146
|
* @throws OciError when an error occurs
|
|
1147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
1148
1148
|
*/
|
|
1149
1149
|
listExports(listExportsRequest) {
|
|
1150
1150
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1231,7 +1231,7 @@ class FileStorageClient {
|
|
|
1231
1231
|
* @param ListFileSystemsRequest
|
|
1232
1232
|
* @return ListFileSystemsResponse
|
|
1233
1233
|
* @throws OciError when an error occurs
|
|
1234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
1235
1235
|
*/
|
|
1236
1236
|
listFileSystems(listFileSystemsRequest) {
|
|
1237
1237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1320,7 +1320,7 @@ class FileStorageClient {
|
|
|
1320
1320
|
* @param ListMountTargetsRequest
|
|
1321
1321
|
* @return ListMountTargetsResponse
|
|
1322
1322
|
* @throws OciError when an error occurs
|
|
1323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
1324
1324
|
*/
|
|
1325
1325
|
listMountTargets(listMountTargetsRequest) {
|
|
1326
1326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1408,7 +1408,7 @@ class FileStorageClient {
|
|
|
1408
1408
|
* @param ListSnapshotsRequest
|
|
1409
1409
|
* @return ListSnapshotsResponse
|
|
1410
1410
|
* @throws OciError when an error occurs
|
|
1411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
1412
1412
|
*/
|
|
1413
1413
|
listSnapshots(listSnapshotsRequest) {
|
|
1414
1414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1491,7 +1491,7 @@ class FileStorageClient {
|
|
|
1491
1491
|
* @param UpdateExportRequest
|
|
1492
1492
|
* @return UpdateExportResponse
|
|
1493
1493
|
* @throws OciError when an error occurs
|
|
1494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
1495
1495
|
*/
|
|
1496
1496
|
updateExport(updateExportRequest) {
|
|
1497
1497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1552,7 +1552,7 @@ class FileStorageClient {
|
|
|
1552
1552
|
* @param UpdateExportSetRequest
|
|
1553
1553
|
* @return UpdateExportSetResponse
|
|
1554
1554
|
* @throws OciError when an error occurs
|
|
1555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
1556
1556
|
*/
|
|
1557
1557
|
updateExportSet(updateExportSetRequest) {
|
|
1558
1558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1615,7 +1615,7 @@ class FileStorageClient {
|
|
|
1615
1615
|
* @param UpdateFileSystemRequest
|
|
1616
1616
|
* @return UpdateFileSystemResponse
|
|
1617
1617
|
* @throws OciError when an error occurs
|
|
1618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
1619
1619
|
*/
|
|
1620
1620
|
updateFileSystem(updateFileSystemRequest) {
|
|
1621
1621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1676,7 +1676,7 @@ class FileStorageClient {
|
|
|
1676
1676
|
* @param UpdateMountTargetRequest
|
|
1677
1677
|
* @return UpdateMountTargetResponse
|
|
1678
1678
|
* @throws OciError when an error occurs
|
|
1679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
1680
1680
|
*/
|
|
1681
1681
|
updateMountTarget(updateMountTargetRequest) {
|
|
1682
1682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1737,7 +1737,7 @@ class FileStorageClient {
|
|
|
1737
1737
|
* @param UpdateSnapshotRequest
|
|
1738
1738
|
* @return UpdateSnapshotResponse
|
|
1739
1739
|
* @throws OciError when an error occurs
|
|
1740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
1741
1741
|
*/
|
|
1742
1742
|
updateSnapshot(updateSnapshotRequest) {
|
|
1743
1743
|
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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/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.3.1",
|
|
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.3.1",
|
|
19
|
+
"oci-workrequests": "2.3.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|