oci-filestorage 2.84.2 → 2.85.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +50 -50
- package/lib/client.js +50 -50
- 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/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/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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/2.
|
|
411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/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 EstimateReplicationRequest
|
|
419
419
|
* @return EstimateReplicationResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
422
422
|
*/
|
|
423
423
|
estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
|
|
424
424
|
/**
|
|
@@ -427,7 +427,7 @@ export declare class FileStorageClient {
|
|
|
427
427
|
* @param GetExportRequest
|
|
428
428
|
* @return GetExportResponse
|
|
429
429
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
431
431
|
*/
|
|
432
432
|
getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
|
|
433
433
|
/**
|
|
@@ -436,7 +436,7 @@ export declare class FileStorageClient {
|
|
|
436
436
|
* @param GetExportSetRequest
|
|
437
437
|
* @return GetExportSetResponse
|
|
438
438
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
440
440
|
*/
|
|
441
441
|
getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
|
|
442
442
|
/**
|
|
@@ -445,7 +445,7 @@ export declare class FileStorageClient {
|
|
|
445
445
|
* @param GetFileSystemRequest
|
|
446
446
|
* @return GetFileSystemResponse
|
|
447
447
|
* @throws OciError when an error occurs
|
|
448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
449
449
|
*/
|
|
450
450
|
getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
|
|
451
451
|
/**
|
|
@@ -454,7 +454,7 @@ export declare class FileStorageClient {
|
|
|
454
454
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
455
455
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
458
458
|
*/
|
|
459
459
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
|
|
460
460
|
/**
|
|
@@ -463,7 +463,7 @@ export declare class FileStorageClient {
|
|
|
463
463
|
* @param GetMountTargetRequest
|
|
464
464
|
* @return GetMountTargetResponse
|
|
465
465
|
* @throws OciError when an error occurs
|
|
466
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
467
467
|
*/
|
|
468
468
|
getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
|
|
469
469
|
/**
|
|
@@ -472,7 +472,7 @@ export declare class FileStorageClient {
|
|
|
472
472
|
* @param GetOutboundConnectorRequest
|
|
473
473
|
* @return GetOutboundConnectorResponse
|
|
474
474
|
* @throws OciError when an error occurs
|
|
475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
476
476
|
*/
|
|
477
477
|
getOutboundConnector(getOutboundConnectorRequest: requests.GetOutboundConnectorRequest): Promise<responses.GetOutboundConnectorResponse>;
|
|
478
478
|
/**
|
|
@@ -481,7 +481,7 @@ export declare class FileStorageClient {
|
|
|
481
481
|
* @param GetReplicationRequest
|
|
482
482
|
* @return GetReplicationResponse
|
|
483
483
|
* @throws OciError when an error occurs
|
|
484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
485
485
|
*/
|
|
486
486
|
getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
|
|
487
487
|
/**
|
|
@@ -490,7 +490,7 @@ export declare class FileStorageClient {
|
|
|
490
490
|
* @param GetReplicationTargetRequest
|
|
491
491
|
* @return GetReplicationTargetResponse
|
|
492
492
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
494
494
|
*/
|
|
495
495
|
getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
|
|
496
496
|
/**
|
|
@@ -499,7 +499,7 @@ export declare class FileStorageClient {
|
|
|
499
499
|
* @param GetSnapshotRequest
|
|
500
500
|
* @return GetSnapshotResponse
|
|
501
501
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
503
503
|
*/
|
|
504
504
|
getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
|
|
505
505
|
/**
|
|
@@ -509,7 +509,7 @@ export declare class FileStorageClient {
|
|
|
509
509
|
* @param ListExportSetsRequest
|
|
510
510
|
* @return ListExportSetsResponse
|
|
511
511
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
513
513
|
*/
|
|
514
514
|
listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
|
|
515
515
|
/**
|
|
@@ -553,7 +553,7 @@ export declare class FileStorageClient {
|
|
|
553
553
|
* @param ListExportsRequest
|
|
554
554
|
* @return ListExportsResponse
|
|
555
555
|
* @throws OciError when an error occurs
|
|
556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
557
557
|
*/
|
|
558
558
|
listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
|
|
559
559
|
/**
|
|
@@ -596,7 +596,7 @@ export declare class FileStorageClient {
|
|
|
596
596
|
* @param ListFileSystemsRequest
|
|
597
597
|
* @return ListFileSystemsResponse
|
|
598
598
|
* @throws OciError when an error occurs
|
|
599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
600
600
|
*/
|
|
601
601
|
listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
|
|
602
602
|
/**
|
|
@@ -638,7 +638,7 @@ export declare class FileStorageClient {
|
|
|
638
638
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
639
639
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
640
640
|
* @throws OciError when an error occurs
|
|
641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
642
642
|
*/
|
|
643
643
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
|
|
644
644
|
/**
|
|
@@ -680,7 +680,7 @@ export declare class FileStorageClient {
|
|
|
680
680
|
* @param ListMountTargetsRequest
|
|
681
681
|
* @return ListMountTargetsResponse
|
|
682
682
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
684
684
|
*/
|
|
685
685
|
listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
|
|
686
686
|
/**
|
|
@@ -722,7 +722,7 @@ export declare class FileStorageClient {
|
|
|
722
722
|
* @param ListOutboundConnectorsRequest
|
|
723
723
|
* @return ListOutboundConnectorsResponse
|
|
724
724
|
* @throws OciError when an error occurs
|
|
725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
725
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
726
726
|
*/
|
|
727
727
|
listOutboundConnectors(listOutboundConnectorsRequest: requests.ListOutboundConnectorsRequest): Promise<responses.ListOutboundConnectorsResponse>;
|
|
728
728
|
/**
|
|
@@ -764,7 +764,7 @@ export declare class FileStorageClient {
|
|
|
764
764
|
* @param ListReplicationTargetsRequest
|
|
765
765
|
* @return ListReplicationTargetsResponse
|
|
766
766
|
* @throws OciError when an error occurs
|
|
767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
768
768
|
*/
|
|
769
769
|
listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
|
|
770
770
|
/**
|
|
@@ -806,7 +806,7 @@ export declare class FileStorageClient {
|
|
|
806
806
|
* @param ListReplicationsRequest
|
|
807
807
|
* @return ListReplicationsResponse
|
|
808
808
|
* @throws OciError when an error occurs
|
|
809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
810
810
|
*/
|
|
811
811
|
listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
|
|
812
812
|
/**
|
|
@@ -854,7 +854,7 @@ export declare class FileStorageClient {
|
|
|
854
854
|
* @param ListSnapshotsRequest
|
|
855
855
|
* @return ListSnapshotsResponse
|
|
856
856
|
* @throws OciError when an error occurs
|
|
857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
857
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
858
858
|
*/
|
|
859
859
|
listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
|
|
860
860
|
/**
|
|
@@ -901,7 +901,7 @@ export declare class FileStorageClient {
|
|
|
901
901
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
902
902
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
903
903
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
905
905
|
*/
|
|
906
906
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
|
|
907
907
|
/**
|
|
@@ -915,7 +915,7 @@ export declare class FileStorageClient {
|
|
|
915
915
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
916
916
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
917
917
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
919
919
|
*/
|
|
920
920
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
|
|
921
921
|
/**
|
|
@@ -924,7 +924,7 @@ export declare class FileStorageClient {
|
|
|
924
924
|
* @param UpdateExportRequest
|
|
925
925
|
* @return UpdateExportResponse
|
|
926
926
|
* @throws OciError when an error occurs
|
|
927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
928
928
|
*/
|
|
929
929
|
updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
|
|
930
930
|
/**
|
|
@@ -933,7 +933,7 @@ export declare class FileStorageClient {
|
|
|
933
933
|
* @param UpdateExportSetRequest
|
|
934
934
|
* @return UpdateExportSetResponse
|
|
935
935
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
937
937
|
*/
|
|
938
938
|
updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
|
|
939
939
|
/**
|
|
@@ -944,7 +944,7 @@ export declare class FileStorageClient {
|
|
|
944
944
|
* @param UpdateFileSystemRequest
|
|
945
945
|
* @return UpdateFileSystemResponse
|
|
946
946
|
* @throws OciError when an error occurs
|
|
947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
948
948
|
*/
|
|
949
949
|
updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
|
|
950
950
|
/**
|
|
@@ -953,7 +953,7 @@ export declare class FileStorageClient {
|
|
|
953
953
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
954
954
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
955
955
|
* @throws OciError when an error occurs
|
|
956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
957
957
|
*/
|
|
958
958
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
|
|
959
959
|
/**
|
|
@@ -962,7 +962,7 @@ export declare class FileStorageClient {
|
|
|
962
962
|
* @param UpdateMountTargetRequest
|
|
963
963
|
* @return UpdateMountTargetResponse
|
|
964
964
|
* @throws OciError when an error occurs
|
|
965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
965
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
966
966
|
*/
|
|
967
967
|
updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
|
|
968
968
|
/**
|
|
@@ -971,7 +971,7 @@ export declare class FileStorageClient {
|
|
|
971
971
|
* @param UpdateOutboundConnectorRequest
|
|
972
972
|
* @return UpdateOutboundConnectorResponse
|
|
973
973
|
* @throws OciError when an error occurs
|
|
974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
975
975
|
*/
|
|
976
976
|
updateOutboundConnector(updateOutboundConnectorRequest: requests.UpdateOutboundConnectorRequest): Promise<responses.UpdateOutboundConnectorResponse>;
|
|
977
977
|
/**
|
|
@@ -981,7 +981,7 @@ export declare class FileStorageClient {
|
|
|
981
981
|
* @param UpdateReplicationRequest
|
|
982
982
|
* @return UpdateReplicationResponse
|
|
983
983
|
* @throws OciError when an error occurs
|
|
984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
985
985
|
*/
|
|
986
986
|
updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
|
|
987
987
|
/**
|
|
@@ -990,7 +990,7 @@ export declare class FileStorageClient {
|
|
|
990
990
|
* @param UpdateSnapshotRequest
|
|
991
991
|
* @return UpdateSnapshotResponse
|
|
992
992
|
* @throws OciError when an error occurs
|
|
993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
994
994
|
*/
|
|
995
995
|
updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
|
|
996
996
|
/**
|
|
@@ -1002,7 +1002,7 @@ export declare class FileStorageClient {
|
|
|
1002
1002
|
* @param ValidateKeyTabsRequest
|
|
1003
1003
|
* @return ValidateKeyTabsResponse
|
|
1004
1004
|
* @throws OciError when an error occurs
|
|
1005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
1006
1006
|
*/
|
|
1007
1007
|
validateKeyTabs(validateKeyTabsRequest: requests.ValidateKeyTabsRequest): Promise<responses.ValidateKeyTabsResponse>;
|
|
1008
1008
|
}
|