@azure/arm-netapp 23.0.0 → 23.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1187) hide show
  1. package/README.md +1 -1
  2. package/dist/browser/api/accounts/index.d.ts +1 -1
  3. package/dist/browser/api/accounts/index.js.map +1 -1
  4. package/dist/browser/api/accounts/operations.js +27 -19
  5. package/dist/browser/api/accounts/operations.js.map +1 -1
  6. package/dist/browser/api/activeDirectoryConfigs/index.d.ts +3 -0
  7. package/dist/browser/api/activeDirectoryConfigs/index.js +4 -0
  8. package/dist/browser/api/activeDirectoryConfigs/index.js.map +1 -0
  9. package/dist/browser/api/activeDirectoryConfigs/operations.d.ts +36 -0
  10. package/dist/browser/api/activeDirectoryConfigs/operations.js +200 -0
  11. package/dist/browser/api/activeDirectoryConfigs/operations.js.map +1 -0
  12. package/dist/browser/api/activeDirectoryConfigs/options.d.ts +26 -0
  13. package/dist/browser/api/activeDirectoryConfigs/options.js +4 -0
  14. package/dist/browser/api/activeDirectoryConfigs/options.js.map +1 -0
  15. package/dist/browser/api/backupPolicies/index.d.ts +1 -1
  16. package/dist/browser/api/backupPolicies/index.js.map +1 -1
  17. package/dist/browser/api/backupPolicies/operations.js +13 -9
  18. package/dist/browser/api/backupPolicies/operations.js.map +1 -1
  19. package/dist/browser/api/backupVaults/index.d.ts +1 -1
  20. package/dist/browser/api/backupVaults/index.js.map +1 -1
  21. package/dist/browser/api/backupVaults/operations.js +13 -9
  22. package/dist/browser/api/backupVaults/operations.js.map +1 -1
  23. package/dist/browser/api/backups/index.d.ts +1 -1
  24. package/dist/browser/api/backups/index.js.map +1 -1
  25. package/dist/browser/api/backups/operations.js +15 -11
  26. package/dist/browser/api/backups/operations.js.map +1 -1
  27. package/dist/browser/api/backupsUnderAccount/index.d.ts +1 -1
  28. package/dist/browser/api/backupsUnderAccount/index.js.map +1 -1
  29. package/dist/browser/api/backupsUnderAccount/operations.js +2 -2
  30. package/dist/browser/api/backupsUnderAccount/operations.js.map +1 -1
  31. package/dist/browser/api/backupsUnderBackupVault/index.d.ts +1 -1
  32. package/dist/browser/api/backupsUnderBackupVault/index.js.map +1 -1
  33. package/dist/browser/api/backupsUnderBackupVault/operations.js +2 -2
  34. package/dist/browser/api/backupsUnderBackupVault/operations.js.map +1 -1
  35. package/dist/browser/api/backupsUnderVolume/index.d.ts +1 -1
  36. package/dist/browser/api/backupsUnderVolume/index.js.map +1 -1
  37. package/dist/browser/api/backupsUnderVolume/operations.js +2 -2
  38. package/dist/browser/api/backupsUnderVolume/operations.js.map +1 -1
  39. package/dist/browser/api/buckets/index.d.ts +3 -0
  40. package/dist/browser/api/buckets/index.js +4 -0
  41. package/dist/browser/api/buckets/index.js.map +1 -0
  42. package/dist/browser/api/buckets/operations.d.ts +44 -0
  43. package/dist/browser/api/buckets/operations.js +289 -0
  44. package/dist/browser/api/buckets/operations.js.map +1 -0
  45. package/dist/browser/api/buckets/options.d.ts +36 -0
  46. package/dist/browser/api/buckets/options.js +4 -0
  47. package/dist/browser/api/buckets/options.js.map +1 -0
  48. package/dist/browser/api/caches/index.d.ts +3 -0
  49. package/dist/browser/api/caches/index.js +4 -0
  50. package/dist/browser/api/caches/index.js.map +1 -0
  51. package/dist/browser/api/caches/operations.d.ts +44 -0
  52. package/dist/browser/api/caches/operations.js +283 -0
  53. package/dist/browser/api/caches/operations.js.map +1 -0
  54. package/dist/browser/api/caches/options.d.ts +36 -0
  55. package/dist/browser/api/caches/options.js +4 -0
  56. package/dist/browser/api/caches/options.js.map +1 -0
  57. package/dist/browser/api/elasticAccounts/index.d.ts +3 -0
  58. package/dist/browser/api/elasticAccounts/index.js +4 -0
  59. package/dist/browser/api/elasticAccounts/index.js.map +1 -0
  60. package/dist/browser/api/elasticAccounts/operations.d.ts +36 -0
  61. package/dist/browser/api/elasticAccounts/operations.js +200 -0
  62. package/dist/browser/api/elasticAccounts/operations.js.map +1 -0
  63. package/dist/browser/api/elasticAccounts/options.d.ts +26 -0
  64. package/dist/browser/api/elasticAccounts/options.js +4 -0
  65. package/dist/browser/api/elasticAccounts/options.js.map +1 -0
  66. package/dist/browser/api/elasticBackupPolicies/index.d.ts +3 -0
  67. package/dist/browser/api/elasticBackupPolicies/index.js +4 -0
  68. package/dist/browser/api/elasticBackupPolicies/index.js.map +1 -0
  69. package/dist/browser/api/elasticBackupPolicies/operations.d.ts +32 -0
  70. package/dist/browser/api/elasticBackupPolicies/operations.js +176 -0
  71. package/dist/browser/api/elasticBackupPolicies/operations.js.map +1 -0
  72. package/dist/browser/api/elasticBackupPolicies/options.d.ts +23 -0
  73. package/dist/browser/api/elasticBackupPolicies/options.js +4 -0
  74. package/dist/browser/api/elasticBackupPolicies/options.js.map +1 -0
  75. package/dist/browser/api/elasticBackupVaults/index.d.ts +3 -0
  76. package/dist/browser/api/elasticBackupVaults/index.js +4 -0
  77. package/dist/browser/api/elasticBackupVaults/index.js.map +1 -0
  78. package/dist/browser/api/elasticBackupVaults/operations.d.ts +32 -0
  79. package/dist/browser/api/elasticBackupVaults/operations.js +176 -0
  80. package/dist/browser/api/elasticBackupVaults/operations.js.map +1 -0
  81. package/dist/browser/api/elasticBackupVaults/options.d.ts +23 -0
  82. package/dist/browser/api/elasticBackupVaults/options.js +4 -0
  83. package/dist/browser/api/elasticBackupVaults/options.js.map +1 -0
  84. package/dist/browser/api/elasticBackups/index.d.ts +3 -0
  85. package/dist/browser/api/elasticBackups/index.js +4 -0
  86. package/dist/browser/api/elasticBackups/index.js.map +1 -0
  87. package/dist/browser/api/elasticBackups/operations.d.ts +32 -0
  88. package/dist/browser/api/elasticBackups/operations.js +181 -0
  89. package/dist/browser/api/elasticBackups/operations.js.map +1 -0
  90. package/dist/browser/api/elasticBackups/options.d.ts +23 -0
  91. package/dist/browser/api/elasticBackups/options.js +4 -0
  92. package/dist/browser/api/elasticBackups/options.js.map +1 -0
  93. package/dist/browser/api/elasticCapacityPools/index.d.ts +3 -0
  94. package/dist/browser/api/elasticCapacityPools/index.js +4 -0
  95. package/dist/browser/api/elasticCapacityPools/index.js.map +1 -0
  96. package/dist/browser/api/elasticCapacityPools/operations.d.ts +40 -0
  97. package/dist/browser/api/elasticCapacityPools/operations.js +247 -0
  98. package/dist/browser/api/elasticCapacityPools/operations.js.map +1 -0
  99. package/dist/browser/api/elasticCapacityPools/options.d.ts +31 -0
  100. package/dist/browser/api/elasticCapacityPools/options.js +4 -0
  101. package/dist/browser/api/elasticCapacityPools/options.js.map +1 -0
  102. package/dist/browser/api/elasticSnapshotPolicies/index.d.ts +3 -0
  103. package/dist/browser/api/elasticSnapshotPolicies/index.js +4 -0
  104. package/dist/browser/api/elasticSnapshotPolicies/index.js.map +1 -0
  105. package/dist/browser/api/elasticSnapshotPolicies/operations.d.ts +36 -0
  106. package/dist/browser/api/elasticSnapshotPolicies/operations.js +208 -0
  107. package/dist/browser/api/elasticSnapshotPolicies/operations.js.map +1 -0
  108. package/dist/browser/api/elasticSnapshotPolicies/options.d.ts +26 -0
  109. package/dist/browser/api/elasticSnapshotPolicies/options.js +4 -0
  110. package/dist/browser/api/elasticSnapshotPolicies/options.js.map +1 -0
  111. package/dist/browser/api/elasticSnapshots/index.d.ts +3 -0
  112. package/dist/browser/api/elasticSnapshots/index.js +4 -0
  113. package/dist/browser/api/elasticSnapshots/index.js.map +1 -0
  114. package/dist/browser/api/elasticSnapshots/operations.d.ts +28 -0
  115. package/dist/browser/api/elasticSnapshots/operations.js +148 -0
  116. package/dist/browser/api/elasticSnapshots/operations.js.map +1 -0
  117. package/dist/browser/api/elasticSnapshots/options.d.ts +18 -0
  118. package/dist/browser/api/elasticSnapshots/options.js +4 -0
  119. package/dist/browser/api/elasticSnapshots/options.js.map +1 -0
  120. package/dist/browser/api/elasticVolumes/index.d.ts +3 -0
  121. package/dist/browser/api/elasticVolumes/index.js +4 -0
  122. package/dist/browser/api/elasticVolumes/index.js.map +1 -0
  123. package/dist/browser/api/elasticVolumes/operations.d.ts +36 -0
  124. package/dist/browser/api/elasticVolumes/operations.js +218 -0
  125. package/dist/browser/api/elasticVolumes/operations.js.map +1 -0
  126. package/dist/browser/api/elasticVolumes/options.d.ts +28 -0
  127. package/dist/browser/api/elasticVolumes/options.js +4 -0
  128. package/dist/browser/api/elasticVolumes/options.js.map +1 -0
  129. package/dist/browser/api/index.d.ts +2 -1
  130. package/dist/browser/api/index.js +1 -1
  131. package/dist/browser/api/index.js.map +1 -1
  132. package/dist/browser/api/netAppManagementContext.js +1 -1
  133. package/dist/browser/api/netAppManagementContext.js.map +1 -1
  134. package/dist/browser/api/netAppResource/index.d.ts +1 -1
  135. package/dist/browser/api/netAppResource/index.js.map +1 -1
  136. package/dist/browser/api/netAppResource/operations.js +7 -7
  137. package/dist/browser/api/netAppResource/operations.js.map +1 -1
  138. package/dist/browser/api/netAppResourceQuotaLimits/index.d.ts +1 -1
  139. package/dist/browser/api/netAppResourceQuotaLimits/index.js.map +1 -1
  140. package/dist/browser/api/netAppResourceQuotaLimits/operations.js +7 -3
  141. package/dist/browser/api/netAppResourceQuotaLimits/operations.js.map +1 -1
  142. package/dist/browser/api/netAppResourceQuotaLimitsAccount/index.d.ts +1 -1
  143. package/dist/browser/api/netAppResourceQuotaLimitsAccount/index.js.map +1 -1
  144. package/dist/browser/api/netAppResourceQuotaLimitsAccount/operations.js +7 -3
  145. package/dist/browser/api/netAppResourceQuotaLimitsAccount/operations.js.map +1 -1
  146. package/dist/browser/api/netAppResourceRegionInfos/index.d.ts +1 -1
  147. package/dist/browser/api/netAppResourceRegionInfos/index.js.map +1 -1
  148. package/dist/browser/api/netAppResourceRegionInfos/operations.js +7 -3
  149. package/dist/browser/api/netAppResourceRegionInfos/operations.js.map +1 -1
  150. package/dist/browser/api/netAppResourceUsages/index.d.ts +1 -1
  151. package/dist/browser/api/netAppResourceUsages/index.js.map +1 -1
  152. package/dist/browser/api/netAppResourceUsages/operations.js +7 -3
  153. package/dist/browser/api/netAppResourceUsages/operations.js.map +1 -1
  154. package/dist/browser/api/operations/index.d.ts +1 -1
  155. package/dist/browser/api/operations/index.js.map +1 -1
  156. package/dist/browser/api/operations/operations.js +6 -2
  157. package/dist/browser/api/operations/operations.js.map +1 -1
  158. package/dist/browser/api/pools/index.d.ts +1 -1
  159. package/dist/browser/api/pools/index.js.map +1 -1
  160. package/dist/browser/api/pools/operations.js +13 -9
  161. package/dist/browser/api/pools/operations.js.map +1 -1
  162. package/dist/browser/api/ransomwareReports/index.d.ts +1 -1
  163. package/dist/browser/api/ransomwareReports/index.js.map +1 -1
  164. package/dist/browser/api/ransomwareReports/operations.js +9 -5
  165. package/dist/browser/api/ransomwareReports/operations.js.map +1 -1
  166. package/dist/browser/api/snapshotPolicies/index.d.ts +1 -1
  167. package/dist/browser/api/snapshotPolicies/index.js.map +1 -1
  168. package/dist/browser/api/snapshotPolicies/operations.js +13 -9
  169. package/dist/browser/api/snapshotPolicies/operations.js.map +1 -1
  170. package/dist/browser/api/snapshots/index.d.ts +1 -1
  171. package/dist/browser/api/snapshots/index.js.map +1 -1
  172. package/dist/browser/api/snapshots/operations.js +15 -11
  173. package/dist/browser/api/snapshots/operations.js.map +1 -1
  174. package/dist/browser/api/subvolumes/index.d.ts +1 -1
  175. package/dist/browser/api/subvolumes/index.js.map +1 -1
  176. package/dist/browser/api/subvolumes/operations.js +15 -11
  177. package/dist/browser/api/subvolumes/operations.js.map +1 -1
  178. package/dist/browser/api/volumeGroups/index.d.ts +1 -1
  179. package/dist/browser/api/volumeGroups/index.js.map +1 -1
  180. package/dist/browser/api/volumeGroups/operations.js +11 -7
  181. package/dist/browser/api/volumeGroups/operations.js.map +1 -1
  182. package/dist/browser/api/volumeQuotaRules/index.d.ts +1 -1
  183. package/dist/browser/api/volumeQuotaRules/index.js.map +1 -1
  184. package/dist/browser/api/volumeQuotaRules/operations.js +13 -9
  185. package/dist/browser/api/volumeQuotaRules/operations.js.map +1 -1
  186. package/dist/browser/api/volumes/index.d.ts +1 -1
  187. package/dist/browser/api/volumes/index.js.map +1 -1
  188. package/dist/browser/api/volumes/operations.js +62 -54
  189. package/dist/browser/api/volumes/operations.js.map +1 -1
  190. package/dist/browser/classic/activeDirectoryConfigs/index.d.ts +27 -0
  191. package/dist/browser/classic/activeDirectoryConfigs/index.js +19 -0
  192. package/dist/browser/classic/activeDirectoryConfigs/index.js.map +1 -0
  193. package/dist/browser/classic/buckets/index.d.ts +31 -0
  194. package/dist/browser/classic/buckets/index.js +21 -0
  195. package/dist/browser/classic/buckets/index.js.map +1 -0
  196. package/dist/browser/classic/caches/index.d.ts +31 -0
  197. package/dist/browser/classic/caches/index.js +21 -0
  198. package/dist/browser/classic/caches/index.js.map +1 -0
  199. package/dist/browser/classic/elasticAccounts/index.d.ts +27 -0
  200. package/dist/browser/classic/elasticAccounts/index.js +19 -0
  201. package/dist/browser/classic/elasticAccounts/index.js.map +1 -0
  202. package/dist/browser/classic/elasticBackupPolicies/index.d.ts +25 -0
  203. package/dist/browser/classic/elasticBackupPolicies/index.js +18 -0
  204. package/dist/browser/classic/elasticBackupPolicies/index.js.map +1 -0
  205. package/dist/browser/classic/elasticBackupVaults/index.d.ts +25 -0
  206. package/dist/browser/classic/elasticBackupVaults/index.js +18 -0
  207. package/dist/browser/classic/elasticBackupVaults/index.js.map +1 -0
  208. package/dist/browser/classic/elasticBackups/index.d.ts +25 -0
  209. package/dist/browser/classic/elasticBackups/index.js +18 -0
  210. package/dist/browser/classic/elasticBackups/index.js.map +1 -0
  211. package/dist/browser/classic/elasticCapacityPools/index.d.ts +29 -0
  212. package/dist/browser/classic/elasticCapacityPools/index.js +20 -0
  213. package/dist/browser/classic/elasticCapacityPools/index.js.map +1 -0
  214. package/dist/browser/classic/elasticSnapshotPolicies/index.d.ts +27 -0
  215. package/dist/browser/classic/elasticSnapshotPolicies/index.js +19 -0
  216. package/dist/browser/classic/elasticSnapshotPolicies/index.js.map +1 -0
  217. package/dist/browser/classic/elasticSnapshots/index.d.ts +23 -0
  218. package/dist/browser/classic/elasticSnapshots/index.js +17 -0
  219. package/dist/browser/classic/elasticSnapshots/index.js.map +1 -0
  220. package/dist/browser/classic/elasticVolumes/index.d.ts +27 -0
  221. package/dist/browser/classic/elasticVolumes/index.js +19 -0
  222. package/dist/browser/classic/elasticVolumes/index.js.map +1 -0
  223. package/dist/browser/classic/index.d.ts +32 -21
  224. package/dist/browser/classic/index.js.map +1 -1
  225. package/dist/browser/index.d.ts +44 -29
  226. package/dist/browser/index.js +1 -1
  227. package/dist/browser/index.js.map +1 -1
  228. package/dist/browser/models/index.d.ts +2 -1
  229. package/dist/browser/models/index.js +1 -1
  230. package/dist/browser/models/index.js.map +1 -1
  231. package/dist/browser/models/models.d.ts +2350 -210
  232. package/dist/browser/models/models.js +2334 -177
  233. package/dist/browser/models/models.js.map +1 -1
  234. package/dist/browser/netAppManagementClient.d.ts +34 -1
  235. package/dist/browser/netAppManagementClient.js +44 -0
  236. package/dist/browser/netAppManagementClient.js.map +1 -1
  237. package/dist/browser/restorePollerHelpers.js +109 -3
  238. package/dist/browser/restorePollerHelpers.js.map +1 -1
  239. package/dist/browser/static-helpers/urlTemplate.js +5 -5
  240. package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
  241. package/dist/commonjs/api/accounts/index.d.ts +1 -1
  242. package/dist/commonjs/api/accounts/index.js +45 -17
  243. package/dist/commonjs/api/accounts/index.js.map +7 -1
  244. package/dist/commonjs/api/accounts/operations.js +394 -297
  245. package/dist/commonjs/api/accounts/operations.js.map +7 -1
  246. package/dist/commonjs/api/accounts/options.js +15 -5
  247. package/dist/commonjs/api/accounts/options.js.map +7 -1
  248. package/dist/commonjs/api/activeDirectoryConfigs/index.d.ts +3 -0
  249. package/dist/commonjs/api/activeDirectoryConfigs/index.js +37 -0
  250. package/dist/commonjs/api/activeDirectoryConfigs/index.js.map +7 -0
  251. package/dist/commonjs/api/activeDirectoryConfigs/operations.d.ts +36 -0
  252. package/dist/commonjs/api/activeDirectoryConfigs/operations.js +282 -0
  253. package/dist/commonjs/api/activeDirectoryConfigs/operations.js.map +7 -0
  254. package/dist/commonjs/api/activeDirectoryConfigs/options.d.ts +26 -0
  255. package/dist/commonjs/api/activeDirectoryConfigs/options.js +15 -0
  256. package/dist/commonjs/api/activeDirectoryConfigs/options.js.map +7 -0
  257. package/dist/commonjs/api/backupPolicies/index.d.ts +1 -1
  258. package/dist/commonjs/api/backupPolicies/index.js +35 -12
  259. package/dist/commonjs/api/backupPolicies/index.js.map +7 -1
  260. package/dist/commonjs/api/backupPolicies/operations.js +213 -159
  261. package/dist/commonjs/api/backupPolicies/operations.js.map +7 -1
  262. package/dist/commonjs/api/backupPolicies/options.js +15 -5
  263. package/dist/commonjs/api/backupPolicies/options.js.map +7 -1
  264. package/dist/commonjs/api/backupVaults/index.d.ts +1 -1
  265. package/dist/commonjs/api/backupVaults/index.js +35 -12
  266. package/dist/commonjs/api/backupVaults/index.js.map +7 -1
  267. package/dist/commonjs/api/backupVaults/operations.js +213 -159
  268. package/dist/commonjs/api/backupVaults/operations.js.map +7 -1
  269. package/dist/commonjs/api/backupVaults/options.js +15 -5
  270. package/dist/commonjs/api/backupVaults/options.js.map +7 -1
  271. package/dist/commonjs/api/backups/index.d.ts +1 -1
  272. package/dist/commonjs/api/backups/index.js +39 -14
  273. package/dist/commonjs/api/backups/index.js.map +7 -1
  274. package/dist/commonjs/api/backups/operations.js +314 -219
  275. package/dist/commonjs/api/backups/operations.js.map +7 -1
  276. package/dist/commonjs/api/backups/options.js +15 -5
  277. package/dist/commonjs/api/backups/options.js.map +7 -1
  278. package/dist/commonjs/api/backupsUnderAccount/index.d.ts +1 -1
  279. package/dist/commonjs/api/backupsUnderAccount/index.js +27 -8
  280. package/dist/commonjs/api/backupsUnderAccount/index.js.map +7 -1
  281. package/dist/commonjs/api/backupsUnderAccount/operations.js +65 -40
  282. package/dist/commonjs/api/backupsUnderAccount/operations.js.map +7 -1
  283. package/dist/commonjs/api/backupsUnderAccount/options.js +15 -5
  284. package/dist/commonjs/api/backupsUnderAccount/options.js.map +7 -1
  285. package/dist/commonjs/api/backupsUnderBackupVault/index.d.ts +1 -1
  286. package/dist/commonjs/api/backupsUnderBackupVault/index.js +27 -8
  287. package/dist/commonjs/api/backupsUnderBackupVault/index.js.map +7 -1
  288. package/dist/commonjs/api/backupsUnderBackupVault/operations.js +75 -42
  289. package/dist/commonjs/api/backupsUnderBackupVault/operations.js.map +7 -1
  290. package/dist/commonjs/api/backupsUnderBackupVault/options.js +15 -5
  291. package/dist/commonjs/api/backupsUnderBackupVault/options.js.map +7 -1
  292. package/dist/commonjs/api/backupsUnderVolume/index.d.ts +1 -1
  293. package/dist/commonjs/api/backupsUnderVolume/index.js +27 -8
  294. package/dist/commonjs/api/backupsUnderVolume/index.js.map +7 -1
  295. package/dist/commonjs/api/backupsUnderVolume/operations.js +75 -42
  296. package/dist/commonjs/api/backupsUnderVolume/operations.js.map +7 -1
  297. package/dist/commonjs/api/backupsUnderVolume/options.js +15 -5
  298. package/dist/commonjs/api/backupsUnderVolume/options.js.map +7 -1
  299. package/dist/commonjs/api/buckets/index.d.ts +3 -0
  300. package/dist/commonjs/api/buckets/index.js +41 -0
  301. package/dist/commonjs/api/buckets/index.js.map +7 -0
  302. package/dist/commonjs/api/buckets/operations.d.ts +44 -0
  303. package/dist/commonjs/api/buckets/operations.js +443 -0
  304. package/dist/commonjs/api/buckets/operations.js.map +7 -0
  305. package/dist/commonjs/api/buckets/options.d.ts +36 -0
  306. package/dist/commonjs/api/buckets/options.js +15 -0
  307. package/dist/commonjs/api/buckets/options.js.map +7 -0
  308. package/dist/commonjs/api/caches/index.d.ts +3 -0
  309. package/dist/commonjs/api/caches/index.js +41 -0
  310. package/dist/commonjs/api/caches/index.js.map +7 -0
  311. package/dist/commonjs/api/caches/operations.d.ts +44 -0
  312. package/dist/commonjs/api/caches/operations.js +399 -0
  313. package/dist/commonjs/api/caches/operations.js.map +7 -0
  314. package/dist/commonjs/api/caches/options.d.ts +36 -0
  315. package/dist/commonjs/api/caches/options.js +15 -0
  316. package/dist/commonjs/api/caches/options.js.map +7 -0
  317. package/dist/commonjs/api/elasticAccounts/index.d.ts +3 -0
  318. package/dist/commonjs/api/elasticAccounts/index.js +37 -0
  319. package/dist/commonjs/api/elasticAccounts/index.js.map +7 -0
  320. package/dist/commonjs/api/elasticAccounts/operations.d.ts +36 -0
  321. package/dist/commonjs/api/elasticAccounts/operations.js +282 -0
  322. package/dist/commonjs/api/elasticAccounts/operations.js.map +7 -0
  323. package/dist/commonjs/api/elasticAccounts/options.d.ts +26 -0
  324. package/dist/commonjs/api/elasticAccounts/options.js +15 -0
  325. package/dist/commonjs/api/elasticAccounts/options.js.map +7 -0
  326. package/dist/commonjs/api/elasticBackupPolicies/index.d.ts +3 -0
  327. package/dist/commonjs/api/elasticBackupPolicies/index.js +35 -0
  328. package/dist/commonjs/api/elasticBackupPolicies/index.js.map +7 -0
  329. package/dist/commonjs/api/elasticBackupPolicies/operations.d.ts +32 -0
  330. package/dist/commonjs/api/elasticBackupPolicies/operations.js +243 -0
  331. package/dist/commonjs/api/elasticBackupPolicies/operations.js.map +7 -0
  332. package/dist/commonjs/api/elasticBackupPolicies/options.d.ts +23 -0
  333. package/dist/commonjs/api/elasticBackupPolicies/options.js +15 -0
  334. package/dist/commonjs/api/elasticBackupPolicies/options.js.map +7 -0
  335. package/dist/commonjs/api/elasticBackupVaults/index.d.ts +3 -0
  336. package/dist/commonjs/api/elasticBackupVaults/index.js +35 -0
  337. package/dist/commonjs/api/elasticBackupVaults/index.js.map +7 -0
  338. package/dist/commonjs/api/elasticBackupVaults/operations.d.ts +32 -0
  339. package/dist/commonjs/api/elasticBackupVaults/operations.js +243 -0
  340. package/dist/commonjs/api/elasticBackupVaults/operations.js.map +7 -0
  341. package/dist/commonjs/api/elasticBackupVaults/options.d.ts +23 -0
  342. package/dist/commonjs/api/elasticBackupVaults/options.js +15 -0
  343. package/dist/commonjs/api/elasticBackupVaults/options.js.map +7 -0
  344. package/dist/commonjs/api/elasticBackups/index.d.ts +3 -0
  345. package/dist/commonjs/api/elasticBackups/index.js +35 -0
  346. package/dist/commonjs/api/elasticBackups/index.js.map +7 -0
  347. package/dist/commonjs/api/elasticBackups/operations.d.ts +32 -0
  348. package/dist/commonjs/api/elasticBackups/operations.js +271 -0
  349. package/dist/commonjs/api/elasticBackups/operations.js.map +7 -0
  350. package/dist/commonjs/api/elasticBackups/options.d.ts +23 -0
  351. package/dist/commonjs/api/elasticBackups/options.js +15 -0
  352. package/dist/commonjs/api/elasticBackups/options.js.map +7 -0
  353. package/dist/commonjs/api/elasticCapacityPools/index.d.ts +3 -0
  354. package/dist/commonjs/api/elasticCapacityPools/index.js +39 -0
  355. package/dist/commonjs/api/elasticCapacityPools/index.js.map +7 -0
  356. package/dist/commonjs/api/elasticCapacityPools/operations.d.ts +40 -0
  357. package/dist/commonjs/api/elasticCapacityPools/operations.js +339 -0
  358. package/dist/commonjs/api/elasticCapacityPools/operations.js.map +7 -0
  359. package/dist/commonjs/api/elasticCapacityPools/options.d.ts +31 -0
  360. package/dist/commonjs/api/elasticCapacityPools/options.js +15 -0
  361. package/dist/commonjs/api/elasticCapacityPools/options.js.map +7 -0
  362. package/dist/commonjs/api/elasticSnapshotPolicies/index.d.ts +3 -0
  363. package/dist/commonjs/api/elasticSnapshotPolicies/index.js +37 -0
  364. package/dist/commonjs/api/elasticSnapshotPolicies/index.js.map +7 -0
  365. package/dist/commonjs/api/elasticSnapshotPolicies/operations.d.ts +36 -0
  366. package/dist/commonjs/api/elasticSnapshotPolicies/operations.js +303 -0
  367. package/dist/commonjs/api/elasticSnapshotPolicies/operations.js.map +7 -0
  368. package/dist/commonjs/api/elasticSnapshotPolicies/options.d.ts +26 -0
  369. package/dist/commonjs/api/elasticSnapshotPolicies/options.js +15 -0
  370. package/dist/commonjs/api/elasticSnapshotPolicies/options.js.map +7 -0
  371. package/dist/commonjs/api/elasticSnapshots/index.d.ts +3 -0
  372. package/dist/commonjs/api/elasticSnapshots/index.js +33 -0
  373. package/dist/commonjs/api/elasticSnapshots/index.js.map +7 -0
  374. package/dist/commonjs/api/elasticSnapshots/operations.d.ts +28 -0
  375. package/dist/commonjs/api/elasticSnapshots/operations.js +238 -0
  376. package/dist/commonjs/api/elasticSnapshots/operations.js.map +7 -0
  377. package/dist/commonjs/api/elasticSnapshots/options.d.ts +18 -0
  378. package/dist/commonjs/api/elasticSnapshots/options.js +15 -0
  379. package/dist/commonjs/api/elasticSnapshots/options.js.map +7 -0
  380. package/dist/commonjs/api/elasticVolumes/index.d.ts +3 -0
  381. package/dist/commonjs/api/elasticVolumes/index.js +37 -0
  382. package/dist/commonjs/api/elasticVolumes/index.js.map +7 -0
  383. package/dist/commonjs/api/elasticVolumes/operations.d.ts +36 -0
  384. package/dist/commonjs/api/elasticVolumes/operations.js +309 -0
  385. package/dist/commonjs/api/elasticVolumes/operations.js.map +7 -0
  386. package/dist/commonjs/api/elasticVolumes/options.d.ts +28 -0
  387. package/dist/commonjs/api/elasticVolumes/options.js +15 -0
  388. package/dist/commonjs/api/elasticVolumes/options.js.map +7 -0
  389. package/dist/commonjs/api/index.d.ts +2 -1
  390. package/dist/commonjs/api/index.js +27 -8
  391. package/dist/commonjs/api/index.js.map +7 -1
  392. package/dist/commonjs/api/netAppManagementContext.js +42 -25
  393. package/dist/commonjs/api/netAppManagementContext.js.map +7 -1
  394. package/dist/commonjs/api/netAppResource/index.d.ts +1 -1
  395. package/dist/commonjs/api/netAppResource/index.js +37 -13
  396. package/dist/commonjs/api/netAppResource/index.js.map +7 -1
  397. package/dist/commonjs/api/netAppResource/operations.js +223 -168
  398. package/dist/commonjs/api/netAppResource/operations.js.map +7 -1
  399. package/dist/commonjs/api/netAppResource/options.js +15 -5
  400. package/dist/commonjs/api/netAppResource/options.js.map +7 -1
  401. package/dist/commonjs/api/netAppResourceQuotaLimits/index.d.ts +1 -1
  402. package/dist/commonjs/api/netAppResourceQuotaLimits/index.js +29 -9
  403. package/dist/commonjs/api/netAppResourceQuotaLimits/index.js.map +7 -1
  404. package/dist/commonjs/api/netAppResourceQuotaLimits/operations.js +98 -57
  405. package/dist/commonjs/api/netAppResourceQuotaLimits/operations.js.map +7 -1
  406. package/dist/commonjs/api/netAppResourceQuotaLimits/options.js +15 -5
  407. package/dist/commonjs/api/netAppResourceQuotaLimits/options.js.map +7 -1
  408. package/dist/commonjs/api/netAppResourceQuotaLimitsAccount/index.d.ts +1 -1
  409. package/dist/commonjs/api/netAppResourceQuotaLimitsAccount/index.js +29 -9
  410. package/dist/commonjs/api/netAppResourceQuotaLimitsAccount/index.js.map +7 -1
  411. package/dist/commonjs/api/netAppResourceQuotaLimitsAccount/operations.js +100 -59
  412. package/dist/commonjs/api/netAppResourceQuotaLimitsAccount/operations.js.map +7 -1
  413. package/dist/commonjs/api/netAppResourceQuotaLimitsAccount/options.js +15 -5
  414. package/dist/commonjs/api/netAppResourceQuotaLimitsAccount/options.js.map +7 -1
  415. package/dist/commonjs/api/netAppResourceRegionInfos/index.d.ts +1 -1
  416. package/dist/commonjs/api/netAppResourceRegionInfos/index.js +29 -9
  417. package/dist/commonjs/api/netAppResourceRegionInfos/index.js.map +7 -1
  418. package/dist/commonjs/api/netAppResourceRegionInfos/operations.js +97 -56
  419. package/dist/commonjs/api/netAppResourceRegionInfos/operations.js.map +7 -1
  420. package/dist/commonjs/api/netAppResourceRegionInfos/options.js +15 -5
  421. package/dist/commonjs/api/netAppResourceRegionInfos/options.js.map +7 -1
  422. package/dist/commonjs/api/netAppResourceUsages/index.d.ts +1 -1
  423. package/dist/commonjs/api/netAppResourceUsages/index.js +29 -9
  424. package/dist/commonjs/api/netAppResourceUsages/index.js.map +7 -1
  425. package/dist/commonjs/api/netAppResourceUsages/operations.js +98 -57
  426. package/dist/commonjs/api/netAppResourceUsages/operations.js.map +7 -1
  427. package/dist/commonjs/api/netAppResourceUsages/options.js +15 -5
  428. package/dist/commonjs/api/netAppResourceUsages/options.js.map +7 -1
  429. package/dist/commonjs/api/operations/index.d.ts +1 -1
  430. package/dist/commonjs/api/operations/index.js +27 -8
  431. package/dist/commonjs/api/operations/index.js.map +7 -1
  432. package/dist/commonjs/api/operations/operations.js +65 -30
  433. package/dist/commonjs/api/operations/operations.js.map +7 -1
  434. package/dist/commonjs/api/operations/options.js +15 -5
  435. package/dist/commonjs/api/operations/options.js.map +7 -1
  436. package/dist/commonjs/api/pools/index.d.ts +1 -1
  437. package/dist/commonjs/api/pools/index.js +35 -12
  438. package/dist/commonjs/api/pools/index.js.map +7 -1
  439. package/dist/commonjs/api/pools/operations.js +213 -159
  440. package/dist/commonjs/api/pools/operations.js.map +7 -1
  441. package/dist/commonjs/api/pools/options.js +15 -5
  442. package/dist/commonjs/api/pools/options.js.map +7 -1
  443. package/dist/commonjs/api/ransomwareReports/index.d.ts +1 -1
  444. package/dist/commonjs/api/ransomwareReports/index.js +31 -10
  445. package/dist/commonjs/api/ransomwareReports/index.js.map +7 -1
  446. package/dist/commonjs/api/ransomwareReports/operations.js +162 -110
  447. package/dist/commonjs/api/ransomwareReports/operations.js.map +7 -1
  448. package/dist/commonjs/api/ransomwareReports/options.js +15 -5
  449. package/dist/commonjs/api/ransomwareReports/options.js.map +7 -1
  450. package/dist/commonjs/api/snapshotPolicies/index.d.ts +1 -1
  451. package/dist/commonjs/api/snapshotPolicies/index.js +37 -13
  452. package/dist/commonjs/api/snapshotPolicies/index.js.map +7 -1
  453. package/dist/commonjs/api/snapshotPolicies/operations.js +260 -181
  454. package/dist/commonjs/api/snapshotPolicies/operations.js.map +7 -1
  455. package/dist/commonjs/api/snapshotPolicies/options.js +15 -5
  456. package/dist/commonjs/api/snapshotPolicies/options.js.map +7 -1
  457. package/dist/commonjs/api/snapshots/index.d.ts +1 -1
  458. package/dist/commonjs/api/snapshots/index.js +37 -13
  459. package/dist/commonjs/api/snapshots/index.js.map +7 -1
  460. package/dist/commonjs/api/snapshots/operations.js +307 -204
  461. package/dist/commonjs/api/snapshots/operations.js.map +7 -1
  462. package/dist/commonjs/api/snapshots/options.js +15 -5
  463. package/dist/commonjs/api/snapshots/options.js.map +7 -1
  464. package/dist/commonjs/api/subvolumes/index.d.ts +1 -1
  465. package/dist/commonjs/api/subvolumes/index.js +37 -13
  466. package/dist/commonjs/api/subvolumes/index.js.map +7 -1
  467. package/dist/commonjs/api/subvolumes/operations.js +305 -203
  468. package/dist/commonjs/api/subvolumes/operations.js.map +7 -1
  469. package/dist/commonjs/api/subvolumes/options.js +15 -5
  470. package/dist/commonjs/api/subvolumes/options.js.map +7 -1
  471. package/dist/commonjs/api/volumeGroups/index.d.ts +1 -1
  472. package/dist/commonjs/api/volumeGroups/index.js +33 -11
  473. package/dist/commonjs/api/volumeGroups/index.js.map +7 -1
  474. package/dist/commonjs/api/volumeGroups/operations.js +174 -126
  475. package/dist/commonjs/api/volumeGroups/operations.js.map +7 -1
  476. package/dist/commonjs/api/volumeGroups/options.js +15 -5
  477. package/dist/commonjs/api/volumeGroups/options.js.map +7 -1
  478. package/dist/commonjs/api/volumeQuotaRules/index.d.ts +1 -1
  479. package/dist/commonjs/api/volumeQuotaRules/index.js +35 -12
  480. package/dist/commonjs/api/volumeQuotaRules/index.js.map +7 -1
  481. package/dist/commonjs/api/volumeQuotaRules/operations.js +257 -169
  482. package/dist/commonjs/api/volumeQuotaRules/operations.js.map +7 -1
  483. package/dist/commonjs/api/volumeQuotaRules/options.js +15 -5
  484. package/dist/commonjs/api/volumeQuotaRules/options.js.map +7 -1
  485. package/dist/commonjs/api/volumes/index.d.ts +1 -1
  486. package/dist/commonjs/api/volumes/index.js +81 -35
  487. package/dist/commonjs/api/volumes/index.js.map +7 -1
  488. package/dist/commonjs/api/volumes/operations.js +1234 -883
  489. package/dist/commonjs/api/volumes/operations.js.map +7 -1
  490. package/dist/commonjs/api/volumes/options.js +15 -5
  491. package/dist/commonjs/api/volumes/options.js.map +7 -1
  492. package/dist/commonjs/classic/accounts/index.js +42 -22
  493. package/dist/commonjs/classic/accounts/index.js.map +7 -1
  494. package/dist/commonjs/classic/activeDirectoryConfigs/index.d.ts +27 -0
  495. package/dist/commonjs/classic/activeDirectoryConfigs/index.js +42 -0
  496. package/dist/commonjs/classic/activeDirectoryConfigs/index.js.map +7 -0
  497. package/dist/commonjs/classic/backupPolicies/index.js +37 -17
  498. package/dist/commonjs/classic/backupPolicies/index.js.map +7 -1
  499. package/dist/commonjs/classic/backupVaults/index.js +37 -17
  500. package/dist/commonjs/classic/backupVaults/index.js.map +7 -1
  501. package/dist/commonjs/classic/backups/index.js +46 -19
  502. package/dist/commonjs/classic/backups/index.js.map +7 -1
  503. package/dist/commonjs/classic/backupsUnderAccount/index.js +33 -13
  504. package/dist/commonjs/classic/backupsUnderAccount/index.js.map +7 -1
  505. package/dist/commonjs/classic/backupsUnderBackupVault/index.js +41 -13
  506. package/dist/commonjs/classic/backupsUnderBackupVault/index.js.map +7 -1
  507. package/dist/commonjs/classic/backupsUnderVolume/index.js +33 -13
  508. package/dist/commonjs/classic/backupsUnderVolume/index.js.map +7 -1
  509. package/dist/commonjs/classic/buckets/index.d.ts +31 -0
  510. package/dist/commonjs/classic/buckets/index.js +88 -0
  511. package/dist/commonjs/classic/buckets/index.js.map +7 -0
  512. package/dist/commonjs/classic/caches/index.d.ts +31 -0
  513. package/dist/commonjs/classic/caches/index.js +44 -0
  514. package/dist/commonjs/classic/caches/index.js.map +7 -0
  515. package/dist/commonjs/classic/elasticAccounts/index.d.ts +27 -0
  516. package/dist/commonjs/classic/elasticAccounts/index.js +42 -0
  517. package/dist/commonjs/classic/elasticAccounts/index.js.map +7 -0
  518. package/dist/commonjs/classic/elasticBackupPolicies/index.d.ts +25 -0
  519. package/dist/commonjs/classic/elasticBackupPolicies/index.js +41 -0
  520. package/dist/commonjs/classic/elasticBackupPolicies/index.js.map +7 -0
  521. package/dist/commonjs/classic/elasticBackupVaults/index.d.ts +25 -0
  522. package/dist/commonjs/classic/elasticBackupVaults/index.js +41 -0
  523. package/dist/commonjs/classic/elasticBackupVaults/index.js.map +7 -0
  524. package/dist/commonjs/classic/elasticBackups/index.d.ts +25 -0
  525. package/dist/commonjs/classic/elasticBackups/index.js +49 -0
  526. package/dist/commonjs/classic/elasticBackups/index.js.map +7 -0
  527. package/dist/commonjs/classic/elasticCapacityPools/index.d.ts +29 -0
  528. package/dist/commonjs/classic/elasticCapacityPools/index.js +50 -0
  529. package/dist/commonjs/classic/elasticCapacityPools/index.js.map +7 -0
  530. package/dist/commonjs/classic/elasticSnapshotPolicies/index.d.ts +27 -0
  531. package/dist/commonjs/classic/elasticSnapshotPolicies/index.js +42 -0
  532. package/dist/commonjs/classic/elasticSnapshotPolicies/index.js.map +7 -0
  533. package/dist/commonjs/classic/elasticSnapshots/index.d.ts +23 -0
  534. package/dist/commonjs/classic/elasticSnapshots/index.js +49 -0
  535. package/dist/commonjs/classic/elasticSnapshots/index.js.map +7 -0
  536. package/dist/commonjs/classic/elasticVolumes/index.d.ts +27 -0
  537. package/dist/commonjs/classic/elasticVolumes/index.js +42 -0
  538. package/dist/commonjs/classic/elasticVolumes/index.js.map +7 -0
  539. package/dist/commonjs/classic/index.d.ts +32 -21
  540. package/dist/commonjs/classic/index.js +15 -5
  541. package/dist/commonjs/classic/index.js.map +7 -1
  542. package/dist/commonjs/classic/netAppResource/index.js +38 -18
  543. package/dist/commonjs/classic/netAppResource/index.js.map +7 -1
  544. package/dist/commonjs/classic/netAppResourceQuotaLimits/index.js +34 -14
  545. package/dist/commonjs/classic/netAppResourceQuotaLimits/index.js.map +7 -1
  546. package/dist/commonjs/classic/netAppResourceQuotaLimitsAccount/index.js +34 -14
  547. package/dist/commonjs/classic/netAppResourceQuotaLimitsAccount/index.js.map +7 -1
  548. package/dist/commonjs/classic/netAppResourceRegionInfos/index.js +34 -14
  549. package/dist/commonjs/classic/netAppResourceRegionInfos/index.js.map +7 -1
  550. package/dist/commonjs/classic/netAppResourceUsages/index.js +34 -14
  551. package/dist/commonjs/classic/netAppResourceUsages/index.js.map +7 -1
  552. package/dist/commonjs/classic/operations/index.js +33 -13
  553. package/dist/commonjs/classic/operations/index.js.map +7 -1
  554. package/dist/commonjs/classic/pools/index.js +37 -17
  555. package/dist/commonjs/classic/pools/index.js.map +7 -1
  556. package/dist/commonjs/classic/ransomwareReports/index.js +52 -15
  557. package/dist/commonjs/classic/ransomwareReports/index.js.map +7 -1
  558. package/dist/commonjs/classic/snapshotPolicies/index.js +38 -18
  559. package/dist/commonjs/classic/snapshotPolicies/index.js.map +7 -1
  560. package/dist/commonjs/classic/snapshots/index.js +65 -18
  561. package/dist/commonjs/classic/snapshots/index.js.map +7 -1
  562. package/dist/commonjs/classic/subvolumes/index.js +72 -18
  563. package/dist/commonjs/classic/subvolumes/index.js.map +7 -1
  564. package/dist/commonjs/classic/volumeGroups/index.js +36 -16
  565. package/dist/commonjs/classic/volumeGroups/index.js.map +7 -1
  566. package/dist/commonjs/classic/volumeQuotaRules/index.js +71 -17
  567. package/dist/commonjs/classic/volumeQuotaRules/index.js.map +7 -1
  568. package/dist/commonjs/classic/volumes/index.js +127 -40
  569. package/dist/commonjs/classic/volumes/index.js.map +7 -1
  570. package/dist/commonjs/index.d.ts +44 -29
  571. package/dist/commonjs/index.js +208 -60
  572. package/dist/commonjs/index.js.map +7 -1
  573. package/dist/commonjs/logger.js +28 -8
  574. package/dist/commonjs/logger.js.map +7 -1
  575. package/dist/commonjs/models/index.d.ts +2 -1
  576. package/dist/commonjs/models/index.js +199 -54
  577. package/dist/commonjs/models/index.js.map +7 -1
  578. package/dist/commonjs/models/models.d.ts +2350 -210
  579. package/dist/commonjs/models/models.js +4345 -2420
  580. package/dist/commonjs/models/models.js.map +7 -1
  581. package/dist/commonjs/netAppManagementClient.d.ts +34 -1
  582. package/dist/commonjs/netAppManagementClient.js +176 -114
  583. package/dist/commonjs/netAppManagementClient.js.map +7 -1
  584. package/dist/commonjs/restorePollerHelpers.js +297 -182
  585. package/dist/commonjs/restorePollerHelpers.js.map +7 -1
  586. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +49 -40
  587. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -1
  588. package/dist/commonjs/static-helpers/pagingHelpers.js +122 -126
  589. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -1
  590. package/dist/commonjs/static-helpers/pollingHelpers.js +92 -90
  591. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -1
  592. package/dist/commonjs/static-helpers/urlTemplate.js +165 -172
  593. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -1
  594. package/dist/commonjs/tsdoc-metadata.json +1 -1
  595. package/dist/esm/api/accounts/index.d.ts +1 -1
  596. package/dist/esm/api/accounts/index.js +24 -4
  597. package/dist/esm/api/accounts/index.js.map +7 -1
  598. package/dist/esm/api/accounts/operations.js +368 -282
  599. package/dist/esm/api/accounts/operations.js.map +7 -1
  600. package/dist/esm/api/accounts/options.js +0 -4
  601. package/dist/esm/api/accounts/options.js.map +7 -1
  602. package/dist/esm/api/activeDirectoryConfigs/index.d.ts +3 -0
  603. package/dist/esm/api/activeDirectoryConfigs/index.js +16 -0
  604. package/dist/esm/api/activeDirectoryConfigs/index.js.map +7 -0
  605. package/dist/esm/api/activeDirectoryConfigs/operations.d.ts +36 -0
  606. package/dist/esm/api/activeDirectoryConfigs/operations.js +248 -0
  607. package/dist/esm/api/activeDirectoryConfigs/operations.js.map +7 -0
  608. package/dist/esm/api/activeDirectoryConfigs/options.d.ts +26 -0
  609. package/dist/esm/api/activeDirectoryConfigs/options.js +0 -0
  610. package/dist/esm/api/activeDirectoryConfigs/options.js.map +7 -0
  611. package/dist/esm/api/backupPolicies/index.d.ts +1 -1
  612. package/dist/esm/api/backupPolicies/index.js +8 -4
  613. package/dist/esm/api/backupPolicies/index.js.map +7 -1
  614. package/dist/esm/api/backupPolicies/operations.js +189 -149
  615. package/dist/esm/api/backupPolicies/operations.js.map +7 -1
  616. package/dist/esm/api/backupPolicies/options.js +0 -4
  617. package/dist/esm/api/backupPolicies/options.js.map +7 -1
  618. package/dist/esm/api/backupVaults/index.d.ts +1 -1
  619. package/dist/esm/api/backupVaults/index.js +8 -4
  620. package/dist/esm/api/backupVaults/index.js.map +7 -1
  621. package/dist/esm/api/backupVaults/operations.js +189 -149
  622. package/dist/esm/api/backupVaults/operations.js.map +7 -1
  623. package/dist/esm/api/backupVaults/options.js +0 -4
  624. package/dist/esm/api/backupVaults/options.js.map +7 -1
  625. package/dist/esm/api/backups/index.d.ts +1 -1
  626. package/dist/esm/api/backups/index.js +18 -4
  627. package/dist/esm/api/backups/index.js.map +7 -1
  628. package/dist/esm/api/backups/operations.js +308 -225
  629. package/dist/esm/api/backups/operations.js.map +7 -1
  630. package/dist/esm/api/backups/options.js +0 -4
  631. package/dist/esm/api/backups/options.js.map +7 -1
  632. package/dist/esm/api/backupsUnderAccount/index.d.ts +1 -1
  633. package/dist/esm/api/backupsUnderAccount/index.js +4 -4
  634. package/dist/esm/api/backupsUnderAccount/index.js.map +7 -1
  635. package/dist/esm/api/backupsUnderAccount/operations.js +43 -35
  636. package/dist/esm/api/backupsUnderAccount/operations.js.map +7 -1
  637. package/dist/esm/api/backupsUnderAccount/options.js +0 -4
  638. package/dist/esm/api/backupsUnderAccount/options.js.map +7 -1
  639. package/dist/esm/api/backupsUnderBackupVault/index.d.ts +1 -1
  640. package/dist/esm/api/backupsUnderBackupVault/index.js +4 -4
  641. package/dist/esm/api/backupsUnderBackupVault/index.js.map +7 -1
  642. package/dist/esm/api/backupsUnderBackupVault/operations.js +49 -36
  643. package/dist/esm/api/backupsUnderBackupVault/operations.js.map +7 -1
  644. package/dist/esm/api/backupsUnderBackupVault/options.js +0 -4
  645. package/dist/esm/api/backupsUnderBackupVault/options.js.map +7 -1
  646. package/dist/esm/api/backupsUnderVolume/index.d.ts +1 -1
  647. package/dist/esm/api/backupsUnderVolume/index.js +4 -4
  648. package/dist/esm/api/backupsUnderVolume/index.js.map +7 -1
  649. package/dist/esm/api/backupsUnderVolume/operations.js +53 -37
  650. package/dist/esm/api/backupsUnderVolume/operations.js.map +7 -1
  651. package/dist/esm/api/backupsUnderVolume/options.js +0 -4
  652. package/dist/esm/api/backupsUnderVolume/options.js.map +7 -1
  653. package/dist/esm/api/buckets/index.d.ts +3 -0
  654. package/dist/esm/api/buckets/index.js +20 -0
  655. package/dist/esm/api/buckets/index.js.map +7 -0
  656. package/dist/esm/api/buckets/operations.d.ts +44 -0
  657. package/dist/esm/api/buckets/operations.js +405 -0
  658. package/dist/esm/api/buckets/operations.js.map +7 -0
  659. package/dist/esm/api/buckets/options.d.ts +36 -0
  660. package/dist/esm/api/buckets/options.js +0 -0
  661. package/dist/esm/api/buckets/options.js.map +7 -0
  662. package/dist/esm/api/caches/index.d.ts +3 -0
  663. package/dist/esm/api/caches/index.js +20 -0
  664. package/dist/esm/api/caches/index.js.map +7 -0
  665. package/dist/esm/api/caches/operations.d.ts +44 -0
  666. package/dist/esm/api/caches/operations.js +361 -0
  667. package/dist/esm/api/caches/operations.js.map +7 -0
  668. package/dist/esm/api/caches/options.d.ts +36 -0
  669. package/dist/esm/api/caches/options.js +0 -0
  670. package/dist/esm/api/caches/options.js.map +7 -0
  671. package/dist/esm/api/elasticAccounts/index.d.ts +3 -0
  672. package/dist/esm/api/elasticAccounts/index.js +16 -0
  673. package/dist/esm/api/elasticAccounts/index.js.map +7 -0
  674. package/dist/esm/api/elasticAccounts/operations.d.ts +36 -0
  675. package/dist/esm/api/elasticAccounts/operations.js +248 -0
  676. package/dist/esm/api/elasticAccounts/operations.js.map +7 -0
  677. package/dist/esm/api/elasticAccounts/options.d.ts +26 -0
  678. package/dist/esm/api/elasticAccounts/options.js +0 -0
  679. package/dist/esm/api/elasticAccounts/options.js.map +7 -0
  680. package/dist/esm/api/elasticBackupPolicies/index.d.ts +3 -0
  681. package/dist/esm/api/elasticBackupPolicies/index.js +8 -0
  682. package/dist/esm/api/elasticBackupPolicies/index.js.map +7 -0
  683. package/dist/esm/api/elasticBackupPolicies/operations.d.ts +32 -0
  684. package/dist/esm/api/elasticBackupPolicies/operations.js +212 -0
  685. package/dist/esm/api/elasticBackupPolicies/operations.js.map +7 -0
  686. package/dist/esm/api/elasticBackupPolicies/options.d.ts +23 -0
  687. package/dist/esm/api/elasticBackupPolicies/options.js +0 -0
  688. package/dist/esm/api/elasticBackupPolicies/options.js.map +7 -0
  689. package/dist/esm/api/elasticBackupVaults/index.d.ts +3 -0
  690. package/dist/esm/api/elasticBackupVaults/index.js +8 -0
  691. package/dist/esm/api/elasticBackupVaults/index.js.map +7 -0
  692. package/dist/esm/api/elasticBackupVaults/operations.d.ts +32 -0
  693. package/dist/esm/api/elasticBackupVaults/operations.js +212 -0
  694. package/dist/esm/api/elasticBackupVaults/operations.js.map +7 -0
  695. package/dist/esm/api/elasticBackupVaults/options.d.ts +23 -0
  696. package/dist/esm/api/elasticBackupVaults/options.js +0 -0
  697. package/dist/esm/api/elasticBackupVaults/options.js.map +7 -0
  698. package/dist/esm/api/elasticBackups/index.d.ts +3 -0
  699. package/dist/esm/api/elasticBackups/index.js +8 -0
  700. package/dist/esm/api/elasticBackups/index.js.map +7 -0
  701. package/dist/esm/api/elasticBackups/operations.d.ts +32 -0
  702. package/dist/esm/api/elasticBackups/operations.js +239 -0
  703. package/dist/esm/api/elasticBackups/operations.js.map +7 -0
  704. package/dist/esm/api/elasticBackups/options.d.ts +23 -0
  705. package/dist/esm/api/elasticBackups/options.js +0 -0
  706. package/dist/esm/api/elasticBackups/options.js.map +7 -0
  707. package/dist/esm/api/elasticCapacityPools/index.d.ts +3 -0
  708. package/dist/esm/api/elasticCapacityPools/index.js +18 -0
  709. package/dist/esm/api/elasticCapacityPools/index.js.map +7 -0
  710. package/dist/esm/api/elasticCapacityPools/operations.d.ts +40 -0
  711. package/dist/esm/api/elasticCapacityPools/operations.js +305 -0
  712. package/dist/esm/api/elasticCapacityPools/operations.js.map +7 -0
  713. package/dist/esm/api/elasticCapacityPools/options.d.ts +31 -0
  714. package/dist/esm/api/elasticCapacityPools/options.js +0 -0
  715. package/dist/esm/api/elasticCapacityPools/options.js.map +7 -0
  716. package/dist/esm/api/elasticSnapshotPolicies/index.d.ts +3 -0
  717. package/dist/esm/api/elasticSnapshotPolicies/index.js +16 -0
  718. package/dist/esm/api/elasticSnapshotPolicies/index.js.map +7 -0
  719. package/dist/esm/api/elasticSnapshotPolicies/operations.d.ts +36 -0
  720. package/dist/esm/api/elasticSnapshotPolicies/operations.js +270 -0
  721. package/dist/esm/api/elasticSnapshotPolicies/operations.js.map +7 -0
  722. package/dist/esm/api/elasticSnapshotPolicies/options.d.ts +26 -0
  723. package/dist/esm/api/elasticSnapshotPolicies/options.js +0 -0
  724. package/dist/esm/api/elasticSnapshotPolicies/options.js.map +7 -0
  725. package/dist/esm/api/elasticSnapshots/index.d.ts +3 -0
  726. package/dist/esm/api/elasticSnapshots/index.js +7 -0
  727. package/dist/esm/api/elasticSnapshots/index.js.map +7 -0
  728. package/dist/esm/api/elasticSnapshots/operations.d.ts +28 -0
  729. package/dist/esm/api/elasticSnapshots/operations.js +209 -0
  730. package/dist/esm/api/elasticSnapshots/operations.js.map +7 -0
  731. package/dist/esm/api/elasticSnapshots/options.d.ts +18 -0
  732. package/dist/esm/api/elasticSnapshots/options.js +0 -0
  733. package/dist/esm/api/elasticSnapshots/options.js.map +7 -0
  734. package/dist/esm/api/elasticVolumes/index.d.ts +3 -0
  735. package/dist/esm/api/elasticVolumes/index.js +9 -0
  736. package/dist/esm/api/elasticVolumes/index.js.map +7 -0
  737. package/dist/esm/api/elasticVolumes/operations.d.ts +36 -0
  738. package/dist/esm/api/elasticVolumes/operations.js +276 -0
  739. package/dist/esm/api/elasticVolumes/operations.js.map +7 -0
  740. package/dist/esm/api/elasticVolumes/options.d.ts +28 -0
  741. package/dist/esm/api/elasticVolumes/options.js +0 -0
  742. package/dist/esm/api/elasticVolumes/options.js.map +7 -0
  743. package/dist/esm/api/index.d.ts +2 -1
  744. package/dist/esm/api/index.js +4 -4
  745. package/dist/esm/api/index.js.map +7 -1
  746. package/dist/esm/api/netAppManagementContext.js +17 -20
  747. package/dist/esm/api/netAppManagementContext.js.map +7 -1
  748. package/dist/esm/api/netAppResource/index.d.ts +1 -1
  749. package/dist/esm/api/netAppResource/index.js +16 -4
  750. package/dist/esm/api/netAppResource/index.js.map +7 -1
  751. package/dist/esm/api/netAppResource/operations.js +220 -175
  752. package/dist/esm/api/netAppResource/operations.js.map +7 -1
  753. package/dist/esm/api/netAppResource/options.js +0 -4
  754. package/dist/esm/api/netAppResource/options.js.map +7 -1
  755. package/dist/esm/api/netAppResourceQuotaLimits/index.d.ts +1 -1
  756. package/dist/esm/api/netAppResourceQuotaLimits/index.js +5 -4
  757. package/dist/esm/api/netAppResourceQuotaLimits/index.js.map +7 -1
  758. package/dist/esm/api/netAppResourceQuotaLimits/operations.js +76 -51
  759. package/dist/esm/api/netAppResourceQuotaLimits/operations.js.map +7 -1
  760. package/dist/esm/api/netAppResourceQuotaLimits/options.js +0 -4
  761. package/dist/esm/api/netAppResourceQuotaLimits/options.js.map +7 -1
  762. package/dist/esm/api/netAppResourceQuotaLimitsAccount/index.d.ts +1 -1
  763. package/dist/esm/api/netAppResourceQuotaLimitsAccount/index.js +5 -4
  764. package/dist/esm/api/netAppResourceQuotaLimitsAccount/index.js.map +7 -1
  765. package/dist/esm/api/netAppResourceQuotaLimitsAccount/operations.js +78 -53
  766. package/dist/esm/api/netAppResourceQuotaLimitsAccount/operations.js.map +7 -1
  767. package/dist/esm/api/netAppResourceQuotaLimitsAccount/options.js +0 -4
  768. package/dist/esm/api/netAppResourceQuotaLimitsAccount/options.js.map +7 -1
  769. package/dist/esm/api/netAppResourceRegionInfos/index.d.ts +1 -1
  770. package/dist/esm/api/netAppResourceRegionInfos/index.js +5 -4
  771. package/dist/esm/api/netAppResourceRegionInfos/index.js.map +7 -1
  772. package/dist/esm/api/netAppResourceRegionInfos/operations.js +75 -50
  773. package/dist/esm/api/netAppResourceRegionInfos/operations.js.map +7 -1
  774. package/dist/esm/api/netAppResourceRegionInfos/options.js +0 -4
  775. package/dist/esm/api/netAppResourceRegionInfos/options.js.map +7 -1
  776. package/dist/esm/api/netAppResourceUsages/index.d.ts +1 -1
  777. package/dist/esm/api/netAppResourceUsages/index.js +5 -4
  778. package/dist/esm/api/netAppResourceUsages/index.js.map +7 -1
  779. package/dist/esm/api/netAppResourceUsages/operations.js +76 -51
  780. package/dist/esm/api/netAppResourceUsages/operations.js.map +7 -1
  781. package/dist/esm/api/netAppResourceUsages/options.js +0 -4
  782. package/dist/esm/api/netAppResourceUsages/options.js.map +7 -1
  783. package/dist/esm/api/operations/index.d.ts +1 -1
  784. package/dist/esm/api/operations/index.js +4 -4
  785. package/dist/esm/api/operations/index.js.map +7 -1
  786. package/dist/esm/api/operations/operations.js +43 -25
  787. package/dist/esm/api/operations/operations.js.map +7 -1
  788. package/dist/esm/api/operations/options.js +0 -4
  789. package/dist/esm/api/operations/options.js.map +7 -1
  790. package/dist/esm/api/pools/index.d.ts +1 -1
  791. package/dist/esm/api/pools/index.js +8 -4
  792. package/dist/esm/api/pools/index.js.map +7 -1
  793. package/dist/esm/api/pools/operations.js +189 -149
  794. package/dist/esm/api/pools/operations.js.map +7 -1
  795. package/dist/esm/api/pools/options.js +0 -4
  796. package/dist/esm/api/pools/options.js.map +7 -1
  797. package/dist/esm/api/ransomwareReports/index.d.ts +1 -1
  798. package/dist/esm/api/ransomwareReports/index.js +6 -4
  799. package/dist/esm/api/ransomwareReports/index.js.map +7 -1
  800. package/dist/esm/api/ransomwareReports/operations.js +139 -102
  801. package/dist/esm/api/ransomwareReports/operations.js.map +7 -1
  802. package/dist/esm/api/ransomwareReports/options.js +0 -4
  803. package/dist/esm/api/ransomwareReports/options.js.map +7 -1
  804. package/dist/esm/api/snapshotPolicies/index.d.ts +1 -1
  805. package/dist/esm/api/snapshotPolicies/index.js +9 -4
  806. package/dist/esm/api/snapshotPolicies/index.js.map +7 -1
  807. package/dist/esm/api/snapshotPolicies/operations.js +250 -184
  808. package/dist/esm/api/snapshotPolicies/operations.js.map +7 -1
  809. package/dist/esm/api/snapshotPolicies/options.js +0 -4
  810. package/dist/esm/api/snapshotPolicies/options.js.map +7 -1
  811. package/dist/esm/api/snapshots/index.d.ts +1 -1
  812. package/dist/esm/api/snapshots/index.js +9 -4
  813. package/dist/esm/api/snapshots/index.js.map +7 -1
  814. package/dist/esm/api/snapshots/operations.js +297 -207
  815. package/dist/esm/api/snapshots/operations.js.map +7 -1
  816. package/dist/esm/api/snapshots/options.js +0 -4
  817. package/dist/esm/api/snapshots/options.js.map +7 -1
  818. package/dist/esm/api/subvolumes/index.d.ts +1 -1
  819. package/dist/esm/api/subvolumes/index.js +9 -4
  820. package/dist/esm/api/subvolumes/index.js.map +7 -1
  821. package/dist/esm/api/subvolumes/operations.js +295 -206
  822. package/dist/esm/api/subvolumes/operations.js.map +7 -1
  823. package/dist/esm/api/subvolumes/options.js +0 -4
  824. package/dist/esm/api/subvolumes/options.js.map +7 -1
  825. package/dist/esm/api/volumeGroups/index.d.ts +1 -1
  826. package/dist/esm/api/volumeGroups/index.js +7 -4
  827. package/dist/esm/api/volumeGroups/index.js.map +7 -1
  828. package/dist/esm/api/volumeGroups/operations.js +150 -117
  829. package/dist/esm/api/volumeGroups/operations.js.map +7 -1
  830. package/dist/esm/api/volumeGroups/options.js +0 -4
  831. package/dist/esm/api/volumeGroups/options.js.map +7 -1
  832. package/dist/esm/api/volumeQuotaRules/index.d.ts +1 -1
  833. package/dist/esm/api/volumeQuotaRules/index.js +8 -4
  834. package/dist/esm/api/volumeQuotaRules/index.js.map +7 -1
  835. package/dist/esm/api/volumeQuotaRules/operations.js +233 -159
  836. package/dist/esm/api/volumeQuotaRules/operations.js.map +7 -1
  837. package/dist/esm/api/volumeQuotaRules/options.js +0 -4
  838. package/dist/esm/api/volumeQuotaRules/options.js.map +7 -1
  839. package/dist/esm/api/volumes/index.d.ts +1 -1
  840. package/dist/esm/api/volumes/index.js +60 -4
  841. package/dist/esm/api/volumes/index.js.map +7 -1
  842. package/dist/esm/api/volumes/operations.js +1313 -959
  843. package/dist/esm/api/volumes/operations.js.map +7 -1
  844. package/dist/esm/api/volumes/options.js +0 -4
  845. package/dist/esm/api/volumes/options.js.map +7 -1
  846. package/dist/esm/classic/accounts/index.js +31 -20
  847. package/dist/esm/classic/accounts/index.js.map +7 -1
  848. package/dist/esm/classic/activeDirectoryConfigs/index.d.ts +27 -0
  849. package/dist/esm/classic/activeDirectoryConfigs/index.js +26 -0
  850. package/dist/esm/classic/activeDirectoryConfigs/index.js.map +7 -0
  851. package/dist/esm/classic/backupPolicies/index.js +14 -14
  852. package/dist/esm/classic/backupPolicies/index.js.map +7 -1
  853. package/dist/esm/classic/backupVaults/index.js +21 -15
  854. package/dist/esm/classic/backupVaults/index.js.map +7 -1
  855. package/dist/esm/classic/backups/index.js +32 -17
  856. package/dist/esm/classic/backups/index.js.map +7 -1
  857. package/dist/esm/classic/backupsUnderAccount/index.js +10 -10
  858. package/dist/esm/classic/backupsUnderAccount/index.js.map +7 -1
  859. package/dist/esm/classic/backupsUnderBackupVault/index.js +18 -10
  860. package/dist/esm/classic/backupsUnderBackupVault/index.js.map +7 -1
  861. package/dist/esm/classic/backupsUnderVolume/index.js +10 -10
  862. package/dist/esm/classic/backupsUnderVolume/index.js.map +7 -1
  863. package/dist/esm/classic/buckets/index.d.ts +31 -0
  864. package/dist/esm/classic/buckets/index.js +74 -0
  865. package/dist/esm/classic/buckets/index.js.map +7 -0
  866. package/dist/esm/classic/caches/index.d.ts +31 -0
  867. package/dist/esm/classic/caches/index.js +30 -0
  868. package/dist/esm/classic/caches/index.js.map +7 -0
  869. package/dist/esm/classic/elasticAccounts/index.d.ts +27 -0
  870. package/dist/esm/classic/elasticAccounts/index.js +26 -0
  871. package/dist/esm/classic/elasticAccounts/index.js.map +7 -0
  872. package/dist/esm/classic/elasticBackupPolicies/index.d.ts +25 -0
  873. package/dist/esm/classic/elasticBackupPolicies/index.js +24 -0
  874. package/dist/esm/classic/elasticBackupPolicies/index.js.map +7 -0
  875. package/dist/esm/classic/elasticBackupVaults/index.d.ts +25 -0
  876. package/dist/esm/classic/elasticBackupVaults/index.js +24 -0
  877. package/dist/esm/classic/elasticBackupVaults/index.js.map +7 -0
  878. package/dist/esm/classic/elasticBackups/index.d.ts +25 -0
  879. package/dist/esm/classic/elasticBackups/index.js +32 -0
  880. package/dist/esm/classic/elasticBackups/index.js.map +7 -0
  881. package/dist/esm/classic/elasticCapacityPools/index.d.ts +29 -0
  882. package/dist/esm/classic/elasticCapacityPools/index.js +35 -0
  883. package/dist/esm/classic/elasticCapacityPools/index.js.map +7 -0
  884. package/dist/esm/classic/elasticSnapshotPolicies/index.d.ts +27 -0
  885. package/dist/esm/classic/elasticSnapshotPolicies/index.js +26 -0
  886. package/dist/esm/classic/elasticSnapshotPolicies/index.js.map +7 -0
  887. package/dist/esm/classic/elasticSnapshots/index.d.ts +23 -0
  888. package/dist/esm/classic/elasticSnapshots/index.js +31 -0
  889. package/dist/esm/classic/elasticSnapshots/index.js.map +7 -0
  890. package/dist/esm/classic/elasticVolumes/index.d.ts +27 -0
  891. package/dist/esm/classic/elasticVolumes/index.js +26 -0
  892. package/dist/esm/classic/elasticVolumes/index.js.map +7 -0
  893. package/dist/esm/classic/index.d.ts +32 -21
  894. package/dist/esm/classic/index.js +0 -4
  895. package/dist/esm/classic/index.js.map +7 -1
  896. package/dist/esm/classic/netAppResource/index.js +23 -16
  897. package/dist/esm/classic/netAppResource/index.js.map +7 -1
  898. package/dist/esm/classic/netAppResourceQuotaLimits/index.js +11 -11
  899. package/dist/esm/classic/netAppResourceQuotaLimits/index.js.map +7 -1
  900. package/dist/esm/classic/netAppResourceQuotaLimitsAccount/index.js +11 -11
  901. package/dist/esm/classic/netAppResourceQuotaLimitsAccount/index.js.map +7 -1
  902. package/dist/esm/classic/netAppResourceRegionInfos/index.js +11 -11
  903. package/dist/esm/classic/netAppResourceRegionInfos/index.js.map +7 -1
  904. package/dist/esm/classic/netAppResourceUsages/index.js +11 -11
  905. package/dist/esm/classic/netAppResourceUsages/index.js.map +7 -1
  906. package/dist/esm/classic/operations/index.js +10 -10
  907. package/dist/esm/classic/operations/index.js.map +7 -1
  908. package/dist/esm/classic/pools/index.js +14 -14
  909. package/dist/esm/classic/pools/index.js.map +7 -1
  910. package/dist/esm/classic/ransomwareReports/index.js +29 -12
  911. package/dist/esm/classic/ransomwareReports/index.js.map +7 -1
  912. package/dist/esm/classic/snapshotPolicies/index.js +23 -16
  913. package/dist/esm/classic/snapshotPolicies/index.js.map +7 -1
  914. package/dist/esm/classic/snapshots/index.js +50 -16
  915. package/dist/esm/classic/snapshots/index.js.map +7 -1
  916. package/dist/esm/classic/subvolumes/index.js +57 -16
  917. package/dist/esm/classic/subvolumes/index.js.map +7 -1
  918. package/dist/esm/classic/volumeGroups/index.js +13 -13
  919. package/dist/esm/classic/volumeGroups/index.js.map +7 -1
  920. package/dist/esm/classic/volumeQuotaRules/index.js +55 -15
  921. package/dist/esm/classic/volumeQuotaRules/index.js.map +7 -1
  922. package/dist/esm/classic/volumes/index.js +134 -38
  923. package/dist/esm/classic/volumes/index.js.map +7 -1
  924. package/dist/esm/index.d.ts +44 -29
  925. package/dist/esm/index.js +183 -7
  926. package/dist/esm/index.js.map +7 -1
  927. package/dist/esm/logger.js +4 -4
  928. package/dist/esm/logger.js.map +7 -1
  929. package/dist/esm/models/index.d.ts +2 -1
  930. package/dist/esm/models/index.js +178 -4
  931. package/dist/esm/models/index.js.map +7 -1
  932. package/dist/esm/models/models.d.ts +2350 -210
  933. package/dist/esm/models/models.js +4275 -2631
  934. package/dist/esm/models/models.js.map +7 -1
  935. package/dist/esm/netAppManagementClient.d.ts +34 -1
  936. package/dist/esm/netAppManagementClient.js +132 -89
  937. package/dist/esm/netAppManagementClient.js.map +7 -1
  938. package/dist/esm/restorePollerHelpers.js +386 -173
  939. package/dist/esm/restorePollerHelpers.js.map +7 -1
  940. package/dist/esm/static-helpers/cloudSettingHelpers.js +26 -37
  941. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -1
  942. package/dist/esm/static-helpers/pagingHelpers.js +98 -122
  943. package/dist/esm/static-helpers/pagingHelpers.js.map +7 -1
  944. package/dist/esm/static-helpers/pollingHelpers.js +68 -86
  945. package/dist/esm/static-helpers/pollingHelpers.js.map +7 -1
  946. package/dist/esm/static-helpers/urlTemplate.js +142 -169
  947. package/dist/esm/static-helpers/urlTemplate.js.map +7 -1
  948. package/dist/react-native/api/accounts/index.d.ts +1 -1
  949. package/dist/react-native/api/accounts/index.js.map +1 -1
  950. package/dist/react-native/api/accounts/operations.js +27 -19
  951. package/dist/react-native/api/accounts/operations.js.map +1 -1
  952. package/dist/react-native/api/activeDirectoryConfigs/index.d.ts +3 -0
  953. package/dist/react-native/api/activeDirectoryConfigs/index.js +4 -0
  954. package/dist/react-native/api/activeDirectoryConfigs/index.js.map +1 -0
  955. package/dist/react-native/api/activeDirectoryConfigs/operations.d.ts +36 -0
  956. package/dist/react-native/api/activeDirectoryConfigs/operations.js +200 -0
  957. package/dist/react-native/api/activeDirectoryConfigs/operations.js.map +1 -0
  958. package/dist/react-native/api/activeDirectoryConfigs/options.d.ts +26 -0
  959. package/dist/react-native/api/activeDirectoryConfigs/options.js +4 -0
  960. package/dist/react-native/api/activeDirectoryConfigs/options.js.map +1 -0
  961. package/dist/react-native/api/backupPolicies/index.d.ts +1 -1
  962. package/dist/react-native/api/backupPolicies/index.js.map +1 -1
  963. package/dist/react-native/api/backupPolicies/operations.js +13 -9
  964. package/dist/react-native/api/backupPolicies/operations.js.map +1 -1
  965. package/dist/react-native/api/backupVaults/index.d.ts +1 -1
  966. package/dist/react-native/api/backupVaults/index.js.map +1 -1
  967. package/dist/react-native/api/backupVaults/operations.js +13 -9
  968. package/dist/react-native/api/backupVaults/operations.js.map +1 -1
  969. package/dist/react-native/api/backups/index.d.ts +1 -1
  970. package/dist/react-native/api/backups/index.js.map +1 -1
  971. package/dist/react-native/api/backups/operations.js +15 -11
  972. package/dist/react-native/api/backups/operations.js.map +1 -1
  973. package/dist/react-native/api/backupsUnderAccount/index.d.ts +1 -1
  974. package/dist/react-native/api/backupsUnderAccount/index.js.map +1 -1
  975. package/dist/react-native/api/backupsUnderAccount/operations.js +2 -2
  976. package/dist/react-native/api/backupsUnderAccount/operations.js.map +1 -1
  977. package/dist/react-native/api/backupsUnderBackupVault/index.d.ts +1 -1
  978. package/dist/react-native/api/backupsUnderBackupVault/index.js.map +1 -1
  979. package/dist/react-native/api/backupsUnderBackupVault/operations.js +2 -2
  980. package/dist/react-native/api/backupsUnderBackupVault/operations.js.map +1 -1
  981. package/dist/react-native/api/backupsUnderVolume/index.d.ts +1 -1
  982. package/dist/react-native/api/backupsUnderVolume/index.js.map +1 -1
  983. package/dist/react-native/api/backupsUnderVolume/operations.js +2 -2
  984. package/dist/react-native/api/backupsUnderVolume/operations.js.map +1 -1
  985. package/dist/react-native/api/buckets/index.d.ts +3 -0
  986. package/dist/react-native/api/buckets/index.js +4 -0
  987. package/dist/react-native/api/buckets/index.js.map +1 -0
  988. package/dist/react-native/api/buckets/operations.d.ts +44 -0
  989. package/dist/react-native/api/buckets/operations.js +289 -0
  990. package/dist/react-native/api/buckets/operations.js.map +1 -0
  991. package/dist/react-native/api/buckets/options.d.ts +36 -0
  992. package/dist/react-native/api/buckets/options.js +4 -0
  993. package/dist/react-native/api/buckets/options.js.map +1 -0
  994. package/dist/react-native/api/caches/index.d.ts +3 -0
  995. package/dist/react-native/api/caches/index.js +4 -0
  996. package/dist/react-native/api/caches/index.js.map +1 -0
  997. package/dist/react-native/api/caches/operations.d.ts +44 -0
  998. package/dist/react-native/api/caches/operations.js +283 -0
  999. package/dist/react-native/api/caches/operations.js.map +1 -0
  1000. package/dist/react-native/api/caches/options.d.ts +36 -0
  1001. package/dist/react-native/api/caches/options.js +4 -0
  1002. package/dist/react-native/api/caches/options.js.map +1 -0
  1003. package/dist/react-native/api/elasticAccounts/index.d.ts +3 -0
  1004. package/dist/react-native/api/elasticAccounts/index.js +4 -0
  1005. package/dist/react-native/api/elasticAccounts/index.js.map +1 -0
  1006. package/dist/react-native/api/elasticAccounts/operations.d.ts +36 -0
  1007. package/dist/react-native/api/elasticAccounts/operations.js +200 -0
  1008. package/dist/react-native/api/elasticAccounts/operations.js.map +1 -0
  1009. package/dist/react-native/api/elasticAccounts/options.d.ts +26 -0
  1010. package/dist/react-native/api/elasticAccounts/options.js +4 -0
  1011. package/dist/react-native/api/elasticAccounts/options.js.map +1 -0
  1012. package/dist/react-native/api/elasticBackupPolicies/index.d.ts +3 -0
  1013. package/dist/react-native/api/elasticBackupPolicies/index.js +4 -0
  1014. package/dist/react-native/api/elasticBackupPolicies/index.js.map +1 -0
  1015. package/dist/react-native/api/elasticBackupPolicies/operations.d.ts +32 -0
  1016. package/dist/react-native/api/elasticBackupPolicies/operations.js +176 -0
  1017. package/dist/react-native/api/elasticBackupPolicies/operations.js.map +1 -0
  1018. package/dist/react-native/api/elasticBackupPolicies/options.d.ts +23 -0
  1019. package/dist/react-native/api/elasticBackupPolicies/options.js +4 -0
  1020. package/dist/react-native/api/elasticBackupPolicies/options.js.map +1 -0
  1021. package/dist/react-native/api/elasticBackupVaults/index.d.ts +3 -0
  1022. package/dist/react-native/api/elasticBackupVaults/index.js +4 -0
  1023. package/dist/react-native/api/elasticBackupVaults/index.js.map +1 -0
  1024. package/dist/react-native/api/elasticBackupVaults/operations.d.ts +32 -0
  1025. package/dist/react-native/api/elasticBackupVaults/operations.js +176 -0
  1026. package/dist/react-native/api/elasticBackupVaults/operations.js.map +1 -0
  1027. package/dist/react-native/api/elasticBackupVaults/options.d.ts +23 -0
  1028. package/dist/react-native/api/elasticBackupVaults/options.js +4 -0
  1029. package/dist/react-native/api/elasticBackupVaults/options.js.map +1 -0
  1030. package/dist/react-native/api/elasticBackups/index.d.ts +3 -0
  1031. package/dist/react-native/api/elasticBackups/index.js +4 -0
  1032. package/dist/react-native/api/elasticBackups/index.js.map +1 -0
  1033. package/dist/react-native/api/elasticBackups/operations.d.ts +32 -0
  1034. package/dist/react-native/api/elasticBackups/operations.js +181 -0
  1035. package/dist/react-native/api/elasticBackups/operations.js.map +1 -0
  1036. package/dist/react-native/api/elasticBackups/options.d.ts +23 -0
  1037. package/dist/react-native/api/elasticBackups/options.js +4 -0
  1038. package/dist/react-native/api/elasticBackups/options.js.map +1 -0
  1039. package/dist/react-native/api/elasticCapacityPools/index.d.ts +3 -0
  1040. package/dist/react-native/api/elasticCapacityPools/index.js +4 -0
  1041. package/dist/react-native/api/elasticCapacityPools/index.js.map +1 -0
  1042. package/dist/react-native/api/elasticCapacityPools/operations.d.ts +40 -0
  1043. package/dist/react-native/api/elasticCapacityPools/operations.js +247 -0
  1044. package/dist/react-native/api/elasticCapacityPools/operations.js.map +1 -0
  1045. package/dist/react-native/api/elasticCapacityPools/options.d.ts +31 -0
  1046. package/dist/react-native/api/elasticCapacityPools/options.js +4 -0
  1047. package/dist/react-native/api/elasticCapacityPools/options.js.map +1 -0
  1048. package/dist/react-native/api/elasticSnapshotPolicies/index.d.ts +3 -0
  1049. package/dist/react-native/api/elasticSnapshotPolicies/index.js +4 -0
  1050. package/dist/react-native/api/elasticSnapshotPolicies/index.js.map +1 -0
  1051. package/dist/react-native/api/elasticSnapshotPolicies/operations.d.ts +36 -0
  1052. package/dist/react-native/api/elasticSnapshotPolicies/operations.js +208 -0
  1053. package/dist/react-native/api/elasticSnapshotPolicies/operations.js.map +1 -0
  1054. package/dist/react-native/api/elasticSnapshotPolicies/options.d.ts +26 -0
  1055. package/dist/react-native/api/elasticSnapshotPolicies/options.js +4 -0
  1056. package/dist/react-native/api/elasticSnapshotPolicies/options.js.map +1 -0
  1057. package/dist/react-native/api/elasticSnapshots/index.d.ts +3 -0
  1058. package/dist/react-native/api/elasticSnapshots/index.js +4 -0
  1059. package/dist/react-native/api/elasticSnapshots/index.js.map +1 -0
  1060. package/dist/react-native/api/elasticSnapshots/operations.d.ts +28 -0
  1061. package/dist/react-native/api/elasticSnapshots/operations.js +148 -0
  1062. package/dist/react-native/api/elasticSnapshots/operations.js.map +1 -0
  1063. package/dist/react-native/api/elasticSnapshots/options.d.ts +18 -0
  1064. package/dist/react-native/api/elasticSnapshots/options.js +4 -0
  1065. package/dist/react-native/api/elasticSnapshots/options.js.map +1 -0
  1066. package/dist/react-native/api/elasticVolumes/index.d.ts +3 -0
  1067. package/dist/react-native/api/elasticVolumes/index.js +4 -0
  1068. package/dist/react-native/api/elasticVolumes/index.js.map +1 -0
  1069. package/dist/react-native/api/elasticVolumes/operations.d.ts +36 -0
  1070. package/dist/react-native/api/elasticVolumes/operations.js +218 -0
  1071. package/dist/react-native/api/elasticVolumes/operations.js.map +1 -0
  1072. package/dist/react-native/api/elasticVolumes/options.d.ts +28 -0
  1073. package/dist/react-native/api/elasticVolumes/options.js +4 -0
  1074. package/dist/react-native/api/elasticVolumes/options.js.map +1 -0
  1075. package/dist/react-native/api/index.d.ts +2 -1
  1076. package/dist/react-native/api/index.js +1 -1
  1077. package/dist/react-native/api/index.js.map +1 -1
  1078. package/dist/react-native/api/netAppManagementContext.js +1 -1
  1079. package/dist/react-native/api/netAppManagementContext.js.map +1 -1
  1080. package/dist/react-native/api/netAppResource/index.d.ts +1 -1
  1081. package/dist/react-native/api/netAppResource/index.js.map +1 -1
  1082. package/dist/react-native/api/netAppResource/operations.js +7 -7
  1083. package/dist/react-native/api/netAppResource/operations.js.map +1 -1
  1084. package/dist/react-native/api/netAppResourceQuotaLimits/index.d.ts +1 -1
  1085. package/dist/react-native/api/netAppResourceQuotaLimits/index.js.map +1 -1
  1086. package/dist/react-native/api/netAppResourceQuotaLimits/operations.js +7 -3
  1087. package/dist/react-native/api/netAppResourceQuotaLimits/operations.js.map +1 -1
  1088. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/index.d.ts +1 -1
  1089. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/index.js.map +1 -1
  1090. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/operations.js +7 -3
  1091. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/operations.js.map +1 -1
  1092. package/dist/react-native/api/netAppResourceRegionInfos/index.d.ts +1 -1
  1093. package/dist/react-native/api/netAppResourceRegionInfos/index.js.map +1 -1
  1094. package/dist/react-native/api/netAppResourceRegionInfos/operations.js +7 -3
  1095. package/dist/react-native/api/netAppResourceRegionInfos/operations.js.map +1 -1
  1096. package/dist/react-native/api/netAppResourceUsages/index.d.ts +1 -1
  1097. package/dist/react-native/api/netAppResourceUsages/index.js.map +1 -1
  1098. package/dist/react-native/api/netAppResourceUsages/operations.js +7 -3
  1099. package/dist/react-native/api/netAppResourceUsages/operations.js.map +1 -1
  1100. package/dist/react-native/api/operations/index.d.ts +1 -1
  1101. package/dist/react-native/api/operations/index.js.map +1 -1
  1102. package/dist/react-native/api/operations/operations.js +6 -2
  1103. package/dist/react-native/api/operations/operations.js.map +1 -1
  1104. package/dist/react-native/api/pools/index.d.ts +1 -1
  1105. package/dist/react-native/api/pools/index.js.map +1 -1
  1106. package/dist/react-native/api/pools/operations.js +13 -9
  1107. package/dist/react-native/api/pools/operations.js.map +1 -1
  1108. package/dist/react-native/api/ransomwareReports/index.d.ts +1 -1
  1109. package/dist/react-native/api/ransomwareReports/index.js.map +1 -1
  1110. package/dist/react-native/api/ransomwareReports/operations.js +9 -5
  1111. package/dist/react-native/api/ransomwareReports/operations.js.map +1 -1
  1112. package/dist/react-native/api/snapshotPolicies/index.d.ts +1 -1
  1113. package/dist/react-native/api/snapshotPolicies/index.js.map +1 -1
  1114. package/dist/react-native/api/snapshotPolicies/operations.js +13 -9
  1115. package/dist/react-native/api/snapshotPolicies/operations.js.map +1 -1
  1116. package/dist/react-native/api/snapshots/index.d.ts +1 -1
  1117. package/dist/react-native/api/snapshots/index.js.map +1 -1
  1118. package/dist/react-native/api/snapshots/operations.js +15 -11
  1119. package/dist/react-native/api/snapshots/operations.js.map +1 -1
  1120. package/dist/react-native/api/subvolumes/index.d.ts +1 -1
  1121. package/dist/react-native/api/subvolumes/index.js.map +1 -1
  1122. package/dist/react-native/api/subvolumes/operations.js +15 -11
  1123. package/dist/react-native/api/subvolumes/operations.js.map +1 -1
  1124. package/dist/react-native/api/volumeGroups/index.d.ts +1 -1
  1125. package/dist/react-native/api/volumeGroups/index.js.map +1 -1
  1126. package/dist/react-native/api/volumeGroups/operations.js +11 -7
  1127. package/dist/react-native/api/volumeGroups/operations.js.map +1 -1
  1128. package/dist/react-native/api/volumeQuotaRules/index.d.ts +1 -1
  1129. package/dist/react-native/api/volumeQuotaRules/index.js.map +1 -1
  1130. package/dist/react-native/api/volumeQuotaRules/operations.js +13 -9
  1131. package/dist/react-native/api/volumeQuotaRules/operations.js.map +1 -1
  1132. package/dist/react-native/api/volumes/index.d.ts +1 -1
  1133. package/dist/react-native/api/volumes/index.js.map +1 -1
  1134. package/dist/react-native/api/volumes/operations.js +62 -54
  1135. package/dist/react-native/api/volumes/operations.js.map +1 -1
  1136. package/dist/react-native/classic/activeDirectoryConfigs/index.d.ts +27 -0
  1137. package/dist/react-native/classic/activeDirectoryConfigs/index.js +19 -0
  1138. package/dist/react-native/classic/activeDirectoryConfigs/index.js.map +1 -0
  1139. package/dist/react-native/classic/buckets/index.d.ts +31 -0
  1140. package/dist/react-native/classic/buckets/index.js +21 -0
  1141. package/dist/react-native/classic/buckets/index.js.map +1 -0
  1142. package/dist/react-native/classic/caches/index.d.ts +31 -0
  1143. package/dist/react-native/classic/caches/index.js +21 -0
  1144. package/dist/react-native/classic/caches/index.js.map +1 -0
  1145. package/dist/react-native/classic/elasticAccounts/index.d.ts +27 -0
  1146. package/dist/react-native/classic/elasticAccounts/index.js +19 -0
  1147. package/dist/react-native/classic/elasticAccounts/index.js.map +1 -0
  1148. package/dist/react-native/classic/elasticBackupPolicies/index.d.ts +25 -0
  1149. package/dist/react-native/classic/elasticBackupPolicies/index.js +18 -0
  1150. package/dist/react-native/classic/elasticBackupPolicies/index.js.map +1 -0
  1151. package/dist/react-native/classic/elasticBackupVaults/index.d.ts +25 -0
  1152. package/dist/react-native/classic/elasticBackupVaults/index.js +18 -0
  1153. package/dist/react-native/classic/elasticBackupVaults/index.js.map +1 -0
  1154. package/dist/react-native/classic/elasticBackups/index.d.ts +25 -0
  1155. package/dist/react-native/classic/elasticBackups/index.js +18 -0
  1156. package/dist/react-native/classic/elasticBackups/index.js.map +1 -0
  1157. package/dist/react-native/classic/elasticCapacityPools/index.d.ts +29 -0
  1158. package/dist/react-native/classic/elasticCapacityPools/index.js +20 -0
  1159. package/dist/react-native/classic/elasticCapacityPools/index.js.map +1 -0
  1160. package/dist/react-native/classic/elasticSnapshotPolicies/index.d.ts +27 -0
  1161. package/dist/react-native/classic/elasticSnapshotPolicies/index.js +19 -0
  1162. package/dist/react-native/classic/elasticSnapshotPolicies/index.js.map +1 -0
  1163. package/dist/react-native/classic/elasticSnapshots/index.d.ts +23 -0
  1164. package/dist/react-native/classic/elasticSnapshots/index.js +17 -0
  1165. package/dist/react-native/classic/elasticSnapshots/index.js.map +1 -0
  1166. package/dist/react-native/classic/elasticVolumes/index.d.ts +27 -0
  1167. package/dist/react-native/classic/elasticVolumes/index.js +19 -0
  1168. package/dist/react-native/classic/elasticVolumes/index.js.map +1 -0
  1169. package/dist/react-native/classic/index.d.ts +32 -21
  1170. package/dist/react-native/classic/index.js.map +1 -1
  1171. package/dist/react-native/index.d.ts +44 -29
  1172. package/dist/react-native/index.js +1 -1
  1173. package/dist/react-native/index.js.map +1 -1
  1174. package/dist/react-native/models/index.d.ts +2 -1
  1175. package/dist/react-native/models/index.js +1 -1
  1176. package/dist/react-native/models/index.js.map +1 -1
  1177. package/dist/react-native/models/models.d.ts +2350 -210
  1178. package/dist/react-native/models/models.js +2334 -177
  1179. package/dist/react-native/models/models.js.map +1 -1
  1180. package/dist/react-native/netAppManagementClient.d.ts +34 -1
  1181. package/dist/react-native/netAppManagementClient.js +44 -0
  1182. package/dist/react-native/netAppManagementClient.js.map +1 -1
  1183. package/dist/react-native/restorePollerHelpers.js +109 -3
  1184. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  1185. package/dist/react-native/static-helpers/urlTemplate.js +5 -5
  1186. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
  1187. package/package.json +204 -46
