oci-filestorage 2.75.0 → 2.76.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 +54 -50
- package/lib/client.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 +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.js
CHANGED
|
@@ -83,6 +83,10 @@ class FileStorageClient {
|
|
|
83
83
|
? clientConfiguration.bodyDuplexMode
|
|
84
84
|
: undefined;
|
|
85
85
|
}
|
|
86
|
+
if (!oci_common_2.developerToolConfiguration.isServiceEnabled("filestorage")) {
|
|
87
|
+
let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
|
|
88
|
+
throw errmsg.concat("filestorage");
|
|
89
|
+
}
|
|
86
90
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
87
91
|
const specCircuitBreakerEnabled = true;
|
|
88
92
|
if (!this._circuitBreaker &&
|
|
@@ -187,7 +191,7 @@ class FileStorageClient {
|
|
|
187
191
|
* @param ChangeFileSystemCompartmentRequest
|
|
188
192
|
* @return ChangeFileSystemCompartmentResponse
|
|
189
193
|
* @throws OciError when an error occurs
|
|
190
|
-
* @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.76.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
191
195
|
*/
|
|
192
196
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
|
|
193
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +248,7 @@ class FileStorageClient {
|
|
|
244
248
|
* @param ChangeFilesystemSnapshotPolicyCompartmentRequest
|
|
245
249
|
* @return ChangeFilesystemSnapshotPolicyCompartmentResponse
|
|
246
250
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
|
|
248
252
|
*/
|
|
249
253
|
changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest) {
|
|
250
254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -301,7 +305,7 @@ class FileStorageClient {
|
|
|
301
305
|
* @param ChangeMountTargetCompartmentRequest
|
|
302
306
|
* @return ChangeMountTargetCompartmentResponse
|
|
303
307
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
305
309
|
*/
|
|
306
310
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
|
|
307
311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -360,7 +364,7 @@ class FileStorageClient {
|
|
|
360
364
|
* @param ChangeOutboundConnectorCompartmentRequest
|
|
361
365
|
* @return ChangeOutboundConnectorCompartmentResponse
|
|
362
366
|
* @throws OciError when an error occurs
|
|
363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
|
|
364
368
|
*/
|
|
365
369
|
changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest) {
|
|
366
370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -418,7 +422,7 @@ class FileStorageClient {
|
|
|
418
422
|
* @param ChangeReplicationCompartmentRequest
|
|
419
423
|
* @return ChangeReplicationCompartmentResponse
|
|
420
424
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
|
|
422
426
|
*/
|
|
423
427
|
changeReplicationCompartment(changeReplicationCompartmentRequest) {
|
|
424
428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -476,7 +480,7 @@ class FileStorageClient {
|
|
|
476
480
|
* @param CreateExportRequest
|
|
477
481
|
* @return CreateExportResponse
|
|
478
482
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
480
484
|
*/
|
|
481
485
|
createExport(createExportRequest) {
|
|
482
486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -568,7 +572,7 @@ class FileStorageClient {
|
|
|
568
572
|
* @param CreateFileSystemRequest
|
|
569
573
|
* @return CreateFileSystemResponse
|
|
570
574
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
575
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
572
576
|
*/
|
|
573
577
|
createFileSystem(createFileSystemRequest) {
|
|
574
578
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -636,7 +640,7 @@ class FileStorageClient {
|
|
|
636
640
|
* @param CreateFilesystemSnapshotPolicyRequest
|
|
637
641
|
* @return CreateFilesystemSnapshotPolicyResponse
|
|
638
642
|
* @throws OciError when an error occurs
|
|
639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
|
|
640
644
|
*/
|
|
641
645
|
createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest) {
|
|
642
646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -731,7 +735,7 @@ class FileStorageClient {
|
|
|
731
735
|
* @param CreateMountTargetRequest
|
|
732
736
|
* @return CreateMountTargetResponse
|
|
733
737
|
* @throws OciError when an error occurs
|
|
734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
735
739
|
*/
|
|
736
740
|
createMountTarget(createMountTargetRequest) {
|
|
737
741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -814,7 +818,7 @@ class FileStorageClient {
|
|
|
814
818
|
* @param CreateOutboundConnectorRequest
|
|
815
819
|
* @return CreateOutboundConnectorResponse
|
|
816
820
|
* @throws OciError when an error occurs
|
|
817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
|
|
818
822
|
*/
|
|
819
823
|
createOutboundConnector(createOutboundConnectorRequest) {
|
|
820
824
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -904,7 +908,7 @@ class FileStorageClient {
|
|
|
904
908
|
* @param CreateReplicationRequest
|
|
905
909
|
* @return CreateReplicationResponse
|
|
906
910
|
* @throws OciError when an error occurs
|
|
907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
|
|
908
912
|
*/
|
|
909
913
|
createReplication(createReplicationRequest) {
|
|
910
914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -969,7 +973,7 @@ class FileStorageClient {
|
|
|
969
973
|
* @param CreateSnapshotRequest
|
|
970
974
|
* @return CreateSnapshotResponse
|
|
971
975
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
973
977
|
*/
|
|
974
978
|
createSnapshot(createSnapshotRequest) {
|
|
975
979
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1033,7 +1037,7 @@ class FileStorageClient {
|
|
|
1033
1037
|
* @param DeleteExportRequest
|
|
1034
1038
|
* @return DeleteExportResponse
|
|
1035
1039
|
* @throws OciError when an error occurs
|
|
1036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
1037
1041
|
*/
|
|
1038
1042
|
deleteExport(deleteExportRequest) {
|
|
1039
1043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1091,7 +1095,7 @@ class FileStorageClient {
|
|
|
1091
1095
|
* @param DeleteFileSystemRequest
|
|
1092
1096
|
* @return DeleteFileSystemResponse
|
|
1093
1097
|
* @throws OciError when an error occurs
|
|
1094
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
1095
1099
|
*/
|
|
1096
1100
|
deleteFileSystem(deleteFileSystemRequest) {
|
|
1097
1101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1147,7 +1151,7 @@ class FileStorageClient {
|
|
|
1147
1151
|
* @param DeleteFilesystemSnapshotPolicyRequest
|
|
1148
1152
|
* @return DeleteFilesystemSnapshotPolicyResponse
|
|
1149
1153
|
* @throws OciError when an error occurs
|
|
1150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
|
|
1151
1155
|
*/
|
|
1152
1156
|
deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest) {
|
|
1153
1157
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1204,7 +1208,7 @@ class FileStorageClient {
|
|
|
1204
1208
|
* @param DeleteMountTargetRequest
|
|
1205
1209
|
* @return DeleteMountTargetResponse
|
|
1206
1210
|
* @throws OciError when an error occurs
|
|
1207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
1208
1212
|
*/
|
|
1209
1213
|
deleteMountTarget(deleteMountTargetRequest) {
|
|
1210
1214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1260,7 +1264,7 @@ class FileStorageClient {
|
|
|
1260
1264
|
* @param DeleteOutboundConnectorRequest
|
|
1261
1265
|
* @return DeleteOutboundConnectorResponse
|
|
1262
1266
|
* @throws OciError when an error occurs
|
|
1263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
|
|
1264
1268
|
*/
|
|
1265
1269
|
deleteOutboundConnector(deleteOutboundConnectorRequest) {
|
|
1266
1270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1316,7 +1320,7 @@ class FileStorageClient {
|
|
|
1316
1320
|
* @param DeleteReplicationRequest
|
|
1317
1321
|
* @return DeleteReplicationResponse
|
|
1318
1322
|
* @throws OciError when an error occurs
|
|
1319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
1320
1324
|
*/
|
|
1321
1325
|
deleteReplication(deleteReplicationRequest) {
|
|
1322
1326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1377,7 +1381,7 @@ class FileStorageClient {
|
|
|
1377
1381
|
* @param DeleteReplicationTargetRequest
|
|
1378
1382
|
* @return DeleteReplicationTargetResponse
|
|
1379
1383
|
* @throws OciError when an error occurs
|
|
1380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
1381
1385
|
*/
|
|
1382
1386
|
deleteReplicationTarget(deleteReplicationTargetRequest) {
|
|
1383
1387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1433,7 +1437,7 @@ class FileStorageClient {
|
|
|
1433
1437
|
* @param DeleteSnapshotRequest
|
|
1434
1438
|
* @return DeleteSnapshotResponse
|
|
1435
1439
|
* @throws OciError when an error occurs
|
|
1436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
1437
1441
|
*/
|
|
1438
1442
|
deleteSnapshot(deleteSnapshotRequest) {
|
|
1439
1443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1489,7 +1493,7 @@ class FileStorageClient {
|
|
|
1489
1493
|
* @param EstimateReplicationRequest
|
|
1490
1494
|
* @return EstimateReplicationResponse
|
|
1491
1495
|
* @throws OciError when an error occurs
|
|
1492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
1493
1497
|
*/
|
|
1494
1498
|
estimateReplication(estimateReplicationRequest) {
|
|
1495
1499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1555,7 +1559,7 @@ class FileStorageClient {
|
|
|
1555
1559
|
* @param GetExportRequest
|
|
1556
1560
|
* @return GetExportResponse
|
|
1557
1561
|
* @throws OciError when an error occurs
|
|
1558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
1559
1563
|
*/
|
|
1560
1564
|
getExport(getExportRequest) {
|
|
1561
1565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1618,7 +1622,7 @@ class FileStorageClient {
|
|
|
1618
1622
|
* @param GetExportSetRequest
|
|
1619
1623
|
* @return GetExportSetResponse
|
|
1620
1624
|
* @throws OciError when an error occurs
|
|
1621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
1622
1626
|
*/
|
|
1623
1627
|
getExportSet(getExportSetRequest) {
|
|
1624
1628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1681,7 +1685,7 @@ class FileStorageClient {
|
|
|
1681
1685
|
* @param GetFileSystemRequest
|
|
1682
1686
|
* @return GetFileSystemResponse
|
|
1683
1687
|
* @throws OciError when an error occurs
|
|
1684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
1685
1689
|
*/
|
|
1686
1690
|
getFileSystem(getFileSystemRequest) {
|
|
1687
1691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1744,7 +1748,7 @@ class FileStorageClient {
|
|
|
1744
1748
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
1745
1749
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
1746
1750
|
* @throws OciError when an error occurs
|
|
1747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
1748
1752
|
*/
|
|
1749
1753
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest) {
|
|
1750
1754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1807,7 +1811,7 @@ class FileStorageClient {
|
|
|
1807
1811
|
* @param GetMountTargetRequest
|
|
1808
1812
|
* @return GetMountTargetResponse
|
|
1809
1813
|
* @throws OciError when an error occurs
|
|
1810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
1811
1815
|
*/
|
|
1812
1816
|
getMountTarget(getMountTargetRequest) {
|
|
1813
1817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1870,7 +1874,7 @@ class FileStorageClient {
|
|
|
1870
1874
|
* @param GetOutboundConnectorRequest
|
|
1871
1875
|
* @return GetOutboundConnectorResponse
|
|
1872
1876
|
* @throws OciError when an error occurs
|
|
1873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
1874
1878
|
*/
|
|
1875
1879
|
getOutboundConnector(getOutboundConnectorRequest) {
|
|
1876
1880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1933,7 +1937,7 @@ class FileStorageClient {
|
|
|
1933
1937
|
* @param GetReplicationRequest
|
|
1934
1938
|
* @return GetReplicationResponse
|
|
1935
1939
|
* @throws OciError when an error occurs
|
|
1936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1940
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
1937
1941
|
*/
|
|
1938
1942
|
getReplication(getReplicationRequest) {
|
|
1939
1943
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1996,7 +2000,7 @@ class FileStorageClient {
|
|
|
1996
2000
|
* @param GetReplicationTargetRequest
|
|
1997
2001
|
* @return GetReplicationTargetResponse
|
|
1998
2002
|
* @throws OciError when an error occurs
|
|
1999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
2000
2004
|
*/
|
|
2001
2005
|
getReplicationTarget(getReplicationTargetRequest) {
|
|
2002
2006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2059,7 +2063,7 @@ class FileStorageClient {
|
|
|
2059
2063
|
* @param GetSnapshotRequest
|
|
2060
2064
|
* @return GetSnapshotResponse
|
|
2061
2065
|
* @throws OciError when an error occurs
|
|
2062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2066
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
2063
2067
|
*/
|
|
2064
2068
|
getSnapshot(getSnapshotRequest) {
|
|
2065
2069
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2123,7 +2127,7 @@ class FileStorageClient {
|
|
|
2123
2127
|
* @param ListExportSetsRequest
|
|
2124
2128
|
* @return ListExportSetsResponse
|
|
2125
2129
|
* @throws OciError when an error occurs
|
|
2126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
2127
2131
|
*/
|
|
2128
2132
|
listExportSets(listExportSetsRequest) {
|
|
2129
2133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2237,7 +2241,7 @@ class FileStorageClient {
|
|
|
2237
2241
|
* @param ListExportsRequest
|
|
2238
2242
|
* @return ListExportsResponse
|
|
2239
2243
|
* @throws OciError when an error occurs
|
|
2240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
2241
2245
|
*/
|
|
2242
2246
|
listExports(listExportsRequest) {
|
|
2243
2247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2350,7 +2354,7 @@ class FileStorageClient {
|
|
|
2350
2354
|
* @param ListFileSystemsRequest
|
|
2351
2355
|
* @return ListFileSystemsResponse
|
|
2352
2356
|
* @throws OciError when an error occurs
|
|
2353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
2354
2358
|
*/
|
|
2355
2359
|
listFileSystems(listFileSystemsRequest) {
|
|
2356
2360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2465,7 +2469,7 @@ class FileStorageClient {
|
|
|
2465
2469
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
2466
2470
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
2467
2471
|
* @throws OciError when an error occurs
|
|
2468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
2469
2473
|
*/
|
|
2470
2474
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest) {
|
|
2471
2475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2577,7 +2581,7 @@ class FileStorageClient {
|
|
|
2577
2581
|
* @param ListMountTargetsRequest
|
|
2578
2582
|
* @return ListMountTargetsResponse
|
|
2579
2583
|
* @throws OciError when an error occurs
|
|
2580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
2581
2585
|
*/
|
|
2582
2586
|
listMountTargets(listMountTargetsRequest) {
|
|
2583
2587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2690,7 +2694,7 @@ class FileStorageClient {
|
|
|
2690
2694
|
* @param ListOutboundConnectorsRequest
|
|
2691
2695
|
* @return ListOutboundConnectorsResponse
|
|
2692
2696
|
* @throws OciError when an error occurs
|
|
2693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
2694
2698
|
*/
|
|
2695
2699
|
listOutboundConnectors(listOutboundConnectorsRequest) {
|
|
2696
2700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2802,7 +2806,7 @@ class FileStorageClient {
|
|
|
2802
2806
|
* @param ListReplicationTargetsRequest
|
|
2803
2807
|
* @return ListReplicationTargetsResponse
|
|
2804
2808
|
* @throws OciError when an error occurs
|
|
2805
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
2806
2810
|
*/
|
|
2807
2811
|
listReplicationTargets(listReplicationTargetsRequest) {
|
|
2808
2812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2914,7 +2918,7 @@ class FileStorageClient {
|
|
|
2914
2918
|
* @param ListReplicationsRequest
|
|
2915
2919
|
* @return ListReplicationsResponse
|
|
2916
2920
|
* @throws OciError when an error occurs
|
|
2917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
2918
2922
|
*/
|
|
2919
2923
|
listReplications(listReplicationsRequest) {
|
|
2920
2924
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3033,7 +3037,7 @@ class FileStorageClient {
|
|
|
3033
3037
|
* @param ListSnapshotsRequest
|
|
3034
3038
|
* @return ListSnapshotsResponse
|
|
3035
3039
|
* @throws OciError when an error occurs
|
|
3036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3040
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
3037
3041
|
*/
|
|
3038
3042
|
listSnapshots(listSnapshotsRequest) {
|
|
3039
3043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3149,7 +3153,7 @@ class FileStorageClient {
|
|
|
3149
3153
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
3150
3154
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
3151
3155
|
* @throws OciError when an error occurs
|
|
3152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
3153
3157
|
*/
|
|
3154
3158
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest) {
|
|
3155
3159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3218,7 +3222,7 @@ class FileStorageClient {
|
|
|
3218
3222
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
3219
3223
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
3220
3224
|
* @throws OciError when an error occurs
|
|
3221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
3222
3226
|
*/
|
|
3223
3227
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest) {
|
|
3224
3228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3282,7 +3286,7 @@ class FileStorageClient {
|
|
|
3282
3286
|
* @param UpdateExportRequest
|
|
3283
3287
|
* @return UpdateExportResponse
|
|
3284
3288
|
* @throws OciError when an error occurs
|
|
3285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
3286
3290
|
*/
|
|
3287
3291
|
updateExport(updateExportRequest) {
|
|
3288
3292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3347,7 +3351,7 @@ class FileStorageClient {
|
|
|
3347
3351
|
* @param UpdateExportSetRequest
|
|
3348
3352
|
* @return UpdateExportSetResponse
|
|
3349
3353
|
* @throws OciError when an error occurs
|
|
3350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
3351
3355
|
*/
|
|
3352
3356
|
updateExportSet(updateExportSetRequest) {
|
|
3353
3357
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3414,7 +3418,7 @@ class FileStorageClient {
|
|
|
3414
3418
|
* @param UpdateFileSystemRequest
|
|
3415
3419
|
* @return UpdateFileSystemResponse
|
|
3416
3420
|
* @throws OciError when an error occurs
|
|
3417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
3418
3422
|
*/
|
|
3419
3423
|
updateFileSystem(updateFileSystemRequest) {
|
|
3420
3424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3479,7 +3483,7 @@ class FileStorageClient {
|
|
|
3479
3483
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
3480
3484
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
3481
3485
|
* @throws OciError when an error occurs
|
|
3482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
3483
3487
|
*/
|
|
3484
3488
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest) {
|
|
3485
3489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3544,7 +3548,7 @@ class FileStorageClient {
|
|
|
3544
3548
|
* @param UpdateMountTargetRequest
|
|
3545
3549
|
* @return UpdateMountTargetResponse
|
|
3546
3550
|
* @throws OciError when an error occurs
|
|
3547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
3548
3552
|
*/
|
|
3549
3553
|
updateMountTarget(updateMountTargetRequest) {
|
|
3550
3554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3609,7 +3613,7 @@ class FileStorageClient {
|
|
|
3609
3613
|
* @param UpdateOutboundConnectorRequest
|
|
3610
3614
|
* @return UpdateOutboundConnectorResponse
|
|
3611
3615
|
* @throws OciError when an error occurs
|
|
3612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
3613
3617
|
*/
|
|
3614
3618
|
updateOutboundConnector(updateOutboundConnectorRequest) {
|
|
3615
3619
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3675,7 +3679,7 @@ class FileStorageClient {
|
|
|
3675
3679
|
* @param UpdateReplicationRequest
|
|
3676
3680
|
* @return UpdateReplicationResponse
|
|
3677
3681
|
* @throws OciError when an error occurs
|
|
3678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
3679
3683
|
*/
|
|
3680
3684
|
updateReplication(updateReplicationRequest) {
|
|
3681
3685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3740,7 +3744,7 @@ class FileStorageClient {
|
|
|
3740
3744
|
* @param UpdateSnapshotRequest
|
|
3741
3745
|
* @return UpdateSnapshotResponse
|
|
3742
3746
|
* @throws OciError when an error occurs
|
|
3743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
3744
3748
|
*/
|
|
3745
3749
|
updateSnapshot(updateSnapshotRequest) {
|
|
3746
3750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3808,7 +3812,7 @@ class FileStorageClient {
|
|
|
3808
3812
|
* @param ValidateKeyTabsRequest
|
|
3809
3813
|
* @return ValidateKeyTabsResponse
|
|
3810
3814
|
* @throws OciError when an error occurs
|
|
3811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
3812
3816
|
*/
|
|
3813
3817
|
validateKeyTabs(validateKeyTabsRequest) {
|
|
3814
3818
|
return __awaiter(this, void 0, void 0, function* () {
|