oci-filestorage 2.89.3 → 2.89.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +51 -51
- package/lib/client.js +51 -51
- package/lib/request/change-file-system-compartment-request.d.ts +1 -1
- package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +1 -1
- package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
- package/lib/request/change-outbound-connector-compartment-request.d.ts +1 -1
- package/lib/request/change-replication-compartment-request.d.ts +1 -1
- package/lib/request/create-export-request.d.ts +1 -1
- package/lib/request/create-file-system-request.d.ts +1 -1
- package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/create-mount-target-request.d.ts +1 -1
- package/lib/request/create-outbound-connector-request.d.ts +1 -1
- package/lib/request/create-replication-request.d.ts +1 -1
- package/lib/request/create-snapshot-request.d.ts +1 -1
- package/lib/request/delete-export-request.d.ts +1 -1
- package/lib/request/delete-file-system-request.d.ts +1 -1
- package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/delete-mount-target-request.d.ts +1 -1
- package/lib/request/delete-outbound-connector-request.d.ts +1 -1
- package/lib/request/delete-replication-request.d.ts +1 -1
- package/lib/request/delete-replication-target-request.d.ts +1 -1
- package/lib/request/delete-snapshot-request.d.ts +1 -1
- package/lib/request/detach-clone-request.d.ts +1 -1
- package/lib/request/estimate-replication-request.d.ts +1 -1
- package/lib/request/get-export-request.d.ts +1 -1
- package/lib/request/get-export-set-request.d.ts +1 -1
- package/lib/request/get-file-system-request.d.ts +1 -1
- package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/get-mount-target-request.d.ts +1 -1
- package/lib/request/get-outbound-connector-request.d.ts +1 -1
- package/lib/request/get-replication-request.d.ts +1 -1
- package/lib/request/get-replication-target-request.d.ts +1 -1
- package/lib/request/get-snapshot-request.d.ts +1 -1
- package/lib/request/list-export-sets-request.d.ts +1 -1
- package/lib/request/list-exports-request.d.ts +1 -1
- package/lib/request/list-file-systems-request.d.ts +1 -1
- package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
- package/lib/request/list-mount-targets-request.d.ts +1 -1
- package/lib/request/list-outbound-connectors-request.d.ts +1 -1
- package/lib/request/list-replication-targets-request.d.ts +1 -1
- package/lib/request/list-replications-request.d.ts +1 -1
- package/lib/request/list-snapshots-request.d.ts +1 -1
- package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/update-export-request.d.ts +1 -1
- package/lib/request/update-export-set-request.d.ts +1 -1
- package/lib/request/update-file-system-request.d.ts +1 -1
- package/lib/request/update-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/update-mount-target-request.d.ts +1 -1
- package/lib/request/update-outbound-connector-request.d.ts +1 -1
- package/lib/request/update-replication-request.d.ts +1 -1
- package/lib/request/update-snapshot-request.d.ts +1 -1
- package/lib/request/validate-key-tabs-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -206,7 +206,7 @@ class FileStorageClient {
|
|
|
206
206
|
* @param ChangeFileSystemCompartmentRequest
|
|
207
207
|
* @return ChangeFileSystemCompartmentResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
210
210
|
*/
|
|
211
211
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
|
|
212
212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -263,7 +263,7 @@ class FileStorageClient {
|
|
|
263
263
|
* @param ChangeFilesystemSnapshotPolicyCompartmentRequest
|
|
264
264
|
* @return ChangeFilesystemSnapshotPolicyCompartmentResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
|
|
267
267
|
*/
|
|
268
268
|
changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest) {
|
|
269
269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -320,7 +320,7 @@ class FileStorageClient {
|
|
|
320
320
|
* @param ChangeMountTargetCompartmentRequest
|
|
321
321
|
* @return ChangeMountTargetCompartmentResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
324
324
|
*/
|
|
325
325
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
|
|
326
326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -379,7 +379,7 @@ class FileStorageClient {
|
|
|
379
379
|
* @param ChangeOutboundConnectorCompartmentRequest
|
|
380
380
|
* @return ChangeOutboundConnectorCompartmentResponse
|
|
381
381
|
* @throws OciError when an error occurs
|
|
382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
|
|
383
383
|
*/
|
|
384
384
|
changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest) {
|
|
385
385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -437,7 +437,7 @@ class FileStorageClient {
|
|
|
437
437
|
* @param ChangeReplicationCompartmentRequest
|
|
438
438
|
* @return ChangeReplicationCompartmentResponse
|
|
439
439
|
* @throws OciError when an error occurs
|
|
440
|
-
* @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.4/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
|
|
441
441
|
*/
|
|
442
442
|
changeReplicationCompartment(changeReplicationCompartmentRequest) {
|
|
443
443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -495,7 +495,7 @@ class FileStorageClient {
|
|
|
495
495
|
* @param CreateExportRequest
|
|
496
496
|
* @return CreateExportResponse
|
|
497
497
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
499
499
|
*/
|
|
500
500
|
createExport(createExportRequest) {
|
|
501
501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -587,7 +587,7 @@ class FileStorageClient {
|
|
|
587
587
|
* @param CreateFileSystemRequest
|
|
588
588
|
* @return CreateFileSystemResponse
|
|
589
589
|
* @throws OciError when an error occurs
|
|
590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
591
591
|
*/
|
|
592
592
|
createFileSystem(createFileSystemRequest) {
|
|
593
593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -655,7 +655,7 @@ class FileStorageClient {
|
|
|
655
655
|
* @param CreateFilesystemSnapshotPolicyRequest
|
|
656
656
|
* @return CreateFilesystemSnapshotPolicyResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
|
|
659
659
|
*/
|
|
660
660
|
createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest) {
|
|
661
661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -750,7 +750,7 @@ class FileStorageClient {
|
|
|
750
750
|
* @param CreateMountTargetRequest
|
|
751
751
|
* @return CreateMountTargetResponse
|
|
752
752
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
754
754
|
*/
|
|
755
755
|
createMountTarget(createMountTargetRequest) {
|
|
756
756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -833,7 +833,7 @@ class FileStorageClient {
|
|
|
833
833
|
* @param CreateOutboundConnectorRequest
|
|
834
834
|
* @return CreateOutboundConnectorResponse
|
|
835
835
|
* @throws OciError when an error occurs
|
|
836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
|
|
837
837
|
*/
|
|
838
838
|
createOutboundConnector(createOutboundConnectorRequest) {
|
|
839
839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -923,7 +923,7 @@ class FileStorageClient {
|
|
|
923
923
|
* @param CreateReplicationRequest
|
|
924
924
|
* @return CreateReplicationResponse
|
|
925
925
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
|
|
927
927
|
*/
|
|
928
928
|
createReplication(createReplicationRequest) {
|
|
929
929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -988,7 +988,7 @@ class FileStorageClient {
|
|
|
988
988
|
* @param CreateSnapshotRequest
|
|
989
989
|
* @return CreateSnapshotResponse
|
|
990
990
|
* @throws OciError when an error occurs
|
|
991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
992
992
|
*/
|
|
993
993
|
createSnapshot(createSnapshotRequest) {
|
|
994
994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1052,7 +1052,7 @@ class FileStorageClient {
|
|
|
1052
1052
|
* @param DeleteExportRequest
|
|
1053
1053
|
* @return DeleteExportResponse
|
|
1054
1054
|
* @throws OciError when an error occurs
|
|
1055
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
1056
1056
|
*/
|
|
1057
1057
|
deleteExport(deleteExportRequest) {
|
|
1058
1058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1110,7 +1110,7 @@ class FileStorageClient {
|
|
|
1110
1110
|
* @param DeleteFileSystemRequest
|
|
1111
1111
|
* @return DeleteFileSystemResponse
|
|
1112
1112
|
* @throws OciError when an error occurs
|
|
1113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
1114
1114
|
*/
|
|
1115
1115
|
deleteFileSystem(deleteFileSystemRequest) {
|
|
1116
1116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1168,7 +1168,7 @@ class FileStorageClient {
|
|
|
1168
1168
|
* @param DeleteFilesystemSnapshotPolicyRequest
|
|
1169
1169
|
* @return DeleteFilesystemSnapshotPolicyResponse
|
|
1170
1170
|
* @throws OciError when an error occurs
|
|
1171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
|
|
1172
1172
|
*/
|
|
1173
1173
|
deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest) {
|
|
1174
1174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1225,7 +1225,7 @@ class FileStorageClient {
|
|
|
1225
1225
|
* @param DeleteMountTargetRequest
|
|
1226
1226
|
* @return DeleteMountTargetResponse
|
|
1227
1227
|
* @throws OciError when an error occurs
|
|
1228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
1229
1229
|
*/
|
|
1230
1230
|
deleteMountTarget(deleteMountTargetRequest) {
|
|
1231
1231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1281,7 +1281,7 @@ class FileStorageClient {
|
|
|
1281
1281
|
* @param DeleteOutboundConnectorRequest
|
|
1282
1282
|
* @return DeleteOutboundConnectorResponse
|
|
1283
1283
|
* @throws OciError when an error occurs
|
|
1284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
|
|
1285
1285
|
*/
|
|
1286
1286
|
deleteOutboundConnector(deleteOutboundConnectorRequest) {
|
|
1287
1287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1337,7 +1337,7 @@ class FileStorageClient {
|
|
|
1337
1337
|
* @param DeleteReplicationRequest
|
|
1338
1338
|
* @return DeleteReplicationResponse
|
|
1339
1339
|
* @throws OciError when an error occurs
|
|
1340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
1341
1341
|
*/
|
|
1342
1342
|
deleteReplication(deleteReplicationRequest) {
|
|
1343
1343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1398,7 +1398,7 @@ class FileStorageClient {
|
|
|
1398
1398
|
* @param DeleteReplicationTargetRequest
|
|
1399
1399
|
* @return DeleteReplicationTargetResponse
|
|
1400
1400
|
* @throws OciError when an error occurs
|
|
1401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
1402
1402
|
*/
|
|
1403
1403
|
deleteReplicationTarget(deleteReplicationTargetRequest) {
|
|
1404
1404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1454,7 +1454,7 @@ class FileStorageClient {
|
|
|
1454
1454
|
* @param DeleteSnapshotRequest
|
|
1455
1455
|
* @return DeleteSnapshotResponse
|
|
1456
1456
|
* @throws OciError when an error occurs
|
|
1457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
1458
1458
|
*/
|
|
1459
1459
|
deleteSnapshot(deleteSnapshotRequest) {
|
|
1460
1460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1510,7 +1510,7 @@ class FileStorageClient {
|
|
|
1510
1510
|
* @param DetachCloneRequest
|
|
1511
1511
|
* @return DetachCloneResponse
|
|
1512
1512
|
* @throws OciError when an error occurs
|
|
1513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DetachClone.ts.html |here} to see how to use DetachClone API.
|
|
1514
1514
|
*/
|
|
1515
1515
|
detachClone(detachCloneRequest) {
|
|
1516
1516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1566,7 +1566,7 @@ class FileStorageClient {
|
|
|
1566
1566
|
* @param EstimateReplicationRequest
|
|
1567
1567
|
* @return EstimateReplicationResponse
|
|
1568
1568
|
* @throws OciError when an error occurs
|
|
1569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
1570
1570
|
*/
|
|
1571
1571
|
estimateReplication(estimateReplicationRequest) {
|
|
1572
1572
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1632,7 +1632,7 @@ class FileStorageClient {
|
|
|
1632
1632
|
* @param GetExportRequest
|
|
1633
1633
|
* @return GetExportResponse
|
|
1634
1634
|
* @throws OciError when an error occurs
|
|
1635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
1636
1636
|
*/
|
|
1637
1637
|
getExport(getExportRequest) {
|
|
1638
1638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1695,7 +1695,7 @@ class FileStorageClient {
|
|
|
1695
1695
|
* @param GetExportSetRequest
|
|
1696
1696
|
* @return GetExportSetResponse
|
|
1697
1697
|
* @throws OciError when an error occurs
|
|
1698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
1699
1699
|
*/
|
|
1700
1700
|
getExportSet(getExportSetRequest) {
|
|
1701
1701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1758,7 +1758,7 @@ class FileStorageClient {
|
|
|
1758
1758
|
* @param GetFileSystemRequest
|
|
1759
1759
|
* @return GetFileSystemResponse
|
|
1760
1760
|
* @throws OciError when an error occurs
|
|
1761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
1762
1762
|
*/
|
|
1763
1763
|
getFileSystem(getFileSystemRequest) {
|
|
1764
1764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1821,7 +1821,7 @@ class FileStorageClient {
|
|
|
1821
1821
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
1822
1822
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
1823
1823
|
* @throws OciError when an error occurs
|
|
1824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
1825
1825
|
*/
|
|
1826
1826
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest) {
|
|
1827
1827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1884,7 +1884,7 @@ class FileStorageClient {
|
|
|
1884
1884
|
* @param GetMountTargetRequest
|
|
1885
1885
|
* @return GetMountTargetResponse
|
|
1886
1886
|
* @throws OciError when an error occurs
|
|
1887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
1888
1888
|
*/
|
|
1889
1889
|
getMountTarget(getMountTargetRequest) {
|
|
1890
1890
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1947,7 +1947,7 @@ class FileStorageClient {
|
|
|
1947
1947
|
* @param GetOutboundConnectorRequest
|
|
1948
1948
|
* @return GetOutboundConnectorResponse
|
|
1949
1949
|
* @throws OciError when an error occurs
|
|
1950
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
1951
1951
|
*/
|
|
1952
1952
|
getOutboundConnector(getOutboundConnectorRequest) {
|
|
1953
1953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2010,7 +2010,7 @@ class FileStorageClient {
|
|
|
2010
2010
|
* @param GetReplicationRequest
|
|
2011
2011
|
* @return GetReplicationResponse
|
|
2012
2012
|
* @throws OciError when an error occurs
|
|
2013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
2014
2014
|
*/
|
|
2015
2015
|
getReplication(getReplicationRequest) {
|
|
2016
2016
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2073,7 +2073,7 @@ class FileStorageClient {
|
|
|
2073
2073
|
* @param GetReplicationTargetRequest
|
|
2074
2074
|
* @return GetReplicationTargetResponse
|
|
2075
2075
|
* @throws OciError when an error occurs
|
|
2076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
2077
2077
|
*/
|
|
2078
2078
|
getReplicationTarget(getReplicationTargetRequest) {
|
|
2079
2079
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2136,7 +2136,7 @@ class FileStorageClient {
|
|
|
2136
2136
|
* @param GetSnapshotRequest
|
|
2137
2137
|
* @return GetSnapshotResponse
|
|
2138
2138
|
* @throws OciError when an error occurs
|
|
2139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
2140
2140
|
*/
|
|
2141
2141
|
getSnapshot(getSnapshotRequest) {
|
|
2142
2142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2200,7 +2200,7 @@ class FileStorageClient {
|
|
|
2200
2200
|
* @param ListExportSetsRequest
|
|
2201
2201
|
* @return ListExportSetsResponse
|
|
2202
2202
|
* @throws OciError when an error occurs
|
|
2203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
2204
2204
|
*/
|
|
2205
2205
|
listExportSets(listExportSetsRequest) {
|
|
2206
2206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2314,7 +2314,7 @@ class FileStorageClient {
|
|
|
2314
2314
|
* @param ListExportsRequest
|
|
2315
2315
|
* @return ListExportsResponse
|
|
2316
2316
|
* @throws OciError when an error occurs
|
|
2317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
2318
2318
|
*/
|
|
2319
2319
|
listExports(listExportsRequest) {
|
|
2320
2320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2427,7 +2427,7 @@ class FileStorageClient {
|
|
|
2427
2427
|
* @param ListFileSystemsRequest
|
|
2428
2428
|
* @return ListFileSystemsResponse
|
|
2429
2429
|
* @throws OciError when an error occurs
|
|
2430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
2431
2431
|
*/
|
|
2432
2432
|
listFileSystems(listFileSystemsRequest) {
|
|
2433
2433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2542,7 +2542,7 @@ class FileStorageClient {
|
|
|
2542
2542
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
2543
2543
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
2544
2544
|
* @throws OciError when an error occurs
|
|
2545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2545
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
2546
2546
|
*/
|
|
2547
2547
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest) {
|
|
2548
2548
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2654,7 +2654,7 @@ class FileStorageClient {
|
|
|
2654
2654
|
* @param ListMountTargetsRequest
|
|
2655
2655
|
* @return ListMountTargetsResponse
|
|
2656
2656
|
* @throws OciError when an error occurs
|
|
2657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
2658
2658
|
*/
|
|
2659
2659
|
listMountTargets(listMountTargetsRequest) {
|
|
2660
2660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2767,7 +2767,7 @@ class FileStorageClient {
|
|
|
2767
2767
|
* @param ListOutboundConnectorsRequest
|
|
2768
2768
|
* @return ListOutboundConnectorsResponse
|
|
2769
2769
|
* @throws OciError when an error occurs
|
|
2770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
2771
2771
|
*/
|
|
2772
2772
|
listOutboundConnectors(listOutboundConnectorsRequest) {
|
|
2773
2773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2879,7 +2879,7 @@ class FileStorageClient {
|
|
|
2879
2879
|
* @param ListReplicationTargetsRequest
|
|
2880
2880
|
* @return ListReplicationTargetsResponse
|
|
2881
2881
|
* @throws OciError when an error occurs
|
|
2882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
2883
2883
|
*/
|
|
2884
2884
|
listReplicationTargets(listReplicationTargetsRequest) {
|
|
2885
2885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2991,7 +2991,7 @@ class FileStorageClient {
|
|
|
2991
2991
|
* @param ListReplicationsRequest
|
|
2992
2992
|
* @return ListReplicationsResponse
|
|
2993
2993
|
* @throws OciError when an error occurs
|
|
2994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
2995
2995
|
*/
|
|
2996
2996
|
listReplications(listReplicationsRequest) {
|
|
2997
2997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3110,7 +3110,7 @@ class FileStorageClient {
|
|
|
3110
3110
|
* @param ListSnapshotsRequest
|
|
3111
3111
|
* @return ListSnapshotsResponse
|
|
3112
3112
|
* @throws OciError when an error occurs
|
|
3113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
3114
3114
|
*/
|
|
3115
3115
|
listSnapshots(listSnapshotsRequest) {
|
|
3116
3116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3226,7 +3226,7 @@ class FileStorageClient {
|
|
|
3226
3226
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
3227
3227
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
3228
3228
|
* @throws OciError when an error occurs
|
|
3229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
3230
3230
|
*/
|
|
3231
3231
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest) {
|
|
3232
3232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3295,7 +3295,7 @@ class FileStorageClient {
|
|
|
3295
3295
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
3296
3296
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
3297
3297
|
* @throws OciError when an error occurs
|
|
3298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
3299
3299
|
*/
|
|
3300
3300
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest) {
|
|
3301
3301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3359,7 +3359,7 @@ class FileStorageClient {
|
|
|
3359
3359
|
* @param UpdateExportRequest
|
|
3360
3360
|
* @return UpdateExportResponse
|
|
3361
3361
|
* @throws OciError when an error occurs
|
|
3362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
3363
3363
|
*/
|
|
3364
3364
|
updateExport(updateExportRequest) {
|
|
3365
3365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3424,7 +3424,7 @@ class FileStorageClient {
|
|
|
3424
3424
|
* @param UpdateExportSetRequest
|
|
3425
3425
|
* @return UpdateExportSetResponse
|
|
3426
3426
|
* @throws OciError when an error occurs
|
|
3427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
3428
3428
|
*/
|
|
3429
3429
|
updateExportSet(updateExportSetRequest) {
|
|
3430
3430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3491,7 +3491,7 @@ class FileStorageClient {
|
|
|
3491
3491
|
* @param UpdateFileSystemRequest
|
|
3492
3492
|
* @return UpdateFileSystemResponse
|
|
3493
3493
|
* @throws OciError when an error occurs
|
|
3494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
3495
3495
|
*/
|
|
3496
3496
|
updateFileSystem(updateFileSystemRequest) {
|
|
3497
3497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3556,7 +3556,7 @@ class FileStorageClient {
|
|
|
3556
3556
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
3557
3557
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
3558
3558
|
* @throws OciError when an error occurs
|
|
3559
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
3560
3560
|
*/
|
|
3561
3561
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest) {
|
|
3562
3562
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3621,7 +3621,7 @@ class FileStorageClient {
|
|
|
3621
3621
|
* @param UpdateMountTargetRequest
|
|
3622
3622
|
* @return UpdateMountTargetResponse
|
|
3623
3623
|
* @throws OciError when an error occurs
|
|
3624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
3625
3625
|
*/
|
|
3626
3626
|
updateMountTarget(updateMountTargetRequest) {
|
|
3627
3627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3686,7 +3686,7 @@ class FileStorageClient {
|
|
|
3686
3686
|
* @param UpdateOutboundConnectorRequest
|
|
3687
3687
|
* @return UpdateOutboundConnectorResponse
|
|
3688
3688
|
* @throws OciError when an error occurs
|
|
3689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
3690
3690
|
*/
|
|
3691
3691
|
updateOutboundConnector(updateOutboundConnectorRequest) {
|
|
3692
3692
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3752,7 +3752,7 @@ class FileStorageClient {
|
|
|
3752
3752
|
* @param UpdateReplicationRequest
|
|
3753
3753
|
* @return UpdateReplicationResponse
|
|
3754
3754
|
* @throws OciError when an error occurs
|
|
3755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
3756
3756
|
*/
|
|
3757
3757
|
updateReplication(updateReplicationRequest) {
|
|
3758
3758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3817,7 +3817,7 @@ class FileStorageClient {
|
|
|
3817
3817
|
* @param UpdateSnapshotRequest
|
|
3818
3818
|
* @return UpdateSnapshotResponse
|
|
3819
3819
|
* @throws OciError when an error occurs
|
|
3820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
3821
3821
|
*/
|
|
3822
3822
|
updateSnapshot(updateSnapshotRequest) {
|
|
3823
3823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3885,7 +3885,7 @@ class FileStorageClient {
|
|
|
3885
3885
|
* @param ValidateKeyTabsRequest
|
|
3886
3886
|
* @return ValidateKeyTabsResponse
|
|
3887
3887
|
* @throws OciError when an error occurs
|
|
3888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
3889
3889
|
*/
|
|
3890
3890
|
validateKeyTabs(validateKeyTabsRequest) {
|
|
3891
3891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFileSystemCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeFilesystemSnapshotPolicyCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMountTargetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeOutboundConnectorCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeReplicationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateExport.ts.html |here} to see how to use CreateExportRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateExportRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystemRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFileSystemRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateFilesystemSnapshotPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTargetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMountTargetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnectorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOutboundConnectorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateReplicationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshotRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateSnapshotRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExportRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteExportRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFileSystemRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFilesystemSnapshotPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|