oci-filestorage 2.84.2 → 2.86.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 +50 -50
- package/lib/client.js +50 -50
- package/lib/request/change-file-system-compartment-request.d.ts +1 -1
- package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +1 -1
- package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
- package/lib/request/change-outbound-connector-compartment-request.d.ts +1 -1
- package/lib/request/change-replication-compartment-request.d.ts +1 -1
- package/lib/request/create-export-request.d.ts +1 -1
- package/lib/request/create-file-system-request.d.ts +1 -1
- package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/create-mount-target-request.d.ts +1 -1
- package/lib/request/create-outbound-connector-request.d.ts +1 -1
- package/lib/request/create-replication-request.d.ts +1 -1
- package/lib/request/create-snapshot-request.d.ts +1 -1
- package/lib/request/delete-export-request.d.ts +1 -1
- package/lib/request/delete-file-system-request.d.ts +1 -1
- package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/delete-mount-target-request.d.ts +1 -1
- package/lib/request/delete-outbound-connector-request.d.ts +1 -1
- package/lib/request/delete-replication-request.d.ts +1 -1
- package/lib/request/delete-replication-target-request.d.ts +1 -1
- package/lib/request/delete-snapshot-request.d.ts +1 -1
- package/lib/request/estimate-replication-request.d.ts +1 -1
- package/lib/request/get-export-request.d.ts +1 -1
- package/lib/request/get-export-set-request.d.ts +1 -1
- package/lib/request/get-file-system-request.d.ts +1 -1
- package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/get-mount-target-request.d.ts +1 -1
- package/lib/request/get-outbound-connector-request.d.ts +1 -1
- package/lib/request/get-replication-request.d.ts +1 -1
- package/lib/request/get-replication-target-request.d.ts +1 -1
- package/lib/request/get-snapshot-request.d.ts +1 -1
- package/lib/request/list-export-sets-request.d.ts +1 -1
- package/lib/request/list-exports-request.d.ts +1 -1
- package/lib/request/list-file-systems-request.d.ts +1 -1
- package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
- package/lib/request/list-mount-targets-request.d.ts +1 -1
- package/lib/request/list-outbound-connectors-request.d.ts +1 -1
- package/lib/request/list-replication-targets-request.d.ts +1 -1
- package/lib/request/list-replications-request.d.ts +1 -1
- package/lib/request/list-snapshots-request.d.ts +1 -1
- package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/update-export-request.d.ts +1 -1
- package/lib/request/update-export-set-request.d.ts +1 -1
- package/lib/request/update-file-system-request.d.ts +1 -1
- package/lib/request/update-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/update-mount-target-request.d.ts +1 -1
- package/lib/request/update-outbound-connector-request.d.ts +1 -1
- package/lib/request/update-replication-request.d.ts +1 -1
- package/lib/request/update-snapshot-request.d.ts +1 -1
- package/lib/request/validate-key-tabs-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.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.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
1055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
1113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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* () {
|
|
@@ -1166,7 +1166,7 @@ class FileStorageClient {
|
|
|
1166
1166
|
* @param DeleteFilesystemSnapshotPolicyRequest
|
|
1167
1167
|
* @return DeleteFilesystemSnapshotPolicyResponse
|
|
1168
1168
|
* @throws OciError when an error occurs
|
|
1169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
|
|
1170
1170
|
*/
|
|
1171
1171
|
deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest) {
|
|
1172
1172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1223,7 +1223,7 @@ class FileStorageClient {
|
|
|
1223
1223
|
* @param DeleteMountTargetRequest
|
|
1224
1224
|
* @return DeleteMountTargetResponse
|
|
1225
1225
|
* @throws OciError when an error occurs
|
|
1226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
1227
1227
|
*/
|
|
1228
1228
|
deleteMountTarget(deleteMountTargetRequest) {
|
|
1229
1229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1279,7 +1279,7 @@ class FileStorageClient {
|
|
|
1279
1279
|
* @param DeleteOutboundConnectorRequest
|
|
1280
1280
|
* @return DeleteOutboundConnectorResponse
|
|
1281
1281
|
* @throws OciError when an error occurs
|
|
1282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
|
|
1283
1283
|
*/
|
|
1284
1284
|
deleteOutboundConnector(deleteOutboundConnectorRequest) {
|
|
1285
1285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1335,7 +1335,7 @@ class FileStorageClient {
|
|
|
1335
1335
|
* @param DeleteReplicationRequest
|
|
1336
1336
|
* @return DeleteReplicationResponse
|
|
1337
1337
|
* @throws OciError when an error occurs
|
|
1338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
1339
1339
|
*/
|
|
1340
1340
|
deleteReplication(deleteReplicationRequest) {
|
|
1341
1341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1396,7 +1396,7 @@ class FileStorageClient {
|
|
|
1396
1396
|
* @param DeleteReplicationTargetRequest
|
|
1397
1397
|
* @return DeleteReplicationTargetResponse
|
|
1398
1398
|
* @throws OciError when an error occurs
|
|
1399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
1400
1400
|
*/
|
|
1401
1401
|
deleteReplicationTarget(deleteReplicationTargetRequest) {
|
|
1402
1402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1452,7 +1452,7 @@ class FileStorageClient {
|
|
|
1452
1452
|
* @param DeleteSnapshotRequest
|
|
1453
1453
|
* @return DeleteSnapshotResponse
|
|
1454
1454
|
* @throws OciError when an error occurs
|
|
1455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
1456
1456
|
*/
|
|
1457
1457
|
deleteSnapshot(deleteSnapshotRequest) {
|
|
1458
1458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1508,7 +1508,7 @@ class FileStorageClient {
|
|
|
1508
1508
|
* @param EstimateReplicationRequest
|
|
1509
1509
|
* @return EstimateReplicationResponse
|
|
1510
1510
|
* @throws OciError when an error occurs
|
|
1511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
1512
1512
|
*/
|
|
1513
1513
|
estimateReplication(estimateReplicationRequest) {
|
|
1514
1514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1574,7 +1574,7 @@ class FileStorageClient {
|
|
|
1574
1574
|
* @param GetExportRequest
|
|
1575
1575
|
* @return GetExportResponse
|
|
1576
1576
|
* @throws OciError when an error occurs
|
|
1577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
1578
1578
|
*/
|
|
1579
1579
|
getExport(getExportRequest) {
|
|
1580
1580
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1637,7 +1637,7 @@ class FileStorageClient {
|
|
|
1637
1637
|
* @param GetExportSetRequest
|
|
1638
1638
|
* @return GetExportSetResponse
|
|
1639
1639
|
* @throws OciError when an error occurs
|
|
1640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
1641
1641
|
*/
|
|
1642
1642
|
getExportSet(getExportSetRequest) {
|
|
1643
1643
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1700,7 +1700,7 @@ class FileStorageClient {
|
|
|
1700
1700
|
* @param GetFileSystemRequest
|
|
1701
1701
|
* @return GetFileSystemResponse
|
|
1702
1702
|
* @throws OciError when an error occurs
|
|
1703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
1704
1704
|
*/
|
|
1705
1705
|
getFileSystem(getFileSystemRequest) {
|
|
1706
1706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1763,7 +1763,7 @@ class FileStorageClient {
|
|
|
1763
1763
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
1764
1764
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
1765
1765
|
* @throws OciError when an error occurs
|
|
1766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
1767
1767
|
*/
|
|
1768
1768
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest) {
|
|
1769
1769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1826,7 +1826,7 @@ class FileStorageClient {
|
|
|
1826
1826
|
* @param GetMountTargetRequest
|
|
1827
1827
|
* @return GetMountTargetResponse
|
|
1828
1828
|
* @throws OciError when an error occurs
|
|
1829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
1830
1830
|
*/
|
|
1831
1831
|
getMountTarget(getMountTargetRequest) {
|
|
1832
1832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1889,7 +1889,7 @@ class FileStorageClient {
|
|
|
1889
1889
|
* @param GetOutboundConnectorRequest
|
|
1890
1890
|
* @return GetOutboundConnectorResponse
|
|
1891
1891
|
* @throws OciError when an error occurs
|
|
1892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
1893
1893
|
*/
|
|
1894
1894
|
getOutboundConnector(getOutboundConnectorRequest) {
|
|
1895
1895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1952,7 +1952,7 @@ class FileStorageClient {
|
|
|
1952
1952
|
* @param GetReplicationRequest
|
|
1953
1953
|
* @return GetReplicationResponse
|
|
1954
1954
|
* @throws OciError when an error occurs
|
|
1955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
1956
1956
|
*/
|
|
1957
1957
|
getReplication(getReplicationRequest) {
|
|
1958
1958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2015,7 +2015,7 @@ class FileStorageClient {
|
|
|
2015
2015
|
* @param GetReplicationTargetRequest
|
|
2016
2016
|
* @return GetReplicationTargetResponse
|
|
2017
2017
|
* @throws OciError when an error occurs
|
|
2018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2018
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
2019
2019
|
*/
|
|
2020
2020
|
getReplicationTarget(getReplicationTargetRequest) {
|
|
2021
2021
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2078,7 +2078,7 @@ class FileStorageClient {
|
|
|
2078
2078
|
* @param GetSnapshotRequest
|
|
2079
2079
|
* @return GetSnapshotResponse
|
|
2080
2080
|
* @throws OciError when an error occurs
|
|
2081
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
2082
2082
|
*/
|
|
2083
2083
|
getSnapshot(getSnapshotRequest) {
|
|
2084
2084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2142,7 +2142,7 @@ class FileStorageClient {
|
|
|
2142
2142
|
* @param ListExportSetsRequest
|
|
2143
2143
|
* @return ListExportSetsResponse
|
|
2144
2144
|
* @throws OciError when an error occurs
|
|
2145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
2146
2146
|
*/
|
|
2147
2147
|
listExportSets(listExportSetsRequest) {
|
|
2148
2148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2256,7 +2256,7 @@ class FileStorageClient {
|
|
|
2256
2256
|
* @param ListExportsRequest
|
|
2257
2257
|
* @return ListExportsResponse
|
|
2258
2258
|
* @throws OciError when an error occurs
|
|
2259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
2260
2260
|
*/
|
|
2261
2261
|
listExports(listExportsRequest) {
|
|
2262
2262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2369,7 +2369,7 @@ class FileStorageClient {
|
|
|
2369
2369
|
* @param ListFileSystemsRequest
|
|
2370
2370
|
* @return ListFileSystemsResponse
|
|
2371
2371
|
* @throws OciError when an error occurs
|
|
2372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
2373
2373
|
*/
|
|
2374
2374
|
listFileSystems(listFileSystemsRequest) {
|
|
2375
2375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2484,7 +2484,7 @@ class FileStorageClient {
|
|
|
2484
2484
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
2485
2485
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
2486
2486
|
* @throws OciError when an error occurs
|
|
2487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
2488
2488
|
*/
|
|
2489
2489
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest) {
|
|
2490
2490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2596,7 +2596,7 @@ class FileStorageClient {
|
|
|
2596
2596
|
* @param ListMountTargetsRequest
|
|
2597
2597
|
* @return ListMountTargetsResponse
|
|
2598
2598
|
* @throws OciError when an error occurs
|
|
2599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
2600
2600
|
*/
|
|
2601
2601
|
listMountTargets(listMountTargetsRequest) {
|
|
2602
2602
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2709,7 +2709,7 @@ class FileStorageClient {
|
|
|
2709
2709
|
* @param ListOutboundConnectorsRequest
|
|
2710
2710
|
* @return ListOutboundConnectorsResponse
|
|
2711
2711
|
* @throws OciError when an error occurs
|
|
2712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
2713
2713
|
*/
|
|
2714
2714
|
listOutboundConnectors(listOutboundConnectorsRequest) {
|
|
2715
2715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2821,7 +2821,7 @@ class FileStorageClient {
|
|
|
2821
2821
|
* @param ListReplicationTargetsRequest
|
|
2822
2822
|
* @return ListReplicationTargetsResponse
|
|
2823
2823
|
* @throws OciError when an error occurs
|
|
2824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
2825
2825
|
*/
|
|
2826
2826
|
listReplicationTargets(listReplicationTargetsRequest) {
|
|
2827
2827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2933,7 +2933,7 @@ class FileStorageClient {
|
|
|
2933
2933
|
* @param ListReplicationsRequest
|
|
2934
2934
|
* @return ListReplicationsResponse
|
|
2935
2935
|
* @throws OciError when an error occurs
|
|
2936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
2937
2937
|
*/
|
|
2938
2938
|
listReplications(listReplicationsRequest) {
|
|
2939
2939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3052,7 +3052,7 @@ class FileStorageClient {
|
|
|
3052
3052
|
* @param ListSnapshotsRequest
|
|
3053
3053
|
* @return ListSnapshotsResponse
|
|
3054
3054
|
* @throws OciError when an error occurs
|
|
3055
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
3056
3056
|
*/
|
|
3057
3057
|
listSnapshots(listSnapshotsRequest) {
|
|
3058
3058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3168,7 +3168,7 @@ class FileStorageClient {
|
|
|
3168
3168
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
3169
3169
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
3170
3170
|
* @throws OciError when an error occurs
|
|
3171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
3172
3172
|
*/
|
|
3173
3173
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest) {
|
|
3174
3174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3237,7 +3237,7 @@ class FileStorageClient {
|
|
|
3237
3237
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
3238
3238
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
3239
3239
|
* @throws OciError when an error occurs
|
|
3240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
3241
3241
|
*/
|
|
3242
3242
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest) {
|
|
3243
3243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3301,7 +3301,7 @@ class FileStorageClient {
|
|
|
3301
3301
|
* @param UpdateExportRequest
|
|
3302
3302
|
* @return UpdateExportResponse
|
|
3303
3303
|
* @throws OciError when an error occurs
|
|
3304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
3305
3305
|
*/
|
|
3306
3306
|
updateExport(updateExportRequest) {
|
|
3307
3307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3366,7 +3366,7 @@ class FileStorageClient {
|
|
|
3366
3366
|
* @param UpdateExportSetRequest
|
|
3367
3367
|
* @return UpdateExportSetResponse
|
|
3368
3368
|
* @throws OciError when an error occurs
|
|
3369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
3370
3370
|
*/
|
|
3371
3371
|
updateExportSet(updateExportSetRequest) {
|
|
3372
3372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3433,7 +3433,7 @@ class FileStorageClient {
|
|
|
3433
3433
|
* @param UpdateFileSystemRequest
|
|
3434
3434
|
* @return UpdateFileSystemResponse
|
|
3435
3435
|
* @throws OciError when an error occurs
|
|
3436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
3437
3437
|
*/
|
|
3438
3438
|
updateFileSystem(updateFileSystemRequest) {
|
|
3439
3439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3498,7 +3498,7 @@ class FileStorageClient {
|
|
|
3498
3498
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
3499
3499
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
3500
3500
|
* @throws OciError when an error occurs
|
|
3501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
3502
3502
|
*/
|
|
3503
3503
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest) {
|
|
3504
3504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3563,7 +3563,7 @@ class FileStorageClient {
|
|
|
3563
3563
|
* @param UpdateMountTargetRequest
|
|
3564
3564
|
* @return UpdateMountTargetResponse
|
|
3565
3565
|
* @throws OciError when an error occurs
|
|
3566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
3567
3567
|
*/
|
|
3568
3568
|
updateMountTarget(updateMountTargetRequest) {
|
|
3569
3569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3628,7 +3628,7 @@ class FileStorageClient {
|
|
|
3628
3628
|
* @param UpdateOutboundConnectorRequest
|
|
3629
3629
|
* @return UpdateOutboundConnectorResponse
|
|
3630
3630
|
* @throws OciError when an error occurs
|
|
3631
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
3632
3632
|
*/
|
|
3633
3633
|
updateOutboundConnector(updateOutboundConnectorRequest) {
|
|
3634
3634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3694,7 +3694,7 @@ class FileStorageClient {
|
|
|
3694
3694
|
* @param UpdateReplicationRequest
|
|
3695
3695
|
* @return UpdateReplicationResponse
|
|
3696
3696
|
* @throws OciError when an error occurs
|
|
3697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
3698
3698
|
*/
|
|
3699
3699
|
updateReplication(updateReplicationRequest) {
|
|
3700
3700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3759,7 +3759,7 @@ class FileStorageClient {
|
|
|
3759
3759
|
* @param UpdateSnapshotRequest
|
|
3760
3760
|
* @return UpdateSnapshotResponse
|
|
3761
3761
|
* @throws OciError when an error occurs
|
|
3762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
3763
3763
|
*/
|
|
3764
3764
|
updateSnapshot(updateSnapshotRequest) {
|
|
3765
3765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3827,7 +3827,7 @@ class FileStorageClient {
|
|
|
3827
3827
|
* @param ValidateKeyTabsRequest
|
|
3828
3828
|
* @return ValidateKeyTabsResponse
|
|
3829
3829
|
* @throws OciError when an error occurs
|
|
3830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
3831
3831
|
*/
|
|
3832
3832
|
validateKeyTabs(validateKeyTabsRequest) {
|
|
3833
3833
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteFilesystemSnapshotPolicyRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMountTargetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|