oci-filestorage 2.72.0 → 2.73.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
|
@@ -187,7 +187,7 @@ class FileStorageClient {
|
|
|
187
187
|
* @param ChangeFileSystemCompartmentRequest
|
|
188
188
|
* @return ChangeFileSystemCompartmentResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
191
191
|
*/
|
|
192
192
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -244,7 +244,7 @@ class FileStorageClient {
|
|
|
244
244
|
* @param ChangeFilesystemSnapshotPolicyCompartmentRequest
|
|
245
245
|
* @return ChangeFilesystemSnapshotPolicyCompartmentResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
|
|
248
248
|
*/
|
|
249
249
|
changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest) {
|
|
250
250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -301,7 +301,7 @@ class FileStorageClient {
|
|
|
301
301
|
* @param ChangeMountTargetCompartmentRequest
|
|
302
302
|
* @return ChangeMountTargetCompartmentResponse
|
|
303
303
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
305
305
|
*/
|
|
306
306
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
|
|
307
307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -360,7 +360,7 @@ class FileStorageClient {
|
|
|
360
360
|
* @param ChangeOutboundConnectorCompartmentRequest
|
|
361
361
|
* @return ChangeOutboundConnectorCompartmentResponse
|
|
362
362
|
* @throws OciError when an error occurs
|
|
363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
|
|
364
364
|
*/
|
|
365
365
|
changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest) {
|
|
366
366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -418,7 +418,7 @@ class FileStorageClient {
|
|
|
418
418
|
* @param ChangeReplicationCompartmentRequest
|
|
419
419
|
* @return ChangeReplicationCompartmentResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
|
|
422
422
|
*/
|
|
423
423
|
changeReplicationCompartment(changeReplicationCompartmentRequest) {
|
|
424
424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -476,7 +476,7 @@ class FileStorageClient {
|
|
|
476
476
|
* @param CreateExportRequest
|
|
477
477
|
* @return CreateExportResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
480
480
|
*/
|
|
481
481
|
createExport(createExportRequest) {
|
|
482
482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -568,7 +568,7 @@ class FileStorageClient {
|
|
|
568
568
|
* @param CreateFileSystemRequest
|
|
569
569
|
* @return CreateFileSystemResponse
|
|
570
570
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
572
572
|
*/
|
|
573
573
|
createFileSystem(createFileSystemRequest) {
|
|
574
574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -636,7 +636,7 @@ class FileStorageClient {
|
|
|
636
636
|
* @param CreateFilesystemSnapshotPolicyRequest
|
|
637
637
|
* @return CreateFilesystemSnapshotPolicyResponse
|
|
638
638
|
* @throws OciError when an error occurs
|
|
639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
|
|
640
640
|
*/
|
|
641
641
|
createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest) {
|
|
642
642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -731,7 +731,7 @@ class FileStorageClient {
|
|
|
731
731
|
* @param CreateMountTargetRequest
|
|
732
732
|
* @return CreateMountTargetResponse
|
|
733
733
|
* @throws OciError when an error occurs
|
|
734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
735
735
|
*/
|
|
736
736
|
createMountTarget(createMountTargetRequest) {
|
|
737
737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -814,7 +814,7 @@ class FileStorageClient {
|
|
|
814
814
|
* @param CreateOutboundConnectorRequest
|
|
815
815
|
* @return CreateOutboundConnectorResponse
|
|
816
816
|
* @throws OciError when an error occurs
|
|
817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
|
|
818
818
|
*/
|
|
819
819
|
createOutboundConnector(createOutboundConnectorRequest) {
|
|
820
820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -904,7 +904,7 @@ class FileStorageClient {
|
|
|
904
904
|
* @param CreateReplicationRequest
|
|
905
905
|
* @return CreateReplicationResponse
|
|
906
906
|
* @throws OciError when an error occurs
|
|
907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
907
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
|
|
908
908
|
*/
|
|
909
909
|
createReplication(createReplicationRequest) {
|
|
910
910
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -969,7 +969,7 @@ class FileStorageClient {
|
|
|
969
969
|
* @param CreateSnapshotRequest
|
|
970
970
|
* @return CreateSnapshotResponse
|
|
971
971
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
973
973
|
*/
|
|
974
974
|
createSnapshot(createSnapshotRequest) {
|
|
975
975
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1033,7 +1033,7 @@ class FileStorageClient {
|
|
|
1033
1033
|
* @param DeleteExportRequest
|
|
1034
1034
|
* @return DeleteExportResponse
|
|
1035
1035
|
* @throws OciError when an error occurs
|
|
1036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
1037
1037
|
*/
|
|
1038
1038
|
deleteExport(deleteExportRequest) {
|
|
1039
1039
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1091,7 +1091,7 @@ class FileStorageClient {
|
|
|
1091
1091
|
* @param DeleteFileSystemRequest
|
|
1092
1092
|
* @return DeleteFileSystemResponse
|
|
1093
1093
|
* @throws OciError when an error occurs
|
|
1094
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1094
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
1095
1095
|
*/
|
|
1096
1096
|
deleteFileSystem(deleteFileSystemRequest) {
|
|
1097
1097
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1147,7 +1147,7 @@ class FileStorageClient {
|
|
|
1147
1147
|
* @param DeleteFilesystemSnapshotPolicyRequest
|
|
1148
1148
|
* @return DeleteFilesystemSnapshotPolicyResponse
|
|
1149
1149
|
* @throws OciError when an error occurs
|
|
1150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
|
|
1151
1151
|
*/
|
|
1152
1152
|
deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest) {
|
|
1153
1153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1204,7 +1204,7 @@ class FileStorageClient {
|
|
|
1204
1204
|
* @param DeleteMountTargetRequest
|
|
1205
1205
|
* @return DeleteMountTargetResponse
|
|
1206
1206
|
* @throws OciError when an error occurs
|
|
1207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
1208
1208
|
*/
|
|
1209
1209
|
deleteMountTarget(deleteMountTargetRequest) {
|
|
1210
1210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1260,7 +1260,7 @@ class FileStorageClient {
|
|
|
1260
1260
|
* @param DeleteOutboundConnectorRequest
|
|
1261
1261
|
* @return DeleteOutboundConnectorResponse
|
|
1262
1262
|
* @throws OciError when an error occurs
|
|
1263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
|
|
1264
1264
|
*/
|
|
1265
1265
|
deleteOutboundConnector(deleteOutboundConnectorRequest) {
|
|
1266
1266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1316,7 +1316,7 @@ class FileStorageClient {
|
|
|
1316
1316
|
* @param DeleteReplicationRequest
|
|
1317
1317
|
* @return DeleteReplicationResponse
|
|
1318
1318
|
* @throws OciError when an error occurs
|
|
1319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
1320
1320
|
*/
|
|
1321
1321
|
deleteReplication(deleteReplicationRequest) {
|
|
1322
1322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1377,7 +1377,7 @@ class FileStorageClient {
|
|
|
1377
1377
|
* @param DeleteReplicationTargetRequest
|
|
1378
1378
|
* @return DeleteReplicationTargetResponse
|
|
1379
1379
|
* @throws OciError when an error occurs
|
|
1380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
1381
1381
|
*/
|
|
1382
1382
|
deleteReplicationTarget(deleteReplicationTargetRequest) {
|
|
1383
1383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1433,7 +1433,7 @@ class FileStorageClient {
|
|
|
1433
1433
|
* @param DeleteSnapshotRequest
|
|
1434
1434
|
* @return DeleteSnapshotResponse
|
|
1435
1435
|
* @throws OciError when an error occurs
|
|
1436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
1437
1437
|
*/
|
|
1438
1438
|
deleteSnapshot(deleteSnapshotRequest) {
|
|
1439
1439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1489,7 +1489,7 @@ class FileStorageClient {
|
|
|
1489
1489
|
* @param EstimateReplicationRequest
|
|
1490
1490
|
* @return EstimateReplicationResponse
|
|
1491
1491
|
* @throws OciError when an error occurs
|
|
1492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
1493
1493
|
*/
|
|
1494
1494
|
estimateReplication(estimateReplicationRequest) {
|
|
1495
1495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1555,7 +1555,7 @@ class FileStorageClient {
|
|
|
1555
1555
|
* @param GetExportRequest
|
|
1556
1556
|
* @return GetExportResponse
|
|
1557
1557
|
* @throws OciError when an error occurs
|
|
1558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
1559
1559
|
*/
|
|
1560
1560
|
getExport(getExportRequest) {
|
|
1561
1561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1618,7 +1618,7 @@ class FileStorageClient {
|
|
|
1618
1618
|
* @param GetExportSetRequest
|
|
1619
1619
|
* @return GetExportSetResponse
|
|
1620
1620
|
* @throws OciError when an error occurs
|
|
1621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
1622
1622
|
*/
|
|
1623
1623
|
getExportSet(getExportSetRequest) {
|
|
1624
1624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1681,7 +1681,7 @@ class FileStorageClient {
|
|
|
1681
1681
|
* @param GetFileSystemRequest
|
|
1682
1682
|
* @return GetFileSystemResponse
|
|
1683
1683
|
* @throws OciError when an error occurs
|
|
1684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
1685
1685
|
*/
|
|
1686
1686
|
getFileSystem(getFileSystemRequest) {
|
|
1687
1687
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1744,7 +1744,7 @@ class FileStorageClient {
|
|
|
1744
1744
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
1745
1745
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
1746
1746
|
* @throws OciError when an error occurs
|
|
1747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
1748
1748
|
*/
|
|
1749
1749
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest) {
|
|
1750
1750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1807,7 +1807,7 @@ class FileStorageClient {
|
|
|
1807
1807
|
* @param GetMountTargetRequest
|
|
1808
1808
|
* @return GetMountTargetResponse
|
|
1809
1809
|
* @throws OciError when an error occurs
|
|
1810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
1811
1811
|
*/
|
|
1812
1812
|
getMountTarget(getMountTargetRequest) {
|
|
1813
1813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1870,7 +1870,7 @@ class FileStorageClient {
|
|
|
1870
1870
|
* @param GetOutboundConnectorRequest
|
|
1871
1871
|
* @return GetOutboundConnectorResponse
|
|
1872
1872
|
* @throws OciError when an error occurs
|
|
1873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
1874
1874
|
*/
|
|
1875
1875
|
getOutboundConnector(getOutboundConnectorRequest) {
|
|
1876
1876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1933,7 +1933,7 @@ class FileStorageClient {
|
|
|
1933
1933
|
* @param GetReplicationRequest
|
|
1934
1934
|
* @return GetReplicationResponse
|
|
1935
1935
|
* @throws OciError when an error occurs
|
|
1936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
1937
1937
|
*/
|
|
1938
1938
|
getReplication(getReplicationRequest) {
|
|
1939
1939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1996,7 +1996,7 @@ class FileStorageClient {
|
|
|
1996
1996
|
* @param GetReplicationTargetRequest
|
|
1997
1997
|
* @return GetReplicationTargetResponse
|
|
1998
1998
|
* @throws OciError when an error occurs
|
|
1999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
2000
2000
|
*/
|
|
2001
2001
|
getReplicationTarget(getReplicationTargetRequest) {
|
|
2002
2002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2059,7 +2059,7 @@ class FileStorageClient {
|
|
|
2059
2059
|
* @param GetSnapshotRequest
|
|
2060
2060
|
* @return GetSnapshotResponse
|
|
2061
2061
|
* @throws OciError when an error occurs
|
|
2062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
2063
2063
|
*/
|
|
2064
2064
|
getSnapshot(getSnapshotRequest) {
|
|
2065
2065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2123,7 +2123,7 @@ class FileStorageClient {
|
|
|
2123
2123
|
* @param ListExportSetsRequest
|
|
2124
2124
|
* @return ListExportSetsResponse
|
|
2125
2125
|
* @throws OciError when an error occurs
|
|
2126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
2127
2127
|
*/
|
|
2128
2128
|
listExportSets(listExportSetsRequest) {
|
|
2129
2129
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2237,7 +2237,7 @@ class FileStorageClient {
|
|
|
2237
2237
|
* @param ListExportsRequest
|
|
2238
2238
|
* @return ListExportsResponse
|
|
2239
2239
|
* @throws OciError when an error occurs
|
|
2240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
2241
2241
|
*/
|
|
2242
2242
|
listExports(listExportsRequest) {
|
|
2243
2243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2350,7 +2350,7 @@ class FileStorageClient {
|
|
|
2350
2350
|
* @param ListFileSystemsRequest
|
|
2351
2351
|
* @return ListFileSystemsResponse
|
|
2352
2352
|
* @throws OciError when an error occurs
|
|
2353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
2354
2354
|
*/
|
|
2355
2355
|
listFileSystems(listFileSystemsRequest) {
|
|
2356
2356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2465,7 +2465,7 @@ class FileStorageClient {
|
|
|
2465
2465
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
2466
2466
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
2467
2467
|
* @throws OciError when an error occurs
|
|
2468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
2469
2469
|
*/
|
|
2470
2470
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest) {
|
|
2471
2471
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2577,7 +2577,7 @@ class FileStorageClient {
|
|
|
2577
2577
|
* @param ListMountTargetsRequest
|
|
2578
2578
|
* @return ListMountTargetsResponse
|
|
2579
2579
|
* @throws OciError when an error occurs
|
|
2580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
2581
2581
|
*/
|
|
2582
2582
|
listMountTargets(listMountTargetsRequest) {
|
|
2583
2583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2690,7 +2690,7 @@ class FileStorageClient {
|
|
|
2690
2690
|
* @param ListOutboundConnectorsRequest
|
|
2691
2691
|
* @return ListOutboundConnectorsResponse
|
|
2692
2692
|
* @throws OciError when an error occurs
|
|
2693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
2694
2694
|
*/
|
|
2695
2695
|
listOutboundConnectors(listOutboundConnectorsRequest) {
|
|
2696
2696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2802,7 +2802,7 @@ class FileStorageClient {
|
|
|
2802
2802
|
* @param ListReplicationTargetsRequest
|
|
2803
2803
|
* @return ListReplicationTargetsResponse
|
|
2804
2804
|
* @throws OciError when an error occurs
|
|
2805
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
2806
2806
|
*/
|
|
2807
2807
|
listReplicationTargets(listReplicationTargetsRequest) {
|
|
2808
2808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2914,7 +2914,7 @@ class FileStorageClient {
|
|
|
2914
2914
|
* @param ListReplicationsRequest
|
|
2915
2915
|
* @return ListReplicationsResponse
|
|
2916
2916
|
* @throws OciError when an error occurs
|
|
2917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
2918
2918
|
*/
|
|
2919
2919
|
listReplications(listReplicationsRequest) {
|
|
2920
2920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3033,7 +3033,7 @@ class FileStorageClient {
|
|
|
3033
3033
|
* @param ListSnapshotsRequest
|
|
3034
3034
|
* @return ListSnapshotsResponse
|
|
3035
3035
|
* @throws OciError when an error occurs
|
|
3036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
3037
3037
|
*/
|
|
3038
3038
|
listSnapshots(listSnapshotsRequest) {
|
|
3039
3039
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3149,7 +3149,7 @@ class FileStorageClient {
|
|
|
3149
3149
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
3150
3150
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
3151
3151
|
* @throws OciError when an error occurs
|
|
3152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
3153
3153
|
*/
|
|
3154
3154
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest) {
|
|
3155
3155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3218,7 +3218,7 @@ class FileStorageClient {
|
|
|
3218
3218
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
3219
3219
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
3220
3220
|
* @throws OciError when an error occurs
|
|
3221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
3222
3222
|
*/
|
|
3223
3223
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest) {
|
|
3224
3224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3282,7 +3282,7 @@ class FileStorageClient {
|
|
|
3282
3282
|
* @param UpdateExportRequest
|
|
3283
3283
|
* @return UpdateExportResponse
|
|
3284
3284
|
* @throws OciError when an error occurs
|
|
3285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
3286
3286
|
*/
|
|
3287
3287
|
updateExport(updateExportRequest) {
|
|
3288
3288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3347,7 +3347,7 @@ class FileStorageClient {
|
|
|
3347
3347
|
* @param UpdateExportSetRequest
|
|
3348
3348
|
* @return UpdateExportSetResponse
|
|
3349
3349
|
* @throws OciError when an error occurs
|
|
3350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
3351
3351
|
*/
|
|
3352
3352
|
updateExportSet(updateExportSetRequest) {
|
|
3353
3353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3414,7 +3414,7 @@ class FileStorageClient {
|
|
|
3414
3414
|
* @param UpdateFileSystemRequest
|
|
3415
3415
|
* @return UpdateFileSystemResponse
|
|
3416
3416
|
* @throws OciError when an error occurs
|
|
3417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
3418
3418
|
*/
|
|
3419
3419
|
updateFileSystem(updateFileSystemRequest) {
|
|
3420
3420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3479,7 +3479,7 @@ class FileStorageClient {
|
|
|
3479
3479
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
3480
3480
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
3481
3481
|
* @throws OciError when an error occurs
|
|
3482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
3483
3483
|
*/
|
|
3484
3484
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest) {
|
|
3485
3485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3544,7 +3544,7 @@ class FileStorageClient {
|
|
|
3544
3544
|
* @param UpdateMountTargetRequest
|
|
3545
3545
|
* @return UpdateMountTargetResponse
|
|
3546
3546
|
* @throws OciError when an error occurs
|
|
3547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
3548
3548
|
*/
|
|
3549
3549
|
updateMountTarget(updateMountTargetRequest) {
|
|
3550
3550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3609,7 +3609,7 @@ class FileStorageClient {
|
|
|
3609
3609
|
* @param UpdateOutboundConnectorRequest
|
|
3610
3610
|
* @return UpdateOutboundConnectorResponse
|
|
3611
3611
|
* @throws OciError when an error occurs
|
|
3612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
3613
3613
|
*/
|
|
3614
3614
|
updateOutboundConnector(updateOutboundConnectorRequest) {
|
|
3615
3615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3675,7 +3675,7 @@ class FileStorageClient {
|
|
|
3675
3675
|
* @param UpdateReplicationRequest
|
|
3676
3676
|
* @return UpdateReplicationResponse
|
|
3677
3677
|
* @throws OciError when an error occurs
|
|
3678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
3679
3679
|
*/
|
|
3680
3680
|
updateReplication(updateReplicationRequest) {
|
|
3681
3681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3740,7 +3740,7 @@ class FileStorageClient {
|
|
|
3740
3740
|
* @param UpdateSnapshotRequest
|
|
3741
3741
|
* @return UpdateSnapshotResponse
|
|
3742
3742
|
* @throws OciError when an error occurs
|
|
3743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
3744
3744
|
*/
|
|
3745
3745
|
updateSnapshot(updateSnapshotRequest) {
|
|
3746
3746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3808,7 +3808,7 @@ class FileStorageClient {
|
|
|
3808
3808
|
* @param ValidateKeyTabsRequest
|
|
3809
3809
|
* @return ValidateKeyTabsResponse
|
|
3810
3810
|
* @throws OciError when an error occurs
|
|
3811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
3812
3812
|
*/
|
|
3813
3813
|
validateKeyTabs(validateKeyTabsRequest) {
|
|
3814
3814
|
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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.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.73.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMountTargetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|