oci-filestorage 2.89.4 → 2.90.0-1722272724
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 +51 -51
- package/lib/client.js +51 -51
- 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-outbound-connector-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-outbound-connector-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-outbound-connector-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/detach-clone-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-outbound-connector-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-outbound-connectors-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-outbound-connector-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/lib/request/validate-key-tabs-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ export declare class FileStorageClient {
|
|
|
99
99
|
* @param ChangeFileSystemCompartmentRequest
|
|
100
100
|
* @return ChangeFileSystemCompartmentResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
103
103
|
*/
|
|
104
104
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
|
|
105
105
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class FileStorageClient {
|
|
|
109
109
|
* @param ChangeFilesystemSnapshotPolicyCompartmentRequest
|
|
110
110
|
* @return ChangeFilesystemSnapshotPolicyCompartmentResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
|
|
113
113
|
*/
|
|
114
114
|
changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest: requests.ChangeFilesystemSnapshotPolicyCompartmentRequest): Promise<responses.ChangeFilesystemSnapshotPolicyCompartmentResponse>;
|
|
115
115
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class FileStorageClient {
|
|
|
119
119
|
* @param ChangeMountTargetCompartmentRequest
|
|
120
120
|
* @return ChangeMountTargetCompartmentResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
123
123
|
*/
|
|
124
124
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
|
|
125
125
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class FileStorageClient {
|
|
|
131
131
|
* @param ChangeOutboundConnectorCompartmentRequest
|
|
132
132
|
* @return ChangeOutboundConnectorCompartmentResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
|
|
135
135
|
*/
|
|
136
136
|
changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest: requests.ChangeOutboundConnectorCompartmentRequest): Promise<responses.ChangeOutboundConnectorCompartmentResponse>;
|
|
137
137
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class FileStorageClient {
|
|
|
142
142
|
* @param ChangeReplicationCompartmentRequest
|
|
143
143
|
* @return ChangeReplicationCompartmentResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
|
|
146
146
|
*/
|
|
147
147
|
changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
|
|
148
148
|
/**
|
|
@@ -153,7 +153,7 @@ export declare class FileStorageClient {
|
|
|
153
153
|
* @param CreateExportRequest
|
|
154
154
|
* @return CreateExportResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
157
157
|
*/
|
|
158
158
|
createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
|
|
159
159
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class FileStorageClient {
|
|
|
191
191
|
* @param CreateFileSystemRequest
|
|
192
192
|
* @return CreateFileSystemResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
195
195
|
*/
|
|
196
196
|
createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
|
|
197
197
|
/**
|
|
@@ -205,7 +205,7 @@ export declare class FileStorageClient {
|
|
|
205
205
|
* @param CreateFilesystemSnapshotPolicyRequest
|
|
206
206
|
* @return CreateFilesystemSnapshotPolicyResponse
|
|
207
207
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
|
|
209
209
|
*/
|
|
210
210
|
createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest: requests.CreateFilesystemSnapshotPolicyRequest): Promise<responses.CreateFilesystemSnapshotPolicyResponse>;
|
|
211
211
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class FileStorageClient {
|
|
|
246
246
|
* @param CreateMountTargetRequest
|
|
247
247
|
* @return CreateMountTargetResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
250
250
|
*/
|
|
251
251
|
createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
|
|
252
252
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class FileStorageClient {
|
|
|
275
275
|
* @param CreateOutboundConnectorRequest
|
|
276
276
|
* @return CreateOutboundConnectorResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
|
|
279
279
|
*/
|
|
280
280
|
createOutboundConnector(createOutboundConnectorRequest: requests.CreateOutboundConnectorRequest): Promise<responses.CreateOutboundConnectorResponse>;
|
|
281
281
|
/**
|
|
@@ -311,7 +311,7 @@ export declare class FileStorageClient {
|
|
|
311
311
|
* @param CreateReplicationRequest
|
|
312
312
|
* @return CreateReplicationResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
|
|
315
315
|
*/
|
|
316
316
|
createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
|
|
317
317
|
/**
|
|
@@ -322,7 +322,7 @@ export declare class FileStorageClient {
|
|
|
322
322
|
* @param CreateSnapshotRequest
|
|
323
323
|
* @return CreateSnapshotResponse
|
|
324
324
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
326
326
|
*/
|
|
327
327
|
createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
|
|
328
328
|
/**
|
|
@@ -332,7 +332,7 @@ export declare class FileStorageClient {
|
|
|
332
332
|
* @param DeleteExportRequest
|
|
333
333
|
* @return DeleteExportResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
336
336
|
*/
|
|
337
337
|
deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
|
|
338
338
|
/**
|
|
@@ -344,7 +344,7 @@ export declare class FileStorageClient {
|
|
|
344
344
|
* @param DeleteFileSystemRequest
|
|
345
345
|
* @return DeleteFileSystemResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
348
348
|
*/
|
|
349
349
|
deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
|
|
350
350
|
/**
|
|
@@ -354,7 +354,7 @@ export declare class FileStorageClient {
|
|
|
354
354
|
* @param DeleteFilesystemSnapshotPolicyRequest
|
|
355
355
|
* @return DeleteFilesystemSnapshotPolicyResponse
|
|
356
356
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
|
|
358
358
|
*/
|
|
359
359
|
deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest: requests.DeleteFilesystemSnapshotPolicyRequest): Promise<responses.DeleteFilesystemSnapshotPolicyResponse>;
|
|
360
360
|
/**
|
|
@@ -365,7 +365,7 @@ export declare class FileStorageClient {
|
|
|
365
365
|
* @param DeleteMountTargetRequest
|
|
366
366
|
* @return DeleteMountTargetResponse
|
|
367
367
|
* @throws OciError when an error occurs
|
|
368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
369
369
|
*/
|
|
370
370
|
deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
|
|
371
371
|
/**
|
|
@@ -375,7 +375,7 @@ export declare class FileStorageClient {
|
|
|
375
375
|
* @param DeleteOutboundConnectorRequest
|
|
376
376
|
* @return DeleteOutboundConnectorResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
|
|
379
379
|
*/
|
|
380
380
|
deleteOutboundConnector(deleteOutboundConnectorRequest: requests.DeleteOutboundConnectorRequest): Promise<responses.DeleteOutboundConnectorResponse>;
|
|
381
381
|
/**
|
|
@@ -385,7 +385,7 @@ export declare class FileStorageClient {
|
|
|
385
385
|
* @param DeleteReplicationRequest
|
|
386
386
|
* @return DeleteReplicationResponse
|
|
387
387
|
* @throws OciError when an error occurs
|
|
388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
389
389
|
*/
|
|
390
390
|
deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
|
|
391
391
|
/**
|
|
@@ -398,7 +398,7 @@ export declare class FileStorageClient {
|
|
|
398
398
|
* @param DeleteReplicationTargetRequest
|
|
399
399
|
* @return DeleteReplicationTargetResponse
|
|
400
400
|
* @throws OciError when an error occurs
|
|
401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
402
402
|
*/
|
|
403
403
|
deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
|
|
404
404
|
/**
|
|
@@ -408,7 +408,7 @@ export declare class FileStorageClient {
|
|
|
408
408
|
* @param DeleteSnapshotRequest
|
|
409
409
|
* @return DeleteSnapshotResponse
|
|
410
410
|
* @throws OciError when an error occurs
|
|
411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
412
412
|
*/
|
|
413
413
|
deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
|
|
414
414
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class FileStorageClient {
|
|
|
418
418
|
* @param DetachCloneRequest
|
|
419
419
|
* @return DetachCloneResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DetachClone.ts.html |here} to see how to use DetachClone API.
|
|
422
422
|
*/
|
|
423
423
|
detachClone(detachCloneRequest: requests.DetachCloneRequest): Promise<responses.DetachCloneResponse>;
|
|
424
424
|
/**
|
|
@@ -428,7 +428,7 @@ export declare class FileStorageClient {
|
|
|
428
428
|
* @param EstimateReplicationRequest
|
|
429
429
|
* @return EstimateReplicationResponse
|
|
430
430
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
432
432
|
*/
|
|
433
433
|
estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
|
|
434
434
|
/**
|
|
@@ -437,7 +437,7 @@ export declare class FileStorageClient {
|
|
|
437
437
|
* @param GetExportRequest
|
|
438
438
|
* @return GetExportResponse
|
|
439
439
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
441
441
|
*/
|
|
442
442
|
getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
|
|
443
443
|
/**
|
|
@@ -446,7 +446,7 @@ export declare class FileStorageClient {
|
|
|
446
446
|
* @param GetExportSetRequest
|
|
447
447
|
* @return GetExportSetResponse
|
|
448
448
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
450
450
|
*/
|
|
451
451
|
getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
|
|
452
452
|
/**
|
|
@@ -455,7 +455,7 @@ export declare class FileStorageClient {
|
|
|
455
455
|
* @param GetFileSystemRequest
|
|
456
456
|
* @return GetFileSystemResponse
|
|
457
457
|
* @throws OciError when an error occurs
|
|
458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
459
459
|
*/
|
|
460
460
|
getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
|
|
461
461
|
/**
|
|
@@ -464,7 +464,7 @@ export declare class FileStorageClient {
|
|
|
464
464
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
465
465
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
466
466
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
468
468
|
*/
|
|
469
469
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
|
|
470
470
|
/**
|
|
@@ -473,7 +473,7 @@ export declare class FileStorageClient {
|
|
|
473
473
|
* @param GetMountTargetRequest
|
|
474
474
|
* @return GetMountTargetResponse
|
|
475
475
|
* @throws OciError when an error occurs
|
|
476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
477
477
|
*/
|
|
478
478
|
getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
|
|
479
479
|
/**
|
|
@@ -482,7 +482,7 @@ export declare class FileStorageClient {
|
|
|
482
482
|
* @param GetOutboundConnectorRequest
|
|
483
483
|
* @return GetOutboundConnectorResponse
|
|
484
484
|
* @throws OciError when an error occurs
|
|
485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
486
486
|
*/
|
|
487
487
|
getOutboundConnector(getOutboundConnectorRequest: requests.GetOutboundConnectorRequest): Promise<responses.GetOutboundConnectorResponse>;
|
|
488
488
|
/**
|
|
@@ -491,7 +491,7 @@ export declare class FileStorageClient {
|
|
|
491
491
|
* @param GetReplicationRequest
|
|
492
492
|
* @return GetReplicationResponse
|
|
493
493
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
495
495
|
*/
|
|
496
496
|
getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
|
|
497
497
|
/**
|
|
@@ -500,7 +500,7 @@ export declare class FileStorageClient {
|
|
|
500
500
|
* @param GetReplicationTargetRequest
|
|
501
501
|
* @return GetReplicationTargetResponse
|
|
502
502
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
504
504
|
*/
|
|
505
505
|
getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
|
|
506
506
|
/**
|
|
@@ -509,7 +509,7 @@ export declare class FileStorageClient {
|
|
|
509
509
|
* @param GetSnapshotRequest
|
|
510
510
|
* @return GetSnapshotResponse
|
|
511
511
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
513
513
|
*/
|
|
514
514
|
getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
|
|
515
515
|
/**
|
|
@@ -519,7 +519,7 @@ export declare class FileStorageClient {
|
|
|
519
519
|
* @param ListExportSetsRequest
|
|
520
520
|
* @return ListExportSetsResponse
|
|
521
521
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
523
523
|
*/
|
|
524
524
|
listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
|
|
525
525
|
/**
|
|
@@ -563,7 +563,7 @@ export declare class FileStorageClient {
|
|
|
563
563
|
* @param ListExportsRequest
|
|
564
564
|
* @return ListExportsResponse
|
|
565
565
|
* @throws OciError when an error occurs
|
|
566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
567
567
|
*/
|
|
568
568
|
listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
|
|
569
569
|
/**
|
|
@@ -606,7 +606,7 @@ export declare class FileStorageClient {
|
|
|
606
606
|
* @param ListFileSystemsRequest
|
|
607
607
|
* @return ListFileSystemsResponse
|
|
608
608
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
610
610
|
*/
|
|
611
611
|
listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
|
|
612
612
|
/**
|
|
@@ -648,7 +648,7 @@ export declare class FileStorageClient {
|
|
|
648
648
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
649
649
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
650
650
|
* @throws OciError when an error occurs
|
|
651
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
652
652
|
*/
|
|
653
653
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
|
|
654
654
|
/**
|
|
@@ -690,7 +690,7 @@ export declare class FileStorageClient {
|
|
|
690
690
|
* @param ListMountTargetsRequest
|
|
691
691
|
* @return ListMountTargetsResponse
|
|
692
692
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
694
694
|
*/
|
|
695
695
|
listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
|
|
696
696
|
/**
|
|
@@ -732,7 +732,7 @@ export declare class FileStorageClient {
|
|
|
732
732
|
* @param ListOutboundConnectorsRequest
|
|
733
733
|
* @return ListOutboundConnectorsResponse
|
|
734
734
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
736
736
|
*/
|
|
737
737
|
listOutboundConnectors(listOutboundConnectorsRequest: requests.ListOutboundConnectorsRequest): Promise<responses.ListOutboundConnectorsResponse>;
|
|
738
738
|
/**
|
|
@@ -774,7 +774,7 @@ export declare class FileStorageClient {
|
|
|
774
774
|
* @param ListReplicationTargetsRequest
|
|
775
775
|
* @return ListReplicationTargetsResponse
|
|
776
776
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
778
778
|
*/
|
|
779
779
|
listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
|
|
780
780
|
/**
|
|
@@ -816,7 +816,7 @@ export declare class FileStorageClient {
|
|
|
816
816
|
* @param ListReplicationsRequest
|
|
817
817
|
* @return ListReplicationsResponse
|
|
818
818
|
* @throws OciError when an error occurs
|
|
819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
820
820
|
*/
|
|
821
821
|
listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
|
|
822
822
|
/**
|
|
@@ -864,7 +864,7 @@ export declare class FileStorageClient {
|
|
|
864
864
|
* @param ListSnapshotsRequest
|
|
865
865
|
* @return ListSnapshotsResponse
|
|
866
866
|
* @throws OciError when an error occurs
|
|
867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
868
868
|
*/
|
|
869
869
|
listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
|
|
870
870
|
/**
|
|
@@ -911,7 +911,7 @@ export declare class FileStorageClient {
|
|
|
911
911
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
912
912
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
913
913
|
* @throws OciError when an error occurs
|
|
914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
915
915
|
*/
|
|
916
916
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
|
|
917
917
|
/**
|
|
@@ -925,7 +925,7 @@ export declare class FileStorageClient {
|
|
|
925
925
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
926
926
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
927
927
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
929
929
|
*/
|
|
930
930
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
|
|
931
931
|
/**
|
|
@@ -934,7 +934,7 @@ export declare class FileStorageClient {
|
|
|
934
934
|
* @param UpdateExportRequest
|
|
935
935
|
* @return UpdateExportResponse
|
|
936
936
|
* @throws OciError when an error occurs
|
|
937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
938
938
|
*/
|
|
939
939
|
updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
|
|
940
940
|
/**
|
|
@@ -943,7 +943,7 @@ export declare class FileStorageClient {
|
|
|
943
943
|
* @param UpdateExportSetRequest
|
|
944
944
|
* @return UpdateExportSetResponse
|
|
945
945
|
* @throws OciError when an error occurs
|
|
946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
947
947
|
*/
|
|
948
948
|
updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
|
|
949
949
|
/**
|
|
@@ -954,7 +954,7 @@ export declare class FileStorageClient {
|
|
|
954
954
|
* @param UpdateFileSystemRequest
|
|
955
955
|
* @return UpdateFileSystemResponse
|
|
956
956
|
* @throws OciError when an error occurs
|
|
957
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
958
958
|
*/
|
|
959
959
|
updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
|
|
960
960
|
/**
|
|
@@ -963,7 +963,7 @@ export declare class FileStorageClient {
|
|
|
963
963
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
964
964
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
965
965
|
* @throws OciError when an error occurs
|
|
966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
967
967
|
*/
|
|
968
968
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
|
|
969
969
|
/**
|
|
@@ -972,7 +972,7 @@ export declare class FileStorageClient {
|
|
|
972
972
|
* @param UpdateMountTargetRequest
|
|
973
973
|
* @return UpdateMountTargetResponse
|
|
974
974
|
* @throws OciError when an error occurs
|
|
975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
976
976
|
*/
|
|
977
977
|
updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
|
|
978
978
|
/**
|
|
@@ -981,7 +981,7 @@ export declare class FileStorageClient {
|
|
|
981
981
|
* @param UpdateOutboundConnectorRequest
|
|
982
982
|
* @return UpdateOutboundConnectorResponse
|
|
983
983
|
* @throws OciError when an error occurs
|
|
984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
985
985
|
*/
|
|
986
986
|
updateOutboundConnector(updateOutboundConnectorRequest: requests.UpdateOutboundConnectorRequest): Promise<responses.UpdateOutboundConnectorResponse>;
|
|
987
987
|
/**
|
|
@@ -991,7 +991,7 @@ export declare class FileStorageClient {
|
|
|
991
991
|
* @param UpdateReplicationRequest
|
|
992
992
|
* @return UpdateReplicationResponse
|
|
993
993
|
* @throws OciError when an error occurs
|
|
994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
995
995
|
*/
|
|
996
996
|
updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
|
|
997
997
|
/**
|
|
@@ -1000,7 +1000,7 @@ export declare class FileStorageClient {
|
|
|
1000
1000
|
* @param UpdateSnapshotRequest
|
|
1001
1001
|
* @return UpdateSnapshotResponse
|
|
1002
1002
|
* @throws OciError when an error occurs
|
|
1003
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
1004
1004
|
*/
|
|
1005
1005
|
updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
|
|
1006
1006
|
/**
|
|
@@ -1012,7 +1012,7 @@ export declare class FileStorageClient {
|
|
|
1012
1012
|
* @param ValidateKeyTabsRequest
|
|
1013
1013
|
* @return ValidateKeyTabsResponse
|
|
1014
1014
|
* @throws OciError when an error occurs
|
|
1015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
1015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
1016
1016
|
*/
|
|
1017
1017
|
validateKeyTabs(validateKeyTabsRequest: requests.ValidateKeyTabsRequest): Promise<responses.ValidateKeyTabsResponse>;
|
|
1018
1018
|
}
|