@azure/arm-netapp 24.0.0 → 25.0.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 (951) hide show
  1. package/README.md +1 -1
  2. package/dist/browser/api/accounts/index.d.ts +2 -2
  3. package/dist/browser/api/accounts/index.js +1 -1
  4. package/dist/browser/api/accounts/index.js.map +1 -1
  5. package/dist/browser/api/accounts/operations.d.ts +5 -6
  6. package/dist/browser/api/accounts/operations.js +91 -38
  7. package/dist/browser/api/accounts/operations.js.map +1 -1
  8. package/dist/browser/api/accounts/options.d.ts +5 -0
  9. package/dist/browser/api/accounts/options.js.map +1 -1
  10. package/dist/browser/api/activeDirectoryConfigs/index.d.ts +3 -0
  11. package/dist/browser/api/activeDirectoryConfigs/index.js +4 -0
  12. package/dist/browser/api/activeDirectoryConfigs/index.js.map +1 -0
  13. package/dist/browser/api/activeDirectoryConfigs/operations.d.ts +31 -0
  14. package/dist/browser/api/activeDirectoryConfigs/operations.js +207 -0
  15. package/dist/browser/api/activeDirectoryConfigs/operations.js.map +1 -0
  16. package/dist/browser/api/activeDirectoryConfigs/options.d.ts +26 -0
  17. package/dist/browser/api/activeDirectoryConfigs/options.js.map +1 -0
  18. package/dist/browser/api/backupPolicies/operations.d.ts +0 -5
  19. package/dist/browser/api/backupPolicies/operations.js +28 -19
  20. package/dist/browser/api/backupPolicies/operations.js.map +1 -1
  21. package/dist/browser/api/backupVaults/operations.d.ts +0 -5
  22. package/dist/browser/api/backupVaults/operations.js +28 -19
  23. package/dist/browser/api/backupVaults/operations.js.map +1 -1
  24. package/dist/browser/api/backups/operations.d.ts +0 -5
  25. package/dist/browser/api/backups/operations.js +37 -24
  26. package/dist/browser/api/backups/operations.js.map +1 -1
  27. package/dist/browser/api/backupsUnderAccount/operations.js +5 -3
  28. package/dist/browser/api/backupsUnderAccount/operations.js.map +1 -1
  29. package/dist/browser/api/backupsUnderBackupVault/operations.js +5 -3
  30. package/dist/browser/api/backupsUnderBackupVault/operations.js.map +1 -1
  31. package/dist/browser/api/backupsUnderVolume/operations.js +5 -3
  32. package/dist/browser/api/backupsUnderVolume/operations.js.map +1 -1
  33. package/dist/browser/api/buckets/operations.d.ts +0 -5
  34. package/dist/browser/api/buckets/operations.js +42 -27
  35. package/dist/browser/api/buckets/operations.js.map +1 -1
  36. package/dist/browser/api/caches/operations.d.ts +4 -9
  37. package/dist/browser/api/caches/operations.js +48 -33
  38. package/dist/browser/api/caches/operations.js.map +1 -1
  39. package/dist/browser/api/elasticAccounts/index.d.ts +3 -0
  40. package/dist/browser/api/elasticAccounts/index.js +4 -0
  41. package/dist/browser/api/elasticAccounts/index.js.map +1 -0
  42. package/dist/browser/api/elasticAccounts/operations.d.ts +31 -0
  43. package/dist/browser/api/elasticAccounts/operations.js +207 -0
  44. package/dist/browser/api/elasticAccounts/operations.js.map +1 -0
  45. package/dist/browser/api/elasticAccounts/options.d.ts +26 -0
  46. package/dist/browser/api/elasticAccounts/options.js.map +1 -0
  47. package/dist/browser/api/elasticBackupPolicies/index.d.ts +3 -0
  48. package/dist/browser/api/elasticBackupPolicies/index.js +4 -0
  49. package/dist/browser/api/elasticBackupPolicies/index.js.map +1 -0
  50. package/dist/browser/api/elasticBackupPolicies/operations.d.ts +27 -0
  51. package/dist/{react-native/api/backupPolicies → browser/api/elasticBackupPolicies}/operations.js +56 -47
  52. package/dist/browser/api/elasticBackupPolicies/operations.js.map +1 -0
  53. package/dist/browser/api/elasticBackupPolicies/options.d.ts +23 -0
  54. package/dist/browser/api/elasticBackupPolicies/options.js.map +1 -0
  55. package/dist/browser/api/elasticBackupVaults/index.d.ts +3 -0
  56. package/dist/browser/api/elasticBackupVaults/index.js +4 -0
  57. package/dist/browser/api/elasticBackupVaults/index.js.map +1 -0
  58. package/dist/browser/api/elasticBackupVaults/operations.d.ts +27 -0
  59. package/dist/{react-native/api/backupVaults → browser/api/elasticBackupVaults}/operations.js +48 -39
  60. package/dist/browser/api/elasticBackupVaults/operations.js.map +1 -0
  61. package/dist/{react-native/api/backupVaults → browser/api/elasticBackupVaults}/options.d.ts +5 -5
  62. package/dist/browser/api/elasticBackupVaults/options.js.map +1 -0
  63. package/dist/browser/api/elasticBackups/index.d.ts +3 -0
  64. package/dist/browser/api/elasticBackups/index.js +4 -0
  65. package/dist/browser/api/elasticBackups/index.js.map +1 -0
  66. package/dist/browser/api/elasticBackups/operations.d.ts +27 -0
  67. package/dist/{react-native/api/backups → browser/api/elasticBackups}/operations.js +53 -105
  68. package/dist/browser/api/elasticBackups/operations.js.map +1 -0
  69. package/dist/{react-native/api/backupPolicies → browser/api/elasticBackups}/options.d.ts +5 -5
  70. package/dist/browser/api/elasticBackups/options.js.map +1 -0
  71. package/dist/browser/api/elasticCapacityPools/index.d.ts +3 -0
  72. package/dist/browser/api/elasticCapacityPools/index.js +4 -0
  73. package/dist/browser/api/elasticCapacityPools/index.js.map +1 -0
  74. package/dist/browser/api/elasticCapacityPools/operations.d.ts +35 -0
  75. package/dist/{react-native/api/caches → browser/api/elasticCapacityPools}/operations.js +94 -117
  76. package/dist/browser/api/elasticCapacityPools/operations.js.map +1 -0
  77. package/dist/browser/api/elasticCapacityPools/options.d.ts +31 -0
  78. package/dist/browser/api/elasticCapacityPools/options.js.map +1 -0
  79. package/dist/browser/api/elasticSnapshotPolicies/index.d.ts +3 -0
  80. package/dist/browser/api/elasticSnapshotPolicies/index.js +4 -0
  81. package/dist/browser/api/elasticSnapshotPolicies/index.js.map +1 -0
  82. package/dist/browser/api/elasticSnapshotPolicies/operations.d.ts +31 -0
  83. package/dist/{react-native/api/snapshotPolicies → browser/api/elasticSnapshotPolicies}/operations.js +77 -58
  84. package/dist/browser/api/elasticSnapshotPolicies/operations.js.map +1 -0
  85. package/dist/browser/api/elasticSnapshotPolicies/options.d.ts +26 -0
  86. package/dist/browser/api/elasticSnapshotPolicies/options.js.map +1 -0
  87. package/dist/browser/api/elasticSnapshots/index.d.ts +3 -0
  88. package/dist/browser/api/elasticSnapshots/index.js +4 -0
  89. package/dist/browser/api/elasticSnapshots/index.js.map +1 -0
  90. package/dist/browser/api/elasticSnapshots/operations.d.ts +23 -0
  91. package/dist/browser/api/elasticSnapshots/operations.js +151 -0
  92. package/dist/browser/api/elasticSnapshots/operations.js.map +1 -0
  93. package/dist/browser/api/elasticSnapshots/options.d.ts +18 -0
  94. package/dist/browser/api/elasticSnapshots/options.js.map +1 -0
  95. package/dist/browser/api/elasticVolumes/index.d.ts +3 -0
  96. package/dist/browser/api/elasticVolumes/index.js +4 -0
  97. package/dist/browser/api/elasticVolumes/index.js.map +1 -0
  98. package/dist/browser/api/elasticVolumes/operations.d.ts +31 -0
  99. package/dist/{react-native/api/snapshots → browser/api/elasticVolumes}/operations.js +83 -77
  100. package/dist/browser/api/elasticVolumes/operations.js.map +1 -0
  101. package/dist/{react-native/api/snapshots → browser/api/elasticVolumes}/options.d.ts +6 -6
  102. package/dist/browser/api/elasticVolumes/options.js.map +1 -0
  103. package/dist/browser/api/netAppManagementContext.js +4 -2
  104. package/dist/browser/api/netAppManagementContext.js.map +1 -1
  105. package/dist/browser/api/netAppResource/operations.js +27 -15
  106. package/dist/browser/api/netAppResource/operations.js.map +1 -1
  107. package/dist/browser/api/netAppResourceQuotaLimits/operations.js +13 -5
  108. package/dist/browser/api/netAppResourceQuotaLimits/operations.js.map +1 -1
  109. package/dist/browser/api/netAppResourceQuotaLimitsAccount/operations.js +13 -5
  110. package/dist/browser/api/netAppResourceQuotaLimitsAccount/operations.js.map +1 -1
  111. package/dist/browser/api/netAppResourceRegionInfos/operations.js +13 -5
  112. package/dist/browser/api/netAppResourceRegionInfos/operations.js.map +1 -1
  113. package/dist/browser/api/netAppResourceUsages/operations.js +13 -5
  114. package/dist/browser/api/netAppResourceUsages/operations.js.map +1 -1
  115. package/dist/browser/api/operations/operations.js +9 -3
  116. package/dist/browser/api/operations/operations.js.map +1 -1
  117. package/dist/browser/api/pools/operations.d.ts +0 -5
  118. package/dist/browser/api/pools/operations.js +28 -19
  119. package/dist/browser/api/pools/operations.js.map +1 -1
  120. package/dist/browser/api/ransomwareReports/operations.js +18 -8
  121. package/dist/browser/api/ransomwareReports/operations.js.map +1 -1
  122. package/dist/browser/api/snapshotPolicies/operations.d.ts +0 -5
  123. package/dist/browser/api/snapshotPolicies/operations.js +31 -20
  124. package/dist/browser/api/snapshotPolicies/operations.js.map +1 -1
  125. package/dist/browser/api/snapshots/operations.d.ts +0 -5
  126. package/dist/browser/api/snapshots/operations.js +33 -22
  127. package/dist/browser/api/snapshots/operations.js.map +1 -1
  128. package/dist/browser/api/subvolumes/operations.d.ts +0 -5
  129. package/dist/browser/api/subvolumes/operations.js +33 -22
  130. package/dist/browser/api/subvolumes/operations.js.map +1 -1
  131. package/dist/browser/api/volumeGroups/operations.d.ts +0 -5
  132. package/dist/browser/api/volumeGroups/operations.js +23 -16
  133. package/dist/browser/api/volumeGroups/operations.js.map +1 -1
  134. package/dist/browser/api/volumeQuotaRules/operations.d.ts +0 -5
  135. package/dist/browser/api/volumeQuotaRules/operations.js +28 -19
  136. package/dist/browser/api/volumeQuotaRules/operations.js.map +1 -1
  137. package/dist/browser/api/volumes/operations.d.ts +0 -5
  138. package/dist/browser/api/volumes/operations.js +157 -98
  139. package/dist/browser/api/volumes/operations.js.map +1 -1
  140. package/dist/browser/classic/accounts/index.d.ts +3 -6
  141. package/dist/browser/classic/accounts/index.js +2 -1
  142. package/dist/browser/classic/accounts/index.js.map +1 -1
  143. package/dist/browser/classic/activeDirectoryConfigs/index.d.ts +22 -0
  144. package/dist/browser/classic/activeDirectoryConfigs/index.js +19 -0
  145. package/dist/browser/classic/activeDirectoryConfigs/index.js.map +1 -0
  146. package/dist/browser/classic/backupPolicies/index.d.ts +0 -5
  147. package/dist/browser/classic/backupPolicies/index.js.map +1 -1
  148. package/dist/browser/classic/backupVaults/index.d.ts +0 -5
  149. package/dist/browser/classic/backupVaults/index.js.map +1 -1
  150. package/dist/browser/classic/backups/index.d.ts +0 -5
  151. package/dist/browser/classic/backups/index.js.map +1 -1
  152. package/dist/browser/classic/buckets/index.d.ts +0 -5
  153. package/dist/browser/classic/buckets/index.js.map +1 -1
  154. package/dist/browser/classic/caches/index.d.ts +2 -7
  155. package/dist/browser/classic/caches/index.js.map +1 -1
  156. package/dist/browser/classic/elasticAccounts/index.d.ts +22 -0
  157. package/dist/browser/classic/elasticAccounts/index.js +19 -0
  158. package/dist/browser/classic/elasticAccounts/index.js.map +1 -0
  159. package/dist/browser/classic/elasticBackupPolicies/index.d.ts +20 -0
  160. package/dist/browser/classic/elasticBackupPolicies/index.js +18 -0
  161. package/dist/browser/classic/elasticBackupPolicies/index.js.map +1 -0
  162. package/dist/browser/classic/elasticBackupVaults/index.d.ts +20 -0
  163. package/dist/{react-native/classic/backupVaults → browser/classic/elasticBackupVaults}/index.js +5 -5
  164. package/dist/browser/classic/elasticBackupVaults/index.js.map +1 -0
  165. package/dist/browser/classic/elasticBackups/index.d.ts +20 -0
  166. package/dist/browser/classic/elasticBackups/index.js +18 -0
  167. package/dist/browser/classic/elasticBackups/index.js.map +1 -0
  168. package/dist/browser/classic/elasticCapacityPools/index.d.ts +24 -0
  169. package/dist/browser/classic/elasticCapacityPools/index.js +20 -0
  170. package/dist/browser/classic/elasticCapacityPools/index.js.map +1 -0
  171. package/dist/browser/classic/elasticSnapshotPolicies/index.d.ts +22 -0
  172. package/dist/browser/classic/elasticSnapshotPolicies/index.js +19 -0
  173. package/dist/browser/classic/elasticSnapshotPolicies/index.js.map +1 -0
  174. package/dist/browser/classic/elasticSnapshots/index.d.ts +18 -0
  175. package/dist/browser/classic/elasticSnapshots/index.js +17 -0
  176. package/dist/browser/classic/elasticSnapshots/index.js.map +1 -0
  177. package/dist/browser/classic/elasticVolumes/index.d.ts +22 -0
  178. package/dist/browser/classic/elasticVolumes/index.js +19 -0
  179. package/dist/browser/classic/elasticVolumes/index.js.map +1 -0
  180. package/dist/browser/classic/index.d.ts +9 -0
  181. package/dist/browser/classic/index.js.map +1 -1
  182. package/dist/browser/classic/pools/index.d.ts +0 -5
  183. package/dist/browser/classic/pools/index.js.map +1 -1
  184. package/dist/browser/classic/snapshotPolicies/index.d.ts +0 -5
  185. package/dist/browser/classic/snapshotPolicies/index.js.map +1 -1
  186. package/dist/browser/classic/snapshots/index.d.ts +0 -5
  187. package/dist/browser/classic/snapshots/index.js.map +1 -1
  188. package/dist/browser/classic/subvolumes/index.d.ts +0 -5
  189. package/dist/browser/classic/subvolumes/index.js.map +1 -1
  190. package/dist/browser/classic/volumeGroups/index.d.ts +0 -5
  191. package/dist/browser/classic/volumeGroups/index.js.map +1 -1
  192. package/dist/browser/classic/volumeQuotaRules/index.d.ts +0 -5
  193. package/dist/browser/classic/volumeQuotaRules/index.js.map +1 -1
  194. package/dist/browser/classic/volumes/index.d.ts +0 -5
  195. package/dist/browser/classic/volumes/index.js.map +1 -1
  196. package/dist/browser/index.d.ts +14 -4
  197. package/dist/browser/index.js +2 -1
  198. package/dist/browser/index.js.map +1 -1
  199. package/dist/browser/models/index.d.ts +2 -2
  200. package/dist/browser/models/index.js +1 -1
  201. package/dist/browser/models/index.js.map +1 -1
  202. package/dist/browser/models/models.d.ts +1652 -334
  203. package/dist/browser/models/models.js +1796 -276
  204. package/dist/browser/models/models.js.map +1 -1
  205. package/dist/browser/netAppManagementClient.d.ts +27 -0
  206. package/dist/browser/netAppManagementClient.js +36 -0
  207. package/dist/browser/netAppManagementClient.js.map +1 -1
  208. package/dist/browser/restorePollerHelpers.js +104 -9
  209. package/dist/browser/restorePollerHelpers.js.map +1 -1
  210. package/dist/browser/static-helpers/pagingHelpers.js +1 -1
  211. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  212. package/dist/browser/static-helpers/pollingHelpers.d.ts +1 -1
  213. package/dist/browser/static-helpers/pollingHelpers.js +1 -1
  214. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  215. package/dist/commonjs/api/accounts/index.d.ts +2 -2
  216. package/dist/commonjs/api/accounts/index.js +2 -0
  217. package/dist/commonjs/api/accounts/index.js.map +2 -2
  218. package/dist/commonjs/api/accounts/operations.d.ts +5 -6
  219. package/dist/commonjs/api/accounts/operations.js +100 -31
  220. package/dist/commonjs/api/accounts/operations.js.map +2 -2
  221. package/dist/commonjs/api/accounts/options.d.ts +5 -0
  222. package/dist/commonjs/api/accounts/options.js.map +1 -1
  223. package/dist/commonjs/api/activeDirectoryConfigs/index.d.ts +3 -0
  224. package/dist/commonjs/api/activeDirectoryConfigs/index.js +38 -0
  225. package/dist/commonjs/api/activeDirectoryConfigs/index.js.map +7 -0
  226. package/dist/commonjs/api/activeDirectoryConfigs/operations.d.ts +31 -0
  227. package/dist/commonjs/api/activeDirectoryConfigs/operations.js +295 -0
  228. package/dist/commonjs/api/activeDirectoryConfigs/operations.js.map +7 -0
  229. package/dist/commonjs/api/activeDirectoryConfigs/options.d.ts +26 -0
  230. package/dist/commonjs/api/activeDirectoryConfigs/options.js +16 -0
  231. package/dist/commonjs/api/activeDirectoryConfigs/options.js.map +7 -0
  232. package/dist/commonjs/api/backupPolicies/operations.d.ts +0 -5
  233. package/dist/commonjs/api/backupPolicies/operations.js +28 -14
  234. package/dist/commonjs/api/backupPolicies/operations.js.map +2 -2
  235. package/dist/commonjs/api/backupVaults/operations.d.ts +0 -5
  236. package/dist/commonjs/api/backupVaults/operations.js +28 -14
  237. package/dist/commonjs/api/backupVaults/operations.js.map +2 -2
  238. package/dist/commonjs/api/backups/operations.d.ts +0 -5
  239. package/dist/commonjs/api/backups/operations.js +37 -19
  240. package/dist/commonjs/api/backups/operations.js.map +2 -2
  241. package/dist/commonjs/api/backupsUnderAccount/operations.js +5 -3
  242. package/dist/commonjs/api/backupsUnderAccount/operations.js.map +2 -2
  243. package/dist/commonjs/api/backupsUnderBackupVault/operations.js +5 -3
  244. package/dist/commonjs/api/backupsUnderBackupVault/operations.js.map +2 -2
  245. package/dist/commonjs/api/backupsUnderVolume/operations.js +5 -3
  246. package/dist/commonjs/api/backupsUnderVolume/operations.js.map +2 -2
  247. package/dist/commonjs/api/buckets/operations.d.ts +0 -5
  248. package/dist/commonjs/api/buckets/operations.js +42 -22
  249. package/dist/commonjs/api/buckets/operations.js.map +2 -2
  250. package/dist/commonjs/api/caches/operations.d.ts +4 -9
  251. package/dist/commonjs/api/caches/operations.js +48 -28
  252. package/dist/commonjs/api/caches/operations.js.map +2 -2
  253. package/dist/commonjs/api/elasticAccounts/index.d.ts +3 -0
  254. package/dist/commonjs/api/elasticAccounts/index.js +38 -0
  255. package/dist/commonjs/api/elasticAccounts/index.js.map +7 -0
  256. package/dist/commonjs/api/elasticAccounts/operations.d.ts +31 -0
  257. package/dist/commonjs/api/elasticAccounts/operations.js +295 -0
  258. package/dist/commonjs/api/elasticAccounts/operations.js.map +7 -0
  259. package/dist/commonjs/api/elasticAccounts/options.d.ts +26 -0
  260. package/dist/commonjs/api/elasticAccounts/options.js +16 -0
  261. package/dist/commonjs/api/elasticAccounts/options.js.map +7 -0
  262. package/dist/commonjs/api/elasticBackupPolicies/index.d.ts +3 -0
  263. package/dist/commonjs/api/elasticBackupPolicies/index.js +36 -0
  264. package/dist/commonjs/api/elasticBackupPolicies/index.js.map +7 -0
  265. package/dist/commonjs/api/elasticBackupPolicies/operations.d.ts +27 -0
  266. package/dist/commonjs/api/elasticBackupPolicies/operations.js +254 -0
  267. package/dist/commonjs/api/elasticBackupPolicies/operations.js.map +7 -0
  268. package/dist/commonjs/api/elasticBackupPolicies/options.d.ts +23 -0
  269. package/dist/commonjs/api/elasticBackupPolicies/options.js +16 -0
  270. package/dist/commonjs/api/elasticBackupPolicies/options.js.map +7 -0
  271. package/dist/commonjs/api/elasticBackupVaults/index.d.ts +3 -0
  272. package/dist/commonjs/api/elasticBackupVaults/index.js +36 -0
  273. package/dist/commonjs/api/elasticBackupVaults/index.js.map +7 -0
  274. package/dist/commonjs/api/elasticBackupVaults/operations.d.ts +27 -0
  275. package/dist/commonjs/api/elasticBackupVaults/operations.js +254 -0
  276. package/dist/commonjs/api/elasticBackupVaults/operations.js.map +7 -0
  277. package/dist/commonjs/api/elasticBackupVaults/options.d.ts +23 -0
  278. package/dist/commonjs/api/elasticBackupVaults/options.js +16 -0
  279. package/dist/commonjs/api/elasticBackupVaults/options.js.map +7 -0
  280. package/dist/commonjs/api/elasticBackups/index.d.ts +3 -0
  281. package/dist/commonjs/api/elasticBackups/index.js +36 -0
  282. package/dist/commonjs/api/elasticBackups/index.js.map +7 -0
  283. package/dist/commonjs/api/elasticBackups/operations.d.ts +27 -0
  284. package/dist/commonjs/api/elasticBackups/operations.js +282 -0
  285. package/dist/commonjs/api/elasticBackups/operations.js.map +7 -0
  286. package/dist/{react-native/api/volumeQuotaRules → commonjs/api/elasticBackups}/options.d.ts +5 -5
  287. package/dist/commonjs/api/elasticBackups/options.js +16 -0
  288. package/dist/commonjs/api/elasticBackups/options.js.map +7 -0
  289. package/dist/commonjs/api/elasticCapacityPools/index.d.ts +3 -0
  290. package/dist/commonjs/api/elasticCapacityPools/index.js +40 -0
  291. package/dist/commonjs/api/elasticCapacityPools/index.js.map +7 -0
  292. package/dist/commonjs/api/elasticCapacityPools/operations.d.ts +35 -0
  293. package/dist/commonjs/api/elasticCapacityPools/operations.js +354 -0
  294. package/dist/commonjs/api/elasticCapacityPools/operations.js.map +7 -0
  295. package/dist/commonjs/api/elasticCapacityPools/options.d.ts +31 -0
  296. package/dist/commonjs/api/elasticCapacityPools/options.js +16 -0
  297. package/dist/commonjs/api/elasticCapacityPools/options.js.map +7 -0
  298. package/dist/commonjs/api/elasticSnapshotPolicies/index.d.ts +3 -0
  299. package/dist/commonjs/api/elasticSnapshotPolicies/index.js +38 -0
  300. package/dist/commonjs/api/elasticSnapshotPolicies/index.js.map +7 -0
  301. package/dist/commonjs/api/elasticSnapshotPolicies/operations.d.ts +31 -0
  302. package/dist/commonjs/api/elasticSnapshotPolicies/operations.js +316 -0
  303. package/dist/commonjs/api/elasticSnapshotPolicies/operations.js.map +7 -0
  304. package/dist/commonjs/api/elasticSnapshotPolicies/options.d.ts +26 -0
  305. package/dist/commonjs/api/elasticSnapshotPolicies/options.js +16 -0
  306. package/dist/commonjs/api/elasticSnapshotPolicies/options.js.map +7 -0
  307. package/dist/commonjs/api/elasticSnapshots/index.d.ts +3 -0
  308. package/dist/commonjs/api/elasticSnapshots/index.js +34 -0
  309. package/dist/commonjs/api/elasticSnapshots/index.js.map +7 -0
  310. package/dist/commonjs/api/elasticSnapshots/operations.d.ts +23 -0
  311. package/dist/commonjs/api/elasticSnapshots/operations.js +247 -0
  312. package/dist/commonjs/api/elasticSnapshots/operations.js.map +7 -0
  313. package/dist/commonjs/api/elasticSnapshots/options.d.ts +18 -0
  314. package/dist/commonjs/api/elasticSnapshots/options.js +16 -0
  315. package/dist/commonjs/api/elasticSnapshots/options.js.map +7 -0
  316. package/dist/commonjs/api/elasticVolumes/index.d.ts +3 -0
  317. package/dist/commonjs/api/elasticVolumes/index.js +38 -0
  318. package/dist/commonjs/api/elasticVolumes/index.js.map +7 -0
  319. package/dist/commonjs/api/elasticVolumes/operations.d.ts +31 -0
  320. package/dist/commonjs/api/elasticVolumes/operations.js +322 -0
  321. package/dist/commonjs/api/elasticVolumes/operations.js.map +7 -0
  322. package/dist/{react-native/api/subvolumes → commonjs/api/elasticVolumes}/options.d.ts +6 -6
  323. package/dist/commonjs/api/elasticVolumes/options.js +16 -0
  324. package/dist/commonjs/api/elasticVolumes/options.js.map +7 -0
  325. package/dist/commonjs/api/netAppManagementContext.js +4 -2
  326. package/dist/commonjs/api/netAppManagementContext.js.map +2 -2
  327. package/dist/commonjs/api/netAppResource/operations.js +27 -15
  328. package/dist/commonjs/api/netAppResource/operations.js.map +2 -2
  329. package/dist/commonjs/api/netAppResourceQuotaLimits/operations.js +13 -5
  330. package/dist/commonjs/api/netAppResourceQuotaLimits/operations.js.map +2 -2
  331. package/dist/commonjs/api/netAppResourceQuotaLimitsAccount/operations.js +13 -5
  332. package/dist/commonjs/api/netAppResourceQuotaLimitsAccount/operations.js.map +2 -2
  333. package/dist/commonjs/api/netAppResourceRegionInfos/operations.js +13 -5
  334. package/dist/commonjs/api/netAppResourceRegionInfos/operations.js.map +2 -2
  335. package/dist/commonjs/api/netAppResourceUsages/operations.js +13 -5
  336. package/dist/commonjs/api/netAppResourceUsages/operations.js.map +2 -2
  337. package/dist/commonjs/api/operations/operations.js +9 -3
  338. package/dist/commonjs/api/operations/operations.js.map +2 -2
  339. package/dist/commonjs/api/pools/operations.d.ts +0 -5
  340. package/dist/commonjs/api/pools/operations.js +28 -14
  341. package/dist/commonjs/api/pools/operations.js.map +2 -2
  342. package/dist/commonjs/api/ransomwareReports/operations.js +18 -8
  343. package/dist/commonjs/api/ransomwareReports/operations.js.map +2 -2
  344. package/dist/commonjs/api/snapshotPolicies/operations.d.ts +0 -5
  345. package/dist/commonjs/api/snapshotPolicies/operations.js +31 -15
  346. package/dist/commonjs/api/snapshotPolicies/operations.js.map +2 -2
  347. package/dist/commonjs/api/snapshots/operations.d.ts +0 -5
  348. package/dist/commonjs/api/snapshots/operations.js +33 -17
  349. package/dist/commonjs/api/snapshots/operations.js.map +2 -2
  350. package/dist/commonjs/api/subvolumes/operations.d.ts +0 -5
  351. package/dist/commonjs/api/subvolumes/operations.js +33 -17
  352. package/dist/commonjs/api/subvolumes/operations.js.map +2 -2
  353. package/dist/commonjs/api/volumeGroups/operations.d.ts +0 -5
  354. package/dist/commonjs/api/volumeGroups/operations.js +23 -11
  355. package/dist/commonjs/api/volumeGroups/operations.js.map +2 -2
  356. package/dist/commonjs/api/volumeQuotaRules/operations.d.ts +0 -5
  357. package/dist/commonjs/api/volumeQuotaRules/operations.js +28 -14
  358. package/dist/commonjs/api/volumeQuotaRules/operations.js.map +2 -2
  359. package/dist/commonjs/api/volumes/operations.d.ts +0 -5
  360. package/dist/commonjs/api/volumes/operations.js +157 -93
  361. package/dist/commonjs/api/volumes/operations.js.map +2 -2
  362. package/dist/commonjs/classic/accounts/index.d.ts +3 -6
  363. package/dist/commonjs/classic/accounts/index.js +1 -0
  364. package/dist/commonjs/classic/accounts/index.js.map +2 -2
  365. package/dist/commonjs/classic/activeDirectoryConfigs/index.d.ts +22 -0
  366. package/dist/commonjs/classic/activeDirectoryConfigs/index.js +43 -0
  367. package/dist/commonjs/classic/activeDirectoryConfigs/index.js.map +7 -0
  368. package/dist/commonjs/classic/backupPolicies/index.d.ts +0 -5
  369. package/dist/commonjs/classic/backupPolicies/index.js.map +2 -2
  370. package/dist/commonjs/classic/backupVaults/index.d.ts +0 -5
  371. package/dist/commonjs/classic/backupVaults/index.js.map +2 -2
  372. package/dist/commonjs/classic/backups/index.d.ts +0 -5
  373. package/dist/commonjs/classic/backups/index.js.map +2 -2
  374. package/dist/commonjs/classic/buckets/index.d.ts +0 -5
  375. package/dist/commonjs/classic/buckets/index.js.map +2 -2
  376. package/dist/commonjs/classic/caches/index.d.ts +2 -7
  377. package/dist/commonjs/classic/caches/index.js.map +2 -2
  378. package/dist/commonjs/classic/elasticAccounts/index.d.ts +22 -0
  379. package/dist/commonjs/classic/elasticAccounts/index.js +43 -0
  380. package/dist/commonjs/classic/elasticAccounts/index.js.map +7 -0
  381. package/dist/commonjs/classic/elasticBackupPolicies/index.d.ts +20 -0
  382. package/dist/commonjs/classic/elasticBackupPolicies/index.js +42 -0
  383. package/dist/commonjs/classic/elasticBackupPolicies/index.js.map +7 -0
  384. package/dist/commonjs/classic/elasticBackupVaults/index.d.ts +20 -0
  385. package/dist/commonjs/classic/elasticBackupVaults/index.js +42 -0
  386. package/dist/commonjs/classic/elasticBackupVaults/index.js.map +7 -0
  387. package/dist/commonjs/classic/elasticBackups/index.d.ts +20 -0
  388. package/dist/commonjs/classic/elasticBackups/index.js +50 -0
  389. package/dist/commonjs/classic/elasticBackups/index.js.map +7 -0
  390. package/dist/commonjs/classic/elasticCapacityPools/index.d.ts +24 -0
  391. package/dist/commonjs/classic/elasticCapacityPools/index.js +51 -0
  392. package/dist/commonjs/classic/elasticCapacityPools/index.js.map +7 -0
  393. package/dist/commonjs/classic/elasticSnapshotPolicies/index.d.ts +22 -0
  394. package/dist/commonjs/classic/elasticSnapshotPolicies/index.js +43 -0
  395. package/dist/commonjs/classic/elasticSnapshotPolicies/index.js.map +7 -0
  396. package/dist/commonjs/classic/elasticSnapshots/index.d.ts +18 -0
  397. package/dist/commonjs/classic/elasticSnapshots/index.js +50 -0
  398. package/dist/commonjs/classic/elasticSnapshots/index.js.map +7 -0
  399. package/dist/commonjs/classic/elasticVolumes/index.d.ts +22 -0
  400. package/dist/commonjs/classic/elasticVolumes/index.js +43 -0
  401. package/dist/commonjs/classic/elasticVolumes/index.js.map +7 -0
  402. package/dist/commonjs/classic/index.d.ts +9 -0
  403. package/dist/commonjs/classic/index.js.map +1 -1
  404. package/dist/commonjs/classic/pools/index.d.ts +0 -5
  405. package/dist/commonjs/classic/pools/index.js.map +2 -2
  406. package/dist/commonjs/classic/snapshotPolicies/index.d.ts +0 -5
  407. package/dist/commonjs/classic/snapshotPolicies/index.js.map +2 -2
  408. package/dist/commonjs/classic/snapshots/index.d.ts +0 -5
  409. package/dist/commonjs/classic/snapshots/index.js.map +2 -2
  410. package/dist/commonjs/classic/subvolumes/index.d.ts +0 -5
  411. package/dist/commonjs/classic/subvolumes/index.js.map +2 -2
  412. package/dist/commonjs/classic/volumeGroups/index.d.ts +0 -5
  413. package/dist/commonjs/classic/volumeGroups/index.js.map +2 -2
  414. package/dist/commonjs/classic/volumeQuotaRules/index.d.ts +0 -5
  415. package/dist/commonjs/classic/volumeQuotaRules/index.js.map +2 -2
  416. package/dist/commonjs/classic/volumes/index.d.ts +0 -5
  417. package/dist/commonjs/classic/volumes/index.js.map +2 -2
  418. package/dist/commonjs/index.d.ts +14 -4
  419. package/dist/commonjs/index.js +55 -0
  420. package/dist/commonjs/index.js.map +2 -2
  421. package/dist/commonjs/models/index.d.ts +2 -2
  422. package/dist/commonjs/models/index.js +50 -0
  423. package/dist/commonjs/models/index.js.map +2 -2
  424. package/dist/commonjs/models/models.d.ts +1652 -334
  425. package/dist/commonjs/models/models.js +1665 -186
  426. package/dist/commonjs/models/models.js.map +3 -3
  427. package/dist/commonjs/netAppManagementClient.d.ts +27 -0
  428. package/dist/commonjs/netAppManagementClient.js +36 -0
  429. package/dist/commonjs/netAppManagementClient.js.map +2 -2
  430. package/dist/commonjs/restorePollerHelpers.js +163 -68
  431. package/dist/commonjs/restorePollerHelpers.js.map +3 -3
  432. package/dist/commonjs/static-helpers/pagingHelpers.js +1 -1
  433. package/dist/commonjs/static-helpers/pagingHelpers.js.map +2 -2
  434. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +1 -1
  435. package/dist/commonjs/static-helpers/pollingHelpers.js +1 -1
  436. package/dist/commonjs/static-helpers/pollingHelpers.js.map +2 -2
  437. package/dist/commonjs/tsdoc-metadata.json +1 -1
  438. package/dist/esm/api/accounts/index.d.ts +2 -2
  439. package/dist/esm/api/accounts/index.js +1 -1
  440. package/dist/esm/api/accounts/index.js.map +1 -1
  441. package/dist/esm/api/accounts/operations.d.ts +5 -6
  442. package/dist/esm/api/accounts/operations.js +91 -38
  443. package/dist/esm/api/accounts/operations.js.map +1 -1
  444. package/dist/esm/api/accounts/options.d.ts +5 -0
  445. package/dist/esm/api/accounts/options.js.map +1 -1
  446. package/dist/esm/api/activeDirectoryConfigs/index.d.ts +3 -0
  447. package/dist/esm/api/activeDirectoryConfigs/index.js +4 -0
  448. package/dist/esm/api/activeDirectoryConfigs/index.js.map +1 -0
  449. package/dist/esm/api/activeDirectoryConfigs/operations.d.ts +31 -0
  450. package/dist/esm/api/activeDirectoryConfigs/operations.js +207 -0
  451. package/dist/esm/api/activeDirectoryConfigs/operations.js.map +1 -0
  452. package/dist/esm/api/activeDirectoryConfigs/options.d.ts +26 -0
  453. package/dist/esm/api/activeDirectoryConfigs/options.js.map +1 -0
  454. package/dist/esm/api/backupPolicies/operations.d.ts +0 -5
  455. package/dist/esm/api/backupPolicies/operations.js +28 -19
  456. package/dist/esm/api/backupPolicies/operations.js.map +1 -1
  457. package/dist/esm/api/backupVaults/operations.d.ts +0 -5
  458. package/dist/esm/api/backupVaults/operations.js +28 -19
  459. package/dist/esm/api/backupVaults/operations.js.map +1 -1
  460. package/dist/esm/api/backups/operations.d.ts +0 -5
  461. package/dist/esm/api/backups/operations.js +37 -24
  462. package/dist/esm/api/backups/operations.js.map +1 -1
  463. package/dist/esm/api/backupsUnderAccount/operations.js +5 -3
  464. package/dist/esm/api/backupsUnderAccount/operations.js.map +1 -1
  465. package/dist/esm/api/backupsUnderBackupVault/operations.js +5 -3
  466. package/dist/esm/api/backupsUnderBackupVault/operations.js.map +1 -1
  467. package/dist/esm/api/backupsUnderVolume/operations.js +5 -3
  468. package/dist/esm/api/backupsUnderVolume/operations.js.map +1 -1
  469. package/dist/esm/api/buckets/operations.d.ts +0 -5
  470. package/dist/esm/api/buckets/operations.js +42 -27
  471. package/dist/esm/api/buckets/operations.js.map +1 -1
  472. package/dist/esm/api/caches/operations.d.ts +4 -9
  473. package/dist/esm/api/caches/operations.js +48 -33
  474. package/dist/esm/api/caches/operations.js.map +1 -1
  475. package/dist/esm/api/elasticAccounts/index.d.ts +3 -0
  476. package/dist/esm/api/elasticAccounts/index.js +4 -0
  477. package/dist/esm/api/elasticAccounts/index.js.map +1 -0
  478. package/dist/esm/api/elasticAccounts/operations.d.ts +31 -0
  479. package/dist/esm/api/elasticAccounts/operations.js +207 -0
  480. package/dist/esm/api/elasticAccounts/operations.js.map +1 -0
  481. package/dist/esm/api/elasticAccounts/options.d.ts +26 -0
  482. package/dist/esm/api/elasticAccounts/options.js.map +1 -0
  483. package/dist/esm/api/elasticBackupPolicies/index.d.ts +3 -0
  484. package/dist/esm/api/elasticBackupPolicies/index.js +4 -0
  485. package/dist/esm/api/elasticBackupPolicies/index.js.map +1 -0
  486. package/dist/esm/api/elasticBackupPolicies/operations.d.ts +27 -0
  487. package/dist/{react-native/api/volumeQuotaRules → esm/api/elasticBackupPolicies}/operations.js +69 -70
  488. package/dist/esm/api/elasticBackupPolicies/operations.js.map +1 -0
  489. package/dist/esm/api/elasticBackupPolicies/options.d.ts +23 -0
  490. package/dist/esm/api/elasticBackupPolicies/options.js.map +1 -0
  491. package/dist/esm/api/elasticBackupVaults/index.d.ts +3 -0
  492. package/dist/esm/api/elasticBackupVaults/index.js +4 -0
  493. package/dist/esm/api/elasticBackupVaults/index.js.map +1 -0
  494. package/dist/esm/api/elasticBackupVaults/operations.d.ts +27 -0
  495. package/dist/{react-native/api/pools → esm/api/elasticBackupVaults}/operations.js +65 -56
  496. package/dist/esm/api/elasticBackupVaults/operations.js.map +1 -0
  497. package/dist/esm/api/elasticBackupVaults/options.d.ts +23 -0
  498. package/dist/esm/api/elasticBackupVaults/options.js.map +1 -0
  499. package/dist/esm/api/elasticBackups/index.d.ts +3 -0
  500. package/dist/esm/api/elasticBackups/index.js +4 -0
  501. package/dist/esm/api/elasticBackups/index.js.map +1 -0
  502. package/dist/esm/api/elasticBackups/operations.d.ts +27 -0
  503. package/dist/esm/api/elasticBackups/operations.js +186 -0
  504. package/dist/esm/api/elasticBackups/operations.js.map +1 -0
  505. package/dist/{react-native/api/pools → esm/api/elasticBackups}/options.d.ts +5 -5
  506. package/dist/esm/api/elasticBackups/options.js.map +1 -0
  507. package/dist/esm/api/elasticCapacityPools/index.d.ts +3 -0
  508. package/dist/esm/api/elasticCapacityPools/index.js +4 -0
  509. package/dist/esm/api/elasticCapacityPools/index.js.map +1 -0
  510. package/dist/esm/api/elasticCapacityPools/operations.d.ts +35 -0
  511. package/dist/esm/api/elasticCapacityPools/operations.js +256 -0
  512. package/dist/esm/api/elasticCapacityPools/operations.js.map +1 -0
  513. package/dist/esm/api/elasticCapacityPools/options.d.ts +31 -0
  514. package/dist/esm/api/elasticCapacityPools/options.js.map +1 -0
  515. package/dist/esm/api/elasticSnapshotPolicies/index.d.ts +3 -0
  516. package/dist/esm/api/elasticSnapshotPolicies/index.js +4 -0
  517. package/dist/esm/api/elasticSnapshotPolicies/index.js.map +1 -0
  518. package/dist/esm/api/elasticSnapshotPolicies/operations.d.ts +31 -0
  519. package/dist/esm/api/elasticSnapshotPolicies/operations.js +215 -0
  520. package/dist/esm/api/elasticSnapshotPolicies/operations.js.map +1 -0
  521. package/dist/esm/api/elasticSnapshotPolicies/options.d.ts +26 -0
  522. package/dist/esm/api/elasticSnapshotPolicies/options.js.map +1 -0
  523. package/dist/esm/api/elasticSnapshots/index.d.ts +3 -0
  524. package/dist/esm/api/elasticSnapshots/index.js +4 -0
  525. package/dist/esm/api/elasticSnapshots/index.js.map +1 -0
  526. package/dist/esm/api/elasticSnapshots/operations.d.ts +23 -0
  527. package/dist/esm/api/elasticSnapshots/operations.js +151 -0
  528. package/dist/esm/api/elasticSnapshots/operations.js.map +1 -0
  529. package/dist/esm/api/elasticSnapshots/options.d.ts +18 -0
  530. package/dist/esm/api/elasticSnapshots/options.js.map +1 -0
  531. package/dist/esm/api/elasticVolumes/index.d.ts +3 -0
  532. package/dist/esm/api/elasticVolumes/index.js +4 -0
  533. package/dist/esm/api/elasticVolumes/index.js.map +1 -0
  534. package/dist/esm/api/elasticVolumes/operations.d.ts +31 -0
  535. package/dist/{react-native/api/subvolumes → esm/api/elasticVolumes}/operations.js +84 -77
  536. package/dist/esm/api/elasticVolumes/operations.js.map +1 -0
  537. package/dist/esm/api/elasticVolumes/options.d.ts +28 -0
  538. package/dist/esm/api/elasticVolumes/options.js.map +1 -0
  539. package/dist/esm/api/netAppManagementContext.js +4 -2
  540. package/dist/esm/api/netAppManagementContext.js.map +1 -1
  541. package/dist/esm/api/netAppResource/operations.js +27 -15
  542. package/dist/esm/api/netAppResource/operations.js.map +1 -1
  543. package/dist/esm/api/netAppResourceQuotaLimits/operations.js +13 -5
  544. package/dist/esm/api/netAppResourceQuotaLimits/operations.js.map +1 -1
  545. package/dist/esm/api/netAppResourceQuotaLimitsAccount/operations.js +13 -5
  546. package/dist/esm/api/netAppResourceQuotaLimitsAccount/operations.js.map +1 -1
  547. package/dist/esm/api/netAppResourceRegionInfos/operations.js +13 -5
  548. package/dist/esm/api/netAppResourceRegionInfos/operations.js.map +1 -1
  549. package/dist/esm/api/netAppResourceUsages/operations.js +13 -5
  550. package/dist/esm/api/netAppResourceUsages/operations.js.map +1 -1
  551. package/dist/esm/api/operations/operations.js +9 -3
  552. package/dist/esm/api/operations/operations.js.map +1 -1
  553. package/dist/esm/api/pools/operations.d.ts +0 -5
  554. package/dist/esm/api/pools/operations.js +28 -19
  555. package/dist/esm/api/pools/operations.js.map +1 -1
  556. package/dist/esm/api/ransomwareReports/operations.js +18 -8
  557. package/dist/esm/api/ransomwareReports/operations.js.map +1 -1
  558. package/dist/esm/api/snapshotPolicies/operations.d.ts +0 -5
  559. package/dist/esm/api/snapshotPolicies/operations.js +31 -20
  560. package/dist/esm/api/snapshotPolicies/operations.js.map +1 -1
  561. package/dist/esm/api/snapshots/operations.d.ts +0 -5
  562. package/dist/esm/api/snapshots/operations.js +33 -22
  563. package/dist/esm/api/snapshots/operations.js.map +1 -1
  564. package/dist/esm/api/subvolumes/operations.d.ts +0 -5
  565. package/dist/esm/api/subvolumes/operations.js +33 -22
  566. package/dist/esm/api/subvolumes/operations.js.map +1 -1
  567. package/dist/esm/api/volumeGroups/operations.d.ts +0 -5
  568. package/dist/esm/api/volumeGroups/operations.js +23 -16
  569. package/dist/esm/api/volumeGroups/operations.js.map +1 -1
  570. package/dist/esm/api/volumeQuotaRules/operations.d.ts +0 -5
  571. package/dist/esm/api/volumeQuotaRules/operations.js +28 -19
  572. package/dist/esm/api/volumeQuotaRules/operations.js.map +1 -1
  573. package/dist/esm/api/volumes/operations.d.ts +0 -5
  574. package/dist/esm/api/volumes/operations.js +157 -98
  575. package/dist/esm/api/volumes/operations.js.map +1 -1
  576. package/dist/esm/classic/accounts/index.d.ts +3 -6
  577. package/dist/esm/classic/accounts/index.js +2 -1
  578. package/dist/esm/classic/accounts/index.js.map +1 -1
  579. package/dist/esm/classic/activeDirectoryConfigs/index.d.ts +22 -0
  580. package/dist/esm/classic/activeDirectoryConfigs/index.js +19 -0
  581. package/dist/esm/classic/activeDirectoryConfigs/index.js.map +1 -0
  582. package/dist/esm/classic/backupPolicies/index.d.ts +0 -5
  583. package/dist/esm/classic/backupPolicies/index.js.map +1 -1
  584. package/dist/esm/classic/backupVaults/index.d.ts +0 -5
  585. package/dist/esm/classic/backupVaults/index.js.map +1 -1
  586. package/dist/esm/classic/backups/index.d.ts +0 -5
  587. package/dist/esm/classic/backups/index.js.map +1 -1
  588. package/dist/esm/classic/buckets/index.d.ts +0 -5
  589. package/dist/esm/classic/buckets/index.js.map +1 -1
  590. package/dist/esm/classic/caches/index.d.ts +2 -7
  591. package/dist/esm/classic/caches/index.js.map +1 -1
  592. package/dist/esm/classic/elasticAccounts/index.d.ts +22 -0
  593. package/dist/esm/classic/elasticAccounts/index.js +19 -0
  594. package/dist/esm/classic/elasticAccounts/index.js.map +1 -0
  595. package/dist/esm/classic/elasticBackupPolicies/index.d.ts +20 -0
  596. package/dist/esm/classic/elasticBackupPolicies/index.js +18 -0
  597. package/dist/esm/classic/elasticBackupPolicies/index.js.map +1 -0
  598. package/dist/esm/classic/elasticBackupVaults/index.d.ts +20 -0
  599. package/dist/esm/classic/elasticBackupVaults/index.js +18 -0
  600. package/dist/esm/classic/elasticBackupVaults/index.js.map +1 -0
  601. package/dist/esm/classic/elasticBackups/index.d.ts +20 -0
  602. package/dist/esm/classic/elasticBackups/index.js +18 -0
  603. package/dist/esm/classic/elasticBackups/index.js.map +1 -0
  604. package/dist/esm/classic/elasticCapacityPools/index.d.ts +24 -0
  605. package/dist/esm/classic/elasticCapacityPools/index.js +20 -0
  606. package/dist/esm/classic/elasticCapacityPools/index.js.map +1 -0
  607. package/dist/esm/classic/elasticSnapshotPolicies/index.d.ts +22 -0
  608. package/dist/esm/classic/elasticSnapshotPolicies/index.js +19 -0
  609. package/dist/esm/classic/elasticSnapshotPolicies/index.js.map +1 -0
  610. package/dist/esm/classic/elasticSnapshots/index.d.ts +18 -0
  611. package/dist/esm/classic/elasticSnapshots/index.js +17 -0
  612. package/dist/esm/classic/elasticSnapshots/index.js.map +1 -0
  613. package/dist/esm/classic/elasticVolumes/index.d.ts +22 -0
  614. package/dist/esm/classic/elasticVolumes/index.js +19 -0
  615. package/dist/esm/classic/elasticVolumes/index.js.map +1 -0
  616. package/dist/esm/classic/index.d.ts +9 -0
  617. package/dist/esm/classic/index.js.map +1 -1
  618. package/dist/esm/classic/pools/index.d.ts +0 -5
  619. package/dist/esm/classic/pools/index.js.map +1 -1
  620. package/dist/esm/classic/snapshotPolicies/index.d.ts +0 -5
  621. package/dist/esm/classic/snapshotPolicies/index.js.map +1 -1
  622. package/dist/esm/classic/snapshots/index.d.ts +0 -5
  623. package/dist/esm/classic/snapshots/index.js.map +1 -1
  624. package/dist/esm/classic/subvolumes/index.d.ts +0 -5
  625. package/dist/esm/classic/subvolumes/index.js.map +1 -1
  626. package/dist/esm/classic/volumeGroups/index.d.ts +0 -5
  627. package/dist/esm/classic/volumeGroups/index.js.map +1 -1
  628. package/dist/esm/classic/volumeQuotaRules/index.d.ts +0 -5
  629. package/dist/esm/classic/volumeQuotaRules/index.js.map +1 -1
  630. package/dist/esm/classic/volumes/index.d.ts +0 -5
  631. package/dist/esm/classic/volumes/index.js.map +1 -1
  632. package/dist/esm/index.d.ts +14 -4
  633. package/dist/esm/index.js +2 -1
  634. package/dist/esm/index.js.map +1 -1
  635. package/dist/esm/models/index.d.ts +2 -2
  636. package/dist/esm/models/index.js +1 -1
  637. package/dist/esm/models/index.js.map +1 -1
  638. package/dist/esm/models/models.d.ts +1652 -334
  639. package/dist/esm/models/models.js +1796 -276
  640. package/dist/esm/models/models.js.map +1 -1
  641. package/dist/esm/netAppManagementClient.d.ts +27 -0
  642. package/dist/esm/netAppManagementClient.js +36 -0
  643. package/dist/esm/netAppManagementClient.js.map +1 -1
  644. package/dist/esm/restorePollerHelpers.js +104 -9
  645. package/dist/esm/restorePollerHelpers.js.map +1 -1
  646. package/dist/esm/static-helpers/pagingHelpers.js +1 -1
  647. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  648. package/dist/esm/static-helpers/pollingHelpers.d.ts +1 -1
  649. package/dist/esm/static-helpers/pollingHelpers.js +1 -1
  650. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
  651. package/package.json +143 -117
  652. package/dist/react-native/api/accounts/index.d.ts +0 -3
  653. package/dist/react-native/api/accounts/index.js +0 -4
  654. package/dist/react-native/api/accounts/index.js.map +0 -1
  655. package/dist/react-native/api/accounts/operations.d.ts +0 -52
  656. package/dist/react-native/api/accounts/operations.js +0 -325
  657. package/dist/react-native/api/accounts/operations.js.map +0 -1
  658. package/dist/react-native/api/accounts/options.d.ts +0 -51
  659. package/dist/react-native/api/accounts/options.js.map +0 -1
  660. package/dist/react-native/api/backupPolicies/index.d.ts +0 -3
  661. package/dist/react-native/api/backupPolicies/index.js +0 -4
  662. package/dist/react-native/api/backupPolicies/index.js.map +0 -1
  663. package/dist/react-native/api/backupPolicies/operations.d.ts +0 -32
  664. package/dist/react-native/api/backupPolicies/operations.js.map +0 -1
  665. package/dist/react-native/api/backupPolicies/options.js.map +0 -1
  666. package/dist/react-native/api/backupVaults/index.d.ts +0 -3
  667. package/dist/react-native/api/backupVaults/index.js +0 -4
  668. package/dist/react-native/api/backupVaults/index.js.map +0 -1
  669. package/dist/react-native/api/backupVaults/operations.d.ts +0 -32
  670. package/dist/react-native/api/backupVaults/operations.js.map +0 -1
  671. package/dist/react-native/api/backupVaults/options.js.map +0 -1
  672. package/dist/react-native/api/backups/index.d.ts +0 -3
  673. package/dist/react-native/api/backups/index.js +0 -4
  674. package/dist/react-native/api/backups/index.js.map +0 -1
  675. package/dist/react-native/api/backups/operations.d.ts +0 -40
  676. package/dist/react-native/api/backups/operations.js.map +0 -1
  677. package/dist/react-native/api/backups/options.d.ts +0 -34
  678. package/dist/react-native/api/backups/options.js.map +0 -1
  679. package/dist/react-native/api/backupsUnderAccount/index.d.ts +0 -3
  680. package/dist/react-native/api/backupsUnderAccount/index.js +0 -4
  681. package/dist/react-native/api/backupsUnderAccount/index.js.map +0 -1
  682. package/dist/react-native/api/backupsUnderAccount/operations.d.ts +0 -10
  683. package/dist/react-native/api/backupsUnderAccount/operations.js +0 -41
  684. package/dist/react-native/api/backupsUnderAccount/operations.js.map +0 -1
  685. package/dist/react-native/api/backupsUnderAccount/options.d.ts +0 -7
  686. package/dist/react-native/api/backupsUnderAccount/options.js.map +0 -1
  687. package/dist/react-native/api/backupsUnderBackupVault/index.d.ts +0 -3
  688. package/dist/react-native/api/backupsUnderBackupVault/index.js +0 -4
  689. package/dist/react-native/api/backupsUnderBackupVault/index.js.map +0 -1
  690. package/dist/react-native/api/backupsUnderBackupVault/operations.d.ts +0 -10
  691. package/dist/react-native/api/backupsUnderBackupVault/operations.js +0 -43
  692. package/dist/react-native/api/backupsUnderBackupVault/operations.js.map +0 -1
  693. package/dist/react-native/api/backupsUnderBackupVault/options.d.ts +0 -7
  694. package/dist/react-native/api/backupsUnderBackupVault/options.js.map +0 -1
  695. package/dist/react-native/api/backupsUnderVolume/index.d.ts +0 -3
  696. package/dist/react-native/api/backupsUnderVolume/index.js +0 -4
  697. package/dist/react-native/api/backupsUnderVolume/index.js.map +0 -1
  698. package/dist/react-native/api/backupsUnderVolume/operations.d.ts +0 -10
  699. package/dist/react-native/api/backupsUnderVolume/operations.js +0 -43
  700. package/dist/react-native/api/backupsUnderVolume/operations.js.map +0 -1
  701. package/dist/react-native/api/backupsUnderVolume/options.d.ts +0 -7
  702. package/dist/react-native/api/backupsUnderVolume/options.js.map +0 -1
  703. package/dist/react-native/api/buckets/index.d.ts +0 -3
  704. package/dist/react-native/api/buckets/index.js +0 -4
  705. package/dist/react-native/api/buckets/index.js.map +0 -1
  706. package/dist/react-native/api/buckets/operations.d.ts +0 -44
  707. package/dist/react-native/api/buckets/operations.js +0 -285
  708. package/dist/react-native/api/buckets/operations.js.map +0 -1
  709. package/dist/react-native/api/buckets/options.d.ts +0 -36
  710. package/dist/react-native/api/buckets/options.js.map +0 -1
  711. package/dist/react-native/api/caches/index.d.ts +0 -3
  712. package/dist/react-native/api/caches/index.js +0 -4
  713. package/dist/react-native/api/caches/index.js.map +0 -1
  714. package/dist/react-native/api/caches/operations.d.ts +0 -44
  715. package/dist/react-native/api/caches/operations.js.map +0 -1
  716. package/dist/react-native/api/caches/options.d.ts +0 -36
  717. package/dist/react-native/api/caches/options.js.map +0 -1
  718. package/dist/react-native/api/index.d.ts +0 -3
  719. package/dist/react-native/api/index.js +0 -4
  720. package/dist/react-native/api/index.js.map +0 -1
  721. package/dist/react-native/api/netAppManagementContext.d.ts +0 -22
  722. package/dist/react-native/api/netAppManagementContext.js +0 -24
  723. package/dist/react-native/api/netAppManagementContext.js.map +0 -1
  724. package/dist/react-native/api/netAppResource/index.d.ts +0 -3
  725. package/dist/react-native/api/netAppResource/index.js +0 -4
  726. package/dist/react-native/api/netAppResource/index.js.map +0 -1
  727. package/dist/react-native/api/netAppResource/operations.d.ts +0 -30
  728. package/dist/react-native/api/netAppResource/operations.js +0 -184
  729. package/dist/react-native/api/netAppResource/operations.js.map +0 -1
  730. package/dist/react-native/api/netAppResource/options.d.ts +0 -22
  731. package/dist/react-native/api/netAppResource/options.js.map +0 -1
  732. package/dist/react-native/api/netAppResourceQuotaLimits/index.d.ts +0 -3
  733. package/dist/react-native/api/netAppResourceQuotaLimits/index.js +0 -4
  734. package/dist/react-native/api/netAppResourceQuotaLimits/index.js.map +0 -1
  735. package/dist/react-native/api/netAppResourceQuotaLimits/operations.d.ts +0 -14
  736. package/dist/react-native/api/netAppResourceQuotaLimits/operations.js +0 -61
  737. package/dist/react-native/api/netAppResourceQuotaLimits/operations.js.map +0 -1
  738. package/dist/react-native/api/netAppResourceQuotaLimits/options.d.ts +0 -8
  739. package/dist/react-native/api/netAppResourceQuotaLimits/options.js.map +0 -1
  740. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/index.d.ts +0 -3
  741. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/index.js +0 -4
  742. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/index.js.map +0 -1
  743. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/operations.d.ts +0 -14
  744. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/operations.js +0 -63
  745. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/operations.js.map +0 -1
  746. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/options.d.ts +0 -8
  747. package/dist/react-native/api/netAppResourceQuotaLimitsAccount/options.js.map +0 -1
  748. package/dist/react-native/api/netAppResourceRegionInfos/index.d.ts +0 -3
  749. package/dist/react-native/api/netAppResourceRegionInfos/index.js +0 -4
  750. package/dist/react-native/api/netAppResourceRegionInfos/index.js.map +0 -1
  751. package/dist/react-native/api/netAppResourceRegionInfos/operations.d.ts +0 -14
  752. package/dist/react-native/api/netAppResourceRegionInfos/operations.js +0 -60
  753. package/dist/react-native/api/netAppResourceRegionInfos/operations.js.map +0 -1
  754. package/dist/react-native/api/netAppResourceRegionInfos/options.d.ts +0 -8
  755. package/dist/react-native/api/netAppResourceRegionInfos/options.js.map +0 -1
  756. package/dist/react-native/api/netAppResourceUsages/index.d.ts +0 -3
  757. package/dist/react-native/api/netAppResourceUsages/index.js +0 -4
  758. package/dist/react-native/api/netAppResourceUsages/index.js.map +0 -1
  759. package/dist/react-native/api/netAppResourceUsages/operations.d.ts +0 -14
  760. package/dist/react-native/api/netAppResourceUsages/operations.js +0 -61
  761. package/dist/react-native/api/netAppResourceUsages/operations.js.map +0 -1
  762. package/dist/react-native/api/netAppResourceUsages/options.d.ts +0 -8
  763. package/dist/react-native/api/netAppResourceUsages/options.js.map +0 -1
  764. package/dist/react-native/api/operations/index.d.ts +0 -3
  765. package/dist/react-native/api/operations/index.js +0 -4
  766. package/dist/react-native/api/operations/index.js.map +0 -1
  767. package/dist/react-native/api/operations/operations.d.ts +0 -10
  768. package/dist/react-native/api/operations/operations.js +0 -31
  769. package/dist/react-native/api/operations/operations.js.map +0 -1
  770. package/dist/react-native/api/operations/options.d.ts +0 -5
  771. package/dist/react-native/api/operations/options.js.map +0 -1
  772. package/dist/react-native/api/pools/index.d.ts +0 -3
  773. package/dist/react-native/api/pools/index.js +0 -4
  774. package/dist/react-native/api/pools/index.js.map +0 -1
  775. package/dist/react-native/api/pools/operations.d.ts +0 -32
  776. package/dist/react-native/api/pools/operations.js.map +0 -1
  777. package/dist/react-native/api/pools/options.js.map +0 -1
  778. package/dist/react-native/api/ransomwareReports/index.d.ts +0 -3
  779. package/dist/react-native/api/ransomwareReports/index.js +0 -4
  780. package/dist/react-native/api/ransomwareReports/index.js.map +0 -1
  781. package/dist/react-native/api/ransomwareReports/operations.d.ts +0 -31
  782. package/dist/react-native/api/ransomwareReports/operations.js +0 -117
  783. package/dist/react-native/api/ransomwareReports/operations.js.map +0 -1
  784. package/dist/react-native/api/ransomwareReports/options.d.ts +0 -13
  785. package/dist/react-native/api/ransomwareReports/options.js.map +0 -1
  786. package/dist/react-native/api/snapshotPolicies/index.d.ts +0 -3
  787. package/dist/react-native/api/snapshotPolicies/index.js +0 -4
  788. package/dist/react-native/api/snapshotPolicies/index.js.map +0 -1
  789. package/dist/react-native/api/snapshotPolicies/operations.d.ts +0 -36
  790. package/dist/react-native/api/snapshotPolicies/operations.js.map +0 -1
  791. package/dist/react-native/api/snapshotPolicies/options.d.ts +0 -24
  792. package/dist/react-native/api/snapshotPolicies/options.js.map +0 -1
  793. package/dist/react-native/api/snapshots/index.d.ts +0 -3
  794. package/dist/react-native/api/snapshots/index.js +0 -4
  795. package/dist/react-native/api/snapshots/index.js.map +0 -1
  796. package/dist/react-native/api/snapshots/operations.d.ts +0 -36
  797. package/dist/react-native/api/snapshots/operations.js.map +0 -1
  798. package/dist/react-native/api/snapshots/options.js +0 -4
  799. package/dist/react-native/api/snapshots/options.js.map +0 -1
  800. package/dist/react-native/api/subvolumes/index.d.ts +0 -3
  801. package/dist/react-native/api/subvolumes/index.js +0 -4
  802. package/dist/react-native/api/subvolumes/index.js.map +0 -1
  803. package/dist/react-native/api/subvolumes/operations.d.ts +0 -36
  804. package/dist/react-native/api/subvolumes/operations.js.map +0 -1
  805. package/dist/react-native/api/subvolumes/options.js +0 -4
  806. package/dist/react-native/api/subvolumes/options.js.map +0 -1
  807. package/dist/react-native/api/volumeGroups/index.d.ts +0 -3
  808. package/dist/react-native/api/volumeGroups/index.js +0 -4
  809. package/dist/react-native/api/volumeGroups/index.js.map +0 -1
  810. package/dist/react-native/api/volumeGroups/operations.d.ts +0 -28
  811. package/dist/react-native/api/volumeGroups/operations.js +0 -136
  812. package/dist/react-native/api/volumeGroups/operations.js.map +0 -1
  813. package/dist/react-native/api/volumeGroups/options.d.ts +0 -18
  814. package/dist/react-native/api/volumeGroups/options.js +0 -4
  815. package/dist/react-native/api/volumeGroups/options.js.map +0 -1
  816. package/dist/react-native/api/volumeQuotaRules/index.d.ts +0 -3
  817. package/dist/react-native/api/volumeQuotaRules/index.js +0 -4
  818. package/dist/react-native/api/volumeQuotaRules/index.js.map +0 -1
  819. package/dist/react-native/api/volumeQuotaRules/operations.d.ts +0 -32
  820. package/dist/react-native/api/volumeQuotaRules/operations.js.map +0 -1
  821. package/dist/react-native/api/volumeQuotaRules/options.js +0 -4
  822. package/dist/react-native/api/volumeQuotaRules/options.js.map +0 -1
  823. package/dist/react-native/api/volumes/index.d.ts +0 -3
  824. package/dist/react-native/api/volumes/index.js +0 -4
  825. package/dist/react-native/api/volumes/index.js.map +0 -1
  826. package/dist/react-native/api/volumes/operations.d.ts +0 -124
  827. package/dist/react-native/api/volumes/operations.js +0 -963
  828. package/dist/react-native/api/volumes/operations.js.map +0 -1
  829. package/dist/react-native/api/volumes/options.d.ts +0 -147
  830. package/dist/react-native/api/volumes/options.js +0 -4
  831. package/dist/react-native/api/volumes/options.js.map +0 -1
  832. package/dist/react-native/classic/accounts/index.d.ts +0 -35
  833. package/dist/react-native/classic/accounts/index.js +0 -23
  834. package/dist/react-native/classic/accounts/index.js.map +0 -1
  835. package/dist/react-native/classic/backupPolicies/index.d.ts +0 -25
  836. package/dist/react-native/classic/backupPolicies/index.js +0 -18
  837. package/dist/react-native/classic/backupPolicies/index.js.map +0 -1
  838. package/dist/react-native/classic/backupVaults/index.d.ts +0 -25
  839. package/dist/react-native/classic/backupVaults/index.js.map +0 -1
  840. package/dist/react-native/classic/backups/index.d.ts +0 -29
  841. package/dist/react-native/classic/backups/index.js +0 -20
  842. package/dist/react-native/classic/backups/index.js.map +0 -1
  843. package/dist/react-native/classic/backupsUnderAccount/index.d.ts +0 -11
  844. package/dist/react-native/classic/backupsUnderAccount/index.js +0 -14
  845. package/dist/react-native/classic/backupsUnderAccount/index.js.map +0 -1
  846. package/dist/react-native/classic/backupsUnderBackupVault/index.d.ts +0 -11
  847. package/dist/react-native/classic/backupsUnderBackupVault/index.js +0 -14
  848. package/dist/react-native/classic/backupsUnderBackupVault/index.js.map +0 -1
  849. package/dist/react-native/classic/backupsUnderVolume/index.d.ts +0 -11
  850. package/dist/react-native/classic/backupsUnderVolume/index.js +0 -14
  851. package/dist/react-native/classic/backupsUnderVolume/index.js.map +0 -1
  852. package/dist/react-native/classic/buckets/index.d.ts +0 -31
  853. package/dist/react-native/classic/buckets/index.js +0 -21
  854. package/dist/react-native/classic/buckets/index.js.map +0 -1
  855. package/dist/react-native/classic/caches/index.d.ts +0 -31
  856. package/dist/react-native/classic/caches/index.js +0 -21
  857. package/dist/react-native/classic/caches/index.js.map +0 -1
  858. package/dist/react-native/classic/index.d.ts +0 -24
  859. package/dist/react-native/classic/index.js +0 -4
  860. package/dist/react-native/classic/index.js.map +0 -1
  861. package/dist/react-native/classic/netAppResource/index.d.ts +0 -21
  862. package/dist/react-native/classic/netAppResource/index.js +0 -19
  863. package/dist/react-native/classic/netAppResource/index.js.map +0 -1
  864. package/dist/react-native/classic/netAppResourceQuotaLimits/index.d.ts +0 -13
  865. package/dist/react-native/classic/netAppResourceQuotaLimits/index.js +0 -15
  866. package/dist/react-native/classic/netAppResourceQuotaLimits/index.js.map +0 -1
  867. package/dist/react-native/classic/netAppResourceQuotaLimitsAccount/index.d.ts +0 -13
  868. package/dist/react-native/classic/netAppResourceQuotaLimitsAccount/index.js +0 -15
  869. package/dist/react-native/classic/netAppResourceQuotaLimitsAccount/index.js.map +0 -1
  870. package/dist/react-native/classic/netAppResourceRegionInfos/index.d.ts +0 -13
  871. package/dist/react-native/classic/netAppResourceRegionInfos/index.js +0 -15
  872. package/dist/react-native/classic/netAppResourceRegionInfos/index.js.map +0 -1
  873. package/dist/react-native/classic/netAppResourceUsages/index.d.ts +0 -13
  874. package/dist/react-native/classic/netAppResourceUsages/index.js +0 -15
  875. package/dist/react-native/classic/netAppResourceUsages/index.js.map +0 -1
  876. package/dist/react-native/classic/operations/index.d.ts +0 -11
  877. package/dist/react-native/classic/operations/index.js +0 -14
  878. package/dist/react-native/classic/operations/index.js.map +0 -1
  879. package/dist/react-native/classic/pools/index.d.ts +0 -25
  880. package/dist/react-native/classic/pools/index.js +0 -18
  881. package/dist/react-native/classic/pools/index.js.map +0 -1
  882. package/dist/react-native/classic/ransomwareReports/index.d.ts +0 -28
  883. package/dist/react-native/classic/ransomwareReports/index.js +0 -16
  884. package/dist/react-native/classic/ransomwareReports/index.js.map +0 -1
  885. package/dist/react-native/classic/snapshotPolicies/index.d.ts +0 -27
  886. package/dist/react-native/classic/snapshotPolicies/index.js +0 -19
  887. package/dist/react-native/classic/snapshotPolicies/index.js.map +0 -1
  888. package/dist/react-native/classic/snapshots/index.d.ts +0 -27
  889. package/dist/react-native/classic/snapshots/index.js +0 -19
  890. package/dist/react-native/classic/snapshots/index.js.map +0 -1
  891. package/dist/react-native/classic/subvolumes/index.d.ts +0 -27
  892. package/dist/react-native/classic/subvolumes/index.js +0 -19
  893. package/dist/react-native/classic/subvolumes/index.js.map +0 -1
  894. package/dist/react-native/classic/volumeGroups/index.d.ts +0 -23
  895. package/dist/react-native/classic/volumeGroups/index.js +0 -17
  896. package/dist/react-native/classic/volumeGroups/index.js.map +0 -1
  897. package/dist/react-native/classic/volumeQuotaRules/index.d.ts +0 -25
  898. package/dist/react-native/classic/volumeQuotaRules/index.js +0 -18
  899. package/dist/react-native/classic/volumeQuotaRules/index.js.map +0 -1
  900. package/dist/react-native/classic/volumes/index.d.ts +0 -71
  901. package/dist/react-native/classic/volumes/index.js +0 -41
  902. package/dist/react-native/classic/volumes/index.js.map +0 -1
  903. package/dist/react-native/index.d.ts +0 -37
  904. package/dist/react-native/index.js +0 -8
  905. package/dist/react-native/index.js.map +0 -1
  906. package/dist/react-native/logger.d.ts +0 -2
  907. package/dist/react-native/logger.js +0 -5
  908. package/dist/react-native/logger.js.map +0 -1
  909. package/dist/react-native/models/index.d.ts +0 -3
  910. package/dist/react-native/models/index.js +0 -4
  911. package/dist/react-native/models/index.js.map +0 -1
  912. package/dist/react-native/models/models.d.ts +0 -3673
  913. package/dist/react-native/models/models.js +0 -3353
  914. package/dist/react-native/models/models.js.map +0 -1
  915. package/dist/react-native/netAppManagementClient.d.ts +0 -81
  916. package/dist/react-native/netAppManagementClient.js +0 -121
  917. package/dist/react-native/netAppManagementClient.js.map +0 -1
  918. package/dist/react-native/package.json +0 -3
  919. package/dist/react-native/restorePollerHelpers.d.ts +0 -21
  920. package/dist/react-native/restorePollerHelpers.js +0 -204
  921. package/dist/react-native/restorePollerHelpers.js.map +0 -1
  922. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +0 -22
  923. package/dist/react-native/static-helpers/cloudSettingHelpers.js +0 -38
  924. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +0 -1
  925. package/dist/react-native/static-helpers/pagingHelpers.d.ts +0 -74
  926. package/dist/react-native/static-helpers/pagingHelpers.js +0 -143
  927. package/dist/react-native/static-helpers/pagingHelpers.js.map +0 -1
  928. package/dist/react-native/static-helpers/pollingHelpers.d.ts +0 -34
  929. package/dist/react-native/static-helpers/pollingHelpers.js +0 -95
  930. package/dist/react-native/static-helpers/pollingHelpers.js.map +0 -1
  931. package/dist/react-native/static-helpers/urlTemplate.d.ts +0 -5
  932. package/dist/react-native/static-helpers/urlTemplate.js +0 -200
  933. package/dist/react-native/static-helpers/urlTemplate.js.map +0 -1
  934. /package/dist/{react-native/api/accounts → browser/api/activeDirectoryConfigs}/options.js +0 -0
  935. /package/dist/{react-native/api/backupPolicies → browser/api/elasticAccounts}/options.js +0 -0
  936. /package/dist/{react-native/api/backupVaults → browser/api/elasticBackupPolicies}/options.js +0 -0
  937. /package/dist/{react-native/api/backups → browser/api/elasticBackupVaults}/options.js +0 -0
  938. /package/dist/{react-native/api/backupsUnderAccount → browser/api/elasticBackups}/options.js +0 -0
  939. /package/dist/{react-native/api/backupsUnderBackupVault → browser/api/elasticCapacityPools}/options.js +0 -0
  940. /package/dist/{react-native/api/backupsUnderVolume → browser/api/elasticSnapshotPolicies}/options.js +0 -0
  941. /package/dist/{react-native/api/buckets → browser/api/elasticSnapshots}/options.js +0 -0
  942. /package/dist/{react-native/api/caches → browser/api/elasticVolumes}/options.js +0 -0
  943. /package/dist/{react-native/api/netAppResource → esm/api/activeDirectoryConfigs}/options.js +0 -0
  944. /package/dist/{react-native/api/netAppResourceQuotaLimits → esm/api/elasticAccounts}/options.js +0 -0
  945. /package/dist/{react-native/api/netAppResourceQuotaLimitsAccount → esm/api/elasticBackupPolicies}/options.js +0 -0
  946. /package/dist/{react-native/api/netAppResourceRegionInfos → esm/api/elasticBackupVaults}/options.js +0 -0
  947. /package/dist/{react-native/api/netAppResourceUsages → esm/api/elasticBackups}/options.js +0 -0
  948. /package/dist/{react-native/api/operations → esm/api/elasticCapacityPools}/options.js +0 -0
  949. /package/dist/{react-native/api/pools → esm/api/elasticSnapshotPolicies}/options.js +0 -0
  950. /package/dist/{react-native/api/ransomwareReports → esm/api/elasticSnapshots}/options.js +0 -0
  951. /package/dist/{react-native/api/snapshotPolicies → esm/api/elasticVolumes}/options.js +0 -0