@@ -311,7 +311,11 @@ export interface VolumeProperties {
311
311
  creationToken: string;
312
312
  /** The service level of the file system */
313
313
  serviceLevel?: ServiceLevel;
314
- /** Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB. */
314
+ /**
315
+ * Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB.
316
+ * For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB.
317
+ * For extra large volumes, valid values are in the range 2400GiB to 7200TiB. Values expressed in bytes as multiples of 1 GiB.
318
+ */
315
319
  usageThreshold: number;
316
320
  /** Set of export policy rules */
317
321
  exportPolicy?: VolumePropertiesExportPolicy;
@@ -371,6 +375,8 @@ export interface VolumeProperties {
371
375
  keyVaultPrivateEndpointResourceId?: string;
372
376
  /** Specifies whether LDAP is enabled or not for a given NFS volume. */
373
377
  ldapEnabled?: boolean;
378
+ /** Specifies the type of LDAP server for a given NFS volume. */
379
+ ldapServerType?: LdapServerType;
374
380
  /** Specifies whether Cool Access(tiering) is enabled for the volume. */
375
381
  coolAccess?: boolean;
376
382
  /** Specifies the number of days after which data that is not accessed by clients will be tiered. */
@@ -422,10 +428,20 @@ export interface VolumeProperties {
422
428
  readonly provisionedAvailabilityZone?: string | null;
423
429
  /** Specifies whether volume is a Large Volume or Regular Volume. */
424
430
  isLargeVolume?: boolean;
431
+ /**
432
+ * Specifies the type of the Large Volume. When set to 'LargeVolume', the large volume is created with standard configuration.
433
+ * If it is set to 'ExtraLargeVolume7Dot2PiB', the extra large volume is created with higher capacity limit 7.2PiB with cool access enabled,
434
+ * delivering higher capacity limit with lower costs.
435
+ */
436
+ largeVolumeType?: LargeVolumeType;
425
437
  /** Id of the snapshot or backup that the volume is restored from. */
426
438
  readonly originatingResourceId?: string | null;
427
439
  /** Space shared by short term clone volume with parent volume in bytes. */
428
440
  readonly inheritedSizeInBytes?: number | null;
441
+ /** Language supported for volume. */
442
+ language?: VolumeLanguage;
443
+ /** Specifies whether the volume operates in Breakthrough Mode. */
444
+ breakthroughMode?: BreakthroughMode;
429
445
  }
430
446
  export declare function volumePropertiesSerializer(item: VolumeProperties): any;
431
447
  export declare function volumePropertiesDeserializer(item: any): VolumeProperties;
@@ -613,6 +629,14 @@ export interface ReplicationObject {
613
629
  remoteVolumeRegion?: string;
614
630
  /** A list of destination replications */
615
631
  readonly destinationReplications?: DestinationReplication[];
632
+ /** Property that only applies to external replications. Provides a machine-readable value for the status of the external replication setup. */
633
+ readonly externalReplicationSetupStatus?: ExternalReplicationSetupStatus;
634
+ /** Contains human-readable instructions on what the next step is to finish the external replication setup. */
635
+ readonly externalReplicationSetupInfo?: string;
636
+ /** The mirror state property describes the current status of data replication for a replication. It provides insight into whether the data is actively being mirrored, if the replication process has been paused, or if it has yet to be initialized. */
637
+ readonly mirrorState?: MirrorState;
638
+ /** The status of the Volume Replication */
639
+ readonly relationshipStatus?: VolumeReplicationRelationshipStatus;
616
640
  }
617
641
  export declare function replicationObjectSerializer(item: ReplicationObject): any;
618
642
  export declare function replicationObjectDeserializer(item: any): ReplicationObject;
@@ -691,6 +715,66 @@ export declare enum KnownReplicationType {
691
715
  * **CrossZoneReplication**: Cross zone replication
692
716
  */
693
717
  export type ReplicationType = string;
718
+ /** Property that only applies to external replications. Provides a machine-readable value for the status of the external replication setup. */
719
+ export declare enum KnownExternalReplicationSetupStatus {
720
+ /** Your cluster needs to be peered by using the 'peerExternalCluster' action */
721
+ ClusterPeerRequired = "ClusterPeerRequired",
722
+ /** The peering needs to be accepted on your cluster before the setup can proceed */
723
+ ClusterPeerPending = "ClusterPeerPending",
724
+ /** Need to call 'authorizeExternalReplication' and accept the returned 'vserver peer accept' command on your cluster to finish setting up the external replication */
725
+ VServerPeerRequired = "VServerPeerRequired",
726
+ /** Need to call 'authorizeExternalReplication' to finish setting up the external replication */
727
+ ReplicationCreateRequired = "ReplicationCreateRequired",
728
+ /** External Replication setup is complete, you can now monitor the 'mirrorState' in the replication status for the health of the replication */
729
+ NoActionRequired = "NoActionRequired"
730
+ }
731
+ /**
732
+ * Property that only applies to external replications. Provides a machine-readable value for the status of the external replication setup. \
733
+ * {@link KnownExternalReplicationSetupStatus} can be used interchangeably with ExternalReplicationSetupStatus,
734
+ * this enum contains the known values that the service supports.
735
+ * ### Known values supported by the service
736
+ * **ClusterPeerRequired**: Your cluster needs to be peered by using the 'peerExternalCluster' action \
737
+ * **ClusterPeerPending**: The peering needs to be accepted on your cluster before the setup can proceed \
738
+ * **VServerPeerRequired**: Need to call 'authorizeExternalReplication' and accept the returned 'vserver peer accept' command on your cluster to finish setting up the external replication \
739
+ * **ReplicationCreateRequired**: Need to call 'authorizeExternalReplication' to finish setting up the external replication \
740
+ * **NoActionRequired**: External Replication setup is complete, you can now monitor the 'mirrorState' in the replication status for the health of the replication
741
+ */
742
+ export type ExternalReplicationSetupStatus = string;
743
+ /** The status of the replication */
744
+ export declare enum KnownMirrorState {
745
+ /** Uninitialized */
746
+ Uninitialized = "Uninitialized",
747
+ /** Mirrored */
748
+ Mirrored = "Mirrored",
749
+ /** Broken */
750
+ Broken = "Broken"
751
+ }
752
+ /**
753
+ * The status of the replication \
754
+ * {@link KnownMirrorState} can be used interchangeably with MirrorState,
755
+ * this enum contains the known values that the service supports.
756
+ * ### Known values supported by the service
757
+ * **Uninitialized** \
758
+ * **Mirrored** \
759
+ * **Broken**
760
+ */
761
+ export type MirrorState = string;
762
+ /** Status of the volume replication relationship */
763
+ export declare enum KnownVolumeReplicationRelationshipStatus {
764
+ /** Idle */
765
+ Idle = "Idle",
766
+ /** Transferring */
767
+ Transferring = "Transferring"
768
+ }
769
+ /**
770
+ * Status of the volume replication relationship \
771
+ * {@link KnownVolumeReplicationRelationshipStatus} can be used interchangeably with VolumeReplicationRelationshipStatus,
772
+ * this enum contains the known values that the service supports.
773
+ * ### Known values supported by the service
774
+ * **Idle** \
775
+ * **Transferring**
776
+ */
777
+ export type VolumeReplicationRelationshipStatus = string;
694
778
  /** Volume Snapshot Properties */
695
779
  export interface VolumeSnapshotProperties {
696
780
  /** Snapshot Policy ResourceId */
@@ -834,6 +918,22 @@ export declare enum KnownEncryptionKeySource {
834
918
  * **Microsoft.KeyVault**: Customer-managed key encryption
835
919
  */
836
920
  export type EncryptionKeySource = string;
921
+ /** The type of the LDAP server */
922
+ export declare enum KnownLdapServerType {
923
+ /** The volume should use Active Directory for LDAP connections. */
924
+ ActiveDirectory = "ActiveDirectory",
925
+ /** The volume should use OpenLDAP for LDAP connections. */
926
+ OpenLdap = "OpenLDAP"
927
+ }
928
+ /**
929
+ * The type of the LDAP server \
930
+ * {@link KnownLdapServerType} can be used interchangeably with LdapServerType,
931
+ * this enum contains the known values that the service supports.
932
+ * ### Known values supported by the service
933
+ * **ActiveDirectory**: The volume should use Active Directory for LDAP connections. \
934
+ * **OpenLDAP**: The volume should use OpenLDAP for LDAP connections.
935
+ */
936
+ export type LdapServerType = string;
837
937
  /**
838
938
  * coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are:
839
939
  * Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
@@ -925,6 +1025,267 @@ export declare enum KnownEnableSubvolumes {
925
1025
  * **Disabled**: subvolumes are not enabled
926
1026
  */
927
1027
  export type EnableSubvolumes = string;
1028
+ /**
1029
+ * Specifies the type of the Large Volume. When set to 'LargeVolume', the large volume is created with standard configuration.
1030
+ * If it is set to 'ExtraLargeVolume7Dot2PiB', the extra large volume is created with higher capacity limit 7.2PiB with cool access enabled,
1031
+ * delivering higher capacity limit with lower costs.
1032
+ */
1033
+ export declare enum KnownLargeVolumeType {
1034
+ /** The large volume is created with standard configuration that provides standard performance and throughput. */
1035
+ LargeVolume = "LargeVolume",
1036
+ /** The extra large volume is created with higher volume capacity limit 7.2PiB with cool access enabled, delivering higher capacity limit with lower costs */
1037
+ ExtraLargeVolume7Dot2PiB = "PremExtraLargeVolume7Dot2PiB"
1038
+ }
1039
+ /**
1040
+ * Specifies the type of the Large Volume. When set to 'LargeVolume', the large volume is created with standard configuration.
1041
+ * If it is set to 'ExtraLargeVolume7Dot2PiB', the extra large volume is created with higher capacity limit 7.2PiB with cool access enabled,
1042
+ * delivering higher capacity limit with lower costs. \
1043
+ * {@link KnownLargeVolumeType} can be used interchangeably with LargeVolumeType,
1044
+ * this enum contains the known values that the service supports.
1045
+ * ### Known values supported by the service
1046
+ * **LargeVolume**: The large volume is created with standard configuration that provides standard performance and throughput. \
1047
+ * **PremExtraLargeVolume7Dot2PiB**: The extra large volume is created with higher volume capacity limit 7.2PiB with cool access enabled, delivering higher capacity limit with lower costs
1048
+ */
1049
+ export type LargeVolumeType = string;
1050
+ /** Language supported for volume. */
1051
+ export declare enum KnownVolumeLanguage {
1052
+ /** Posix with UTF-8 */
1053
+ CUtf8 = "c.utf-8",
1054
+ /** UTF-8 with 4 byte character support */
1055
+ Utf8Mb4 = "utf8mb4",
1056
+ /** Arabic - Deprecated */
1057
+ Ar = "ar",
1058
+ /** Arabic with UTF-8 */
1059
+ ArUtf8 = "ar.utf-8",
1060
+ /** Croatian - Deprecated */
1061
+ Hr = "hr",
1062
+ /** Croatian with UTF-8 */
1063
+ HrUtf8 = "hr.utf-8",
1064
+ /** Czech - Deprecated */
1065
+ Cs = "cs",
1066
+ /** Czech with UTF-8 */
1067
+ CsUtf8 = "cs.utf-8",
1068
+ /** Danish - Deprecated */
1069
+ Da = "da",
1070
+ /** Danish with UTF-8 */
1071
+ DaUtf8 = "da.utf-8",
1072
+ /** Dutch - Deprecated */
1073
+ Nl = "nl",
1074
+ /** Dutch with UTF-8 */
1075
+ NlUtf8 = "nl.utf-8",
1076
+ /** English - Deprecated */
1077
+ En = "en",
1078
+ /** English with UTF-8 */
1079
+ EnUtf8 = "en.utf-8",
1080
+ /** Finnish - Deprecated */
1081
+ Fi = "fi",
1082
+ /** Finnish with UTF-8 */
1083
+ FiUtf8 = "fi.utf-8",
1084
+ /** French - Deprecated */
1085
+ Fr = "fr",
1086
+ /** French with UTF-8 */
1087
+ FrUtf8 = "fr.utf-8",
1088
+ /** German - Deprecated */
1089
+ De = "de",
1090
+ /** German with UTF-8 */
1091
+ DeUtf8 = "de.utf-8",
1092
+ /** Hebrew - Deprecated */
1093
+ He = "he",
1094
+ /** Hebrew with UTF-8 */
1095
+ HeUtf8 = "he.utf-8",
1096
+ /** Hungarian - Deprecated */
1097
+ Hu = "hu",
1098
+ /** Hungarian with UTF-8 */
1099
+ HuUtf8 = "hu.utf-8",
1100
+ /** Italian - Deprecated */
1101
+ It = "it",
1102
+ /** Italian with UTF-8 */
1103
+ ItUtf8 = "it.utf-8",
1104
+ /** Japanese euc-j - Deprecated */
1105
+ Ja = "ja",
1106
+ /** Japanese euc-j with UTF-8 */
1107
+ JaUtf8 = "ja.utf-8",
1108
+ /** Japanese euc-j - Deprecated */
1109
+ JaV1 = "ja-v1",
1110
+ /** Japanese euc-j with UTF-8 */
1111
+ JaV1Utf8 = "ja-v1.utf-8",
1112
+ /** Japanese pck */
1113
+ JaJpPck = "ja-jp.pck",
1114
+ /** Japanese pck with UTF-8 - Deprecated */
1115
+ JaJpPckUtf8 = "ja-jp.pck.utf-8",
1116
+ /** Japanese cp932 */
1117
+ JaJp932 = "ja-jp.932",
1118
+ /** Japanese cp932 with UTF-8 - Deprecated */
1119
+ JaJp932Utf8 = "ja-jp.932.utf-8",
1120
+ /** Japanese pck - sjis */
1121
+ JaJpPckV2 = "ja-jp.pck-v2",
1122
+ /** Japanese pck - sjis with UTF-8 - Deprecated */
1123
+ JaJpPckV2Utf8 = "ja-jp.pck-v2.utf-8",
1124
+ /** Korean - Deprecated */
1125
+ Ko = "ko",
1126
+ /** Korean with UTF-8 */
1127
+ KoUtf8 = "ko.utf-8",
1128
+ /** Norwegian - Deprecated */
1129
+ No = "no",
1130
+ /** Norwegian with UTF-8 */
1131
+ NoUtf8 = "no.utf-8",
1132
+ /** Polish - Deprecated */
1133
+ Pl = "pl",
1134
+ /** Polish with UTF-8 */
1135
+ PlUtf8 = "pl.utf-8",
1136
+ /** Portuguese - Deprecated */
1137
+ Pt = "pt",
1138
+ /** Portuguese with UTF-8 */
1139
+ PtUtf8 = "pt.utf-8",
1140
+ /** Posix - Deprecated */
1141
+ C = "c",
1142
+ /** Romanian - Deprecated */
1143
+ Ro = "ro",
1144
+ /** Romanian with UTF-8 */
1145
+ RoUtf8 = "ro.utf-8",
1146
+ /** Russian - Deprecated */
1147
+ Ru = "ru",
1148
+ /** Russian with UTF-8 */
1149
+ RuUtf8 = "ru.utf-8",
1150
+ /** Simplified Chinese - Deprecated */
1151
+ Zh = "zh",
1152
+ /** Simplified Chinese with UTF-8 */
1153
+ ZhUtf8 = "zh.utf-8",
1154
+ /** Simplified gbk Chinese */
1155
+ ZhGbk = "zh.gbk",
1156
+ /** Simplified gbk Chinese with UTF-8 - Deprecated */
1157
+ ZhGbkUtf8 = "zh.gbk.utf-8",
1158
+ /** Traditional Chinese BIG 5 */
1159
+ ZhTwBig5 = "zh-tw.big5",
1160
+ /** Traditional Chinese BIG 5 with UTF-8 - Deprecated */
1161
+ ZhTwBig5Utf8 = "zh-tw.big5.utf-8",
1162
+ /** Traditional Chinese EUC-TW */
1163
+ ZhTw = "zh-tw",
1164
+ /** Traditional Chinese EUC-TW with UTF-8 - Deprecated */
1165
+ ZhTwUtf8 = "zh-tw.utf-8",
1166
+ /** Slovak - Deprecated */
1167
+ Sk = "sk",
1168
+ /** Slovak with UTF-8 */
1169
+ SkUtf8 = "sk.utf-8",
1170
+ /** Slovenian - Deprecated */
1171
+ Sl = "sl",
1172
+ /** Slovenian with UTF-8 */
1173
+ SlUtf8 = "sl.utf-8",
1174
+ /** Spanish - Deprecated */
1175
+ Es = "es",
1176
+ /** Spanish with UTF-8 */
1177
+ EsUtf8 = "es.utf-8",
1178
+ /** Swedish - Deprecated */
1179
+ Sv = "sv",
1180
+ /** Swedish with UTF-8 */
1181
+ SvUtf8 = "sv.utf-8",
1182
+ /** Turkish - Deprecated */
1183
+ Tr = "tr",
1184
+ /** Turkish with UTF-8 */
1185
+ TrUtf8 = "tr.utf-8",
1186
+ /** US English - Deprecated */
1187
+ EnUs = "en-us",
1188
+ /** US English with UTF-8 */
1189
+ EnUsUtf8 = "en-us.utf-8"
1190
+ }
1191
+ /**
1192
+ * Language supported for volume. \
1193
+ * {@link KnownVolumeLanguage} can be used interchangeably with VolumeLanguage,
1194
+ * this enum contains the known values that the service supports.
1195
+ * ### Known values supported by the service
1196
+ * **c.utf-8**: Posix with UTF-8 \
1197
+ * **utf8mb4**: UTF-8 with 4 byte character support \
1198
+ * **ar**: Arabic - Deprecated \
1199
+ * **ar.utf-8**: Arabic with UTF-8 \
1200
+ * **hr**: Croatian - Deprecated \
1201
+ * **hr.utf-8**: Croatian with UTF-8 \
1202
+ * **cs**: Czech - Deprecated \
1203
+ * **cs.utf-8**: Czech with UTF-8 \
1204
+ * **da**: Danish - Deprecated \
1205
+ * **da.utf-8**: Danish with UTF-8 \
1206
+ * **nl**: Dutch - Deprecated \
1207
+ * **nl.utf-8**: Dutch with UTF-8 \
1208
+ * **en**: English - Deprecated \
1209
+ * **en.utf-8**: English with UTF-8 \
1210
+ * **fi**: Finnish - Deprecated \
1211
+ * **fi.utf-8**: Finnish with UTF-8 \
1212
+ * **fr**: French - Deprecated \
1213
+ * **fr.utf-8**: French with UTF-8 \
1214
+ * **de**: German - Deprecated \
1215
+ * **de.utf-8**: German with UTF-8 \
1216
+ * **he**: Hebrew - Deprecated \
1217
+ * **he.utf-8**: Hebrew with UTF-8 \
1218
+ * **hu**: Hungarian - Deprecated \
1219
+ * **hu.utf-8**: Hungarian with UTF-8 \
1220
+ * **it**: Italian - Deprecated \
1221
+ * **it.utf-8**: Italian with UTF-8 \
1222
+ * **ja**: Japanese euc-j - Deprecated \
1223
+ * **ja.utf-8**: Japanese euc-j with UTF-8 \
1224
+ * **ja-v1**: Japanese euc-j - Deprecated \
1225
+ * **ja-v1.utf-8**: Japanese euc-j with UTF-8 \
1226
+ * **ja-jp.pck**: Japanese pck \
1227
+ * **ja-jp.pck.utf-8**: Japanese pck with UTF-8 - Deprecated \
1228
+ * **ja-jp.932**: Japanese cp932 \
1229
+ * **ja-jp.932.utf-8**: Japanese cp932 with UTF-8 - Deprecated \
1230
+ * **ja-jp.pck-v2**: Japanese pck - sjis \
1231
+ * **ja-jp.pck-v2.utf-8**: Japanese pck - sjis with UTF-8 - Deprecated \
1232
+ * **ko**: Korean - Deprecated \
1233
+ * **ko.utf-8**: Korean with UTF-8 \
1234
+ * **no**: Norwegian - Deprecated \
1235
+ * **no.utf-8**: Norwegian with UTF-8 \
1236
+ * **pl**: Polish - Deprecated \
1237
+ * **pl.utf-8**: Polish with UTF-8 \
1238
+ * **pt**: Portuguese - Deprecated \
1239
+ * **pt.utf-8**: Portuguese with UTF-8 \
1240
+ * **c**: Posix - Deprecated \
1241
+ * **ro**: Romanian - Deprecated \
1242
+ * **ro.utf-8**: Romanian with UTF-8 \
1243
+ * **ru**: Russian - Deprecated \
1244
+ * **ru.utf-8**: Russian with UTF-8 \
1245
+ * **zh**: Simplified Chinese - Deprecated \
1246
+ * **zh.utf-8**: Simplified Chinese with UTF-8 \
1247
+ * **zh.gbk**: Simplified gbk Chinese \
1248
+ * **zh.gbk.utf-8**: Simplified gbk Chinese with UTF-8 - Deprecated \
1249
+ * **zh-tw.big5**: Traditional Chinese BIG 5 \
1250
+ * **zh-tw.big5.utf-8**: Traditional Chinese BIG 5 with UTF-8 - Deprecated \
1251
+ * **zh-tw**: Traditional Chinese EUC-TW \
1252
+ * **zh-tw.utf-8**: Traditional Chinese EUC-TW with UTF-8 - Deprecated \
1253
+ * **sk**: Slovak - Deprecated \
1254
+ * **sk.utf-8**: Slovak with UTF-8 \
1255
+ * **sl**: Slovenian - Deprecated \
1256
+ * **sl.utf-8**: Slovenian with UTF-8 \
1257
+ * **es**: Spanish - Deprecated \
1258
+ * **es.utf-8**: Spanish with UTF-8 \
1259
+ * **sv**: Swedish - Deprecated \
1260
+ * **sv.utf-8**: Swedish with UTF-8 \
1261
+ * **tr**: Turkish - Deprecated \
1262
+ * **tr.utf-8**: Turkish with UTF-8 \
1263
+ * **en-us**: US English - Deprecated \
1264
+ * **en-us.utf-8**: US English with UTF-8
1265
+ */
1266
+ export type VolumeLanguage = string;
1267
+ /**
1268
+ * Specifies whether the volume operates in Breakthrough Mode. When set to 'Enabled', the volume runs on the resources configured for this mode,
1269
+ * delivering improved performance and higher throughput. If set to 'Disabled' or omitted, the volume uses the basic configuration. This feature
1270
+ * is available only in regions where it’s been configured and first-time users must finish onboarding prior to using Breakthrough Mode.
1271
+ */
1272
+ export declare enum KnownBreakthroughMode {
1273
+ /** The volume runs on the resources configured for Breakthrough mode which ensures consistent high performance and a higher throughput. */
1274
+ Enabled = "Enabled",
1275
+ /** The volume uses configuration that provides basic performance and throughput. */
1276
+ Disabled = "Disabled"
1277
+ }
1278
+ /**
1279
+ * Specifies whether the volume operates in Breakthrough Mode. When set to 'Enabled', the volume runs on the resources configured for this mode,
1280
+ * delivering improved performance and higher throughput. If set to 'Disabled' or omitted, the volume uses the basic configuration. This feature
1281
+ * is available only in regions where it’s been configured and first-time users must finish onboarding prior to using Breakthrough Mode. \
1282
+ * {@link KnownBreakthroughMode} can be used interchangeably with BreakthroughMode,
1283
+ * this enum contains the known values that the service supports.
1284
+ * ### Known values supported by the service
1285
+ * **Enabled**: The volume runs on the resources configured for Breakthrough mode which ensures consistent high performance and a higher throughput. \
1286
+ * **Disabled**: The volume uses configuration that provides basic performance and throughput.
1287
+ */
1288
+ export type BreakthroughMode = string;
928
1289
  /** List of volume group resources */
929
1290
  export interface _VolumeGroupList {
930
1291
  /** The VolumeGroup items on this page */
@@ -1078,25 +1439,6 @@ export declare enum KnownVolumeBackupRelationshipStatus {
1078
1439
  * **Unknown**
1079
1440
  */
1080
1441
  export type VolumeBackupRelationshipStatus = string;
1081
- /** The status of the replication */
1082
- export declare enum KnownMirrorState {
1083
- /** Uninitialized */
1084
- Uninitialized = "Uninitialized",
1085
- /** Mirrored */
1086
- Mirrored = "Mirrored",
1087
- /** Broken */
1088
- Broken = "Broken"
1089
- }
1090
- /**
1091
- * The status of the replication \
1092
- * {@link KnownMirrorState} can be used interchangeably with MirrorState,
1093
- * this enum contains the known values that the service supports.
1094
- * ### Known values supported by the service
1095
- * **Uninitialized** \
1096
- * **Mirrored** \
1097
- * **Broken**
1098
- */
1099
- export type MirrorState = string;
1100
1442
  /** Restore status */
1101
1443
  export interface RestoreStatus {
1102
1444
  /** Restore health status */
@@ -1175,7 +1517,11 @@ export declare function volumePatchSerializer(item: VolumePatch): any;
1175
1517
  export interface VolumePatchProperties {
1176
1518
  /** The service level of the file system */
1177
1519
  serviceLevel?: ServiceLevel;
1178
- /** Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB. */
1520
+ /**
1521
+ * Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB.
1522
+ * For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB.
1523
+ * For extra large volumes, valid values are in the range 2400GiB to 7200TiB. Values expressed in bytes as multiples of 1 GiB.
1524
+ */
1179
1525
  usageThreshold?: number;
1180
1526
  /** Set of export policy rules */
1181
1527
  exportPolicy?: VolumePatchPropertiesExportPolicy;
@@ -1298,22 +1644,6 @@ export interface ReplicationStatus {
1298
1644
  errorMessage?: string;
1299
1645
  }
1300
1646
  export declare function replicationStatusDeserializer(item: any): ReplicationStatus;
1301
- /** Status of the volume replication relationship */
1302
- export declare enum KnownVolumeReplicationRelationshipStatus {
1303
- /** Idle */
1304
- Idle = "Idle",
1305
- /** Transferring */
1306
- Transferring = "Transferring"
1307
- }
1308
- /**
1309
- * Status of the volume replication relationship \
1310
- * {@link KnownVolumeReplicationRelationshipStatus} can be used interchangeably with VolumeReplicationRelationshipStatus,
1311
- * this enum contains the known values that the service supports.
1312
- * ### Known values supported by the service
1313
- * **Idle** \
1314
- * **Transferring**
1315
- */
1316
- export type VolumeReplicationRelationshipStatus = string;
1317
1647
  /** Body for the list replications endpoint. If supplied, the body will be used as a filter for example to exclude deleted replications. If omitted, the endpoint returns all replications */
1318
1648
  export interface ListReplicationsRequest {
1319
1649
  /** Exclude Replications filter. 'None' returns all replications, 'Deleted' excludes deleted replications. Default is 'None' */
@@ -1936,107 +2266,1909 @@ export interface _BackupVaultsList {
1936
2266
  export declare function _backupVaultsListDeserializer(item: any): _BackupVaultsList;
1937
2267
  export declare function backupVaultArraySerializer(result: Array<BackupVault>): any[];
1938
2268
  export declare function backupVaultArrayDeserializer(result: Array<BackupVault>): any[];
1939
- /** Information regarding regionInfo Item. */
1940
- export interface RegionInfoResource extends ProxyResource {
1941
- /** regionInfo properties */
1942
- properties?: RegionInfo;
2269
+ /** Bucket resource */
2270
+ export interface Bucket extends ProxyResource {
2271
+ /** Bucket properties */
2272
+ properties?: BucketProperties;
2273
+ }
2274
+ export declare function bucketSerializer(item: Bucket): any;
2275
+ export declare function bucketDeserializer(item: any): Bucket;
2276
+ /** Bucket resource properties */
2277
+ export interface BucketProperties {
2278
+ /** The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created. */
2279
+ path?: string;
2280
+ /** File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both. */
2281
+ fileSystemUser?: FileSystemUser;
2282
+ /** Provisioning state of the resource */
2283
+ readonly provisioningState?: NetAppProvisioningState;
2284
+ /**
2285
+ * The bucket credentials status. There states:
2286
+ *
2287
+ * "NoCredentialsSet": Access and Secret key pair have not been generated.
2288
+ * "CredentialsExpired": Access and Secret key pair have expired.
2289
+ * "Active": The certificate has been installed and credentials are unexpired.
2290
+ */
2291
+ readonly status?: CredentialsStatus;
2292
+ /** Properties of the server managing the lifecycle of volume buckets */
2293
+ server?: BucketServerProperties;
2294
+ /** Access permissions for the bucket. Either ReadOnly or ReadWrite. The default is ReadOnly if no value is provided during bucket creation. */
2295
+ permissions?: BucketPermissions;
2296
+ /**
2297
+ * Specifies the Azure Key Vault settings. These are used when
2298
+ * a) retrieving the bucket server certificate, and
2299
+ * b) storing the bucket credentials
2300
+ *
2301
+ * Notes:
2302
+ *
2303
+ * 1. If a bucket certificate was previously provided directly using the certificateObject property, it is possible to subsequently use the Azure Key Vault for certificate management by using these 'akvDetails' properties. However, once Azure Key Vault is configured, it is no longer possible to provide the certificate directly via the certificateObject property.
2304
+ * 2. These properties are mutually exclusive with the server.certificateObject property.
2305
+ */
2306
+ akvDetails?: AzureKeyVaultDetails;
2307
+ }
2308
+ export declare function bucketPropertiesSerializer(item: BucketProperties): any;
2309
+ export declare function bucketPropertiesDeserializer(item: any): BucketProperties;
2310
+ /** File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both. */
2311
+ export interface FileSystemUser {
2312
+ /** The effective NFS User ID and Group ID when accessing the volume data. */
2313
+ nfsUser?: NfsUser;
2314
+ /** The effective CIFS username when accessing the volume data. */
2315
+ cifsUser?: CifsUser;
2316
+ }
2317
+ export declare function fileSystemUserSerializer(item: FileSystemUser): any;
2318
+ export declare function fileSystemUserDeserializer(item: any): FileSystemUser;
2319
+ /** The effective NFS User ID and Group ID when accessing the volume data. */
2320
+ export interface NfsUser {
2321
+ /** The NFS user's UID */
2322
+ userId?: number;
2323
+ /** The NFS user's GID */
2324
+ groupId?: number;
2325
+ }
2326
+ export declare function nfsUserSerializer(item: NfsUser): any;
2327
+ export declare function nfsUserDeserializer(item: any): NfsUser;
2328
+ /** The effective CIFS username when accessing the volume data. */
2329
+ export interface CifsUser {
2330
+ /** The CIFS user's username */
2331
+ username?: string;
1943
2332
  }
1944
- export declare function regionInfoResourceDeserializer(item: any): RegionInfoResource;
1945
- /** Provides region specific information. */
1946
- export interface RegionInfo {
1947
- /** Provides storage to network proximity information in the region. */
1948
- storageToNetworkProximity?: RegionStorageToNetworkProximity;
1949
- /** Provides logical availability zone mappings for the subscription for a region. */
1950
- availabilityZoneMappings?: RegionInfoAvailabilityZoneMappingsItem[];
2333
+ export declare function cifsUserSerializer(item: CifsUser): any;
2334
+ export declare function cifsUserDeserializer(item: any): CifsUser;
2335
+ /**
2336
+ * The bucket credentials status. There states:
2337
+ *
2338
+ * "NoCredentialsSet": Access and Secret key pair have not been generated.
2339
+ * "CredentialsExpired": Access and Secret key pair have expired.
2340
+ * "Active": The certificate has been installed and credentials are unexpired.
2341
+ */
2342
+ export declare enum KnownCredentialsStatus {
2343
+ /** Access and Secret key pair have not been generated. */
2344
+ NoCredentialsSet = "NoCredentialsSet",
2345
+ /** Access and Secret key pair have expired. */
2346
+ CredentialsExpired = "CredentialsExpired",
2347
+ /** The certificate has been installed on the bucket server and the bucket credentials are unexpired. */
2348
+ Active = "Active"
1951
2349
  }
1952
- export declare function regionInfoDeserializer(item: any): RegionInfo;
1953
- /** Provides storage to network proximity information in the region. */
1954
- export declare enum KnownRegionStorageToNetworkProximity {
1955
- /** Basic network connectivity. */
1956
- Default = "Default",
1957
- /** Standard T1 network connectivity. */
1958
- T1 = "T1",
1959
- /** Standard T2 network connectivity. */
1960
- T2 = "T2",
1961
- /** Standard AcrossT2 network connectivity. */
1962
- AcrossT2 = "AcrossT2",
1963
- /** Standard T1 and T2 network connectivity. */
1964
- T1AndT2 = "T1AndT2",
1965
- /** Standard T1 and AcrossT2 network connectivity. */
1966
- T1AndAcrossT2 = "T1AndAcrossT2",
1967
- /** Standard T2 and AcrossT2 network connectivity. */
1968
- T2AndAcrossT2 = "T2AndAcrossT2",
1969
- /** Standard T1, T2 and AcrossT2 network connectivity. */
1970
- T1AndT2AndAcrossT2 = "T1AndT2AndAcrossT2"
2350
+ /**
2351
+ * The bucket credentials status. There states:
2352
+ *
2353
+ * "NoCredentialsSet": Access and Secret key pair have not been generated.
2354
+ * "CredentialsExpired": Access and Secret key pair have expired.
2355
+ * "Active": The certificate has been installed and credentials are unexpired. \
2356
+ * {@link KnownCredentialsStatus} can be used interchangeably with CredentialsStatus,
2357
+ * this enum contains the known values that the service supports.
2358
+ * ### Known values supported by the service
2359
+ * **NoCredentialsSet**: Access and Secret key pair have not been generated. \
2360
+ * **CredentialsExpired**: Access and Secret key pair have expired. \
2361
+ * **Active**: The certificate has been installed on the bucket server and the bucket credentials are unexpired.
2362
+ */
2363
+ export type CredentialsStatus = string;
2364
+ /** Properties of the server managing the lifecycle of volume buckets */
2365
+ export interface BucketServerProperties {
2366
+ /** The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate. */
2367
+ fqdn?: string;
2368
+ /** Certificate Common Name taken from the certificate installed on the bucket server */
2369
+ readonly certificateCommonName?: string;
2370
+ /** The bucket server's certificate expiry date. */
2371
+ readonly certificateExpiryDate?: Date;
2372
+ /** The bucket server's IPv4 address */
2373
+ readonly ipAddress?: string;
2374
+ /**
2375
+ * The base64-encoded contents of a PEM file, which includes both the bucket server's certificate and private key. It is generated by the end user and allows the user to access volume data in a read-only manner.
2376
+ * Note: This is only used when Azure Key Vault is not configured. This property is mutually exclusive with the Azure Key Vault 'akv' properties.
2377
+ */
2378
+ certificateObject?: string;
2379
+ /**
2380
+ * Action to take when there is a certificate conflict.
2381
+ * Possible values include: 'Update', 'Fail'
2382
+ */
2383
+ onCertificateConflictAction?: OnCertificateConflictAction;
1971
2384
  }
2385
+ export declare function bucketServerPropertiesSerializer(item: BucketServerProperties): any;
2386
+ export declare function bucketServerPropertiesDeserializer(item: any): BucketServerProperties;
1972
2387
  /**
1973
- * Provides storage to network proximity information in the region. \
1974
- * {@link KnownRegionStorageToNetworkProximity} can be used interchangeably with RegionStorageToNetworkProximity,
2388
+ * This action is triggered when a certificate conflict occurs. A conflict arises if you try to create a new bucket while one or more already exist on the server, or if you update a bucket when multiple buckets are present. This happens because a single certificate is shared among all buckets on the same server.
2389
+ *
2390
+ * Note: This applies both to certificates provided directly via the certificateObject property and to those retrieved from Azure Key Vault. Details for the latter case are specified in the akvDetails.certificateAkvDetails section.
2391
+ */
2392
+ export declare enum KnownOnCertificateConflictAction {
2393
+ /** Update the existing certificate regardless of whether there is a conflict or not. This means all buckets on the server will now use the new certificate. */
2394
+ Update = "Update",
2395
+ /** Fail the operation if a conflict occurs, meaning the bucket operation will fail, and the existing certificate will continue to be in use. */
2396
+ Fail = "Fail"
2397
+ }
2398
+ /**
2399
+ * This action is triggered when a certificate conflict occurs. A conflict arises if you try to create a new bucket while one or more already exist on the server, or if you update a bucket when multiple buckets are present. This happens because a single certificate is shared among all buckets on the same server.
2400
+ *
2401
+ * Note: This applies both to certificates provided directly via the certificateObject property and to those retrieved from Azure Key Vault. Details for the latter case are specified in the akvDetails.certificateAkvDetails section. \
2402
+ * {@link KnownOnCertificateConflictAction} can be used interchangeably with OnCertificateConflictAction,
1975
2403
  * this enum contains the known values that the service supports.
1976
2404
  * ### Known values supported by the service
1977
- * **Default**: Basic network connectivity. \
1978
- * **T1**: Standard T1 network connectivity. \
1979
- * **T2**: Standard T2 network connectivity. \
1980
- * **AcrossT2**: Standard AcrossT2 network connectivity. \
1981
- * **T1AndT2**: Standard T1 and T2 network connectivity. \
1982
- * **T1AndAcrossT2**: Standard T1 and AcrossT2 network connectivity. \
1983
- * **T2AndAcrossT2**: Standard T2 and AcrossT2 network connectivity. \
1984
- * **T1AndT2AndAcrossT2**: Standard T1, T2 and AcrossT2 network connectivity.
2405
+ * **Update**: Update the existing certificate regardless of whether there is a conflict or not. This means all buckets on the server will now use the new certificate. \
2406
+ * **Fail**: Fail the operation if a conflict occurs, meaning the bucket operation will fail, and the existing certificate will continue to be in use.
1985
2407
  */
1986
- export type RegionStorageToNetworkProximity = string;
1987
- export declare function regionInfoAvailabilityZoneMappingsItemArrayDeserializer(result: Array<RegionInfoAvailabilityZoneMappingsItem>): any[];
1988
- /** model interface RegionInfoAvailabilityZoneMappingsItem */
1989
- export interface RegionInfoAvailabilityZoneMappingsItem {
1990
- /** Logical availability zone. */
1991
- availabilityZone?: string;
1992
- /** Available availability zone */
1993
- isAvailable?: boolean;
2408
+ export type OnCertificateConflictAction = string;
2409
+ /** Access permissions for the bucket. Either ReadOnly or ReadWrite. The default is ReadOnly if no value is provided during bucket creation. */
2410
+ export declare enum KnownBucketPermissions {
2411
+ /** Read-only access to bucket. */
2412
+ ReadOnly = "ReadOnly",
2413
+ /** Read-write access to bucket. */
2414
+ ReadWrite = "ReadWrite"
1994
2415
  }
1995
- export declare function regionInfoAvailabilityZoneMappingsItemDeserializer(item: any): RegionInfoAvailabilityZoneMappingsItem;
1996
- /** List of regionInfo resources */
1997
- export interface _RegionInfosList {
1998
- /** The RegionInfoResource items on this page */
1999
- value: RegionInfoResource[];
2416
+ /**
2417
+ * Access permissions for the bucket. Either ReadOnly or ReadWrite. The default is ReadOnly if no value is provided during bucket creation. \
2418
+ * {@link KnownBucketPermissions} can be used interchangeably with BucketPermissions,
2419
+ * this enum contains the known values that the service supports.
2420
+ * ### Known values supported by the service
2421
+ * **ReadOnly**: Read-only access to bucket. \
2422
+ * **ReadWrite**: Read-write access to bucket.
2423
+ */
2424
+ export type BucketPermissions = string;
2425
+ /**
2426
+ * Specifies the Azure Key Vault settings. These are used when
2427
+ * a) retrieving the bucket server certificate, and
2428
+ * b) storing the bucket credentials
2429
+ *
2430
+ * Notes:
2431
+ *
2432
+ * 1. If a bucket certificate was previously provided directly using the certificateObject property, it is possible to subsequently use the Azure Key Vault for certificate management by using these 'akvDetails' properties. However, once Azure Key Vault is configured, it is no longer possible to provide the certificate directly via the certificateObject property.
2433
+ *
2434
+ * 2. These properties are mutually exclusive with the server.certificateObject property.
2435
+ */
2436
+ export interface AzureKeyVaultDetails {
2437
+ /** Specifies the Azure Key Vault settings for retrieving the bucket server certificate. */
2438
+ certificateAkvDetails?: CertificateAkvDetails;
2439
+ /** Specifies the Azure Key Vault settings for storing the bucket credentials. */
2440
+ credentialsAkvDetails?: CredentialsAkvDetails;
2441
+ }
2442
+ export declare function azureKeyVaultDetailsSerializer(item: AzureKeyVaultDetails): any;
2443
+ export declare function azureKeyVaultDetailsDeserializer(item: any): AzureKeyVaultDetails;
2444
+ /** Specifies the Azure Key Vault settings for retrieving the bucket server certificate. */
2445
+ export interface CertificateAkvDetails {
2446
+ /** The base URI of the Azure Key Vault that is used when retrieving the bucket certificate. */
2447
+ certificateKeyVaultUri?: string;
2448
+ /** The name of the bucket server certificate stored in the Azure Key Vault. */
2449
+ certificateName?: string;
2450
+ }
2451
+ export declare function certificateAkvDetailsSerializer(item: CertificateAkvDetails): any;
2452
+ export declare function certificateAkvDetailsDeserializer(item: any): CertificateAkvDetails;
2453
+ /** Specifies the Azure Key Vault settings for storing the bucket credentials. */
2454
+ export interface CredentialsAkvDetails {
2455
+ /** The base URI of the Azure Key Vault that is used when storing the bucket credentials. */
2456
+ credentialsKeyVaultUri?: string;
2457
+ /**
2458
+ * The name of the secret stored in Azure Key Vault. The associated key pair has the following structure:
2459
+ *
2460
+ * {
2461
+ * "access_key_id": "<REDACTED>",
2462
+ * "secret_access_key": "<REDACTED>"
2463
+ * }
2464
+ */
2465
+ secretName?: string;
2466
+ }
2467
+ export declare function credentialsAkvDetailsSerializer(item: CredentialsAkvDetails): any;
2468
+ export declare function credentialsAkvDetailsDeserializer(item: any): CredentialsAkvDetails;
2469
+ /** Bucket resource */
2470
+ export interface BucketPatch extends ProxyResource {
2471
+ /** Bucket properties */
2472
+ properties?: BucketPatchProperties;
2473
+ }
2474
+ export declare function bucketPatchSerializer(item: BucketPatch): any;
2475
+ /** Bucket resource properties for a Patch operation */
2476
+ export interface BucketPatchProperties {
2477
+ /** File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both. */
2478
+ fileSystemUser?: FileSystemUser;
2479
+ /** Provisioning state of the resource */
2480
+ readonly provisioningState?: NetAppProvisioningState;
2481
+ /** Properties of the server managing the lifecycle of volume buckets */
2482
+ server?: BucketServerPatchProperties;
2483
+ /** Access permissions for the bucket. Either ReadOnly or ReadWrite. */
2484
+ permissions?: BucketPatchPermissions;
2485
+ /**
2486
+ * Specifies the Azure Key Vault settings. These are used when
2487
+ * a) retrieving the bucket server certificate, and
2488
+ * b) storing the bucket credentials
2489
+ *
2490
+ * Notes:
2491
+ *
2492
+ * 1. If a bucket certificate was previously provided directly using the certificateObject property, it is possible to subsequently use the Azure Key Vault for certificate management by using these 'akvDetails' properties. However, once Azure Key Vault is configured, it is no longer possible to provide the certificate directly via the certificateObject property.
2493
+ * 2. These properties are mutually exclusive with the server.certificateObject property.
2494
+ */
2495
+ akvDetails?: AzureKeyVaultDetails;
2496
+ }
2497
+ export declare function bucketPatchPropertiesSerializer(item: BucketPatchProperties): any;
2498
+ /** Properties of the server managing the lifecycle of volume buckets */
2499
+ export interface BucketServerPatchProperties {
2500
+ /** The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate. */
2501
+ fqdn?: string;
2502
+ /**
2503
+ * The base64-encoded contents of a PEM file, which includes both the bucket server's certificate and private key. It is generated by the end user and allows the user to access volume data in a read-only manner.
2504
+ * Note: This is only used when Azure Key Vault is not configured. This property is mutually exclusive with the Azure Key Vault 'akv' properties.
2505
+ */
2506
+ certificateObject?: string;
2507
+ /**
2508
+ * Action to take when there is a certificate conflict.
2509
+ * Possible values include: 'Update', 'Fail'
2510
+ */
2511
+ onCertificateConflictAction?: OnCertificateConflictAction;
2512
+ }
2513
+ export declare function bucketServerPatchPropertiesSerializer(item: BucketServerPatchProperties): any;
2514
+ /** Access permissions for the bucket. Either ReadOnly or ReadWrite. */
2515
+ export declare enum KnownBucketPatchPermissions {
2516
+ /** Read-only access to bucket. */
2517
+ ReadOnly = "ReadOnly",
2518
+ /** Read-write access to bucket. */
2519
+ ReadWrite = "ReadWrite"
2520
+ }
2521
+ /**
2522
+ * Access permissions for the bucket. Either ReadOnly or ReadWrite. \
2523
+ * {@link KnownBucketPatchPermissions} can be used interchangeably with BucketPatchPermissions,
2524
+ * this enum contains the known values that the service supports.
2525
+ * ### Known values supported by the service
2526
+ * **ReadOnly**: Read-only access to bucket. \
2527
+ * **ReadWrite**: Read-write access to bucket.
2528
+ */
2529
+ export type BucketPatchPermissions = string;
2530
+ /** List of volume bucket resources */
2531
+ export interface _BucketList {
2532
+ /** The Bucket items on this page */
2533
+ value: Bucket[];
2000
2534
  /** The link to the next page of items */
2001
2535
  nextLink?: string;
2002
2536
  }
2003
- export declare function _regionInfosListDeserializer(item: any): _RegionInfosList;
2004
- export declare function regionInfoResourceArrayDeserializer(result: Array<RegionInfoResource>): any[];
2005
- /** NetApp account resource */
2006
- export interface NetAppAccount extends TrackedResource {
2007
- /** NetApp Account properties */
2008
- properties?: AccountProperties;
2537
+ export declare function _bucketListDeserializer(item: any): _BucketList;
2538
+ export declare function bucketArraySerializer(result: Array<Bucket>): any[];
2539
+ export declare function bucketArrayDeserializer(result: Array<Bucket>): any[];
2540
+ /** The bucket's Access and Secret key pair Expiry Time expressed as the number of days from now. */
2541
+ export interface BucketCredentialsExpiry {
2542
+ /** The number of days from now until the newly generated Access and Secret key pair will expire. */
2543
+ keyPairExpiryDays?: number;
2544
+ }
2545
+ export declare function bucketCredentialsExpirySerializer(item: BucketCredentialsExpiry): any;
2546
+ /** Bucket Access Key, Secret Key, and Expiry date and time of the key pair */
2547
+ export interface BucketGenerateCredentials {
2548
+ /** The Access Key that is required along with the Secret Key to access the bucket. */
2549
+ readonly accessKey?: string;
2550
+ /** The Secret Key that is required along with the Access Key to access the bucket. */
2551
+ readonly secretKey?: string;
2552
+ /** The bucket's Access and Secret key pair expiry date and time (in UTC). */
2553
+ readonly keyPairExpiry?: Date;
2554
+ }
2555
+ export declare function bucketGenerateCredentialsDeserializer(item: any): BucketGenerateCredentials;
2556
+ /** Cache resource */
2557
+ export interface Cache extends TrackedResource {
2558
+ /** Cache properties */
2559
+ properties: CacheProperties;
2009
2560
  /** "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.") */
2010
2561
  readonly etag?: string;
2011
- /** The managed service identities assigned to this resource. */
2012
- identity?: ManagedServiceIdentity;
2562
+ /** The availability zones. */
2563
+ zones?: string[];
2013
2564
  }
2014
- export declare function netAppAccountSerializer(item: NetAppAccount): any;
2015
- export declare function netAppAccountDeserializer(item: any): NetAppAccount;
2016
- /** NetApp account properties */
2017
- export interface AccountProperties {
2565
+ export declare function cacheSerializer(item: Cache): any;
2566
+ export declare function cacheDeserializer(item: any): Cache;
2567
+ /** Cache resource properties */
2568
+ export interface CacheProperties {
2569
+ /** The file path of the Cache. */
2570
+ filePath: string;
2571
+ /** Maximum storage quota allowed for a file system in bytes. Valid values are in the range 50GiB to 1PiB. Values expressed in bytes as multiples of 1GiB. */
2572
+ size: number;
2573
+ /** Set of export policy rules */
2574
+ exportPolicy?: CachePropertiesExportPolicy;
2575
+ /** Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol */
2576
+ protocolTypes?: ProtocolTypes[];
2018
2577
  /** Azure lifecycle management */
2019
- readonly provisioningState?: string;
2020
- /** Active Directories */
2021
- activeDirectories?: ActiveDirectory[];
2022
- /** Encryption settings */
2023
- encryption?: AccountEncryption;
2024
- /** Shows the status of disableShowmount for all volumes under the subscription, null equals false */
2025
- readonly disableShowmount?: boolean | null;
2026
- /** Domain for NFSv4 user ID mapping. This property will be set for all NetApp accounts in the subscription and region and only affect non ldap NFSv4 volumes. */
2027
- nfsV4IDDomain?: string | null;
2028
- /** MultiAD Status for the account */
2029
- readonly multiAdStatus?: MultiAdStatus;
2578
+ readonly provisioningState?: CacheProvisioningState;
2579
+ /** Azure NetApp Files Cache lifecycle management */
2580
+ readonly cacheState?: CacheLifeCycleState;
2581
+ /** The Azure Resource URI for a delegated cache subnet that will be used to allocate data IPs. */
2582
+ cacheSubnetResourceId: string;
2583
+ /** The Azure Resource URI for a delegated subnet that will be used for ANF Intercluster Interface IP addresses. */
2584
+ peeringSubnetResourceId: string;
2585
+ /** List of mount targets that can be used to mount this cache */
2586
+ readonly mountTargets?: CacheMountTargetProperties[];
2587
+ /** Describe if a cache is Kerberos enabled. */
2588
+ kerberos?: KerberosState;
2589
+ /** SMB information for the cache */
2590
+ smbSettings?: SmbSettings;
2591
+ /** Maximum throughput in MiB/s that can be achieved by this cache volume and this will be accepted as input only for manual qosType cache */
2592
+ throughputMibps?: number;
2593
+ /** Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel */
2594
+ readonly actualThroughputMibps?: number;
2595
+ /** Source of key used to encrypt data in the cache. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault' */
2596
+ encryptionKeySource: EncryptionKeySource;
2597
+ /** The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'. */
2598
+ keyVaultPrivateEndpointResourceId?: string;
2599
+ /** Maximum number of files allowed. */
2600
+ readonly maximumNumberOfFiles?: number;
2601
+ /** Specifies if the cache is encryption or not. */
2602
+ readonly encryption?: EncryptionState;
2603
+ /** Language supported for volume. */
2604
+ readonly language?: VolumeLanguage;
2605
+ /** Specifies whether LDAP is enabled or not for flexcache volume. */
2606
+ ldap?: LdapState;
2607
+ /** Specifies the type of LDAP server for flexcache volume. */
2608
+ ldapServerType?: LdapServerType;
2609
+ /** Origin cluster information */
2610
+ originClusterInformation: OriginClusterInformation;
2611
+ /** Flag indicating whether a CIFS change notification is enabled for the cache. */
2612
+ cifsChangeNotifications?: CifsChangeNotifyState;
2613
+ /** Flag indicating whether the global file lock is enabled for the cache. */
2614
+ globalFileLocking?: GlobalFileLockingState;
2615
+ /** Flag indicating whether writeback is enabled for the cache. */
2616
+ writeBack?: EnableWriteBackState;
2617
+ }
2618
+ export declare function cachePropertiesSerializer(item: CacheProperties): any;
2619
+ export declare function cachePropertiesDeserializer(item: any): CacheProperties;
2620
+ /** Set of export policy rules */
2621
+ export interface CachePropertiesExportPolicy {
2622
+ /** Export policy rule */
2623
+ rules?: ExportPolicyRule[];
2030
2624
  }
2031
- export declare function accountPropertiesSerializer(item: AccountProperties): any;
2032
- export declare function accountPropertiesDeserializer(item: any): AccountProperties;
2033
- export declare function activeDirectoryArraySerializer(result: Array<ActiveDirectory>): any[];
2034
- export declare function activeDirectoryArrayDeserializer(result: Array<ActiveDirectory>): any[];
2035
- /** Active Directory */
2036
- export interface ActiveDirectory {
2037
- /** Id of the Active Directory */
2038
- activeDirectoryId?: string | null;
2039
- /** A domain user account with permission to create machine accounts */
2625
+ export declare function cachePropertiesExportPolicySerializer(item: CachePropertiesExportPolicy): any;
2626
+ export declare function cachePropertiesExportPolicyDeserializer(item: any): CachePropertiesExportPolicy;
2627
+ /** Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol */
2628
+ export declare enum KnownProtocolTypes {
2629
+ /** NFSv3 protocol type */
2630
+ NFSv3 = "NFSv3",
2631
+ /** NFSv4 protocol type */
2632
+ NFSv4 = "NFSv4",
2633
+ /** SMB protocol type */
2634
+ SMB = "SMB"
2635
+ }
2636
+ /**
2637
+ * Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol \
2638
+ * {@link KnownProtocolTypes} can be used interchangeably with ProtocolTypes,
2639
+ * this enum contains the known values that the service supports.
2640
+ * ### Known values supported by the service
2641
+ * **NFSv3**: NFSv3 protocol type \
2642
+ * **NFSv4**: NFSv4 protocol type \
2643
+ * **SMB**: SMB protocol type
2644
+ */
2645
+ export type ProtocolTypes = string;
2646
+ /** Azure lifecycle management */
2647
+ export declare enum KnownCacheProvisioningState {
2648
+ /** The resource is being created. */
2649
+ Creating = "Creating",
2650
+ /** The resource is being updated. */
2651
+ Updating = "Updating",
2652
+ /** The resource is being deleted. */
2653
+ Deleting = "Deleting",
2654
+ /** The resource is in a failed state. */
2655
+ Failed = "Failed",
2656
+ /** The resource is succeeded. */
2657
+ Succeeded = "Succeeded",
2658
+ /** Resource creation was canceled. */
2659
+ Canceled = "Canceled"
2660
+ }
2661
+ /**
2662
+ * Azure lifecycle management \
2663
+ * {@link KnownCacheProvisioningState} can be used interchangeably with CacheProvisioningState,
2664
+ * this enum contains the known values that the service supports.
2665
+ * ### Known values supported by the service
2666
+ * **Creating**: The resource is being created. \
2667
+ * **Updating**: The resource is being updated. \
2668
+ * **Deleting**: The resource is being deleted. \
2669
+ * **Failed**: The resource is in a failed state. \
2670
+ * **Succeeded**: The resource is succeeded. \
2671
+ * **Canceled**: Resource creation was canceled.
2672
+ */
2673
+ export type CacheProvisioningState = string;
2674
+ /** Azure NetApp Files Cache lifecycle management */
2675
+ export declare enum KnownCacheLifeCycleState {
2676
+ /** Cluster peering offer has been sent. */
2677
+ ClusterPeeringOfferSent = "ClusterPeeringOfferSent",
2678
+ /** VServer peering offer has been sent. */
2679
+ VserverPeeringOfferSent = "VserverPeeringOfferSent",
2680
+ /** Cache creation in progress. */
2681
+ Creating = "Creating",
2682
+ /** Cache creation succeeded and is available for use. */
2683
+ Succeeded = "Succeeded",
2684
+ /** Cache is in a failed state */
2685
+ Failed = "Failed"
2686
+ }
2687
+ /**
2688
+ * Azure NetApp Files Cache lifecycle management \
2689
+ * {@link KnownCacheLifeCycleState} can be used interchangeably with CacheLifeCycleState,
2690
+ * this enum contains the known values that the service supports.
2691
+ * ### Known values supported by the service
2692
+ * **ClusterPeeringOfferSent**: Cluster peering offer has been sent. \
2693
+ * **VserverPeeringOfferSent**: VServer peering offer has been sent. \
2694
+ * **Creating**: Cache creation in progress. \
2695
+ * **Succeeded**: Cache creation succeeded and is available for use. \
2696
+ * **Failed**: Cache is in a failed state
2697
+ */
2698
+ export type CacheLifeCycleState = string;
2699
+ export declare function cacheMountTargetPropertiesArrayDeserializer(result: Array<CacheMountTargetProperties>): any[];
2700
+ /** Contains all the information needed to mount a cache */
2701
+ export interface CacheMountTargetProperties {
2702
+ /** UUID v4 used to identify the MountTarget */
2703
+ readonly mountTargetId?: string;
2704
+ /** The mount target's IPv4 address, used to mount the cache. */
2705
+ readonly ipAddress?: string;
2706
+ /** The SMB server's Fully Qualified Domain Name, FQDN */
2707
+ readonly smbServerFqdn?: string;
2708
+ }
2709
+ export declare function cacheMountTargetPropertiesDeserializer(item: any): CacheMountTargetProperties;
2710
+ /** Describe if a cache is Kerberos enabled. */
2711
+ export declare enum KnownKerberosState {
2712
+ /** Kerberos is disabled */
2713
+ Disabled = "Disabled",
2714
+ /** Kerberos is enabled */
2715
+ Enabled = "Enabled"
2716
+ }
2717
+ /**
2718
+ * Describe if a cache is Kerberos enabled. \
2719
+ * {@link KnownKerberosState} can be used interchangeably with KerberosState,
2720
+ * this enum contains the known values that the service supports.
2721
+ * ### Known values supported by the service
2722
+ * **Disabled**: Kerberos is disabled \
2723
+ * **Enabled**: Kerberos is enabled
2724
+ */
2725
+ export type KerberosState = string;
2726
+ /** SMB settings for the cache */
2727
+ export interface SmbSettings {
2728
+ /** Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache. */
2729
+ smbEncryption?: SmbEncryptionState;
2730
+ /** Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume */
2731
+ smbAccessBasedEnumeration?: SmbAccessBasedEnumeration;
2732
+ /** Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume */
2733
+ smbNonBrowsable?: SmbNonBrowsable;
2734
+ }
2735
+ export declare function smbSettingsSerializer(item: SmbSettings): any;
2736
+ export declare function smbSettingsDeserializer(item: any): SmbSettings;
2737
+ /** Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache */
2738
+ export declare enum KnownSmbEncryptionState {
2739
+ /** SMB encryption is disabled */
2740
+ Disabled = "Disabled",
2741
+ /** SMB encryption is enabled */
2742
+ Enabled = "Enabled"
2743
+ }
2744
+ /**
2745
+ * Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache \
2746
+ * {@link KnownSmbEncryptionState} can be used interchangeably with SmbEncryptionState,
2747
+ * this enum contains the known values that the service supports.
2748
+ * ### Known values supported by the service
2749
+ * **Disabled**: SMB encryption is disabled \
2750
+ * **Enabled**: SMB encryption is enabled
2751
+ */
2752
+ export type SmbEncryptionState = string;
2753
+ /** Specifies if the cache is encryption or not. */
2754
+ export declare enum KnownEncryptionState {
2755
+ /** Encryption is disabled */
2756
+ Disabled = "Disabled",
2757
+ /** Encryption is enabled */
2758
+ Enabled = "Enabled"
2759
+ }
2760
+ /**
2761
+ * Specifies if the cache is encryption or not. \
2762
+ * {@link KnownEncryptionState} can be used interchangeably with EncryptionState,
2763
+ * this enum contains the known values that the service supports.
2764
+ * ### Known values supported by the service
2765
+ * **Disabled**: Encryption is disabled \
2766
+ * **Enabled**: Encryption is enabled
2767
+ */
2768
+ export type EncryptionState = string;
2769
+ /** Specifies whether LDAP is enabled or not. */
2770
+ export declare enum KnownLdapState {
2771
+ /** ldap is disabled. */
2772
+ Disabled = "Disabled",
2773
+ /** ldap is enabled */
2774
+ Enabled = "Enabled"
2775
+ }
2776
+ /**
2777
+ * Specifies whether LDAP is enabled or not. \
2778
+ * {@link KnownLdapState} can be used interchangeably with LdapState,
2779
+ * this enum contains the known values that the service supports.
2780
+ * ### Known values supported by the service
2781
+ * **Disabled**: ldap is disabled. \
2782
+ * **Enabled**: ldap is enabled
2783
+ */
2784
+ export type LdapState = string;
2785
+ /** Stores the origin cluster information associated to a cache. */
2786
+ export interface OriginClusterInformation {
2787
+ /** ONTAP cluster name of external cluster hosting the origin volume */
2788
+ peerClusterName: string;
2789
+ /** ONTAP Intercluster LIF IP addresses. One IP address per cluster node is required */
2790
+ peerAddresses: string[];
2791
+ /** External Vserver (SVM) name name of the SVM hosting the origin volume */
2792
+ peerVserverName: string;
2793
+ /** External origin volume name associated to this cache */
2794
+ peerVolumeName: string;
2795
+ }
2796
+ export declare function originClusterInformationSerializer(item: OriginClusterInformation): any;
2797
+ export declare function originClusterInformationDeserializer(item: any): OriginClusterInformation;
2798
+ /** Flag indicating whether a CIFS change notification is enabled for the cache. */
2799
+ export declare enum KnownCifsChangeNotifyState {
2800
+ /** CIFS change notification is disabled */
2801
+ Disabled = "Disabled",
2802
+ /** CIFS change notification is enabled */
2803
+ Enabled = "Enabled"
2804
+ }
2805
+ /**
2806
+ * Flag indicating whether a CIFS change notification is enabled for the cache. \
2807
+ * {@link KnownCifsChangeNotifyState} can be used interchangeably with CifsChangeNotifyState,
2808
+ * this enum contains the known values that the service supports.
2809
+ * ### Known values supported by the service
2810
+ * **Disabled**: CIFS change notification is disabled \
2811
+ * **Enabled**: CIFS change notification is enabled
2812
+ */
2813
+ export type CifsChangeNotifyState = string;
2814
+ /** Flag indicating whether the global file lock is enabled for the cache. */
2815
+ export declare enum KnownGlobalFileLockingState {
2816
+ /** Global file locking is disabled */
2817
+ Disabled = "Disabled",
2818
+ /** Global file locking is enabled */
2819
+ Enabled = "Enabled"
2820
+ }
2821
+ /**
2822
+ * Flag indicating whether the global file lock is enabled for the cache. \
2823
+ * {@link KnownGlobalFileLockingState} can be used interchangeably with GlobalFileLockingState,
2824
+ * this enum contains the known values that the service supports.
2825
+ * ### Known values supported by the service
2826
+ * **Disabled**: Global file locking is disabled \
2827
+ * **Enabled**: Global file locking is enabled
2828
+ */
2829
+ export type GlobalFileLockingState = string;
2830
+ /** Flag indicating whether writeback is enabled for the cache. */
2831
+ export declare enum KnownEnableWriteBackState {
2832
+ /** Writeback cache is disabled */
2833
+ Disabled = "Disabled",
2834
+ /** Writeback cache is enabled */
2835
+ Enabled = "Enabled"
2836
+ }
2837
+ /**
2838
+ * Flag indicating whether writeback is enabled for the cache. \
2839
+ * {@link KnownEnableWriteBackState} can be used interchangeably with EnableWriteBackState,
2840
+ * this enum contains the known values that the service supports.
2841
+ * ### Known values supported by the service
2842
+ * **Disabled**: Writeback cache is disabled \
2843
+ * **Enabled**: Writeback cache is enabled
2844
+ */
2845
+ export type EnableWriteBackState = string;
2846
+ /** The type used for update operations of the Cache. */
2847
+ export interface CacheUpdate {
2848
+ /** Resource tags. */
2849
+ tags?: Record<string, string>;
2850
+ /** The resource-specific properties for this resource. */
2851
+ properties?: CacheUpdateProperties;
2852
+ }
2853
+ export declare function cacheUpdateSerializer(item: CacheUpdate): any;
2854
+ /** The updatable properties of the Cache. */
2855
+ export interface CacheUpdateProperties {
2856
+ /** Maximum storage quota allowed for a file system in bytes. Valid values are in the range 50GiB to 1PiB. Values expressed in bytes as multiples of 1GiB. */
2857
+ size?: number;
2858
+ /** Set of export policy rules */
2859
+ exportPolicy?: CachePropertiesExportPolicy;
2860
+ /** Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol */
2861
+ protocolTypes?: ProtocolTypes[];
2862
+ /** SMB information for the cache */
2863
+ smbSettings?: SmbSettings;
2864
+ /** Maximum throughput in MiB/s that can be achieved by this cache volume and this will be accepted as input only for manual qosType cache */
2865
+ throughputMibps?: number;
2866
+ /** The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'. */
2867
+ keyVaultPrivateEndpointResourceId?: string;
2868
+ /** Flag indicating whether a CIFS change notification is enabled for the cache. */
2869
+ cifsChangeNotifications?: CifsChangeNotifyState;
2870
+ /** Flag indicating whether writeback is enabled for the cache. */
2871
+ writeBack?: EnableWriteBackState;
2872
+ }
2873
+ export declare function cacheUpdatePropertiesSerializer(item: CacheUpdateProperties): any;
2874
+ /** List of Cache resources */
2875
+ export interface _CacheList {
2876
+ /** The Cache items on this page */
2877
+ value: Cache[];
2878
+ /** The link to the next page of items */
2879
+ nextLink?: string;
2880
+ }
2881
+ export declare function _cacheListDeserializer(item: any): _CacheList;
2882
+ export declare function cacheArraySerializer(result: Array<Cache>): any[];
2883
+ export declare function cacheArrayDeserializer(result: Array<Cache>): any[];
2884
+ /** The response containing peering passphrases and commands for cluster and vserver peering. */
2885
+ export interface PeeringPassphrases {
2886
+ /** The cluster peering command. */
2887
+ clusterPeeringCommand: string;
2888
+ /** The cluster peering passphrase. */
2889
+ clusterPeeringPassphrase: string;
2890
+ /** The vserver peering command. */
2891
+ vserverPeeringCommand: string;
2892
+ /** Warnings that are critical for the cluster peering and vserver peering processes. */
2893
+ readonly criticalWarning?: string;
2894
+ }
2895
+ export declare function peeringPassphrasesDeserializer(item: any): PeeringPassphrases;
2896
+ /** NetApp elastic account resource */
2897
+ export interface ElasticAccount extends TrackedResource {
2898
+ /** The resource-specific properties for this resource. */
2899
+ properties?: ElasticAccountProperties;
2900
+ /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
2901
+ readonly eTag?: string;
2902
+ /** The managed service identities assigned to this resource. */
2903
+ identity?: ManagedServiceIdentity;
2904
+ }
2905
+ export declare function elasticAccountSerializer(item: ElasticAccount): any;
2906
+ export declare function elasticAccountDeserializer(item: any): ElasticAccount;
2907
+ /** NetApp elastic account properties */
2908
+ export interface ElasticAccountProperties {
2909
+ /** Azure lifecycle management. */
2910
+ readonly provisioningState?: NetAppProvisioningState;
2911
+ /** Encryption settings */
2912
+ encryption?: ElasticEncryption;
2913
+ }
2914
+ export declare function elasticAccountPropertiesSerializer(item: ElasticAccountProperties): any;
2915
+ export declare function elasticAccountPropertiesDeserializer(item: any): ElasticAccountProperties;
2916
+ /** Encryption settings */
2917
+ export interface ElasticEncryption {
2918
+ /** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault */
2919
+ keySource?: KeySource;
2920
+ /** Properties provided by KeyVault. Applicable if keySource is 'Microsoft.KeyVault'. */
2921
+ keyVaultProperties?: ElasticKeyVaultProperties;
2922
+ /** Identity used to authenticate to KeyVault. Applicable if keySource is 'Microsoft.KeyVault'. */
2923
+ identity?: ElasticEncryptionIdentity;
2924
+ }
2925
+ export declare function elasticEncryptionSerializer(item: ElasticEncryption): any;
2926
+ export declare function elasticEncryptionDeserializer(item: any): ElasticEncryption;
2927
+ /** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault */
2928
+ export declare enum KnownKeySource {
2929
+ /** Microsoft-managed key encryption */
2930
+ MicrosoftNetApp = "Microsoft.NetApp",
2931
+ /** Customer-managed key encryption */
2932
+ MicrosoftKeyVault = "Microsoft.KeyVault"
2933
+ }
2934
+ /**
2935
+ * The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault \
2936
+ * {@link KnownKeySource} can be used interchangeably with KeySource,
2937
+ * this enum contains the known values that the service supports.
2938
+ * ### Known values supported by the service
2939
+ * **Microsoft.NetApp**: Microsoft-managed key encryption \
2940
+ * **Microsoft.KeyVault**: Customer-managed key encryption
2941
+ */
2942
+ export type KeySource = string;
2943
+ /** Properties of key vault. */
2944
+ export interface ElasticKeyVaultProperties {
2945
+ /** The Uri of KeyVault. */
2946
+ keyVaultUri?: string;
2947
+ /** The name of KeyVault key. */
2948
+ keyName?: string;
2949
+ /** The resource ID of KeyVault. */
2950
+ keyVaultResourceId?: string;
2951
+ /** Status of the KeyVault connection. */
2952
+ readonly status?: ElasticKeyVaultStatus;
2953
+ }
2954
+ export declare function elasticKeyVaultPropertiesSerializer(item: ElasticKeyVaultProperties): any;
2955
+ export declare function elasticKeyVaultPropertiesDeserializer(item: any): ElasticKeyVaultProperties;
2956
+ /** KeyVault status */
2957
+ export declare enum KnownElasticKeyVaultStatus {
2958
+ /** KeyVault connection created but not in use */
2959
+ Created = "Created",
2960
+ /** KeyVault connection in use by SMB Volume */
2961
+ InUse = "InUse",
2962
+ /** KeyVault connection Deleted */
2963
+ Deleted = "Deleted",
2964
+ /** Error with the KeyVault connection */
2965
+ Error = "Error",
2966
+ /** KeyVault connection Updating */
2967
+ Updating = "Updating"
2968
+ }
2969
+ /**
2970
+ * KeyVault status \
2971
+ * {@link KnownElasticKeyVaultStatus} can be used interchangeably with ElasticKeyVaultStatus,
2972
+ * this enum contains the known values that the service supports.
2973
+ * ### Known values supported by the service
2974
+ * **Created**: KeyVault connection created but not in use \
2975
+ * **InUse**: KeyVault connection in use by SMB Volume \
2976
+ * **Deleted**: KeyVault connection Deleted \
2977
+ * **Error**: Error with the KeyVault connection \
2978
+ * **Updating**: KeyVault connection Updating
2979
+ */
2980
+ export type ElasticKeyVaultStatus = string;
2981
+ /** Identity used to authenticate with key vault. */
2982
+ export interface ElasticEncryptionIdentity {
2983
+ /** The principal ID (object ID) of the identity used to authenticate with key vault. Read-only. */
2984
+ readonly principalId?: string;
2985
+ /** The ARM resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities. */
2986
+ userAssignedIdentity?: string;
2987
+ /** ClientId of the multi-tenant Entra ID Application. Used to access cross-tenant keyvaults. */
2988
+ federatedClientId?: string;
2989
+ }
2990
+ export declare function elasticEncryptionIdentitySerializer(item: ElasticEncryptionIdentity): any;
2991
+ export declare function elasticEncryptionIdentityDeserializer(item: any): ElasticEncryptionIdentity;
2992
+ /** Managed service identity (system assigned and/or user assigned identities) */
2993
+ export interface ManagedServiceIdentity {
2994
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
2995
+ readonly principalId?: string;
2996
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
2997
+ readonly tenantId?: string;
2998
+ /** The type of managed identity assigned to this resource. */
2999
+ type: ManagedServiceIdentityType;
3000
+ /** The identities assigned to this resource by the user. */
3001
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
3002
+ }
3003
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
3004
+ export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
3005
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
3006
+ export declare enum KnownManagedServiceIdentityType {
3007
+ /** No managed identity. */
3008
+ None = "None",
3009
+ /** System assigned managed identity. */
3010
+ SystemAssigned = "SystemAssigned",
3011
+ /** User assigned managed identity. */
3012
+ UserAssigned = "UserAssigned",
3013
+ /** System and user assigned managed identity. */
3014
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
3015
+ }
3016
+ /**
3017
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
3018
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
3019
+ * this enum contains the known values that the service supports.
3020
+ * ### Known values supported by the service
3021
+ * **None**: No managed identity. \
3022
+ * **SystemAssigned**: System assigned managed identity. \
3023
+ * **UserAssigned**: User assigned managed identity. \
3024
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
3025
+ */
3026
+ export type ManagedServiceIdentityType = string;
3027
+ /** User assigned identity properties */
3028
+ export interface UserAssignedIdentity {
3029
+ /** The principal ID of the assigned identity. */
3030
+ readonly principalId?: string;
3031
+ /** The client ID of the assigned identity. */
3032
+ readonly clientId?: string;
3033
+ }
3034
+ export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
3035
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
3036
+ /** The type used for update operations of the ElasticAccount. */
3037
+ export interface ElasticAccountUpdate {
3038
+ /** The managed service identities assigned to this resource. */
3039
+ identity?: ManagedServiceIdentity;
3040
+ /** Resource tags. */
3041
+ tags?: Record<string, string>;
3042
+ /** The resource-specific properties for this resource. */
3043
+ properties?: ElasticAccountUpdateProperties;
3044
+ }
3045
+ export declare function elasticAccountUpdateSerializer(item: ElasticAccountUpdate): any;
3046
+ /** The updatable properties of the ElasticAccount. */
3047
+ export interface ElasticAccountUpdateProperties {
3048
+ /** Encryption settings */
3049
+ encryption?: ElasticEncryption;
3050
+ }
3051
+ export declare function elasticAccountUpdatePropertiesSerializer(item: ElasticAccountUpdateProperties): any;
3052
+ /** The response of a ElasticAccount list operation. */
3053
+ export interface _ElasticAccountListResult {
3054
+ /** The ElasticAccount items on this page */
3055
+ value: ElasticAccount[];
3056
+ /** The link to the next page of items */
3057
+ nextLink?: string;
3058
+ }
3059
+ export declare function _elasticAccountListResultDeserializer(item: any): _ElasticAccountListResult;
3060
+ export declare function elasticAccountArraySerializer(result: Array<ElasticAccount>): any[];
3061
+ export declare function elasticAccountArrayDeserializer(result: Array<ElasticAccount>): any[];
3062
+ /** NetApp Elastic Capacity Pool resource */
3063
+ export interface ElasticCapacityPool extends TrackedResource {
3064
+ /** The resource-specific properties for this resource. */
3065
+ properties?: ElasticCapacityPoolProperties;
3066
+ /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
3067
+ readonly eTag?: string;
3068
+ /** The availability zones. */
3069
+ zones?: string[];
3070
+ }
3071
+ export declare function elasticCapacityPoolSerializer(item: ElasticCapacityPool): any;
3072
+ export declare function elasticCapacityPoolDeserializer(item: any): ElasticCapacityPool;
3073
+ /** Elastic capacity pool properties */
3074
+ export interface ElasticCapacityPoolProperties {
3075
+ /** Provisioned size of the pool (in bytes). For zoneRedundant service level pool, value must be in the range 1TiB to 16TiB or 1TiB to 128TiB for supported region. Values expressed in bytes as multiples of 1TiB till 16TiB and in multiples of 8TiB from 24TiB to 128TiB. Pool size can't be shrunk once it is created. */
3076
+ size: number;
3077
+ /** The service level of the elastic capacity pool */
3078
+ serviceLevel: ElasticServiceLevel;
3079
+ /** Azure lifecycle management. */
3080
+ readonly provisioningState?: NetAppProvisioningState;
3081
+ /** Encryption settings */
3082
+ encryption?: ElasticEncryptionConfiguration;
3083
+ /** Total throughput of the pool in MiB/s */
3084
+ readonly totalThroughputMibps?: number;
3085
+ /** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/elasticVolumes, this is used by all the volumes within the pool */
3086
+ subnetResourceId: string;
3087
+ /** Indicates the current zone of the pool. This can be changed for zoneRedundant service level pool with the changeZone action */
3088
+ readonly currentZone?: string;
3089
+ /** Current availability status of the resource. */
3090
+ readonly availabilityStatus?: ElasticResourceAvailabilityStatus;
3091
+ /** The Azure Resource URI for an Active Directory configuration. This is used by all the SMB volumes within the pool */
3092
+ activeDirectoryConfigResourceId?: string;
3093
+ }
3094
+ export declare function elasticCapacityPoolPropertiesSerializer(item: ElasticCapacityPoolProperties): any;
3095
+ export declare function elasticCapacityPoolPropertiesDeserializer(item: any): ElasticCapacityPoolProperties;
3096
+ /** Service level for elastic capacity pool */
3097
+ export declare enum KnownElasticServiceLevel {
3098
+ /** Zone redundant storage service level. */
3099
+ ZoneRedundant = "ZoneRedundant"
3100
+ }
3101
+ /**
3102
+ * Service level for elastic capacity pool \
3103
+ * {@link KnownElasticServiceLevel} can be used interchangeably with ElasticServiceLevel,
3104
+ * this enum contains the known values that the service supports.
3105
+ * ### Known values supported by the service
3106
+ * **ZoneRedundant**: Zone redundant storage service level.
3107
+ */
3108
+ export type ElasticServiceLevel = string;
3109
+ /** CMK Encryption Configuration */
3110
+ export interface ElasticEncryptionConfiguration {
3111
+ /** Pool Encryption Key Source. */
3112
+ elasticPoolEncryptionKeySource: ElasticPoolEncryptionKeySource;
3113
+ /** The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'. */
3114
+ keyVaultPrivateEndpointResourceId: string;
3115
+ }
3116
+ export declare function elasticEncryptionConfigurationSerializer(item: ElasticEncryptionConfiguration): any;
3117
+ export declare function elasticEncryptionConfigurationDeserializer(item: any): ElasticEncryptionConfiguration;
3118
+ /** Pool Encryption Key Source. */
3119
+ export declare enum KnownElasticPoolEncryptionKeySource {
3120
+ /** Represents the encryption key source of Elastic pool is Microsoft.NetApp */
3121
+ NetApp = "NetApp",
3122
+ /** Represents the encryption key source of Elastic pool is Microsoft.KeyVault */
3123
+ KeyVault = "KeyVault"
3124
+ }
3125
+ /**
3126
+ * Pool Encryption Key Source. \
3127
+ * {@link KnownElasticPoolEncryptionKeySource} can be used interchangeably with ElasticPoolEncryptionKeySource,
3128
+ * this enum contains the known values that the service supports.
3129
+ * ### Known values supported by the service
3130
+ * **NetApp**: Represents the encryption key source of Elastic pool is Microsoft.NetApp \
3131
+ * **KeyVault**: Represents the encryption key source of Elastic pool is Microsoft.KeyVault
3132
+ */
3133
+ export type ElasticPoolEncryptionKeySource = string;
3134
+ /** Current availability status of the resource. */
3135
+ export declare enum KnownElasticResourceAvailabilityStatus {
3136
+ /** The resource is currently Online and accessible */
3137
+ Online = "Online",
3138
+ /** The resource is currently Offline and not accessible */
3139
+ Offline = "Offline"
3140
+ }
3141
+ /**
3142
+ * Current availability status of the resource. \
3143
+ * {@link KnownElasticResourceAvailabilityStatus} can be used interchangeably with ElasticResourceAvailabilityStatus,
3144
+ * this enum contains the known values that the service supports.
3145
+ * ### Known values supported by the service
3146
+ * **Online**: The resource is currently Online and accessible \
3147
+ * **Offline**: The resource is currently Offline and not accessible
3148
+ */
3149
+ export type ElasticResourceAvailabilityStatus = string;
3150
+ /** The type used for update operations of the ElasticCapacityPool. */
3151
+ export interface ElasticCapacityPoolUpdate {
3152
+ /** Resource tags. */
3153
+ tags?: Record<string, string>;
3154
+ /** The resource-specific properties for this resource. */
3155
+ properties?: ElasticCapacityPoolUpdateProperties;
3156
+ }
3157
+ export declare function elasticCapacityPoolUpdateSerializer(item: ElasticCapacityPoolUpdate): any;
3158
+ /** The updatable properties of the ElasticCapacityPool. */
3159
+ export interface ElasticCapacityPoolUpdateProperties {
3160
+ /** Provisioned size of the pool (in bytes). For zoneRedundant service level pool, value must be in the range 1TiB to 16TiB or 1TiB to 128TiB for supported region. Values expressed in bytes as multiples of 1TiB till 16TiB and in multiples of 8TiB from 24TiB to 128TiB. Pool size can't be shrunk once it is created. */
3161
+ size?: number;
3162
+ /** Encryption settings */
3163
+ encryption?: ElasticEncryptionConfiguration;
3164
+ /** The Azure Resource URI for an Active Directory configuration. This is used by all the SMB volumes within the pool */
3165
+ activeDirectoryConfigResourceId?: string;
3166
+ }
3167
+ export declare function elasticCapacityPoolUpdatePropertiesSerializer(item: ElasticCapacityPoolUpdateProperties): any;
3168
+ /** The response of a ElasticCapacityPool list operation. */
3169
+ export interface _ElasticCapacityPoolListResult {
3170
+ /** The ElasticCapacityPool items on this page */
3171
+ value: ElasticCapacityPool[];
3172
+ /** The link to the next page of items */
3173
+ nextLink?: string;
3174
+ }
3175
+ export declare function _elasticCapacityPoolListResultDeserializer(item: any): _ElasticCapacityPoolListResult;
3176
+ export declare function elasticCapacityPoolArraySerializer(result: Array<ElasticCapacityPool>): any[];
3177
+ export declare function elasticCapacityPoolArrayDeserializer(result: Array<ElasticCapacityPool>): any[];
3178
+ /** Changes the zone for the Zone Redundant elastic capacity pool */
3179
+ export interface ChangeZoneRequest {
3180
+ /** Availability zone to move Zone Redundant elastic capacity pool to */
3181
+ newZone: string;
3182
+ }
3183
+ export declare function changeZoneRequestSerializer(item: ChangeZoneRequest): any;
3184
+ /** File path availability request content - availability is based on the elastic volume filePath within the given elastic capacityPool. */
3185
+ export interface CheckElasticVolumeFilePathAvailabilityRequest {
3186
+ /** A unique file path for the volume. Used when creating mount targets. This needs to be unique within the elastic capacity pool. */
3187
+ filePath: string;
3188
+ }
3189
+ export declare function checkElasticVolumeFilePathAvailabilityRequestSerializer(item: CheckElasticVolumeFilePathAvailabilityRequest): any;
3190
+ /** Information regarding availability of a resource. */
3191
+ export interface CheckElasticResourceAvailabilityResponse {
3192
+ /** True indicates name is valid and available. False indicates the name is invalid, unavailable, or both. */
3193
+ isAvailable?: CheckElasticResourceAvailabilityStatus;
3194
+ /** Invalid indicates the name provided does not match Azure NetApp Files naming requirements. AlreadyExists indicates that the name is already in use and is therefore unavailable. */
3195
+ reason?: CheckElasticResourceAvailabilityReason;
3196
+ /** If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name. */
3197
+ message?: string;
3198
+ }
3199
+ export declare function checkElasticResourceAvailabilityResponseDeserializer(item: any): CheckElasticResourceAvailabilityResponse;
3200
+ /** Availability status */
3201
+ export declare enum KnownCheckElasticResourceAvailabilityStatus {
3202
+ /** Value indicating the name is valid and available */
3203
+ True = "True",
3204
+ /** Value indicating the the name is invalid, unavailable, or both. */
3205
+ False = "False"
3206
+ }
3207
+ /**
3208
+ * Availability status \
3209
+ * {@link KnownCheckElasticResourceAvailabilityStatus} can be used interchangeably with CheckElasticResourceAvailabilityStatus,
3210
+ * this enum contains the known values that the service supports.
3211
+ * ### Known values supported by the service
3212
+ * **True**: Value indicating the name is valid and available \
3213
+ * **False**: Value indicating the the name is invalid, unavailable, or both.
3214
+ */
3215
+ export type CheckElasticResourceAvailabilityStatus = string;
3216
+ /** Availability reason */
3217
+ export declare enum KnownCheckElasticResourceAvailabilityReason {
3218
+ /** Value indicating the name provided does not match Azure NetApp Files naming requirements */
3219
+ Invalid = "Invalid",
3220
+ /** Value indicating the name is already in use and is therefore unavailable */
3221
+ AlreadyExists = "AlreadyExists"
3222
+ }
3223
+ /**
3224
+ * Availability reason \
3225
+ * {@link KnownCheckElasticResourceAvailabilityReason} can be used interchangeably with CheckElasticResourceAvailabilityReason,
3226
+ * this enum contains the known values that the service supports.
3227
+ * ### Known values supported by the service
3228
+ * **Invalid**: Value indicating the name provided does not match Azure NetApp Files naming requirements \
3229
+ * **AlreadyExists**: Value indicating the name is already in use and is therefore unavailable
3230
+ */
3231
+ export type CheckElasticResourceAvailabilityReason = string;
3232
+ /** NetApp Elastic Volume resource */
3233
+ export interface ElasticVolume extends TrackedResource {
3234
+ /** The resource-specific properties for this resource. */
3235
+ properties?: ElasticVolumeProperties;
3236
+ /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
3237
+ readonly eTag?: string;
3238
+ /** The availability zones. */
3239
+ zones?: string[];
3240
+ }
3241
+ export declare function elasticVolumeSerializer(item: ElasticVolume): any;
3242
+ export declare function elasticVolumeDeserializer(item: any): ElasticVolume;
3243
+ /** Elastic Volume properties */
3244
+ export interface ElasticVolumeProperties {
3245
+ /** A unique file path for the volume. Used when creating mount targets. This needs to be unique within the elastic capacity pool. */
3246
+ filePath: string;
3247
+ /** Maximum size allowed for a volume in bytes. Valid values are in the range 1GiB to 16TiB. Values expressed in bytes as multiples of 1 GiB. */
3248
+ size: number;
3249
+ /** Set of export policy rules */
3250
+ exportPolicy?: ElasticExportPolicy;
3251
+ /** Set of support protocol types for the elastic volume */
3252
+ protocolTypes: ElasticProtocolType[];
3253
+ /** Azure lifecycle management. */
3254
+ readonly provisioningState?: NetAppProvisioningState;
3255
+ /** Current availability status of the resource. */
3256
+ readonly availabilityStatus?: ElasticResourceAvailabilityStatus;
3257
+ /** Resource identifier used to identify the Elastic Snapshot. */
3258
+ snapshotResourceId?: string;
3259
+ /** List of mount targets that can be used to mount this volume */
3260
+ readonly mountTargets?: ElasticMountTargetProperties[];
3261
+ /** Data protection configuration option for the volume, including snapshot policies and backup. */
3262
+ dataProtection?: ElasticVolumeDataProtectionProperties;
3263
+ /** Controls the visibility of the volume's read-only snapshot directory, which provides access to each of the volume's snapshots. */
3264
+ snapshotDirectoryVisibility?: SnapshotDirectoryVisibility;
3265
+ /** SMB Properties */
3266
+ smbProperties?: ElasticSmbProperties;
3267
+ /** Resource identifier used to identify the Elastic Backup. */
3268
+ backupResourceId?: string;
3269
+ /** The current state of the restoration process. */
3270
+ readonly restorationState?: ElasticVolumeRestorationState;
3271
+ }
3272
+ export declare function elasticVolumePropertiesSerializer(item: ElasticVolumeProperties): any;
3273
+ export declare function elasticVolumePropertiesDeserializer(item: any): ElasticVolumeProperties;
3274
+ /** Set of export policy rules */
3275
+ export interface ElasticExportPolicy {
3276
+ /** Export policy rule */
3277
+ rules?: ElasticExportPolicyRule[];
3278
+ }
3279
+ export declare function elasticExportPolicySerializer(item: ElasticExportPolicy): any;
3280
+ export declare function elasticExportPolicyDeserializer(item: any): ElasticExportPolicy;
3281
+ export declare function elasticExportPolicyRuleArraySerializer(result: Array<ElasticExportPolicyRule>): any[];
3282
+ export declare function elasticExportPolicyRuleArrayDeserializer(result: Array<ElasticExportPolicyRule>): any[];
3283
+ /** Elastic Volume Export Policy Rule */
3284
+ export interface ElasticExportPolicyRule {
3285
+ /** Controls the priority of the export policy rule. When connecting to the volume the rule with the lowest index that applies to the connecting client is used */
3286
+ ruleIndex?: number;
3287
+ /** Specifies the Unix file access level for the volume. It encompasses both read-only and read-write permissions. Additionally, NoAccess can be set to block all access to the volume */
3288
+ unixAccessRule?: ElasticUnixAccessRule;
3289
+ /** Allows clients to access the volume with the NFSv3 protocol. Enable only for NFSv3 type volumes */
3290
+ nfsv3?: ElasticNfsv3Access;
3291
+ /** Allows clients to access the volume with at least NFSv4.1 protocol. */
3292
+ nfsv4?: ElasticNfsv4Access;
3293
+ /** Client ingress specification for the export policy as list of IPv4 CIDRs, IPv4 host addresses and host names. */
3294
+ allowedClients?: string[];
3295
+ /** Indicates whether root access to the volume is granted to clients affected by this rule */
3296
+ rootAccess?: ElasticRootAccess;
3297
+ }
3298
+ export declare function elasticExportPolicyRuleSerializer(item: ElasticExportPolicyRule): any;
3299
+ export declare function elasticExportPolicyRuleDeserializer(item: any): ElasticExportPolicyRule;
3300
+ /** Unix access rule */
3301
+ export declare enum KnownElasticUnixAccessRule {
3302
+ /** Clients connecting with this rule will only have read access to the volume */
3303
+ ReadOnly = "ReadOnly",
3304
+ /** Clients connecting with this rule will have full read and write access to the volume */
3305
+ ReadWrite = "ReadWrite",
3306
+ /** Clients connecting with this rule will have no access to the volume */
3307
+ NoAccess = "NoAccess"
3308
+ }
3309
+ /**
3310
+ * Unix access rule \
3311
+ * {@link KnownElasticUnixAccessRule} can be used interchangeably with ElasticUnixAccessRule,
3312
+ * this enum contains the known values that the service supports.
3313
+ * ### Known values supported by the service
3314
+ * **ReadOnly**: Clients connecting with this rule will only have read access to the volume \
3315
+ * **ReadWrite**: Clients connecting with this rule will have full read and write access to the volume \
3316
+ * **NoAccess**: Clients connecting with this rule will have no access to the volume
3317
+ */
3318
+ export type ElasticUnixAccessRule = string;
3319
+ /** NFSv3 access */
3320
+ export declare enum KnownElasticNfsv3Access {
3321
+ /** Clients can connect to the volume using the NFSv3 protocol. */
3322
+ Enabled = "Enabled",
3323
+ /** Clients can't connect to the volume using the NFSv3 protocol. */
3324
+ Disabled = "Disabled"
3325
+ }
3326
+ /**
3327
+ * NFSv3 access \
3328
+ * {@link KnownElasticNfsv3Access} can be used interchangeably with ElasticNfsv3Access,
3329
+ * this enum contains the known values that the service supports.
3330
+ * ### Known values supported by the service
3331
+ * **Enabled**: Clients can connect to the volume using the NFSv3 protocol. \
3332
+ * **Disabled**: Clients can't connect to the volume using the NFSv3 protocol.
3333
+ */
3334
+ export type ElasticNfsv3Access = string;
3335
+ /** NFSv4 access */
3336
+ export declare enum KnownElasticNfsv4Access {
3337
+ /** Clients can connect to the volume using the NFSv4 protocol. */
3338
+ Enabled = "Enabled",
3339
+ /** Clients can't connect to the volume using the NFSv4 protocol. */
3340
+ Disabled = "Disabled"
3341
+ }
3342
+ /**
3343
+ * NFSv4 access \
3344
+ * {@link KnownElasticNfsv4Access} can be used interchangeably with ElasticNfsv4Access,
3345
+ * this enum contains the known values that the service supports.
3346
+ * ### Known values supported by the service
3347
+ * **Enabled**: Clients can connect to the volume using the NFSv4 protocol. \
3348
+ * **Disabled**: Clients can't connect to the volume using the NFSv4 protocol.
3349
+ */
3350
+ export type ElasticNfsv4Access = string;
3351
+ /** Root access */
3352
+ export declare enum KnownElasticRootAccess {
3353
+ /** Root user access is enabled for clients affected by this rule */
3354
+ Enabled = "Enabled",
3355
+ /** Root user access is disabled for clients affected by this rule */
3356
+ Disabled = "Disabled"
3357
+ }
3358
+ /**
3359
+ * Root access \
3360
+ * {@link KnownElasticRootAccess} can be used interchangeably with ElasticRootAccess,
3361
+ * this enum contains the known values that the service supports.
3362
+ * ### Known values supported by the service
3363
+ * **Enabled**: Root user access is enabled for clients affected by this rule \
3364
+ * **Disabled**: Root user access is disabled for clients affected by this rule
3365
+ */
3366
+ export type ElasticRootAccess = string;
3367
+ /** Protocol types for elastic volume */
3368
+ export declare enum KnownElasticProtocolType {
3369
+ /** NFSv3 protocol type */
3370
+ NFSv3 = "NFSv3",
3371
+ /** NFSv4 protocol type */
3372
+ NFSv4 = "NFSv4",
3373
+ /** SMB/CIFS protocol type */
3374
+ SMB = "SMB"
3375
+ }
3376
+ /**
3377
+ * Protocol types for elastic volume \
3378
+ * {@link KnownElasticProtocolType} can be used interchangeably with ElasticProtocolType,
3379
+ * this enum contains the known values that the service supports.
3380
+ * ### Known values supported by the service
3381
+ * **NFSv3**: NFSv3 protocol type \
3382
+ * **NFSv4**: NFSv4 protocol type \
3383
+ * **SMB**: SMB\/CIFS protocol type
3384
+ */
3385
+ export type ElasticProtocolType = string;
3386
+ export declare function elasticMountTargetPropertiesArrayDeserializer(result: Array<ElasticMountTargetProperties>): any[];
3387
+ /** Contains all the information needed to mount an elastic volume */
3388
+ export interface ElasticMountTargetProperties {
3389
+ /** The mount target's IPv4 address, used to mount the volume */
3390
+ readonly ipAddress?: string;
3391
+ /** The SMB server's Fully Qualified Domain Name, FQDN */
3392
+ readonly smbServerFqdn?: string;
3393
+ }
3394
+ export declare function elasticMountTargetPropertiesDeserializer(item: any): ElasticMountTargetProperties;
3395
+ /** Data protection configuration option for the volume, including snapshot policies and backup. */
3396
+ export interface ElasticVolumeDataProtectionProperties {
3397
+ /** Used to apply a snapshot policy to a volume. */
3398
+ snapshot?: ElasticVolumeSnapshotProperties;
3399
+ /** Used to configure backups on an elastic volume. */
3400
+ backup?: ElasticVolumeBackupProperties;
3401
+ }
3402
+ export declare function elasticVolumeDataProtectionPropertiesSerializer(item: ElasticVolumeDataProtectionProperties): any;
3403
+ export declare function elasticVolumeDataProtectionPropertiesDeserializer(item: any): ElasticVolumeDataProtectionProperties;
3404
+ /** Elastic Volume Snapshot Properties */
3405
+ export interface ElasticVolumeSnapshotProperties {
3406
+ /** Snapshot Policy ResourceId */
3407
+ snapshotPolicyResourceId?: string;
3408
+ }
3409
+ export declare function elasticVolumeSnapshotPropertiesSerializer(item: ElasticVolumeSnapshotProperties): any;
3410
+ export declare function elasticVolumeSnapshotPropertiesDeserializer(item: any): ElasticVolumeSnapshotProperties;
3411
+ /** Elastic Volume Backup Properties */
3412
+ export interface ElasticVolumeBackupProperties {
3413
+ /** ResourceId used to identify Elastic Backup Policy */
3414
+ elasticBackupPolicyResourceId?: string;
3415
+ /** The property to decide policy is enforced or not on the volume */
3416
+ policyEnforcement?: ElasticVolumePolicyEnforcement;
3417
+ /** ResourceId used to identify Elastic Backup Vault */
3418
+ elasticBackupVaultResourceId?: string;
3419
+ }
3420
+ export declare function elasticVolumeBackupPropertiesSerializer(item: ElasticVolumeBackupProperties): any;
3421
+ export declare function elasticVolumeBackupPropertiesDeserializer(item: any): ElasticVolumeBackupProperties;
3422
+ /** Policy enforcement */
3423
+ export declare enum KnownElasticVolumePolicyEnforcement {
3424
+ /** Value indicating the policy is enforced on the volume. */
3425
+ Enforced = "Enforced",
3426
+ /** Value indicating the policy is not enforced on the volume. */
3427
+ NotEnforced = "NotEnforced"
3428
+ }
3429
+ /**
3430
+ * Policy enforcement \
3431
+ * {@link KnownElasticVolumePolicyEnforcement} can be used interchangeably with ElasticVolumePolicyEnforcement,
3432
+ * this enum contains the known values that the service supports.
3433
+ * ### Known values supported by the service
3434
+ * **Enforced**: Value indicating the policy is enforced on the volume. \
3435
+ * **NotEnforced**: Value indicating the policy is not enforced on the volume.
3436
+ */
3437
+ export type ElasticVolumePolicyEnforcement = string;
3438
+ /** Controls the visibility of the Elastic Volume's read-only snapshot directory, which provides access to each of the volume's snapshots. */
3439
+ export declare enum KnownSnapshotDirectoryVisibility {
3440
+ /** Value indicating the read-only snapshot directory is not visible */
3441
+ Hidden = "Hidden",
3442
+ /** Value indicating the read-only snapshot directory is visible */
3443
+ Visible = "Visible"
3444
+ }
3445
+ /**
3446
+ * Controls the visibility of the Elastic Volume's read-only snapshot directory, which provides access to each of the volume's snapshots. \
3447
+ * {@link KnownSnapshotDirectoryVisibility} can be used interchangeably with SnapshotDirectoryVisibility,
3448
+ * this enum contains the known values that the service supports.
3449
+ * ### Known values supported by the service
3450
+ * **Hidden**: Value indicating the read-only snapshot directory is not visible \
3451
+ * **Visible**: Value indicating the read-only snapshot directory is visible
3452
+ */
3453
+ export type SnapshotDirectoryVisibility = string;
3454
+ /** SMB Properties */
3455
+ export interface ElasticSmbProperties {
3456
+ /** Used to enable or disable encryption for in-flight SMB data volume. This flag can be modified during Elastic volume update operation as well. Only applicable for SMB protocol Elastic volumes. */
3457
+ smbEncryption?: ElasticSmbEncryption;
3458
+ }
3459
+ export declare function elasticSmbPropertiesSerializer(item: ElasticSmbProperties): any;
3460
+ export declare function elasticSmbPropertiesDeserializer(item: any): ElasticSmbProperties;
3461
+ /** SMB encryption */
3462
+ export declare enum KnownElasticSmbEncryption {
3463
+ /** Value indicating the SMB encryption is enabled */
3464
+ Enabled = "Enabled",
3465
+ /** Value indicating the SMB encryption is disabled */
3466
+ Disabled = "Disabled"
3467
+ }
3468
+ /**
3469
+ * SMB encryption \
3470
+ * {@link KnownElasticSmbEncryption} can be used interchangeably with ElasticSmbEncryption,
3471
+ * this enum contains the known values that the service supports.
3472
+ * ### Known values supported by the service
3473
+ * **Enabled**: Value indicating the SMB encryption is enabled \
3474
+ * **Disabled**: Value indicating the SMB encryption is disabled
3475
+ */
3476
+ export type ElasticSmbEncryption = string;
3477
+ /** The current state of the restoration process. */
3478
+ export declare enum KnownElasticVolumeRestorationState {
3479
+ /** Value indicating that the volume is currently restoring. */
3480
+ Restoring = "Restoring",
3481
+ /** Value indicating that the volume is restored. */
3482
+ Restored = "Restored",
3483
+ /** Value indicating that the volume restore has failed. */
3484
+ Failed = "Failed"
3485
+ }
3486
+ /**
3487
+ * The current state of the restoration process. \
3488
+ * {@link KnownElasticVolumeRestorationState} can be used interchangeably with ElasticVolumeRestorationState,
3489
+ * this enum contains the known values that the service supports.
3490
+ * ### Known values supported by the service
3491
+ * **Restoring**: Value indicating that the volume is currently restoring. \
3492
+ * **Restored**: Value indicating that the volume is restored. \
3493
+ * **Failed**: Value indicating that the volume restore has failed.
3494
+ */
3495
+ export type ElasticVolumeRestorationState = string;
3496
+ /** The type used for update operations of the ElasticVolume. */
3497
+ export interface ElasticVolumeUpdate {
3498
+ /** Resource tags. */
3499
+ tags?: Record<string, string>;
3500
+ /** The resource-specific properties for this resource. */
3501
+ properties?: ElasticVolumeUpdateProperties;
3502
+ }
3503
+ export declare function elasticVolumeUpdateSerializer(item: ElasticVolumeUpdate): any;
3504
+ /** The updatable properties of the ElasticVolume. */
3505
+ export interface ElasticVolumeUpdateProperties {
3506
+ /** Maximum size allowed for a volume in bytes. Valid values are in the range 1GiB to 16TiB. Values expressed in bytes as multiples of 1 GiB. */
3507
+ size?: number;
3508
+ /** Set of export policy rules */
3509
+ exportPolicy?: ElasticExportPolicy;
3510
+ /** Data protection configuration option for the volume, including snapshot policies and backup. */
3511
+ dataProtection?: ElasticVolumeDataProtectionPatchProperties;
3512
+ /** Controls the visibility of the volume's read-only snapshot directory, which provides access to each of the volume's snapshots. */
3513
+ snapshotDirectoryVisibility?: SnapshotDirectoryVisibility;
3514
+ /** SMB Properties */
3515
+ smbProperties?: ElasticSmbPatchProperties;
3516
+ }
3517
+ export declare function elasticVolumeUpdatePropertiesSerializer(item: ElasticVolumeUpdateProperties): any;
3518
+ /** Data protection configuration option for updating the volume, including snapshot policies and backup. */
3519
+ export interface ElasticVolumeDataProtectionPatchProperties {
3520
+ /** Used to apply a snapshot policy to a volume. */
3521
+ snapshot?: ElasticVolumeSnapshotProperties;
3522
+ /** Used to configure backups on an elastic volume. */
3523
+ backup?: ElasticVolumeBackupProperties;
3524
+ }
3525
+ export declare function elasticVolumeDataProtectionPatchPropertiesSerializer(item: ElasticVolumeDataProtectionPatchProperties): any;
3526
+ /** SMB Patch Properties */
3527
+ export interface ElasticSmbPatchProperties {
3528
+ /** Used to enable or disable encryption for in-flight SMB data volume. This flag can be modified during Elastic volume update operation as well. Only applicable for SMB protocol Elastic volumes. */
3529
+ smbEncryption?: ElasticSmbEncryption;
3530
+ }
3531
+ export declare function elasticSmbPatchPropertiesSerializer(item: ElasticSmbPatchProperties): any;
3532
+ /** The response of a ElasticVolume list operation. */
3533
+ export interface _ElasticVolumeListResult {
3534
+ /** The ElasticVolume items on this page */
3535
+ value: ElasticVolume[];
3536
+ /** The link to the next page of items */
3537
+ nextLink?: string;
3538
+ }
3539
+ export declare function _elasticVolumeListResultDeserializer(item: any): _ElasticVolumeListResult;
3540
+ export declare function elasticVolumeArraySerializer(result: Array<ElasticVolume>): any[];
3541
+ export declare function elasticVolumeArrayDeserializer(result: Array<ElasticVolume>): any[];
3542
+ /** Reverts the elastic volume to the specified snapshot. */
3543
+ export interface ElasticVolumeRevert {
3544
+ /** Resource identifier used to identify the Elastic Snapshot. */
3545
+ snapshotResourceId?: string;
3546
+ }
3547
+ export declare function elasticVolumeRevertSerializer(item: ElasticVolumeRevert): any;
3548
+ /** NetApp Elastic Snapshot under an Elastic Volume */
3549
+ export interface ElasticSnapshot extends ProxyResource {
3550
+ /** The resource-specific properties for this resource. */
3551
+ properties?: ElasticSnapshotProperties;
3552
+ }
3553
+ export declare function elasticSnapshotSerializer(item: ElasticSnapshot): any;
3554
+ export declare function elasticSnapshotDeserializer(item: any): ElasticSnapshot;
3555
+ /** Elastic Snapshot properties */
3556
+ export interface ElasticSnapshotProperties {
3557
+ /** Azure lifecycle management. */
3558
+ readonly provisioningState?: NetAppProvisioningState;
3559
+ }
3560
+ export declare function elasticSnapshotPropertiesSerializer(item: ElasticSnapshotProperties): any;
3561
+ export declare function elasticSnapshotPropertiesDeserializer(item: any): ElasticSnapshotProperties;
3562
+ /** The response of a ElasticSnapshot list operation. */
3563
+ export interface _ElasticSnapshotListResult {
3564
+ /** The ElasticSnapshot items on this page */
3565
+ value: ElasticSnapshot[];
3566
+ /** The link to the next page of items */
3567
+ nextLink?: string;
3568
+ }
3569
+ export declare function _elasticSnapshotListResultDeserializer(item: any): _ElasticSnapshotListResult;
3570
+ export declare function elasticSnapshotArraySerializer(result: Array<ElasticSnapshot>): any[];
3571
+ export declare function elasticSnapshotArrayDeserializer(result: Array<ElasticSnapshot>): any[];
3572
+ /** NetApp Elastic Snapshot Policy under an Elastic Account */
3573
+ export interface ElasticSnapshotPolicy extends TrackedResource {
3574
+ /** The resource-specific properties for this resource. */
3575
+ properties?: ElasticSnapshotPolicyProperties;
3576
+ /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
3577
+ readonly eTag?: string;
3578
+ }
3579
+ export declare function elasticSnapshotPolicySerializer(item: ElasticSnapshotPolicy): any;
3580
+ export declare function elasticSnapshotPolicyDeserializer(item: any): ElasticSnapshotPolicy;
3581
+ /** Elastic Snapshot policy properties */
3582
+ export interface ElasticSnapshotPolicyProperties {
3583
+ /** Schedule for hourly snapshots */
3584
+ hourlySchedule?: ElasticSnapshotPolicyHourlySchedule;
3585
+ /** Schedule for daily snapshots */
3586
+ dailySchedule?: ElasticSnapshotPolicyDailySchedule;
3587
+ /** Schedule for weekly snapshots */
3588
+ weeklySchedule?: ElasticSnapshotPolicyWeeklySchedule;
3589
+ /** Schedule for monthly snapshots */
3590
+ monthlySchedule?: ElasticSnapshotPolicyMonthlySchedule;
3591
+ /** Configures if the snapshot policy is enabled on the volumes connected to the policy. */
3592
+ policyStatus?: PolicyStatus;
3593
+ /** Azure lifecycle management. */
3594
+ readonly provisioningState?: NetAppProvisioningState;
3595
+ }
3596
+ export declare function elasticSnapshotPolicyPropertiesSerializer(item: ElasticSnapshotPolicyProperties): any;
3597
+ export declare function elasticSnapshotPolicyPropertiesDeserializer(item: any): ElasticSnapshotPolicyProperties;
3598
+ /** Hourly Schedule properties used to create NetApp snapshot policy */
3599
+ export interface ElasticSnapshotPolicyHourlySchedule {
3600
+ /** Hourly snapshot count to keep */
3601
+ snapshotsToKeep?: number;
3602
+ /** Indicates which minute snapshot should be taken */
3603
+ minute?: number;
3604
+ }
3605
+ export declare function elasticSnapshotPolicyHourlyScheduleSerializer(item: ElasticSnapshotPolicyHourlySchedule): any;
3606
+ export declare function elasticSnapshotPolicyHourlyScheduleDeserializer(item: any): ElasticSnapshotPolicyHourlySchedule;
3607
+ /** Daily Schedule properties used to create NetApp snapshot policy */
3608
+ export interface ElasticSnapshotPolicyDailySchedule {
3609
+ /** Daily snapshot count to keep */
3610
+ snapshotsToKeep?: number;
3611
+ /** Indicates which hour in UTC timezone a snapshot should be taken */
3612
+ hour?: number;
3613
+ /** Indicates which minute snapshot should be taken */
3614
+ minute?: number;
3615
+ }
3616
+ export declare function elasticSnapshotPolicyDailyScheduleSerializer(item: ElasticSnapshotPolicyDailySchedule): any;
3617
+ export declare function elasticSnapshotPolicyDailyScheduleDeserializer(item: any): ElasticSnapshotPolicyDailySchedule;
3618
+ /** Weekly Schedule properties used to create NetApp snapshot policy */
3619
+ export interface ElasticSnapshotPolicyWeeklySchedule {
3620
+ /** Weekly snapshot count to keep */
3621
+ snapshotsToKeep?: number;
3622
+ /** Indicates which weekday(s) snapshot(s) should be taken, accepts a list of week day names in english */
3623
+ days?: DayOfWeek[];
3624
+ /** Indicates which hour in UTC timezone a snapshot should be taken */
3625
+ hour?: number;
3626
+ /** Indicates which minute snapshot should be taken */
3627
+ minute?: number;
3628
+ }
3629
+ export declare function elasticSnapshotPolicyWeeklyScheduleSerializer(item: ElasticSnapshotPolicyWeeklySchedule): any;
3630
+ export declare function elasticSnapshotPolicyWeeklyScheduleDeserializer(item: any): ElasticSnapshotPolicyWeeklySchedule;
3631
+ /** Day of the week */
3632
+ export declare enum KnownDayOfWeek {
3633
+ /** Take a snapshot each Sunday */
3634
+ Sunday = "Sunday",
3635
+ /** Take a snapshot each Monday */
3636
+ Monday = "Monday",
3637
+ /** Take a snapshot each Tuesday */
3638
+ Tuesday = "Tuesday",
3639
+ /** Take a snapshot each Wednesday */
3640
+ Wednesday = "Wednesday",
3641
+ /** Take a snapshot each Thursday */
3642
+ Thursday = "Thursday",
3643
+ /** Take a snapshot each Friday */
3644
+ Friday = "Friday",
3645
+ /** Take a snapshot each Saturday */
3646
+ Saturday = "Saturday"
3647
+ }
3648
+ /**
3649
+ * Day of the week \
3650
+ * {@link KnownDayOfWeek} can be used interchangeably with DayOfWeek,
3651
+ * this enum contains the known values that the service supports.
3652
+ * ### Known values supported by the service
3653
+ * **Sunday**: Take a snapshot each Sunday \
3654
+ * **Monday**: Take a snapshot each Monday \
3655
+ * **Tuesday**: Take a snapshot each Tuesday \
3656
+ * **Wednesday**: Take a snapshot each Wednesday \
3657
+ * **Thursday**: Take a snapshot each Thursday \
3658
+ * **Friday**: Take a snapshot each Friday \
3659
+ * **Saturday**: Take a snapshot each Saturday
3660
+ */
3661
+ export type DayOfWeek = string;
3662
+ /** Monthly Schedule properties used to create NetApp snapshot policy */
3663
+ export interface ElasticSnapshotPolicyMonthlySchedule {
3664
+ /** Monthly snapshot count to keep */
3665
+ snapshotsToKeep?: number;
3666
+ /** Indicates which days of the month snapshot (1-31) should be taken, accepts a list of integers */
3667
+ daysOfMonth?: number[];
3668
+ /** Indicates which hour in UTC timezone a snapshot should be taken */
3669
+ hour?: number;
3670
+ /** Indicates which minute snapshot should be taken */
3671
+ minute?: number;
3672
+ }
3673
+ export declare function elasticSnapshotPolicyMonthlyScheduleSerializer(item: ElasticSnapshotPolicyMonthlySchedule): any;
3674
+ export declare function elasticSnapshotPolicyMonthlyScheduleDeserializer(item: any): ElasticSnapshotPolicyMonthlySchedule;
3675
+ /** Policy status */
3676
+ export declare enum KnownPolicyStatus {
3677
+ /** Value indicating the policy is enabled */
3678
+ Enabled = "Enabled",
3679
+ /** Value indicating the policy is disabled */
3680
+ Disabled = "Disabled"
3681
+ }
3682
+ /**
3683
+ * Policy status \
3684
+ * {@link KnownPolicyStatus} can be used interchangeably with PolicyStatus,
3685
+ * this enum contains the known values that the service supports.
3686
+ * ### Known values supported by the service
3687
+ * **Enabled**: Value indicating the policy is enabled \
3688
+ * **Disabled**: Value indicating the policy is disabled
3689
+ */
3690
+ export type PolicyStatus = string;
3691
+ /** The type used for update operations of the ElasticSnapshotPolicy. */
3692
+ export interface ElasticSnapshotPolicyUpdate {
3693
+ /** Resource tags. */
3694
+ tags?: Record<string, string>;
3695
+ /** The resource-specific properties for this resource. */
3696
+ properties?: ElasticSnapshotPolicyUpdateProperties;
3697
+ }
3698
+ export declare function elasticSnapshotPolicyUpdateSerializer(item: ElasticSnapshotPolicyUpdate): any;
3699
+ /** The updatable properties of the ElasticSnapshotPolicy. */
3700
+ export interface ElasticSnapshotPolicyUpdateProperties {
3701
+ /** Schedule for hourly snapshots */
3702
+ hourlySchedule?: ElasticSnapshotPolicyHourlySchedule;
3703
+ /** Schedule for daily snapshots */
3704
+ dailySchedule?: ElasticSnapshotPolicyDailySchedule;
3705
+ /** Schedule for weekly snapshots */
3706
+ weeklySchedule?: ElasticSnapshotPolicyWeeklySchedule;
3707
+ /** Schedule for monthly snapshots */
3708
+ monthlySchedule?: ElasticSnapshotPolicyMonthlySchedule;
3709
+ /** Configures if the snapshot policy is enabled on the volumes connected to the policy. */
3710
+ policyStatus?: PolicyStatus;
3711
+ }
3712
+ export declare function elasticSnapshotPolicyUpdatePropertiesSerializer(item: ElasticSnapshotPolicyUpdateProperties): any;
3713
+ /** The response of a ElasticSnapshotPolicy list operation. */
3714
+ export interface _ElasticSnapshotPolicyListResult {
3715
+ /** The ElasticSnapshotPolicy items on this page */
3716
+ value: ElasticSnapshotPolicy[];
3717
+ /** The link to the next page of items */
3718
+ nextLink?: string;
3719
+ }
3720
+ export declare function _elasticSnapshotPolicyListResultDeserializer(item: any): _ElasticSnapshotPolicyListResult;
3721
+ export declare function elasticSnapshotPolicyArraySerializer(result: Array<ElasticSnapshotPolicy>): any[];
3722
+ export declare function elasticSnapshotPolicyArrayDeserializer(result: Array<ElasticSnapshotPolicy>): any[];
3723
+ /** Elastic Volumes associated with Elastic Snapshot Policy */
3724
+ export interface _ElasticSnapshotPolicyVolumeList {
3725
+ /** The ElasticVolume items on this page */
3726
+ value: ElasticVolume[];
3727
+ /** The link to the next page of items */
3728
+ nextLink?: string;
3729
+ }
3730
+ export declare function _elasticSnapshotPolicyVolumeListDeserializer(item: any): _ElasticSnapshotPolicyVolumeList;
3731
+ /** NetApp elastic backup vault resource */
3732
+ export interface ElasticBackupVault extends TrackedResource {
3733
+ /** The resource-specific properties for this resource. */
3734
+ properties?: ElasticBackupVaultProperties;
3735
+ /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
3736
+ readonly eTag?: string;
3737
+ }
3738
+ export declare function elasticBackupVaultSerializer(item: ElasticBackupVault): any;
3739
+ export declare function elasticBackupVaultDeserializer(item: any): ElasticBackupVault;
3740
+ /** Elastic Backup Vault properties */
3741
+ export interface ElasticBackupVaultProperties {
3742
+ /** Azure lifecycle management. */
3743
+ readonly provisioningState?: NetAppProvisioningState;
3744
+ }
3745
+ export declare function elasticBackupVaultPropertiesSerializer(item: ElasticBackupVaultProperties): any;
3746
+ export declare function elasticBackupVaultPropertiesDeserializer(item: any): ElasticBackupVaultProperties;
3747
+ /** The type used for update operations of the ElasticBackupVault. */
3748
+ export interface ElasticBackupVaultUpdate {
3749
+ /** Resource tags. */
3750
+ tags?: Record<string, string>;
3751
+ }
3752
+ export declare function elasticBackupVaultUpdateSerializer(item: ElasticBackupVaultUpdate): any;
3753
+ /** The response of a ElasticBackupVault list operation. */
3754
+ export interface _ElasticBackupVaultListResult {
3755
+ /** The ElasticBackupVault items on this page */
3756
+ value: ElasticBackupVault[];
3757
+ /** The link to the next page of items */
3758
+ nextLink?: string;
3759
+ }
3760
+ export declare function _elasticBackupVaultListResultDeserializer(item: any): _ElasticBackupVaultListResult;
3761
+ export declare function elasticBackupVaultArraySerializer(result: Array<ElasticBackupVault>): any[];
3762
+ export declare function elasticBackupVaultArrayDeserializer(result: Array<ElasticBackupVault>): any[];
3763
+ /** NetApp Elastic Backup Policy resource */
3764
+ export interface ElasticBackupPolicy extends TrackedResource {
3765
+ /** The resource-specific properties for this resource. */
3766
+ properties?: ElasticBackupPolicyProperties;
3767
+ /** If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. */
3768
+ readonly eTag?: string;
3769
+ }
3770
+ export declare function elasticBackupPolicySerializer(item: ElasticBackupPolicy): any;
3771
+ export declare function elasticBackupPolicyDeserializer(item: any): ElasticBackupPolicy;
3772
+ /** Elastic Backup Policy properties */
3773
+ export interface ElasticBackupPolicyProperties {
3774
+ /** Azure lifecycle management. */
3775
+ readonly provisioningState?: NetAppProvisioningState;
3776
+ /** Daily backups count to keep */
3777
+ dailyBackupsToKeep?: number;
3778
+ /** Weekly backups count to keep */
3779
+ weeklyBackupsToKeep?: number;
3780
+ /** Monthly backups count to keep */
3781
+ monthlyBackupsToKeep?: number;
3782
+ /** The number of volumes currently using this Backup Policy. */
3783
+ readonly assignedVolumesCount?: number;
3784
+ /** The property to identify whether Backup Policy is enabled or not */
3785
+ policyState?: ElasticBackupPolicyState;
3786
+ }
3787
+ export declare function elasticBackupPolicyPropertiesSerializer(item: ElasticBackupPolicyProperties): any;
3788
+ export declare function elasticBackupPolicyPropertiesDeserializer(item: any): ElasticBackupPolicyProperties;
3789
+ /** Elastic Backup Policy state */
3790
+ export declare enum KnownElasticBackupPolicyState {
3791
+ /** Value indicating the policy is enabled */
3792
+ Enabled = "Enabled",
3793
+ /** Value indicating the policy is disabled */
3794
+ Disabled = "Disabled"
3795
+ }
3796
+ /**
3797
+ * Elastic Backup Policy state \
3798
+ * {@link KnownElasticBackupPolicyState} can be used interchangeably with ElasticBackupPolicyState,
3799
+ * this enum contains the known values that the service supports.
3800
+ * ### Known values supported by the service
3801
+ * **Enabled**: Value indicating the policy is enabled \
3802
+ * **Disabled**: Value indicating the policy is disabled
3803
+ */
3804
+ export type ElasticBackupPolicyState = string;
3805
+ /** The type used for update operations of the ElasticBackupPolicy. */
3806
+ export interface ElasticBackupPolicyUpdate {
3807
+ /** Resource tags. */
3808
+ tags?: Record<string, string>;
3809
+ /** The resource-specific properties for this resource. */
3810
+ properties?: ElasticBackupPolicyUpdateProperties;
3811
+ }
3812
+ export declare function elasticBackupPolicyUpdateSerializer(item: ElasticBackupPolicyUpdate): any;
3813
+ /** The updatable properties of the ElasticBackupPolicy. */
3814
+ export interface ElasticBackupPolicyUpdateProperties {
3815
+ /** Daily backups count to keep */
3816
+ dailyBackupsToKeep?: number;
3817
+ /** Weekly backups count to keep */
3818
+ weeklyBackupsToKeep?: number;
3819
+ /** Monthly backups count to keep */
3820
+ monthlyBackupsToKeep?: number;
3821
+ /** The property to identify whether Backup Policy is enabled or not */
3822
+ policyState?: ElasticBackupPolicyState;
3823
+ }
3824
+ export declare function elasticBackupPolicyUpdatePropertiesSerializer(item: ElasticBackupPolicyUpdateProperties): any;
3825
+ /** The response of a ElasticBackupPolicy list operation. */
3826
+ export interface _ElasticBackupPolicyListResult {
3827
+ /** The ElasticBackupPolicy items on this page */
3828
+ value: ElasticBackupPolicy[];
3829
+ /** The link to the next page of items */
3830
+ nextLink?: string;
3831
+ }
3832
+ export declare function _elasticBackupPolicyListResultDeserializer(item: any): _ElasticBackupPolicyListResult;
3833
+ export declare function elasticBackupPolicyArraySerializer(result: Array<ElasticBackupPolicy>): any[];
3834
+ export declare function elasticBackupPolicyArrayDeserializer(result: Array<ElasticBackupPolicy>): any[];
3835
+ /** NetApp Elastic Backup under an elastic Backup Vault */
3836
+ export interface ElasticBackup extends ProxyResource {
3837
+ /** The resource-specific properties for this resource. */
3838
+ properties?: ElasticBackupProperties;
3839
+ }
3840
+ export declare function elasticBackupSerializer(item: ElasticBackup): any;
3841
+ export declare function elasticBackupDeserializer(item: any): ElasticBackup;
3842
+ /** Elastic Backup properties */
3843
+ export interface ElasticBackupProperties {
3844
+ /** The creation date of the backup */
3845
+ readonly creationDate?: Date;
3846
+ /** The snapshot creation date of the backup */
3847
+ readonly snapshotCreationDate?: Date;
3848
+ /** The completion date of the backup */
3849
+ readonly completionDate?: Date;
3850
+ /** Azure lifecycle management. */
3851
+ readonly provisioningState?: NetAppProvisioningState;
3852
+ /** Size of backup in bytes */
3853
+ readonly size?: number;
3854
+ /** Label for backup */
3855
+ label?: string;
3856
+ /** Type of backup Manual or Scheduled */
3857
+ readonly backupType?: ElasticBackupType;
3858
+ /** Failure reason */
3859
+ readonly failureReason?: string;
3860
+ /** ResourceId used to identify the Elastic Volume */
3861
+ elasticVolumeResourceId: string;
3862
+ /** Manual backup using an already existing snapshot. This will always be CreateNewSnapshot for scheduled backups and UseExistingSnapshot/CreateNewSnapshot for manual backups */
3863
+ snapshotUsage?: SnapshotUsage;
3864
+ /** ResourceId used to identify the elastic snapshot resource. This is required when an existing snapshot needs to be used for creating a manual backup */
3865
+ elasticSnapshotResourceId?: string;
3866
+ /** ResourceId used to identify the elastic backup policy */
3867
+ readonly elasticBackupPolicyResourceId?: string;
3868
+ /** Specifies if the backup is for a large volume. */
3869
+ readonly volumeSize?: VolumeSize;
3870
+ }
3871
+ export declare function elasticBackupPropertiesSerializer(item: ElasticBackupProperties): any;
3872
+ export declare function elasticBackupPropertiesDeserializer(item: any): ElasticBackupProperties;
3873
+ /** Type of backup */
3874
+ export declare enum KnownElasticBackupType {
3875
+ /** Manual backup type */
3876
+ Manual = "Manual",
3877
+ /** Scheduled backup type */
3878
+ Scheduled = "Scheduled"
3879
+ }
3880
+ /**
3881
+ * Type of backup \
3882
+ * {@link KnownElasticBackupType} can be used interchangeably with ElasticBackupType,
3883
+ * this enum contains the known values that the service supports.
3884
+ * ### Known values supported by the service
3885
+ * **Manual**: Manual backup type \
3886
+ * **Scheduled**: Scheduled backup type
3887
+ */
3888
+ export type ElasticBackupType = string;
3889
+ /** Snapshot usage for backup */
3890
+ export declare enum KnownSnapshotUsage {
3891
+ /** Value indicating an existing snapshot is used */
3892
+ UseExistingSnapshot = "UseExistingSnapshot",
3893
+ /** Value indicating a new snapshot is created */
3894
+ CreateNewSnapshot = "CreateNewSnapshot"
3895
+ }
3896
+ /**
3897
+ * Snapshot usage for backup \
3898
+ * {@link KnownSnapshotUsage} can be used interchangeably with SnapshotUsage,
3899
+ * this enum contains the known values that the service supports.
3900
+ * ### Known values supported by the service
3901
+ * **UseExistingSnapshot**: Value indicating an existing snapshot is used \
3902
+ * **CreateNewSnapshot**: Value indicating a new snapshot is created
3903
+ */
3904
+ export type SnapshotUsage = string;
3905
+ /** Volume size for backup */
3906
+ export declare enum KnownVolumeSize {
3907
+ /** Value indicating backup is for a large volume */
3908
+ Large = "Large",
3909
+ /** Value indicating backup is not for a large volume */
3910
+ Regular = "Regular"
3911
+ }
3912
+ /**
3913
+ * Volume size for backup \
3914
+ * {@link KnownVolumeSize} can be used interchangeably with VolumeSize,
3915
+ * this enum contains the known values that the service supports.
3916
+ * ### Known values supported by the service
3917
+ * **Large**: Value indicating backup is for a large volume \
3918
+ * **Regular**: Value indicating backup is not for a large volume
3919
+ */
3920
+ export type VolumeSize = string;
3921
+ /** The response of a ElasticBackup list operation. */
3922
+ export interface _ElasticBackupListResult {
3923
+ /** The ElasticBackup items on this page */
3924
+ value: ElasticBackup[];
3925
+ /** The link to the next page of items */
3926
+ nextLink?: string;
3927
+ }
3928
+ export declare function _elasticBackupListResultDeserializer(item: any): _ElasticBackupListResult;
3929
+ export declare function elasticBackupArraySerializer(result: Array<ElasticBackup>): any[];
3930
+ export declare function elasticBackupArrayDeserializer(result: Array<ElasticBackup>): any[];
3931
+ /** Active Directory Configuration resource */
3932
+ export interface ActiveDirectoryConfig extends TrackedResource {
3933
+ /** The resource-specific properties for this resource. */
3934
+ properties?: ActiveDirectoryConfigProperties;
3935
+ /** "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.") */
3936
+ readonly etag?: string;
3937
+ /** The managed service identities assigned to this resource. */
3938
+ identity?: ManagedServiceIdentity;
3939
+ }
3940
+ export declare function activeDirectoryConfigSerializer(item: ActiveDirectoryConfig): any;
3941
+ export declare function activeDirectoryConfigDeserializer(item: any): ActiveDirectoryConfig;
3942
+ /** Active Directory Configuration properties */
3943
+ export interface ActiveDirectoryConfigProperties {
3944
+ /** A domain user account with permission to create machine accounts */
3945
+ userName?: string;
3946
+ /** An array of DNS server IP addresses(IPv4 only) for the Active Directory */
3947
+ dns?: string[];
3948
+ /** NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes */
3949
+ smbServerName?: string;
3950
+ /** The Organizational Unit (OU) within the Windows Active Directory */
3951
+ organizationalUnit?: string;
3952
+ /** The Active Directory site the service will limit Domain Controller discovery to */
3953
+ site?: string;
3954
+ /** Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier */
3955
+ backupOperators?: string[];
3956
+ /** Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier */
3957
+ administrators?: string[];
3958
+ /** Domain Users in the Active directory to be given SecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL). A list of unique usernames without domain specifier */
3959
+ securityOperators?: string[];
3960
+ /** Status of the Active Directory */
3961
+ readonly activeDirectoryStatus?: ActiveDirectoryStatus;
3962
+ /** Azure lifecycle management. */
3963
+ readonly provisioningState?: NetAppProvisioningState;
3964
+ /** Name of the Active Directory domain */
3965
+ domain: string;
3966
+ /** Access password from Azure KeyVault Secrets to connect Active Directory */
3967
+ secretPassword: SecretPassword;
3968
+ }
3969
+ export declare function activeDirectoryConfigPropertiesSerializer(item: ActiveDirectoryConfigProperties): any;
3970
+ export declare function activeDirectoryConfigPropertiesDeserializer(item: any): ActiveDirectoryConfigProperties;
3971
+ /** Status of the Active Directory */
3972
+ export declare enum KnownActiveDirectoryStatus {
3973
+ /** Active Directory created but not in use */
3974
+ Created = "Created",
3975
+ /** Active Directory in use by SMB Volume */
3976
+ InUse = "InUse",
3977
+ /** Active Directory Deleted */
3978
+ Deleted = "Deleted",
3979
+ /** Error with the Active Directory */
3980
+ Error = "Error",
3981
+ /** Active Directory Updating */
3982
+ Updating = "Updating"
3983
+ }
3984
+ /**
3985
+ * Status of the Active Directory \
3986
+ * {@link KnownActiveDirectoryStatus} can be used interchangeably with ActiveDirectoryStatus,
3987
+ * this enum contains the known values that the service supports.
3988
+ * ### Known values supported by the service
3989
+ * **Created**: Active Directory created but not in use \
3990
+ * **InUse**: Active Directory in use by SMB Volume \
3991
+ * **Deleted**: Active Directory Deleted \
3992
+ * **Error**: Error with the Active Directory \
3993
+ * **Updating**: Active Directory Updating
3994
+ */
3995
+ export type ActiveDirectoryStatus = string;
3996
+ /** Access password from Azure KeyVault Secrets to connect Active Directory */
3997
+ export interface SecretPassword {
3998
+ /** Properties provided by KeyVault. */
3999
+ keyVaultProperties?: SecretPasswordKeyVaultProperties;
4000
+ /** Identity used to authenticate to KeyVault. Applicable if keySource is 'Microsoft.KeyVault'. */
4001
+ identity?: SecretPasswordIdentity;
4002
+ }
4003
+ export declare function secretPasswordSerializer(item: SecretPassword): any;
4004
+ export declare function secretPasswordDeserializer(item: any): SecretPassword;
4005
+ /** Properties of key vault to get the secrets for password. */
4006
+ export interface SecretPasswordKeyVaultProperties {
4007
+ /** The Uri of KeyVault. */
4008
+ keyVaultUri: string;
4009
+ /** The name of KeyVault password secret. */
4010
+ secretName: string;
4011
+ }
4012
+ export declare function secretPasswordKeyVaultPropertiesSerializer(item: SecretPasswordKeyVaultProperties): any;
4013
+ export declare function secretPasswordKeyVaultPropertiesDeserializer(item: any): SecretPasswordKeyVaultProperties;
4014
+ /** Identity used to authenticate with key vault. */
4015
+ export interface SecretPasswordIdentity {
4016
+ /** The principal ID (object ID) of the identity used to authenticate with key vault. Read-only. */
4017
+ readonly principalId?: string;
4018
+ /** The Azure resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities. */
4019
+ userAssignedIdentity?: string;
4020
+ }
4021
+ export declare function secretPasswordIdentitySerializer(item: SecretPasswordIdentity): any;
4022
+ export declare function secretPasswordIdentityDeserializer(item: any): SecretPasswordIdentity;
4023
+ /** The type used for update operations of the ActiveDirectoryConfig. */
4024
+ export interface ActiveDirectoryConfigUpdate {
4025
+ /** The managed service identities assigned to this resource. */
4026
+ identity?: ManagedServiceIdentity;
4027
+ /** Resource tags. */
4028
+ tags?: Record<string, string>;
4029
+ /** The resource-specific properties for this resource. */
4030
+ properties?: ActiveDirectoryConfigUpdateProperties;
4031
+ }
4032
+ export declare function activeDirectoryConfigUpdateSerializer(item: ActiveDirectoryConfigUpdate): any;
4033
+ /** The updatable properties of the ActiveDirectoryConfig. */
4034
+ export interface ActiveDirectoryConfigUpdateProperties {
4035
+ /** A domain user account with permission to create machine accounts */
4036
+ userName?: string;
4037
+ /** An array of DNS server IP addresses(IPv4 only) for the Active Directory */
4038
+ dns?: string[];
4039
+ /** NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes */
4040
+ smbServerName?: string;
4041
+ /** The Organizational Unit (OU) within the Windows Active Directory */
4042
+ organizationalUnit?: string;
4043
+ /** The Active Directory site the service will limit Domain Controller discovery to */
4044
+ site?: string;
4045
+ /** Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier */
4046
+ backupOperators?: string[];
4047
+ /** Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier */
4048
+ administrators?: string[];
4049
+ /** Domain Users in the Active directory to be given SecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL). A list of unique usernames without domain specifier */
4050
+ securityOperators?: string[];
4051
+ /** Name of the Active Directory domain */
4052
+ domain?: string;
4053
+ /** Access password from Azure KeyVault Secrets to connect Active Directory */
4054
+ secretPassword?: SecretPassword;
4055
+ }
4056
+ export declare function activeDirectoryConfigUpdatePropertiesSerializer(item: ActiveDirectoryConfigUpdateProperties): any;
4057
+ /** The response of a ActiveDirectoryConfig list operation. */
4058
+ export interface _ActiveDirectoryConfigListResult {
4059
+ /** The ActiveDirectoryConfig items on this page */
4060
+ value: ActiveDirectoryConfig[];
4061
+ /** The link to the next page of items */
4062
+ nextLink?: string;
4063
+ }
4064
+ export declare function _activeDirectoryConfigListResultDeserializer(item: any): _ActiveDirectoryConfigListResult;
4065
+ export declare function activeDirectoryConfigArraySerializer(result: Array<ActiveDirectoryConfig>): any[];
4066
+ export declare function activeDirectoryConfigArrayDeserializer(result: Array<ActiveDirectoryConfig>): any[];
4067
+ /** Information regarding regionInfo Item. */
4068
+ export interface RegionInfoResource extends ProxyResource {
4069
+ /** regionInfo properties */
4070
+ properties?: RegionInfo;
4071
+ }
4072
+ export declare function regionInfoResourceDeserializer(item: any): RegionInfoResource;
4073
+ /** Provides region specific information. */
4074
+ export interface RegionInfo {
4075
+ /** Provides storage to network proximity information in the region. */
4076
+ storageToNetworkProximity?: RegionStorageToNetworkProximity;
4077
+ /** Provides logical availability zone mappings for the subscription for a region. */
4078
+ availabilityZoneMappings?: RegionInfoAvailabilityZoneMappingsItem[];
4079
+ }
4080
+ export declare function regionInfoDeserializer(item: any): RegionInfo;
4081
+ /** Provides storage to network proximity information in the region. */
4082
+ export declare enum KnownRegionStorageToNetworkProximity {
4083
+ /** Basic network connectivity. */
4084
+ Default = "Default",
4085
+ /** Standard T1 network connectivity. */
4086
+ T1 = "T1",
4087
+ /** Standard T2 network connectivity. */
4088
+ T2 = "T2",
4089
+ /** Standard AcrossT2 network connectivity. */
4090
+ AcrossT2 = "AcrossT2",
4091
+ /** Standard T1 and T2 network connectivity. */
4092
+ T1AndT2 = "T1AndT2",
4093
+ /** Standard T1 and AcrossT2 network connectivity. */
4094
+ T1AndAcrossT2 = "T1AndAcrossT2",
4095
+ /** Standard T2 and AcrossT2 network connectivity. */
4096
+ T2AndAcrossT2 = "T2AndAcrossT2",
4097
+ /** Standard T1, T2 and AcrossT2 network connectivity. */
4098
+ T1AndT2AndAcrossT2 = "T1AndT2AndAcrossT2"
4099
+ }
4100
+ /**
4101
+ * Provides storage to network proximity information in the region. \
4102
+ * {@link KnownRegionStorageToNetworkProximity} can be used interchangeably with RegionStorageToNetworkProximity,
4103
+ * this enum contains the known values that the service supports.
4104
+ * ### Known values supported by the service
4105
+ * **Default**: Basic network connectivity. \
4106
+ * **T1**: Standard T1 network connectivity. \
4107
+ * **T2**: Standard T2 network connectivity. \
4108
+ * **AcrossT2**: Standard AcrossT2 network connectivity. \
4109
+ * **T1AndT2**: Standard T1 and T2 network connectivity. \
4110
+ * **T1AndAcrossT2**: Standard T1 and AcrossT2 network connectivity. \
4111
+ * **T2AndAcrossT2**: Standard T2 and AcrossT2 network connectivity. \
4112
+ * **T1AndT2AndAcrossT2**: Standard T1, T2 and AcrossT2 network connectivity.
4113
+ */
4114
+ export type RegionStorageToNetworkProximity = string;
4115
+ export declare function regionInfoAvailabilityZoneMappingsItemArrayDeserializer(result: Array<RegionInfoAvailabilityZoneMappingsItem>): any[];
4116
+ /** model interface RegionInfoAvailabilityZoneMappingsItem */
4117
+ export interface RegionInfoAvailabilityZoneMappingsItem {
4118
+ /** Logical availability zone. */
4119
+ availabilityZone?: string;
4120
+ /** Available availability zone */
4121
+ isAvailable?: boolean;
4122
+ }
4123
+ export declare function regionInfoAvailabilityZoneMappingsItemDeserializer(item: any): RegionInfoAvailabilityZoneMappingsItem;
4124
+ /** List of regionInfo resources */
4125
+ export interface _RegionInfosList {
4126
+ /** The RegionInfoResource items on this page */
4127
+ value: RegionInfoResource[];
4128
+ /** The link to the next page of items */
4129
+ nextLink?: string;
4130
+ }
4131
+ export declare function _regionInfosListDeserializer(item: any): _RegionInfosList;
4132
+ export declare function regionInfoResourceArrayDeserializer(result: Array<RegionInfoResource>): any[];
4133
+ /** NetApp account resource */
4134
+ export interface NetAppAccount extends TrackedResource {
4135
+ /** NetApp Account properties */
4136
+ properties?: AccountProperties;
4137
+ /** "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.") */
4138
+ readonly etag?: string;
4139
+ /** The managed service identities assigned to this resource. */
4140
+ identity?: ManagedServiceIdentity;
4141
+ }
4142
+ export declare function netAppAccountSerializer(item: NetAppAccount): any;
4143
+ export declare function netAppAccountDeserializer(item: any): NetAppAccount;
4144
+ /** NetApp account properties */
4145
+ export interface AccountProperties {
4146
+ /** Azure lifecycle management */
4147
+ readonly provisioningState?: string;
4148
+ /** Active Directories */
4149
+ activeDirectories?: ActiveDirectory[];
4150
+ /** Entra ID configuration for the account. */
4151
+ entraIdConfig?: EntraIdConfig;
4152
+ /** Encryption settings */
4153
+ encryption?: AccountEncryption;
4154
+ /** Shows the status of disableShowmount for all volumes under the subscription, null equals false */
4155
+ readonly disableShowmount?: boolean | null;
4156
+ /** Domain for NFSv4 user ID mapping. This property will be set for all NetApp accounts in the subscription and region and only affect non ldap NFSv4 volumes. */
4157
+ nfsV4IDDomain?: string | null;
4158
+ /** MultiAD Status for the account */
4159
+ readonly multiAdStatus?: MultiAdStatus;
4160
+ /** LDAP Configuration for the account. */
4161
+ ldapConfiguration?: LdapConfiguration;
4162
+ }
4163
+ export declare function accountPropertiesSerializer(item: AccountProperties): any;
4164
+ export declare function accountPropertiesDeserializer(item: any): AccountProperties;
4165
+ export declare function activeDirectoryArraySerializer(result: Array<ActiveDirectory>): any[];
4166
+ export declare function activeDirectoryArrayDeserializer(result: Array<ActiveDirectory>): any[];
4167
+ /** Active Directory */
4168
+ export interface ActiveDirectory {
4169
+ /** Id of the Active Directory */
4170
+ activeDirectoryId?: string | null;
4171
+ /** A domain user account with permission to create machine accounts */
2040
4172
  username?: string;
2041
4173
  /** Plain text password of Active Directory domain administrator, value is masked in the response */
2042
4174
  password?: string;
@@ -2083,31 +4215,6 @@ export interface ActiveDirectory {
2083
4215
  }
2084
4216
  export declare function activeDirectorySerializer(item: ActiveDirectory): any;
2085
4217
  export declare function activeDirectoryDeserializer(item: any): ActiveDirectory;
2086
- /** Status of the Active Directory */
2087
- export declare enum KnownActiveDirectoryStatus {
2088
- /** Active Directory created but not in use */
2089
- Created = "Created",
2090
- /** Active Directory in use by SMB Volume */
2091
- InUse = "InUse",
2092
- /** Active Directory Deleted */
2093
- Deleted = "Deleted",
2094
- /** Error with the Active Directory */
2095
- Error = "Error",
2096
- /** Active Directory Updating */
2097
- Updating = "Updating"
2098
- }
2099
- /**
2100
- * Status of the Active Directory \
2101
- * {@link KnownActiveDirectoryStatus} can be used interchangeably with ActiveDirectoryStatus,
2102
- * this enum contains the known values that the service supports.
2103
- * ### Known values supported by the service
2104
- * **Created**: Active Directory created but not in use \
2105
- * **InUse**: Active Directory in use by SMB Volume \
2106
- * **Deleted**: Active Directory Deleted \
2107
- * **Error**: Error with the Active Directory \
2108
- * **Updating**: Active Directory Updating
2109
- */
2110
- export type ActiveDirectoryStatus = string;
2111
4218
  /** LDAP search scope */
2112
4219
  export interface LdapSearchScopeOpt {
2113
4220
  /** This specifies the user DN, which overrides the base DN for user lookups. */
@@ -2119,6 +4226,30 @@ export interface LdapSearchScopeOpt {
2119
4226
  }
2120
4227
  export declare function ldapSearchScopeOptSerializer(item: LdapSearchScopeOpt): any;
2121
4228
  export declare function ldapSearchScopeOptDeserializer(item: any): LdapSearchScopeOpt;
4229
+ /** Entra ID configuration for the account. */
4230
+ export interface EntraIdConfig {
4231
+ /** ApplicationId of the app created by customer to provide authentication and required API permissions for Microsoft Graph endpoint. */
4232
+ applicationId: string;
4233
+ /** Domain of the Active directory synced to Entra ID for hybrid identities. */
4234
+ domain: string;
4235
+ /** Using ServerNamePrefix, FQDN (Fully Qualified Domain Name) will be generated for SMB share, using this FQDN, SMB Share will be mounted on Entra Joined VM. */
4236
+ serverNamePrefix: string;
4237
+ /** Using AKV config, certificate will be fetched, which will contain private key & public certificate, that correspond to the public certificate which is uploaded on the application created by customer. This will be used further for authentication. */
4238
+ entraIdAkvConfig?: EntraIdAkvConfig;
4239
+ }
4240
+ export declare function entraIdConfigSerializer(item: EntraIdConfig): any;
4241
+ export declare function entraIdConfigDeserializer(item: any): EntraIdConfig;
4242
+ /** Using AKV config, certificate will be fetched, which will contain private key & public certificate, that correspond to the public certificate which is uploaded on the application created by customer. This will be used further for authentication. */
4243
+ export interface EntraIdAkvConfig {
4244
+ /** The Azure Key Vault URI where the Entra ID credentials are stored. */
4245
+ azureKeyVaultUri: string;
4246
+ /** The name of the certificate in Azure Key Vault. */
4247
+ certificateName: string;
4248
+ /** The ARM resource identifier of the user assigned identity used to authenticate with key vault. */
4249
+ userAssignedIdentity?: string;
4250
+ }
4251
+ export declare function entraIdAkvConfigSerializer(item: EntraIdAkvConfig): any;
4252
+ export declare function entraIdAkvConfigDeserializer(item: any): EntraIdAkvConfig;
2122
4253
  /** Encryption settings */
2123
4254
  export interface AccountEncryption {
2124
4255
  /** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault */
@@ -2130,22 +4261,6 @@ export interface AccountEncryption {
2130
4261
  }
2131
4262
  export declare function accountEncryptionSerializer(item: AccountEncryption): any;
2132
4263
  export declare function accountEncryptionDeserializer(item: any): AccountEncryption;
2133
- /** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault */
2134
- export declare enum KnownKeySource {
2135
- /** Microsoft-managed key encryption */
2136
- MicrosoftNetApp = "Microsoft.NetApp",
2137
- /** Customer-managed key encryption */
2138
- MicrosoftKeyVault = "Microsoft.KeyVault"
2139
- }
2140
- /**
2141
- * The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault \
2142
- * {@link KnownKeySource} can be used interchangeably with KeySource,
2143
- * this enum contains the known values that the service supports.
2144
- * ### Known values supported by the service
2145
- * **Microsoft.NetApp**: Microsoft-managed key encryption \
2146
- * **Microsoft.KeyVault**: Customer-managed key encryption
2147
- */
2148
- export type KeySource = string;
2149
4264
  /** Properties of key vault. */
2150
4265
  export interface KeyVaultProperties {
2151
4266
  /** UUID v4 used to identify the Azure Key Vault configuration */
@@ -2213,50 +4328,21 @@ export declare enum KnownMultiAdStatus {
2213
4328
  * **Enabled**: Account is MultiAD enabled
2214
4329
  */
2215
4330
  export type MultiAdStatus = string;
2216
- /** Managed service identity (system assigned and/or user assigned identities) */
2217
- export interface ManagedServiceIdentity {
2218
- /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
2219
- readonly principalId?: string;
2220
- /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
2221
- readonly tenantId?: string;
2222
- /** The type of managed identity assigned to this resource. */
2223
- type: ManagedServiceIdentityType;
2224
- /** The identities assigned to this resource by the user. */
2225
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
2226
- }
2227
- export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
2228
- export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
2229
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
2230
- export declare enum KnownManagedServiceIdentityType {
2231
- /** No managed identity. */
2232
- None = "None",
2233
- /** System assigned managed identity. */
2234
- SystemAssigned = "SystemAssigned",
2235
- /** User assigned managed identity. */
2236
- UserAssigned = "UserAssigned",
2237
- /** System and user assigned managed identity. */
2238
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
2239
- }
2240
- /**
2241
- * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
2242
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
2243
- * this enum contains the known values that the service supports.
2244
- * ### Known values supported by the service
2245
- * **None**: No managed identity. \
2246
- * **SystemAssigned**: System assigned managed identity. \
2247
- * **UserAssigned**: User assigned managed identity. \
2248
- * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
2249
- */
2250
- export type ManagedServiceIdentityType = string;
2251
- /** User assigned identity properties */
2252
- export interface UserAssignedIdentity {
2253
- /** The principal ID of the assigned identity. */
2254
- readonly principalId?: string;
2255
- /** The client ID of the assigned identity. */
2256
- readonly clientId?: string;
4331
+ /** LDAP configuration */
4332
+ export interface LdapConfiguration {
4333
+ /** Name of the LDAP configuration domain */
4334
+ domain?: string;
4335
+ /** List of LDAP server IP addresses (IPv4 only) for the LDAP domain. */
4336
+ ldapServers?: string[];
4337
+ /** Specifies whether or not the LDAP traffic needs to be secured via TLS. */
4338
+ ldapOverTLS?: boolean;
4339
+ /** When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded ldap servers CA certificate. */
4340
+ serverCACertificate?: string;
4341
+ /** The CN host name used while generating the certificate, LDAP Over TLS requires the CN host name to create DNS host entry. */
4342
+ certificateCNHost?: string | null;
2257
4343
  }
2258
- export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
2259
- export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
4344
+ export declare function ldapConfigurationSerializer(item: LdapConfiguration): any;
4345
+ export declare function ldapConfigurationDeserializer(item: any): LdapConfiguration;
2260
4346
  /** NetApp account patch resource */
2261
4347
  export interface NetAppAccountPatch {
2262
4348
  /** Resource location */
@@ -2270,11 +4356,63 @@ export interface NetAppAccountPatch {
2270
4356
  /** Resource tags */
2271
4357
  tags?: Record<string, string>;
2272
4358
  /** NetApp Account properties */
2273
- properties?: AccountProperties;
4359
+ properties?: AccountPropertiesPatch;
2274
4360
  /** The identity used for the resource. */
2275
4361
  identity?: ManagedServiceIdentity;
2276
4362
  }
2277
4363
  export declare function netAppAccountPatchSerializer(item: NetAppAccountPatch): any;
4364
+ /** NetApp account properties for PATCH operations */
4365
+ export interface AccountPropertiesPatch {
4366
+ /** Active Directories */
4367
+ activeDirectories?: ActiveDirectory[];
4368
+ /** Entra ID configuration for the account. */
4369
+ entraIdConfig?: EntraIdConfigPatch;
4370
+ /** Encryption settings */
4371
+ encryption?: AccountEncryption;
4372
+ /** Domain for NFSv4 user ID mapping. This property will be set for all NetApp accounts in the subscription and region and only affect non ldap NFSv4 volumes. */
4373
+ nfsV4IDDomain?: string | null;
4374
+ /** MultiAD Status for the account */
4375
+ multiAdStatus?: MultiAdStatus;
4376
+ /** LDAP Configuration for the account. */
4377
+ ldapConfiguration?: LdapConfigurationPatch;
4378
+ }
4379
+ export declare function accountPropertiesPatchSerializer(item: AccountPropertiesPatch): any;
4380
+ /** Entra ID Patch configuration for the account. */
4381
+ export interface EntraIdConfigPatch {
4382
+ /** ApplicationId of the app created by customer to provide authentication and required API permissions for Microsoft Graph endpoint. */
4383
+ applicationId?: string;
4384
+ /** Domain of the Active directory synced to Entra ID for hybrid identities. */
4385
+ domain?: string;
4386
+ /** Using ServerNamePrefix, FQDN (Fully Qualified Domain Name) will be generated for SMB share, using this FQDN, SMB Share will be mounted on Entra Joined VM. */
4387
+ serverNamePrefix?: string;
4388
+ /** Using AKV config, certificate will be fetched, which will contain private key & public certificate, that correspond to the public certificate which is uploaded on the application created by customer. This will be used further for authentication. */
4389
+ entraIdAkvConfig?: EntraIdAkvConfigPatch;
4390
+ }
4391
+ export declare function entraIdConfigPatchSerializer(item: EntraIdConfigPatch): any;
4392
+ /** Using AKV config, certificate will be fetched, which will contain private key & public certificate, that correspond to the public certificate which is uploaded on the application created by customer. This will be used further for authentication. */
4393
+ export interface EntraIdAkvConfigPatch {
4394
+ /** The Azure Key Vault URI where the Entra ID credentials are stored. */
4395
+ azureKeyVaultUri?: string;
4396
+ /** The name of the certificate in Azure Key Vault. */
4397
+ certificateName?: string;
4398
+ /** The ARM resource identifier of the user assigned identity used to authenticate with key vault. */
4399
+ userAssignedIdentity?: string;
4400
+ }
4401
+ export declare function entraIdAkvConfigPatchSerializer(item: EntraIdAkvConfigPatch): any;
4402
+ /** LDAP configuration for PATCH operations (no default values) */
4403
+ export interface LdapConfigurationPatch {
4404
+ /** Name of the LDAP configuration domain */
4405
+ domain?: string;
4406
+ /** List of LDAP server IP addresses (IPv4 only) for the LDAP domain. */
4407
+ ldapServers?: string[];
4408
+ /** Specifies whether or not the LDAP traffic needs to be secured via TLS. */
4409
+ ldapOverTLS?: boolean;
4410
+ /** When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded ldap servers CA certificate. */
4411
+ serverCACertificate?: string;
4412
+ /** The CN host name used while generating the certificate, LDAP Over TLS requires the CN host name to create DNS host entry. */
4413
+ certificateCNHost?: string | null;
4414
+ }
4415
+ export declare function ldapConfigurationPatchSerializer(item: LdapConfigurationPatch): any;
2278
4416
  /** List of NetApp account resources */
2279
4417
  export interface _NetAppAccountList {
2280
4418
  /** The NetAppAccount items on this page */
@@ -2353,7 +4491,7 @@ export declare function capacityPoolDeserializer(item: any): CapacityPool;
2353
4491
  export interface PoolProperties {
2354
4492
  /** UUID v4 used to identify the Pool */
2355
4493
  readonly poolId?: string;
2356
- /** Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiple of 1099511627776). */
4494
+ /** Provisioned size of the pool (in bytes). Allowed values are 512GiB (549755813888 bytes) or in 1TiB chunks (value must be multiple of 1099511627776). */
2357
4495
  size: number;
2358
4496
  /** The service level of the file system */
2359
4497
  serviceLevel: ServiceLevel;
@@ -2424,7 +4562,7 @@ export interface CapacityPoolPatch {
2424
4562
  export declare function capacityPoolPatchSerializer(item: CapacityPoolPatch): any;
2425
4563
  /** Patchable pool properties */
2426
4564
  export interface PoolPatchProperties {
2427
- /** Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiple of 1099511627776). */
4565
+ /** Provisioned size of the pool (in bytes). Allowed values are 512GiB (549755813888 bytes) or in 1TiB chunks (value must be multiple of 1099511627776). */
2428
4566
  size?: number;
2429
4567
  /** The qos type of the pool */
2430
4568
  qosType?: QosType;
@@ -2759,6 +4897,8 @@ export declare enum KnownVersions {
2759
4897
  /** The 2025-09-01 API version. */
2760
4898
  V20250901 = "2025-09-01",
2761
4899
  /** The 2025-12-01 API version. */
2762
- V20251201 = "2025-12-01"
4900
+ V20251201 = "2025-12-01",
4901
+ /** The 2025-12-15-preview API version. */
4902
+ V20251215Preview = "2025-12-15-preview"
2763
4903
  }
2764
4904
  //# sourceMappingURL=models.d.ts.map