oci-filestorage 2.82.2 → 2.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +50 -50
- package/lib/client.js +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
|
@@ -200,7 +200,7 @@ class FileStorageClient {
|
|
|
200
200
|
* @param ChangeFileSystemCompartmentRequest
|
|
201
201
|
* @return ChangeFileSystemCompartmentResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
204
204
|
*/
|
|
205
205
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
|
|
206
206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -257,7 +257,7 @@ class FileStorageClient {
|
|
|
257
257
|
* @param ChangeFilesystemSnapshotPolicyCompartmentRequest
|
|
258
258
|
* @return ChangeFilesystemSnapshotPolicyCompartmentResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
|
|
261
261
|
*/
|
|
262
262
|
changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest) {
|
|
263
263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -314,7 +314,7 @@ class FileStorageClient {
|
|
|
314
314
|
* @param ChangeMountTargetCompartmentRequest
|
|
315
315
|
* @return ChangeMountTargetCompartmentResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
318
318
|
*/
|
|
319
319
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
|
|
320
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -373,7 +373,7 @@ class FileStorageClient {
|
|
|
373
373
|
* @param ChangeOutboundConnectorCompartmentRequest
|
|
374
374
|
* @return ChangeOutboundConnectorCompartmentResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
|
|
377
377
|
*/
|
|
378
378
|
changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest) {
|
|
379
379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -431,7 +431,7 @@ class FileStorageClient {
|
|
|
431
431
|
* @param ChangeReplicationCompartmentRequest
|
|
432
432
|
* @return ChangeReplicationCompartmentResponse
|
|
433
433
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
|
|
435
435
|
*/
|
|
436
436
|
changeReplicationCompartment(changeReplicationCompartmentRequest) {
|
|
437
437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -489,7 +489,7 @@ class FileStorageClient {
|
|
|
489
489
|
* @param CreateExportRequest
|
|
490
490
|
* @return CreateExportResponse
|
|
491
491
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
493
493
|
*/
|
|
494
494
|
createExport(createExportRequest) {
|
|
495
495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -581,7 +581,7 @@ class FileStorageClient {
|
|
|
581
581
|
* @param CreateFileSystemRequest
|
|
582
582
|
* @return CreateFileSystemResponse
|
|
583
583
|
* @throws OciError when an error occurs
|
|
584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
585
585
|
*/
|
|
586
586
|
createFileSystem(createFileSystemRequest) {
|
|
587
587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -649,7 +649,7 @@ class FileStorageClient {
|
|
|
649
649
|
* @param CreateFilesystemSnapshotPolicyRequest
|
|
650
650
|
* @return CreateFilesystemSnapshotPolicyResponse
|
|
651
651
|
* @throws OciError when an error occurs
|
|
652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
|
|
653
653
|
*/
|
|
654
654
|
createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest) {
|
|
655
655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -744,7 +744,7 @@ class FileStorageClient {
|
|
|
744
744
|
* @param CreateMountTargetRequest
|
|
745
745
|
* @return CreateMountTargetResponse
|
|
746
746
|
* @throws OciError when an error occurs
|
|
747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
748
748
|
*/
|
|
749
749
|
createMountTarget(createMountTargetRequest) {
|
|
750
750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -827,7 +827,7 @@ class FileStorageClient {
|
|
|
827
827
|
* @param CreateOutboundConnectorRequest
|
|
828
828
|
* @return CreateOutboundConnectorResponse
|
|
829
829
|
* @throws OciError when an error occurs
|
|
830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
|
|
831
831
|
*/
|
|
832
832
|
createOutboundConnector(createOutboundConnectorRequest) {
|
|
833
833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -917,7 +917,7 @@ class FileStorageClient {
|
|
|
917
917
|
* @param CreateReplicationRequest
|
|
918
918
|
* @return CreateReplicationResponse
|
|
919
919
|
* @throws OciError when an error occurs
|
|
920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
|
|
921
921
|
*/
|
|
922
922
|
createReplication(createReplicationRequest) {
|
|
923
923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -982,7 +982,7 @@ class FileStorageClient {
|
|
|
982
982
|
* @param CreateSnapshotRequest
|
|
983
983
|
* @return CreateSnapshotResponse
|
|
984
984
|
* @throws OciError when an error occurs
|
|
985
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
986
986
|
*/
|
|
987
987
|
createSnapshot(createSnapshotRequest) {
|
|
988
988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1046,7 +1046,7 @@ class FileStorageClient {
|
|
|
1046
1046
|
* @param DeleteExportRequest
|
|
1047
1047
|
* @return DeleteExportResponse
|
|
1048
1048
|
* @throws OciError when an error occurs
|
|
1049
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
1050
1050
|
*/
|
|
1051
1051
|
deleteExport(deleteExportRequest) {
|
|
1052
1052
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1104,7 +1104,7 @@ class FileStorageClient {
|
|
|
1104
1104
|
* @param DeleteFileSystemRequest
|
|
1105
1105
|
* @return DeleteFileSystemResponse
|
|
1106
1106
|
* @throws OciError when an error occurs
|
|
1107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
1108
1108
|
*/
|
|
1109
1109
|
deleteFileSystem(deleteFileSystemRequest) {
|
|
1110
1110
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1160,7 +1160,7 @@ class FileStorageClient {
|
|
|
1160
1160
|
* @param DeleteFilesystemSnapshotPolicyRequest
|
|
1161
1161
|
* @return DeleteFilesystemSnapshotPolicyResponse
|
|
1162
1162
|
* @throws OciError when an error occurs
|
|
1163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
|
|
1164
1164
|
*/
|
|
1165
1165
|
deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest) {
|
|
1166
1166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1217,7 +1217,7 @@ class FileStorageClient {
|
|
|
1217
1217
|
* @param DeleteMountTargetRequest
|
|
1218
1218
|
* @return DeleteMountTargetResponse
|
|
1219
1219
|
* @throws OciError when an error occurs
|
|
1220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
1221
1221
|
*/
|
|
1222
1222
|
deleteMountTarget(deleteMountTargetRequest) {
|
|
1223
1223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1273,7 +1273,7 @@ class FileStorageClient {
|
|
|
1273
1273
|
* @param DeleteOutboundConnectorRequest
|
|
1274
1274
|
* @return DeleteOutboundConnectorResponse
|
|
1275
1275
|
* @throws OciError when an error occurs
|
|
1276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
|
|
1277
1277
|
*/
|
|
1278
1278
|
deleteOutboundConnector(deleteOutboundConnectorRequest) {
|
|
1279
1279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1329,7 +1329,7 @@ class FileStorageClient {
|
|
|
1329
1329
|
* @param DeleteReplicationRequest
|
|
1330
1330
|
* @return DeleteReplicationResponse
|
|
1331
1331
|
* @throws OciError when an error occurs
|
|
1332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
1333
1333
|
*/
|
|
1334
1334
|
deleteReplication(deleteReplicationRequest) {
|
|
1335
1335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1390,7 +1390,7 @@ class FileStorageClient {
|
|
|
1390
1390
|
* @param DeleteReplicationTargetRequest
|
|
1391
1391
|
* @return DeleteReplicationTargetResponse
|
|
1392
1392
|
* @throws OciError when an error occurs
|
|
1393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
1394
1394
|
*/
|
|
1395
1395
|
deleteReplicationTarget(deleteReplicationTargetRequest) {
|
|
1396
1396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1446,7 +1446,7 @@ class FileStorageClient {
|
|
|
1446
1446
|
* @param DeleteSnapshotRequest
|
|
1447
1447
|
* @return DeleteSnapshotResponse
|
|
1448
1448
|
* @throws OciError when an error occurs
|
|
1449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
1450
1450
|
*/
|
|
1451
1451
|
deleteSnapshot(deleteSnapshotRequest) {
|
|
1452
1452
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1502,7 +1502,7 @@ class FileStorageClient {
|
|
|
1502
1502
|
* @param EstimateReplicationRequest
|
|
1503
1503
|
* @return EstimateReplicationResponse
|
|
1504
1504
|
* @throws OciError when an error occurs
|
|
1505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
1506
1506
|
*/
|
|
1507
1507
|
estimateReplication(estimateReplicationRequest) {
|
|
1508
1508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1568,7 +1568,7 @@ class FileStorageClient {
|
|
|
1568
1568
|
* @param GetExportRequest
|
|
1569
1569
|
* @return GetExportResponse
|
|
1570
1570
|
* @throws OciError when an error occurs
|
|
1571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
1572
1572
|
*/
|
|
1573
1573
|
getExport(getExportRequest) {
|
|
1574
1574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1631,7 +1631,7 @@ class FileStorageClient {
|
|
|
1631
1631
|
* @param GetExportSetRequest
|
|
1632
1632
|
* @return GetExportSetResponse
|
|
1633
1633
|
* @throws OciError when an error occurs
|
|
1634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
1635
1635
|
*/
|
|
1636
1636
|
getExportSet(getExportSetRequest) {
|
|
1637
1637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1694,7 +1694,7 @@ class FileStorageClient {
|
|
|
1694
1694
|
* @param GetFileSystemRequest
|
|
1695
1695
|
* @return GetFileSystemResponse
|
|
1696
1696
|
* @throws OciError when an error occurs
|
|
1697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
1698
1698
|
*/
|
|
1699
1699
|
getFileSystem(getFileSystemRequest) {
|
|
1700
1700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1757,7 +1757,7 @@ class FileStorageClient {
|
|
|
1757
1757
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
1758
1758
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
1759
1759
|
* @throws OciError when an error occurs
|
|
1760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
1761
1761
|
*/
|
|
1762
1762
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest) {
|
|
1763
1763
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1820,7 +1820,7 @@ class FileStorageClient {
|
|
|
1820
1820
|
* @param GetMountTargetRequest
|
|
1821
1821
|
* @return GetMountTargetResponse
|
|
1822
1822
|
* @throws OciError when an error occurs
|
|
1823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
1824
1824
|
*/
|
|
1825
1825
|
getMountTarget(getMountTargetRequest) {
|
|
1826
1826
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1883,7 +1883,7 @@ class FileStorageClient {
|
|
|
1883
1883
|
* @param GetOutboundConnectorRequest
|
|
1884
1884
|
* @return GetOutboundConnectorResponse
|
|
1885
1885
|
* @throws OciError when an error occurs
|
|
1886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
1887
1887
|
*/
|
|
1888
1888
|
getOutboundConnector(getOutboundConnectorRequest) {
|
|
1889
1889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1946,7 +1946,7 @@ class FileStorageClient {
|
|
|
1946
1946
|
* @param GetReplicationRequest
|
|
1947
1947
|
* @return GetReplicationResponse
|
|
1948
1948
|
* @throws OciError when an error occurs
|
|
1949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
1950
1950
|
*/
|
|
1951
1951
|
getReplication(getReplicationRequest) {
|
|
1952
1952
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2009,7 +2009,7 @@ class FileStorageClient {
|
|
|
2009
2009
|
* @param GetReplicationTargetRequest
|
|
2010
2010
|
* @return GetReplicationTargetResponse
|
|
2011
2011
|
* @throws OciError when an error occurs
|
|
2012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
2013
2013
|
*/
|
|
2014
2014
|
getReplicationTarget(getReplicationTargetRequest) {
|
|
2015
2015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2072,7 +2072,7 @@ class FileStorageClient {
|
|
|
2072
2072
|
* @param GetSnapshotRequest
|
|
2073
2073
|
* @return GetSnapshotResponse
|
|
2074
2074
|
* @throws OciError when an error occurs
|
|
2075
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
2076
2076
|
*/
|
|
2077
2077
|
getSnapshot(getSnapshotRequest) {
|
|
2078
2078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2136,7 +2136,7 @@ class FileStorageClient {
|
|
|
2136
2136
|
* @param ListExportSetsRequest
|
|
2137
2137
|
* @return ListExportSetsResponse
|
|
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.
|
|
2139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
2140
2140
|
*/
|
|
2141
2141
|
listExportSets(listExportSetsRequest) {
|
|
2142
2142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2250,7 +2250,7 @@ class FileStorageClient {
|
|
|
2250
2250
|
* @param ListExportsRequest
|
|
2251
2251
|
* @return ListExportsResponse
|
|
2252
2252
|
* @throws OciError when an error occurs
|
|
2253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
2254
2254
|
*/
|
|
2255
2255
|
listExports(listExportsRequest) {
|
|
2256
2256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2363,7 +2363,7 @@ class FileStorageClient {
|
|
|
2363
2363
|
* @param ListFileSystemsRequest
|
|
2364
2364
|
* @return ListFileSystemsResponse
|
|
2365
2365
|
* @throws OciError when an error occurs
|
|
2366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
2367
2367
|
*/
|
|
2368
2368
|
listFileSystems(listFileSystemsRequest) {
|
|
2369
2369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2478,7 +2478,7 @@ class FileStorageClient {
|
|
|
2478
2478
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
2479
2479
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
2480
2480
|
* @throws OciError when an error occurs
|
|
2481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
2482
2482
|
*/
|
|
2483
2483
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest) {
|
|
2484
2484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2590,7 +2590,7 @@ class FileStorageClient {
|
|
|
2590
2590
|
* @param ListMountTargetsRequest
|
|
2591
2591
|
* @return ListMountTargetsResponse
|
|
2592
2592
|
* @throws OciError when an error occurs
|
|
2593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
2594
2594
|
*/
|
|
2595
2595
|
listMountTargets(listMountTargetsRequest) {
|
|
2596
2596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2703,7 +2703,7 @@ class FileStorageClient {
|
|
|
2703
2703
|
* @param ListOutboundConnectorsRequest
|
|
2704
2704
|
* @return ListOutboundConnectorsResponse
|
|
2705
2705
|
* @throws OciError when an error occurs
|
|
2706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
2707
2707
|
*/
|
|
2708
2708
|
listOutboundConnectors(listOutboundConnectorsRequest) {
|
|
2709
2709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2815,7 +2815,7 @@ class FileStorageClient {
|
|
|
2815
2815
|
* @param ListReplicationTargetsRequest
|
|
2816
2816
|
* @return ListReplicationTargetsResponse
|
|
2817
2817
|
* @throws OciError when an error occurs
|
|
2818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
2819
2819
|
*/
|
|
2820
2820
|
listReplicationTargets(listReplicationTargetsRequest) {
|
|
2821
2821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2927,7 +2927,7 @@ class FileStorageClient {
|
|
|
2927
2927
|
* @param ListReplicationsRequest
|
|
2928
2928
|
* @return ListReplicationsResponse
|
|
2929
2929
|
* @throws OciError when an error occurs
|
|
2930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
2931
2931
|
*/
|
|
2932
2932
|
listReplications(listReplicationsRequest) {
|
|
2933
2933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3046,7 +3046,7 @@ class FileStorageClient {
|
|
|
3046
3046
|
* @param ListSnapshotsRequest
|
|
3047
3047
|
* @return ListSnapshotsResponse
|
|
3048
3048
|
* @throws OciError when an error occurs
|
|
3049
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3049
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
3050
3050
|
*/
|
|
3051
3051
|
listSnapshots(listSnapshotsRequest) {
|
|
3052
3052
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3162,7 +3162,7 @@ class FileStorageClient {
|
|
|
3162
3162
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
3163
3163
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
3164
3164
|
* @throws OciError when an error occurs
|
|
3165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
3166
3166
|
*/
|
|
3167
3167
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest) {
|
|
3168
3168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3231,7 +3231,7 @@ class FileStorageClient {
|
|
|
3231
3231
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
3232
3232
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
3233
3233
|
* @throws OciError when an error occurs
|
|
3234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
3235
3235
|
*/
|
|
3236
3236
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest) {
|
|
3237
3237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3295,7 +3295,7 @@ class FileStorageClient {
|
|
|
3295
3295
|
* @param UpdateExportRequest
|
|
3296
3296
|
* @return UpdateExportResponse
|
|
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.
|
|
3298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
3299
3299
|
*/
|
|
3300
3300
|
updateExport(updateExportRequest) {
|
|
3301
3301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3360,7 +3360,7 @@ class FileStorageClient {
|
|
|
3360
3360
|
* @param UpdateExportSetRequest
|
|
3361
3361
|
* @return UpdateExportSetResponse
|
|
3362
3362
|
* @throws OciError when an error occurs
|
|
3363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
3364
3364
|
*/
|
|
3365
3365
|
updateExportSet(updateExportSetRequest) {
|
|
3366
3366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3427,7 +3427,7 @@ class FileStorageClient {
|
|
|
3427
3427
|
* @param UpdateFileSystemRequest
|
|
3428
3428
|
* @return UpdateFileSystemResponse
|
|
3429
3429
|
* @throws OciError when an error occurs
|
|
3430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
3431
3431
|
*/
|
|
3432
3432
|
updateFileSystem(updateFileSystemRequest) {
|
|
3433
3433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3492,7 +3492,7 @@ class FileStorageClient {
|
|
|
3492
3492
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
3493
3493
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
3494
3494
|
* @throws OciError when an error occurs
|
|
3495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
3496
3496
|
*/
|
|
3497
3497
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest) {
|
|
3498
3498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3557,7 +3557,7 @@ class FileStorageClient {
|
|
|
3557
3557
|
* @param UpdateMountTargetRequest
|
|
3558
3558
|
* @return UpdateMountTargetResponse
|
|
3559
3559
|
* @throws OciError when an error occurs
|
|
3560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
3561
3561
|
*/
|
|
3562
3562
|
updateMountTarget(updateMountTargetRequest) {
|
|
3563
3563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3622,7 +3622,7 @@ class FileStorageClient {
|
|
|
3622
3622
|
* @param UpdateOutboundConnectorRequest
|
|
3623
3623
|
* @return UpdateOutboundConnectorResponse
|
|
3624
3624
|
* @throws OciError when an error occurs
|
|
3625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
3626
3626
|
*/
|
|
3627
3627
|
updateOutboundConnector(updateOutboundConnectorRequest) {
|
|
3628
3628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3688,7 +3688,7 @@ class FileStorageClient {
|
|
|
3688
3688
|
* @param UpdateReplicationRequest
|
|
3689
3689
|
* @return UpdateReplicationResponse
|
|
3690
3690
|
* @throws OciError when an error occurs
|
|
3691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
3692
3692
|
*/
|
|
3693
3693
|
updateReplication(updateReplicationRequest) {
|
|
3694
3694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3753,7 +3753,7 @@ class FileStorageClient {
|
|
|
3753
3753
|
* @param UpdateSnapshotRequest
|
|
3754
3754
|
* @return UpdateSnapshotResponse
|
|
3755
3755
|
* @throws OciError when an error occurs
|
|
3756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
3757
3757
|
*/
|
|
3758
3758
|
updateSnapshot(updateSnapshotRequest) {
|
|
3759
3759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3821,7 +3821,7 @@ class FileStorageClient {
|
|
|
3821
3821
|
* @param ValidateKeyTabsRequest
|
|
3822
3822
|
* @return ValidateKeyTabsResponse
|
|
3823
3823
|
* @throws OciError when an error occurs
|
|
3824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
3825
3825
|
*/
|
|
3826
3826
|
validateKeyTabs(validateKeyTabsRequest) {
|
|
3827
3827
|
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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/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.84.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMountTargetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|