@@ -1,3673 +0,0 @@
1
- /**
2
- * This file contains only generated model types and their (de)serializers.
3
- * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
- */
5
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
6
- export interface _OperationListResult {
7
- /** The Operation items on this page */
8
- value: Operation[];
9
- /** The link to the next page of items */
10
- nextLink?: string;
11
- }
12
- export declare function _operationListResultDeserializer(item: any): _OperationListResult;
13
- export declare function operationArrayDeserializer(result: Array<Operation>): any[];
14
- /** Microsoft.NetApp REST API operation definition. */
15
- export interface Operation {
16
- /** Operation name: {provider}/{resource}/{operation} */
17
- name?: string;
18
- /** Display metadata associated with the operation. */
19
- display?: OperationDisplay;
20
- /** The origin of operations. */
21
- origin?: string;
22
- /** Properties of operation, include metric specifications. */
23
- properties?: OperationProperties;
24
- }
25
- export declare function operationDeserializer(item: any): Operation;
26
- /** Display metadata associated with the operation. */
27
- export interface OperationDisplay {
28
- /** Service provider: Microsoft NetApp. */
29
- provider?: string;
30
- /** Resource on which the operation is performed etc. */
31
- resource?: string;
32
- /** Type of operation: get, read, delete, etc. */
33
- operation?: string;
34
- /** Operation description. */
35
- description?: string;
36
- }
37
- export declare function operationDisplayDeserializer(item: any): OperationDisplay;
38
- /** Properties of operation, include metric specifications. */
39
- export interface OperationProperties {
40
- /** One property of operation, include metric specifications. */
41
- serviceSpecification?: ServiceSpecification;
42
- }
43
- export declare function operationPropertiesDeserializer(item: any): OperationProperties;
44
- /** One property of operation, include metric specifications. */
45
- export interface ServiceSpecification {
46
- /** Metric specifications of operation. */
47
- metricSpecifications?: MetricSpecification[];
48
- /** Log specification of operation. */
49
- logSpecifications?: LogSpecification[];
50
- }
51
- export declare function serviceSpecificationDeserializer(item: any): ServiceSpecification;
52
- export declare function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[];
53
- /** Metric specification of operation. */
54
- export interface MetricSpecification {
55
- /** Name of metric specification. */
56
- name?: string;
57
- /** Display name of metric specification. */
58
- displayName?: string;
59
- /** Display description of metric specification. */
60
- displayDescription?: string;
61
- /** Unit could be Bytes or Count. */
62
- unit?: string;
63
- /** Support metric aggregation type. */
64
- supportedAggregationTypes?: MetricAggregationType[];
65
- /** The supported time grain types for the metrics. */
66
- supportedTimeGrainTypes?: string[];
67
- /** The internal metric name. */
68
- internalMetricName?: string;
69
- /** Whether or not the service is using regional MDM accounts. */
70
- enableRegionalMdmAccount?: boolean;
71
- /** The source MDM account. */
72
- sourceMdmAccount?: string;
73
- /** The source MDM namespace. */
74
- sourceMdmNamespace?: string;
75
- /** Dimensions of blobs, including blob type and access tier. */
76
- dimensions?: Dimension[];
77
- /** Aggregation type could be Average. */
78
- aggregationType?: string;
79
- /** The property to decide fill gap with zero or not. */
80
- fillGapWithZero?: boolean;
81
- /** The category this metric specification belong to, could be Capacity. */
82
- category?: string;
83
- /** Account Resource Id. */
84
- resourceIdDimensionNameOverride?: string;
85
- /** Whether the metric is internal. */
86
- isInternal?: boolean;
87
- }
88
- export declare function metricSpecificationDeserializer(item: any): MetricSpecification;
89
- /** Known values of {@link MetricAggregationType} that the service accepts. */
90
- export declare enum KnownMetricAggregationType {
91
- /** Average */
92
- Average = "Average"
93
- }
94
- /** Type of MetricAggregationType */
95
- export type MetricAggregationType = string;
96
- export declare function dimensionArrayDeserializer(result: Array<Dimension>): any[];
97
- /** Dimension of blobs, possibly be blob type or access tier. */
98
- export interface Dimension {
99
- /** Display name of dimension. */
100
- name?: string;
101
- /** Display name of dimension. */
102
- displayName?: string;
103
- }
104
- export declare function dimensionDeserializer(item: any): Dimension;
105
- export declare function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[];
106
- /** Log Definition of a single resource metric. */
107
- export interface LogSpecification {
108
- /** Name of log specification. */
109
- name?: string;
110
- /** Display name of log specification. */
111
- displayName?: string;
112
- }
113
- export declare function logSpecificationDeserializer(item: any): LogSpecification;
114
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
115
- export interface ErrorResponse {
116
- /** The error object. */
117
- error?: ErrorDetail;
118
- }
119
- export declare function errorResponseDeserializer(item: any): ErrorResponse;
120
- /** The error detail. */
121
- export interface ErrorDetail {
122
- /** The error code. */
123
- readonly code?: string;
124
- /** The error message. */
125
- readonly message?: string;
126
- /** The error target. */
127
- readonly target?: string;
128
- /** The error details. */
129
- readonly details?: ErrorDetail[];
130
- /** The error additional info. */
131
- readonly additionalInfo?: ErrorAdditionalInfo[];
132
- }
133
- export declare function errorDetailDeserializer(item: any): ErrorDetail;
134
- export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
135
- export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
136
- /** The resource management error additional info. */
137
- export interface ErrorAdditionalInfo {
138
- /** The additional info type. */
139
- readonly type?: string;
140
- /** The additional info. */
141
- readonly info?: any;
142
- }
143
- export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
144
- /** Information regarding Quota Item. */
145
- export interface QuotaItem extends ProxyResource {
146
- /** QuotaItem properties */
147
- properties?: QuotaItemProperties;
148
- }
149
- export declare function quotaItemDeserializer(item: any): QuotaItem;
150
- /** QuotaItem Properties */
151
- export interface QuotaItemProperties {
152
- /** The current quota value. */
153
- readonly current?: number;
154
- /** The default quota value. */
155
- readonly default?: number;
156
- /** The usage quota value. */
157
- readonly usage?: number | null;
158
- }
159
- export declare function quotaItemPropertiesDeserializer(item: any): QuotaItemProperties;
160
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
161
- export interface ProxyResource extends Resource {
162
- }
163
- export declare function proxyResourceSerializer(_item: ProxyResource): any;
164
- export declare function proxyResourceDeserializer(item: any): ProxyResource;
165
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
166
- export interface Resource {
167
- /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
168
- readonly id?: string;
169
- /** The name of the resource */
170
- readonly name?: string;
171
- /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
172
- readonly type?: string;
173
- /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
174
- readonly systemData?: SystemData;
175
- }
176
- export declare function resourceSerializer(_item: Resource): any;
177
- export declare function resourceDeserializer(item: any): Resource;
178
- /** Metadata pertaining to creation and last modification of the resource. */
179
- export interface SystemData {
180
- /** The identity that created the resource. */
181
- createdBy?: string;
182
- /** The type of identity that created the resource. */
183
- createdByType?: CreatedByType;
184
- /** The timestamp of resource creation (UTC). */
185
- createdAt?: Date;
186
- /** The identity that last modified the resource. */
187
- lastModifiedBy?: string;
188
- /** The type of identity that last modified the resource. */
189
- lastModifiedByType?: CreatedByType;
190
- /** The timestamp of resource last modification (UTC) */
191
- lastModifiedAt?: Date;
192
- }
193
- export declare function systemDataDeserializer(item: any): SystemData;
194
- /** The kind of entity that created the resource. */
195
- export declare enum KnownCreatedByType {
196
- /** The entity was created by a user. */
197
- User = "User",
198
- /** The entity was created by an application. */
199
- Application = "Application",
200
- /** The entity was created by a managed identity. */
201
- ManagedIdentity = "ManagedIdentity",
202
- /** The entity was created by a key. */
203
- Key = "Key"
204
- }
205
- /**
206
- * The kind of entity that created the resource. \
207
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
208
- * this enum contains the known values that the service supports.
209
- * ### Known values supported by the service
210
- * **User**: The entity was created by a user. \
211
- * **Application**: The entity was created by an application. \
212
- * **ManagedIdentity**: The entity was created by a managed identity. \
213
- * **Key**: The entity was created by a key.
214
- */
215
- export type CreatedByType = string;
216
- /** List of Quota Items */
217
- export interface _QuotaItemList {
218
- /** The QuotaItem items on this page */
219
- value: QuotaItem[];
220
- /** The link to the next page of items */
221
- nextLink?: string;
222
- }
223
- export declare function _quotaItemListDeserializer(item: any): _QuotaItemList;
224
- export declare function quotaItemArrayDeserializer(result: Array<QuotaItem>): any[];
225
- /** Volume group resource for create */
226
- export interface VolumeGroupDetails extends ProxyResource {
227
- /** Volume group properties */
228
- properties?: VolumeGroupProperties;
229
- /** Resource location */
230
- location?: string;
231
- }
232
- export declare function volumeGroupDetailsSerializer(item: VolumeGroupDetails): any;
233
- export declare function volumeGroupDetailsDeserializer(item: any): VolumeGroupDetails;
234
- /** Volume group properties */
235
- export interface VolumeGroupProperties {
236
- /** Azure lifecycle management */
237
- readonly provisioningState?: string;
238
- /** Volume group details */
239
- groupMetaData?: VolumeGroupMetaData;
240
- /** List of volumes from group */
241
- volumes?: VolumeGroupVolumeProperties[];
242
- }
243
- export declare function volumeGroupPropertiesSerializer(item: VolumeGroupProperties): any;
244
- export declare function volumeGroupPropertiesDeserializer(item: any): VolumeGroupProperties;
245
- /** Volume group properties */
246
- export interface VolumeGroupMetaData {
247
- /** Group Description */
248
- groupDescription?: string;
249
- /** Application Type */
250
- applicationType?: ApplicationType;
251
- /** Application specific identifier */
252
- applicationIdentifier?: string;
253
- /** Application specific placement rules for the volume group */
254
- globalPlacementRules?: PlacementKeyValuePairs[];
255
- /** Number of volumes in volume group */
256
- readonly volumesCount?: number;
257
- }
258
- export declare function volumeGroupMetaDataSerializer(item: VolumeGroupMetaData): any;
259
- export declare function volumeGroupMetaDataDeserializer(item: any): VolumeGroupMetaData;
260
- /** Application Type */
261
- export declare enum KnownApplicationType {
262
- /** SAP-HANA */
263
- SAPHana = "SAP-HANA",
264
- /** ORACLE */
265
- Oracle = "ORACLE"
266
- }
267
- /**
268
- * Application Type \
269
- * {@link KnownApplicationType} can be used interchangeably with ApplicationType,
270
- * this enum contains the known values that the service supports.
271
- * ### Known values supported by the service
272
- * **SAP-HANA** \
273
- * **ORACLE**
274
- */
275
- export type ApplicationType = string;
276
- export declare function placementKeyValuePairsArraySerializer(result: Array<PlacementKeyValuePairs>): any[];
277
- export declare function placementKeyValuePairsArrayDeserializer(result: Array<PlacementKeyValuePairs>): any[];
278
- /** Application specific parameters for the placement of volumes in the volume group */
279
- export interface PlacementKeyValuePairs {
280
- /** Key for an application specific parameter for the placement of volumes in the volume group */
281
- key: string;
282
- /** Value for an application specific parameter for the placement of volumes in the volume group */
283
- value: string;
284
- }
285
- export declare function placementKeyValuePairsSerializer(item: PlacementKeyValuePairs): any;
286
- export declare function placementKeyValuePairsDeserializer(item: any): PlacementKeyValuePairs;
287
- export declare function volumeGroupVolumePropertiesArraySerializer(result: Array<VolumeGroupVolumeProperties>): any[];
288
- export declare function volumeGroupVolumePropertiesArrayDeserializer(result: Array<VolumeGroupVolumeProperties>): any[];
289
- /** Volume resource */
290
- export interface VolumeGroupVolumeProperties {
291
- /** Resource Id */
292
- readonly id?: string;
293
- /** Resource name */
294
- name?: string;
295
- /** Resource type */
296
- readonly type?: string;
297
- /** Resource tags */
298
- tags?: Record<string, string>;
299
- /** Availability Zone */
300
- zones?: string[];
301
- /** Volume properties */
302
- properties: VolumeProperties;
303
- }
304
- export declare function volumeGroupVolumePropertiesSerializer(item: VolumeGroupVolumeProperties): any;
305
- export declare function volumeGroupVolumePropertiesDeserializer(item: any): VolumeGroupVolumeProperties;
306
- /** Volume properties */
307
- export interface VolumeProperties {
308
- /** Unique FileSystem Identifier. */
309
- readonly fileSystemId?: string;
310
- /** A unique file path for the volume. Used when creating mount targets */
311
- creationToken: string;
312
- /** The service level of the file system */
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. */
315
- usageThreshold: number;
316
- /** Set of export policy rules */
317
- exportPolicy?: VolumePropertiesExportPolicy;
318
- /** Set of protocol types, default NFSv3, CIFS for SMB protocol */
319
- protocolTypes?: string[];
320
- /** Azure lifecycle management */
321
- readonly provisioningState?: string;
322
- /** Resource identifier used to identify the Snapshot. */
323
- snapshotId?: string | null;
324
- /** If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false */
325
- deleteBaseSnapshot?: boolean;
326
- /** Resource identifier used to identify the Backup. */
327
- backupId?: string | null;
328
- /** Unique Baremetal Tenant Identifier. */
329
- readonly baremetalTenantId?: string;
330
- /** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes */
331
- subnetId: string;
332
- /** The original value of the network features type available to the volume at the time it was created. */
333
- networkFeatures?: NetworkFeatures;
334
- /** The effective value of the network features type available to the volume, or current effective state of update. */
335
- readonly effectiveNetworkFeatures?: NetworkFeatures;
336
- /** Network Sibling Set ID for the the group of volumes sharing networking resources. */
337
- readonly networkSiblingSetId?: string;
338
- /** Provides storage to network proximity information for the volume. */
339
- readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
340
- /** List of mount targets */
341
- readonly mountTargets?: MountTargetProperties[];
342
- /** What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone */
343
- volumeType?: string;
344
- /** DataProtection type volumes include an object containing details of the replication */
345
- dataProtection?: VolumePropertiesDataProtection;
346
- /** While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted. */
347
- acceptGrowCapacityPoolForShortTermCloneSplit?: AcceptGrowCapacityPoolForShortTermCloneSplit;
348
- /** Restoring */
349
- readonly isRestoring?: boolean;
350
- /** If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true). */
351
- snapshotDirectoryVisible?: boolean;
352
- /** Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later */
353
- kerberosEnabled?: boolean;
354
- /** The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol */
355
- securityStyle?: SecurityStyle;
356
- /** Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later */
357
- smbEncryption?: boolean;
358
- /** Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume */
359
- smbAccessBasedEnumeration?: SmbAccessBasedEnumeration | null;
360
- /** Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume */
361
- smbNonBrowsable?: SmbNonBrowsable;
362
- /** Enables continuously available share property for smb volume. Only applicable for SMB volume */
363
- smbContinuouslyAvailable?: boolean;
364
- /** Maximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume */
365
- throughputMibps?: number | null;
366
- /** Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel */
367
- readonly actualThroughputMibps?: number;
368
- /** Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault' */
369
- encryptionKeySource?: EncryptionKeySource;
370
- /** The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'. */
371
- keyVaultPrivateEndpointResourceId?: string;
372
- /** Specifies whether LDAP is enabled or not for a given NFS volume. */
373
- ldapEnabled?: boolean;
374
- /** Specifies whether Cool Access(tiering) is enabled for the volume. */
375
- coolAccess?: boolean;
376
- /** Specifies the number of days after which data that is not accessed by clients will be tiered. */
377
- coolnessPeriod?: number;
378
- /**
379
- * 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:
380
- * Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
381
- * OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
382
- * Never - No client-driven data is pulled from cool tier to standard storage.
383
- */
384
- coolAccessRetrievalPolicy?: CoolAccessRetrievalPolicy;
385
- /** coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier. */
386
- coolAccessTieringPolicy?: CoolAccessTieringPolicy;
387
- /** UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users. */
388
- unixPermissions?: string | null;
389
- /** When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning. */
390
- readonly cloneProgress?: number | null;
391
- /** Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume. */
392
- readonly fileAccessLogs?: FileAccessLogs;
393
- /** Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose */
394
- avsDataStore?: AvsDataStore;
395
- /** Data store resource unique identifier */
396
- readonly dataStoreResourceId?: string[];
397
- /** Specifies if default quota is enabled for the volume. */
398
- isDefaultQuotaEnabled?: boolean;
399
- /** Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . */
400
- defaultUserQuotaInKiBs?: number;
401
- /** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
402
- defaultGroupQuotaInKiBs?: number;
403
- /** Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB. */
404
- readonly maximumNumberOfFiles?: number;
405
- /** Volume Group Name */
406
- readonly volumeGroupName?: string;
407
- /** Pool Resource Id used in case of creating a volume through volume group */
408
- capacityPoolResourceId?: string;
409
- /** Proximity placement group associated with the volume */
410
- proximityPlacementGroup?: string;
411
- /** T2 network information */
412
- readonly t2Network?: string;
413
- /** Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log */
414
- volumeSpecName?: string;
415
- /** Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01. */
416
- readonly encrypted?: boolean;
417
- /** Application specific placement rules for the particular volume */
418
- placementRules?: PlacementKeyValuePairs[];
419
- /** Flag indicating whether subvolume operations are enabled on the volume */
420
- enableSubvolumes?: EnableSubvolumes;
421
- /** The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides. */
422
- readonly provisionedAvailabilityZone?: string | null;
423
- /** Specifies whether volume is a Large Volume or Regular Volume. */
424
- isLargeVolume?: boolean;
425
- /** Id of the snapshot or backup that the volume is restored from. */
426
- readonly originatingResourceId?: string | null;
427
- /** Space shared by short term clone volume with parent volume in bytes. */
428
- readonly inheritedSizeInBytes?: number | null;
429
- }
430
- export declare function volumePropertiesSerializer(item: VolumeProperties): any;
431
- export declare function volumePropertiesDeserializer(item: any): VolumeProperties;
432
- /** The service level of the file system */
433
- export declare enum KnownServiceLevel {
434
- /** Standard service level */
435
- Standard = "Standard",
436
- /** Premium service level */
437
- Premium = "Premium",
438
- /** Ultra service level */
439
- Ultra = "Ultra",
440
- /** Zone redundant storage service level. This will be deprecated soon. */
441
- StandardZRS = "StandardZRS",
442
- /** Flexible service level */
443
- Flexible = "Flexible"
444
- }
445
- /**
446
- * The service level of the file system \
447
- * {@link KnownServiceLevel} can be used interchangeably with ServiceLevel,
448
- * this enum contains the known values that the service supports.
449
- * ### Known values supported by the service
450
- * **Standard**: Standard service level \
451
- * **Premium**: Premium service level \
452
- * **Ultra**: Ultra service level \
453
- * **StandardZRS**: Zone redundant storage service level. This will be deprecated soon. \
454
- * **Flexible**: Flexible service level
455
- */
456
- export type ServiceLevel = string;
457
- /** Set of export policy rules */
458
- export interface VolumePropertiesExportPolicy {
459
- /** Export policy rule */
460
- rules?: ExportPolicyRule[];
461
- }
462
- export declare function volumePropertiesExportPolicySerializer(item: VolumePropertiesExportPolicy): any;
463
- export declare function volumePropertiesExportPolicyDeserializer(item: any): VolumePropertiesExportPolicy;
464
- export declare function exportPolicyRuleArraySerializer(result: Array<ExportPolicyRule>): any[];
465
- export declare function exportPolicyRuleArrayDeserializer(result: Array<ExportPolicyRule>): any[];
466
- /** Volume Export Policy Rule */
467
- export interface ExportPolicyRule {
468
- /** Order index */
469
- ruleIndex?: number;
470
- /** Read only access */
471
- unixReadOnly?: boolean;
472
- /** Read and write access */
473
- unixReadWrite?: boolean;
474
- /** Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later */
475
- kerberos5ReadOnly?: boolean;
476
- /** Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later */
477
- kerberos5ReadWrite?: boolean;
478
- /** Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later */
479
- kerberos5IReadOnly?: boolean;
480
- /** Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later */
481
- kerberos5IReadWrite?: boolean;
482
- /** Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later */
483
- kerberos5PReadOnly?: boolean;
484
- /** Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later */
485
- kerberos5PReadWrite?: boolean;
486
- /** Allows CIFS protocol */
487
- cifs?: boolean;
488
- /** Allows NFSv3 protocol. Enable only for NFSv3 type volumes */
489
- nfsv3?: boolean;
490
- /** Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes */
491
- nfsv41?: boolean;
492
- /** Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names */
493
- allowedClients?: string;
494
- /** Has root access to volume */
495
- hasRootAccess?: boolean;
496
- /** This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own. */
497
- chownMode?: ChownMode;
498
- }
499
- export declare function exportPolicyRuleSerializer(item: ExportPolicyRule): any;
500
- export declare function exportPolicyRuleDeserializer(item: any): ExportPolicyRule;
501
- /** This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own. */
502
- export declare enum KnownChownMode {
503
- /** Restricted */
504
- Restricted = "Restricted",
505
- /** Unrestricted */
506
- Unrestricted = "Unrestricted"
507
- }
508
- /**
509
- * This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own. \
510
- * {@link KnownChownMode} can be used interchangeably with ChownMode,
511
- * this enum contains the known values that the service supports.
512
- * ### Known values supported by the service
513
- * **Restricted** \
514
- * **Unrestricted**
515
- */
516
- export type ChownMode = string;
517
- /** Network features available to the volume, or current state of update. */
518
- export declare enum KnownNetworkFeatures {
519
- /** Basic network features. */
520
- Basic = "Basic",
521
- /** Standard network features. */
522
- Standard = "Standard",
523
- /** Updating from Basic to Standard network features. */
524
- BasicStandard = "Basic_Standard",
525
- /** Updating from Standard to Basic network features. */
526
- StandardBasic = "Standard_Basic"
527
- }
528
- /**
529
- * Network features available to the volume, or current state of update. \
530
- * {@link KnownNetworkFeatures} can be used interchangeably with NetworkFeatures,
531
- * this enum contains the known values that the service supports.
532
- * ### Known values supported by the service
533
- * **Basic**: Basic network features. \
534
- * **Standard**: Standard network features. \
535
- * **Basic_Standard**: Updating from Basic to Standard network features. \
536
- * **Standard_Basic**: Updating from Standard to Basic network features.
537
- */
538
- export type NetworkFeatures = string;
539
- /** Provides storage to network proximity information for the volume. */
540
- export declare enum KnownVolumeStorageToNetworkProximity {
541
- /** Basic storage to network connectivity. */
542
- Default = "Default",
543
- /** Standard T1 storage to network connectivity. */
544
- T1 = "T1",
545
- /** Standard T2 storage to network connectivity. */
546
- T2 = "T2",
547
- /** Standard AcrossT2 storage to network connectivity. */
548
- AcrossT2 = "AcrossT2"
549
- }
550
- /**
551
- * Provides storage to network proximity information for the volume. \
552
- * {@link KnownVolumeStorageToNetworkProximity} can be used interchangeably with VolumeStorageToNetworkProximity,
553
- * this enum contains the known values that the service supports.
554
- * ### Known values supported by the service
555
- * **Default**: Basic storage to network connectivity. \
556
- * **T1**: Standard T1 storage to network connectivity. \
557
- * **T2**: Standard T2 storage to network connectivity. \
558
- * **AcrossT2**: Standard AcrossT2 storage to network connectivity.
559
- */
560
- export type VolumeStorageToNetworkProximity = string;
561
- export declare function mountTargetPropertiesArrayDeserializer(result: Array<MountTargetProperties>): any[];
562
- /** Mount target properties */
563
- export interface MountTargetProperties {
564
- /** UUID v4 used to identify the MountTarget */
565
- readonly mountTargetId?: string;
566
- /** UUID v4 used to identify the MountTarget */
567
- fileSystemId: string;
568
- /** The mount target's IPv4 address */
569
- readonly ipAddress?: string;
570
- /** The SMB server's Fully Qualified Domain Name, FQDN */
571
- smbServerFqdn?: string;
572
- }
573
- export declare function mountTargetPropertiesDeserializer(item: any): MountTargetProperties;
574
- /** DataProtection type volumes include an object containing details of the replication */
575
- export interface VolumePropertiesDataProtection {
576
- /** Backup Properties */
577
- backup?: VolumeBackupProperties;
578
- /** Replication properties */
579
- replication?: ReplicationObject;
580
- /** Snapshot properties. */
581
- snapshot?: VolumeSnapshotProperties;
582
- /** VolumeRelocation properties */
583
- volumeRelocation?: VolumeRelocationProperties;
584
- /** Advanced Ransomware Protection settings */
585
- ransomwareProtection?: RansomwareProtectionSettings;
586
- }
587
- export declare function volumePropertiesDataProtectionSerializer(item: VolumePropertiesDataProtection): any;
588
- export declare function volumePropertiesDataProtectionDeserializer(item: any): VolumePropertiesDataProtection;
589
- /** Volume Backup Properties */
590
- export interface VolumeBackupProperties {
591
- /** Backup Policy Resource ID */
592
- backupPolicyId?: string;
593
- /** Policy Enforced */
594
- policyEnforced?: boolean;
595
- /** Backup Vault Resource ID */
596
- backupVaultId?: string;
597
- }
598
- export declare function volumeBackupPropertiesSerializer(item: VolumeBackupProperties): any;
599
- export declare function volumeBackupPropertiesDeserializer(item: any): VolumeBackupProperties;
600
- /** Replication properties */
601
- export interface ReplicationObject {
602
- /** Id */
603
- readonly replicationId?: string;
604
- /** Indicates whether the local volume is the source or destination for the Volume Replication */
605
- readonly endpointType?: EndpointType;
606
- /** Schedule */
607
- replicationSchedule?: ReplicationSchedule;
608
- /** The resource ID of the remote volume. Required for cross region and cross zone replication */
609
- remoteVolumeResourceId?: string;
610
- /** The full path to a volume that is to be migrated into ANF. Required for Migration volumes */
611
- remotePath?: RemotePath;
612
- /** The remote region for the other end of the Volume Replication. */
613
- remoteVolumeRegion?: string;
614
- /** A list of destination replications */
615
- readonly destinationReplications?: DestinationReplication[];
616
- /** Property that only applies to external replications. Provides a machine-readable value for the status of the external replication setup. */
617
- readonly externalReplicationSetupStatus?: ExternalReplicationSetupStatus;
618
- /** Contains human-readable instructions on what the next step is to finish the external replication setup. */
619
- readonly externalReplicationSetupInfo?: string;
620
- /** 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. */
621
- readonly mirrorState?: MirrorState;
622
- /** The status of the Volume Replication */
623
- readonly relationshipStatus?: VolumeReplicationRelationshipStatus;
624
- }
625
- export declare function replicationObjectSerializer(item: ReplicationObject): any;
626
- export declare function replicationObjectDeserializer(item: any): ReplicationObject;
627
- /** Indicates whether the local volume is the source or destination for the Volume Replication */
628
- export declare enum KnownEndpointType {
629
- /** src */
630
- Src = "src",
631
- /** dst */
632
- Dst = "dst"
633
- }
634
- /**
635
- * Indicates whether the local volume is the source or destination for the Volume Replication \
636
- * {@link KnownEndpointType} can be used interchangeably with EndpointType,
637
- * this enum contains the known values that the service supports.
638
- * ### Known values supported by the service
639
- * **src** \
640
- * **dst**
641
- */
642
- export type EndpointType = string;
643
- /** Schedule */
644
- export declare enum KnownReplicationSchedule {
645
- /** _10minutely */
646
- "10Minutely" = "_10minutely",
647
- /** hourly */
648
- Hourly = "hourly",
649
- /** daily */
650
- Daily = "daily"
651
- }
652
- /**
653
- * Schedule \
654
- * {@link KnownReplicationSchedule} can be used interchangeably with ReplicationSchedule,
655
- * this enum contains the known values that the service supports.
656
- * ### Known values supported by the service
657
- * **_10minutely** \
658
- * **hourly** \
659
- * **daily**
660
- */
661
- export type ReplicationSchedule = string;
662
- /** The full path to a volume that is to be migrated into ANF. Required for Migration volumes */
663
- export interface RemotePath {
664
- /** The Path to a ONTAP Host */
665
- externalHostName: string;
666
- /** The name of a server on the ONTAP Host */
667
- serverName: string;
668
- /** The name of a volume on the server */
669
- volumeName: string;
670
- }
671
- export declare function remotePathSerializer(item: RemotePath): any;
672
- export declare function remotePathDeserializer(item: any): RemotePath;
673
- export declare function destinationReplicationArrayDeserializer(result: Array<DestinationReplication>): any[];
674
- /** Destination replication properties */
675
- export interface DestinationReplication {
676
- /** The resource ID of the remote volume */
677
- resourceId?: string;
678
- /** Indicates whether the replication is cross zone or cross region. */
679
- replicationType?: ReplicationType;
680
- /** The remote region for the destination volume. */
681
- region?: string;
682
- /** The remote zone for the destination volume. */
683
- zone?: string;
684
- }
685
- export declare function destinationReplicationDeserializer(item: any): DestinationReplication;
686
- /** Indicates whether the replication is cross zone or cross region. */
687
- export declare enum KnownReplicationType {
688
- /** Cross region replication */
689
- CrossRegionReplication = "CrossRegionReplication",
690
- /** Cross zone replication */
691
- CrossZoneReplication = "CrossZoneReplication"
692
- }
693
- /**
694
- * Indicates whether the replication is cross zone or cross region. \
695
- * {@link KnownReplicationType} can be used interchangeably with ReplicationType,
696
- * this enum contains the known values that the service supports.
697
- * ### Known values supported by the service
698
- * **CrossRegionReplication**: Cross region replication \
699
- * **CrossZoneReplication**: Cross zone replication
700
- */
701
- export type ReplicationType = string;
702
- /** Property that only applies to external replications. Provides a machine-readable value for the status of the external replication setup. */
703
- export declare enum KnownExternalReplicationSetupStatus {
704
- /** Your cluster needs to be peered by using the 'peerExternalCluster' action */
705
- ClusterPeerRequired = "ClusterPeerRequired",
706
- /** The peering needs to be accepted on your cluster before the setup can proceed */
707
- ClusterPeerPending = "ClusterPeerPending",
708
- /** Need to call 'authorizeExternalReplication' and accept the returned 'vserver peer accept' command on your cluster to finish setting up the external replication */
709
- VServerPeerRequired = "VServerPeerRequired",
710
- /** Need to call 'authorizeExternalReplication' to finish setting up the external replication */
711
- ReplicationCreateRequired = "ReplicationCreateRequired",
712
- /** External Replication setup is complete, you can now monitor the 'mirrorState' in the replication status for the health of the replication */
713
- NoActionRequired = "NoActionRequired"
714
- }
715
- /**
716
- * Property that only applies to external replications. Provides a machine-readable value for the status of the external replication setup. \
717
- * {@link KnownExternalReplicationSetupStatus} can be used interchangeably with ExternalReplicationSetupStatus,
718
- * this enum contains the known values that the service supports.
719
- * ### Known values supported by the service
720
- * **ClusterPeerRequired**: Your cluster needs to be peered by using the 'peerExternalCluster' action \
721
- * **ClusterPeerPending**: The peering needs to be accepted on your cluster before the setup can proceed \
722
- * **VServerPeerRequired**: Need to call 'authorizeExternalReplication' and accept the returned 'vserver peer accept' command on your cluster to finish setting up the external replication \
723
- * **ReplicationCreateRequired**: Need to call 'authorizeExternalReplication' to finish setting up the external replication \
724
- * **NoActionRequired**: External Replication setup is complete, you can now monitor the 'mirrorState' in the replication status for the health of the replication
725
- */
726
- export type ExternalReplicationSetupStatus = string;
727
- /** The status of the replication */
728
- export declare enum KnownMirrorState {
729
- /** Uninitialized */
730
- Uninitialized = "Uninitialized",
731
- /** Mirrored */
732
- Mirrored = "Mirrored",
733
- /** Broken */
734
- Broken = "Broken"
735
- }
736
- /**
737
- * The status of the replication \
738
- * {@link KnownMirrorState} can be used interchangeably with MirrorState,
739
- * this enum contains the known values that the service supports.
740
- * ### Known values supported by the service
741
- * **Uninitialized** \
742
- * **Mirrored** \
743
- * **Broken**
744
- */
745
- export type MirrorState = string;
746
- /** Status of the volume replication relationship */
747
- export declare enum KnownVolumeReplicationRelationshipStatus {
748
- /** Idle */
749
- Idle = "Idle",
750
- /** Transferring */
751
- Transferring = "Transferring"
752
- }
753
- /**
754
- * Status of the volume replication relationship \
755
- * {@link KnownVolumeReplicationRelationshipStatus} can be used interchangeably with VolumeReplicationRelationshipStatus,
756
- * this enum contains the known values that the service supports.
757
- * ### Known values supported by the service
758
- * **Idle** \
759
- * **Transferring**
760
- */
761
- export type VolumeReplicationRelationshipStatus = string;
762
- /** Volume Snapshot Properties */
763
- export interface VolumeSnapshotProperties {
764
- /** Snapshot Policy ResourceId */
765
- snapshotPolicyId?: string;
766
- }
767
- export declare function volumeSnapshotPropertiesSerializer(item: VolumeSnapshotProperties): any;
768
- export declare function volumeSnapshotPropertiesDeserializer(item: any): VolumeSnapshotProperties;
769
- /** Volume relocation properties */
770
- export interface VolumeRelocationProperties {
771
- /** Has relocation been requested for this volume */
772
- relocationRequested?: boolean;
773
- /** Has relocation finished and is ready to be cleaned up */
774
- readonly readyToBeFinalized?: boolean;
775
- }
776
- export declare function volumeRelocationPropertiesSerializer(item: VolumeRelocationProperties): any;
777
- export declare function volumeRelocationPropertiesDeserializer(item: any): VolumeRelocationProperties;
778
- /** Advanced Ransomware Protection reports (ARP) settings */
779
- export interface RansomwareProtectionSettings {
780
- /** The desired value of the Advanced Ransomware Protection feature state available to the volume */
781
- desiredRansomwareProtectionState?: DesiredRansomwareProtectionState;
782
- /** The actual state of the Advanced Ransomware Protection feature currently active on the volume */
783
- readonly actualRansomwareProtectionState?: ActualRansomwareProtectionState;
784
- }
785
- export declare function ransomwareProtectionSettingsSerializer(item: RansomwareProtectionSettings): any;
786
- export declare function ransomwareProtectionSettingsDeserializer(item: any): RansomwareProtectionSettings;
787
- /** The desired state of the Advanced Ransomware Protection feature */
788
- export declare enum KnownDesiredRansomwareProtectionState {
789
- /** Advanced Ransomware Protection is disabled */
790
- Disabled = "Disabled",
791
- /** Advanced Ransomware Protection is enabled */
792
- Enabled = "Enabled"
793
- }
794
- /**
795
- * The desired state of the Advanced Ransomware Protection feature \
796
- * {@link KnownDesiredRansomwareProtectionState} can be used interchangeably with DesiredRansomwareProtectionState,
797
- * this enum contains the known values that the service supports.
798
- * ### Known values supported by the service
799
- * **Disabled**: Advanced Ransomware Protection is disabled \
800
- * **Enabled**: Advanced Ransomware Protection is enabled
801
- */
802
- export type DesiredRansomwareProtectionState = string;
803
- /** The actual state of the Advanced Ransomware Protection feature */
804
- export declare enum KnownActualRansomwareProtectionState {
805
- /** Advanced Ransomware Protection is disabled */
806
- Disabled = "Disabled",
807
- /** Advanced Ransomware Protection is enabled */
808
- Enabled = "Enabled",
809
- /** Advanced Ransomware Protection is in learning mode */
810
- Learning = "Learning",
811
- /** Advanced Ransomware Protection is in paused state */
812
- Paused = "Paused"
813
- }
814
- /**
815
- * The actual state of the Advanced Ransomware Protection feature \
816
- * {@link KnownActualRansomwareProtectionState} can be used interchangeably with ActualRansomwareProtectionState,
817
- * this enum contains the known values that the service supports.
818
- * ### Known values supported by the service
819
- * **Disabled**: Advanced Ransomware Protection is disabled \
820
- * **Enabled**: Advanced Ransomware Protection is enabled \
821
- * **Learning**: Advanced Ransomware Protection is in learning mode \
822
- * **Paused**: Advanced Ransomware Protection is in paused state
823
- */
824
- export type ActualRansomwareProtectionState = string;
825
- /** While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted. */
826
- export declare enum KnownAcceptGrowCapacityPoolForShortTermCloneSplit {
827
- /** Auto grow capacity pool for short term clone split is accepted. */
828
- Accepted = "Accepted",
829
- /** Auto grow capacity pool for short term clone split is declined. Short term clone volume creation will not be allowed, to create short term clone volume accept auto grow capacity pool. */
830
- Declined = "Declined"
831
- }
832
- /**
833
- * While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted. \
834
- * {@link KnownAcceptGrowCapacityPoolForShortTermCloneSplit} can be used interchangeably with AcceptGrowCapacityPoolForShortTermCloneSplit,
835
- * this enum contains the known values that the service supports.
836
- * ### Known values supported by the service
837
- * **Accepted**: Auto grow capacity pool for short term clone split is accepted. \
838
- * **Declined**: Auto grow capacity pool for short term clone split is declined. Short term clone volume creation will not be allowed, to create short term clone volume accept auto grow capacity pool.
839
- */
840
- export type AcceptGrowCapacityPoolForShortTermCloneSplit = string;
841
- /** The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol */
842
- export declare enum KnownSecurityStyle {
843
- /** ntfs */
844
- Ntfs = "ntfs",
845
- /** unix */
846
- Unix = "unix"
847
- }
848
- /**
849
- * The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol \
850
- * {@link KnownSecurityStyle} can be used interchangeably with SecurityStyle,
851
- * this enum contains the known values that the service supports.
852
- * ### Known values supported by the service
853
- * **ntfs** \
854
- * **unix**
855
- */
856
- export type SecurityStyle = string;
857
- /** Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume */
858
- export declare enum KnownSmbAccessBasedEnumeration {
859
- /** smbAccessBasedEnumeration share setting is disabled */
860
- Disabled = "Disabled",
861
- /** smbAccessBasedEnumeration share setting is enabled */
862
- Enabled = "Enabled"
863
- }
864
- /**
865
- * Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume \
866
- * {@link KnownSmbAccessBasedEnumeration} can be used interchangeably with SmbAccessBasedEnumeration,
867
- * this enum contains the known values that the service supports.
868
- * ### Known values supported by the service
869
- * **Disabled**: smbAccessBasedEnumeration share setting is disabled \
870
- * **Enabled**: smbAccessBasedEnumeration share setting is enabled
871
- */
872
- export type SmbAccessBasedEnumeration = string;
873
- /** Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume */
874
- export declare enum KnownSmbNonBrowsable {
875
- /** smbNonBrowsable share setting is disabled */
876
- Disabled = "Disabled",
877
- /** smbNonBrowsable share setting is enabled */
878
- Enabled = "Enabled"
879
- }
880
- /**
881
- * Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume \
882
- * {@link KnownSmbNonBrowsable} can be used interchangeably with SmbNonBrowsable,
883
- * this enum contains the known values that the service supports.
884
- * ### Known values supported by the service
885
- * **Disabled**: smbNonBrowsable share setting is disabled \
886
- * **Enabled**: smbNonBrowsable share setting is enabled
887
- */
888
- export type SmbNonBrowsable = string;
889
- /** Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault' */
890
- export declare enum KnownEncryptionKeySource {
891
- /** Microsoft-managed key encryption */
892
- MicrosoftNetApp = "Microsoft.NetApp",
893
- /** Customer-managed key encryption */
894
- MicrosoftKeyVault = "Microsoft.KeyVault"
895
- }
896
- /**
897
- * Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault' \
898
- * {@link KnownEncryptionKeySource} can be used interchangeably with EncryptionKeySource,
899
- * this enum contains the known values that the service supports.
900
- * ### Known values supported by the service
901
- * **Microsoft.NetApp**: Microsoft-managed key encryption \
902
- * **Microsoft.KeyVault**: Customer-managed key encryption
903
- */
904
- export type EncryptionKeySource = string;
905
- /**
906
- * 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:
907
- * Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
908
- * OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
909
- * Never - No client-driven data is pulled from cool tier to standard storage.
910
- */
911
- export declare enum KnownCoolAccessRetrievalPolicy {
912
- /** Default */
913
- Default = "Default",
914
- /** OnRead */
915
- OnRead = "OnRead",
916
- /** Never */
917
- Never = "Never"
918
- }
919
- /**
920
- * 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:
921
- * Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
922
- * OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
923
- * Never - No client-driven data is pulled from cool tier to standard storage. \
924
- * {@link KnownCoolAccessRetrievalPolicy} can be used interchangeably with CoolAccessRetrievalPolicy,
925
- * this enum contains the known values that the service supports.
926
- * ### Known values supported by the service
927
- * **Default** \
928
- * **OnRead** \
929
- * **Never**
930
- */
931
- export type CoolAccessRetrievalPolicy = string;
932
- /** coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier. */
933
- export declare enum KnownCoolAccessTieringPolicy {
934
- /** Auto */
935
- Auto = "Auto",
936
- /** SnapshotOnly */
937
- SnapshotOnly = "SnapshotOnly"
938
- }
939
- /**
940
- * coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier. \
941
- * {@link KnownCoolAccessTieringPolicy} can be used interchangeably with CoolAccessTieringPolicy,
942
- * this enum contains the known values that the service supports.
943
- * ### Known values supported by the service
944
- * **Auto** \
945
- * **SnapshotOnly**
946
- */
947
- export type CoolAccessTieringPolicy = string;
948
- /** Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume. */
949
- export declare enum KnownFileAccessLogs {
950
- /** fileAccessLogs are enabled */
951
- Enabled = "Enabled",
952
- /** fileAccessLogs are not enabled */
953
- Disabled = "Disabled"
954
- }
955
- /**
956
- * Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume. \
957
- * {@link KnownFileAccessLogs} can be used interchangeably with FileAccessLogs,
958
- * this enum contains the known values that the service supports.
959
- * ### Known values supported by the service
960
- * **Enabled**: fileAccessLogs are enabled \
961
- * **Disabled**: fileAccessLogs are not enabled
962
- */
963
- export type FileAccessLogs = string;
964
- /** Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose */
965
- export declare enum KnownAvsDataStore {
966
- /** avsDataStore is enabled */
967
- Enabled = "Enabled",
968
- /** avsDataStore is disabled */
969
- Disabled = "Disabled"
970
- }
971
- /**
972
- * Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose \
973
- * {@link KnownAvsDataStore} can be used interchangeably with AvsDataStore,
974
- * this enum contains the known values that the service supports.
975
- * ### Known values supported by the service
976
- * **Enabled**: avsDataStore is enabled \
977
- * **Disabled**: avsDataStore is disabled
978
- */
979
- export type AvsDataStore = string;
980
- /** Flag indicating whether subvolume operations are enabled on the volume */
981
- export declare enum KnownEnableSubvolumes {
982
- /** subvolumes are enabled */
983
- Enabled = "Enabled",
984
- /** subvolumes are not enabled */
985
- Disabled = "Disabled"
986
- }
987
- /**
988
- * Flag indicating whether subvolume operations are enabled on the volume \
989
- * {@link KnownEnableSubvolumes} can be used interchangeably with EnableSubvolumes,
990
- * this enum contains the known values that the service supports.
991
- * ### Known values supported by the service
992
- * **Enabled**: subvolumes are enabled \
993
- * **Disabled**: subvolumes are not enabled
994
- */
995
- export type EnableSubvolumes = string;
996
- /** List of volume group resources */
997
- export interface _VolumeGroupList {
998
- /** The VolumeGroup items on this page */
999
- value: VolumeGroup[];
1000
- /** The link to the next page of items */
1001
- nextLink?: string;
1002
- }
1003
- export declare function _volumeGroupListDeserializer(item: any): _VolumeGroupList;
1004
- export declare function volumeGroupArrayDeserializer(result: Array<VolumeGroup>): any[];
1005
- /** Volume group resource */
1006
- export interface VolumeGroup {
1007
- /** Resource location */
1008
- location?: string;
1009
- /** Resource Id */
1010
- readonly id?: string;
1011
- /** Resource name */
1012
- readonly name?: string;
1013
- /** Resource type */
1014
- readonly type?: string;
1015
- /** Volume group properties */
1016
- properties?: VolumeGroupListProperties;
1017
- }
1018
- export declare function volumeGroupDeserializer(item: any): VolumeGroup;
1019
- /** Volume group properties */
1020
- export interface VolumeGroupListProperties {
1021
- /** Azure lifecycle management */
1022
- readonly provisioningState?: string;
1023
- /** Volume group details */
1024
- groupMetaData?: VolumeGroupMetaData;
1025
- }
1026
- export declare function volumeGroupListPropertiesDeserializer(item: any): VolumeGroupListProperties;
1027
- /** Backup under a Backup Vault */
1028
- export interface Backup extends ProxyResource {
1029
- /** Backup Properties */
1030
- properties: BackupProperties;
1031
- }
1032
- export declare function backupSerializer(item: Backup): any;
1033
- export declare function backupDeserializer(item: any): Backup;
1034
- /** Backup properties */
1035
- export interface BackupProperties {
1036
- /** UUID v4 used to identify the Backup */
1037
- readonly backupId?: string;
1038
- /** The creation date of the backup */
1039
- readonly creationDate?: Date;
1040
- /** The snapshot creation date of the backup */
1041
- readonly snapshotCreationDate?: Date | null;
1042
- /** The completion date of the backup */
1043
- readonly completionDate?: Date | null;
1044
- /** Azure lifecycle management */
1045
- readonly provisioningState?: string;
1046
- /** Size of backup in bytes */
1047
- readonly size?: number;
1048
- /** Label for backup */
1049
- label?: string;
1050
- /** Type of backup Manual or Scheduled */
1051
- readonly backupType?: BackupType;
1052
- /** Failure reason */
1053
- readonly failureReason?: string;
1054
- /** ResourceId used to identify the Volume */
1055
- volumeResourceId: string;
1056
- /** Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups */
1057
- useExistingSnapshot?: boolean;
1058
- /** The name of the snapshot */
1059
- snapshotName?: string;
1060
- /** ResourceId used to identify the backup policy */
1061
- readonly backupPolicyResourceId?: string;
1062
- /** Specifies if the backup is for a large volume. */
1063
- readonly isLargeVolume?: boolean;
1064
- }
1065
- export declare function backupPropertiesSerializer(item: BackupProperties): any;
1066
- export declare function backupPropertiesDeserializer(item: any): BackupProperties;
1067
- /** Type of backup Manual or Scheduled */
1068
- export declare enum KnownBackupType {
1069
- /** Manual backup */
1070
- Manual = "Manual",
1071
- /** Scheduled backup */
1072
- Scheduled = "Scheduled"
1073
- }
1074
- /**
1075
- * Type of backup Manual or Scheduled \
1076
- * {@link KnownBackupType} can be used interchangeably with BackupType,
1077
- * this enum contains the known values that the service supports.
1078
- * ### Known values supported by the service
1079
- * **Manual**: Manual backup \
1080
- * **Scheduled**: Scheduled backup
1081
- */
1082
- export type BackupType = string;
1083
- /** Backup patch */
1084
- export interface BackupPatch {
1085
- /** Backup Patch Properties */
1086
- properties?: BackupPatchProperties;
1087
- }
1088
- export declare function backupPatchSerializer(item: BackupPatch): any;
1089
- /** Backup patch properties */
1090
- export interface BackupPatchProperties {
1091
- /** Label for backup */
1092
- label?: string;
1093
- }
1094
- export declare function backupPatchPropertiesSerializer(item: BackupPatchProperties): any;
1095
- /** List of Backups */
1096
- export interface _BackupsList {
1097
- /** The Backup items on this page */
1098
- value: Backup[];
1099
- /** The link to the next page of items */
1100
- nextLink?: string;
1101
- }
1102
- export declare function _backupsListDeserializer(item: any): _BackupsList;
1103
- export declare function backupArraySerializer(result: Array<Backup>): any[];
1104
- export declare function backupArrayDeserializer(result: Array<Backup>): any[];
1105
- /** Backup status */
1106
- export interface BackupStatus {
1107
- /** Backup health status */
1108
- readonly healthy?: boolean;
1109
- /** Status of the backup mirror relationship */
1110
- readonly relationshipStatus?: VolumeBackupRelationshipStatus;
1111
- /** The status of the backup */
1112
- readonly mirrorState?: MirrorState;
1113
- /** Reason for the unhealthy backup relationship */
1114
- readonly unhealthyReason?: string;
1115
- /** Displays error message if the backup is in an error state */
1116
- readonly errorMessage?: string;
1117
- /** Displays the last transfer size */
1118
- readonly lastTransferSize?: number;
1119
- /** Displays the last transfer type */
1120
- readonly lastTransferType?: string;
1121
- /** Displays the total bytes transferred */
1122
- readonly totalTransferBytes?: number;
1123
- /** Displays the total number of bytes transferred for the ongoing operation */
1124
- readonly transferProgressBytes?: number;
1125
- }
1126
- export declare function backupStatusDeserializer(item: any): BackupStatus;
1127
- /** Status of the volume backup relationship */
1128
- export declare enum KnownVolumeBackupRelationshipStatus {
1129
- /** Idle */
1130
- Idle = "Idle",
1131
- /** Transferring */
1132
- Transferring = "Transferring",
1133
- /** Failed */
1134
- Failed = "Failed",
1135
- /** Unknown */
1136
- Unknown = "Unknown"
1137
- }
1138
- /**
1139
- * Status of the volume backup relationship \
1140
- * {@link KnownVolumeBackupRelationshipStatus} can be used interchangeably with VolumeBackupRelationshipStatus,
1141
- * this enum contains the known values that the service supports.
1142
- * ### Known values supported by the service
1143
- * **Idle** \
1144
- * **Transferring** \
1145
- * **Failed** \
1146
- * **Unknown**
1147
- */
1148
- export type VolumeBackupRelationshipStatus = string;
1149
- /** Restore status */
1150
- export interface RestoreStatus {
1151
- /** Restore health status */
1152
- readonly healthy?: boolean;
1153
- /** Status of the restore SnapMirror relationship */
1154
- readonly relationshipStatus?: VolumeRestoreRelationshipStatus;
1155
- /** The status of the restore */
1156
- readonly mirrorState?: MirrorState;
1157
- /** Reason for the unhealthy restore relationship */
1158
- readonly unhealthyReason?: string;
1159
- /** Displays error message if the restore is in an error state */
1160
- readonly errorMessage?: string;
1161
- /** Displays the total bytes transferred */
1162
- readonly totalTransferBytes?: number;
1163
- }
1164
- export declare function restoreStatusDeserializer(item: any): RestoreStatus;
1165
- /** Status of the volume restore relationship */
1166
- export declare enum KnownVolumeRestoreRelationshipStatus {
1167
- /** Idle */
1168
- Idle = "Idle",
1169
- /** Transferring */
1170
- Transferring = "Transferring",
1171
- /** Failed */
1172
- Failed = "Failed",
1173
- /** Unknown */
1174
- Unknown = "Unknown"
1175
- }
1176
- /**
1177
- * Status of the volume restore relationship \
1178
- * {@link KnownVolumeRestoreRelationshipStatus} can be used interchangeably with VolumeRestoreRelationshipStatus,
1179
- * this enum contains the known values that the service supports.
1180
- * ### Known values supported by the service
1181
- * **Idle** \
1182
- * **Transferring** \
1183
- * **Failed** \
1184
- * **Unknown**
1185
- */
1186
- export type VolumeRestoreRelationshipStatus = string;
1187
- /** Volume resource */
1188
- export interface Volume extends TrackedResource {
1189
- /** Volume properties */
1190
- properties: VolumeProperties;
1191
- /** "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.") */
1192
- readonly etag?: string;
1193
- /** The availability zones. */
1194
- zones?: string[];
1195
- }
1196
- export declare function volumeSerializer(item: Volume): any;
1197
- export declare function volumeDeserializer(item: any): Volume;
1198
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1199
- export interface TrackedResource extends Resource {
1200
- /** Resource tags. */
1201
- tags?: Record<string, string>;
1202
- /** The geo-location where the resource lives */
1203
- location: string;
1204
- }
1205
- export declare function trackedResourceSerializer(item: TrackedResource): any;
1206
- export declare function trackedResourceDeserializer(item: any): TrackedResource;
1207
- /** Volume patch resource */
1208
- export interface VolumePatch {
1209
- /** Resource location */
1210
- location?: string;
1211
- /** Resource Id */
1212
- readonly id?: string;
1213
- /** Resource name */
1214
- readonly name?: string;
1215
- /** Resource type */
1216
- readonly type?: string;
1217
- /** Resource tags */
1218
- tags?: Record<string, string>;
1219
- /** Patchable volume properties */
1220
- properties?: VolumePatchProperties;
1221
- }
1222
- export declare function volumePatchSerializer(item: VolumePatch): any;
1223
- /** Patchable volume properties */
1224
- export interface VolumePatchProperties {
1225
- /** The service level of the file system */
1226
- serviceLevel?: ServiceLevel;
1227
- /** 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. */
1228
- usageThreshold?: number;
1229
- /** Set of export policy rules */
1230
- exportPolicy?: VolumePatchPropertiesExportPolicy;
1231
- /** Set of protocol types, default NFSv3, CIFS for SMB protocol */
1232
- protocolTypes?: string[];
1233
- /** Maximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume */
1234
- throughputMibps?: number;
1235
- /** DataProtection type volumes include an object containing details of the replication */
1236
- dataProtection?: VolumePatchPropertiesDataProtection;
1237
- /** Specifies if default quota is enabled for the volume. */
1238
- isDefaultQuotaEnabled?: boolean;
1239
- /** Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . */
1240
- defaultUserQuotaInKiBs?: number;
1241
- /** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
1242
- defaultGroupQuotaInKiBs?: number;
1243
- /** UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users. */
1244
- unixPermissions?: string | null;
1245
- /** Specifies whether Cool Access(tiering) is enabled for the volume. */
1246
- coolAccess?: boolean;
1247
- /** Specifies the number of days after which data that is not accessed by clients will be tiered. */
1248
- coolnessPeriod?: number;
1249
- /**
1250
- * 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:
1251
- * Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default.
1252
- * OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads.
1253
- * Never - No client-driven data is pulled from cool tier to standard storage.
1254
- */
1255
- coolAccessRetrievalPolicy?: CoolAccessRetrievalPolicy;
1256
- /** coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier. */
1257
- coolAccessTieringPolicy?: CoolAccessTieringPolicy;
1258
- /** If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots. */
1259
- snapshotDirectoryVisible?: boolean;
1260
- /** Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume */
1261
- smbAccessBasedEnumeration?: SmbAccessBasedEnumeration | null;
1262
- /** Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume */
1263
- smbNonBrowsable?: SmbNonBrowsable;
1264
- }
1265
- export declare function volumePatchPropertiesSerializer(item: VolumePatchProperties): any;
1266
- /** Set of export policy rules */
1267
- export interface VolumePatchPropertiesExportPolicy {
1268
- /** Export policy rule */
1269
- rules?: ExportPolicyRule[];
1270
- }
1271
- export declare function volumePatchPropertiesExportPolicySerializer(item: VolumePatchPropertiesExportPolicy): any;
1272
- /** DataProtection type volumes include an object containing details of the replication */
1273
- export interface VolumePatchPropertiesDataProtection {
1274
- /** Backup Properties */
1275
- backup?: VolumeBackupProperties;
1276
- /** Snapshot properties. */
1277
- snapshot?: VolumeSnapshotProperties;
1278
- /** Advanced Ransomware Protection updatable settings */
1279
- ransomwareProtection?: RansomwareProtectionPatchSettings;
1280
- }
1281
- export declare function volumePatchPropertiesDataProtectionSerializer(item: VolumePatchPropertiesDataProtection): any;
1282
- /** Advanced Ransomware Protection reports (ARP) updatable settings */
1283
- export interface RansomwareProtectionPatchSettings {
1284
- /** The desired value of the ARP feature state available to the volume */
1285
- desiredRansomwareProtectionState?: DesiredRansomwareProtectionState;
1286
- }
1287
- export declare function ransomwareProtectionPatchSettingsSerializer(item: RansomwareProtectionPatchSettings): any;
1288
- /** List of volume resources */
1289
- export interface _VolumeList {
1290
- /** The Volume items on this page */
1291
- value: Volume[];
1292
- /** The link to the next page of items */
1293
- nextLink?: string;
1294
- }
1295
- export declare function _volumeListDeserializer(item: any): _VolumeList;
1296
- export declare function volumeArraySerializer(result: Array<Volume>): any[];
1297
- export declare function volumeArrayDeserializer(result: Array<Volume>): any[];
1298
- /** revert a volume to the snapshot */
1299
- export interface VolumeRevert {
1300
- /** Resource id of the snapshot */
1301
- snapshotId?: string;
1302
- }
1303
- export declare function volumeRevertSerializer(item: VolumeRevert): any;
1304
- /** Break file locks request */
1305
- export interface BreakFileLocksRequest {
1306
- /** To clear file locks on a volume for a particular client */
1307
- clientIp?: string;
1308
- /** Break File locks could be a disruptive operation for application as locks on the volume will be broken, if want to process, set to true. */
1309
- confirmRunningDisruptiveOperation?: boolean;
1310
- }
1311
- export declare function breakFileLocksRequestSerializer(item: BreakFileLocksRequest): any;
1312
- /** Get group Id list for LDAP User request */
1313
- export interface GetGroupIdListForLdapUserRequest {
1314
- /** username is required to fetch the group to which user is part of */
1315
- username: string;
1316
- }
1317
- export declare function getGroupIdListForLdapUserRequestSerializer(item: GetGroupIdListForLdapUserRequest): any;
1318
- /** Group Id list for Ldap user */
1319
- export interface GetGroupIdListForLdapUserResponse {
1320
- /** Group Id list */
1321
- groupIdsForLdapUser?: string[];
1322
- }
1323
- export declare function getGroupIdListForLdapUserResponseDeserializer(item: any): GetGroupIdListForLdapUserResponse;
1324
- /** Break replication request */
1325
- export interface BreakReplicationRequest {
1326
- /** If replication is in status transferring and you want to force break the replication, set to true */
1327
- forceBreakReplication?: boolean;
1328
- }
1329
- export declare function breakReplicationRequestSerializer(item: BreakReplicationRequest): any;
1330
- /** Re-establish request object supplied in the body of the operation. */
1331
- export interface ReestablishReplicationRequest {
1332
- /** Resource id of the source volume for the replication */
1333
- sourceVolumeId?: string;
1334
- }
1335
- export declare function reestablishReplicationRequestSerializer(item: ReestablishReplicationRequest): any;
1336
- /** Replication status */
1337
- export interface ReplicationStatus {
1338
- /** Replication health check */
1339
- healthy?: boolean;
1340
- /** Status of the mirror relationship */
1341
- relationshipStatus?: VolumeReplicationRelationshipStatus;
1342
- /** The status of the replication */
1343
- mirrorState?: MirrorState;
1344
- /** The progress of the replication */
1345
- totalProgress?: string;
1346
- /** Displays error message if the replication is in an error state */
1347
- errorMessage?: string;
1348
- }
1349
- export declare function replicationStatusDeserializer(item: any): ReplicationStatus;
1350
- /** 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 */
1351
- export interface ListReplicationsRequest {
1352
- /** Exclude Replications filter. 'None' returns all replications, 'Deleted' excludes deleted replications. Default is 'None' */
1353
- exclude?: Exclude;
1354
- }
1355
- export declare function listReplicationsRequestSerializer(item: ListReplicationsRequest): any;
1356
- /** An option to filter out replications. 'None' returns all replications, 'Deleted' excludes deleted replications. Default is 'None' */
1357
- export declare enum KnownExclude {
1358
- /** 'None' returns all replications */
1359
- None = "None",
1360
- /** 'Deleted' excludes deleted replications */
1361
- Deleted = "Deleted"
1362
- }
1363
- /**
1364
- * An option to filter out replications. 'None' returns all replications, 'Deleted' excludes deleted replications. Default is 'None' \
1365
- * {@link KnownExclude} can be used interchangeably with Exclude,
1366
- * this enum contains the known values that the service supports.
1367
- * ### Known values supported by the service
1368
- * **None**: 'None' returns all replications \
1369
- * **Deleted**: 'Deleted' excludes deleted replications
1370
- */
1371
- export type Exclude = string;
1372
- /** List Replications */
1373
- export interface _ListReplications {
1374
- /** The Replication items on this page */
1375
- value: Replication[];
1376
- /** The link to the next page of items */
1377
- nextLink?: string;
1378
- }
1379
- export declare function _listReplicationsDeserializer(item: any): _ListReplications;
1380
- export declare function replicationArrayDeserializer(result: Array<Replication>): any[];
1381
- /** Replication properties */
1382
- export interface Replication {
1383
- /** UUID v4 used to identify the replication. */
1384
- readonly replicationId?: string;
1385
- /** Indicates whether the local volume is the source or destination for the Volume Replication */
1386
- endpointType?: EndpointType;
1387
- /** Schedule */
1388
- replicationSchedule?: ReplicationSchedule;
1389
- /** The resource ID of the remote volume. */
1390
- remoteVolumeResourceId?: string;
1391
- /** The remote region for the other end of the Volume Replication. */
1392
- remoteVolumeRegion?: string;
1393
- /** The status of the replication */
1394
- readonly mirrorState?: ReplicationMirrorState;
1395
- /** Replication creation time */
1396
- readonly replicationCreationTime?: Date;
1397
- /** Replication deletion time */
1398
- readonly replicationDeletionTime?: Date;
1399
- }
1400
- export declare function replicationDeserializer(item: any): Replication;
1401
- /** The status of the replication */
1402
- export declare enum KnownReplicationMirrorState {
1403
- /** Destination volume has not been initialized */
1404
- Uninitialized = "Uninitialized",
1405
- /** Destination volume has been initialized and is ready */
1406
- Mirrored = "Mirrored",
1407
- /** Destination volume is RW, replication relationship has been broken off */
1408
- Broken = "Broken"
1409
- }
1410
- /**
1411
- * The status of the replication \
1412
- * {@link KnownReplicationMirrorState} can be used interchangeably with ReplicationMirrorState,
1413
- * this enum contains the known values that the service supports.
1414
- * ### Known values supported by the service
1415
- * **Uninitialized**: Destination volume has not been initialized \
1416
- * **Mirrored**: Destination volume has been initialized and is ready \
1417
- * **Broken**: Destination volume is RW, replication relationship has been broken off
1418
- */
1419
- export type ReplicationMirrorState = string;
1420
- /** Authorize request */
1421
- export interface AuthorizeRequest {
1422
- /** Resource id of the remote volume */
1423
- remoteVolumeResourceId?: string;
1424
- }
1425
- export declare function authorizeRequestSerializer(item: AuthorizeRequest): any;
1426
- /** Source Cluster properties for a cluster peer request */
1427
- export interface PeerClusterForVolumeMigrationRequest {
1428
- /** A list of IC-LIF IPs that can be used to connect to the On-prem cluster */
1429
- peerIpAddresses: string[];
1430
- }
1431
- export declare function peerClusterForVolumeMigrationRequestSerializer(item: PeerClusterForVolumeMigrationRequest): any;
1432
- /** Information about cluster peering process */
1433
- export interface ClusterPeerCommandResponse {
1434
- /** Represents the properties of the cluster peer command response. */
1435
- properties?: ClusterPeerCommandResponseProperties;
1436
- }
1437
- export declare function clusterPeerCommandResponseDeserializer(item: any): ClusterPeerCommandResponse;
1438
- /** Properties of the cluster peer command response. */
1439
- export interface ClusterPeerCommandResponseProperties {
1440
- /** ClusterPeeringCommand to run to accept cluster peer. Will only be present if <code>clusterPeeringStatus</code> is <code>pending</code>. */
1441
- clusterPeeringCommand?: string;
1442
- /** Passphrase for use with cluster peer command */
1443
- passphrase?: string;
1444
- }
1445
- export declare function clusterPeerCommandResponsePropertiesDeserializer(item: any): ClusterPeerCommandResponseProperties;
1446
- /** Information about svm peering process */
1447
- export interface SvmPeerCommandResponse {
1448
- /** Represents the properties of the SVM peer command response. */
1449
- properties?: SvmPeerCommandResponseProperties;
1450
- }
1451
- export declare function svmPeerCommandResponseDeserializer(item: any): SvmPeerCommandResponse;
1452
- /** Properties of the SVM peer command response. */
1453
- export interface SvmPeerCommandResponseProperties {
1454
- /** A command that needs to be run on the external ONTAP to accept svm peering. Will only be present if <code>svmPeeringStatus</code> is <code>pending</code> */
1455
- svmPeeringCommand?: string;
1456
- }
1457
- export declare function svmPeerCommandResponsePropertiesDeserializer(item: any): SvmPeerCommandResponseProperties;
1458
- /** Pool change request */
1459
- export interface PoolChangeRequest {
1460
- /** Resource id of the pool to move volume to */
1461
- newPoolResourceId: string;
1462
- }
1463
- export declare function poolChangeRequestSerializer(item: PoolChangeRequest): any;
1464
- /** Relocate volume request */
1465
- export interface RelocateVolumeRequest {
1466
- /** New creation token for the volume that controls the mount point name */
1467
- creationToken?: string;
1468
- }
1469
- export declare function relocateVolumeRequestSerializer(item: RelocateVolumeRequest): any;
1470
- /** Quota report filters. When filtering by quotaType or quotaTarget, both properties must be supplied together. This constraint is enforced by the service/API at runtime, and requests violating this rule will return a validation error. The usageThresholdPercentage filter is independent and can be used alone or in combination with quotaType and quotaTarget to further refine results. */
1471
- export interface QuotaReportFilterRequest {
1472
- /** Type of quota. If provided, quotaTarget must also be specified. The quotaType and quotaTarget properties are optional, but when filtering by quota type, quotaType and quotaTarget must be supplied together. Service/API will return an error if only one is provided. */
1473
- quotaType?: QuotaType;
1474
- /** UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running 'id' or 'getent' command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid>. If provided, quotaType must also be specified. The quotaType and quotaTarget properties are optional, but when filtering by quota target, quotaType and quotaTarget must be supplied together. Service/API will return an error if only one is provided. */
1475
- quotaTarget?: string;
1476
- /** The usageThresholdPercentage filter takes the usage threshold percentage and returns records where the usage is greater than or equal to the input value. This is an optional property. */
1477
- usageThresholdPercentage?: number;
1478
- }
1479
- export declare function quotaReportFilterRequestSerializer(item: QuotaReportFilterRequest): any;
1480
- /** Type of quota */
1481
- export declare enum KnownQuotaType {
1482
- /** Default user quota */
1483
- DefaultUserQuota = "DefaultUserQuota",
1484
- /** Default group quota */
1485
- DefaultGroupQuota = "DefaultGroupQuota",
1486
- /** Individual user quota */
1487
- IndividualUserQuota = "IndividualUserQuota",
1488
- /** Individual group quota */
1489
- IndividualGroupQuota = "IndividualGroupQuota"
1490
- }
1491
- /**
1492
- * Type of quota \
1493
- * {@link KnownQuotaType} can be used interchangeably with QuotaType,
1494
- * this enum contains the known values that the service supports.
1495
- * ### Known values supported by the service
1496
- * **DefaultUserQuota**: Default user quota \
1497
- * **DefaultGroupQuota**: Default group quota \
1498
- * **IndividualUserQuota**: Individual user quota \
1499
- * **IndividualGroupQuota**: Individual group quota
1500
- */
1501
- export type QuotaType = string;
1502
- /** * Result of ListQuotaReportResponse */
1503
- export interface ListQuotaReportResult {
1504
- /** Represents the properties of the ListQuotaReport. */
1505
- properties?: ListQuotaReportResponse;
1506
- }
1507
- export declare function listQuotaReportResultDeserializer(item: any): ListQuotaReportResult;
1508
- /** Quota Report for volume */
1509
- export interface ListQuotaReportResponse {
1510
- /** List of quota reports */
1511
- quotaReportRecords?: QuotaReport[];
1512
- }
1513
- export declare function listQuotaReportResponseDeserializer(item: any): ListQuotaReportResponse;
1514
- export declare function quotaReportArrayDeserializer(result: Array<QuotaReport>): any[];
1515
- /** Quota report record properties */
1516
- export interface QuotaReport {
1517
- /** Type of quota */
1518
- quotaType?: QuotaType;
1519
- /** UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid> */
1520
- quotaTarget?: string;
1521
- /** Specifies the current usage in kibibytes for the user/group quota. */
1522
- quotaLimitUsedInKiBs?: number;
1523
- /** Specifies the total size limit in kibibytes for the user/group quota. */
1524
- quotaLimitTotalInKiBs?: number;
1525
- /** Percentage of used size compared to total size. */
1526
- percentageUsed?: number;
1527
- /** Flag to indicate whether the quota is derived from default quota. */
1528
- isDerivedQuota?: boolean;
1529
- }
1530
- export declare function quotaReportDeserializer(item: any): QuotaReport;
1531
- /** Snapshot of a Volume */
1532
- export interface Snapshot extends ProxyResource {
1533
- /** Snapshot Properties */
1534
- properties?: SnapshotProperties;
1535
- /** Resource location */
1536
- location: string;
1537
- }
1538
- export declare function snapshotSerializer(item: Snapshot): any;
1539
- export declare function snapshotDeserializer(item: any): Snapshot;
1540
- /** Snapshot properties */
1541
- export interface SnapshotProperties {
1542
- /** UUID v4 used to identify the Snapshot */
1543
- readonly snapshotId?: string;
1544
- /** The creation date of the snapshot */
1545
- readonly created?: Date;
1546
- /** Azure lifecycle management */
1547
- readonly provisioningState?: string;
1548
- }
1549
- export declare function snapshotPropertiesSerializer(_item: SnapshotProperties): any;
1550
- export declare function snapshotPropertiesDeserializer(item: any): SnapshotProperties;
1551
- /** Snapshot of a Volume */
1552
- export interface SnapshotPatch {
1553
- }
1554
- export declare function snapshotPatchSerializer(_item: SnapshotPatch): any;
1555
- /** List of Snapshots */
1556
- export interface _SnapshotsList {
1557
- /** The Snapshot items on this page */
1558
- value: Snapshot[];
1559
- /** The link to the next page of items */
1560
- nextLink?: string;
1561
- }
1562
- export declare function _snapshotsListDeserializer(item: any): _SnapshotsList;
1563
- export declare function snapshotArraySerializer(result: Array<Snapshot>): any[];
1564
- export declare function snapshotArrayDeserializer(result: Array<Snapshot>): any[];
1565
- /** Restore payload for Single File Snapshot Restore */
1566
- export interface SnapshotRestoreFiles {
1567
- /** List of files to be restored */
1568
- filePaths: string[];
1569
- /** Destination folder where the files will be restored */
1570
- destinationPath?: string;
1571
- }
1572
- export declare function snapshotRestoreFilesSerializer(item: SnapshotRestoreFiles): any;
1573
- /** Snapshot policy information */
1574
- export interface SnapshotPolicy extends TrackedResource {
1575
- /** Snapshot policy Properties */
1576
- properties: SnapshotPolicyProperties;
1577
- /** "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.") */
1578
- readonly etag?: string;
1579
- }
1580
- export declare function snapshotPolicySerializer(item: SnapshotPolicy): any;
1581
- export declare function snapshotPolicyDeserializer(item: any): SnapshotPolicy;
1582
- /** Snapshot policy properties */
1583
- export interface SnapshotPolicyProperties {
1584
- /** Schedule for hourly snapshots */
1585
- hourlySchedule?: HourlySchedule;
1586
- /** Schedule for daily snapshots */
1587
- dailySchedule?: DailySchedule;
1588
- /** Schedule for weekly snapshots */
1589
- weeklySchedule?: WeeklySchedule;
1590
- /** Schedule for monthly snapshots */
1591
- monthlySchedule?: MonthlySchedule;
1592
- /** The property to decide policy is enabled or not */
1593
- enabled?: boolean;
1594
- /** Azure lifecycle management */
1595
- readonly provisioningState?: string;
1596
- }
1597
- export declare function snapshotPolicyPropertiesSerializer(item: SnapshotPolicyProperties): any;
1598
- export declare function snapshotPolicyPropertiesDeserializer(item: any): SnapshotPolicyProperties;
1599
- /** Hourly Schedule properties */
1600
- export interface HourlySchedule {
1601
- /** Hourly snapshot count to keep */
1602
- snapshotsToKeep?: number;
1603
- /** Indicates which minute snapshot should be taken */
1604
- minute?: number;
1605
- /** Resource size in bytes, current storage usage for the volume in bytes */
1606
- usedBytes?: number;
1607
- }
1608
- export declare function hourlyScheduleSerializer(item: HourlySchedule): any;
1609
- export declare function hourlyScheduleDeserializer(item: any): HourlySchedule;
1610
- /** Daily Schedule properties */
1611
- export interface DailySchedule {
1612
- /** Daily snapshot count to keep */
1613
- snapshotsToKeep?: number;
1614
- /** Indicates which hour in UTC timezone a snapshot should be taken */
1615
- hour?: number;
1616
- /** Indicates which minute snapshot should be taken */
1617
- minute?: number;
1618
- /** Resource size in bytes, current storage usage for the volume in bytes */
1619
- usedBytes?: number;
1620
- }
1621
- export declare function dailyScheduleSerializer(item: DailySchedule): any;
1622
- export declare function dailyScheduleDeserializer(item: any): DailySchedule;
1623
- /** Weekly Schedule properties, make a snapshot every week at a specific day or days */
1624
- export interface WeeklySchedule {
1625
- /** Weekly snapshot count to keep */
1626
- snapshotsToKeep?: number;
1627
- /** Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english */
1628
- day?: string;
1629
- /** Indicates which hour in UTC timezone a snapshot should be taken */
1630
- hour?: number;
1631
- /** Indicates which minute snapshot should be taken */
1632
- minute?: number;
1633
- /** Resource size in bytes, current storage usage for the volume in bytes */
1634
- usedBytes?: number;
1635
- }
1636
- export declare function weeklyScheduleSerializer(item: WeeklySchedule): any;
1637
- export declare function weeklyScheduleDeserializer(item: any): WeeklySchedule;
1638
- /** Monthly Schedule properties */
1639
- export interface MonthlySchedule {
1640
- /** Monthly snapshot count to keep */
1641
- snapshotsToKeep?: number;
1642
- /** Indicates which days of the month snapshot should be taken. A comma delimited string. */
1643
- daysOfMonth?: string;
1644
- /** Indicates which hour in UTC timezone a snapshot should be taken */
1645
- hour?: number;
1646
- /** Indicates which minute snapshot should be taken */
1647
- minute?: number;
1648
- /** Resource size in bytes, current storage usage for the volume in bytes */
1649
- usedBytes?: number;
1650
- }
1651
- export declare function monthlyScheduleSerializer(item: MonthlySchedule): any;
1652
- export declare function monthlyScheduleDeserializer(item: any): MonthlySchedule;
1653
- /** Snapshot policy Details for create and update */
1654
- export interface SnapshotPolicyPatch {
1655
- /** Resource location */
1656
- location?: string;
1657
- /** Resource Id */
1658
- readonly id?: string;
1659
- /** Resource name */
1660
- readonly name?: string;
1661
- /** Resource type */
1662
- readonly type?: string;
1663
- /** Resource tags */
1664
- tags?: Record<string, string>;
1665
- /** Snapshot Policy properties */
1666
- properties?: SnapshotPolicyProperties;
1667
- }
1668
- export declare function snapshotPolicyPatchSerializer(item: SnapshotPolicyPatch): any;
1669
- /** List of Snapshot Policies */
1670
- export interface _SnapshotPoliciesList {
1671
- /** The SnapshotPolicy items on this page */
1672
- value: SnapshotPolicy[];
1673
- /** The link to the next page of items */
1674
- nextLink?: string;
1675
- }
1676
- export declare function _snapshotPoliciesListDeserializer(item: any): _SnapshotPoliciesList;
1677
- export declare function snapshotPolicyArraySerializer(result: Array<SnapshotPolicy>): any[];
1678
- export declare function snapshotPolicyArrayDeserializer(result: Array<SnapshotPolicy>): any[];
1679
- /** Volumes associated with snapshot policy */
1680
- export interface SnapshotPolicyVolumeList {
1681
- /** The Volume items on this page */
1682
- value: Volume[];
1683
- /** The link to the next page of items */
1684
- nextLink?: string;
1685
- }
1686
- export declare function snapshotPolicyVolumeListDeserializer(item: any): SnapshotPolicyVolumeList;
1687
- /** Backup policy information */
1688
- export interface BackupPolicy extends TrackedResource {
1689
- /** Backup policy Properties */
1690
- properties: BackupPolicyProperties;
1691
- /** "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.") */
1692
- readonly etag?: string;
1693
- }
1694
- export declare function backupPolicySerializer(item: BackupPolicy): any;
1695
- export declare function backupPolicyDeserializer(item: any): BackupPolicy;
1696
- /** Backup policy properties */
1697
- export interface BackupPolicyProperties {
1698
- /** Backup Policy GUID ID */
1699
- readonly backupPolicyId?: string;
1700
- /** Azure lifecycle management */
1701
- readonly provisioningState?: string;
1702
- /** Daily backups count to keep */
1703
- dailyBackupsToKeep?: number;
1704
- /** Weekly backups count to keep */
1705
- weeklyBackupsToKeep?: number;
1706
- /** Monthly backups count to keep */
1707
- monthlyBackupsToKeep?: number;
1708
- /** Volumes using current backup policy */
1709
- readonly volumesAssigned?: number;
1710
- /** The property to decide policy is enabled or not */
1711
- enabled?: boolean;
1712
- /** A list of volumes assigned to this policy */
1713
- readonly volumeBackups?: VolumeBackups[];
1714
- }
1715
- export declare function backupPolicyPropertiesSerializer(item: BackupPolicyProperties): any;
1716
- export declare function backupPolicyPropertiesDeserializer(item: any): BackupPolicyProperties;
1717
- export declare function volumeBackupsArrayDeserializer(result: Array<VolumeBackups>): any[];
1718
- /** Volume details using the backup policy */
1719
- export interface VolumeBackups {
1720
- /** Volume name */
1721
- volumeName?: string;
1722
- /** ResourceId used to identify the Volume */
1723
- volumeResourceId?: string;
1724
- /** Total count of backups for volume */
1725
- backupsCount?: number;
1726
- /** Policy enabled */
1727
- policyEnabled?: boolean;
1728
- }
1729
- export declare function volumeBackupsDeserializer(item: any): VolumeBackups;
1730
- /** Backup policy Details for create and update */
1731
- export interface BackupPolicyPatch {
1732
- /** Resource location */
1733
- location?: string;
1734
- /** Resource Id */
1735
- readonly id?: string;
1736
- /** Resource name */
1737
- readonly name?: string;
1738
- /** Resource type */
1739
- readonly type?: string;
1740
- /** Resource tags */
1741
- tags?: Record<string, string>;
1742
- /** Backup policy Properties */
1743
- properties?: BackupPolicyProperties;
1744
- }
1745
- export declare function backupPolicyPatchSerializer(item: BackupPolicyPatch): any;
1746
- /** List of Backup Policies */
1747
- export interface _BackupPoliciesList {
1748
- /** The BackupPolicy items on this page */
1749
- value: BackupPolicy[];
1750
- /** The link to the next page of items */
1751
- nextLink?: string;
1752
- }
1753
- export declare function _backupPoliciesListDeserializer(item: any): _BackupPoliciesList;
1754
- export declare function backupPolicyArraySerializer(result: Array<BackupPolicy>): any[];
1755
- export declare function backupPolicyArrayDeserializer(result: Array<BackupPolicy>): any[];
1756
- /** Quota Rule of a Volume */
1757
- export interface VolumeQuotaRule extends TrackedResource {
1758
- /** Volume Quota Rule Properties */
1759
- properties?: VolumeQuotaRulesProperties;
1760
- }
1761
- export declare function volumeQuotaRuleSerializer(item: VolumeQuotaRule): any;
1762
- export declare function volumeQuotaRuleDeserializer(item: any): VolumeQuotaRule;
1763
- /** Volume Quota Rule properties */
1764
- export interface VolumeQuotaRulesProperties {
1765
- /** Gets the status of the VolumeQuotaRule at the time the operation was called. */
1766
- readonly provisioningState?: NetAppProvisioningState;
1767
- /** Size of quota */
1768
- quotaSizeInKiBs?: number;
1769
- /** Type of quota */
1770
- quotaType?: QuotaType;
1771
- /** UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid> */
1772
- quotaTarget?: string;
1773
- }
1774
- export declare function volumeQuotaRulesPropertiesSerializer(item: VolumeQuotaRulesProperties): any;
1775
- export declare function volumeQuotaRulesPropertiesDeserializer(item: any): VolumeQuotaRulesProperties;
1776
- /** Gets the status of the VolumeQuotaRule at the time the operation was called. */
1777
- export declare enum KnownNetAppProvisioningState {
1778
- /** Resource has been Accepted */
1779
- Accepted = "Accepted",
1780
- /** Resource is being Created */
1781
- Creating = "Creating",
1782
- /** Resource is being Patched */
1783
- Patching = "Patching",
1784
- /** Resource is updating */
1785
- Updating = "Updating",
1786
- /** Resource is being Deleted */
1787
- Deleting = "Deleting",
1788
- /** Resource is being Moved */
1789
- Moving = "Moving",
1790
- /** Resource has Failed */
1791
- Failed = "Failed",
1792
- /** Resource has Succeeded */
1793
- Succeeded = "Succeeded"
1794
- }
1795
- /**
1796
- * Gets the status of the VolumeQuotaRule at the time the operation was called. \
1797
- * {@link KnownNetAppProvisioningState} can be used interchangeably with NetAppProvisioningState,
1798
- * this enum contains the known values that the service supports.
1799
- * ### Known values supported by the service
1800
- * **Accepted**: Resource has been Accepted \
1801
- * **Creating**: Resource is being Created \
1802
- * **Patching**: Resource is being Patched \
1803
- * **Updating**: Resource is updating \
1804
- * **Deleting**: Resource is being Deleted \
1805
- * **Moving**: Resource is being Moved \
1806
- * **Failed**: Resource has Failed \
1807
- * **Succeeded**: Resource has Succeeded
1808
- */
1809
- export type NetAppProvisioningState = string;
1810
- /** Patchable Quota Rule of a Volume */
1811
- export interface VolumeQuotaRulePatch {
1812
- /** Resource tags */
1813
- tags?: Record<string, string>;
1814
- /** Volume Quota Rule Properties */
1815
- properties?: VolumeQuotaRulesProperties;
1816
- }
1817
- export declare function volumeQuotaRulePatchSerializer(item: VolumeQuotaRulePatch): any;
1818
- /** List of Volume Quota Rules */
1819
- export interface _VolumeQuotaRulesList {
1820
- /** The VolumeQuotaRule items on this page */
1821
- value: VolumeQuotaRule[];
1822
- /** The link to the next page of items */
1823
- nextLink?: string;
1824
- }
1825
- export declare function _volumeQuotaRulesListDeserializer(item: any): _VolumeQuotaRulesList;
1826
- export declare function volumeQuotaRuleArraySerializer(result: Array<VolumeQuotaRule>): any[];
1827
- export declare function volumeQuotaRuleArrayDeserializer(result: Array<VolumeQuotaRule>): any[];
1828
- /**
1829
- * Advanced Ransomware Protection (ARP) report
1830
- * Get details of the specified Advanced Ransomware Protection report (ARP).
1831
- * ARP reports are created with a list of suspected files when it detects any combination of high data entropy, abnormal volume activity with data encryption, and unusual file extensions.
1832
- * ARP creates snapshots named Anti_ransomware_backup when it detects a potential ransomware threat. You can use one of these ARP snapshots or another snapshot of your volume to restore data.
1833
- */
1834
- export interface RansomwareReport extends ProxyResource {
1835
- /** Advanced Ransomware Protection reports Properties */
1836
- properties?: RansomwareReportProperties;
1837
- }
1838
- export declare function ransomwareReportDeserializer(item: any): RansomwareReport;
1839
- /**
1840
- * Advanced Ransomware Protection (ARP) report properties.
1841
- *
1842
- * Evaluate the report to determine whether the activity is acceptable (false positive) or whether an attack seems malicious using the ClearSuspects operation.
1843
- *
1844
- * Advanced Ransomware Protection (ARP) creates snapshots named Anti_ransomware_backup when it detects a potential ransomware threat. You can use one of the ARP snapshots or another snapshot of your volume to restore data.
1845
- */
1846
- export interface RansomwareReportProperties {
1847
- /** The creation date and time of the report */
1848
- readonly eventTime?: Date;
1849
- /** State of the Advanced Ransomware Protection (ARP) report */
1850
- readonly state?: RansomwareReportState;
1851
- /** Severity of the Advanced Ransomware Protection (ARP) report */
1852
- readonly severity?: RansomwareReportSeverity;
1853
- /** The number of cleared suspects identified by the ARP report */
1854
- readonly clearedCount?: number;
1855
- /** The number of suspects identified by the ARP report */
1856
- readonly reportedCount?: number;
1857
- /** Suspects identified in an ARP report */
1858
- readonly suspects?: RansomwareSuspects[];
1859
- /** Azure lifecycle management */
1860
- readonly provisioningState?: string;
1861
- }
1862
- export declare function ransomwareReportPropertiesDeserializer(item: any): RansomwareReportProperties;
1863
- /** State of the Advanced Ransomware Protection (ARP) report */
1864
- export declare enum KnownRansomwareReportState {
1865
- /** The ARP report has been created. Take action by running clearsuspects marking suspects as FalsePositive or PotentialThreats */
1866
- Active = "Active",
1867
- /** The ARP Report has been resolved */
1868
- Resolved = "Resolved"
1869
- }
1870
- /**
1871
- * State of the Advanced Ransomware Protection (ARP) report \
1872
- * {@link KnownRansomwareReportState} can be used interchangeably with RansomwareReportState,
1873
- * this enum contains the known values that the service supports.
1874
- * ### Known values supported by the service
1875
- * **Active**: The ARP report has been created. Take action by running clearsuspects marking suspects as FalsePositive or PotentialThreats \
1876
- * **Resolved**: The ARP Report has been resolved
1877
- */
1878
- export type RansomwareReportState = string;
1879
- /** Severity of the Advanced Ransomware Protection (ARP) report */
1880
- export declare enum KnownRansomwareReportSeverity {
1881
- /** No data is suspected for ransomware activity */
1882
- None = "None",
1883
- /** Low attack probability */
1884
- Low = "Low",
1885
- /** Moderate attack probability */
1886
- Moderate = "Moderate",
1887
- /** High amount of data is suspected for ransomware activity */
1888
- High = "High"
1889
- }
1890
- /**
1891
- * Severity of the Advanced Ransomware Protection (ARP) report \
1892
- * {@link KnownRansomwareReportSeverity} can be used interchangeably with RansomwareReportSeverity,
1893
- * this enum contains the known values that the service supports.
1894
- * ### Known values supported by the service
1895
- * **None**: No data is suspected for ransomware activity \
1896
- * **Low**: Low attack probability \
1897
- * **Moderate**: Moderate attack probability \
1898
- * **High**: High amount of data is suspected for ransomware activity
1899
- */
1900
- export type RansomwareReportSeverity = string;
1901
- export declare function ransomwareSuspectsArrayDeserializer(result: Array<RansomwareSuspects>): any[];
1902
- /** List of suspects identified in an Advanced Ransomware Protection (ARP) report */
1903
- export interface RansomwareSuspects {
1904
- /** Suspect File extension */
1905
- readonly extension?: string;
1906
- /** ARP report suspect resolution */
1907
- readonly resolution?: RansomwareSuspectResolution;
1908
- /** The number of suspect files at the time of ARP report, this number can change as files get created and report status progresses */
1909
- readonly fileCount?: number;
1910
- /** Suspect files */
1911
- readonly suspectFiles?: SuspectFile[];
1912
- }
1913
- export declare function ransomwareSuspectsDeserializer(item: any): RansomwareSuspects;
1914
- /** ARP report suspect resolution */
1915
- export declare enum KnownRansomwareSuspectResolution {
1916
- /** The identified file type is unexpected in your workload and should be treated as a potential attack */
1917
- PotentialThreat = "PotentialThreat",
1918
- /** The identified file type is expected in your workload and can be ignored */
1919
- FalsePositive = "FalsePositive"
1920
- }
1921
- /**
1922
- * ARP report suspect resolution \
1923
- * {@link KnownRansomwareSuspectResolution} can be used interchangeably with RansomwareSuspectResolution,
1924
- * this enum contains the known values that the service supports.
1925
- * ### Known values supported by the service
1926
- * **PotentialThreat**: The identified file type is unexpected in your workload and should be treated as a potential attack \
1927
- * **FalsePositive**: The identified file type is expected in your workload and can be ignored
1928
- */
1929
- export type RansomwareSuspectResolution = string;
1930
- export declare function suspectFileArrayDeserializer(result: Array<SuspectFile>): any[];
1931
- /** Suspect file information */
1932
- export interface SuspectFile {
1933
- /** Suspect filename */
1934
- readonly suspectFileName?: string;
1935
- /** The creation date and time of the file */
1936
- readonly fileTimestamp?: Date;
1937
- }
1938
- export declare function suspectFileDeserializer(item: any): SuspectFile;
1939
- /** List of Advanced Ransomware Protection (ARP) reports */
1940
- export interface _RansomwareReportsList {
1941
- /** The RansomwareReport items on this page */
1942
- value: RansomwareReport[];
1943
- /** The link to the next page of items */
1944
- nextLink?: string;
1945
- }
1946
- export declare function _ransomwareReportsListDeserializer(item: any): _RansomwareReportsList;
1947
- export declare function ransomwareReportArrayDeserializer(result: Array<RansomwareReport>): any[];
1948
- /** Clear suspects for Advanced Ransomware Protection (ARP) report */
1949
- export interface RansomwareSuspectsClearRequest {
1950
- /** ARP report suspect resolution */
1951
- resolution: RansomwareSuspectResolution;
1952
- /** List of file extensions resolved (PotentialThreat or FalsePositive) */
1953
- extensions: string[];
1954
- }
1955
- export declare function ransomwareSuspectsClearRequestSerializer(item: RansomwareSuspectsClearRequest): any;
1956
- /** Backup Vault information */
1957
- export interface BackupVault extends TrackedResource {
1958
- /** Backup Vault Properties */
1959
- properties?: BackupVaultProperties;
1960
- }
1961
- export declare function backupVaultSerializer(item: BackupVault): any;
1962
- export declare function backupVaultDeserializer(item: any): BackupVault;
1963
- /** Backup Vault properties */
1964
- export interface BackupVaultProperties {
1965
- /** Azure lifecycle management */
1966
- readonly provisioningState?: string;
1967
- }
1968
- export declare function backupVaultPropertiesSerializer(_item: BackupVaultProperties): any;
1969
- export declare function backupVaultPropertiesDeserializer(item: any): BackupVaultProperties;
1970
- /** Backup Vault information */
1971
- export interface BackupVaultPatch {
1972
- /** Resource tags */
1973
- tags?: Record<string, string>;
1974
- }
1975
- export declare function backupVaultPatchSerializer(item: BackupVaultPatch): any;
1976
- /** List of Backup Vaults */
1977
- export interface _BackupVaultsList {
1978
- /** The BackupVault items on this page */
1979
- value: BackupVault[];
1980
- /** The link to the next page of items */
1981
- nextLink?: string;
1982
- }
1983
- export declare function _backupVaultsListDeserializer(item: any): _BackupVaultsList;
1984
- export declare function backupVaultArraySerializer(result: Array<BackupVault>): any[];
1985
- export declare function backupVaultArrayDeserializer(result: Array<BackupVault>): any[];
1986
- /** Bucket resource */
1987
- export interface Bucket extends ProxyResource {
1988
- /** Bucket properties */
1989
- properties?: BucketProperties;
1990
- }
1991
- export declare function bucketSerializer(item: Bucket): any;
1992
- export declare function bucketDeserializer(item: any): Bucket;
1993
- /** Bucket resource properties */
1994
- export interface BucketProperties {
1995
- /** The volume path mounted inside the bucket. The default is the root path '/' if no value is provided when the bucket is created. */
1996
- path?: string;
1997
- /** 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. */
1998
- fileSystemUser?: FileSystemUser;
1999
- /** Provisioning state of the resource */
2000
- readonly provisioningState?: NetAppProvisioningState;
2001
- /**
2002
- * The bucket credentials status. There states:
2003
- *
2004
- * "NoCredentialsSet": Access and Secret key pair have not been generated.
2005
- * "CredentialsExpired": Access and Secret key pair have expired.
2006
- * "Active": The certificate has been installed and credentials are unexpired.
2007
- */
2008
- readonly status?: CredentialsStatus;
2009
- /** Properties of the server managing the lifecycle of volume buckets */
2010
- server?: BucketServerProperties;
2011
- /** Access permissions for the bucket. Either ReadOnly or ReadWrite. The default is ReadOnly if no value is provided during bucket creation. */
2012
- permissions?: BucketPermissions;
2013
- /**
2014
- * Specifies the Azure Key Vault settings. These are used when
2015
- * a) retrieving the bucket server certificate, and
2016
- * b) storing the bucket credentials
2017
- *
2018
- * Notes:
2019
- *
2020
- * 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.
2021
- * 2. These properties are mutually exclusive with the server.certificateObject property.
2022
- */
2023
- akvDetails?: AzureKeyVaultDetails;
2024
- }
2025
- export declare function bucketPropertiesSerializer(item: BucketProperties): any;
2026
- export declare function bucketPropertiesDeserializer(item: any): BucketProperties;
2027
- /** 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. */
2028
- export interface FileSystemUser {
2029
- /** The effective NFS User ID and Group ID when accessing the volume data. */
2030
- nfsUser?: NfsUser;
2031
- /** The effective CIFS username when accessing the volume data. */
2032
- cifsUser?: CifsUser;
2033
- }
2034
- export declare function fileSystemUserSerializer(item: FileSystemUser): any;
2035
- export declare function fileSystemUserDeserializer(item: any): FileSystemUser;
2036
- /** The effective NFS User ID and Group ID when accessing the volume data. */
2037
- export interface NfsUser {
2038
- /** The NFS user's UID */
2039
- userId?: number;
2040
- /** The NFS user's GID */
2041
- groupId?: number;
2042
- }
2043
- export declare function nfsUserSerializer(item: NfsUser): any;
2044
- export declare function nfsUserDeserializer(item: any): NfsUser;
2045
- /** The effective CIFS username when accessing the volume data. */
2046
- export interface CifsUser {
2047
- /** The CIFS user's username */
2048
- username?: string;
2049
- }
2050
- export declare function cifsUserSerializer(item: CifsUser): any;
2051
- export declare function cifsUserDeserializer(item: any): CifsUser;
2052
- /**
2053
- * The bucket credentials status. There states:
2054
- *
2055
- * "NoCredentialsSet": Access and Secret key pair have not been generated.
2056
- * "CredentialsExpired": Access and Secret key pair have expired.
2057
- * "Active": The certificate has been installed and credentials are unexpired.
2058
- */
2059
- export declare enum KnownCredentialsStatus {
2060
- /** Access and Secret key pair have not been generated. */
2061
- NoCredentialsSet = "NoCredentialsSet",
2062
- /** Access and Secret key pair have expired. */
2063
- CredentialsExpired = "CredentialsExpired",
2064
- /** The certificate has been installed on the bucket server and the bucket credentials are unexpired. */
2065
- Active = "Active"
2066
- }
2067
- /**
2068
- * The bucket credentials status. There states:
2069
- *
2070
- * "NoCredentialsSet": Access and Secret key pair have not been generated.
2071
- * "CredentialsExpired": Access and Secret key pair have expired.
2072
- * "Active": The certificate has been installed and credentials are unexpired. \
2073
- * {@link KnownCredentialsStatus} can be used interchangeably with CredentialsStatus,
2074
- * this enum contains the known values that the service supports.
2075
- * ### Known values supported by the service
2076
- * **NoCredentialsSet**: Access and Secret key pair have not been generated. \
2077
- * **CredentialsExpired**: Access and Secret key pair have expired. \
2078
- * **Active**: The certificate has been installed on the bucket server and the bucket credentials are unexpired.
2079
- */
2080
- export type CredentialsStatus = string;
2081
- /** Properties of the server managing the lifecycle of volume buckets */
2082
- export interface BucketServerProperties {
2083
- /** The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate. */
2084
- fqdn?: string;
2085
- /** Certificate Common Name taken from the certificate installed on the bucket server */
2086
- readonly certificateCommonName?: string;
2087
- /** The bucket server's certificate expiry date. */
2088
- readonly certificateExpiryDate?: Date;
2089
- /** The bucket server's IPv4 address */
2090
- readonly ipAddress?: string;
2091
- /**
2092
- * 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.
2093
- * Note: This is only used when Azure Key Vault is not configured. This property is mutually exclusive with the Azure Key Vault 'akv' properties.
2094
- */
2095
- certificateObject?: string;
2096
- /**
2097
- * Action to take when there is a certificate conflict.
2098
- * Possible values include: 'Update', 'Fail'
2099
- */
2100
- onCertificateConflictAction?: OnCertificateConflictAction;
2101
- }
2102
- export declare function bucketServerPropertiesSerializer(item: BucketServerProperties): any;
2103
- export declare function bucketServerPropertiesDeserializer(item: any): BucketServerProperties;
2104
- /**
2105
- * 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.
2106
- *
2107
- * 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.
2108
- */
2109
- export declare enum KnownOnCertificateConflictAction {
2110
- /** 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. */
2111
- Update = "Update",
2112
- /** Fail the operation if a conflict occurs, meaning the bucket operation will fail, and the existing certificate will continue to be in use. */
2113
- Fail = "Fail"
2114
- }
2115
- /**
2116
- * 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.
2117
- *
2118
- * 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. \
2119
- * {@link KnownOnCertificateConflictAction} can be used interchangeably with OnCertificateConflictAction,
2120
- * this enum contains the known values that the service supports.
2121
- * ### Known values supported by the service
2122
- * **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. \
2123
- * **Fail**: Fail the operation if a conflict occurs, meaning the bucket operation will fail, and the existing certificate will continue to be in use.
2124
- */
2125
- export type OnCertificateConflictAction = string;
2126
- /** Access permissions for the bucket. Either ReadOnly or ReadWrite. The default is ReadOnly if no value is provided during bucket creation. */
2127
- export declare enum KnownBucketPermissions {
2128
- /** Read-only access to bucket. */
2129
- ReadOnly = "ReadOnly",
2130
- /** Read-write access to bucket. */
2131
- ReadWrite = "ReadWrite"
2132
- }
2133
- /**
2134
- * Access permissions for the bucket. Either ReadOnly or ReadWrite. The default is ReadOnly if no value is provided during bucket creation. \
2135
- * {@link KnownBucketPermissions} can be used interchangeably with BucketPermissions,
2136
- * this enum contains the known values that the service supports.
2137
- * ### Known values supported by the service
2138
- * **ReadOnly**: Read-only access to bucket. \
2139
- * **ReadWrite**: Read-write access to bucket.
2140
- */
2141
- export type BucketPermissions = string;
2142
- /**
2143
- * Specifies the Azure Key Vault settings. These are used when
2144
- * a) retrieving the bucket server certificate, and
2145
- * b) storing the bucket credentials
2146
- *
2147
- * Notes:
2148
- *
2149
- * 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.
2150
- *
2151
- * 2. These properties are mutually exclusive with the server.certificateObject property.
2152
- */
2153
- export interface AzureKeyVaultDetails {
2154
- /** Specifies the Azure Key Vault settings for retrieving the bucket server certificate. */
2155
- certificateAkvDetails?: CertificateAkvDetails;
2156
- /** Specifies the Azure Key Vault settings for storing the bucket credentials. */
2157
- credentialsAkvDetails?: CredentialsAkvDetails;
2158
- }
2159
- export declare function azureKeyVaultDetailsSerializer(item: AzureKeyVaultDetails): any;
2160
- export declare function azureKeyVaultDetailsDeserializer(item: any): AzureKeyVaultDetails;
2161
- /** Specifies the Azure Key Vault settings for retrieving the bucket server certificate. */
2162
- export interface CertificateAkvDetails {
2163
- /** The base URI of the Azure Key Vault that is used when retrieving the bucket certificate. */
2164
- certificateKeyVaultUri?: string;
2165
- /** The name of the bucket server certificate stored in the Azure Key Vault. */
2166
- certificateName?: string;
2167
- }
2168
- export declare function certificateAkvDetailsSerializer(item: CertificateAkvDetails): any;
2169
- export declare function certificateAkvDetailsDeserializer(item: any): CertificateAkvDetails;
2170
- /** Specifies the Azure Key Vault settings for storing the bucket credentials. */
2171
- export interface CredentialsAkvDetails {
2172
- /** The base URI of the Azure Key Vault that is used when storing the bucket credentials. */
2173
- credentialsKeyVaultUri?: string;
2174
- /**
2175
- * The name of the secret stored in Azure Key Vault. The associated key pair has the following structure:
2176
- *
2177
- * {
2178
- * "access_key_id": "<REDACTED>",
2179
- * "secret_access_key": "<REDACTED>"
2180
- * }
2181
- */
2182
- secretName?: string;
2183
- }
2184
- export declare function credentialsAkvDetailsSerializer(item: CredentialsAkvDetails): any;
2185
- export declare function credentialsAkvDetailsDeserializer(item: any): CredentialsAkvDetails;
2186
- /** Bucket resource */
2187
- export interface BucketPatch extends ProxyResource {
2188
- /** Bucket properties */
2189
- properties?: BucketPatchProperties;
2190
- }
2191
- export declare function bucketPatchSerializer(item: BucketPatch): any;
2192
- /** Bucket resource properties for a Patch operation */
2193
- export interface BucketPatchProperties {
2194
- /** 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. */
2195
- fileSystemUser?: FileSystemUser;
2196
- /** Provisioning state of the resource */
2197
- readonly provisioningState?: NetAppProvisioningState;
2198
- /** Properties of the server managing the lifecycle of volume buckets */
2199
- server?: BucketServerPatchProperties;
2200
- /** Access permissions for the bucket. Either ReadOnly or ReadWrite. */
2201
- permissions?: BucketPatchPermissions;
2202
- /**
2203
- * Specifies the Azure Key Vault settings. These are used when
2204
- * a) retrieving the bucket server certificate, and
2205
- * b) storing the bucket credentials
2206
- *
2207
- * Notes:
2208
- *
2209
- * 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.
2210
- * 2. These properties are mutually exclusive with the server.certificateObject property.
2211
- */
2212
- akvDetails?: AzureKeyVaultDetails;
2213
- }
2214
- export declare function bucketPatchPropertiesSerializer(item: BucketPatchProperties): any;
2215
- /** Properties of the server managing the lifecycle of volume buckets */
2216
- export interface BucketServerPatchProperties {
2217
- /** The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate. */
2218
- fqdn?: string;
2219
- /**
2220
- * 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.
2221
- * Note: This is only used when Azure Key Vault is not configured. This property is mutually exclusive with the Azure Key Vault 'akv' properties.
2222
- */
2223
- certificateObject?: string;
2224
- /**
2225
- * Action to take when there is a certificate conflict.
2226
- * Possible values include: 'Update', 'Fail'
2227
- */
2228
- onCertificateConflictAction?: OnCertificateConflictAction;
2229
- }
2230
- export declare function bucketServerPatchPropertiesSerializer(item: BucketServerPatchProperties): any;
2231
- /** Access permissions for the bucket. Either ReadOnly or ReadWrite. */
2232
- export declare enum KnownBucketPatchPermissions {
2233
- /** Read-only access to bucket. */
2234
- ReadOnly = "ReadOnly",
2235
- /** Read-write access to bucket. */
2236
- ReadWrite = "ReadWrite"
2237
- }
2238
- /**
2239
- * Access permissions for the bucket. Either ReadOnly or ReadWrite. \
2240
- * {@link KnownBucketPatchPermissions} can be used interchangeably with BucketPatchPermissions,
2241
- * this enum contains the known values that the service supports.
2242
- * ### Known values supported by the service
2243
- * **ReadOnly**: Read-only access to bucket. \
2244
- * **ReadWrite**: Read-write access to bucket.
2245
- */
2246
- export type BucketPatchPermissions = string;
2247
- /** List of volume bucket resources */
2248
- export interface _BucketList {
2249
- /** The Bucket items on this page */
2250
- value: Bucket[];
2251
- /** The link to the next page of items */
2252
- nextLink?: string;
2253
- }
2254
- export declare function _bucketListDeserializer(item: any): _BucketList;
2255
- export declare function bucketArraySerializer(result: Array<Bucket>): any[];
2256
- export declare function bucketArrayDeserializer(result: Array<Bucket>): any[];
2257
- /** The bucket's Access and Secret key pair Expiry Time expressed as the number of days from now. */
2258
- export interface BucketCredentialsExpiry {
2259
- /** The number of days from now until the newly generated Access and Secret key pair will expire. */
2260
- keyPairExpiryDays?: number;
2261
- }
2262
- export declare function bucketCredentialsExpirySerializer(item: BucketCredentialsExpiry): any;
2263
- /** Bucket Access Key, Secret Key, and Expiry date and time of the key pair */
2264
- export interface BucketGenerateCredentials {
2265
- /** The Access Key that is required along with the Secret Key to access the bucket. */
2266
- readonly accessKey?: string;
2267
- /** The Secret Key that is required along with the Access Key to access the bucket. */
2268
- readonly secretKey?: string;
2269
- /** The bucket's Access and Secret key pair expiry date and time (in UTC). */
2270
- readonly keyPairExpiry?: Date;
2271
- }
2272
- export declare function bucketGenerateCredentialsDeserializer(item: any): BucketGenerateCredentials;
2273
- /** Cache resource */
2274
- export interface Cache extends TrackedResource {
2275
- /** Cache properties */
2276
- properties: CacheProperties;
2277
- /** "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.") */
2278
- readonly etag?: string;
2279
- /** The availability zones. */
2280
- zones?: string[];
2281
- }
2282
- export declare function cacheSerializer(item: Cache): any;
2283
- export declare function cacheDeserializer(item: any): Cache;
2284
- /** Cache resource properties */
2285
- export interface CacheProperties {
2286
- /** The file path of the Cache. */
2287
- filePath: string;
2288
- /** 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. */
2289
- size: number;
2290
- /** Set of export policy rules */
2291
- exportPolicy?: CachePropertiesExportPolicy;
2292
- /** Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol */
2293
- protocolTypes?: ProtocolTypes[];
2294
- /** Azure lifecycle management */
2295
- readonly provisioningState?: CacheProvisioningState;
2296
- /** Azure NetApp Files Cache lifecycle management */
2297
- readonly cacheState?: CacheLifeCycleState;
2298
- /** The Azure Resource URI for a delegated cache subnet that will be used to allocate data IPs. */
2299
- cacheSubnetResourceId: string;
2300
- /** The Azure Resource URI for a delegated subnet that will be used for ANF Intercluster Interface IP addresses. */
2301
- peeringSubnetResourceId: string;
2302
- /** List of mount targets that can be used to mount this cache */
2303
- readonly mountTargets?: CacheMountTargetProperties[];
2304
- /** Describe if a cache is Kerberos enabled. */
2305
- kerberos?: KerberosState;
2306
- /** SMB information for the cache */
2307
- smbSettings?: SmbSettings;
2308
- /** 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 */
2309
- throughputMibps?: number;
2310
- /** Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel */
2311
- readonly actualThroughputMibps?: number;
2312
- /** 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' */
2313
- encryptionKeySource: EncryptionKeySource;
2314
- /** The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'. */
2315
- keyVaultPrivateEndpointResourceId?: string;
2316
- /** Maximum number of files allowed. */
2317
- readonly maximumNumberOfFiles?: number;
2318
- /** Specifies if the cache is encryption or not. */
2319
- readonly encryption?: EncryptionState;
2320
- /** Language supported for volume. */
2321
- readonly language?: VolumeLanguage;
2322
- /** Specifies whether LDAP is enabled or not for flexcache volume. */
2323
- ldap?: LdapState;
2324
- /** Specifies the type of LDAP server for flexcache volume. */
2325
- ldapServerType?: LdapServerType;
2326
- /** Origin cluster information */
2327
- originClusterInformation: OriginClusterInformation;
2328
- /** Flag indicating whether a CIFS change notification is enabled for the cache. */
2329
- cifsChangeNotifications?: CifsChangeNotifyState;
2330
- /** Flag indicating whether the global file lock is enabled for the cache. */
2331
- globalFileLocking?: GlobalFileLockingState;
2332
- /** Flag indicating whether writeback is enabled for the cache. */
2333
- writeBack?: EnableWriteBackState;
2334
- }
2335
- export declare function cachePropertiesSerializer(item: CacheProperties): any;
2336
- export declare function cachePropertiesDeserializer(item: any): CacheProperties;
2337
- /** Set of export policy rules */
2338
- export interface CachePropertiesExportPolicy {
2339
- /** Export policy rule */
2340
- rules?: ExportPolicyRule[];
2341
- }
2342
- export declare function cachePropertiesExportPolicySerializer(item: CachePropertiesExportPolicy): any;
2343
- export declare function cachePropertiesExportPolicyDeserializer(item: any): CachePropertiesExportPolicy;
2344
- /** Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol */
2345
- export declare enum KnownProtocolTypes {
2346
- /** NFSv3 protocol type */
2347
- NFSv3 = "NFSv3",
2348
- /** NFSv4 protocol type */
2349
- NFSv4 = "NFSv4",
2350
- /** SMB protocol type */
2351
- SMB = "SMB"
2352
- }
2353
- /**
2354
- * Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol \
2355
- * {@link KnownProtocolTypes} can be used interchangeably with ProtocolTypes,
2356
- * this enum contains the known values that the service supports.
2357
- * ### Known values supported by the service
2358
- * **NFSv3**: NFSv3 protocol type \
2359
- * **NFSv4**: NFSv4 protocol type \
2360
- * **SMB**: SMB protocol type
2361
- */
2362
- export type ProtocolTypes = string;
2363
- /** Azure lifecycle management */
2364
- export declare enum KnownCacheProvisioningState {
2365
- /** The resource is being created. */
2366
- Creating = "Creating",
2367
- /** The resource is being updated. */
2368
- Updating = "Updating",
2369
- /** The resource is being deleted. */
2370
- Deleting = "Deleting",
2371
- /** The resource is in a failed state. */
2372
- Failed = "Failed",
2373
- /** The resource is succeeded. */
2374
- Succeeded = "Succeeded",
2375
- /** Resource creation was canceled. */
2376
- Canceled = "Canceled"
2377
- }
2378
- /**
2379
- * Azure lifecycle management \
2380
- * {@link KnownCacheProvisioningState} can be used interchangeably with CacheProvisioningState,
2381
- * this enum contains the known values that the service supports.
2382
- * ### Known values supported by the service
2383
- * **Creating**: The resource is being created. \
2384
- * **Updating**: The resource is being updated. \
2385
- * **Deleting**: The resource is being deleted. \
2386
- * **Failed**: The resource is in a failed state. \
2387
- * **Succeeded**: The resource is succeeded. \
2388
- * **Canceled**: Resource creation was canceled.
2389
- */
2390
- export type CacheProvisioningState = string;
2391
- /** Azure NetApp Files Cache lifecycle management */
2392
- export declare enum KnownCacheLifeCycleState {
2393
- /** Cluster peering offer has been sent. */
2394
- ClusterPeeringOfferSent = "ClusterPeeringOfferSent",
2395
- /** VServer peering offer has been sent. */
2396
- VserverPeeringOfferSent = "VserverPeeringOfferSent",
2397
- /** Cache creation in progress. */
2398
- Creating = "Creating",
2399
- /** Cache creation succeeded and is available for use. */
2400
- Succeeded = "Succeeded",
2401
- /** Cache is in a failed state */
2402
- Failed = "Failed"
2403
- }
2404
- /**
2405
- * Azure NetApp Files Cache lifecycle management \
2406
- * {@link KnownCacheLifeCycleState} can be used interchangeably with CacheLifeCycleState,
2407
- * this enum contains the known values that the service supports.
2408
- * ### Known values supported by the service
2409
- * **ClusterPeeringOfferSent**: Cluster peering offer has been sent. \
2410
- * **VserverPeeringOfferSent**: VServer peering offer has been sent. \
2411
- * **Creating**: Cache creation in progress. \
2412
- * **Succeeded**: Cache creation succeeded and is available for use. \
2413
- * **Failed**: Cache is in a failed state
2414
- */
2415
- export type CacheLifeCycleState = string;
2416
- export declare function cacheMountTargetPropertiesArrayDeserializer(result: Array<CacheMountTargetProperties>): any[];
2417
- /** Contains all the information needed to mount a cache */
2418
- export interface CacheMountTargetProperties {
2419
- /** UUID v4 used to identify the MountTarget */
2420
- readonly mountTargetId?: string;
2421
- /** The mount target's IPv4 address, used to mount the cache. */
2422
- readonly ipAddress?: string;
2423
- /** The SMB server's Fully Qualified Domain Name, FQDN */
2424
- readonly smbServerFqdn?: string;
2425
- }
2426
- export declare function cacheMountTargetPropertiesDeserializer(item: any): CacheMountTargetProperties;
2427
- /** Describe if a cache is Kerberos enabled. */
2428
- export declare enum KnownKerberosState {
2429
- /** Kerberos is disabled */
2430
- Disabled = "Disabled",
2431
- /** Kerberos is enabled */
2432
- Enabled = "Enabled"
2433
- }
2434
- /**
2435
- * Describe if a cache is Kerberos enabled. \
2436
- * {@link KnownKerberosState} can be used interchangeably with KerberosState,
2437
- * this enum contains the known values that the service supports.
2438
- * ### Known values supported by the service
2439
- * **Disabled**: Kerberos is disabled \
2440
- * **Enabled**: Kerberos is enabled
2441
- */
2442
- export type KerberosState = string;
2443
- /** SMB settings for the cache */
2444
- export interface SmbSettings {
2445
- /** Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache. */
2446
- smbEncryption?: SmbEncryptionState;
2447
- /** Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume */
2448
- smbAccessBasedEnumeration?: SmbAccessBasedEnumeration;
2449
- /** Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume */
2450
- smbNonBrowsable?: SmbNonBrowsable;
2451
- }
2452
- export declare function smbSettingsSerializer(item: SmbSettings): any;
2453
- export declare function smbSettingsDeserializer(item: any): SmbSettings;
2454
- /** Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache */
2455
- export declare enum KnownSmbEncryptionState {
2456
- /** SMB encryption is disabled */
2457
- Disabled = "Disabled",
2458
- /** SMB encryption is enabled */
2459
- Enabled = "Enabled"
2460
- }
2461
- /**
2462
- * Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache \
2463
- * {@link KnownSmbEncryptionState} can be used interchangeably with SmbEncryptionState,
2464
- * this enum contains the known values that the service supports.
2465
- * ### Known values supported by the service
2466
- * **Disabled**: SMB encryption is disabled \
2467
- * **Enabled**: SMB encryption is enabled
2468
- */
2469
- export type SmbEncryptionState = string;
2470
- /** Specifies if the cache is encryption or not. */
2471
- export declare enum KnownEncryptionState {
2472
- /** Encryption is disabled */
2473
- Disabled = "Disabled",
2474
- /** Encryption is enabled */
2475
- Enabled = "Enabled"
2476
- }
2477
- /**
2478
- * Specifies if the cache is encryption or not. \
2479
- * {@link KnownEncryptionState} can be used interchangeably with EncryptionState,
2480
- * this enum contains the known values that the service supports.
2481
- * ### Known values supported by the service
2482
- * **Disabled**: Encryption is disabled \
2483
- * **Enabled**: Encryption is enabled
2484
- */
2485
- export type EncryptionState = string;
2486
- /** Language supported for volume. */
2487
- export declare enum KnownVolumeLanguage {
2488
- /** Posix with UTF-8 */
2489
- CUtf8 = "c.utf-8",
2490
- /** UTF-8 with 4 byte character support */
2491
- Utf8Mb4 = "utf8mb4",
2492
- /** Arabic - Deprecated */
2493
- Ar = "ar",
2494
- /** Arabic with UTF-8 */
2495
- ArUtf8 = "ar.utf-8",
2496
- /** Croatian - Deprecated */
2497
- Hr = "hr",
2498
- /** Croatian with UTF-8 */
2499
- HrUtf8 = "hr.utf-8",
2500
- /** Czech - Deprecated */
2501
- Cs = "cs",
2502
- /** Czech with UTF-8 */
2503
- CsUtf8 = "cs.utf-8",
2504
- /** Danish - Deprecated */
2505
- Da = "da",
2506
- /** Danish with UTF-8 */
2507
- DaUtf8 = "da.utf-8",
2508
- /** Dutch - Deprecated */
2509
- Nl = "nl",
2510
- /** Dutch with UTF-8 */
2511
- NlUtf8 = "nl.utf-8",
2512
- /** English - Deprecated */
2513
- En = "en",
2514
- /** English with UTF-8 */
2515
- EnUtf8 = "en.utf-8",
2516
- /** Finnish - Deprecated */
2517
- Fi = "fi",
2518
- /** Finnish with UTF-8 */
2519
- FiUtf8 = "fi.utf-8",
2520
- /** French - Deprecated */
2521
- Fr = "fr",
2522
- /** French with UTF-8 */
2523
- FrUtf8 = "fr.utf-8",
2524
- /** German - Deprecated */
2525
- De = "de",
2526
- /** German with UTF-8 */
2527
- DeUtf8 = "de.utf-8",
2528
- /** Hebrew - Deprecated */
2529
- He = "he",
2530
- /** Hebrew with UTF-8 */
2531
- HeUtf8 = "he.utf-8",
2532
- /** Hungarian - Deprecated */
2533
- Hu = "hu",
2534
- /** Hungarian with UTF-8 */
2535
- HuUtf8 = "hu.utf-8",
2536
- /** Italian - Deprecated */
2537
- It = "it",
2538
- /** Italian with UTF-8 */
2539
- ItUtf8 = "it.utf-8",
2540
- /** Japanese euc-j - Deprecated */
2541
- Ja = "ja",
2542
- /** Japanese euc-j with UTF-8 */
2543
- JaUtf8 = "ja.utf-8",
2544
- /** Japanese euc-j - Deprecated */
2545
- JaV1 = "ja-v1",
2546
- /** Japanese euc-j with UTF-8 */
2547
- JaV1Utf8 = "ja-v1.utf-8",
2548
- /** Japanese pck */
2549
- JaJpPck = "ja-jp.pck",
2550
- /** Japanese pck with UTF-8 - Deprecated */
2551
- JaJpPckUtf8 = "ja-jp.pck.utf-8",
2552
- /** Japanese cp932 */
2553
- JaJp932 = "ja-jp.932",
2554
- /** Japanese cp932 with UTF-8 - Deprecated */
2555
- JaJp932Utf8 = "ja-jp.932.utf-8",
2556
- /** Japanese pck - sjis */
2557
- JaJpPckV2 = "ja-jp.pck-v2",
2558
- /** Japanese pck - sjis with UTF-8 - Deprecated */
2559
- JaJpPckV2Utf8 = "ja-jp.pck-v2.utf-8",
2560
- /** Korean - Deprecated */
2561
- Ko = "ko",
2562
- /** Korean with UTF-8 */
2563
- KoUtf8 = "ko.utf-8",
2564
- /** Norwegian - Deprecated */
2565
- No = "no",
2566
- /** Norwegian with UTF-8 */
2567
- NoUtf8 = "no.utf-8",
2568
- /** Polish - Deprecated */
2569
- Pl = "pl",
2570
- /** Polish with UTF-8 */
2571
- PlUtf8 = "pl.utf-8",
2572
- /** Portuguese - Deprecated */
2573
- Pt = "pt",
2574
- /** Portuguese with UTF-8 */
2575
- PtUtf8 = "pt.utf-8",
2576
- /** Posix - Deprecated */
2577
- C = "c",
2578
- /** Romanian - Deprecated */
2579
- Ro = "ro",
2580
- /** Romanian with UTF-8 */
2581
- RoUtf8 = "ro.utf-8",
2582
- /** Russian - Deprecated */
2583
- Ru = "ru",
2584
- /** Russian with UTF-8 */
2585
- RuUtf8 = "ru.utf-8",
2586
- /** Simplified Chinese - Deprecated */
2587
- Zh = "zh",
2588
- /** Simplified Chinese with UTF-8 */
2589
- ZhUtf8 = "zh.utf-8",
2590
- /** Simplified gbk Chinese */
2591
- ZhGbk = "zh.gbk",
2592
- /** Simplified gbk Chinese with UTF-8 - Deprecated */
2593
- ZhGbkUtf8 = "zh.gbk.utf-8",
2594
- /** Traditional Chinese BIG 5 */
2595
- ZhTwBig5 = "zh-tw.big5",
2596
- /** Traditional Chinese BIG 5 with UTF-8 - Deprecated */
2597
- ZhTwBig5Utf8 = "zh-tw.big5.utf-8",
2598
- /** Traditional Chinese EUC-TW */
2599
- ZhTw = "zh-tw",
2600
- /** Traditional Chinese EUC-TW with UTF-8 - Deprecated */
2601
- ZhTwUtf8 = "zh-tw.utf-8",
2602
- /** Slovak - Deprecated */
2603
- Sk = "sk",
2604
- /** Slovak with UTF-8 */
2605
- SkUtf8 = "sk.utf-8",
2606
- /** Slovenian - Deprecated */
2607
- Sl = "sl",
2608
- /** Slovenian with UTF-8 */
2609
- SlUtf8 = "sl.utf-8",
2610
- /** Spanish - Deprecated */
2611
- Es = "es",
2612
- /** Spanish with UTF-8 */
2613
- EsUtf8 = "es.utf-8",
2614
- /** Swedish - Deprecated */
2615
- Sv = "sv",
2616
- /** Swedish with UTF-8 */
2617
- SvUtf8 = "sv.utf-8",
2618
- /** Turkish - Deprecated */
2619
- Tr = "tr",
2620
- /** Turkish with UTF-8 */
2621
- TrUtf8 = "tr.utf-8",
2622
- /** US English - Deprecated */
2623
- EnUs = "en-us",
2624
- /** US English with UTF-8 */
2625
- EnUsUtf8 = "en-us.utf-8"
2626
- }
2627
- /**
2628
- * Language supported for volume. \
2629
- * {@link KnownVolumeLanguage} can be used interchangeably with VolumeLanguage,
2630
- * this enum contains the known values that the service supports.
2631
- * ### Known values supported by the service
2632
- * **c.utf-8**: Posix with UTF-8 \
2633
- * **utf8mb4**: UTF-8 with 4 byte character support \
2634
- * **ar**: Arabic - Deprecated \
2635
- * **ar.utf-8**: Arabic with UTF-8 \
2636
- * **hr**: Croatian - Deprecated \
2637
- * **hr.utf-8**: Croatian with UTF-8 \
2638
- * **cs**: Czech - Deprecated \
2639
- * **cs.utf-8**: Czech with UTF-8 \
2640
- * **da**: Danish - Deprecated \
2641
- * **da.utf-8**: Danish with UTF-8 \
2642
- * **nl**: Dutch - Deprecated \
2643
- * **nl.utf-8**: Dutch with UTF-8 \
2644
- * **en**: English - Deprecated \
2645
- * **en.utf-8**: English with UTF-8 \
2646
- * **fi**: Finnish - Deprecated \
2647
- * **fi.utf-8**: Finnish with UTF-8 \
2648
- * **fr**: French - Deprecated \
2649
- * **fr.utf-8**: French with UTF-8 \
2650
- * **de**: German - Deprecated \
2651
- * **de.utf-8**: German with UTF-8 \
2652
- * **he**: Hebrew - Deprecated \
2653
- * **he.utf-8**: Hebrew with UTF-8 \
2654
- * **hu**: Hungarian - Deprecated \
2655
- * **hu.utf-8**: Hungarian with UTF-8 \
2656
- * **it**: Italian - Deprecated \
2657
- * **it.utf-8**: Italian with UTF-8 \
2658
- * **ja**: Japanese euc-j - Deprecated \
2659
- * **ja.utf-8**: Japanese euc-j with UTF-8 \
2660
- * **ja-v1**: Japanese euc-j - Deprecated \
2661
- * **ja-v1.utf-8**: Japanese euc-j with UTF-8 \
2662
- * **ja-jp.pck**: Japanese pck \
2663
- * **ja-jp.pck.utf-8**: Japanese pck with UTF-8 - Deprecated \
2664
- * **ja-jp.932**: Japanese cp932 \
2665
- * **ja-jp.932.utf-8**: Japanese cp932 with UTF-8 - Deprecated \
2666
- * **ja-jp.pck-v2**: Japanese pck - sjis \
2667
- * **ja-jp.pck-v2.utf-8**: Japanese pck - sjis with UTF-8 - Deprecated \
2668
- * **ko**: Korean - Deprecated \
2669
- * **ko.utf-8**: Korean with UTF-8 \
2670
- * **no**: Norwegian - Deprecated \
2671
- * **no.utf-8**: Norwegian with UTF-8 \
2672
- * **pl**: Polish - Deprecated \
2673
- * **pl.utf-8**: Polish with UTF-8 \
2674
- * **pt**: Portuguese - Deprecated \
2675
- * **pt.utf-8**: Portuguese with UTF-8 \
2676
- * **c**: Posix - Deprecated \
2677
- * **ro**: Romanian - Deprecated \
2678
- * **ro.utf-8**: Romanian with UTF-8 \
2679
- * **ru**: Russian - Deprecated \
2680
- * **ru.utf-8**: Russian with UTF-8 \
2681
- * **zh**: Simplified Chinese - Deprecated \
2682
- * **zh.utf-8**: Simplified Chinese with UTF-8 \
2683
- * **zh.gbk**: Simplified gbk Chinese \
2684
- * **zh.gbk.utf-8**: Simplified gbk Chinese with UTF-8 - Deprecated \
2685
- * **zh-tw.big5**: Traditional Chinese BIG 5 \
2686
- * **zh-tw.big5.utf-8**: Traditional Chinese BIG 5 with UTF-8 - Deprecated \
2687
- * **zh-tw**: Traditional Chinese EUC-TW \
2688
- * **zh-tw.utf-8**: Traditional Chinese EUC-TW with UTF-8 - Deprecated \
2689
- * **sk**: Slovak - Deprecated \
2690
- * **sk.utf-8**: Slovak with UTF-8 \
2691
- * **sl**: Slovenian - Deprecated \
2692
- * **sl.utf-8**: Slovenian with UTF-8 \
2693
- * **es**: Spanish - Deprecated \
2694
- * **es.utf-8**: Spanish with UTF-8 \
2695
- * **sv**: Swedish - Deprecated \
2696
- * **sv.utf-8**: Swedish with UTF-8 \
2697
- * **tr**: Turkish - Deprecated \
2698
- * **tr.utf-8**: Turkish with UTF-8 \
2699
- * **en-us**: US English - Deprecated \
2700
- * **en-us.utf-8**: US English with UTF-8
2701
- */
2702
- export type VolumeLanguage = string;
2703
- /** Specifies whether LDAP is enabled or not. */
2704
- export declare enum KnownLdapState {
2705
- /** ldap is disabled. */
2706
- Disabled = "Disabled",
2707
- /** ldap is enabled */
2708
- Enabled = "Enabled"
2709
- }
2710
- /**
2711
- * Specifies whether LDAP is enabled or not. \
2712
- * {@link KnownLdapState} can be used interchangeably with LdapState,
2713
- * this enum contains the known values that the service supports.
2714
- * ### Known values supported by the service
2715
- * **Disabled**: ldap is disabled. \
2716
- * **Enabled**: ldap is enabled
2717
- */
2718
- export type LdapState = string;
2719
- /** The type of the LDAP server */
2720
- export declare enum KnownLdapServerType {
2721
- /** The volume should use Active Directory for LDAP connections. */
2722
- ActiveDirectory = "ActiveDirectory",
2723
- /** The volume should use OpenLDAP for LDAP connections. */
2724
- OpenLdap = "OpenLDAP"
2725
- }
2726
- /**
2727
- * The type of the LDAP server \
2728
- * {@link KnownLdapServerType} can be used interchangeably with LdapServerType,
2729
- * this enum contains the known values that the service supports.
2730
- * ### Known values supported by the service
2731
- * **ActiveDirectory**: The volume should use Active Directory for LDAP connections. \
2732
- * **OpenLDAP**: The volume should use OpenLDAP for LDAP connections.
2733
- */
2734
- export type LdapServerType = string;
2735
- /** Stores the origin cluster information associated to a cache. */
2736
- export interface OriginClusterInformation {
2737
- /** ONTAP cluster name of external cluster hosting the origin volume. Must match the exact cluster name. */
2738
- peerClusterName: string;
2739
- /** ONTAP Intercluster LIF IP addresses. One IP address per cluster node is required */
2740
- peerAddresses: string[];
2741
- /** External Vserver (SVM) name name of the SVM hosting the origin volume */
2742
- peerVserverName: string;
2743
- /** External origin volume name associated to this cache */
2744
- peerVolumeName: string;
2745
- }
2746
- export declare function originClusterInformationSerializer(item: OriginClusterInformation): any;
2747
- export declare function originClusterInformationDeserializer(item: any): OriginClusterInformation;
2748
- /** Flag indicating whether a CIFS change notification is enabled for the cache. */
2749
- export declare enum KnownCifsChangeNotifyState {
2750
- /** CIFS change notification is disabled */
2751
- Disabled = "Disabled",
2752
- /** CIFS change notification is enabled */
2753
- Enabled = "Enabled"
2754
- }
2755
- /**
2756
- * Flag indicating whether a CIFS change notification is enabled for the cache. \
2757
- * {@link KnownCifsChangeNotifyState} can be used interchangeably with CifsChangeNotifyState,
2758
- * this enum contains the known values that the service supports.
2759
- * ### Known values supported by the service
2760
- * **Disabled**: CIFS change notification is disabled \
2761
- * **Enabled**: CIFS change notification is enabled
2762
- */
2763
- export type CifsChangeNotifyState = string;
2764
- /** Flag indicating whether the global file lock is enabled for the cache. */
2765
- export declare enum KnownGlobalFileLockingState {
2766
- /** Global file locking is disabled */
2767
- Disabled = "Disabled",
2768
- /** Global file locking is enabled */
2769
- Enabled = "Enabled"
2770
- }
2771
- /**
2772
- * Flag indicating whether the global file lock is enabled for the cache. \
2773
- * {@link KnownGlobalFileLockingState} can be used interchangeably with GlobalFileLockingState,
2774
- * this enum contains the known values that the service supports.
2775
- * ### Known values supported by the service
2776
- * **Disabled**: Global file locking is disabled \
2777
- * **Enabled**: Global file locking is enabled
2778
- */
2779
- export type GlobalFileLockingState = string;
2780
- /** Flag indicating whether writeback is enabled for the cache. */
2781
- export declare enum KnownEnableWriteBackState {
2782
- /** Writeback cache is disabled */
2783
- Disabled = "Disabled",
2784
- /** Writeback cache is enabled */
2785
- Enabled = "Enabled"
2786
- }
2787
- /**
2788
- * Flag indicating whether writeback is enabled for the cache. \
2789
- * {@link KnownEnableWriteBackState} can be used interchangeably with EnableWriteBackState,
2790
- * this enum contains the known values that the service supports.
2791
- * ### Known values supported by the service
2792
- * **Disabled**: Writeback cache is disabled \
2793
- * **Enabled**: Writeback cache is enabled
2794
- */
2795
- export type EnableWriteBackState = string;
2796
- /** The type used for update operations of the Cache. */
2797
- export interface CacheUpdate {
2798
- /** Resource tags. */
2799
- tags?: Record<string, string>;
2800
- /** The resource-specific properties for this resource. */
2801
- properties?: CacheUpdateProperties;
2802
- }
2803
- export declare function cacheUpdateSerializer(item: CacheUpdate): any;
2804
- /** The updatable properties of the Cache. */
2805
- export interface CacheUpdateProperties {
2806
- /** 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. */
2807
- size?: number;
2808
- /** Set of export policy rules */
2809
- exportPolicy?: CachePropertiesExportPolicy;
2810
- /** Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol */
2811
- protocolTypes?: ProtocolTypes[];
2812
- /** SMB information for the cache */
2813
- smbSettings?: SmbSettings;
2814
- /** 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 */
2815
- throughputMibps?: number;
2816
- /** The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'. */
2817
- keyVaultPrivateEndpointResourceId?: string;
2818
- /** Flag indicating whether a CIFS change notification is enabled for the cache. */
2819
- cifsChangeNotifications?: CifsChangeNotifyState;
2820
- /** Flag indicating whether writeback is enabled for the cache. */
2821
- writeBack?: EnableWriteBackState;
2822
- }
2823
- export declare function cacheUpdatePropertiesSerializer(item: CacheUpdateProperties): any;
2824
- /** List of Cache resources */
2825
- export interface _CacheList {
2826
- /** The Cache items on this page */
2827
- value: Cache[];
2828
- /** The link to the next page of items */
2829
- nextLink?: string;
2830
- }
2831
- export declare function _cacheListDeserializer(item: any): _CacheList;
2832
- export declare function cacheArraySerializer(result: Array<Cache>): any[];
2833
- export declare function cacheArrayDeserializer(result: Array<Cache>): any[];
2834
- /** The response containing peering passphrases and commands for cluster and vserver peering. */
2835
- export interface PeeringPassphrases {
2836
- /** The cluster peering command. */
2837
- clusterPeeringCommand: string;
2838
- /** The cluster peering passphrase. */
2839
- clusterPeeringPassphrase: string;
2840
- /** The vserver peering command. */
2841
- vserverPeeringCommand: string;
2842
- /** Warnings that are critical for the cluster peering and vserver peering processes. */
2843
- readonly criticalWarning?: string;
2844
- }
2845
- export declare function peeringPassphrasesDeserializer(item: any): PeeringPassphrases;
2846
- /** Information regarding regionInfo Item. */
2847
- export interface RegionInfoResource extends ProxyResource {
2848
- /** regionInfo properties */
2849
- properties?: RegionInfo;
2850
- }
2851
- export declare function regionInfoResourceDeserializer(item: any): RegionInfoResource;
2852
- /** Provides region specific information. */
2853
- export interface RegionInfo {
2854
- /** Provides storage to network proximity information in the region. */
2855
- storageToNetworkProximity?: RegionStorageToNetworkProximity;
2856
- /** Provides logical availability zone mappings for the subscription for a region. */
2857
- availabilityZoneMappings?: RegionInfoAvailabilityZoneMappingsItem[];
2858
- }
2859
- export declare function regionInfoDeserializer(item: any): RegionInfo;
2860
- /** Provides storage to network proximity information in the region. */
2861
- export declare enum KnownRegionStorageToNetworkProximity {
2862
- /** Basic network connectivity. */
2863
- Default = "Default",
2864
- /** Standard T1 network connectivity. */
2865
- T1 = "T1",
2866
- /** Standard T2 network connectivity. */
2867
- T2 = "T2",
2868
- /** Standard AcrossT2 network connectivity. */
2869
- AcrossT2 = "AcrossT2",
2870
- /** Standard T1 and T2 network connectivity. */
2871
- T1AndT2 = "T1AndT2",
2872
- /** Standard T1 and AcrossT2 network connectivity. */
2873
- T1AndAcrossT2 = "T1AndAcrossT2",
2874
- /** Standard T2 and AcrossT2 network connectivity. */
2875
- T2AndAcrossT2 = "T2AndAcrossT2",
2876
- /** Standard T1, T2 and AcrossT2 network connectivity. */
2877
- T1AndT2AndAcrossT2 = "T1AndT2AndAcrossT2"
2878
- }
2879
- /**
2880
- * Provides storage to network proximity information in the region. \
2881
- * {@link KnownRegionStorageToNetworkProximity} can be used interchangeably with RegionStorageToNetworkProximity,
2882
- * this enum contains the known values that the service supports.
2883
- * ### Known values supported by the service
2884
- * **Default**: Basic network connectivity. \
2885
- * **T1**: Standard T1 network connectivity. \
2886
- * **T2**: Standard T2 network connectivity. \
2887
- * **AcrossT2**: Standard AcrossT2 network connectivity. \
2888
- * **T1AndT2**: Standard T1 and T2 network connectivity. \
2889
- * **T1AndAcrossT2**: Standard T1 and AcrossT2 network connectivity. \
2890
- * **T2AndAcrossT2**: Standard T2 and AcrossT2 network connectivity. \
2891
- * **T1AndT2AndAcrossT2**: Standard T1, T2 and AcrossT2 network connectivity.
2892
- */
2893
- export type RegionStorageToNetworkProximity = string;
2894
- export declare function regionInfoAvailabilityZoneMappingsItemArrayDeserializer(result: Array<RegionInfoAvailabilityZoneMappingsItem>): any[];
2895
- /** model interface RegionInfoAvailabilityZoneMappingsItem */
2896
- export interface RegionInfoAvailabilityZoneMappingsItem {
2897
- /** Logical availability zone. */
2898
- availabilityZone?: string;
2899
- /** Available availability zone */
2900
- isAvailable?: boolean;
2901
- }
2902
- export declare function regionInfoAvailabilityZoneMappingsItemDeserializer(item: any): RegionInfoAvailabilityZoneMappingsItem;
2903
- /** List of regionInfo resources */
2904
- export interface _RegionInfosList {
2905
- /** The RegionInfoResource items on this page */
2906
- value: RegionInfoResource[];
2907
- /** The link to the next page of items */
2908
- nextLink?: string;
2909
- }
2910
- export declare function _regionInfosListDeserializer(item: any): _RegionInfosList;
2911
- export declare function regionInfoResourceArrayDeserializer(result: Array<RegionInfoResource>): any[];
2912
- /** NetApp account resource */
2913
- export interface NetAppAccount extends TrackedResource {
2914
- /** NetApp Account properties */
2915
- properties?: AccountProperties;
2916
- /** "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.") */
2917
- readonly etag?: string;
2918
- /** The managed service identities assigned to this resource. */
2919
- identity?: ManagedServiceIdentity;
2920
- }
2921
- export declare function netAppAccountSerializer(item: NetAppAccount): any;
2922
- export declare function netAppAccountDeserializer(item: any): NetAppAccount;
2923
- /** NetApp account properties */
2924
- export interface AccountProperties {
2925
- /** Azure lifecycle management */
2926
- readonly provisioningState?: string;
2927
- /** Active Directories */
2928
- activeDirectories?: ActiveDirectory[];
2929
- /** Encryption settings */
2930
- encryption?: AccountEncryption;
2931
- /** Shows the status of disableShowmount for all volumes under the subscription, null equals false */
2932
- readonly disableShowmount?: boolean | null;
2933
- /** 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. */
2934
- nfsV4IDDomain?: string | null;
2935
- /** MultiAD Status for the account */
2936
- readonly multiAdStatus?: MultiAdStatus;
2937
- }
2938
- export declare function accountPropertiesSerializer(item: AccountProperties): any;
2939
- export declare function accountPropertiesDeserializer(item: any): AccountProperties;
2940
- export declare function activeDirectoryArraySerializer(result: Array<ActiveDirectory>): any[];
2941
- export declare function activeDirectoryArrayDeserializer(result: Array<ActiveDirectory>): any[];
2942
- /** Active Directory */
2943
- export interface ActiveDirectory {
2944
- /** Id of the Active Directory */
2945
- activeDirectoryId?: string | null;
2946
- /** A domain user account with permission to create machine accounts */
2947
- username?: string;
2948
- /** Plain text password of Active Directory domain administrator, value is masked in the response */
2949
- password?: string;
2950
- /** Name of the Active Directory domain */
2951
- domain?: string;
2952
- /** Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain */
2953
- dns?: string;
2954
- /** Status of the Active Directory */
2955
- readonly status?: ActiveDirectoryStatus;
2956
- /** Any details in regards to the Status of the Active Directory */
2957
- readonly statusDetails?: string;
2958
- /** NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes */
2959
- smbServerName?: string;
2960
- /** The Organizational Unit (OU) within the Windows Active Directory */
2961
- organizationalUnit?: string;
2962
- /** The Active Directory site the service will limit Domain Controller discovery to */
2963
- site?: string;
2964
- /** Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier */
2965
- backupOperators?: string[];
2966
- /** Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier */
2967
- administrators?: string[];
2968
- /** kdc server IP address for the active directory machine. This optional parameter is used only while creating kerberos volume. */
2969
- kdcIP?: string;
2970
- /** Name of the active directory machine. This optional parameter is used only while creating kerberos volume */
2971
- adName?: string;
2972
- /** When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded Active Directory Certificate Service's self-signed root CA certificate, this optional parameter is used only for dual protocol with LDAP user-mapping volumes. */
2973
- serverRootCACertificate?: string;
2974
- /** If enabled, AES encryption will be enabled for SMB communication. */
2975
- aesEncryption?: boolean;
2976
- /** Specifies whether or not the LDAP traffic needs to be signed. */
2977
- ldapSigning?: boolean;
2978
- /** Domain Users in the Active directory to be given SeSecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL). A list of unique usernames without domain specifier */
2979
- securityOperators?: string[];
2980
- /** Specifies whether or not the LDAP traffic needs to be secured via TLS. */
2981
- ldapOverTLS?: boolean;
2982
- /** If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes. */
2983
- allowLocalNfsUsersWithLdap?: boolean;
2984
- /** If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted. */
2985
- encryptDCConnections?: boolean;
2986
- /** LDAP Search scope options */
2987
- ldapSearchScope?: LdapSearchScopeOpt;
2988
- /** Comma separated list of IPv4 addresses of preferred servers for LDAP client. At most two comma separated IPv4 addresses can be passed. */
2989
- preferredServersForLdapClient?: string;
2990
- }
2991
- export declare function activeDirectorySerializer(item: ActiveDirectory): any;
2992
- export declare function activeDirectoryDeserializer(item: any): ActiveDirectory;
2993
- /** Status of the Active Directory */
2994
- export declare enum KnownActiveDirectoryStatus {
2995
- /** Active Directory created but not in use */
2996
- Created = "Created",
2997
- /** Active Directory in use by SMB Volume */
2998
- InUse = "InUse",
2999
- /** Active Directory Deleted */
3000
- Deleted = "Deleted",
3001
- /** Error with the Active Directory */
3002
- Error = "Error",
3003
- /** Active Directory Updating */
3004
- Updating = "Updating"
3005
- }
3006
- /**
3007
- * Status of the Active Directory \
3008
- * {@link KnownActiveDirectoryStatus} can be used interchangeably with ActiveDirectoryStatus,
3009
- * this enum contains the known values that the service supports.
3010
- * ### Known values supported by the service
3011
- * **Created**: Active Directory created but not in use \
3012
- * **InUse**: Active Directory in use by SMB Volume \
3013
- * **Deleted**: Active Directory Deleted \
3014
- * **Error**: Error with the Active Directory \
3015
- * **Updating**: Active Directory Updating
3016
- */
3017
- export type ActiveDirectoryStatus = string;
3018
- /** LDAP search scope */
3019
- export interface LdapSearchScopeOpt {
3020
- /** This specifies the user DN, which overrides the base DN for user lookups. */
3021
- userDN?: string;
3022
- /** This specifies the group DN, which overrides the base DN for group lookups. */
3023
- groupDN?: string;
3024
- /** This specifies the custom LDAP search filter to be used when looking up group membership from LDAP server. */
3025
- groupMembershipFilter?: string;
3026
- }
3027
- export declare function ldapSearchScopeOptSerializer(item: LdapSearchScopeOpt): any;
3028
- export declare function ldapSearchScopeOptDeserializer(item: any): LdapSearchScopeOpt;
3029
- /** Encryption settings */
3030
- export interface AccountEncryption {
3031
- /** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault */
3032
- keySource?: KeySource;
3033
- /** Properties provided by KeVault. Applicable if keySource is 'Microsoft.KeyVault'. */
3034
- keyVaultProperties?: KeyVaultProperties;
3035
- /** Identity used to authenticate to KeyVault. Applicable if keySource is 'Microsoft.KeyVault'. */
3036
- identity?: EncryptionIdentity;
3037
- }
3038
- export declare function accountEncryptionSerializer(item: AccountEncryption): any;
3039
- export declare function accountEncryptionDeserializer(item: any): AccountEncryption;
3040
- /** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault */
3041
- export declare enum KnownKeySource {
3042
- /** Microsoft-managed key encryption */
3043
- MicrosoftNetApp = "Microsoft.NetApp",
3044
- /** Customer-managed key encryption */
3045
- MicrosoftKeyVault = "Microsoft.KeyVault"
3046
- }
3047
- /**
3048
- * The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault \
3049
- * {@link KnownKeySource} can be used interchangeably with KeySource,
3050
- * this enum contains the known values that the service supports.
3051
- * ### Known values supported by the service
3052
- * **Microsoft.NetApp**: Microsoft-managed key encryption \
3053
- * **Microsoft.KeyVault**: Customer-managed key encryption
3054
- */
3055
- export type KeySource = string;
3056
- /** Properties of key vault. */
3057
- export interface KeyVaultProperties {
3058
- /** UUID v4 used to identify the Azure Key Vault configuration */
3059
- readonly keyVaultId?: string;
3060
- /** The Uri of KeyVault. */
3061
- keyVaultUri: string;
3062
- /** The name of KeyVault key. */
3063
- keyName: string;
3064
- /** The resource ID of KeyVault. */
3065
- keyVaultResourceId?: string;
3066
- /** Status of the KeyVault connection. */
3067
- readonly status?: KeyVaultStatus;
3068
- }
3069
- export declare function keyVaultPropertiesSerializer(item: KeyVaultProperties): any;
3070
- export declare function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties;
3071
- /** Status of the KeyVault connection. */
3072
- export declare enum KnownKeyVaultStatus {
3073
- /** KeyVault connection created but not in use */
3074
- Created = "Created",
3075
- /** KeyVault connection in use by SMB Volume */
3076
- InUse = "InUse",
3077
- /** KeyVault connection Deleted */
3078
- Deleted = "Deleted",
3079
- /** Error with the KeyVault connection */
3080
- Error = "Error",
3081
- /** KeyVault connection Updating */
3082
- Updating = "Updating"
3083
- }
3084
- /**
3085
- * Status of the KeyVault connection. \
3086
- * {@link KnownKeyVaultStatus} can be used interchangeably with KeyVaultStatus,
3087
- * this enum contains the known values that the service supports.
3088
- * ### Known values supported by the service
3089
- * **Created**: KeyVault connection created but not in use \
3090
- * **InUse**: KeyVault connection in use by SMB Volume \
3091
- * **Deleted**: KeyVault connection Deleted \
3092
- * **Error**: Error with the KeyVault connection \
3093
- * **Updating**: KeyVault connection Updating
3094
- */
3095
- export type KeyVaultStatus = string;
3096
- /** Identity used to authenticate with key vault. */
3097
- export interface EncryptionIdentity {
3098
- /** The principal ID (object ID) of the identity used to authenticate with key vault. Read-only. */
3099
- readonly principalId?: string;
3100
- /** 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. */
3101
- userAssignedIdentity?: string;
3102
- /** ClientId of the multi-tenant Entra ID Application. Used to access cross-tenant keyvaults. */
3103
- federatedClientId?: string;
3104
- }
3105
- export declare function encryptionIdentitySerializer(item: EncryptionIdentity): any;
3106
- export declare function encryptionIdentityDeserializer(item: any): EncryptionIdentity;
3107
- /** MultiAD Status for the account */
3108
- export declare enum KnownMultiAdStatus {
3109
- /** Account is MultiAD disabled, Means its a SharedAD or SingleAD account. */
3110
- Disabled = "Disabled",
3111
- /** Account is MultiAD enabled */
3112
- Enabled = "Enabled"
3113
- }
3114
- /**
3115
- * MultiAD Status for the account \
3116
- * {@link KnownMultiAdStatus} can be used interchangeably with MultiAdStatus,
3117
- * this enum contains the known values that the service supports.
3118
- * ### Known values supported by the service
3119
- * **Disabled**: Account is MultiAD disabled, Means its a SharedAD or SingleAD account. \
3120
- * **Enabled**: Account is MultiAD enabled
3121
- */
3122
- export type MultiAdStatus = string;
3123
- /** Managed service identity (system assigned and/or user assigned identities) */
3124
- export interface ManagedServiceIdentity {
3125
- /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
3126
- readonly principalId?: string;
3127
- /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
3128
- readonly tenantId?: string;
3129
- /** The type of managed identity assigned to this resource. */
3130
- type: ManagedServiceIdentityType;
3131
- /** The identities assigned to this resource by the user. */
3132
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
3133
- }
3134
- export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
3135
- export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
3136
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
3137
- export declare enum KnownManagedServiceIdentityType {
3138
- /** No managed identity. */
3139
- None = "None",
3140
- /** System assigned managed identity. */
3141
- SystemAssigned = "SystemAssigned",
3142
- /** User assigned managed identity. */
3143
- UserAssigned = "UserAssigned",
3144
- /** System and user assigned managed identity. */
3145
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
3146
- }
3147
- /**
3148
- * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
3149
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
3150
- * this enum contains the known values that the service supports.
3151
- * ### Known values supported by the service
3152
- * **None**: No managed identity. \
3153
- * **SystemAssigned**: System assigned managed identity. \
3154
- * **UserAssigned**: User assigned managed identity. \
3155
- * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
3156
- */
3157
- export type ManagedServiceIdentityType = string;
3158
- /** User assigned identity properties */
3159
- export interface UserAssignedIdentity {
3160
- /** The principal ID of the assigned identity. */
3161
- readonly principalId?: string;
3162
- /** The client ID of the assigned identity. */
3163
- readonly clientId?: string;
3164
- }
3165
- export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
3166
- export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
3167
- /** NetApp account patch resource */
3168
- export interface NetAppAccountPatch {
3169
- /** Resource location */
3170
- location?: string;
3171
- /** Resource Id */
3172
- readonly id?: string;
3173
- /** Resource name */
3174
- readonly name?: string;
3175
- /** Resource type */
3176
- readonly type?: string;
3177
- /** Resource tags */
3178
- tags?: Record<string, string>;
3179
- /** NetApp Account properties */
3180
- properties?: AccountProperties;
3181
- /** The identity used for the resource. */
3182
- identity?: ManagedServiceIdentity;
3183
- }
3184
- export declare function netAppAccountPatchSerializer(item: NetAppAccountPatch): any;
3185
- /** List of NetApp account resources */
3186
- export interface _NetAppAccountList {
3187
- /** The NetAppAccount items on this page */
3188
- value: NetAppAccount[];
3189
- /** The link to the next page of items */
3190
- nextLink?: string;
3191
- }
3192
- export declare function _netAppAccountListDeserializer(item: any): _NetAppAccountList;
3193
- export declare function netAppAccountArraySerializer(result: Array<NetAppAccount>): any[];
3194
- export declare function netAppAccountArrayDeserializer(result: Array<NetAppAccount>): any[];
3195
- /** Encryption transition request */
3196
- export interface EncryptionTransitionRequest {
3197
- /** Identifier for the virtual network */
3198
- virtualNetworkId: string;
3199
- /** Identifier of the private endpoint to reach the Azure Key Vault */
3200
- privateEndpointId: string;
3201
- }
3202
- export declare function encryptionTransitionRequestSerializer(item: EncryptionTransitionRequest): any;
3203
- /** Result of getKeyVaultStatus with information about how volumes under NetApp account are encrypted. */
3204
- export interface GetKeyVaultStatusResponse {
3205
- /** Represents the properties of the getKeyVaultStatus. */
3206
- properties?: GetKeyVaultStatusResponseProperties;
3207
- }
3208
- export declare function getKeyVaultStatusResponseDeserializer(item: any): GetKeyVaultStatusResponse;
3209
- /** Properties which represents Change key vault status. */
3210
- export interface GetKeyVaultStatusResponseProperties {
3211
- /** The URI of the key vault/managed HSM that should be used for encryption. */
3212
- keyVaultUri?: string;
3213
- /** The name of the key that should be used for encryption. */
3214
- keyName?: string;
3215
- /** Azure resource ID of the key vault/managed HSM that should be used for encryption. */
3216
- keyVaultResourceId?: string;
3217
- /** Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint. */
3218
- keyVaultPrivateEndpoints?: KeyVaultPrivateEndpoint[];
3219
- }
3220
- export declare function getKeyVaultStatusResponsePropertiesDeserializer(item: any): GetKeyVaultStatusResponseProperties;
3221
- export declare function keyVaultPrivateEndpointArraySerializer(result: Array<KeyVaultPrivateEndpoint>): any[];
3222
- export declare function keyVaultPrivateEndpointArrayDeserializer(result: Array<KeyVaultPrivateEndpoint>): any[];
3223
- /** Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint. */
3224
- export interface KeyVaultPrivateEndpoint {
3225
- /** Identifier for the virtual network id */
3226
- virtualNetworkId?: string;
3227
- /** Identifier of the private endpoint to reach the Azure Key Vault */
3228
- privateEndpointId?: string;
3229
- }
3230
- export declare function keyVaultPrivateEndpointSerializer(item: KeyVaultPrivateEndpoint): any;
3231
- export declare function keyVaultPrivateEndpointDeserializer(item: any): KeyVaultPrivateEndpoint;
3232
- /** Change key vault request */
3233
- export interface ChangeKeyVault {
3234
- /** The URI of the key vault/managed HSM that should be used for encryption. */
3235
- keyVaultUri: string;
3236
- /** The name of the key that should be used for encryption. */
3237
- keyName: string;
3238
- /** Azure resource ID of the key vault/managed HSM that should be used for encryption. */
3239
- keyVaultResourceId?: string;
3240
- /** Pairs of virtual network ID and private endpoint ID. Every virtual network that has volumes encrypted with customer-managed keys needs its own key vault private endpoint. */
3241
- keyVaultPrivateEndpoints: KeyVaultPrivateEndpoint[];
3242
- }
3243
- export declare function changeKeyVaultSerializer(item: ChangeKeyVault): any;
3244
- /** Migrate Backups Request */
3245
- export interface BackupsMigrationRequest {
3246
- /** The ResourceId of the Backup Vault */
3247
- backupVaultId: string;
3248
- }
3249
- export declare function backupsMigrationRequestSerializer(item: BackupsMigrationRequest): any;
3250
- /** Capacity pool resource */
3251
- export interface CapacityPool extends TrackedResource {
3252
- /** Capacity pool properties */
3253
- properties: PoolProperties;
3254
- /** "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.") */
3255
- readonly etag?: string;
3256
- }
3257
- export declare function capacityPoolSerializer(item: CapacityPool): any;
3258
- export declare function capacityPoolDeserializer(item: any): CapacityPool;
3259
- /** Pool properties */
3260
- export interface PoolProperties {
3261
- /** UUID v4 used to identify the Pool */
3262
- readonly poolId?: string;
3263
- /** Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiple of 1099511627776). */
3264
- size: number;
3265
- /** The service level of the file system */
3266
- serviceLevel: ServiceLevel;
3267
- /** Azure lifecycle management */
3268
- readonly provisioningState?: string;
3269
- /** Total throughput of pool in MiB/s */
3270
- readonly totalThroughputMibps?: number;
3271
- /** Utilized throughput of pool in MiB/s */
3272
- readonly utilizedThroughputMibps?: number;
3273
- /** Maximum throughput in MiB/s that can be achieved by this pool and this will be accepted as input only for manual qosType pool with Flexible service level */
3274
- customThroughputMibps?: number | null;
3275
- /** The qos type of the pool */
3276
- qosType?: QosType;
3277
- /** If enabled (true) the pool can contain cool Access enabled volumes. */
3278
- coolAccess?: boolean;
3279
- /** Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool. */
3280
- encryptionType?: EncryptionType | null;
3281
- }
3282
- export declare function poolPropertiesSerializer(item: PoolProperties): any;
3283
- export declare function poolPropertiesDeserializer(item: any): PoolProperties;
3284
- /** The qos type of the pool */
3285
- export declare enum KnownQosType {
3286
- /** qos type Auto */
3287
- Auto = "Auto",
3288
- /** qos type Manual */
3289
- Manual = "Manual"
3290
- }
3291
- /**
3292
- * The qos type of the pool \
3293
- * {@link KnownQosType} can be used interchangeably with QosType,
3294
- * this enum contains the known values that the service supports.
3295
- * ### Known values supported by the service
3296
- * **Auto**: qos type Auto \
3297
- * **Manual**: qos type Manual
3298
- */
3299
- export type QosType = string;
3300
- /** Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool. */
3301
- export declare enum KnownEncryptionType {
3302
- /** EncryptionType Single, volumes will use single encryption at rest */
3303
- Single = "Single",
3304
- /** EncryptionType Double, volumes will use double encryption at rest */
3305
- Double = "Double"
3306
- }
3307
- /**
3308
- * Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool. \
3309
- * {@link KnownEncryptionType} can be used interchangeably with EncryptionType,
3310
- * this enum contains the known values that the service supports.
3311
- * ### Known values supported by the service
3312
- * **Single**: EncryptionType Single, volumes will use single encryption at rest \
3313
- * **Double**: EncryptionType Double, volumes will use double encryption at rest
3314
- */
3315
- export type EncryptionType = string;
3316
- /** Capacity pool patch resource */
3317
- export interface CapacityPoolPatch {
3318
- /** Resource location */
3319
- location?: string;
3320
- /** Resource Id */
3321
- readonly id?: string;
3322
- /** Resource name */
3323
- readonly name?: string;
3324
- /** Resource type */
3325
- readonly type?: string;
3326
- /** Resource tags */
3327
- tags?: Record<string, string>;
3328
- /** Capacity pool properties */
3329
- properties?: PoolPatchProperties;
3330
- }
3331
- export declare function capacityPoolPatchSerializer(item: CapacityPoolPatch): any;
3332
- /** Patchable pool properties */
3333
- export interface PoolPatchProperties {
3334
- /** Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiple of 1099511627776). */
3335
- size?: number;
3336
- /** The qos type of the pool */
3337
- qosType?: QosType;
3338
- /** If enabled (true) the pool can contain cool Access enabled volumes. */
3339
- coolAccess?: boolean;
3340
- /** Maximum throughput in MiB/s that can be achieved by this pool and this will be accepted as input only for manual qosType pool with Flexible service level */
3341
- customThroughputMibps?: number | null;
3342
- }
3343
- export declare function poolPatchPropertiesSerializer(item: PoolPatchProperties): any;
3344
- /** List of capacity pool resources */
3345
- export interface _CapacityPoolList {
3346
- /** The CapacityPool items on this page */
3347
- value: CapacityPool[];
3348
- /** The link to the next page of items */
3349
- nextLink?: string;
3350
- }
3351
- export declare function _capacityPoolListDeserializer(item: any): _CapacityPoolList;
3352
- export declare function capacityPoolArraySerializer(result: Array<CapacityPool>): any[];
3353
- export declare function capacityPoolArrayDeserializer(result: Array<CapacityPool>): any[];
3354
- /** Restore payload for Single File Backup Restore */
3355
- export interface BackupRestoreFiles {
3356
- /** List of files to be restored */
3357
- fileList: string[];
3358
- /** Destination folder where the files will be restored. The path name should start with a forward slash. If it is omitted from request then restore is done at the root folder of the destination volume by default */
3359
- restoreFilePath?: string;
3360
- /** Resource Id of the destination volume on which the files need to be restored */
3361
- destinationVolumeId: string;
3362
- }
3363
- export declare function backupRestoreFilesSerializer(item: BackupRestoreFiles): any;
3364
- /** Subvolume Information properties */
3365
- export interface SubvolumeInfo extends ProxyResource {
3366
- /** Subvolume Properties */
3367
- properties?: SubvolumeProperties;
3368
- }
3369
- export declare function subvolumeInfoSerializer(item: SubvolumeInfo): any;
3370
- export declare function subvolumeInfoDeserializer(item: any): SubvolumeInfo;
3371
- /** This represents path associated with the subvolume */
3372
- export interface SubvolumeProperties {
3373
- /** Path to the subvolume */
3374
- path?: string;
3375
- /** Truncate subvolume to the provided size in bytes */
3376
- size?: number | null;
3377
- /** parent path to the subvolume */
3378
- parentPath?: string | null;
3379
- /** Azure lifecycle management */
3380
- readonly provisioningState?: string;
3381
- }
3382
- export declare function subvolumePropertiesSerializer(item: SubvolumeProperties): any;
3383
- export declare function subvolumePropertiesDeserializer(item: any): SubvolumeProperties;
3384
- /** Subvolume Patch Request properties */
3385
- export interface SubvolumePatchRequest {
3386
- /** Subvolume Properties */
3387
- properties?: SubvolumePatchParams;
3388
- }
3389
- export declare function subvolumePatchRequestSerializer(item: SubvolumePatchRequest): any;
3390
- /** Parameters with which a subvolume can be updated */
3391
- export interface SubvolumePatchParams {
3392
- /** Truncate subvolume to the provided size in bytes */
3393
- size?: number | null;
3394
- /** path to the subvolume */
3395
- path?: string;
3396
- }
3397
- export declare function subvolumePatchParamsSerializer(item: SubvolumePatchParams): any;
3398
- /** List of Subvolumes */
3399
- export interface _SubvolumesList {
3400
- /** The SubvolumeInfo items on this page */
3401
- value: SubvolumeInfo[];
3402
- /** The link to the next page of items */
3403
- nextLink?: string;
3404
- }
3405
- export declare function _subvolumesListDeserializer(item: any): _SubvolumesList;
3406
- export declare function subvolumeInfoArraySerializer(result: Array<SubvolumeInfo>): any[];
3407
- export declare function subvolumeInfoArrayDeserializer(result: Array<SubvolumeInfo>): any[];
3408
- /** Result of the post subvolume and action is to get metadata of the subvolume. */
3409
- export interface SubvolumeModel {
3410
- /** Resource Id */
3411
- readonly id?: string;
3412
- /** Resource name */
3413
- readonly name?: string;
3414
- /** Resource type */
3415
- readonly type?: string;
3416
- /** It represents the minimal properties of the subvolume. */
3417
- properties?: SubvolumeModelProperties;
3418
- }
3419
- export declare function subvolumeModelDeserializer(item: any): SubvolumeModel;
3420
- /** Properties which represents actual subvolume model which is stored as a file in the system. */
3421
- export interface SubvolumeModelProperties {
3422
- /** Path to the subvolume */
3423
- path?: string;
3424
- /** Path to the parent subvolume */
3425
- parentPath?: string;
3426
- /** Size of subvolume */
3427
- size?: number;
3428
- /** Bytes used */
3429
- bytesUsed?: number;
3430
- /** Permissions of the subvolume */
3431
- permissions?: string;
3432
- /** Creation time and date */
3433
- creationTimeStamp?: Date;
3434
- /** Most recent access time and date */
3435
- accessedTimeStamp?: Date;
3436
- /** Most recent modification time and date */
3437
- modifiedTimeStamp?: Date;
3438
- /** Most recent change time and date */
3439
- changedTimeStamp?: Date;
3440
- /** Azure lifecycle management */
3441
- provisioningState?: string;
3442
- }
3443
- export declare function subvolumeModelPropertiesDeserializer(item: any): SubvolumeModelProperties;
3444
- /** Resource name availability request content. */
3445
- export interface ResourceNameAvailabilityRequest {
3446
- /** Resource name to verify. */
3447
- name: string;
3448
- /** Resource type used for verification. */
3449
- type: CheckNameResourceTypes;
3450
- /** Resource group name. */
3451
- resourceGroup: string;
3452
- }
3453
- export declare function resourceNameAvailabilityRequestSerializer(item: ResourceNameAvailabilityRequest): any;
3454
- /** Resource type used for verification. */
3455
- export declare enum KnownCheckNameResourceTypes {
3456
- /** Microsoft.NetApp/netAppAccounts */
3457
- MicrosoftNetAppNetAppAccounts = "Microsoft.NetApp/netAppAccounts",
3458
- /** Microsoft.NetApp/netAppAccounts/capacityPools */
3459
- MicrosoftNetAppNetAppAccountsCapacityPools = "Microsoft.NetApp/netAppAccounts/capacityPools",
3460
- /** Microsoft.NetApp/netAppAccounts/capacityPools/volumes */
3461
- MicrosoftNetAppNetAppAccountsCapacityPoolsVolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
3462
- /** Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots */
3463
- MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesSnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots",
3464
- /** ANF Backup under a volume , deprecated, use `Microsoft.NetApp/netAppAccounts/backupVaults/backups` instead. */
3465
- MicrosoftNetAppNetAppAccountsBackupVaultsBackups = "Microsoft.NetApp/netAppAccounts/backupVaults/backups",
3466
- /** ANF Backup under a Backup Vault */
3467
- MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesBackups = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups"
3468
- }
3469
- /**
3470
- * Resource type used for verification. \
3471
- * {@link KnownCheckNameResourceTypes} can be used interchangeably with CheckNameResourceTypes,
3472
- * this enum contains the known values that the service supports.
3473
- * ### Known values supported by the service
3474
- * **Microsoft.NetApp\/netAppAccounts** \
3475
- * **Microsoft.NetApp\/netAppAccounts\/capacityPools** \
3476
- * **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes** \
3477
- * **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes\/snapshots** \
3478
- * **Microsoft.NetApp\/netAppAccounts\/backupVaults\/backups**: ANF Backup under a volume , deprecated, use `Microsoft.NetApp\/netAppAccounts\/backupVaults\/backups` instead. \
3479
- * **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes\/backups**: ANF Backup under a Backup Vault
3480
- */
3481
- export type CheckNameResourceTypes = string;
3482
- /** Information regarding availability of a resource. */
3483
- export interface CheckAvailabilityResponse {
3484
- /** <code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both. */
3485
- isAvailable?: boolean;
3486
- /** <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable. */
3487
- reason?: InAvailabilityReasonType;
3488
- /** 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. */
3489
- message?: string;
3490
- }
3491
- export declare function checkAvailabilityResponseDeserializer(item: any): CheckAvailabilityResponse;
3492
- /** <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable. */
3493
- export declare enum KnownInAvailabilityReasonType {
3494
- /** Invalid */
3495
- Invalid = "Invalid",
3496
- /** AlreadyExists */
3497
- AlreadyExists = "AlreadyExists"
3498
- }
3499
- /**
3500
- * <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable. \
3501
- * {@link KnownInAvailabilityReasonType} can be used interchangeably with InAvailabilityReasonType,
3502
- * this enum contains the known values that the service supports.
3503
- * ### Known values supported by the service
3504
- * **Invalid** \
3505
- * **AlreadyExists**
3506
- */
3507
- export type InAvailabilityReasonType = string;
3508
- /** File path availability request content - availability is based on the name and the subnetId. */
3509
- export interface FilePathAvailabilityRequest {
3510
- /** File path to verify. */
3511
- name: string;
3512
- /** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes */
3513
- subnetId: string;
3514
- /** The Azure Resource logical availability zone which is used within zone mapping lookup for the subscription and region. The lookup will retrieve the physical zone where volume is placed. */
3515
- availabilityZone?: string | null;
3516
- }
3517
- export declare function filePathAvailabilityRequestSerializer(item: FilePathAvailabilityRequest): any;
3518
- /** Quota availability request content. */
3519
- export interface QuotaAvailabilityRequest {
3520
- /** Name of the resource to verify. */
3521
- name: string;
3522
- /** Resource type used for verification. */
3523
- type: CheckQuotaNameResourceTypes;
3524
- /** Resource group name. */
3525
- resourceGroup: string;
3526
- }
3527
- export declare function quotaAvailabilityRequestSerializer(item: QuotaAvailabilityRequest): any;
3528
- /** Resource type used for verification. */
3529
- export declare enum KnownCheckQuotaNameResourceTypes {
3530
- /** Microsoft.NetApp/netAppAccounts */
3531
- MicrosoftNetAppNetAppAccounts = "Microsoft.NetApp/netAppAccounts",
3532
- /** Microsoft.NetApp/netAppAccounts/capacityPools */
3533
- MicrosoftNetAppNetAppAccountsCapacityPools = "Microsoft.NetApp/netAppAccounts/capacityPools",
3534
- /** Microsoft.NetApp/netAppAccounts/capacityPools/volumes */
3535
- MicrosoftNetAppNetAppAccountsCapacityPoolsVolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
3536
- /** Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots */
3537
- MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesSnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots",
3538
- /** ANF Backup under a volume , deprecated, use `Microsoft.NetApp/netAppAccounts/backupVaults/backups` instead. */
3539
- MicrosoftNetAppNetAppAccountsBackupVaultsBackups = "Microsoft.NetApp/netAppAccounts/backupVaults/backups",
3540
- /** ANF Backup under a Backup Vault */
3541
- MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesBackups = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/backups"
3542
- }
3543
- /**
3544
- * Resource type used for verification. \
3545
- * {@link KnownCheckQuotaNameResourceTypes} can be used interchangeably with CheckQuotaNameResourceTypes,
3546
- * this enum contains the known values that the service supports.
3547
- * ### Known values supported by the service
3548
- * **Microsoft.NetApp\/netAppAccounts** \
3549
- * **Microsoft.NetApp\/netAppAccounts\/capacityPools** \
3550
- * **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes** \
3551
- * **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes\/snapshots** \
3552
- * **Microsoft.NetApp\/netAppAccounts\/backupVaults\/backups**: ANF Backup under a volume , deprecated, use `Microsoft.NetApp\/netAppAccounts\/backupVaults\/backups` instead. \
3553
- * **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes\/backups**: ANF Backup under a Backup Vault
3554
- */
3555
- export type CheckQuotaNameResourceTypes = string;
3556
- /** Network sibling set query. */
3557
- export interface QueryNetworkSiblingSetRequest {
3558
- /** Network Sibling Set ID for a group of volumes sharing networking resources in a subnet. */
3559
- networkSiblingSetId: string;
3560
- /** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet} */
3561
- subnetId: string;
3562
- }
3563
- export declare function queryNetworkSiblingSetRequestSerializer(item: QueryNetworkSiblingSetRequest): any;
3564
- /** Describes the contents of a network sibling set. */
3565
- export interface NetworkSiblingSet {
3566
- /** Network Sibling Set ID for a group of volumes sharing networking resources in a subnet. */
3567
- networkSiblingSetId?: string;
3568
- /** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet} */
3569
- subnetId?: string;
3570
- /** Network sibling set state Id identifying the current state of the sibling set. */
3571
- networkSiblingSetStateId?: string;
3572
- /** Network features available to the volume, or current state of update. */
3573
- networkFeatures?: NetworkFeatures;
3574
- /** Gets the status of the NetworkSiblingSet at the time the operation was called. */
3575
- readonly provisioningState?: NetworkSiblingSetProvisioningState;
3576
- /** List of NIC information */
3577
- nicInfoList?: NicInfo[];
3578
- }
3579
- export declare function networkSiblingSetDeserializer(item: any): NetworkSiblingSet;
3580
- /** Gets the status of the NetworkSiblingSet at the time the operation was called. */
3581
- export declare enum KnownNetworkSiblingSetProvisioningState {
3582
- /** Succeeded */
3583
- Succeeded = "Succeeded",
3584
- /** Failed */
3585
- Failed = "Failed",
3586
- /** Canceled */
3587
- Canceled = "Canceled",
3588
- /** Updating */
3589
- Updating = "Updating"
3590
- }
3591
- /**
3592
- * Gets the status of the NetworkSiblingSet at the time the operation was called. \
3593
- * {@link KnownNetworkSiblingSetProvisioningState} can be used interchangeably with NetworkSiblingSetProvisioningState,
3594
- * this enum contains the known values that the service supports.
3595
- * ### Known values supported by the service
3596
- * **Succeeded** \
3597
- * **Failed** \
3598
- * **Canceled** \
3599
- * **Updating**
3600
- */
3601
- export type NetworkSiblingSetProvisioningState = string;
3602
- export declare function nicInfoArrayDeserializer(result: Array<NicInfo>): any[];
3603
- /** NIC information and list of volumes for which the NIC has the primary mount IP Address. */
3604
- export interface NicInfo {
3605
- /** IP Address */
3606
- readonly ipAddress?: string;
3607
- /** Volume resource Ids */
3608
- volumeResourceIds?: string[];
3609
- }
3610
- export declare function nicInfoDeserializer(item: any): NicInfo;
3611
- /** Network sibling set update. */
3612
- export interface UpdateNetworkSiblingSetRequest {
3613
- /** Network Sibling Set ID for a group of volumes sharing networking resources in a subnet. */
3614
- networkSiblingSetId: string;
3615
- /** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes. Example /subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/{mySubnet} */
3616
- subnetId: string;
3617
- /** Network sibling set state Id identifying the current state of the sibling set. */
3618
- networkSiblingSetStateId: string;
3619
- /** Network features available to the volume. */
3620
- networkFeatures: NetworkFeatures;
3621
- }
3622
- export declare function updateNetworkSiblingSetRequestSerializer(item: UpdateNetworkSiblingSetRequest): any;
3623
- /** Usages result */
3624
- export interface _UsagesListResult {
3625
- /** The UsageResult items on this page */
3626
- value: UsageResult[];
3627
- /** The link to the next page of items */
3628
- nextLink?: string;
3629
- }
3630
- export declare function _usagesListResultDeserializer(item: any): _UsagesListResult;
3631
- export declare function usageResultArrayDeserializer(result: Array<UsageResult>): any[];
3632
- /** Usages entity model */
3633
- export interface UsageResult {
3634
- /** The id of the usage. */
3635
- readonly id?: string;
3636
- /** The name of the usage. */
3637
- readonly name?: UsageName;
3638
- /** Usage properties */
3639
- properties?: UsageProperties;
3640
- }
3641
- export declare function usageResultDeserializer(item: any): UsageResult;
3642
- /** The name of the usage. */
3643
- export interface UsageName {
3644
- /** The name of the usage. */
3645
- value?: string;
3646
- /** The localized name of the usage. */
3647
- localizedValue?: string;
3648
- }
3649
- export declare function usageNameDeserializer(item: any): UsageName;
3650
- /** Usage properties */
3651
- export interface UsageProperties {
3652
- /** The current usage value for the subscription. */
3653
- readonly currentValue?: number;
3654
- /** The limit of the usage. */
3655
- readonly limit?: number;
3656
- /** The unit of the usage. */
3657
- readonly unit?: string;
3658
- }
3659
- export declare function usagePropertiesDeserializer(item: any): UsageProperties;
3660
- /** The available API versions. */
3661
- export declare enum KnownVersions {
3662
- /** The 2025-06-01 API version. */
3663
- V20250601 = "2025-06-01",
3664
- /** The 2025-08-01 API version. */
3665
- V20250801 = "2025-08-01",
3666
- /** The 2025-09-01 API version. */
3667
- V20250901 = "2025-09-01",
3668
- /** The 2025-12-01 API version. */
3669
- V20251201 = "2025-12-01",
3670
- /** The 2026-01-01 API version. */
3671
- V20260101 = "2026-01-01"
3672
- }
3673
- //# sourceMappingURL=models.d.ts.map