oci-filestorage 2.65.0 → 2.67.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
|
@@ -183,7 +183,7 @@ class FileStorageClient {
|
|
|
183
183
|
* @param ChangeFileSystemCompartmentRequest
|
|
184
184
|
* @return ChangeFileSystemCompartmentResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
187
187
|
*/
|
|
188
188
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
|
|
189
189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -240,7 +240,7 @@ class FileStorageClient {
|
|
|
240
240
|
* @param ChangeFilesystemSnapshotPolicyCompartmentRequest
|
|
241
241
|
* @return ChangeFilesystemSnapshotPolicyCompartmentResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
|
|
244
244
|
*/
|
|
245
245
|
changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest) {
|
|
246
246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -297,7 +297,7 @@ class FileStorageClient {
|
|
|
297
297
|
* @param ChangeMountTargetCompartmentRequest
|
|
298
298
|
* @return ChangeMountTargetCompartmentResponse
|
|
299
299
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
301
301
|
*/
|
|
302
302
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
|
|
303
303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -356,7 +356,7 @@ class FileStorageClient {
|
|
|
356
356
|
* @param ChangeOutboundConnectorCompartmentRequest
|
|
357
357
|
* @return ChangeOutboundConnectorCompartmentResponse
|
|
358
358
|
* @throws OciError when an error occurs
|
|
359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
|
|
360
360
|
*/
|
|
361
361
|
changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest) {
|
|
362
362
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -414,7 +414,7 @@ class FileStorageClient {
|
|
|
414
414
|
* @param ChangeReplicationCompartmentRequest
|
|
415
415
|
* @return ChangeReplicationCompartmentResponse
|
|
416
416
|
* @throws OciError when an error occurs
|
|
417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
|
|
418
418
|
*/
|
|
419
419
|
changeReplicationCompartment(changeReplicationCompartmentRequest) {
|
|
420
420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -472,7 +472,7 @@ class FileStorageClient {
|
|
|
472
472
|
* @param CreateExportRequest
|
|
473
473
|
* @return CreateExportResponse
|
|
474
474
|
* @throws OciError when an error occurs
|
|
475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
476
476
|
*/
|
|
477
477
|
createExport(createExportRequest) {
|
|
478
478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -564,7 +564,7 @@ class FileStorageClient {
|
|
|
564
564
|
* @param CreateFileSystemRequest
|
|
565
565
|
* @return CreateFileSystemResponse
|
|
566
566
|
* @throws OciError when an error occurs
|
|
567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
568
568
|
*/
|
|
569
569
|
createFileSystem(createFileSystemRequest) {
|
|
570
570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -632,7 +632,7 @@ class FileStorageClient {
|
|
|
632
632
|
* @param CreateFilesystemSnapshotPolicyRequest
|
|
633
633
|
* @return CreateFilesystemSnapshotPolicyResponse
|
|
634
634
|
* @throws OciError when an error occurs
|
|
635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
|
|
636
636
|
*/
|
|
637
637
|
createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest) {
|
|
638
638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -727,7 +727,7 @@ class FileStorageClient {
|
|
|
727
727
|
* @param CreateMountTargetRequest
|
|
728
728
|
* @return CreateMountTargetResponse
|
|
729
729
|
* @throws OciError when an error occurs
|
|
730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
731
731
|
*/
|
|
732
732
|
createMountTarget(createMountTargetRequest) {
|
|
733
733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -810,7 +810,7 @@ class FileStorageClient {
|
|
|
810
810
|
* @param CreateOutboundConnectorRequest
|
|
811
811
|
* @return CreateOutboundConnectorResponse
|
|
812
812
|
* @throws OciError when an error occurs
|
|
813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
|
|
814
814
|
*/
|
|
815
815
|
createOutboundConnector(createOutboundConnectorRequest) {
|
|
816
816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -900,7 +900,7 @@ class FileStorageClient {
|
|
|
900
900
|
* @param CreateReplicationRequest
|
|
901
901
|
* @return CreateReplicationResponse
|
|
902
902
|
* @throws OciError when an error occurs
|
|
903
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
|
|
904
904
|
*/
|
|
905
905
|
createReplication(createReplicationRequest) {
|
|
906
906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -965,7 +965,7 @@ class FileStorageClient {
|
|
|
965
965
|
* @param CreateSnapshotRequest
|
|
966
966
|
* @return CreateSnapshotResponse
|
|
967
967
|
* @throws OciError when an error occurs
|
|
968
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
969
969
|
*/
|
|
970
970
|
createSnapshot(createSnapshotRequest) {
|
|
971
971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1029,7 +1029,7 @@ class FileStorageClient {
|
|
|
1029
1029
|
* @param DeleteExportRequest
|
|
1030
1030
|
* @return DeleteExportResponse
|
|
1031
1031
|
* @throws OciError when an error occurs
|
|
1032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
1033
1033
|
*/
|
|
1034
1034
|
deleteExport(deleteExportRequest) {
|
|
1035
1035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1087,7 +1087,7 @@ class FileStorageClient {
|
|
|
1087
1087
|
* @param DeleteFileSystemRequest
|
|
1088
1088
|
* @return DeleteFileSystemResponse
|
|
1089
1089
|
* @throws OciError when an error occurs
|
|
1090
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1090
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
1091
1091
|
*/
|
|
1092
1092
|
deleteFileSystem(deleteFileSystemRequest) {
|
|
1093
1093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1143,7 +1143,7 @@ class FileStorageClient {
|
|
|
1143
1143
|
* @param DeleteFilesystemSnapshotPolicyRequest
|
|
1144
1144
|
* @return DeleteFilesystemSnapshotPolicyResponse
|
|
1145
1145
|
* @throws OciError when an error occurs
|
|
1146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
|
|
1147
1147
|
*/
|
|
1148
1148
|
deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest) {
|
|
1149
1149
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1200,7 +1200,7 @@ class FileStorageClient {
|
|
|
1200
1200
|
* @param DeleteMountTargetRequest
|
|
1201
1201
|
* @return DeleteMountTargetResponse
|
|
1202
1202
|
* @throws OciError when an error occurs
|
|
1203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
1204
1204
|
*/
|
|
1205
1205
|
deleteMountTarget(deleteMountTargetRequest) {
|
|
1206
1206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1256,7 +1256,7 @@ class FileStorageClient {
|
|
|
1256
1256
|
* @param DeleteOutboundConnectorRequest
|
|
1257
1257
|
* @return DeleteOutboundConnectorResponse
|
|
1258
1258
|
* @throws OciError when an error occurs
|
|
1259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
|
|
1260
1260
|
*/
|
|
1261
1261
|
deleteOutboundConnector(deleteOutboundConnectorRequest) {
|
|
1262
1262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1312,7 +1312,7 @@ class FileStorageClient {
|
|
|
1312
1312
|
* @param DeleteReplicationRequest
|
|
1313
1313
|
* @return DeleteReplicationResponse
|
|
1314
1314
|
* @throws OciError when an error occurs
|
|
1315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
1316
1316
|
*/
|
|
1317
1317
|
deleteReplication(deleteReplicationRequest) {
|
|
1318
1318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1373,7 +1373,7 @@ class FileStorageClient {
|
|
|
1373
1373
|
* @param DeleteReplicationTargetRequest
|
|
1374
1374
|
* @return DeleteReplicationTargetResponse
|
|
1375
1375
|
* @throws OciError when an error occurs
|
|
1376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
1377
1377
|
*/
|
|
1378
1378
|
deleteReplicationTarget(deleteReplicationTargetRequest) {
|
|
1379
1379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1429,7 +1429,7 @@ class FileStorageClient {
|
|
|
1429
1429
|
* @param DeleteSnapshotRequest
|
|
1430
1430
|
* @return DeleteSnapshotResponse
|
|
1431
1431
|
* @throws OciError when an error occurs
|
|
1432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
1433
1433
|
*/
|
|
1434
1434
|
deleteSnapshot(deleteSnapshotRequest) {
|
|
1435
1435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1485,7 +1485,7 @@ class FileStorageClient {
|
|
|
1485
1485
|
* @param EstimateReplicationRequest
|
|
1486
1486
|
* @return EstimateReplicationResponse
|
|
1487
1487
|
* @throws OciError when an error occurs
|
|
1488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
1489
1489
|
*/
|
|
1490
1490
|
estimateReplication(estimateReplicationRequest) {
|
|
1491
1491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1551,7 +1551,7 @@ class FileStorageClient {
|
|
|
1551
1551
|
* @param GetExportRequest
|
|
1552
1552
|
* @return GetExportResponse
|
|
1553
1553
|
* @throws OciError when an error occurs
|
|
1554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
1555
1555
|
*/
|
|
1556
1556
|
getExport(getExportRequest) {
|
|
1557
1557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1614,7 +1614,7 @@ class FileStorageClient {
|
|
|
1614
1614
|
* @param GetExportSetRequest
|
|
1615
1615
|
* @return GetExportSetResponse
|
|
1616
1616
|
* @throws OciError when an error occurs
|
|
1617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
1618
1618
|
*/
|
|
1619
1619
|
getExportSet(getExportSetRequest) {
|
|
1620
1620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1677,7 +1677,7 @@ class FileStorageClient {
|
|
|
1677
1677
|
* @param GetFileSystemRequest
|
|
1678
1678
|
* @return GetFileSystemResponse
|
|
1679
1679
|
* @throws OciError when an error occurs
|
|
1680
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
1681
1681
|
*/
|
|
1682
1682
|
getFileSystem(getFileSystemRequest) {
|
|
1683
1683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1740,7 +1740,7 @@ class FileStorageClient {
|
|
|
1740
1740
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
1741
1741
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
1742
1742
|
* @throws OciError when an error occurs
|
|
1743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
1744
1744
|
*/
|
|
1745
1745
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest) {
|
|
1746
1746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1803,7 +1803,7 @@ class FileStorageClient {
|
|
|
1803
1803
|
* @param GetMountTargetRequest
|
|
1804
1804
|
* @return GetMountTargetResponse
|
|
1805
1805
|
* @throws OciError when an error occurs
|
|
1806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
1807
1807
|
*/
|
|
1808
1808
|
getMountTarget(getMountTargetRequest) {
|
|
1809
1809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1866,7 +1866,7 @@ class FileStorageClient {
|
|
|
1866
1866
|
* @param GetOutboundConnectorRequest
|
|
1867
1867
|
* @return GetOutboundConnectorResponse
|
|
1868
1868
|
* @throws OciError when an error occurs
|
|
1869
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
1870
1870
|
*/
|
|
1871
1871
|
getOutboundConnector(getOutboundConnectorRequest) {
|
|
1872
1872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1929,7 +1929,7 @@ class FileStorageClient {
|
|
|
1929
1929
|
* @param GetReplicationRequest
|
|
1930
1930
|
* @return GetReplicationResponse
|
|
1931
1931
|
* @throws OciError when an error occurs
|
|
1932
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
1933
1933
|
*/
|
|
1934
1934
|
getReplication(getReplicationRequest) {
|
|
1935
1935
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1992,7 +1992,7 @@ class FileStorageClient {
|
|
|
1992
1992
|
* @param GetReplicationTargetRequest
|
|
1993
1993
|
* @return GetReplicationTargetResponse
|
|
1994
1994
|
* @throws OciError when an error occurs
|
|
1995
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1995
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
1996
1996
|
*/
|
|
1997
1997
|
getReplicationTarget(getReplicationTargetRequest) {
|
|
1998
1998
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2055,7 +2055,7 @@ class FileStorageClient {
|
|
|
2055
2055
|
* @param GetSnapshotRequest
|
|
2056
2056
|
* @return GetSnapshotResponse
|
|
2057
2057
|
* @throws OciError when an error occurs
|
|
2058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2058
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
2059
2059
|
*/
|
|
2060
2060
|
getSnapshot(getSnapshotRequest) {
|
|
2061
2061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2119,7 +2119,7 @@ class FileStorageClient {
|
|
|
2119
2119
|
* @param ListExportSetsRequest
|
|
2120
2120
|
* @return ListExportSetsResponse
|
|
2121
2121
|
* @throws OciError when an error occurs
|
|
2122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
2123
2123
|
*/
|
|
2124
2124
|
listExportSets(listExportSetsRequest) {
|
|
2125
2125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2233,7 +2233,7 @@ class FileStorageClient {
|
|
|
2233
2233
|
* @param ListExportsRequest
|
|
2234
2234
|
* @return ListExportsResponse
|
|
2235
2235
|
* @throws OciError when an error occurs
|
|
2236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
2237
2237
|
*/
|
|
2238
2238
|
listExports(listExportsRequest) {
|
|
2239
2239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2346,7 +2346,7 @@ class FileStorageClient {
|
|
|
2346
2346
|
* @param ListFileSystemsRequest
|
|
2347
2347
|
* @return ListFileSystemsResponse
|
|
2348
2348
|
* @throws OciError when an error occurs
|
|
2349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
2350
2350
|
*/
|
|
2351
2351
|
listFileSystems(listFileSystemsRequest) {
|
|
2352
2352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2461,7 +2461,7 @@ class FileStorageClient {
|
|
|
2461
2461
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
2462
2462
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
2463
2463
|
* @throws OciError when an error occurs
|
|
2464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
2465
2465
|
*/
|
|
2466
2466
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest) {
|
|
2467
2467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2573,7 +2573,7 @@ class FileStorageClient {
|
|
|
2573
2573
|
* @param ListMountTargetsRequest
|
|
2574
2574
|
* @return ListMountTargetsResponse
|
|
2575
2575
|
* @throws OciError when an error occurs
|
|
2576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
2577
2577
|
*/
|
|
2578
2578
|
listMountTargets(listMountTargetsRequest) {
|
|
2579
2579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2686,7 +2686,7 @@ class FileStorageClient {
|
|
|
2686
2686
|
* @param ListOutboundConnectorsRequest
|
|
2687
2687
|
* @return ListOutboundConnectorsResponse
|
|
2688
2688
|
* @throws OciError when an error occurs
|
|
2689
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
2690
2690
|
*/
|
|
2691
2691
|
listOutboundConnectors(listOutboundConnectorsRequest) {
|
|
2692
2692
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2798,7 +2798,7 @@ class FileStorageClient {
|
|
|
2798
2798
|
* @param ListReplicationTargetsRequest
|
|
2799
2799
|
* @return ListReplicationTargetsResponse
|
|
2800
2800
|
* @throws OciError when an error occurs
|
|
2801
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
2802
2802
|
*/
|
|
2803
2803
|
listReplicationTargets(listReplicationTargetsRequest) {
|
|
2804
2804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2910,7 +2910,7 @@ class FileStorageClient {
|
|
|
2910
2910
|
* @param ListReplicationsRequest
|
|
2911
2911
|
* @return ListReplicationsResponse
|
|
2912
2912
|
* @throws OciError when an error occurs
|
|
2913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
2914
2914
|
*/
|
|
2915
2915
|
listReplications(listReplicationsRequest) {
|
|
2916
2916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3029,7 +3029,7 @@ class FileStorageClient {
|
|
|
3029
3029
|
* @param ListSnapshotsRequest
|
|
3030
3030
|
* @return ListSnapshotsResponse
|
|
3031
3031
|
* @throws OciError when an error occurs
|
|
3032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
3033
3033
|
*/
|
|
3034
3034
|
listSnapshots(listSnapshotsRequest) {
|
|
3035
3035
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3145,7 +3145,7 @@ class FileStorageClient {
|
|
|
3145
3145
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
3146
3146
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
3147
3147
|
* @throws OciError when an error occurs
|
|
3148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
3149
3149
|
*/
|
|
3150
3150
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest) {
|
|
3151
3151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3214,7 +3214,7 @@ class FileStorageClient {
|
|
|
3214
3214
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
3215
3215
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
3216
3216
|
* @throws OciError when an error occurs
|
|
3217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
3218
3218
|
*/
|
|
3219
3219
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest) {
|
|
3220
3220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3278,7 +3278,7 @@ class FileStorageClient {
|
|
|
3278
3278
|
* @param UpdateExportRequest
|
|
3279
3279
|
* @return UpdateExportResponse
|
|
3280
3280
|
* @throws OciError when an error occurs
|
|
3281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
3282
3282
|
*/
|
|
3283
3283
|
updateExport(updateExportRequest) {
|
|
3284
3284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3343,7 +3343,7 @@ class FileStorageClient {
|
|
|
3343
3343
|
* @param UpdateExportSetRequest
|
|
3344
3344
|
* @return UpdateExportSetResponse
|
|
3345
3345
|
* @throws OciError when an error occurs
|
|
3346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
3347
3347
|
*/
|
|
3348
3348
|
updateExportSet(updateExportSetRequest) {
|
|
3349
3349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3410,7 +3410,7 @@ class FileStorageClient {
|
|
|
3410
3410
|
* @param UpdateFileSystemRequest
|
|
3411
3411
|
* @return UpdateFileSystemResponse
|
|
3412
3412
|
* @throws OciError when an error occurs
|
|
3413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
3414
3414
|
*/
|
|
3415
3415
|
updateFileSystem(updateFileSystemRequest) {
|
|
3416
3416
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3475,7 +3475,7 @@ class FileStorageClient {
|
|
|
3475
3475
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
3476
3476
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
3477
3477
|
* @throws OciError when an error occurs
|
|
3478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
3479
3479
|
*/
|
|
3480
3480
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest) {
|
|
3481
3481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3540,7 +3540,7 @@ class FileStorageClient {
|
|
|
3540
3540
|
* @param UpdateMountTargetRequest
|
|
3541
3541
|
* @return UpdateMountTargetResponse
|
|
3542
3542
|
* @throws OciError when an error occurs
|
|
3543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
3544
3544
|
*/
|
|
3545
3545
|
updateMountTarget(updateMountTargetRequest) {
|
|
3546
3546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3605,7 +3605,7 @@ class FileStorageClient {
|
|
|
3605
3605
|
* @param UpdateOutboundConnectorRequest
|
|
3606
3606
|
* @return UpdateOutboundConnectorResponse
|
|
3607
3607
|
* @throws OciError when an error occurs
|
|
3608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
3609
3609
|
*/
|
|
3610
3610
|
updateOutboundConnector(updateOutboundConnectorRequest) {
|
|
3611
3611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3671,7 +3671,7 @@ class FileStorageClient {
|
|
|
3671
3671
|
* @param UpdateReplicationRequest
|
|
3672
3672
|
* @return UpdateReplicationResponse
|
|
3673
3673
|
* @throws OciError when an error occurs
|
|
3674
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
3675
3675
|
*/
|
|
3676
3676
|
updateReplication(updateReplicationRequest) {
|
|
3677
3677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3736,7 +3736,7 @@ class FileStorageClient {
|
|
|
3736
3736
|
* @param UpdateSnapshotRequest
|
|
3737
3737
|
* @return UpdateSnapshotResponse
|
|
3738
3738
|
* @throws OciError when an error occurs
|
|
3739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
3740
3740
|
*/
|
|
3741
3741
|
updateSnapshot(updateSnapshotRequest) {
|
|
3742
3742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3804,7 +3804,7 @@ class FileStorageClient {
|
|
|
3804
3804
|
* @param ValidateKeyTabsRequest
|
|
3805
3805
|
* @return ValidateKeyTabsResponse
|
|
3806
3806
|
* @throws OciError when an error occurs
|
|
3807
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
3808
3808
|
*/
|
|
3809
3809
|
validateKeyTabs(validateKeyTabsRequest) {
|
|
3810
3810
|
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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTargetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteMountTargetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|