oci-filestorage 2.76.1 → 2.77.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.
Files changed (118) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  3. package/lib/model/client-options.d.ts +9 -9
  4. package/lib/model/create-export-details.d.ts +5 -5
  5. package/lib/model/create-file-system-details.d.ts +4 -4
  6. package/lib/model/create-filesystem-snapshot-policy-details.d.ts +7 -7
  7. package/lib/model/create-ldap-idmap-details.d.ts +2 -2
  8. package/lib/model/create-mount-target-details.d.ts +15 -15
  9. package/lib/model/create-outbound-connector-details.d.ts +4 -4
  10. package/lib/model/create-replication-details.d.ts +4 -4
  11. package/lib/model/create-snapshot-details.d.ts +3 -3
  12. package/lib/model/export-set-summary.d.ts +3 -3
  13. package/lib/model/export-set.d.ts +17 -17
  14. package/lib/model/export-summary.d.ts +2 -2
  15. package/lib/model/export.d.ts +11 -11
  16. package/lib/model/file-system-summary.d.ts +5 -5
  17. package/lib/model/file-system.d.ts +6 -6
  18. package/lib/model/filesystem-snapshot-policy-summary.d.ts +6 -6
  19. package/lib/model/filesystem-snapshot-policy.d.ts +6 -6
  20. package/lib/model/ldap-idmap.d.ts +2 -2
  21. package/lib/model/mount-target-summary.d.ts +5 -5
  22. package/lib/model/mount-target.d.ts +5 -5
  23. package/lib/model/outbound-connector-summary.d.ts +5 -5
  24. package/lib/model/outbound-connector.d.ts +5 -5
  25. package/lib/model/replication-summary.d.ts +9 -9
  26. package/lib/model/replication-target-summary.d.ts +6 -6
  27. package/lib/model/replication-target.d.ts +11 -11
  28. package/lib/model/replication.d.ts +8 -8
  29. package/lib/model/snapshot-schedule.d.ts +2 -2
  30. package/lib/model/snapshot-summary.d.ts +9 -9
  31. package/lib/model/snapshot.d.ts +9 -9
  32. package/lib/model/update-export-details.d.ts +1 -1
  33. package/lib/model/update-export-set-details.d.ts +15 -15
  34. package/lib/model/update-file-system-details.d.ts +3 -3
  35. package/lib/model/update-filesystem-snapshot-policy-details.d.ts +6 -6
  36. package/lib/model/update-ldap-idmap-details.d.ts +2 -2
  37. package/lib/model/update-mount-target-details.d.ts +3 -3
  38. package/lib/model/update-outbound-connector-details.d.ts +3 -3
  39. package/lib/model/update-replication-details.d.ts +4 -4
  40. package/lib/model/update-snapshot-details.d.ts +3 -3
  41. package/lib/request/change-file-system-compartment-request.d.ts +2 -2
  42. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +2 -2
  43. package/lib/request/change-mount-target-compartment-request.d.ts +2 -2
  44. package/lib/request/change-outbound-connector-compartment-request.d.ts +2 -2
  45. package/lib/request/change-replication-compartment-request.d.ts +2 -2
  46. package/lib/request/create-export-request.d.ts +1 -1
  47. package/lib/request/create-file-system-request.d.ts +1 -1
  48. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  49. package/lib/request/create-mount-target-request.d.ts +1 -1
  50. package/lib/request/create-outbound-connector-request.d.ts +1 -1
  51. package/lib/request/create-replication-request.d.ts +1 -1
  52. package/lib/request/create-snapshot-request.d.ts +1 -1
  53. package/lib/request/delete-export-request.d.ts +2 -2
  54. package/lib/request/delete-file-system-request.d.ts +2 -2
  55. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +2 -2
  56. package/lib/request/delete-mount-target-request.d.ts +2 -2
  57. package/lib/request/delete-outbound-connector-request.d.ts +2 -2
  58. package/lib/request/delete-replication-request.d.ts +5 -5
  59. package/lib/request/delete-replication-target-request.d.ts +2 -2
  60. package/lib/request/delete-snapshot-request.d.ts +2 -2
  61. package/lib/request/estimate-replication-request.d.ts +2 -2
  62. package/lib/request/get-export-request.d.ts +1 -1
  63. package/lib/request/get-export-set-request.d.ts +1 -1
  64. package/lib/request/get-file-system-request.d.ts +1 -1
  65. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  66. package/lib/request/get-mount-target-request.d.ts +1 -1
  67. package/lib/request/get-outbound-connector-request.d.ts +1 -1
  68. package/lib/request/get-replication-request.d.ts +1 -1
  69. package/lib/request/get-replication-target-request.d.ts +1 -1
  70. package/lib/request/get-snapshot-request.d.ts +1 -1
  71. package/lib/request/list-export-sets-request.d.ts +5 -5
  72. package/lib/request/list-exports-request.d.ts +3 -3
  73. package/lib/request/list-file-systems-request.d.ts +5 -5
  74. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +5 -5
  75. package/lib/request/list-mount-targets-request.d.ts +5 -5
  76. package/lib/request/list-outbound-connectors-request.d.ts +5 -5
  77. package/lib/request/list-replication-targets-request.d.ts +7 -7
  78. package/lib/request/list-replications-request.d.ts +5 -5
  79. package/lib/request/list-snapshots-request.d.ts +3 -3
  80. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +2 -2
  81. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +2 -2
  82. package/lib/request/update-export-request.d.ts +2 -2
  83. package/lib/request/update-export-set-request.d.ts +2 -2
  84. package/lib/request/update-file-system-request.d.ts +2 -2
  85. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +2 -2
  86. package/lib/request/update-mount-target-request.d.ts +2 -2
  87. package/lib/request/update-outbound-connector-request.d.ts +2 -2
  88. package/lib/request/update-replication-request.d.ts +2 -2
  89. package/lib/request/update-snapshot-request.d.ts +2 -2
  90. package/lib/request/validate-key-tabs-request.d.ts +1 -1
  91. package/lib/response/create-export-response.d.ts +1 -1
  92. package/lib/response/create-file-system-response.d.ts +1 -1
  93. package/lib/response/create-filesystem-snapshot-policy-response.d.ts +1 -1
  94. package/lib/response/create-mount-target-response.d.ts +1 -1
  95. package/lib/response/create-outbound-connector-response.d.ts +1 -1
  96. package/lib/response/create-replication-response.d.ts +1 -1
  97. package/lib/response/create-snapshot-response.d.ts +1 -1
  98. package/lib/response/estimate-replication-response.d.ts +1 -1
  99. package/lib/response/get-export-response.d.ts +1 -1
  100. package/lib/response/get-export-set-response.d.ts +1 -1
  101. package/lib/response/get-file-system-response.d.ts +1 -1
  102. package/lib/response/get-filesystem-snapshot-policy-response.d.ts +1 -1
  103. package/lib/response/get-mount-target-response.d.ts +1 -1
  104. package/lib/response/get-outbound-connector-response.d.ts +1 -1
  105. package/lib/response/get-replication-response.d.ts +1 -1
  106. package/lib/response/get-replication-target-response.d.ts +1 -1
  107. package/lib/response/get-snapshot-response.d.ts +1 -1
  108. package/lib/response/pause-filesystem-snapshot-policy-response.d.ts +1 -1
  109. package/lib/response/unpause-filesystem-snapshot-policy-response.d.ts +1 -1
  110. package/lib/response/update-export-response.d.ts +1 -1
  111. package/lib/response/update-export-set-response.d.ts +1 -1
  112. package/lib/response/update-file-system-response.d.ts +1 -1
  113. package/lib/response/update-filesystem-snapshot-policy-response.d.ts +1 -1
  114. package/lib/response/update-mount-target-response.d.ts +1 -1
  115. package/lib/response/update-outbound-connector-response.d.ts +1 -1
  116. package/lib/response/update-replication-response.d.ts +1 -1
  117. package/lib/response/update-snapshot-response.d.ts +1 -1
  118. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -191,7 +191,7 @@ class FileStorageClient {
191
191
  * @param ChangeFileSystemCompartmentRequest
192
192
  * @return ChangeFileSystemCompartmentResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
195
195
  */
196
196
  changeFileSystemCompartment(changeFileSystemCompartmentRequest) {
197
197
  return __awaiter(this, void 0, void 0, function* () {
@@ -248,7 +248,7 @@ class FileStorageClient {
248
248
  * @param ChangeFilesystemSnapshotPolicyCompartmentRequest
249
249
  * @return ChangeFilesystemSnapshotPolicyCompartmentResponse
250
250
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
252
252
  */
253
253
  changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest) {
254
254
  return __awaiter(this, void 0, void 0, function* () {
@@ -305,7 +305,7 @@ class FileStorageClient {
305
305
  * @param ChangeMountTargetCompartmentRequest
306
306
  * @return ChangeMountTargetCompartmentResponse
307
307
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
309
309
  */
310
310
  changeMountTargetCompartment(changeMountTargetCompartmentRequest) {
311
311
  return __awaiter(this, void 0, void 0, function* () {
@@ -364,7 +364,7 @@ class FileStorageClient {
364
364
  * @param ChangeOutboundConnectorCompartmentRequest
365
365
  * @return ChangeOutboundConnectorCompartmentResponse
366
366
  * @throws OciError when an error occurs
367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
368
368
  */
369
369
  changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest) {
370
370
  return __awaiter(this, void 0, void 0, function* () {
@@ -422,7 +422,7 @@ class FileStorageClient {
422
422
  * @param ChangeReplicationCompartmentRequest
423
423
  * @return ChangeReplicationCompartmentResponse
424
424
  * @throws OciError when an error occurs
425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
426
426
  */
427
427
  changeReplicationCompartment(changeReplicationCompartmentRequest) {
428
428
  return __awaiter(this, void 0, void 0, function* () {
@@ -480,7 +480,7 @@ class FileStorageClient {
480
480
  * @param CreateExportRequest
481
481
  * @return CreateExportResponse
482
482
  * @throws OciError when an error occurs
483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
484
484
  */
485
485
  createExport(createExportRequest) {
486
486
  return __awaiter(this, void 0, void 0, function* () {
@@ -572,7 +572,7 @@ class FileStorageClient {
572
572
  * @param CreateFileSystemRequest
573
573
  * @return CreateFileSystemResponse
574
574
  * @throws OciError when an error occurs
575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
576
576
  */
577
577
  createFileSystem(createFileSystemRequest) {
578
578
  return __awaiter(this, void 0, void 0, function* () {
@@ -640,7 +640,7 @@ class FileStorageClient {
640
640
  * @param CreateFilesystemSnapshotPolicyRequest
641
641
  * @return CreateFilesystemSnapshotPolicyResponse
642
642
  * @throws OciError when an error occurs
643
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
643
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
644
644
  */
645
645
  createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest) {
646
646
  return __awaiter(this, void 0, void 0, function* () {
@@ -735,7 +735,7 @@ class FileStorageClient {
735
735
  * @param CreateMountTargetRequest
736
736
  * @return CreateMountTargetResponse
737
737
  * @throws OciError when an error occurs
738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
738
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
739
739
  */
740
740
  createMountTarget(createMountTargetRequest) {
741
741
  return __awaiter(this, void 0, void 0, function* () {
@@ -818,7 +818,7 @@ class FileStorageClient {
818
818
  * @param CreateOutboundConnectorRequest
819
819
  * @return CreateOutboundConnectorResponse
820
820
  * @throws OciError when an error occurs
821
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
822
822
  */
823
823
  createOutboundConnector(createOutboundConnectorRequest) {
824
824
  return __awaiter(this, void 0, void 0, function* () {
@@ -908,7 +908,7 @@ class FileStorageClient {
908
908
  * @param CreateReplicationRequest
909
909
  * @return CreateReplicationResponse
910
910
  * @throws OciError when an error occurs
911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
912
912
  */
913
913
  createReplication(createReplicationRequest) {
914
914
  return __awaiter(this, void 0, void 0, function* () {
@@ -973,7 +973,7 @@ class FileStorageClient {
973
973
  * @param CreateSnapshotRequest
974
974
  * @return CreateSnapshotResponse
975
975
  * @throws OciError when an error occurs
976
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
976
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
977
977
  */
978
978
  createSnapshot(createSnapshotRequest) {
979
979
  return __awaiter(this, void 0, void 0, function* () {
@@ -1037,7 +1037,7 @@ class FileStorageClient {
1037
1037
  * @param DeleteExportRequest
1038
1038
  * @return DeleteExportResponse
1039
1039
  * @throws OciError when an error occurs
1040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
1040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
1041
1041
  */
1042
1042
  deleteExport(deleteExportRequest) {
1043
1043
  return __awaiter(this, void 0, void 0, function* () {
@@ -1095,7 +1095,7 @@ class FileStorageClient {
1095
1095
  * @param DeleteFileSystemRequest
1096
1096
  * @return DeleteFileSystemResponse
1097
1097
  * @throws OciError when an error occurs
1098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
1098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
1099
1099
  */
1100
1100
  deleteFileSystem(deleteFileSystemRequest) {
1101
1101
  return __awaiter(this, void 0, void 0, function* () {
@@ -1151,7 +1151,7 @@ class FileStorageClient {
1151
1151
  * @param DeleteFilesystemSnapshotPolicyRequest
1152
1152
  * @return DeleteFilesystemSnapshotPolicyResponse
1153
1153
  * @throws OciError when an error occurs
1154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
1154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
1155
1155
  */
1156
1156
  deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest) {
1157
1157
  return __awaiter(this, void 0, void 0, function* () {
@@ -1208,7 +1208,7 @@ class FileStorageClient {
1208
1208
  * @param DeleteMountTargetRequest
1209
1209
  * @return DeleteMountTargetResponse
1210
1210
  * @throws OciError when an error occurs
1211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
1211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
1212
1212
  */
1213
1213
  deleteMountTarget(deleteMountTargetRequest) {
1214
1214
  return __awaiter(this, void 0, void 0, function* () {
@@ -1264,7 +1264,7 @@ class FileStorageClient {
1264
1264
  * @param DeleteOutboundConnectorRequest
1265
1265
  * @return DeleteOutboundConnectorResponse
1266
1266
  * @throws OciError when an error occurs
1267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
1267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
1268
1268
  */
1269
1269
  deleteOutboundConnector(deleteOutboundConnectorRequest) {
1270
1270
  return __awaiter(this, void 0, void 0, function* () {
@@ -1320,7 +1320,7 @@ class FileStorageClient {
1320
1320
  * @param DeleteReplicationRequest
1321
1321
  * @return DeleteReplicationResponse
1322
1322
  * @throws OciError when an error occurs
1323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
1323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
1324
1324
  */
1325
1325
  deleteReplication(deleteReplicationRequest) {
1326
1326
  return __awaiter(this, void 0, void 0, function* () {
@@ -1381,7 +1381,7 @@ class FileStorageClient {
1381
1381
  * @param DeleteReplicationTargetRequest
1382
1382
  * @return DeleteReplicationTargetResponse
1383
1383
  * @throws OciError when an error occurs
1384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
1384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
1385
1385
  */
1386
1386
  deleteReplicationTarget(deleteReplicationTargetRequest) {
1387
1387
  return __awaiter(this, void 0, void 0, function* () {
@@ -1437,7 +1437,7 @@ class FileStorageClient {
1437
1437
  * @param DeleteSnapshotRequest
1438
1438
  * @return DeleteSnapshotResponse
1439
1439
  * @throws OciError when an error occurs
1440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
1440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
1441
1441
  */
1442
1442
  deleteSnapshot(deleteSnapshotRequest) {
1443
1443
  return __awaiter(this, void 0, void 0, function* () {
@@ -1493,7 +1493,7 @@ class FileStorageClient {
1493
1493
  * @param EstimateReplicationRequest
1494
1494
  * @return EstimateReplicationResponse
1495
1495
  * @throws OciError when an error occurs
1496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
1496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
1497
1497
  */
1498
1498
  estimateReplication(estimateReplicationRequest) {
1499
1499
  return __awaiter(this, void 0, void 0, function* () {
@@ -1559,7 +1559,7 @@ class FileStorageClient {
1559
1559
  * @param GetExportRequest
1560
1560
  * @return GetExportResponse
1561
1561
  * @throws OciError when an error occurs
1562
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
1562
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
1563
1563
  */
1564
1564
  getExport(getExportRequest) {
1565
1565
  return __awaiter(this, void 0, void 0, function* () {
@@ -1622,7 +1622,7 @@ class FileStorageClient {
1622
1622
  * @param GetExportSetRequest
1623
1623
  * @return GetExportSetResponse
1624
1624
  * @throws OciError when an error occurs
1625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
1625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
1626
1626
  */
1627
1627
  getExportSet(getExportSetRequest) {
1628
1628
  return __awaiter(this, void 0, void 0, function* () {
@@ -1685,7 +1685,7 @@ class FileStorageClient {
1685
1685
  * @param GetFileSystemRequest
1686
1686
  * @return GetFileSystemResponse
1687
1687
  * @throws OciError when an error occurs
1688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
1688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
1689
1689
  */
1690
1690
  getFileSystem(getFileSystemRequest) {
1691
1691
  return __awaiter(this, void 0, void 0, function* () {
@@ -1748,7 +1748,7 @@ class FileStorageClient {
1748
1748
  * @param GetFilesystemSnapshotPolicyRequest
1749
1749
  * @return GetFilesystemSnapshotPolicyResponse
1750
1750
  * @throws OciError when an error occurs
1751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
1751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
1752
1752
  */
1753
1753
  getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest) {
1754
1754
  return __awaiter(this, void 0, void 0, function* () {
@@ -1811,7 +1811,7 @@ class FileStorageClient {
1811
1811
  * @param GetMountTargetRequest
1812
1812
  * @return GetMountTargetResponse
1813
1813
  * @throws OciError when an error occurs
1814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
1814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
1815
1815
  */
1816
1816
  getMountTarget(getMountTargetRequest) {
1817
1817
  return __awaiter(this, void 0, void 0, function* () {
@@ -1874,7 +1874,7 @@ class FileStorageClient {
1874
1874
  * @param GetOutboundConnectorRequest
1875
1875
  * @return GetOutboundConnectorResponse
1876
1876
  * @throws OciError when an error occurs
1877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
1877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
1878
1878
  */
1879
1879
  getOutboundConnector(getOutboundConnectorRequest) {
1880
1880
  return __awaiter(this, void 0, void 0, function* () {
@@ -1937,7 +1937,7 @@ class FileStorageClient {
1937
1937
  * @param GetReplicationRequest
1938
1938
  * @return GetReplicationResponse
1939
1939
  * @throws OciError when an error occurs
1940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
1940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
1941
1941
  */
1942
1942
  getReplication(getReplicationRequest) {
1943
1943
  return __awaiter(this, void 0, void 0, function* () {
@@ -2000,7 +2000,7 @@ class FileStorageClient {
2000
2000
  * @param GetReplicationTargetRequest
2001
2001
  * @return GetReplicationTargetResponse
2002
2002
  * @throws OciError when an error occurs
2003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
2003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
2004
2004
  */
2005
2005
  getReplicationTarget(getReplicationTargetRequest) {
2006
2006
  return __awaiter(this, void 0, void 0, function* () {
@@ -2063,7 +2063,7 @@ class FileStorageClient {
2063
2063
  * @param GetSnapshotRequest
2064
2064
  * @return GetSnapshotResponse
2065
2065
  * @throws OciError when an error occurs
2066
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
2066
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
2067
2067
  */
2068
2068
  getSnapshot(getSnapshotRequest) {
2069
2069
  return __awaiter(this, void 0, void 0, function* () {
@@ -2127,7 +2127,7 @@ class FileStorageClient {
2127
2127
  * @param ListExportSetsRequest
2128
2128
  * @return ListExportSetsResponse
2129
2129
  * @throws OciError when an error occurs
2130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
2130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
2131
2131
  */
2132
2132
  listExportSets(listExportSetsRequest) {
2133
2133
  return __awaiter(this, void 0, void 0, function* () {
@@ -2241,7 +2241,7 @@ class FileStorageClient {
2241
2241
  * @param ListExportsRequest
2242
2242
  * @return ListExportsResponse
2243
2243
  * @throws OciError when an error occurs
2244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
2244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
2245
2245
  */
2246
2246
  listExports(listExportsRequest) {
2247
2247
  return __awaiter(this, void 0, void 0, function* () {
@@ -2354,7 +2354,7 @@ class FileStorageClient {
2354
2354
  * @param ListFileSystemsRequest
2355
2355
  * @return ListFileSystemsResponse
2356
2356
  * @throws OciError when an error occurs
2357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
2357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
2358
2358
  */
2359
2359
  listFileSystems(listFileSystemsRequest) {
2360
2360
  return __awaiter(this, void 0, void 0, function* () {
@@ -2469,7 +2469,7 @@ class FileStorageClient {
2469
2469
  * @param ListFilesystemSnapshotPoliciesRequest
2470
2470
  * @return ListFilesystemSnapshotPoliciesResponse
2471
2471
  * @throws OciError when an error occurs
2472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
2472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
2473
2473
  */
2474
2474
  listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest) {
2475
2475
  return __awaiter(this, void 0, void 0, function* () {
@@ -2581,7 +2581,7 @@ class FileStorageClient {
2581
2581
  * @param ListMountTargetsRequest
2582
2582
  * @return ListMountTargetsResponse
2583
2583
  * @throws OciError when an error occurs
2584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
2584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
2585
2585
  */
2586
2586
  listMountTargets(listMountTargetsRequest) {
2587
2587
  return __awaiter(this, void 0, void 0, function* () {
@@ -2694,7 +2694,7 @@ class FileStorageClient {
2694
2694
  * @param ListOutboundConnectorsRequest
2695
2695
  * @return ListOutboundConnectorsResponse
2696
2696
  * @throws OciError when an error occurs
2697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
2697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
2698
2698
  */
2699
2699
  listOutboundConnectors(listOutboundConnectorsRequest) {
2700
2700
  return __awaiter(this, void 0, void 0, function* () {
@@ -2806,7 +2806,7 @@ class FileStorageClient {
2806
2806
  * @param ListReplicationTargetsRequest
2807
2807
  * @return ListReplicationTargetsResponse
2808
2808
  * @throws OciError when an error occurs
2809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
2809
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
2810
2810
  */
2811
2811
  listReplicationTargets(listReplicationTargetsRequest) {
2812
2812
  return __awaiter(this, void 0, void 0, function* () {
@@ -2918,7 +2918,7 @@ class FileStorageClient {
2918
2918
  * @param ListReplicationsRequest
2919
2919
  * @return ListReplicationsResponse
2920
2920
  * @throws OciError when an error occurs
2921
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
2921
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
2922
2922
  */
2923
2923
  listReplications(listReplicationsRequest) {
2924
2924
  return __awaiter(this, void 0, void 0, function* () {
@@ -3037,7 +3037,7 @@ class FileStorageClient {
3037
3037
  * @param ListSnapshotsRequest
3038
3038
  * @return ListSnapshotsResponse
3039
3039
  * @throws OciError when an error occurs
3040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
3040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
3041
3041
  */
3042
3042
  listSnapshots(listSnapshotsRequest) {
3043
3043
  return __awaiter(this, void 0, void 0, function* () {
@@ -3153,7 +3153,7 @@ class FileStorageClient {
3153
3153
  * @param PauseFilesystemSnapshotPolicyRequest
3154
3154
  * @return PauseFilesystemSnapshotPolicyResponse
3155
3155
  * @throws OciError when an error occurs
3156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
3156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
3157
3157
  */
3158
3158
  pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest) {
3159
3159
  return __awaiter(this, void 0, void 0, function* () {
@@ -3222,7 +3222,7 @@ class FileStorageClient {
3222
3222
  * @param UnpauseFilesystemSnapshotPolicyRequest
3223
3223
  * @return UnpauseFilesystemSnapshotPolicyResponse
3224
3224
  * @throws OciError when an error occurs
3225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
3225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
3226
3226
  */
3227
3227
  unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest) {
3228
3228
  return __awaiter(this, void 0, void 0, function* () {
@@ -3286,7 +3286,7 @@ class FileStorageClient {
3286
3286
  * @param UpdateExportRequest
3287
3287
  * @return UpdateExportResponse
3288
3288
  * @throws OciError when an error occurs
3289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
3289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
3290
3290
  */
3291
3291
  updateExport(updateExportRequest) {
3292
3292
  return __awaiter(this, void 0, void 0, function* () {
@@ -3351,7 +3351,7 @@ class FileStorageClient {
3351
3351
  * @param UpdateExportSetRequest
3352
3352
  * @return UpdateExportSetResponse
3353
3353
  * @throws OciError when an error occurs
3354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
3354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
3355
3355
  */
3356
3356
  updateExportSet(updateExportSetRequest) {
3357
3357
  return __awaiter(this, void 0, void 0, function* () {
@@ -3418,7 +3418,7 @@ class FileStorageClient {
3418
3418
  * @param UpdateFileSystemRequest
3419
3419
  * @return UpdateFileSystemResponse
3420
3420
  * @throws OciError when an error occurs
3421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
3421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
3422
3422
  */
3423
3423
  updateFileSystem(updateFileSystemRequest) {
3424
3424
  return __awaiter(this, void 0, void 0, function* () {
@@ -3483,7 +3483,7 @@ class FileStorageClient {
3483
3483
  * @param UpdateFilesystemSnapshotPolicyRequest
3484
3484
  * @return UpdateFilesystemSnapshotPolicyResponse
3485
3485
  * @throws OciError when an error occurs
3486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
3486
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
3487
3487
  */
3488
3488
  updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest) {
3489
3489
  return __awaiter(this, void 0, void 0, function* () {
@@ -3548,7 +3548,7 @@ class FileStorageClient {
3548
3548
  * @param UpdateMountTargetRequest
3549
3549
  * @return UpdateMountTargetResponse
3550
3550
  * @throws OciError when an error occurs
3551
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
3551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
3552
3552
  */
3553
3553
  updateMountTarget(updateMountTargetRequest) {
3554
3554
  return __awaiter(this, void 0, void 0, function* () {
@@ -3613,7 +3613,7 @@ class FileStorageClient {
3613
3613
  * @param UpdateOutboundConnectorRequest
3614
3614
  * @return UpdateOutboundConnectorResponse
3615
3615
  * @throws OciError when an error occurs
3616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
3616
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
3617
3617
  */
3618
3618
  updateOutboundConnector(updateOutboundConnectorRequest) {
3619
3619
  return __awaiter(this, void 0, void 0, function* () {
@@ -3679,7 +3679,7 @@ class FileStorageClient {
3679
3679
  * @param UpdateReplicationRequest
3680
3680
  * @return UpdateReplicationResponse
3681
3681
  * @throws OciError when an error occurs
3682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
3682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
3683
3683
  */
3684
3684
  updateReplication(updateReplicationRequest) {
3685
3685
  return __awaiter(this, void 0, void 0, function* () {
@@ -3744,7 +3744,7 @@ class FileStorageClient {
3744
3744
  * @param UpdateSnapshotRequest
3745
3745
  * @return UpdateSnapshotResponse
3746
3746
  * @throws OciError when an error occurs
3747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
3747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
3748
3748
  */
3749
3749
  updateSnapshot(updateSnapshotRequest) {
3750
3750
  return __awaiter(this, void 0, void 0, function* () {
@@ -3812,7 +3812,7 @@ class FileStorageClient {
3812
3812
  * @param ValidateKeyTabsRequest
3813
3813
  * @return ValidateKeyTabsResponse
3814
3814
  * @throws OciError when an error occurs
3815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
3815
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
3816
3816
  */
3817
3817
  validateKeyTabs(validateKeyTabsRequest) {
3818
3818
  return __awaiter(this, void 0, void 0, function* () {
@@ -32,39 +32,39 @@ export interface ClientOptions {
32
32
  */
33
33
  "source": string;
34
34
  /**
35
- * If `true`, clients accessing the file system through this
35
+ * If {@code true}, clients accessing the file system through this
36
36
  * export must connect from a privileged source port. If
37
- * unspecified, defaults to `true`.
37
+ * unspecified, defaults to {@code true}.
38
38
  *
39
39
  */
40
40
  "requirePrivilegedSourcePort"?: boolean;
41
41
  /**
42
42
  * Type of access to grant clients using the file system
43
- * through this export. If unspecified defaults to `READ_WRITE`.
43
+ * through this export. If unspecified defaults to {@code READ_WRITE}.
44
44
  *
45
45
  */
46
46
  "access"?: ClientOptions.Access;
47
47
  /**
48
48
  * Used when clients accessing the file system through this export
49
49
  * have their UID and GID remapped to 'anonymousUid' and
50
- * 'anonymousGid'. If `ALL`, all users and groups are remapped;
51
- * if `ROOT`, only the root user and group (UID/GID 0) are
52
- * remapped; if `NONE`, no remapping is done. If unspecified,
53
- * defaults to `ROOT`.
50
+ * 'anonymousGid'. If {@code ALL}, all users and groups are remapped;
51
+ * if {@code ROOT}, only the root user and group (UID/GID 0) are
52
+ * remapped; if {@code NONE}, no remapping is done. If unspecified,
53
+ * defaults to {@code ROOT}.
54
54
  *
55
55
  */
56
56
  "identitySquash"?: ClientOptions.IdentitySquash;
57
57
  /**
58
58
  * UID value to remap to when squashing a client UID (see
59
59
  * identitySquash for more details.) If unspecified, defaults
60
- * to `65534`.
60
+ * to {@code 65534}.
61
61
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
62
62
  */
63
63
  "anonymousUid"?: number;
64
64
  /**
65
65
  * GID value to remap to when squashing a client GID (see
66
66
  * identitySquash for more details.) If unspecified defaults
67
- * to `65534`.
67
+ * to {@code 65534}.
68
68
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
69
69
  */
70
70
  "anonymousGid"?: number;
@@ -36,14 +36,14 @@ export interface CreateExportDetails {
36
36
  * <p>
37
37
  **Note:** Mount targets do not have Internet-routable IP
38
38
  * addresses. Therefore they will not be reachable from the
39
- * Internet, even if an associated `ClientOptions` item has
40
- * a source of `0.0.0.0/0`.
39
+ * Internet, even if an associated {@code ClientOptions} item has
40
+ * a source of {@code 0.0.0.0/0}.
41
41
  * <p>
42
42
  **If set to the empty array then the export will not be
43
43
  * visible to any clients.**
44
44
  * <p>
45
- The export's `exportOptions` can be changed after creation
46
- * using the `UpdateExport` operation.
45
+ The export's {@code exportOptions} can be changed after creation
46
+ * using the {@code UpdateExport} operation.
47
47
  *
48
48
  */
49
49
  "exportOptions"?: Array<model.ClientOptions>;
@@ -60,7 +60,7 @@ export interface CreateExportDetails {
60
60
  * <p>
61
61
  Avoid entering confidential information.
62
62
  * <p>
63
- Example: `/mediafiles`
63
+ Example: {@code /mediafiles}
64
64
  *
65
65
  */
66
66
  "path": string;
@@ -19,7 +19,7 @@ export interface CreateFileSystemDetails {
19
19
  /**
20
20
  * The availability domain to create the file system in.
21
21
  * <p>
22
- Example: `Uocm:PHX-AD-1`
22
+ Example: {@code Uocm:PHX-AD-1}
23
23
  *
24
24
  */
25
25
  "availabilityDomain": string;
@@ -31,7 +31,7 @@ export interface CreateFileSystemDetails {
31
31
  * A user-friendly name. It does not have to be unique, and it is changeable.
32
32
  * Avoid entering confidential information.
33
33
  * <p>
34
- Example: `My file system`
34
+ Example: {@code My file system}
35
35
  *
36
36
  */
37
37
  "displayName"?: string;
@@ -39,7 +39,7 @@ export interface CreateFileSystemDetails {
39
39
  * Free-form tags for this resource. Each tag is a simple key-value pair
40
40
  * with no predefined name, type, or namespace.
41
41
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
42
- * Example: `{\"Department\": \"Finance\"}`
42
+ * Example: {@code {\"Department\": \"Finance\"}}
43
43
  *
44
44
  */
45
45
  "freeformTags"?: {
@@ -48,7 +48,7 @@ export interface CreateFileSystemDetails {
48
48
  /**
49
49
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
50
50
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
51
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
51
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
52
52
  *
53
53
  */
54
54
  "definedTags"?: {
@@ -20,7 +20,7 @@ export interface CreateFilesystemSnapshotPolicyDetails {
20
20
  /**
21
21
  * The availability domain that the file system snapshot policy is in.
22
22
  * <p>
23
- Example: `Uocm:PHX-AD-1`
23
+ Example: {@code Uocm:PHX-AD-1}
24
24
  *
25
25
  */
26
26
  "availabilityDomain": string;
@@ -32,14 +32,14 @@ export interface CreateFilesystemSnapshotPolicyDetails {
32
32
  * A user-friendly name. It does not have to be unique, and it is changeable.
33
33
  * Avoid entering confidential information.
34
34
  * <p>
35
- Example: `policy1`
35
+ Example: {@code policy1}
36
36
  *
37
37
  */
38
38
  "displayName"?: string;
39
39
  /**
40
40
  * The prefix to apply to all snapshots created by this policy.
41
41
  * <p>
42
- Example: `acme`
42
+ Example: {@code acme}
43
43
  *
44
44
  */
45
45
  "policyPrefix"?: string;
@@ -48,9 +48,9 @@ export interface CreateFilesystemSnapshotPolicyDetails {
48
48
  * <p>
49
49
  If using the CLI, provide the schedule as a list of JSON strings, with the list wrapped in
50
50
  * quotation marks, i.e.
51
- * ```
51
+ * {@code
52
52
  * --schedules '[{\"timeZone\":\"UTC\",\"period\":\"DAILY\",\"hourOfDay\":18},{\"timeZone\":\"UTC\",\"period\":\"HOURLY\"}]'
53
- * ```
53
+ * }
54
54
  *
55
55
  */
56
56
  "schedules"?: Array<model.SnapshotSchedule>;
@@ -58,7 +58,7 @@ export interface CreateFilesystemSnapshotPolicyDetails {
58
58
  * Free-form tags for this resource. Each tag is a simple key-value pair
59
59
  * with no predefined name, type, or namespace.
60
60
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
61
- * Example: `{\"Department\": \"Finance\"}`
61
+ * Example: {@code {\"Department\": \"Finance\"}}
62
62
  *
63
63
  */
64
64
  "freeformTags"?: {
@@ -67,7 +67,7 @@ export interface CreateFilesystemSnapshotPolicyDetails {
67
67
  /**
68
68
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
69
69
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
70
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
70
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
71
71
  *
72
72
  */
73
73
  "definedTags"?: {
@@ -36,14 +36,14 @@ export interface CreateLdapIdmapDetails {
36
36
  /**
37
37
  * All LDAP searches are recursive starting at this user.
38
38
  * <p>
39
- Example: `CN=User,DC=domain,DC=com`
39
+ Example: {@code CN=User,DC=domain,DC=com}
40
40
  *
41
41
  */
42
42
  "userSearchBase"?: string;
43
43
  /**
44
44
  * All LDAP searches are recursive starting at this group.
45
45
  * <p>
46
- Example: `CN=Group,DC=domain,DC=com`
46
+ Example: {@code CN=Group,DC=domain,DC=com}
47
47
  *
48
48
  */
49
49
  "groupSearchBase"?: string;