oci-filestorage 2.62.2 → 2.62.3
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 +43 -43
- package/lib/client.js +43 -43
- package/lib/request/change-file-system-compartment-request.d.ts +1 -1
- package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +1 -1
- package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
- package/lib/request/change-replication-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-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/create-mount-target-request.d.ts +1 -1
- package/lib/request/create-replication-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-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/delete-mount-target-request.d.ts +1 -1
- package/lib/request/delete-replication-request.d.ts +1 -1
- package/lib/request/delete-replication-target-request.d.ts +1 -1
- package/lib/request/delete-snapshot-request.d.ts +1 -1
- package/lib/request/estimate-replication-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-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/get-mount-target-request.d.ts +1 -1
- package/lib/request/get-replication-request.d.ts +1 -1
- package/lib/request/get-replication-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-filesystem-snapshot-policies-request.d.ts +1 -1
- package/lib/request/list-mount-targets-request.d.ts +1 -1
- package/lib/request/list-replication-targets-request.d.ts +1 -1
- package/lib/request/list-replications-request.d.ts +1 -1
- package/lib/request/list-snapshots-request.d.ts +1 -1
- package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/unpause-filesystem-snapshot-policy-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-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/update-mount-target-request.d.ts +1 -1
- package/lib/request/update-replication-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
|
@@ -89,7 +89,7 @@ export declare class FileStorageClient {
|
|
|
89
89
|
* @param ChangeFileSystemCompartmentRequest
|
|
90
90
|
* @return ChangeFileSystemCompartmentResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
93
93
|
*/
|
|
94
94
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
|
|
95
95
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class FileStorageClient {
|
|
|
99
99
|
* @param ChangeFilesystemSnapshotPolicyCompartmentRequest
|
|
100
100
|
* @return ChangeFilesystemSnapshotPolicyCompartmentResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
|
|
103
103
|
*/
|
|
104
104
|
changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest: requests.ChangeFilesystemSnapshotPolicyCompartmentRequest): Promise<responses.ChangeFilesystemSnapshotPolicyCompartmentResponse>;
|
|
105
105
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class FileStorageClient {
|
|
|
109
109
|
* @param ChangeMountTargetCompartmentRequest
|
|
110
110
|
* @return ChangeMountTargetCompartmentResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
113
113
|
*/
|
|
114
114
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
|
|
115
115
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class FileStorageClient {
|
|
|
120
120
|
* @param ChangeReplicationCompartmentRequest
|
|
121
121
|
* @return ChangeReplicationCompartmentResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
|
|
124
124
|
*/
|
|
125
125
|
changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
|
|
126
126
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class FileStorageClient {
|
|
|
131
131
|
* @param CreateExportRequest
|
|
132
132
|
* @return CreateExportResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
135
135
|
*/
|
|
136
136
|
createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
|
|
137
137
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class FileStorageClient {
|
|
|
169
169
|
* @param CreateFileSystemRequest
|
|
170
170
|
* @return CreateFileSystemResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
173
173
|
*/
|
|
174
174
|
createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
|
|
175
175
|
/**
|
|
@@ -183,7 +183,7 @@ export declare class FileStorageClient {
|
|
|
183
183
|
* @param CreateFilesystemSnapshotPolicyRequest
|
|
184
184
|
* @return CreateFilesystemSnapshotPolicyResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
|
|
187
187
|
*/
|
|
188
188
|
createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest: requests.CreateFilesystemSnapshotPolicyRequest): Promise<responses.CreateFilesystemSnapshotPolicyResponse>;
|
|
189
189
|
/**
|
|
@@ -224,7 +224,7 @@ export declare class FileStorageClient {
|
|
|
224
224
|
* @param CreateMountTargetRequest
|
|
225
225
|
* @return CreateMountTargetResponse
|
|
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.62.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
228
228
|
*/
|
|
229
229
|
createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
|
|
230
230
|
/**
|
|
@@ -260,7 +260,7 @@ export declare class FileStorageClient {
|
|
|
260
260
|
* @param CreateReplicationRequest
|
|
261
261
|
* @return CreateReplicationResponse
|
|
262
262
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
|
|
264
264
|
*/
|
|
265
265
|
createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
|
|
266
266
|
/**
|
|
@@ -271,7 +271,7 @@ export declare class FileStorageClient {
|
|
|
271
271
|
* @param CreateSnapshotRequest
|
|
272
272
|
* @return CreateSnapshotResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
275
275
|
*/
|
|
276
276
|
createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
|
|
277
277
|
/**
|
|
@@ -281,7 +281,7 @@ export declare class FileStorageClient {
|
|
|
281
281
|
* @param DeleteExportRequest
|
|
282
282
|
* @return DeleteExportResponse
|
|
283
283
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
285
285
|
*/
|
|
286
286
|
deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
|
|
287
287
|
/**
|
|
@@ -293,7 +293,7 @@ export declare class FileStorageClient {
|
|
|
293
293
|
* @param DeleteFileSystemRequest
|
|
294
294
|
* @return DeleteFileSystemResponse
|
|
295
295
|
* @throws OciError when an error occurs
|
|
296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
297
297
|
*/
|
|
298
298
|
deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
|
|
299
299
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class FileStorageClient {
|
|
|
303
303
|
* @param DeleteFilesystemSnapshotPolicyRequest
|
|
304
304
|
* @return DeleteFilesystemSnapshotPolicyResponse
|
|
305
305
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
|
|
307
307
|
*/
|
|
308
308
|
deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest: requests.DeleteFilesystemSnapshotPolicyRequest): Promise<responses.DeleteFilesystemSnapshotPolicyResponse>;
|
|
309
309
|
/**
|
|
@@ -314,7 +314,7 @@ export declare class FileStorageClient {
|
|
|
314
314
|
* @param DeleteMountTargetRequest
|
|
315
315
|
* @return DeleteMountTargetResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
318
318
|
*/
|
|
319
319
|
deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
|
|
320
320
|
/**
|
|
@@ -324,7 +324,7 @@ export declare class FileStorageClient {
|
|
|
324
324
|
* @param DeleteReplicationRequest
|
|
325
325
|
* @return DeleteReplicationResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
328
328
|
*/
|
|
329
329
|
deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
|
|
330
330
|
/**
|
|
@@ -337,7 +337,7 @@ export declare class FileStorageClient {
|
|
|
337
337
|
* @param DeleteReplicationTargetRequest
|
|
338
338
|
* @return DeleteReplicationTargetResponse
|
|
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.62.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
341
341
|
*/
|
|
342
342
|
deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
|
|
343
343
|
/**
|
|
@@ -347,7 +347,7 @@ export declare class FileStorageClient {
|
|
|
347
347
|
* @param DeleteSnapshotRequest
|
|
348
348
|
* @return DeleteSnapshotResponse
|
|
349
349
|
* @throws OciError when an error occurs
|
|
350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
351
351
|
*/
|
|
352
352
|
deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
|
|
353
353
|
/**
|
|
@@ -357,7 +357,7 @@ export declare class FileStorageClient {
|
|
|
357
357
|
* @param EstimateReplicationRequest
|
|
358
358
|
* @return EstimateReplicationResponse
|
|
359
359
|
* @throws OciError when an error occurs
|
|
360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
361
361
|
*/
|
|
362
362
|
estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
|
|
363
363
|
/**
|
|
@@ -366,7 +366,7 @@ export declare class FileStorageClient {
|
|
|
366
366
|
* @param GetExportRequest
|
|
367
367
|
* @return GetExportResponse
|
|
368
368
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
370
370
|
*/
|
|
371
371
|
getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
|
|
372
372
|
/**
|
|
@@ -375,7 +375,7 @@ export declare class FileStorageClient {
|
|
|
375
375
|
* @param GetExportSetRequest
|
|
376
376
|
* @return GetExportSetResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
379
379
|
*/
|
|
380
380
|
getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
|
|
381
381
|
/**
|
|
@@ -384,7 +384,7 @@ export declare class FileStorageClient {
|
|
|
384
384
|
* @param GetFileSystemRequest
|
|
385
385
|
* @return GetFileSystemResponse
|
|
386
386
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
388
388
|
*/
|
|
389
389
|
getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
|
|
390
390
|
/**
|
|
@@ -393,7 +393,7 @@ export declare class FileStorageClient {
|
|
|
393
393
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
394
394
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
395
395
|
* @throws OciError when an error occurs
|
|
396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
396
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
397
397
|
*/
|
|
398
398
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
|
|
399
399
|
/**
|
|
@@ -402,7 +402,7 @@ export declare class FileStorageClient {
|
|
|
402
402
|
* @param GetMountTargetRequest
|
|
403
403
|
* @return GetMountTargetResponse
|
|
404
404
|
* @throws OciError when an error occurs
|
|
405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
406
406
|
*/
|
|
407
407
|
getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
|
|
408
408
|
/**
|
|
@@ -411,7 +411,7 @@ export declare class FileStorageClient {
|
|
|
411
411
|
* @param GetReplicationRequest
|
|
412
412
|
* @return GetReplicationResponse
|
|
413
413
|
* @throws OciError when an error occurs
|
|
414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
415
415
|
*/
|
|
416
416
|
getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
|
|
417
417
|
/**
|
|
@@ -420,7 +420,7 @@ export declare class FileStorageClient {
|
|
|
420
420
|
* @param GetReplicationTargetRequest
|
|
421
421
|
* @return GetReplicationTargetResponse
|
|
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.62.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
424
424
|
*/
|
|
425
425
|
getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
|
|
426
426
|
/**
|
|
@@ -429,7 +429,7 @@ export declare class FileStorageClient {
|
|
|
429
429
|
* @param GetSnapshotRequest
|
|
430
430
|
* @return GetSnapshotResponse
|
|
431
431
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
433
433
|
*/
|
|
434
434
|
getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
|
|
435
435
|
/**
|
|
@@ -439,7 +439,7 @@ export declare class FileStorageClient {
|
|
|
439
439
|
* @param ListExportSetsRequest
|
|
440
440
|
* @return ListExportSetsResponse
|
|
441
441
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
443
443
|
*/
|
|
444
444
|
listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
|
|
445
445
|
/**
|
|
@@ -483,7 +483,7 @@ export declare class FileStorageClient {
|
|
|
483
483
|
* @param ListExportsRequest
|
|
484
484
|
* @return ListExportsResponse
|
|
485
485
|
* @throws OciError when an error occurs
|
|
486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
487
487
|
*/
|
|
488
488
|
listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
|
|
489
489
|
/**
|
|
@@ -526,7 +526,7 @@ export declare class FileStorageClient {
|
|
|
526
526
|
* @param ListFileSystemsRequest
|
|
527
527
|
* @return ListFileSystemsResponse
|
|
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.62.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
530
530
|
*/
|
|
531
531
|
listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
|
|
532
532
|
/**
|
|
@@ -568,7 +568,7 @@ export declare class FileStorageClient {
|
|
|
568
568
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
569
569
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
570
570
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
572
572
|
*/
|
|
573
573
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
|
|
574
574
|
/**
|
|
@@ -610,7 +610,7 @@ export declare class FileStorageClient {
|
|
|
610
610
|
* @param ListMountTargetsRequest
|
|
611
611
|
* @return ListMountTargetsResponse
|
|
612
612
|
* @throws OciError when an error occurs
|
|
613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
614
614
|
*/
|
|
615
615
|
listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
|
|
616
616
|
/**
|
|
@@ -652,7 +652,7 @@ export declare class FileStorageClient {
|
|
|
652
652
|
* @param ListReplicationTargetsRequest
|
|
653
653
|
* @return ListReplicationTargetsResponse
|
|
654
654
|
* @throws OciError when an error occurs
|
|
655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
655
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
656
656
|
*/
|
|
657
657
|
listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
|
|
658
658
|
/**
|
|
@@ -694,7 +694,7 @@ export declare class FileStorageClient {
|
|
|
694
694
|
* @param ListReplicationsRequest
|
|
695
695
|
* @return ListReplicationsResponse
|
|
696
696
|
* @throws OciError when an error occurs
|
|
697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
698
698
|
*/
|
|
699
699
|
listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
|
|
700
700
|
/**
|
|
@@ -739,7 +739,7 @@ export declare class FileStorageClient {
|
|
|
739
739
|
* @param ListSnapshotsRequest
|
|
740
740
|
* @return ListSnapshotsResponse
|
|
741
741
|
* @throws OciError when an error occurs
|
|
742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
743
743
|
*/
|
|
744
744
|
listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
|
|
745
745
|
/**
|
|
@@ -786,7 +786,7 @@ export declare class FileStorageClient {
|
|
|
786
786
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
787
787
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
788
788
|
* @throws OciError when an error occurs
|
|
789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
790
790
|
*/
|
|
791
791
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
|
|
792
792
|
/**
|
|
@@ -800,7 +800,7 @@ export declare class FileStorageClient {
|
|
|
800
800
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
801
801
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
802
802
|
* @throws OciError when an error occurs
|
|
803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
804
804
|
*/
|
|
805
805
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
|
|
806
806
|
/**
|
|
@@ -809,7 +809,7 @@ export declare class FileStorageClient {
|
|
|
809
809
|
* @param UpdateExportRequest
|
|
810
810
|
* @return UpdateExportResponse
|
|
811
811
|
* @throws OciError when an error occurs
|
|
812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
813
813
|
*/
|
|
814
814
|
updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
|
|
815
815
|
/**
|
|
@@ -818,7 +818,7 @@ export declare class FileStorageClient {
|
|
|
818
818
|
* @param UpdateExportSetRequest
|
|
819
819
|
* @return UpdateExportSetResponse
|
|
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.62.
|
|
821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
822
822
|
*/
|
|
823
823
|
updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
|
|
824
824
|
/**
|
|
@@ -829,7 +829,7 @@ export declare class FileStorageClient {
|
|
|
829
829
|
* @param UpdateFileSystemRequest
|
|
830
830
|
* @return UpdateFileSystemResponse
|
|
831
831
|
* @throws OciError when an error occurs
|
|
832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
832
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
833
833
|
*/
|
|
834
834
|
updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
|
|
835
835
|
/**
|
|
@@ -838,7 +838,7 @@ export declare class FileStorageClient {
|
|
|
838
838
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
839
839
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
840
840
|
* @throws OciError when an error occurs
|
|
841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
842
842
|
*/
|
|
843
843
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
|
|
844
844
|
/**
|
|
@@ -847,7 +847,7 @@ export declare class FileStorageClient {
|
|
|
847
847
|
* @param UpdateMountTargetRequest
|
|
848
848
|
* @return UpdateMountTargetResponse
|
|
849
849
|
* @throws OciError when an error occurs
|
|
850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
851
851
|
*/
|
|
852
852
|
updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
|
|
853
853
|
/**
|
|
@@ -857,7 +857,7 @@ export declare class FileStorageClient {
|
|
|
857
857
|
* @param UpdateReplicationRequest
|
|
858
858
|
* @return UpdateReplicationResponse
|
|
859
859
|
* @throws OciError when an error occurs
|
|
860
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
861
861
|
*/
|
|
862
862
|
updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
|
|
863
863
|
/**
|
|
@@ -866,7 +866,7 @@ export declare class FileStorageClient {
|
|
|
866
866
|
* @param UpdateSnapshotRequest
|
|
867
867
|
* @return UpdateSnapshotResponse
|
|
868
868
|
* @throws OciError when an error occurs
|
|
869
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.
|
|
869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
870
870
|
*/
|
|
871
871
|
updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
|
|
872
872
|
}
|