oci-filestorage 2.89.0 → 2.89.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +60 -50
- package/lib/client.js +109 -51
- package/lib/client.js.map +1 -1
- package/lib/model/create-export-details.d.ts +7 -2
- package/lib/model/create-export-details.js.map +1 -1
- package/lib/model/create-file-system-details.d.ts +11 -0
- package/lib/model/create-file-system-details.js +5 -0
- package/lib/model/create-file-system-details.js.map +1 -1
- package/lib/model/file-system-summary.d.ts +15 -0
- package/lib/model/file-system-summary.js +12 -0
- package/lib/model/file-system-summary.js.map +1 -1
- package/lib/model/file-system.d.ts +19 -0
- package/lib/model/file-system.js +12 -0
- package/lib/model/file-system.js.map +1 -1
- package/lib/model/snapshot-schedule.d.ts +4 -1
- package/lib/model/snapshot-schedule.js.map +1 -1
- 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 +7 -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 +37 -0
- package/lib/request/detach-clone-request.js +15 -0
- package/lib/request/detach-clone-request.js.map +1 -0
- 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/index.d.ts +2 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-export-sets-request.d.ts +2 -1
- package/lib/request/list-export-sets-request.js +1 -0
- package/lib/request/list-export-sets-request.js.map +1 -1
- package/lib/request/list-exports-request.d.ts +2 -1
- package/lib/request/list-exports-request.js +1 -0
- package/lib/request/list-exports-request.js.map +1 -1
- package/lib/request/list-file-systems-request.d.ts +2 -1
- package/lib/request/list-file-systems-request.js +1 -0
- package/lib/request/list-file-systems-request.js.map +1 -1
- package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
- package/lib/request/list-mount-targets-request.d.ts +2 -1
- package/lib/request/list-mount-targets-request.js +1 -0
- package/lib/request/list-mount-targets-request.js.map +1 -1
- package/lib/request/list-outbound-connectors-request.d.ts +2 -1
- package/lib/request/list-outbound-connectors-request.js +1 -0
- package/lib/request/list-outbound-connectors-request.js.map +1 -1
- package/lib/request/list-replication-targets-request.d.ts +2 -1
- package/lib/request/list-replication-targets-request.js +1 -0
- package/lib/request/list-replication-targets-request.js.map +1 -1
- package/lib/request/list-replications-request.d.ts +2 -1
- package/lib/request/list-replications-request.js +1 -0
- package/lib/request/list-replications-request.js.map +1 -1
- package/lib/request/list-snapshots-request.d.ts +2 -1
- package/lib/request/list-snapshots-request.js +1 -0
- package/lib/request/list-snapshots-request.js.map +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/lib/response/detach-clone-response.d.ts +21 -0
- package/lib/response/detach-clone-response.js +15 -0
- package/lib/response/detach-clone-response.js.map +1 -0
- package/lib/response/index.d.ts +2 -0
- 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.89.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.89.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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,9 +408,19 @@ 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.89.
|
|
411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
412
412
|
*/
|
|
413
413
|
deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
|
|
414
|
+
/**
|
|
415
|
+
* Detaches the file system from its parent file system
|
|
416
|
+
*
|
|
417
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
418
|
+
* @param DetachCloneRequest
|
|
419
|
+
* @return DetachCloneResponse
|
|
420
|
+
* @throws OciError when an error occurs
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/DetachClone.ts.html |here} to see how to use DetachClone API.
|
|
422
|
+
*/
|
|
423
|
+
detachClone(detachCloneRequest: requests.DetachCloneRequest): Promise<responses.DetachCloneResponse>;
|
|
414
424
|
/**
|
|
415
425
|
* Provides estimates for replication created using specific file system.
|
|
416
426
|
*
|
|
@@ -418,7 +428,7 @@ export declare class FileStorageClient {
|
|
|
418
428
|
* @param EstimateReplicationRequest
|
|
419
429
|
* @return EstimateReplicationResponse
|
|
420
430
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
422
432
|
*/
|
|
423
433
|
estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
|
|
424
434
|
/**
|
|
@@ -427,7 +437,7 @@ export declare class FileStorageClient {
|
|
|
427
437
|
* @param GetExportRequest
|
|
428
438
|
* @return GetExportResponse
|
|
429
439
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
431
441
|
*/
|
|
432
442
|
getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
|
|
433
443
|
/**
|
|
@@ -436,7 +446,7 @@ export declare class FileStorageClient {
|
|
|
436
446
|
* @param GetExportSetRequest
|
|
437
447
|
* @return GetExportSetResponse
|
|
438
448
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
440
450
|
*/
|
|
441
451
|
getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
|
|
442
452
|
/**
|
|
@@ -445,7 +455,7 @@ export declare class FileStorageClient {
|
|
|
445
455
|
* @param GetFileSystemRequest
|
|
446
456
|
* @return GetFileSystemResponse
|
|
447
457
|
* @throws OciError when an error occurs
|
|
448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
449
459
|
*/
|
|
450
460
|
getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
|
|
451
461
|
/**
|
|
@@ -454,7 +464,7 @@ export declare class FileStorageClient {
|
|
|
454
464
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
455
465
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
456
466
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
458
468
|
*/
|
|
459
469
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
|
|
460
470
|
/**
|
|
@@ -463,7 +473,7 @@ export declare class FileStorageClient {
|
|
|
463
473
|
* @param GetMountTargetRequest
|
|
464
474
|
* @return GetMountTargetResponse
|
|
465
475
|
* @throws OciError when an error occurs
|
|
466
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
476
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
467
477
|
*/
|
|
468
478
|
getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
|
|
469
479
|
/**
|
|
@@ -472,7 +482,7 @@ export declare class FileStorageClient {
|
|
|
472
482
|
* @param GetOutboundConnectorRequest
|
|
473
483
|
* @return GetOutboundConnectorResponse
|
|
474
484
|
* @throws OciError when an error occurs
|
|
475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
476
486
|
*/
|
|
477
487
|
getOutboundConnector(getOutboundConnectorRequest: requests.GetOutboundConnectorRequest): Promise<responses.GetOutboundConnectorResponse>;
|
|
478
488
|
/**
|
|
@@ -481,7 +491,7 @@ export declare class FileStorageClient {
|
|
|
481
491
|
* @param GetReplicationRequest
|
|
482
492
|
* @return GetReplicationResponse
|
|
483
493
|
* @throws OciError when an error occurs
|
|
484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
485
495
|
*/
|
|
486
496
|
getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
|
|
487
497
|
/**
|
|
@@ -490,7 +500,7 @@ export declare class FileStorageClient {
|
|
|
490
500
|
* @param GetReplicationTargetRequest
|
|
491
501
|
* @return GetReplicationTargetResponse
|
|
492
502
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
494
504
|
*/
|
|
495
505
|
getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
|
|
496
506
|
/**
|
|
@@ -499,7 +509,7 @@ export declare class FileStorageClient {
|
|
|
499
509
|
* @param GetSnapshotRequest
|
|
500
510
|
* @return GetSnapshotResponse
|
|
501
511
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
503
513
|
*/
|
|
504
514
|
getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
|
|
505
515
|
/**
|
|
@@ -509,7 +519,7 @@ export declare class FileStorageClient {
|
|
|
509
519
|
* @param ListExportSetsRequest
|
|
510
520
|
* @return ListExportSetsResponse
|
|
511
521
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
513
523
|
*/
|
|
514
524
|
listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
|
|
515
525
|
/**
|
|
@@ -553,7 +563,7 @@ export declare class FileStorageClient {
|
|
|
553
563
|
* @param ListExportsRequest
|
|
554
564
|
* @return ListExportsResponse
|
|
555
565
|
* @throws OciError when an error occurs
|
|
556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
557
567
|
*/
|
|
558
568
|
listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
|
|
559
569
|
/**
|
|
@@ -596,7 +606,7 @@ export declare class FileStorageClient {
|
|
|
596
606
|
* @param ListFileSystemsRequest
|
|
597
607
|
* @return ListFileSystemsResponse
|
|
598
608
|
* @throws OciError when an error occurs
|
|
599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
600
610
|
*/
|
|
601
611
|
listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
|
|
602
612
|
/**
|
|
@@ -638,7 +648,7 @@ export declare class FileStorageClient {
|
|
|
638
648
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
639
649
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
640
650
|
* @throws OciError when an error occurs
|
|
641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
651
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
642
652
|
*/
|
|
643
653
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
|
|
644
654
|
/**
|
|
@@ -680,7 +690,7 @@ export declare class FileStorageClient {
|
|
|
680
690
|
* @param ListMountTargetsRequest
|
|
681
691
|
* @return ListMountTargetsResponse
|
|
682
692
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
684
694
|
*/
|
|
685
695
|
listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
|
|
686
696
|
/**
|
|
@@ -722,7 +732,7 @@ export declare class FileStorageClient {
|
|
|
722
732
|
* @param ListOutboundConnectorsRequest
|
|
723
733
|
* @return ListOutboundConnectorsResponse
|
|
724
734
|
* @throws OciError when an error occurs
|
|
725
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
726
736
|
*/
|
|
727
737
|
listOutboundConnectors(listOutboundConnectorsRequest: requests.ListOutboundConnectorsRequest): Promise<responses.ListOutboundConnectorsResponse>;
|
|
728
738
|
/**
|
|
@@ -764,7 +774,7 @@ export declare class FileStorageClient {
|
|
|
764
774
|
* @param ListReplicationTargetsRequest
|
|
765
775
|
* @return ListReplicationTargetsResponse
|
|
766
776
|
* @throws OciError when an error occurs
|
|
767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
768
778
|
*/
|
|
769
779
|
listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
|
|
770
780
|
/**
|
|
@@ -806,7 +816,7 @@ export declare class FileStorageClient {
|
|
|
806
816
|
* @param ListReplicationsRequest
|
|
807
817
|
* @return ListReplicationsResponse
|
|
808
818
|
* @throws OciError when an error occurs
|
|
809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
810
820
|
*/
|
|
811
821
|
listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
|
|
812
822
|
/**
|
|
@@ -854,7 +864,7 @@ export declare class FileStorageClient {
|
|
|
854
864
|
* @param ListSnapshotsRequest
|
|
855
865
|
* @return ListSnapshotsResponse
|
|
856
866
|
* @throws OciError when an error occurs
|
|
857
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
858
868
|
*/
|
|
859
869
|
listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
|
|
860
870
|
/**
|
|
@@ -901,7 +911,7 @@ export declare class FileStorageClient {
|
|
|
901
911
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
902
912
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
903
913
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
905
915
|
*/
|
|
906
916
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
|
|
907
917
|
/**
|
|
@@ -915,7 +925,7 @@ export declare class FileStorageClient {
|
|
|
915
925
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
916
926
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
917
927
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
919
929
|
*/
|
|
920
930
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
|
|
921
931
|
/**
|
|
@@ -924,7 +934,7 @@ export declare class FileStorageClient {
|
|
|
924
934
|
* @param UpdateExportRequest
|
|
925
935
|
* @return UpdateExportResponse
|
|
926
936
|
* @throws OciError when an error occurs
|
|
927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
928
938
|
*/
|
|
929
939
|
updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
|
|
930
940
|
/**
|
|
@@ -933,7 +943,7 @@ export declare class FileStorageClient {
|
|
|
933
943
|
* @param UpdateExportSetRequest
|
|
934
944
|
* @return UpdateExportSetResponse
|
|
935
945
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
937
947
|
*/
|
|
938
948
|
updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
|
|
939
949
|
/**
|
|
@@ -944,7 +954,7 @@ export declare class FileStorageClient {
|
|
|
944
954
|
* @param UpdateFileSystemRequest
|
|
945
955
|
* @return UpdateFileSystemResponse
|
|
946
956
|
* @throws OciError when an error occurs
|
|
947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
948
958
|
*/
|
|
949
959
|
updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
|
|
950
960
|
/**
|
|
@@ -953,7 +963,7 @@ export declare class FileStorageClient {
|
|
|
953
963
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
954
964
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
955
965
|
* @throws OciError when an error occurs
|
|
956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
957
967
|
*/
|
|
958
968
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
|
|
959
969
|
/**
|
|
@@ -962,7 +972,7 @@ export declare class FileStorageClient {
|
|
|
962
972
|
* @param UpdateMountTargetRequest
|
|
963
973
|
* @return UpdateMountTargetResponse
|
|
964
974
|
* @throws OciError when an error occurs
|
|
965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
966
976
|
*/
|
|
967
977
|
updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
|
|
968
978
|
/**
|
|
@@ -971,7 +981,7 @@ export declare class FileStorageClient {
|
|
|
971
981
|
* @param UpdateOutboundConnectorRequest
|
|
972
982
|
* @return UpdateOutboundConnectorResponse
|
|
973
983
|
* @throws OciError when an error occurs
|
|
974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
975
985
|
*/
|
|
976
986
|
updateOutboundConnector(updateOutboundConnectorRequest: requests.UpdateOutboundConnectorRequest): Promise<responses.UpdateOutboundConnectorResponse>;
|
|
977
987
|
/**
|
|
@@ -981,7 +991,7 @@ export declare class FileStorageClient {
|
|
|
981
991
|
* @param UpdateReplicationRequest
|
|
982
992
|
* @return UpdateReplicationResponse
|
|
983
993
|
* @throws OciError when an error occurs
|
|
984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
985
995
|
*/
|
|
986
996
|
updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
|
|
987
997
|
/**
|
|
@@ -990,7 +1000,7 @@ export declare class FileStorageClient {
|
|
|
990
1000
|
* @param UpdateSnapshotRequest
|
|
991
1001
|
* @return UpdateSnapshotResponse
|
|
992
1002
|
* @throws OciError when an error occurs
|
|
993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
994
1004
|
*/
|
|
995
1005
|
updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
|
|
996
1006
|
/**
|
|
@@ -1002,7 +1012,7 @@ export declare class FileStorageClient {
|
|
|
1002
1012
|
* @param ValidateKeyTabsRequest
|
|
1003
1013
|
* @return ValidateKeyTabsResponse
|
|
1004
1014
|
* @throws OciError when an error occurs
|
|
1005
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
1006
1016
|
*/
|
|
1007
1017
|
validateKeyTabs(validateKeyTabsRequest: requests.ValidateKeyTabsRequest): Promise<responses.ValidateKeyTabsResponse>;
|
|
1008
1018
|
}
|