oci-filestorage 2.77.0 → 2.77.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 +57 -51
- package/lib/client.js +59 -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
|
@@ -48,6 +48,7 @@ const model = __importStar(require("./model"));
|
|
|
48
48
|
const oci_common_1 = require("oci-common");
|
|
49
49
|
const filestorage_waiter_1 = require("./filestorage-waiter");
|
|
50
50
|
const oci_common_2 = require("oci-common");
|
|
51
|
+
const Breaker = require("opossum");
|
|
51
52
|
// ===============================================
|
|
52
53
|
// This file is autogenerated - Please do not edit
|
|
53
54
|
// ===============================================
|
|
@@ -184,6 +185,14 @@ class FileStorageClient {
|
|
|
184
185
|
}
|
|
185
186
|
throw Error("Waiters do not exist. Please create waiters.");
|
|
186
187
|
}
|
|
188
|
+
/**
|
|
189
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
190
|
+
*/
|
|
191
|
+
shutdownCircuitBreaker() {
|
|
192
|
+
if (this._circuitBreaker) {
|
|
193
|
+
this._circuitBreaker.shutdown();
|
|
194
|
+
}
|
|
195
|
+
}
|
|
187
196
|
/**
|
|
188
197
|
* Moves a file system and its associated snapshots into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes)
|
|
189
198
|
*
|
|
@@ -191,7 +200,7 @@ class FileStorageClient {
|
|
|
191
200
|
* @param ChangeFileSystemCompartmentRequest
|
|
192
201
|
* @return ChangeFileSystemCompartmentResponse
|
|
193
202
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
195
204
|
*/
|
|
196
205
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
|
|
197
206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -248,7 +257,7 @@ class FileStorageClient {
|
|
|
248
257
|
* @param ChangeFilesystemSnapshotPolicyCompartmentRequest
|
|
249
258
|
* @return ChangeFilesystemSnapshotPolicyCompartmentResponse
|
|
250
259
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
|
|
252
261
|
*/
|
|
253
262
|
changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest) {
|
|
254
263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -305,7 +314,7 @@ class FileStorageClient {
|
|
|
305
314
|
* @param ChangeMountTargetCompartmentRequest
|
|
306
315
|
* @return ChangeMountTargetCompartmentResponse
|
|
307
316
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
309
318
|
*/
|
|
310
319
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
|
|
311
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -364,7 +373,7 @@ class FileStorageClient {
|
|
|
364
373
|
* @param ChangeOutboundConnectorCompartmentRequest
|
|
365
374
|
* @return ChangeOutboundConnectorCompartmentResponse
|
|
366
375
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
|
|
368
377
|
*/
|
|
369
378
|
changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest) {
|
|
370
379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -422,7 +431,7 @@ class FileStorageClient {
|
|
|
422
431
|
* @param ChangeReplicationCompartmentRequest
|
|
423
432
|
* @return ChangeReplicationCompartmentResponse
|
|
424
433
|
* @throws OciError when an error occurs
|
|
425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
|
|
426
435
|
*/
|
|
427
436
|
changeReplicationCompartment(changeReplicationCompartmentRequest) {
|
|
428
437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -480,7 +489,7 @@ class FileStorageClient {
|
|
|
480
489
|
* @param CreateExportRequest
|
|
481
490
|
* @return CreateExportResponse
|
|
482
491
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
484
493
|
*/
|
|
485
494
|
createExport(createExportRequest) {
|
|
486
495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -572,7 +581,7 @@ class FileStorageClient {
|
|
|
572
581
|
* @param CreateFileSystemRequest
|
|
573
582
|
* @return CreateFileSystemResponse
|
|
574
583
|
* @throws OciError when an error occurs
|
|
575
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
576
585
|
*/
|
|
577
586
|
createFileSystem(createFileSystemRequest) {
|
|
578
587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -640,7 +649,7 @@ class FileStorageClient {
|
|
|
640
649
|
* @param CreateFilesystemSnapshotPolicyRequest
|
|
641
650
|
* @return CreateFilesystemSnapshotPolicyResponse
|
|
642
651
|
* @throws OciError when an error occurs
|
|
643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
|
|
644
653
|
*/
|
|
645
654
|
createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest) {
|
|
646
655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -735,7 +744,7 @@ class FileStorageClient {
|
|
|
735
744
|
* @param CreateMountTargetRequest
|
|
736
745
|
* @return CreateMountTargetResponse
|
|
737
746
|
* @throws OciError when an error occurs
|
|
738
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
739
748
|
*/
|
|
740
749
|
createMountTarget(createMountTargetRequest) {
|
|
741
750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -818,7 +827,7 @@ class FileStorageClient {
|
|
|
818
827
|
* @param CreateOutboundConnectorRequest
|
|
819
828
|
* @return CreateOutboundConnectorResponse
|
|
820
829
|
* @throws OciError when an error occurs
|
|
821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
|
|
822
831
|
*/
|
|
823
832
|
createOutboundConnector(createOutboundConnectorRequest) {
|
|
824
833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -908,7 +917,7 @@ class FileStorageClient {
|
|
|
908
917
|
* @param CreateReplicationRequest
|
|
909
918
|
* @return CreateReplicationResponse
|
|
910
919
|
* @throws OciError when an error occurs
|
|
911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
|
|
912
921
|
*/
|
|
913
922
|
createReplication(createReplicationRequest) {
|
|
914
923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -973,7 +982,7 @@ class FileStorageClient {
|
|
|
973
982
|
* @param CreateSnapshotRequest
|
|
974
983
|
* @return CreateSnapshotResponse
|
|
975
984
|
* @throws OciError when an error occurs
|
|
976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
977
986
|
*/
|
|
978
987
|
createSnapshot(createSnapshotRequest) {
|
|
979
988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1037,7 +1046,7 @@ class FileStorageClient {
|
|
|
1037
1046
|
* @param DeleteExportRequest
|
|
1038
1047
|
* @return DeleteExportResponse
|
|
1039
1048
|
* @throws OciError when an error occurs
|
|
1040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
1041
1050
|
*/
|
|
1042
1051
|
deleteExport(deleteExportRequest) {
|
|
1043
1052
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1095,7 +1104,7 @@ class FileStorageClient {
|
|
|
1095
1104
|
* @param DeleteFileSystemRequest
|
|
1096
1105
|
* @return DeleteFileSystemResponse
|
|
1097
1106
|
* @throws OciError when an error occurs
|
|
1098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
1099
1108
|
*/
|
|
1100
1109
|
deleteFileSystem(deleteFileSystemRequest) {
|
|
1101
1110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1151,7 +1160,7 @@ class FileStorageClient {
|
|
|
1151
1160
|
* @param DeleteFilesystemSnapshotPolicyRequest
|
|
1152
1161
|
* @return DeleteFilesystemSnapshotPolicyResponse
|
|
1153
1162
|
* @throws OciError when an error occurs
|
|
1154
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
|
|
1155
1164
|
*/
|
|
1156
1165
|
deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest) {
|
|
1157
1166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1208,7 +1217,7 @@ class FileStorageClient {
|
|
|
1208
1217
|
* @param DeleteMountTargetRequest
|
|
1209
1218
|
* @return DeleteMountTargetResponse
|
|
1210
1219
|
* @throws OciError when an error occurs
|
|
1211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
1212
1221
|
*/
|
|
1213
1222
|
deleteMountTarget(deleteMountTargetRequest) {
|
|
1214
1223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1264,7 +1273,7 @@ class FileStorageClient {
|
|
|
1264
1273
|
* @param DeleteOutboundConnectorRequest
|
|
1265
1274
|
* @return DeleteOutboundConnectorResponse
|
|
1266
1275
|
* @throws OciError when an error occurs
|
|
1267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
|
|
1268
1277
|
*/
|
|
1269
1278
|
deleteOutboundConnector(deleteOutboundConnectorRequest) {
|
|
1270
1279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1320,7 +1329,7 @@ class FileStorageClient {
|
|
|
1320
1329
|
* @param DeleteReplicationRequest
|
|
1321
1330
|
* @return DeleteReplicationResponse
|
|
1322
1331
|
* @throws OciError when an error occurs
|
|
1323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
1324
1333
|
*/
|
|
1325
1334
|
deleteReplication(deleteReplicationRequest) {
|
|
1326
1335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1381,7 +1390,7 @@ class FileStorageClient {
|
|
|
1381
1390
|
* @param DeleteReplicationTargetRequest
|
|
1382
1391
|
* @return DeleteReplicationTargetResponse
|
|
1383
1392
|
* @throws OciError when an error occurs
|
|
1384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
1385
1394
|
*/
|
|
1386
1395
|
deleteReplicationTarget(deleteReplicationTargetRequest) {
|
|
1387
1396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1437,7 +1446,7 @@ class FileStorageClient {
|
|
|
1437
1446
|
* @param DeleteSnapshotRequest
|
|
1438
1447
|
* @return DeleteSnapshotResponse
|
|
1439
1448
|
* @throws OciError when an error occurs
|
|
1440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
1441
1450
|
*/
|
|
1442
1451
|
deleteSnapshot(deleteSnapshotRequest) {
|
|
1443
1452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1493,7 +1502,7 @@ class FileStorageClient {
|
|
|
1493
1502
|
* @param EstimateReplicationRequest
|
|
1494
1503
|
* @return EstimateReplicationResponse
|
|
1495
1504
|
* @throws OciError when an error occurs
|
|
1496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
1497
1506
|
*/
|
|
1498
1507
|
estimateReplication(estimateReplicationRequest) {
|
|
1499
1508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1559,7 +1568,7 @@ class FileStorageClient {
|
|
|
1559
1568
|
* @param GetExportRequest
|
|
1560
1569
|
* @return GetExportResponse
|
|
1561
1570
|
* @throws OciError when an error occurs
|
|
1562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
1563
1572
|
*/
|
|
1564
1573
|
getExport(getExportRequest) {
|
|
1565
1574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1622,7 +1631,7 @@ class FileStorageClient {
|
|
|
1622
1631
|
* @param GetExportSetRequest
|
|
1623
1632
|
* @return GetExportSetResponse
|
|
1624
1633
|
* @throws OciError when an error occurs
|
|
1625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
1626
1635
|
*/
|
|
1627
1636
|
getExportSet(getExportSetRequest) {
|
|
1628
1637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1685,7 +1694,7 @@ class FileStorageClient {
|
|
|
1685
1694
|
* @param GetFileSystemRequest
|
|
1686
1695
|
* @return GetFileSystemResponse
|
|
1687
1696
|
* @throws OciError when an error occurs
|
|
1688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
1689
1698
|
*/
|
|
1690
1699
|
getFileSystem(getFileSystemRequest) {
|
|
1691
1700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1748,7 +1757,7 @@ class FileStorageClient {
|
|
|
1748
1757
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
1749
1758
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
1750
1759
|
* @throws OciError when an error occurs
|
|
1751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
1752
1761
|
*/
|
|
1753
1762
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest) {
|
|
1754
1763
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1811,7 +1820,7 @@ class FileStorageClient {
|
|
|
1811
1820
|
* @param GetMountTargetRequest
|
|
1812
1821
|
* @return GetMountTargetResponse
|
|
1813
1822
|
* @throws OciError when an error occurs
|
|
1814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
1815
1824
|
*/
|
|
1816
1825
|
getMountTarget(getMountTargetRequest) {
|
|
1817
1826
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1874,7 +1883,7 @@ class FileStorageClient {
|
|
|
1874
1883
|
* @param GetOutboundConnectorRequest
|
|
1875
1884
|
* @return GetOutboundConnectorResponse
|
|
1876
1885
|
* @throws OciError when an error occurs
|
|
1877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
1878
1887
|
*/
|
|
1879
1888
|
getOutboundConnector(getOutboundConnectorRequest) {
|
|
1880
1889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1937,7 +1946,7 @@ class FileStorageClient {
|
|
|
1937
1946
|
* @param GetReplicationRequest
|
|
1938
1947
|
* @return GetReplicationResponse
|
|
1939
1948
|
* @throws OciError when an error occurs
|
|
1940
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
1941
1950
|
*/
|
|
1942
1951
|
getReplication(getReplicationRequest) {
|
|
1943
1952
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2000,7 +2009,7 @@ class FileStorageClient {
|
|
|
2000
2009
|
* @param GetReplicationTargetRequest
|
|
2001
2010
|
* @return GetReplicationTargetResponse
|
|
2002
2011
|
* @throws OciError when an error occurs
|
|
2003
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
2004
2013
|
*/
|
|
2005
2014
|
getReplicationTarget(getReplicationTargetRequest) {
|
|
2006
2015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2063,7 +2072,7 @@ class FileStorageClient {
|
|
|
2063
2072
|
* @param GetSnapshotRequest
|
|
2064
2073
|
* @return GetSnapshotResponse
|
|
2065
2074
|
* @throws OciError when an error occurs
|
|
2066
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
2067
2076
|
*/
|
|
2068
2077
|
getSnapshot(getSnapshotRequest) {
|
|
2069
2078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2127,7 +2136,7 @@ class FileStorageClient {
|
|
|
2127
2136
|
* @param ListExportSetsRequest
|
|
2128
2137
|
* @return ListExportSetsResponse
|
|
2129
2138
|
* @throws OciError when an error occurs
|
|
2130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
2131
2140
|
*/
|
|
2132
2141
|
listExportSets(listExportSetsRequest) {
|
|
2133
2142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2241,7 +2250,7 @@ class FileStorageClient {
|
|
|
2241
2250
|
* @param ListExportsRequest
|
|
2242
2251
|
* @return ListExportsResponse
|
|
2243
2252
|
* @throws OciError when an error occurs
|
|
2244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
2245
2254
|
*/
|
|
2246
2255
|
listExports(listExportsRequest) {
|
|
2247
2256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2354,7 +2363,7 @@ class FileStorageClient {
|
|
|
2354
2363
|
* @param ListFileSystemsRequest
|
|
2355
2364
|
* @return ListFileSystemsResponse
|
|
2356
2365
|
* @throws OciError when an error occurs
|
|
2357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
2358
2367
|
*/
|
|
2359
2368
|
listFileSystems(listFileSystemsRequest) {
|
|
2360
2369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2469,7 +2478,7 @@ class FileStorageClient {
|
|
|
2469
2478
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
2470
2479
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
2471
2480
|
* @throws OciError when an error occurs
|
|
2472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
2473
2482
|
*/
|
|
2474
2483
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest) {
|
|
2475
2484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2581,7 +2590,7 @@ class FileStorageClient {
|
|
|
2581
2590
|
* @param ListMountTargetsRequest
|
|
2582
2591
|
* @return ListMountTargetsResponse
|
|
2583
2592
|
* @throws OciError when an error occurs
|
|
2584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
2585
2594
|
*/
|
|
2586
2595
|
listMountTargets(listMountTargetsRequest) {
|
|
2587
2596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2694,7 +2703,7 @@ class FileStorageClient {
|
|
|
2694
2703
|
* @param ListOutboundConnectorsRequest
|
|
2695
2704
|
* @return ListOutboundConnectorsResponse
|
|
2696
2705
|
* @throws OciError when an error occurs
|
|
2697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
2698
2707
|
*/
|
|
2699
2708
|
listOutboundConnectors(listOutboundConnectorsRequest) {
|
|
2700
2709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2806,7 +2815,7 @@ class FileStorageClient {
|
|
|
2806
2815
|
* @param ListReplicationTargetsRequest
|
|
2807
2816
|
* @return ListReplicationTargetsResponse
|
|
2808
2817
|
* @throws OciError when an error occurs
|
|
2809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
2810
2819
|
*/
|
|
2811
2820
|
listReplicationTargets(listReplicationTargetsRequest) {
|
|
2812
2821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2918,7 +2927,7 @@ class FileStorageClient {
|
|
|
2918
2927
|
* @param ListReplicationsRequest
|
|
2919
2928
|
* @return ListReplicationsResponse
|
|
2920
2929
|
* @throws OciError when an error occurs
|
|
2921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
2922
2931
|
*/
|
|
2923
2932
|
listReplications(listReplicationsRequest) {
|
|
2924
2933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3037,7 +3046,7 @@ class FileStorageClient {
|
|
|
3037
3046
|
* @param ListSnapshotsRequest
|
|
3038
3047
|
* @return ListSnapshotsResponse
|
|
3039
3048
|
* @throws OciError when an error occurs
|
|
3040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
3041
3050
|
*/
|
|
3042
3051
|
listSnapshots(listSnapshotsRequest) {
|
|
3043
3052
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3153,7 +3162,7 @@ class FileStorageClient {
|
|
|
3153
3162
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
3154
3163
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
3155
3164
|
* @throws OciError when an error occurs
|
|
3156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
3157
3166
|
*/
|
|
3158
3167
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest) {
|
|
3159
3168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3222,7 +3231,7 @@ class FileStorageClient {
|
|
|
3222
3231
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
3223
3232
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
3224
3233
|
* @throws OciError when an error occurs
|
|
3225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
3226
3235
|
*/
|
|
3227
3236
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest) {
|
|
3228
3237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3286,7 +3295,7 @@ class FileStorageClient {
|
|
|
3286
3295
|
* @param UpdateExportRequest
|
|
3287
3296
|
* @return UpdateExportResponse
|
|
3288
3297
|
* @throws OciError when an error occurs
|
|
3289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
3290
3299
|
*/
|
|
3291
3300
|
updateExport(updateExportRequest) {
|
|
3292
3301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3351,7 +3360,7 @@ class FileStorageClient {
|
|
|
3351
3360
|
* @param UpdateExportSetRequest
|
|
3352
3361
|
* @return UpdateExportSetResponse
|
|
3353
3362
|
* @throws OciError when an error occurs
|
|
3354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
3355
3364
|
*/
|
|
3356
3365
|
updateExportSet(updateExportSetRequest) {
|
|
3357
3366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3418,7 +3427,7 @@ class FileStorageClient {
|
|
|
3418
3427
|
* @param UpdateFileSystemRequest
|
|
3419
3428
|
* @return UpdateFileSystemResponse
|
|
3420
3429
|
* @throws OciError when an error occurs
|
|
3421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
3422
3431
|
*/
|
|
3423
3432
|
updateFileSystem(updateFileSystemRequest) {
|
|
3424
3433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3483,7 +3492,7 @@ class FileStorageClient {
|
|
|
3483
3492
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
3484
3493
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
3485
3494
|
* @throws OciError when an error occurs
|
|
3486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
3487
3496
|
*/
|
|
3488
3497
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest) {
|
|
3489
3498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3548,7 +3557,7 @@ class FileStorageClient {
|
|
|
3548
3557
|
* @param UpdateMountTargetRequest
|
|
3549
3558
|
* @return UpdateMountTargetResponse
|
|
3550
3559
|
* @throws OciError when an error occurs
|
|
3551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
3552
3561
|
*/
|
|
3553
3562
|
updateMountTarget(updateMountTargetRequest) {
|
|
3554
3563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3613,7 +3622,7 @@ class FileStorageClient {
|
|
|
3613
3622
|
* @param UpdateOutboundConnectorRequest
|
|
3614
3623
|
* @return UpdateOutboundConnectorResponse
|
|
3615
3624
|
* @throws OciError when an error occurs
|
|
3616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
3617
3626
|
*/
|
|
3618
3627
|
updateOutboundConnector(updateOutboundConnectorRequest) {
|
|
3619
3628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3679,7 +3688,7 @@ class FileStorageClient {
|
|
|
3679
3688
|
* @param UpdateReplicationRequest
|
|
3680
3689
|
* @return UpdateReplicationResponse
|
|
3681
3690
|
* @throws OciError when an error occurs
|
|
3682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
3683
3692
|
*/
|
|
3684
3693
|
updateReplication(updateReplicationRequest) {
|
|
3685
3694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3744,7 +3753,7 @@ class FileStorageClient {
|
|
|
3744
3753
|
* @param UpdateSnapshotRequest
|
|
3745
3754
|
* @return UpdateSnapshotResponse
|
|
3746
3755
|
* @throws OciError when an error occurs
|
|
3747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
3748
3757
|
*/
|
|
3749
3758
|
updateSnapshot(updateSnapshotRequest) {
|
|
3750
3759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3812,7 +3821,7 @@ class FileStorageClient {
|
|
|
3812
3821
|
* @param ValidateKeyTabsRequest
|
|
3813
3822
|
* @return ValidateKeyTabsResponse
|
|
3814
3823
|
* @throws OciError when an error occurs
|
|
3815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
3816
3825
|
*/
|
|
3817
3826
|
validateKeyTabs(validateKeyTabsRequest) {
|
|
3818
3827
|
return __awaiter(this, void 0, void 0, function* () {
|