@azure/arm-netapp 14.4.0 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (327) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +70 -78
  4. package/dist/index.js +8881 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/{esm/models/netAppResourceMappers.js → dist-esm/src/index.js} +5 -2
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +2374 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +162 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +76 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1505 -1644
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +46 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +319 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/netAppManagementClient.d.ts +31 -0
  29. package/dist-esm/src/netAppManagementClient.d.ts.map +1 -0
  30. package/dist-esm/src/netAppManagementClient.js +64 -0
  31. package/dist-esm/src/netAppManagementClient.js.map +1 -0
  32. package/dist-esm/src/operations/accountBackups.d.ts +55 -0
  33. package/dist-esm/src/operations/accountBackups.d.ts.map +1 -0
  34. package/dist-esm/src/operations/accountBackups.js +195 -0
  35. package/dist-esm/src/operations/accountBackups.js.map +1 -0
  36. package/dist-esm/src/operations/accounts.d.ts +107 -0
  37. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  38. package/dist-esm/src/operations/accounts.js +482 -0
  39. package/dist-esm/src/operations/accounts.js.map +1 -0
  40. package/dist-esm/src/operations/backupPolicies.d.ts +91 -0
  41. package/dist-esm/src/operations/backupPolicies.d.ts.map +1 -0
  42. package/dist-esm/src/operations/backupPolicies.js +365 -0
  43. package/dist-esm/src/operations/backupPolicies.js.map +1 -0
  44. package/dist-esm/src/operations/backups.d.ts +125 -0
  45. package/dist-esm/src/operations/backups.d.ts.map +1 -0
  46. package/dist-esm/src/operations/backups.js +484 -0
  47. package/dist-esm/src/operations/backups.js.map +1 -0
  48. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/{esm → dist-esm/src}/operations/index.js +1 -2
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/netAppResource.d.ts +40 -0
  53. package/dist-esm/src/operations/netAppResource.d.ts.map +1 -0
  54. package/dist-esm/src/operations/netAppResource.js +133 -0
  55. package/dist-esm/src/operations/netAppResource.js.map +1 -0
  56. package/dist-esm/src/operations/netAppResourceQuotaLimits.d.ts +35 -0
  57. package/dist-esm/src/operations/netAppResourceQuotaLimits.d.ts.map +1 -0
  58. package/dist-esm/src/operations/netAppResourceQuotaLimits.js +122 -0
  59. package/dist-esm/src/operations/netAppResourceQuotaLimits.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +26 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +88 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/pools.d.ts +99 -0
  65. package/dist-esm/src/operations/pools.d.ts.map +1 -0
  66. package/dist-esm/src/operations/pools.js +401 -0
  67. package/dist-esm/src/operations/pools.js.map +1 -0
  68. package/dist-esm/src/operations/snapshotPolicies.d.ts +90 -0
  69. package/dist-esm/src/operations/snapshotPolicies.d.ts.map +1 -0
  70. package/dist-esm/src/operations/snapshotPolicies.js +346 -0
  71. package/dist-esm/src/operations/snapshotPolicies.js.map +1 -0
  72. package/dist-esm/src/operations/snapshots.d.ts +109 -0
  73. package/dist-esm/src/operations/snapshots.d.ts.map +1 -0
  74. package/dist-esm/src/operations/snapshots.js +423 -0
  75. package/dist-esm/src/operations/snapshots.js.map +1 -0
  76. package/dist-esm/src/operations/vaults.d.ts +30 -0
  77. package/dist-esm/src/operations/vaults.d.ts.map +1 -0
  78. package/dist-esm/src/operations/vaults.js +97 -0
  79. package/dist-esm/src/operations/vaults.js.map +1 -0
  80. package/dist-esm/src/operations/volumeGroups.d.ts +73 -0
  81. package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -0
  82. package/dist-esm/src/operations/volumeGroups.js +278 -0
  83. package/dist-esm/src/operations/volumeGroups.js.map +1 -0
  84. package/dist-esm/src/operations/volumes.d.ts +254 -0
  85. package/dist-esm/src/operations/volumes.d.ts.map +1 -0
  86. package/dist-esm/src/operations/volumes.js +956 -0
  87. package/dist-esm/src/operations/volumes.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/accountBackups.d.ts +38 -0
  89. package/dist-esm/src/operationsInterfaces/accountBackups.d.ts.map +1 -0
  90. package/{src/models/netAppResourceMappers.ts → dist-esm/src/operationsInterfaces/accountBackups.js} +2 -8
  91. package/dist-esm/src/operationsInterfaces/accountBackups.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/accounts.d.ts +71 -0
  93. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts +74 -0
  97. package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/backupPolicies.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/backupPolicies.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/backups.d.ts +106 -0
  101. package/dist-esm/src/operationsInterfaces/backups.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/backups.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/backups.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/index.d.ts +14 -0
  105. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/index.js +21 -0
  107. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/netAppResource.d.ts +32 -0
  109. package/dist-esm/src/operationsInterfaces/netAppResource.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/netAppResource.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/netAppResource.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.d.ts +19 -0
  113. package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  117. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/pools.d.ts +74 -0
  121. package/dist-esm/src/operationsInterfaces/pools.d.ts.map +1 -0
  122. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/pools.js} +2 -1
  123. package/dist-esm/src/operationsInterfaces/pools.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/snapshotPolicies.d.ts +73 -0
  125. package/dist-esm/src/operationsInterfaces/snapshotPolicies.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/snapshotPolicies.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/snapshotPolicies.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/snapshots.d.ts +90 -0
  129. package/dist-esm/src/operationsInterfaces/snapshots.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/snapshots.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/snapshots.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/vaults.d.ts +13 -0
  133. package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/vaults.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/vaults.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts +56 -0
  137. package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/volumeGroups.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/volumeGroups.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/volumes.d.ts +227 -0
  141. package/dist-esm/src/operationsInterfaces/volumes.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/volumes.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/volumes.js.map +1 -0
  144. package/dist-esm/test/sampleTest.d.ts +2 -0
  145. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  146. package/dist-esm/test/sampleTest.js +40 -0
  147. package/dist-esm/test/sampleTest.js.map +1 -0
  148. package/package.json +70 -32
  149. package/review/arm-netapp.api.md +1681 -0
  150. package/rollup.config.js +181 -30
  151. package/src/{models/operationsMappers.ts → index.ts} +4 -10
  152. package/src/lroImpl.ts +34 -0
  153. package/src/models/index.ts +1888 -3345
  154. package/src/models/mappers.ts +1542 -1652
  155. package/src/models/parameters.ts +271 -66
  156. package/src/netAppManagementClient.ts +128 -0
  157. package/src/operations/accountBackups.ts +187 -132
  158. package/src/operations/accounts.ts +487 -325
  159. package/src/operations/backupPolicies.ts +390 -223
  160. package/src/operations/backups.ts +486 -313
  161. package/src/operations/index.ts +1 -2
  162. package/src/operations/netAppResource.ts +112 -204
  163. package/src/operations/netAppResourceQuotaLimits.ts +100 -90
  164. package/src/operations/operations.ts +65 -43
  165. package/src/operations/pools.ts +430 -263
  166. package/src/operations/snapshotPolicies.ts +345 -275
  167. package/src/operations/snapshots.ts +454 -226
  168. package/src/operations/vaults.ts +81 -51
  169. package/src/operations/volumeGroups.ts +303 -182
  170. package/src/operations/volumes.ts +1101 -637
  171. package/src/operationsInterfaces/accountBackups.ts +72 -0
  172. package/src/operationsInterfaces/accounts.ts +139 -0
  173. package/src/operationsInterfaces/backupPolicies.ts +147 -0
  174. package/src/operationsInterfaces/backups.ts +202 -0
  175. package/src/operationsInterfaces/index.ts +21 -0
  176. package/src/operationsInterfaces/netAppResource.ts +66 -0
  177. package/src/operationsInterfaces/netAppResourceQuotaLimits.ts +40 -0
  178. package/src/operationsInterfaces/operations.ts +22 -0
  179. package/src/operationsInterfaces/pools.ts +144 -0
  180. package/src/operationsInterfaces/snapshotPolicies.ts +142 -0
  181. package/src/operationsInterfaces/snapshots.ts +178 -0
  182. package/src/operationsInterfaces/vaults.ts +26 -0
  183. package/src/operationsInterfaces/volumeGroups.ts +110 -0
  184. package/src/operationsInterfaces/volumes.ts +413 -0
  185. package/tsconfig.json +3 -3
  186. package/types/arm-netapp.d.ts +3485 -0
  187. package/types/tsdoc-metadata.json +11 -0
  188. package/dist/arm-netapp.js +0 -8542
  189. package/dist/arm-netapp.js.map +0 -1
  190. package/dist/arm-netapp.min.js +0 -1
  191. package/dist/arm-netapp.min.js.map +0 -1
  192. package/esm/azureNetAppFilesManagementClient.d.ts +0 -37
  193. package/esm/azureNetAppFilesManagementClient.d.ts.map +0 -1
  194. package/esm/azureNetAppFilesManagementClient.js +0 -50
  195. package/esm/azureNetAppFilesManagementClient.js.map +0 -1
  196. package/esm/azureNetAppFilesManagementClientContext.d.ts +0 -23
  197. package/esm/azureNetAppFilesManagementClientContext.d.ts.map +0 -1
  198. package/esm/azureNetAppFilesManagementClientContext.js +0 -61
  199. package/esm/azureNetAppFilesManagementClientContext.js.map +0 -1
  200. package/esm/models/accountBackupsMappers.d.ts +0 -2
  201. package/esm/models/accountBackupsMappers.d.ts.map +0 -1
  202. package/esm/models/accountBackupsMappers.js +0 -9
  203. package/esm/models/accountBackupsMappers.js.map +0 -1
  204. package/esm/models/accountsMappers.d.ts +0 -2
  205. package/esm/models/accountsMappers.d.ts.map +0 -1
  206. package/esm/models/accountsMappers.js +0 -9
  207. package/esm/models/accountsMappers.js.map +0 -1
  208. package/esm/models/backupPoliciesMappers.d.ts +0 -2
  209. package/esm/models/backupPoliciesMappers.d.ts.map +0 -1
  210. package/esm/models/backupPoliciesMappers.js +0 -9
  211. package/esm/models/backupPoliciesMappers.js.map +0 -1
  212. package/esm/models/backupsMappers.d.ts +0 -2
  213. package/esm/models/backupsMappers.d.ts.map +0 -1
  214. package/esm/models/backupsMappers.js +0 -9
  215. package/esm/models/backupsMappers.js.map +0 -1
  216. package/esm/models/index.d.ts +0 -3856
  217. package/esm/models/index.d.ts.map +0 -1
  218. package/esm/models/index.js.map +0 -1
  219. package/esm/models/mappers.d.ts +0 -78
  220. package/esm/models/mappers.d.ts.map +0 -1
  221. package/esm/models/mappers.js.map +0 -1
  222. package/esm/models/netAppResourceMappers.d.ts +0 -2
  223. package/esm/models/netAppResourceMappers.d.ts.map +0 -1
  224. package/esm/models/netAppResourceMappers.js.map +0 -1
  225. package/esm/models/netAppResourceQuotaLimitsMappers.d.ts +0 -2
  226. package/esm/models/netAppResourceQuotaLimitsMappers.d.ts.map +0 -1
  227. package/esm/models/netAppResourceQuotaLimitsMappers.js +0 -9
  228. package/esm/models/netAppResourceQuotaLimitsMappers.js.map +0 -1
  229. package/esm/models/operationsMappers.d.ts +0 -2
  230. package/esm/models/operationsMappers.d.ts.map +0 -1
  231. package/esm/models/operationsMappers.js +0 -9
  232. package/esm/models/operationsMappers.js.map +0 -1
  233. package/esm/models/parameters.d.ts +0 -17
  234. package/esm/models/parameters.d.ts.map +0 -1
  235. package/esm/models/parameters.js +0 -183
  236. package/esm/models/parameters.js.map +0 -1
  237. package/esm/models/poolsMappers.d.ts +0 -2
  238. package/esm/models/poolsMappers.d.ts.map +0 -1
  239. package/esm/models/poolsMappers.js +0 -9
  240. package/esm/models/poolsMappers.js.map +0 -1
  241. package/esm/models/snapshotPoliciesMappers.d.ts +0 -2
  242. package/esm/models/snapshotPoliciesMappers.d.ts.map +0 -1
  243. package/esm/models/snapshotPoliciesMappers.js +0 -9
  244. package/esm/models/snapshotPoliciesMappers.js.map +0 -1
  245. package/esm/models/snapshotsMappers.d.ts +0 -2
  246. package/esm/models/snapshotsMappers.d.ts.map +0 -1
  247. package/esm/models/snapshotsMappers.js +0 -9
  248. package/esm/models/snapshotsMappers.js.map +0 -1
  249. package/esm/models/vaultsMappers.d.ts +0 -2
  250. package/esm/models/vaultsMappers.d.ts.map +0 -1
  251. package/esm/models/vaultsMappers.js +0 -9
  252. package/esm/models/vaultsMappers.js.map +0 -1
  253. package/esm/models/volumeGroupsMappers.d.ts +0 -2
  254. package/esm/models/volumeGroupsMappers.d.ts.map +0 -1
  255. package/esm/models/volumeGroupsMappers.js +0 -9
  256. package/esm/models/volumeGroupsMappers.js.map +0 -1
  257. package/esm/models/volumesMappers.d.ts +0 -2
  258. package/esm/models/volumesMappers.d.ts.map +0 -1
  259. package/esm/models/volumesMappers.js +0 -9
  260. package/esm/models/volumesMappers.js.map +0 -1
  261. package/esm/operations/accountBackups.d.ts +0 -81
  262. package/esm/operations/accountBackups.d.ts.map +0 -1
  263. package/esm/operations/accountBackups.js +0 -145
  264. package/esm/operations/accountBackups.js.map +0 -1
  265. package/esm/operations/accounts.d.ts +0 -167
  266. package/esm/operations/accounts.d.ts.map +0 -1
  267. package/esm/operations/accounts.js +0 -344
  268. package/esm/operations/accounts.js.map +0 -1
  269. package/esm/operations/backupPolicies.d.ts +0 -125
  270. package/esm/operations/backupPolicies.d.ts.map +0 -1
  271. package/esm/operations/backupPolicies.js +0 -277
  272. package/esm/operations/backupPolicies.js.map +0 -1
  273. package/esm/operations/backups.d.ts +0 -203
  274. package/esm/operations/backups.d.ts.map +0 -1
  275. package/esm/operations/backups.js +0 -379
  276. package/esm/operations/backups.js.map +0 -1
  277. package/esm/operations/index.d.ts.map +0 -1
  278. package/esm/operations/index.js.map +0 -1
  279. package/esm/operations/netAppResource.d.ts +0 -115
  280. package/esm/operations/netAppResource.d.ts.map +0 -1
  281. package/esm/operations/netAppResource.js +0 -145
  282. package/esm/operations/netAppResource.js.map +0 -1
  283. package/esm/operations/netAppResourceQuotaLimits.d.ts +0 -54
  284. package/esm/operations/netAppResourceQuotaLimits.d.ts.map +0 -1
  285. package/esm/operations/netAppResourceQuotaLimits.js +0 -86
  286. package/esm/operations/netAppResourceQuotaLimits.js.map +0 -1
  287. package/esm/operations/operations.d.ts +0 -29
  288. package/esm/operations/operations.d.ts.map +0 -1
  289. package/esm/operations/operations.js +0 -50
  290. package/esm/operations/operations.js.map +0 -1
  291. package/esm/operations/pools.d.ts +0 -144
  292. package/esm/operations/pools.d.ts.map +0 -1
  293. package/esm/operations/pools.js +0 -302
  294. package/esm/operations/pools.js.map +0 -1
  295. package/esm/operations/snapshotPolicies.d.ts +0 -149
  296. package/esm/operations/snapshotPolicies.d.ts.map +0 -1
  297. package/esm/operations/snapshotPolicies.js +0 -281
  298. package/esm/operations/snapshotPolicies.js.map +0 -1
  299. package/esm/operations/snapshots.d.ts +0 -149
  300. package/esm/operations/snapshots.d.ts.map +0 -1
  301. package/esm/operations/snapshots.js +0 -312
  302. package/esm/operations/snapshots.js.map +0 -1
  303. package/esm/operations/vaults.d.ts +0 -35
  304. package/esm/operations/vaults.d.ts.map +0 -1
  305. package/esm/operations/vaults.js +0 -57
  306. package/esm/operations/vaults.js.map +0 -1
  307. package/esm/operations/volumeGroups.d.ts +0 -107
  308. package/esm/operations/volumeGroups.d.ts.map +0 -1
  309. package/esm/operations/volumeGroups.js +0 -212
  310. package/esm/operations/volumeGroups.js.map +0 -1
  311. package/esm/operations/volumes.d.ts +0 -344
  312. package/esm/operations/volumes.d.ts.map +0 -1
  313. package/esm/operations/volumes.js +0 -800
  314. package/esm/operations/volumes.js.map +0 -1
  315. package/src/azureNetAppFilesManagementClient.ts +0 -72
  316. package/src/azureNetAppFilesManagementClientContext.ts +0 -68
  317. package/src/models/accountBackupsMappers.ts +0 -51
  318. package/src/models/accountsMappers.ts +0 -51
  319. package/src/models/backupPoliciesMappers.ts +0 -51
  320. package/src/models/backupsMappers.ts +0 -53
  321. package/src/models/netAppResourceQuotaLimitsMappers.ts +0 -51
  322. package/src/models/poolsMappers.ts +0 -51
  323. package/src/models/snapshotPoliciesMappers.ts +0 -53
  324. package/src/models/snapshotsMappers.ts +0 -51
  325. package/src/models/vaultsMappers.ts +0 -51
  326. package/src/models/volumeGroupsMappers.ts +0 -54
  327. package/src/models/volumesMappers.ts +0 -56
@@ -0,0 +1,2374 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** Result of the request to list Cloud Volume operations. It contains a list of operations and a URL link to get the next set of results. */
3
+ export interface OperationListResult {
4
+ /** List of Storage operations supported by the Storage resource provider. */
5
+ value?: Operation[];
6
+ }
7
+ /** Microsoft.NetApp REST API operation definition. */
8
+ export interface Operation {
9
+ /** Operation name: {provider}/{resource}/{operation} */
10
+ name?: string;
11
+ /** Display metadata associated with the operation. */
12
+ display?: OperationDisplay;
13
+ /** The origin of operations. */
14
+ origin?: string;
15
+ /** One property of operation, include metric specifications. */
16
+ serviceSpecification?: ServiceSpecification;
17
+ }
18
+ /** Display metadata associated with the operation. */
19
+ export interface OperationDisplay {
20
+ /** Service provider: Microsoft NetApp. */
21
+ provider?: string;
22
+ /** Resource on which the operation is performed etc. */
23
+ resource?: string;
24
+ /** Type of operation: get, read, delete, etc. */
25
+ operation?: string;
26
+ /** Operation description. */
27
+ description?: string;
28
+ }
29
+ /** One property of operation, include metric specifications. */
30
+ export interface ServiceSpecification {
31
+ /** Metric specifications of operation. */
32
+ metricSpecifications?: MetricSpecification[];
33
+ /** Log specification of operation. */
34
+ logSpecifications?: LogSpecification[];
35
+ }
36
+ /** Metric specification of operation. */
37
+ export interface MetricSpecification {
38
+ /** Name of metric specification. */
39
+ name?: string;
40
+ /** Display name of metric specification. */
41
+ displayName?: string;
42
+ /** Display description of metric specification. */
43
+ displayDescription?: string;
44
+ /** Unit could be Bytes or Count. */
45
+ unit?: string;
46
+ /** Support metric aggregation type. */
47
+ supportedAggregationTypes?: MetricAggregationType[];
48
+ /** The supported time grain types for the metrics. */
49
+ supportedTimeGrainTypes?: string[];
50
+ /** The internal metric name. */
51
+ internalMetricName?: string;
52
+ /** Whether or not the service is using regional MDM accounts. */
53
+ enableRegionalMdmAccount?: boolean;
54
+ /** The source MDM account. */
55
+ sourceMdmAccount?: string;
56
+ /** The source MDM namespace. */
57
+ sourceMdmNamespace?: string;
58
+ /** Dimensions of blobs, including blob type and access tier. */
59
+ dimensions?: Dimension[];
60
+ /** Aggregation type could be Average. */
61
+ aggregationType?: string;
62
+ /** The property to decide fill gap with zero or not. */
63
+ fillGapWithZero?: boolean;
64
+ /** The category this metric specification belong to, could be Capacity. */
65
+ category?: string;
66
+ /** Account Resource Id. */
67
+ resourceIdDimensionNameOverride?: string;
68
+ /** Whether the metric is internal. */
69
+ isInternal?: boolean;
70
+ }
71
+ /** Dimension of blobs, possibly be blob type or access tier. */
72
+ export interface Dimension {
73
+ /** Display name of dimension. */
74
+ name?: string;
75
+ /** Display name of dimension. */
76
+ displayName?: string;
77
+ }
78
+ /** Log Definition of a single resource metric. */
79
+ export interface LogSpecification {
80
+ /** Name of log specification. */
81
+ name?: string;
82
+ /** Display name of log specification. */
83
+ displayName?: string;
84
+ }
85
+ /** Resource name availability request content. */
86
+ export interface ResourceNameAvailabilityRequest {
87
+ /** Resource name to verify. */
88
+ name: string;
89
+ /** Resource type used for verification. */
90
+ type: CheckNameResourceTypes;
91
+ /** Resource group name. */
92
+ resourceGroup: string;
93
+ }
94
+ /** Information regarding availability of a resource. */
95
+ export interface CheckAvailabilityResponse {
96
+ /** <code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both. */
97
+ isAvailable?: boolean;
98
+ /** <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. */
99
+ reason?: InAvailabilityReasonType;
100
+ /** 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. */
101
+ message?: string;
102
+ }
103
+ /** File path availability request content - availability is based on the name and the subnetId. */
104
+ export interface FilePathAvailabilityRequest {
105
+ /** File path to verify. */
106
+ name: string;
107
+ /** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes */
108
+ subnetId: string;
109
+ }
110
+ /** Quota availability request content. */
111
+ export interface QuotaAvailabilityRequest {
112
+ /** Name of the resource to verify. */
113
+ name: string;
114
+ /** Resource type used for verification. */
115
+ type: CheckQuotaNameResourceTypes;
116
+ /** Resource group name. */
117
+ resourceGroup: string;
118
+ }
119
+ /** List of Subscription Quota Items */
120
+ export interface SubscriptionQuotaItemList {
121
+ /** A list of SubscriptionQuotaItems */
122
+ value?: SubscriptionQuotaItem[];
123
+ }
124
+ /** Metadata pertaining to creation and last modification of the resource. */
125
+ export interface SystemData {
126
+ /** The identity that created the resource. */
127
+ createdBy?: string;
128
+ /** The type of identity that created the resource. */
129
+ createdByType?: CreatedByType;
130
+ /** The timestamp of resource creation (UTC). */
131
+ createdAt?: Date;
132
+ /** The identity that last modified the resource. */
133
+ lastModifiedBy?: string;
134
+ /** The type of identity that last modified the resource. */
135
+ lastModifiedByType?: CreatedByType;
136
+ /** The timestamp of resource last modification (UTC) */
137
+ lastModifiedAt?: Date;
138
+ }
139
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
140
+ export interface Resource {
141
+ /**
142
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
143
+ * NOTE: This property will not be serialized. It can only be populated by the server.
144
+ */
145
+ readonly id?: string;
146
+ /**
147
+ * The name of the resource
148
+ * NOTE: This property will not be serialized. It can only be populated by the server.
149
+ */
150
+ readonly name?: string;
151
+ /**
152
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
153
+ * NOTE: This property will not be serialized. It can only be populated by the server.
154
+ */
155
+ readonly type?: string;
156
+ }
157
+ /** List of NetApp account resources */
158
+ export interface NetAppAccountList {
159
+ /** Multiple NetApp accounts */
160
+ value?: NetAppAccount[];
161
+ /** URL to get the next set of results. */
162
+ nextLink?: string;
163
+ }
164
+ /** NetApp account resource */
165
+ export interface NetAppAccount {
166
+ /** Resource location */
167
+ location: string;
168
+ /**
169
+ * Resource Id
170
+ * NOTE: This property will not be serialized. It can only be populated by the server.
171
+ */
172
+ readonly id?: string;
173
+ /**
174
+ * Resource name
175
+ * NOTE: This property will not be serialized. It can only be populated by the server.
176
+ */
177
+ readonly name?: string;
178
+ /**
179
+ * A unique read-only string that changes whenever the resource is updated.
180
+ * NOTE: This property will not be serialized. It can only be populated by the server.
181
+ */
182
+ readonly etag?: string;
183
+ /**
184
+ * Resource type
185
+ * NOTE: This property will not be serialized. It can only be populated by the server.
186
+ */
187
+ readonly type?: string;
188
+ /** Resource tags */
189
+ tags?: {
190
+ [propertyName: string]: string;
191
+ };
192
+ /**
193
+ * The system meta data relating to this resource.
194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
195
+ */
196
+ readonly systemData?: SystemData;
197
+ /**
198
+ * Azure lifecycle management
199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
200
+ */
201
+ readonly provisioningState?: string;
202
+ /** Active Directories */
203
+ activeDirectories?: ActiveDirectory[];
204
+ /** Encryption settings */
205
+ encryption?: AccountEncryption;
206
+ }
207
+ /** Active Directory */
208
+ export interface ActiveDirectory {
209
+ /** Id of the Active Directory */
210
+ activeDirectoryId?: string;
211
+ /** Username of Active Directory domain administrator */
212
+ username?: string;
213
+ /** Plain text password of Active Directory domain administrator, value is masked in the response */
214
+ password?: string;
215
+ /** Name of the Active Directory domain */
216
+ domain?: string;
217
+ /** Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain */
218
+ dns?: string;
219
+ /**
220
+ * Status of the Active Directory
221
+ * NOTE: This property will not be serialized. It can only be populated by the server.
222
+ */
223
+ readonly status?: ActiveDirectoryStatus;
224
+ /**
225
+ * Any details in regards to the Status of the Active Directory
226
+ * NOTE: This property will not be serialized. It can only be populated by the server.
227
+ */
228
+ readonly statusDetails?: string;
229
+ /** NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes */
230
+ smbServerName?: string;
231
+ /** The Organizational Unit (OU) within the Windows Active Directory */
232
+ organizationalUnit?: string;
233
+ /** The Active Directory site the service will limit Domain Controller discovery to */
234
+ site?: string;
235
+ /** Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier */
236
+ backupOperators?: string[];
237
+ /** Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier */
238
+ administrators?: string[];
239
+ /** kdc server IP addresses for the active directory machine. This optional parameter is used only while creating kerberos volume. */
240
+ kdcIP?: string;
241
+ /** Name of the active directory machine. This optional parameter is used only while creating kerberos volume */
242
+ adName?: string;
243
+ /** 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. */
244
+ serverRootCACertificate?: string;
245
+ /** If enabled, AES encryption will be enabled for SMB communication. */
246
+ aesEncryption?: boolean;
247
+ /** Specifies whether or not the LDAP traffic needs to be signed. */
248
+ ldapSigning?: boolean;
249
+ /** 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 */
250
+ securityOperators?: string[];
251
+ /** Specifies whether or not the LDAP traffic needs to be secured via TLS. */
252
+ ldapOverTLS?: boolean;
253
+ /** If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes. */
254
+ allowLocalNfsUsersWithLdap?: boolean;
255
+ /** If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted. */
256
+ encryptDCConnections?: boolean;
257
+ }
258
+ /** Encryption settings */
259
+ export interface AccountEncryption {
260
+ /** Encryption Key Source. Possible values are: 'Microsoft.NetApp'. */
261
+ keySource?: string;
262
+ }
263
+ /** NetApp account patch resource */
264
+ export interface NetAppAccountPatch {
265
+ /** Resource location */
266
+ location?: string;
267
+ /**
268
+ * Resource Id
269
+ * NOTE: This property will not be serialized. It can only be populated by the server.
270
+ */
271
+ readonly id?: string;
272
+ /**
273
+ * Resource name
274
+ * NOTE: This property will not be serialized. It can only be populated by the server.
275
+ */
276
+ readonly name?: string;
277
+ /**
278
+ * Resource type
279
+ * NOTE: This property will not be serialized. It can only be populated by the server.
280
+ */
281
+ readonly type?: string;
282
+ /** Resource tags */
283
+ tags?: {
284
+ [propertyName: string]: string;
285
+ };
286
+ /**
287
+ * Azure lifecycle management
288
+ * NOTE: This property will not be serialized. It can only be populated by the server.
289
+ */
290
+ readonly provisioningState?: string;
291
+ /** Active Directories */
292
+ activeDirectories?: ActiveDirectory[];
293
+ /** Encryption settings */
294
+ encryption?: AccountEncryption;
295
+ }
296
+ /** An error response from the service. */
297
+ export interface CloudError {
298
+ /** Cloud error body. */
299
+ error?: CloudErrorBody;
300
+ }
301
+ /** An error response from the service. */
302
+ export interface CloudErrorBody {
303
+ /** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
304
+ code?: string;
305
+ /** A message describing the error, intended to be suitable for display in a user interface. */
306
+ message?: string;
307
+ }
308
+ /** List of capacity pool resources */
309
+ export interface CapacityPoolList {
310
+ /** List of Capacity pools */
311
+ value?: CapacityPool[];
312
+ /** URL to get the next set of results. */
313
+ nextLink?: string;
314
+ }
315
+ /** Capacity pool resource */
316
+ export interface CapacityPool {
317
+ /** Resource location */
318
+ location: string;
319
+ /**
320
+ * Resource Id
321
+ * NOTE: This property will not be serialized. It can only be populated by the server.
322
+ */
323
+ readonly id?: string;
324
+ /**
325
+ * Resource name
326
+ * NOTE: This property will not be serialized. It can only be populated by the server.
327
+ */
328
+ readonly name?: string;
329
+ /**
330
+ * A unique read-only string that changes whenever the resource is updated.
331
+ * NOTE: This property will not be serialized. It can only be populated by the server.
332
+ */
333
+ readonly etag?: string;
334
+ /**
335
+ * Resource type
336
+ * NOTE: This property will not be serialized. It can only be populated by the server.
337
+ */
338
+ readonly type?: string;
339
+ /** Resource tags */
340
+ tags?: {
341
+ [propertyName: string]: string;
342
+ };
343
+ /**
344
+ * UUID v4 used to identify the Pool
345
+ * NOTE: This property will not be serialized. It can only be populated by the server.
346
+ */
347
+ readonly poolId?: string;
348
+ /** Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must be multiply of 4398046511104). */
349
+ size: number;
350
+ /** The service level of the file system */
351
+ serviceLevel: ServiceLevel;
352
+ /**
353
+ * Azure lifecycle management
354
+ * NOTE: This property will not be serialized. It can only be populated by the server.
355
+ */
356
+ readonly provisioningState?: string;
357
+ /**
358
+ * Total throughput of pool in Mibps
359
+ * NOTE: This property will not be serialized. It can only be populated by the server.
360
+ */
361
+ readonly totalThroughputMibps?: number;
362
+ /**
363
+ * Utilized throughput of pool in Mibps
364
+ * NOTE: This property will not be serialized. It can only be populated by the server.
365
+ */
366
+ readonly utilizedThroughputMibps?: number;
367
+ /** The qos type of the pool */
368
+ qosType?: QosType;
369
+ /** If enabled (true) the pool can contain cool Access enabled volumes. */
370
+ coolAccess?: boolean;
371
+ /** 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. */
372
+ encryptionType?: EncryptionType;
373
+ }
374
+ /** Capacity pool patch resource */
375
+ export interface CapacityPoolPatch {
376
+ /** Resource location */
377
+ location?: string;
378
+ /**
379
+ * Resource Id
380
+ * NOTE: This property will not be serialized. It can only be populated by the server.
381
+ */
382
+ readonly id?: string;
383
+ /**
384
+ * Resource name
385
+ * NOTE: This property will not be serialized. It can only be populated by the server.
386
+ */
387
+ readonly name?: string;
388
+ /**
389
+ * Resource type
390
+ * NOTE: This property will not be serialized. It can only be populated by the server.
391
+ */
392
+ readonly type?: string;
393
+ /** Resource tags */
394
+ tags?: {
395
+ [propertyName: string]: string;
396
+ };
397
+ /** Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must be multiply of 4398046511104). */
398
+ size?: number;
399
+ /** The qos type of the pool */
400
+ qosType?: QosType;
401
+ }
402
+ /** List of volume resources */
403
+ export interface VolumeList {
404
+ /** List of volumes */
405
+ value?: Volume[];
406
+ /** URL to get the next set of results. */
407
+ nextLink?: string;
408
+ }
409
+ /** Volume resource */
410
+ export interface Volume {
411
+ /** Resource location */
412
+ location: string;
413
+ /**
414
+ * Resource Id
415
+ * NOTE: This property will not be serialized. It can only be populated by the server.
416
+ */
417
+ readonly id?: string;
418
+ /**
419
+ * Resource name
420
+ * NOTE: This property will not be serialized. It can only be populated by the server.
421
+ */
422
+ readonly name?: string;
423
+ /**
424
+ * A unique read-only string that changes whenever the resource is updated.
425
+ * NOTE: This property will not be serialized. It can only be populated by the server.
426
+ */
427
+ readonly etag?: string;
428
+ /**
429
+ * Resource type
430
+ * NOTE: This property will not be serialized. It can only be populated by the server.
431
+ */
432
+ readonly type?: string;
433
+ /** Resource tags */
434
+ tags?: {
435
+ [propertyName: string]: string;
436
+ };
437
+ /**
438
+ * Unique FileSystem Identifier.
439
+ * NOTE: This property will not be serialized. It can only be populated by the server.
440
+ */
441
+ readonly fileSystemId?: string;
442
+ /** A unique file path for the volume. Used when creating mount targets */
443
+ creationToken: string;
444
+ /** The service level of the file system */
445
+ serviceLevel?: ServiceLevel;
446
+ /** Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes. */
447
+ usageThreshold: number;
448
+ /** Set of export policy rules */
449
+ exportPolicy?: VolumePropertiesExportPolicy;
450
+ /** Set of protocol types, default NFSv3, CIFS for SMB protocol */
451
+ protocolTypes?: string[];
452
+ /**
453
+ * Azure lifecycle management
454
+ * NOTE: This property will not be serialized. It can only be populated by the server.
455
+ */
456
+ readonly provisioningState?: string;
457
+ /** UUID v4 or resource identifier used to identify the Snapshot. */
458
+ snapshotId?: string;
459
+ /** UUID v4 or resource identifier used to identify the Backup. */
460
+ backupId?: string;
461
+ /**
462
+ * Unique Baremetal Tenant Identifier.
463
+ * NOTE: This property will not be serialized. It can only be populated by the server.
464
+ */
465
+ readonly baremetalTenantId?: string;
466
+ /** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes */
467
+ subnetId: string;
468
+ /** Basic network, or Standard features available to the volume. */
469
+ networkFeatures?: NetworkFeatures;
470
+ /**
471
+ * Network Sibling Set ID for the the group of volumes sharing networking resources.
472
+ * NOTE: This property will not be serialized. It can only be populated by the server.
473
+ */
474
+ readonly networkSiblingSetId?: string;
475
+ /**
476
+ * Provides storage to network proximity information for the volume.
477
+ * NOTE: This property will not be serialized. It can only be populated by the server.
478
+ */
479
+ readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
480
+ /**
481
+ * List of mount targets
482
+ * NOTE: This property will not be serialized. It can only be populated by the server.
483
+ */
484
+ readonly mountTargets?: MountTargetProperties[];
485
+ /** What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection */
486
+ volumeType?: string;
487
+ /** DataProtection type volumes include an object containing details of the replication */
488
+ dataProtection?: VolumePropertiesDataProtection;
489
+ /** Restoring */
490
+ isRestoring?: boolean;
491
+ /** If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true). */
492
+ snapshotDirectoryVisible?: boolean;
493
+ /** Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later */
494
+ kerberosEnabled?: boolean;
495
+ /** The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol */
496
+ securityStyle?: SecurityStyle;
497
+ /** Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later */
498
+ smbEncryption?: boolean;
499
+ /** Enables continuously available share property for smb volume. Only applicable for SMB volume */
500
+ smbContinuouslyAvailable?: boolean;
501
+ /** Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume */
502
+ throughputMibps?: number;
503
+ /** Encryption Key Source. Possible values are: 'Microsoft.NetApp' */
504
+ encryptionKeySource?: string;
505
+ /** Specifies whether LDAP is enabled or not for a given NFS volume. */
506
+ ldapEnabled?: boolean;
507
+ /** Specifies whether Cool Access(tiering) is enabled for the volume. */
508
+ coolAccess?: boolean;
509
+ /** Specifies the number of days after which data that is not accessed by clients will be tiered. */
510
+ coolnessPeriod?: number;
511
+ /** 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. */
512
+ unixPermissions?: string;
513
+ /**
514
+ * 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.
515
+ * NOTE: This property will not be serialized. It can only be populated by the server.
516
+ */
517
+ readonly cloneProgress?: number;
518
+ /** Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose */
519
+ avsDataStore?: AvsDataStore;
520
+ /** Specifies if default quota is enabled for the volume. */
521
+ isDefaultQuotaEnabled?: boolean;
522
+ /** Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . */
523
+ defaultUserQuotaInKiBs?: number;
524
+ /** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
525
+ defaultGroupQuotaInKiBs?: number;
526
+ /**
527
+ * Volume Group Name
528
+ * NOTE: This property will not be serialized. It can only be populated by the server.
529
+ */
530
+ readonly volumeGroupName?: string;
531
+ /** Pool Resource Id used in case of creating a volume through volume group */
532
+ capacityPoolResourceId?: string;
533
+ /** Proximity placement group associated with the volume */
534
+ proximityPlacementGroup?: string;
535
+ /**
536
+ * T2 network information
537
+ * NOTE: This property will not be serialized. It can only be populated by the server.
538
+ */
539
+ readonly t2Network?: string;
540
+ /** Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log */
541
+ volumeSpecName?: string;
542
+ /** Application specific placement rules for the particular volume */
543
+ placementRules?: PlacementKeyValuePairs[];
544
+ }
545
+ /** Set of export policy rules */
546
+ export interface VolumePropertiesExportPolicy {
547
+ /** Export policy rule */
548
+ rules?: ExportPolicyRule[];
549
+ }
550
+ /** Volume Export Policy Rule */
551
+ export interface ExportPolicyRule {
552
+ /** Order index */
553
+ ruleIndex?: number;
554
+ /** Read only access */
555
+ unixReadOnly?: boolean;
556
+ /** Read and write access */
557
+ unixReadWrite?: boolean;
558
+ /** Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later */
559
+ kerberos5ReadOnly?: boolean;
560
+ /** Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later */
561
+ kerberos5ReadWrite?: boolean;
562
+ /** Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later */
563
+ kerberos5IReadOnly?: boolean;
564
+ /** Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later */
565
+ kerberos5IReadWrite?: boolean;
566
+ /** Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later */
567
+ kerberos5PReadOnly?: boolean;
568
+ /** Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later */
569
+ kerberos5PReadWrite?: boolean;
570
+ /** Allows CIFS protocol */
571
+ cifs?: boolean;
572
+ /** Allows NFSv3 protocol. Enable only for NFSv3 type volumes */
573
+ nfsv3?: boolean;
574
+ /** Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes */
575
+ nfsv41?: boolean;
576
+ /** Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names */
577
+ allowedClients?: string;
578
+ /** Has root access to volume */
579
+ hasRootAccess?: boolean;
580
+ /** 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. */
581
+ chownMode?: ChownMode;
582
+ }
583
+ /** Mount target properties */
584
+ export interface MountTargetProperties {
585
+ /**
586
+ * UUID v4 used to identify the MountTarget
587
+ * NOTE: This property will not be serialized. It can only be populated by the server.
588
+ */
589
+ readonly mountTargetId?: string;
590
+ /** UUID v4 used to identify the MountTarget */
591
+ fileSystemId: string;
592
+ /**
593
+ * The mount target's IPv4 address
594
+ * NOTE: This property will not be serialized. It can only be populated by the server.
595
+ */
596
+ readonly ipAddress?: string;
597
+ /** The SMB server's Fully Qualified Domain Name, FQDN */
598
+ smbServerFqdn?: string;
599
+ }
600
+ /** DataProtection type volumes include an object containing details of the replication */
601
+ export interface VolumePropertiesDataProtection {
602
+ /** Backup Properties */
603
+ backup?: VolumeBackupProperties;
604
+ /** Replication properties */
605
+ replication?: ReplicationObject;
606
+ /** Snapshot properties. */
607
+ snapshot?: VolumeSnapshotProperties;
608
+ }
609
+ /** Volume Backup Properties */
610
+ export interface VolumeBackupProperties {
611
+ /** Backup Policy Resource ID */
612
+ backupPolicyId?: string;
613
+ /** Policy Enforced */
614
+ policyEnforced?: boolean;
615
+ /** Vault Resource ID */
616
+ vaultId?: string;
617
+ /** Backup Enabled */
618
+ backupEnabled?: boolean;
619
+ }
620
+ /** Replication properties */
621
+ export interface ReplicationObject {
622
+ /** Id */
623
+ replicationId?: string;
624
+ /** Indicates whether the local volume is the source or destination for the Volume Replication */
625
+ endpointType?: EndpointType;
626
+ /** Schedule */
627
+ replicationSchedule?: ReplicationSchedule;
628
+ /** The resource ID of the remote volume. */
629
+ remoteVolumeResourceId: string;
630
+ /** The remote region for the other end of the Volume Replication. */
631
+ remoteVolumeRegion?: string;
632
+ }
633
+ /** Volume Snapshot Properties */
634
+ export interface VolumeSnapshotProperties {
635
+ /** Snapshot Policy ResourceId */
636
+ snapshotPolicyId?: string;
637
+ }
638
+ /** Application specific parameters for the placement of volumes in the volume group */
639
+ export interface PlacementKeyValuePairs {
640
+ /** Key for an application specific parameter for the placement of volumes in the volume group */
641
+ key: string;
642
+ /** Value for an application specific parameter for the placement of volumes in the volume group */
643
+ value: string;
644
+ }
645
+ /** Volume patch resource */
646
+ export interface VolumePatch {
647
+ /** Resource location */
648
+ location?: string;
649
+ /**
650
+ * Resource Id
651
+ * NOTE: This property will not be serialized. It can only be populated by the server.
652
+ */
653
+ readonly id?: string;
654
+ /**
655
+ * Resource name
656
+ * NOTE: This property will not be serialized. It can only be populated by the server.
657
+ */
658
+ readonly name?: string;
659
+ /**
660
+ * Resource type
661
+ * NOTE: This property will not be serialized. It can only be populated by the server.
662
+ */
663
+ readonly type?: string;
664
+ /** Resource tags */
665
+ tags?: {
666
+ [propertyName: string]: string;
667
+ };
668
+ /** The service level of the file system */
669
+ serviceLevel?: ServiceLevel;
670
+ /** Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes. */
671
+ usageThreshold?: number;
672
+ /** Set of export policy rules */
673
+ exportPolicy?: VolumePatchPropertiesExportPolicy;
674
+ /** Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume */
675
+ throughputMibps?: number;
676
+ /** DataProtection type volumes include an object containing details of the replication */
677
+ dataProtection?: VolumePatchPropertiesDataProtection;
678
+ /** Specifies if default quota is enabled for the volume. */
679
+ isDefaultQuotaEnabled?: boolean;
680
+ /** Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . */
681
+ defaultUserQuotaInKiBs?: number;
682
+ /** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
683
+ defaultGroupQuotaInKiBs?: number;
684
+ }
685
+ /** Set of export policy rules */
686
+ export interface VolumePatchPropertiesExportPolicy {
687
+ /** Export policy rule */
688
+ rules?: ExportPolicyRule[];
689
+ }
690
+ /** DataProtection type volumes include an object containing details of the replication */
691
+ export interface VolumePatchPropertiesDataProtection {
692
+ /** Backup Properties */
693
+ backup?: VolumeBackupProperties;
694
+ /** Snapshot properties. */
695
+ snapshot?: VolumeSnapshotProperties;
696
+ }
697
+ /** revert a volume to the snapshot */
698
+ export interface VolumeRevert {
699
+ /** Resource id of the snapshot */
700
+ snapshotId?: string;
701
+ }
702
+ /** Break replication request */
703
+ export interface BreakReplicationRequest {
704
+ /** If replication is in status transferring and you want to force break the replication, set to true */
705
+ forceBreakReplication?: boolean;
706
+ }
707
+ /** Replication status */
708
+ export interface ReplicationStatus {
709
+ /** Replication health check */
710
+ healthy?: boolean;
711
+ /** Status of the mirror relationship */
712
+ relationshipStatus?: RelationshipStatus;
713
+ /** The status of the replication */
714
+ mirrorState?: MirrorState;
715
+ /** The progress of the replication */
716
+ totalProgress?: string;
717
+ /** Displays error message if the replication is in an error state */
718
+ errorMessage?: string;
719
+ }
720
+ /** Authorize request */
721
+ export interface AuthorizeRequest {
722
+ /** Resource id of the remote volume */
723
+ remoteVolumeResourceId?: string;
724
+ }
725
+ /** Pool change request */
726
+ export interface PoolChangeRequest {
727
+ /** Resource id of the pool to move volume to */
728
+ newPoolResourceId: string;
729
+ }
730
+ /** List of Snapshots */
731
+ export interface SnapshotsList {
732
+ /** A list of Snapshots */
733
+ value?: Snapshot[];
734
+ }
735
+ /** Snapshot of a Volume */
736
+ export interface Snapshot {
737
+ /** Resource location */
738
+ location: string;
739
+ /**
740
+ * Resource Id
741
+ * NOTE: This property will not be serialized. It can only be populated by the server.
742
+ */
743
+ readonly id?: string;
744
+ /**
745
+ * Resource name
746
+ * NOTE: This property will not be serialized. It can only be populated by the server.
747
+ */
748
+ readonly name?: string;
749
+ /**
750
+ * Resource type
751
+ * NOTE: This property will not be serialized. It can only be populated by the server.
752
+ */
753
+ readonly type?: string;
754
+ /**
755
+ * UUID v4 used to identify the Snapshot
756
+ * NOTE: This property will not be serialized. It can only be populated by the server.
757
+ */
758
+ readonly snapshotId?: string;
759
+ /**
760
+ * The creation date of the snapshot
761
+ * NOTE: This property will not be serialized. It can only be populated by the server.
762
+ */
763
+ readonly created?: Date;
764
+ /**
765
+ * Azure lifecycle management
766
+ * NOTE: This property will not be serialized. It can only be populated by the server.
767
+ */
768
+ readonly provisioningState?: string;
769
+ }
770
+ /** List of Snapshot Policies */
771
+ export interface SnapshotPoliciesList {
772
+ /** A list of snapshot policies */
773
+ value?: SnapshotPolicy[];
774
+ }
775
+ /** Snapshot policy information */
776
+ export interface SnapshotPolicy {
777
+ /** Resource location */
778
+ location: string;
779
+ /**
780
+ * Resource Id
781
+ * NOTE: This property will not be serialized. It can only be populated by the server.
782
+ */
783
+ readonly id?: string;
784
+ /**
785
+ * Resource name
786
+ * NOTE: This property will not be serialized. It can only be populated by the server.
787
+ */
788
+ readonly name?: string;
789
+ /**
790
+ * A unique read-only string that changes whenever the resource is updated.
791
+ * NOTE: This property will not be serialized. It can only be populated by the server.
792
+ */
793
+ readonly etag?: string;
794
+ /**
795
+ * Resource type
796
+ * NOTE: This property will not be serialized. It can only be populated by the server.
797
+ */
798
+ readonly type?: string;
799
+ /** Resource tags */
800
+ tags?: {
801
+ [propertyName: string]: string;
802
+ };
803
+ /** Schedule for hourly snapshots */
804
+ hourlySchedule?: HourlySchedule;
805
+ /** Schedule for daily snapshots */
806
+ dailySchedule?: DailySchedule;
807
+ /** Schedule for weekly snapshots */
808
+ weeklySchedule?: WeeklySchedule;
809
+ /** Schedule for monthly snapshots */
810
+ monthlySchedule?: MonthlySchedule;
811
+ /** The property to decide policy is enabled or not */
812
+ enabled?: boolean;
813
+ /**
814
+ * Azure lifecycle management
815
+ * NOTE: This property will not be serialized. It can only be populated by the server.
816
+ */
817
+ readonly provisioningState?: string;
818
+ }
819
+ /** Hourly Schedule properties */
820
+ export interface HourlySchedule {
821
+ /** Hourly snapshot count to keep */
822
+ snapshotsToKeep?: number;
823
+ /** Indicates which minute snapshot should be taken */
824
+ minute?: number;
825
+ /** Resource size in bytes, current storage usage for the volume in bytes */
826
+ usedBytes?: number;
827
+ }
828
+ /** Daily Schedule properties */
829
+ export interface DailySchedule {
830
+ /** Daily snapshot count to keep */
831
+ snapshotsToKeep?: number;
832
+ /** Indicates which hour in UTC timezone a snapshot should be taken */
833
+ hour?: number;
834
+ /** Indicates which minute snapshot should be taken */
835
+ minute?: number;
836
+ /** Resource size in bytes, current storage usage for the volume in bytes */
837
+ usedBytes?: number;
838
+ }
839
+ /** Weekly Schedule properties, make a snapshot every week at a specific day or days */
840
+ export interface WeeklySchedule {
841
+ /** Weekly snapshot count to keep */
842
+ snapshotsToKeep?: number;
843
+ /** Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english */
844
+ day?: string;
845
+ /** Indicates which hour in UTC timezone a snapshot should be taken */
846
+ hour?: number;
847
+ /** Indicates which minute snapshot should be taken */
848
+ minute?: number;
849
+ /** Resource size in bytes, current storage usage for the volume in bytes */
850
+ usedBytes?: number;
851
+ }
852
+ /** Monthly Schedule properties */
853
+ export interface MonthlySchedule {
854
+ /** Monthly snapshot count to keep */
855
+ snapshotsToKeep?: number;
856
+ /** Indicates which days of the month snapshot should be taken. A comma delimited string. */
857
+ daysOfMonth?: string;
858
+ /** Indicates which hour in UTC timezone a snapshot should be taken */
859
+ hour?: number;
860
+ /** Indicates which minute snapshot should be taken */
861
+ minute?: number;
862
+ /** Resource size in bytes, current storage usage for the volume in bytes */
863
+ usedBytes?: number;
864
+ }
865
+ /** Snapshot policy Details for create and update */
866
+ export interface SnapshotPolicyPatch {
867
+ /** Resource location */
868
+ location?: string;
869
+ /**
870
+ * Resource Id
871
+ * NOTE: This property will not be serialized. It can only be populated by the server.
872
+ */
873
+ readonly id?: string;
874
+ /**
875
+ * Resource name
876
+ * NOTE: This property will not be serialized. It can only be populated by the server.
877
+ */
878
+ readonly name?: string;
879
+ /**
880
+ * Resource type
881
+ * NOTE: This property will not be serialized. It can only be populated by the server.
882
+ */
883
+ readonly type?: string;
884
+ /** Resource tags */
885
+ tags?: {
886
+ [propertyName: string]: string;
887
+ };
888
+ /** Schedule for hourly snapshots */
889
+ hourlySchedule?: HourlySchedule;
890
+ /** Schedule for daily snapshots */
891
+ dailySchedule?: DailySchedule;
892
+ /** Schedule for weekly snapshots */
893
+ weeklySchedule?: WeeklySchedule;
894
+ /** Schedule for monthly snapshots */
895
+ monthlySchedule?: MonthlySchedule;
896
+ /** The property to decide policy is enabled or not */
897
+ enabled?: boolean;
898
+ /**
899
+ * Azure lifecycle management
900
+ * NOTE: This property will not be serialized. It can only be populated by the server.
901
+ */
902
+ readonly provisioningState?: string;
903
+ }
904
+ /** Volumes associated with snapshot policy */
905
+ export interface SnapshotPolicyVolumeList {
906
+ /** List of volumes */
907
+ value?: Volume[];
908
+ }
909
+ /** Backup status */
910
+ export interface BackupStatus {
911
+ /**
912
+ * Backup health status
913
+ * NOTE: This property will not be serialized. It can only be populated by the server.
914
+ */
915
+ readonly healthy?: boolean;
916
+ /**
917
+ * Status of the backup mirror relationship
918
+ * NOTE: This property will not be serialized. It can only be populated by the server.
919
+ */
920
+ readonly relationshipStatus?: RelationshipStatus;
921
+ /**
922
+ * The status of the backup
923
+ * NOTE: This property will not be serialized. It can only be populated by the server.
924
+ */
925
+ readonly mirrorState?: MirrorState;
926
+ /**
927
+ * Reason for the unhealthy backup relationship
928
+ * NOTE: This property will not be serialized. It can only be populated by the server.
929
+ */
930
+ readonly unhealthyReason?: string;
931
+ /**
932
+ * Displays error message if the backup is in an error state
933
+ * NOTE: This property will not be serialized. It can only be populated by the server.
934
+ */
935
+ readonly errorMessage?: string;
936
+ /**
937
+ * Displays the last transfer size
938
+ * NOTE: This property will not be serialized. It can only be populated by the server.
939
+ */
940
+ readonly lastTransferSize?: number;
941
+ /**
942
+ * Displays the last transfer type
943
+ * NOTE: This property will not be serialized. It can only be populated by the server.
944
+ */
945
+ readonly lastTransferType?: string;
946
+ /**
947
+ * Displays the total bytes transferred
948
+ * NOTE: This property will not be serialized. It can only be populated by the server.
949
+ */
950
+ readonly totalTransferBytes?: number;
951
+ }
952
+ /** Restore status */
953
+ export interface RestoreStatus {
954
+ /**
955
+ * Restore health status
956
+ * NOTE: This property will not be serialized. It can only be populated by the server.
957
+ */
958
+ readonly healthy?: boolean;
959
+ /**
960
+ * Status of the restore SnapMirror relationship
961
+ * NOTE: This property will not be serialized. It can only be populated by the server.
962
+ */
963
+ readonly relationshipStatus?: RelationshipStatus;
964
+ /**
965
+ * The status of the restore
966
+ * NOTE: This property will not be serialized. It can only be populated by the server.
967
+ */
968
+ readonly mirrorState?: MirrorState;
969
+ /**
970
+ * Reason for the unhealthy restore relationship
971
+ * NOTE: This property will not be serialized. It can only be populated by the server.
972
+ */
973
+ readonly unhealthyReason?: string;
974
+ /**
975
+ * Displays error message if the restore is in an error state
976
+ * NOTE: This property will not be serialized. It can only be populated by the server.
977
+ */
978
+ readonly errorMessage?: string;
979
+ /**
980
+ * Displays the total bytes transferred
981
+ * NOTE: This property will not be serialized. It can only be populated by the server.
982
+ */
983
+ readonly totalTransferBytes?: number;
984
+ }
985
+ /** List of Backups */
986
+ export interface BackupsList {
987
+ /** A list of Backups */
988
+ value?: Backup[];
989
+ }
990
+ /** Backup of a Volume */
991
+ export interface Backup {
992
+ /** Resource location */
993
+ location: string;
994
+ /**
995
+ * Resource Id
996
+ * NOTE: This property will not be serialized. It can only be populated by the server.
997
+ */
998
+ readonly id?: string;
999
+ /**
1000
+ * Resource name
1001
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1002
+ */
1003
+ readonly name?: string;
1004
+ /**
1005
+ * Resource type
1006
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1007
+ */
1008
+ readonly type?: string;
1009
+ /**
1010
+ * UUID v4 used to identify the Backup
1011
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1012
+ */
1013
+ readonly backupId?: string;
1014
+ /**
1015
+ * The creation date of the backup
1016
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1017
+ */
1018
+ readonly creationDate?: Date;
1019
+ /**
1020
+ * Azure lifecycle management
1021
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1022
+ */
1023
+ readonly provisioningState?: string;
1024
+ /**
1025
+ * Size of backup
1026
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1027
+ */
1028
+ readonly size?: number;
1029
+ /** Label for backup */
1030
+ label?: string;
1031
+ /**
1032
+ * Type of backup Manual or Scheduled
1033
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1034
+ */
1035
+ readonly backupType?: BackupType;
1036
+ /**
1037
+ * Failure reason
1038
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1039
+ */
1040
+ readonly failureReason?: string;
1041
+ /**
1042
+ * Volume name
1043
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1044
+ */
1045
+ readonly volumeName?: string;
1046
+ /** Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups */
1047
+ useExistingSnapshot?: boolean;
1048
+ }
1049
+ /** Backup patch */
1050
+ export interface BackupPatch {
1051
+ /** Resource tags */
1052
+ tags?: {
1053
+ [propertyName: string]: string;
1054
+ };
1055
+ /**
1056
+ * UUID v4 used to identify the Backup
1057
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1058
+ */
1059
+ readonly backupId?: string;
1060
+ /**
1061
+ * The creation date of the backup
1062
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1063
+ */
1064
+ readonly creationDate?: Date;
1065
+ /**
1066
+ * Azure lifecycle management
1067
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1068
+ */
1069
+ readonly provisioningState?: string;
1070
+ /**
1071
+ * Size of backup
1072
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1073
+ */
1074
+ readonly size?: number;
1075
+ /** Label for backup */
1076
+ label?: string;
1077
+ /**
1078
+ * Type of backup Manual or Scheduled
1079
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1080
+ */
1081
+ readonly backupType?: BackupType;
1082
+ /**
1083
+ * Failure reason
1084
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1085
+ */
1086
+ readonly failureReason?: string;
1087
+ /**
1088
+ * Volume name
1089
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1090
+ */
1091
+ readonly volumeName?: string;
1092
+ /** Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups */
1093
+ useExistingSnapshot?: boolean;
1094
+ }
1095
+ /** List of Backup Policies */
1096
+ export interface BackupPoliciesList {
1097
+ /** A list of backup policies */
1098
+ value?: BackupPolicy[];
1099
+ }
1100
+ /** Backup policy information */
1101
+ export interface BackupPolicy {
1102
+ /** Resource location */
1103
+ location: string;
1104
+ /**
1105
+ * Resource Id
1106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1107
+ */
1108
+ readonly id?: string;
1109
+ /**
1110
+ * Resource name
1111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1112
+ */
1113
+ readonly name?: string;
1114
+ /**
1115
+ * A unique read-only string that changes whenever the resource is updated.
1116
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1117
+ */
1118
+ readonly etag?: string;
1119
+ /**
1120
+ * Resource type
1121
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1122
+ */
1123
+ readonly type?: string;
1124
+ /** Resource tags */
1125
+ tags?: {
1126
+ [propertyName: string]: string;
1127
+ };
1128
+ /**
1129
+ * Backup Policy Resource ID
1130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1131
+ */
1132
+ readonly backupPolicyId?: string;
1133
+ /**
1134
+ * Azure lifecycle management
1135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1136
+ */
1137
+ readonly provisioningState?: string;
1138
+ /** Daily backups count to keep */
1139
+ dailyBackupsToKeep?: number;
1140
+ /** Weekly backups count to keep */
1141
+ weeklyBackupsToKeep?: number;
1142
+ /** Monthly backups count to keep */
1143
+ monthlyBackupsToKeep?: number;
1144
+ /**
1145
+ * Volumes using current backup policy
1146
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1147
+ */
1148
+ readonly volumesAssigned?: number;
1149
+ /** The property to decide policy is enabled or not */
1150
+ enabled?: boolean;
1151
+ /**
1152
+ * A list of volumes assigned to this policy
1153
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1154
+ */
1155
+ readonly volumeBackups?: VolumeBackups[];
1156
+ }
1157
+ /** Volume details using the backup policy */
1158
+ export interface VolumeBackups {
1159
+ /** Volume name */
1160
+ volumeName?: string;
1161
+ /** Total count of backups for volume */
1162
+ backupsCount?: number;
1163
+ /** Policy enabled */
1164
+ policyEnabled?: boolean;
1165
+ }
1166
+ /** Backup policy Details for create and update */
1167
+ export interface BackupPolicyPatch {
1168
+ /** Resource location */
1169
+ location?: string;
1170
+ /**
1171
+ * Resource Id
1172
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1173
+ */
1174
+ readonly id?: string;
1175
+ /**
1176
+ * Resource name
1177
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1178
+ */
1179
+ readonly name?: string;
1180
+ /**
1181
+ * Resource type
1182
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1183
+ */
1184
+ readonly type?: string;
1185
+ /** Resource tags */
1186
+ tags?: {
1187
+ [propertyName: string]: string;
1188
+ };
1189
+ /**
1190
+ * Backup Policy Resource ID
1191
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1192
+ */
1193
+ readonly backupPolicyId?: string;
1194
+ /**
1195
+ * Azure lifecycle management
1196
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1197
+ */
1198
+ readonly provisioningState?: string;
1199
+ /** Daily backups count to keep */
1200
+ dailyBackupsToKeep?: number;
1201
+ /** Weekly backups count to keep */
1202
+ weeklyBackupsToKeep?: number;
1203
+ /** Monthly backups count to keep */
1204
+ monthlyBackupsToKeep?: number;
1205
+ /**
1206
+ * Volumes using current backup policy
1207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1208
+ */
1209
+ readonly volumesAssigned?: number;
1210
+ /** The property to decide policy is enabled or not */
1211
+ enabled?: boolean;
1212
+ /**
1213
+ * A list of volumes assigned to this policy
1214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1215
+ */
1216
+ readonly volumeBackups?: VolumeBackups[];
1217
+ }
1218
+ /** List of Vaults */
1219
+ export interface VaultList {
1220
+ /** A list of vaults */
1221
+ value?: Vault[];
1222
+ }
1223
+ /** Vault information */
1224
+ export interface Vault {
1225
+ /** Resource location */
1226
+ location: string;
1227
+ /**
1228
+ * Resource Id
1229
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1230
+ */
1231
+ readonly id?: string;
1232
+ /**
1233
+ * Resource name
1234
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1235
+ */
1236
+ readonly name?: string;
1237
+ /**
1238
+ * Resource type
1239
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1240
+ */
1241
+ readonly type?: string;
1242
+ /** Vault Name */
1243
+ vaultName?: string;
1244
+ }
1245
+ /** List of volume group resources */
1246
+ export interface VolumeGroupList {
1247
+ /** List of volume Groups */
1248
+ value?: VolumeGroup[];
1249
+ }
1250
+ /** Volume group resource */
1251
+ export interface VolumeGroup {
1252
+ /** Resource location */
1253
+ location?: string;
1254
+ /**
1255
+ * Resource Id
1256
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1257
+ */
1258
+ readonly id?: string;
1259
+ /**
1260
+ * Resource name
1261
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1262
+ */
1263
+ readonly name?: string;
1264
+ /**
1265
+ * Resource type
1266
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1267
+ */
1268
+ readonly type?: string;
1269
+ /** Resource tags */
1270
+ tags?: {
1271
+ [propertyName: string]: string;
1272
+ };
1273
+ /**
1274
+ * Azure lifecycle management
1275
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1276
+ */
1277
+ readonly provisioningState?: string;
1278
+ /** Volume group details */
1279
+ groupMetaData?: VolumeGroupMetaData;
1280
+ }
1281
+ /** Volume group properties */
1282
+ export interface VolumeGroupMetaData {
1283
+ /** Group Description */
1284
+ groupDescription?: string;
1285
+ /** Application Type */
1286
+ applicationType?: ApplicationType;
1287
+ /** Application specific identifier */
1288
+ applicationIdentifier?: string;
1289
+ /** Application specific placement rules for the volume group */
1290
+ globalPlacementRules?: PlacementKeyValuePairs[];
1291
+ /** Application specific identifier of deployment rules for the volume group */
1292
+ deploymentSpecId?: string;
1293
+ /**
1294
+ * Number of volumes in volume group
1295
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1296
+ */
1297
+ readonly volumesCount?: number;
1298
+ }
1299
+ /** Volume group resource for create */
1300
+ export interface VolumeGroupDetails {
1301
+ /** Resource location */
1302
+ location?: string;
1303
+ /**
1304
+ * Resource Id
1305
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1306
+ */
1307
+ readonly id?: string;
1308
+ /**
1309
+ * Resource name
1310
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1311
+ */
1312
+ readonly name?: string;
1313
+ /**
1314
+ * Resource type
1315
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1316
+ */
1317
+ readonly type?: string;
1318
+ /** Resource tags */
1319
+ tags?: {
1320
+ [propertyName: string]: string;
1321
+ };
1322
+ /**
1323
+ * Azure lifecycle management
1324
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1325
+ */
1326
+ readonly provisioningState?: string;
1327
+ /** Volume group details */
1328
+ groupMetaData?: VolumeGroupMetaData;
1329
+ /** List of volumes from group */
1330
+ volumes?: VolumeGroupVolumeProperties[];
1331
+ }
1332
+ /** Volume resource */
1333
+ export interface VolumeGroupVolumeProperties {
1334
+ /**
1335
+ * Resource Id
1336
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1337
+ */
1338
+ readonly id?: string;
1339
+ /** Resource name */
1340
+ name?: string;
1341
+ /**
1342
+ * Resource type
1343
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1344
+ */
1345
+ readonly type?: string;
1346
+ /** Resource tags */
1347
+ tags?: {
1348
+ [propertyName: string]: string;
1349
+ };
1350
+ /**
1351
+ * Unique FileSystem Identifier.
1352
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1353
+ */
1354
+ readonly fileSystemId?: string;
1355
+ /** A unique file path for the volume. Used when creating mount targets */
1356
+ creationToken: string;
1357
+ /** The service level of the file system */
1358
+ serviceLevel?: ServiceLevel;
1359
+ /** Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes. */
1360
+ usageThreshold: number;
1361
+ /** Set of export policy rules */
1362
+ exportPolicy?: VolumePropertiesExportPolicy;
1363
+ /** Set of protocol types, default NFSv3, CIFS for SMB protocol */
1364
+ protocolTypes?: string[];
1365
+ /**
1366
+ * Azure lifecycle management
1367
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1368
+ */
1369
+ readonly provisioningState?: string;
1370
+ /** UUID v4 or resource identifier used to identify the Snapshot. */
1371
+ snapshotId?: string;
1372
+ /** UUID v4 or resource identifier used to identify the Backup. */
1373
+ backupId?: string;
1374
+ /**
1375
+ * Unique Baremetal Tenant Identifier.
1376
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1377
+ */
1378
+ readonly baremetalTenantId?: string;
1379
+ /** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes */
1380
+ subnetId: string;
1381
+ /** Basic network, or Standard features available to the volume. */
1382
+ networkFeatures?: NetworkFeatures;
1383
+ /**
1384
+ * Network Sibling Set ID for the the group of volumes sharing networking resources.
1385
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1386
+ */
1387
+ readonly networkSiblingSetId?: string;
1388
+ /**
1389
+ * Provides storage to network proximity information for the volume.
1390
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1391
+ */
1392
+ readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
1393
+ /**
1394
+ * List of mount targets
1395
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1396
+ */
1397
+ readonly mountTargets?: MountTargetProperties[];
1398
+ /** What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection */
1399
+ volumeType?: string;
1400
+ /** DataProtection type volumes include an object containing details of the replication */
1401
+ dataProtection?: VolumePropertiesDataProtection;
1402
+ /** Restoring */
1403
+ isRestoring?: boolean;
1404
+ /** If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true). */
1405
+ snapshotDirectoryVisible?: boolean;
1406
+ /** Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later */
1407
+ kerberosEnabled?: boolean;
1408
+ /** The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol */
1409
+ securityStyle?: SecurityStyle;
1410
+ /** Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later */
1411
+ smbEncryption?: boolean;
1412
+ /** Enables continuously available share property for smb volume. Only applicable for SMB volume */
1413
+ smbContinuouslyAvailable?: boolean;
1414
+ /** Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume */
1415
+ throughputMibps?: number;
1416
+ /** Encryption Key Source. Possible values are: 'Microsoft.NetApp' */
1417
+ encryptionKeySource?: string;
1418
+ /** Specifies whether LDAP is enabled or not for a given NFS volume. */
1419
+ ldapEnabled?: boolean;
1420
+ /** Specifies whether Cool Access(tiering) is enabled for the volume. */
1421
+ coolAccess?: boolean;
1422
+ /** Specifies the number of days after which data that is not accessed by clients will be tiered. */
1423
+ coolnessPeriod?: number;
1424
+ /** 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. */
1425
+ unixPermissions?: string;
1426
+ /**
1427
+ * 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.
1428
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1429
+ */
1430
+ readonly cloneProgress?: number;
1431
+ /** Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose */
1432
+ avsDataStore?: AvsDataStore;
1433
+ /** Specifies if default quota is enabled for the volume. */
1434
+ isDefaultQuotaEnabled?: boolean;
1435
+ /** Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . */
1436
+ defaultUserQuotaInKiBs?: number;
1437
+ /** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
1438
+ defaultGroupQuotaInKiBs?: number;
1439
+ /**
1440
+ * Volume Group Name
1441
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1442
+ */
1443
+ readonly volumeGroupName?: string;
1444
+ /** Pool Resource Id used in case of creating a volume through volume group */
1445
+ capacityPoolResourceId?: string;
1446
+ /** Proximity placement group associated with the volume */
1447
+ proximityPlacementGroup?: string;
1448
+ /**
1449
+ * T2 network information
1450
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1451
+ */
1452
+ readonly t2Network?: string;
1453
+ /** Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log */
1454
+ volumeSpecName?: string;
1455
+ /** Application specific placement rules for the particular volume */
1456
+ placementRules?: PlacementKeyValuePairs[];
1457
+ }
1458
+ /** Identity for the resource. */
1459
+ export interface ResourceIdentity {
1460
+ /**
1461
+ * Object id of the identity resource
1462
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1463
+ */
1464
+ readonly principalId?: string;
1465
+ /**
1466
+ * The tenant id of the resource
1467
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1468
+ */
1469
+ readonly tenantId?: string;
1470
+ /** Type of Identity. Supported values are: 'None', 'SystemAssigned' */
1471
+ type?: string;
1472
+ }
1473
+ /** Mount Target */
1474
+ export interface MountTarget {
1475
+ /** Resource location */
1476
+ location: string;
1477
+ /**
1478
+ * Resource Id
1479
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1480
+ */
1481
+ readonly id?: string;
1482
+ /**
1483
+ * Resource name
1484
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1485
+ */
1486
+ readonly name?: string;
1487
+ /**
1488
+ * Resource type
1489
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1490
+ */
1491
+ readonly type?: string;
1492
+ /** Resource tags */
1493
+ tags?: {
1494
+ [propertyName: string]: string;
1495
+ };
1496
+ /**
1497
+ * UUID v4 used to identify the MountTarget
1498
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1499
+ */
1500
+ readonly mountTargetId?: string;
1501
+ /** UUID v4 used to identify the MountTarget */
1502
+ fileSystemId: string;
1503
+ /**
1504
+ * The mount target's IPv4 address
1505
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1506
+ */
1507
+ readonly ipAddress?: string;
1508
+ /** The SMB server's Fully Qualified Domain Name, FQDN */
1509
+ smbServerFqdn?: string;
1510
+ }
1511
+ /** Snapshot policy properties */
1512
+ export interface SnapshotPolicyDetails {
1513
+ /** Resource location */
1514
+ location?: string;
1515
+ /**
1516
+ * Resource Id
1517
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1518
+ */
1519
+ readonly id?: string;
1520
+ /**
1521
+ * Resource name
1522
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1523
+ */
1524
+ readonly name?: string;
1525
+ /**
1526
+ * Resource type
1527
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1528
+ */
1529
+ readonly type?: string;
1530
+ /** Resource tags */
1531
+ tags?: {
1532
+ [propertyName: string]: string;
1533
+ };
1534
+ /** Schedule for hourly snapshots */
1535
+ hourlySchedule?: HourlySchedule;
1536
+ /** Schedule for daily snapshots */
1537
+ dailySchedule?: DailySchedule;
1538
+ /** Schedule for weekly snapshots */
1539
+ weeklySchedule?: WeeklySchedule;
1540
+ /** Schedule for monthly snapshots */
1541
+ monthlySchedule?: MonthlySchedule;
1542
+ /** The property to decide policy is enabled or not */
1543
+ enabled?: boolean;
1544
+ /**
1545
+ * Azure lifecycle management
1546
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1547
+ */
1548
+ readonly provisioningState?: string;
1549
+ }
1550
+ /** Backup policy properties */
1551
+ export interface BackupPolicyDetails {
1552
+ /** Resource location */
1553
+ location?: string;
1554
+ /**
1555
+ * Resource Id
1556
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1557
+ */
1558
+ readonly id?: string;
1559
+ /**
1560
+ * Resource name
1561
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1562
+ */
1563
+ readonly name?: string;
1564
+ /**
1565
+ * Resource type
1566
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1567
+ */
1568
+ readonly type?: string;
1569
+ /** Resource tags */
1570
+ tags?: {
1571
+ [propertyName: string]: string;
1572
+ };
1573
+ /**
1574
+ * Backup Policy Resource ID
1575
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1576
+ */
1577
+ readonly backupPolicyId?: string;
1578
+ /**
1579
+ * Azure lifecycle management
1580
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1581
+ */
1582
+ readonly provisioningState?: string;
1583
+ /** Daily backups count to keep */
1584
+ dailyBackupsToKeep?: number;
1585
+ /** Weekly backups count to keep */
1586
+ weeklyBackupsToKeep?: number;
1587
+ /** Monthly backups count to keep */
1588
+ monthlyBackupsToKeep?: number;
1589
+ /**
1590
+ * Volumes using current backup policy
1591
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1592
+ */
1593
+ readonly volumesAssigned?: number;
1594
+ /** The property to decide policy is enabled or not */
1595
+ enabled?: boolean;
1596
+ /**
1597
+ * A list of volumes assigned to this policy
1598
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1599
+ */
1600
+ readonly volumeBackups?: VolumeBackups[];
1601
+ }
1602
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1603
+ export declare type ProxyResource = Resource & {};
1604
+ /** Information regarding Subscription Quota Item. */
1605
+ export declare type SubscriptionQuotaItem = ProxyResource & {
1606
+ /**
1607
+ * The system meta data relating to this resource.
1608
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1609
+ */
1610
+ readonly systemData?: SystemData;
1611
+ /**
1612
+ * The current quota value.
1613
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1614
+ */
1615
+ readonly current?: number;
1616
+ /**
1617
+ * The default quota value.
1618
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1619
+ */
1620
+ readonly default?: number;
1621
+ };
1622
+ /** Known values of {@link MetricAggregationType} that the service accepts. */
1623
+ export declare enum KnownMetricAggregationType {
1624
+ Average = "Average"
1625
+ }
1626
+ /**
1627
+ * Defines values for MetricAggregationType. \
1628
+ * {@link KnownMetricAggregationType} can be used interchangeably with MetricAggregationType,
1629
+ * this enum contains the known values that the service supports.
1630
+ * ### Known values supported by the service
1631
+ * **Average**
1632
+ */
1633
+ export declare type MetricAggregationType = string;
1634
+ /** Known values of {@link CheckNameResourceTypes} that the service accepts. */
1635
+ export declare enum KnownCheckNameResourceTypes {
1636
+ MicrosoftNetAppNetAppAccounts = "Microsoft.NetApp/netAppAccounts",
1637
+ MicrosoftNetAppNetAppAccountsCapacityPools = "Microsoft.NetApp/netAppAccounts/capacityPools",
1638
+ MicrosoftNetAppNetAppAccountsCapacityPoolsVolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
1639
+ MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesSnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots"
1640
+ }
1641
+ /**
1642
+ * Defines values for CheckNameResourceTypes. \
1643
+ * {@link KnownCheckNameResourceTypes} can be used interchangeably with CheckNameResourceTypes,
1644
+ * this enum contains the known values that the service supports.
1645
+ * ### Known values supported by the service
1646
+ * **Microsoft.NetApp\/netAppAccounts** \
1647
+ * **Microsoft.NetApp\/netAppAccounts\/capacityPools** \
1648
+ * **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes** \
1649
+ * **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes\/snapshots**
1650
+ */
1651
+ export declare type CheckNameResourceTypes = string;
1652
+ /** Known values of {@link InAvailabilityReasonType} that the service accepts. */
1653
+ export declare enum KnownInAvailabilityReasonType {
1654
+ Invalid = "Invalid",
1655
+ AlreadyExists = "AlreadyExists"
1656
+ }
1657
+ /**
1658
+ * Defines values for InAvailabilityReasonType. \
1659
+ * {@link KnownInAvailabilityReasonType} can be used interchangeably with InAvailabilityReasonType,
1660
+ * this enum contains the known values that the service supports.
1661
+ * ### Known values supported by the service
1662
+ * **Invalid** \
1663
+ * **AlreadyExists**
1664
+ */
1665
+ export declare type InAvailabilityReasonType = string;
1666
+ /** Known values of {@link CheckQuotaNameResourceTypes} that the service accepts. */
1667
+ export declare enum KnownCheckQuotaNameResourceTypes {
1668
+ MicrosoftNetAppNetAppAccounts = "Microsoft.NetApp/netAppAccounts",
1669
+ MicrosoftNetAppNetAppAccountsCapacityPools = "Microsoft.NetApp/netAppAccounts/capacityPools",
1670
+ MicrosoftNetAppNetAppAccountsCapacityPoolsVolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
1671
+ MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesSnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots"
1672
+ }
1673
+ /**
1674
+ * Defines values for CheckQuotaNameResourceTypes. \
1675
+ * {@link KnownCheckQuotaNameResourceTypes} can be used interchangeably with CheckQuotaNameResourceTypes,
1676
+ * this enum contains the known values that the service supports.
1677
+ * ### Known values supported by the service
1678
+ * **Microsoft.NetApp\/netAppAccounts** \
1679
+ * **Microsoft.NetApp\/netAppAccounts\/capacityPools** \
1680
+ * **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes** \
1681
+ * **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes\/snapshots**
1682
+ */
1683
+ export declare type CheckQuotaNameResourceTypes = string;
1684
+ /** Known values of {@link CreatedByType} that the service accepts. */
1685
+ export declare enum KnownCreatedByType {
1686
+ User = "User",
1687
+ Application = "Application",
1688
+ ManagedIdentity = "ManagedIdentity",
1689
+ Key = "Key"
1690
+ }
1691
+ /**
1692
+ * Defines values for CreatedByType. \
1693
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1694
+ * this enum contains the known values that the service supports.
1695
+ * ### Known values supported by the service
1696
+ * **User** \
1697
+ * **Application** \
1698
+ * **ManagedIdentity** \
1699
+ * **Key**
1700
+ */
1701
+ export declare type CreatedByType = string;
1702
+ /** Known values of {@link ActiveDirectoryStatus} that the service accepts. */
1703
+ export declare enum KnownActiveDirectoryStatus {
1704
+ /** Active Directory created but not in use */
1705
+ Created = "Created",
1706
+ /** Active Directory in use by SMB Volume */
1707
+ InUse = "InUse",
1708
+ /** Active Directory Deleted */
1709
+ Deleted = "Deleted",
1710
+ /** Error with the Active Directory */
1711
+ Error = "Error",
1712
+ /** Active Directory Updating */
1713
+ Updating = "Updating"
1714
+ }
1715
+ /**
1716
+ * Defines values for ActiveDirectoryStatus. \
1717
+ * {@link KnownActiveDirectoryStatus} can be used interchangeably with ActiveDirectoryStatus,
1718
+ * this enum contains the known values that the service supports.
1719
+ * ### Known values supported by the service
1720
+ * **Created**: Active Directory created but not in use \
1721
+ * **InUse**: Active Directory in use by SMB Volume \
1722
+ * **Deleted**: Active Directory Deleted \
1723
+ * **Error**: Error with the Active Directory \
1724
+ * **Updating**: Active Directory Updating
1725
+ */
1726
+ export declare type ActiveDirectoryStatus = string;
1727
+ /** Known values of {@link ServiceLevel} that the service accepts. */
1728
+ export declare enum KnownServiceLevel {
1729
+ /** Standard service level */
1730
+ Standard = "Standard",
1731
+ /** Premium service level */
1732
+ Premium = "Premium",
1733
+ /** Ultra service level */
1734
+ Ultra = "Ultra",
1735
+ /** Zone redundant storage service level */
1736
+ StandardZRS = "StandardZRS"
1737
+ }
1738
+ /**
1739
+ * Defines values for ServiceLevel. \
1740
+ * {@link KnownServiceLevel} can be used interchangeably with ServiceLevel,
1741
+ * this enum contains the known values that the service supports.
1742
+ * ### Known values supported by the service
1743
+ * **Standard**: Standard service level \
1744
+ * **Premium**: Premium service level \
1745
+ * **Ultra**: Ultra service level \
1746
+ * **StandardZRS**: Zone redundant storage service level
1747
+ */
1748
+ export declare type ServiceLevel = string;
1749
+ /** Known values of {@link QosType} that the service accepts. */
1750
+ export declare enum KnownQosType {
1751
+ /** qos type Auto */
1752
+ Auto = "Auto",
1753
+ /** qos type Manual */
1754
+ Manual = "Manual"
1755
+ }
1756
+ /**
1757
+ * Defines values for QosType. \
1758
+ * {@link KnownQosType} can be used interchangeably with QosType,
1759
+ * this enum contains the known values that the service supports.
1760
+ * ### Known values supported by the service
1761
+ * **Auto**: qos type Auto \
1762
+ * **Manual**: qos type Manual
1763
+ */
1764
+ export declare type QosType = string;
1765
+ /** Known values of {@link EncryptionType} that the service accepts. */
1766
+ export declare enum KnownEncryptionType {
1767
+ /** EncryptionType Single, volumes will use single encryption at rest */
1768
+ Single = "Single",
1769
+ /** EncryptionType Double, volumes will use double encryption at rest */
1770
+ Double = "Double"
1771
+ }
1772
+ /**
1773
+ * Defines values for EncryptionType. \
1774
+ * {@link KnownEncryptionType} can be used interchangeably with EncryptionType,
1775
+ * this enum contains the known values that the service supports.
1776
+ * ### Known values supported by the service
1777
+ * **Single**: EncryptionType Single, volumes will use single encryption at rest \
1778
+ * **Double**: EncryptionType Double, volumes will use double encryption at rest
1779
+ */
1780
+ export declare type EncryptionType = string;
1781
+ /** Known values of {@link ChownMode} that the service accepts. */
1782
+ export declare enum KnownChownMode {
1783
+ Restricted = "Restricted",
1784
+ Unrestricted = "Unrestricted"
1785
+ }
1786
+ /**
1787
+ * Defines values for ChownMode. \
1788
+ * {@link KnownChownMode} can be used interchangeably with ChownMode,
1789
+ * this enum contains the known values that the service supports.
1790
+ * ### Known values supported by the service
1791
+ * **Restricted** \
1792
+ * **Unrestricted**
1793
+ */
1794
+ export declare type ChownMode = string;
1795
+ /** Known values of {@link NetworkFeatures} that the service accepts. */
1796
+ export declare enum KnownNetworkFeatures {
1797
+ /** Basic network feature. */
1798
+ Basic = "Basic",
1799
+ /** Standard network feature. */
1800
+ Standard = "Standard"
1801
+ }
1802
+ /**
1803
+ * Defines values for NetworkFeatures. \
1804
+ * {@link KnownNetworkFeatures} can be used interchangeably with NetworkFeatures,
1805
+ * this enum contains the known values that the service supports.
1806
+ * ### Known values supported by the service
1807
+ * **Basic**: Basic network feature. \
1808
+ * **Standard**: Standard network feature.
1809
+ */
1810
+ export declare type NetworkFeatures = string;
1811
+ /** Known values of {@link VolumeStorageToNetworkProximity} that the service accepts. */
1812
+ export declare enum KnownVolumeStorageToNetworkProximity {
1813
+ /** Basic storage to network connectivity. */
1814
+ Default = "Default",
1815
+ /** Standard T1 storage to network connectivity. */
1816
+ T1 = "T1",
1817
+ /** Standard T2 storage to network connectivity. */
1818
+ T2 = "T2"
1819
+ }
1820
+ /**
1821
+ * Defines values for VolumeStorageToNetworkProximity. \
1822
+ * {@link KnownVolumeStorageToNetworkProximity} can be used interchangeably with VolumeStorageToNetworkProximity,
1823
+ * this enum contains the known values that the service supports.
1824
+ * ### Known values supported by the service
1825
+ * **Default**: Basic storage to network connectivity. \
1826
+ * **T1**: Standard T1 storage to network connectivity. \
1827
+ * **T2**: Standard T2 storage to network connectivity.
1828
+ */
1829
+ export declare type VolumeStorageToNetworkProximity = string;
1830
+ /** Known values of {@link EndpointType} that the service accepts. */
1831
+ export declare enum KnownEndpointType {
1832
+ Src = "src",
1833
+ Dst = "dst"
1834
+ }
1835
+ /**
1836
+ * Defines values for EndpointType. \
1837
+ * {@link KnownEndpointType} can be used interchangeably with EndpointType,
1838
+ * this enum contains the known values that the service supports.
1839
+ * ### Known values supported by the service
1840
+ * **src** \
1841
+ * **dst**
1842
+ */
1843
+ export declare type EndpointType = string;
1844
+ /** Known values of {@link ReplicationSchedule} that the service accepts. */
1845
+ export declare enum KnownReplicationSchedule {
1846
+ "10Minutely" = "_10minutely",
1847
+ Hourly = "hourly",
1848
+ Daily = "daily"
1849
+ }
1850
+ /**
1851
+ * Defines values for ReplicationSchedule. \
1852
+ * {@link KnownReplicationSchedule} can be used interchangeably with ReplicationSchedule,
1853
+ * this enum contains the known values that the service supports.
1854
+ * ### Known values supported by the service
1855
+ * **_10minutely** \
1856
+ * **hourly** \
1857
+ * **daily**
1858
+ */
1859
+ export declare type ReplicationSchedule = string;
1860
+ /** Known values of {@link SecurityStyle} that the service accepts. */
1861
+ export declare enum KnownSecurityStyle {
1862
+ Ntfs = "ntfs",
1863
+ Unix = "unix"
1864
+ }
1865
+ /**
1866
+ * Defines values for SecurityStyle. \
1867
+ * {@link KnownSecurityStyle} can be used interchangeably with SecurityStyle,
1868
+ * this enum contains the known values that the service supports.
1869
+ * ### Known values supported by the service
1870
+ * **ntfs** \
1871
+ * **unix**
1872
+ */
1873
+ export declare type SecurityStyle = string;
1874
+ /** Known values of {@link AvsDataStore} that the service accepts. */
1875
+ export declare enum KnownAvsDataStore {
1876
+ /** avsDataStore is enabled */
1877
+ Enabled = "Enabled",
1878
+ /** avsDataStore is disabled */
1879
+ Disabled = "Disabled"
1880
+ }
1881
+ /**
1882
+ * Defines values for AvsDataStore. \
1883
+ * {@link KnownAvsDataStore} can be used interchangeably with AvsDataStore,
1884
+ * this enum contains the known values that the service supports.
1885
+ * ### Known values supported by the service
1886
+ * **Enabled**: avsDataStore is enabled \
1887
+ * **Disabled**: avsDataStore is disabled
1888
+ */
1889
+ export declare type AvsDataStore = string;
1890
+ /** Known values of {@link RelationshipStatus} that the service accepts. */
1891
+ export declare enum KnownRelationshipStatus {
1892
+ Idle = "Idle",
1893
+ Transferring = "Transferring"
1894
+ }
1895
+ /**
1896
+ * Defines values for RelationshipStatus. \
1897
+ * {@link KnownRelationshipStatus} can be used interchangeably with RelationshipStatus,
1898
+ * this enum contains the known values that the service supports.
1899
+ * ### Known values supported by the service
1900
+ * **Idle** \
1901
+ * **Transferring**
1902
+ */
1903
+ export declare type RelationshipStatus = string;
1904
+ /** Known values of {@link MirrorState} that the service accepts. */
1905
+ export declare enum KnownMirrorState {
1906
+ Uninitialized = "Uninitialized",
1907
+ Mirrored = "Mirrored",
1908
+ Broken = "Broken"
1909
+ }
1910
+ /**
1911
+ * Defines values for MirrorState. \
1912
+ * {@link KnownMirrorState} can be used interchangeably with MirrorState,
1913
+ * this enum contains the known values that the service supports.
1914
+ * ### Known values supported by the service
1915
+ * **Uninitialized** \
1916
+ * **Mirrored** \
1917
+ * **Broken**
1918
+ */
1919
+ export declare type MirrorState = string;
1920
+ /** Known values of {@link BackupType} that the service accepts. */
1921
+ export declare enum KnownBackupType {
1922
+ /** Manual backup */
1923
+ Manual = "Manual",
1924
+ /** Scheduled backup */
1925
+ Scheduled = "Scheduled"
1926
+ }
1927
+ /**
1928
+ * Defines values for BackupType. \
1929
+ * {@link KnownBackupType} can be used interchangeably with BackupType,
1930
+ * this enum contains the known values that the service supports.
1931
+ * ### Known values supported by the service
1932
+ * **Manual**: Manual backup \
1933
+ * **Scheduled**: Scheduled backup
1934
+ */
1935
+ export declare type BackupType = string;
1936
+ /** Known values of {@link ApplicationType} that the service accepts. */
1937
+ export declare enum KnownApplicationType {
1938
+ SAPHana = "SAP-HANA"
1939
+ }
1940
+ /**
1941
+ * Defines values for ApplicationType. \
1942
+ * {@link KnownApplicationType} can be used interchangeably with ApplicationType,
1943
+ * this enum contains the known values that the service supports.
1944
+ * ### Known values supported by the service
1945
+ * **SAP-HANA**
1946
+ */
1947
+ export declare type ApplicationType = string;
1948
+ /** Optional parameters. */
1949
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
1950
+ }
1951
+ /** Contains response data for the list operation. */
1952
+ export declare type OperationsListResponse = OperationListResult;
1953
+ /** Optional parameters. */
1954
+ export interface NetAppResourceCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1955
+ }
1956
+ /** Contains response data for the checkNameAvailability operation. */
1957
+ export declare type NetAppResourceCheckNameAvailabilityResponse = CheckAvailabilityResponse;
1958
+ /** Optional parameters. */
1959
+ export interface NetAppResourceCheckFilePathAvailabilityOptionalParams extends coreClient.OperationOptions {
1960
+ }
1961
+ /** Contains response data for the checkFilePathAvailability operation. */
1962
+ export declare type NetAppResourceCheckFilePathAvailabilityResponse = CheckAvailabilityResponse;
1963
+ /** Optional parameters. */
1964
+ export interface NetAppResourceCheckQuotaAvailabilityOptionalParams extends coreClient.OperationOptions {
1965
+ }
1966
+ /** Contains response data for the checkQuotaAvailability operation. */
1967
+ export declare type NetAppResourceCheckQuotaAvailabilityResponse = CheckAvailabilityResponse;
1968
+ /** Optional parameters. */
1969
+ export interface NetAppResourceQuotaLimitsListOptionalParams extends coreClient.OperationOptions {
1970
+ }
1971
+ /** Contains response data for the list operation. */
1972
+ export declare type NetAppResourceQuotaLimitsListResponse = SubscriptionQuotaItemList;
1973
+ /** Optional parameters. */
1974
+ export interface NetAppResourceQuotaLimitsGetOptionalParams extends coreClient.OperationOptions {
1975
+ }
1976
+ /** Contains response data for the get operation. */
1977
+ export declare type NetAppResourceQuotaLimitsGetResponse = SubscriptionQuotaItem;
1978
+ /** Optional parameters. */
1979
+ export interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
1980
+ }
1981
+ /** Contains response data for the listBySubscription operation. */
1982
+ export declare type AccountsListBySubscriptionResponse = NetAppAccountList;
1983
+ /** Optional parameters. */
1984
+ export interface AccountsListOptionalParams extends coreClient.OperationOptions {
1985
+ }
1986
+ /** Contains response data for the list operation. */
1987
+ export declare type AccountsListResponse = NetAppAccountList;
1988
+ /** Optional parameters. */
1989
+ export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
1990
+ }
1991
+ /** Contains response data for the get operation. */
1992
+ export declare type AccountsGetResponse = NetAppAccount;
1993
+ /** Optional parameters. */
1994
+ export interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1995
+ /** Delay to wait until next poll, in milliseconds. */
1996
+ updateIntervalInMs?: number;
1997
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1998
+ resumeFrom?: string;
1999
+ }
2000
+ /** Contains response data for the createOrUpdate operation. */
2001
+ export declare type AccountsCreateOrUpdateResponse = NetAppAccount;
2002
+ /** Optional parameters. */
2003
+ export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
2004
+ /** Delay to wait until next poll, in milliseconds. */
2005
+ updateIntervalInMs?: number;
2006
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2007
+ resumeFrom?: string;
2008
+ }
2009
+ /** Optional parameters. */
2010
+ export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
2011
+ /** Delay to wait until next poll, in milliseconds. */
2012
+ updateIntervalInMs?: number;
2013
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2014
+ resumeFrom?: string;
2015
+ }
2016
+ /** Contains response data for the update operation. */
2017
+ export declare type AccountsUpdateResponse = NetAppAccount;
2018
+ /** Optional parameters. */
2019
+ export interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2020
+ }
2021
+ /** Contains response data for the listBySubscriptionNext operation. */
2022
+ export declare type AccountsListBySubscriptionNextResponse = NetAppAccountList;
2023
+ /** Optional parameters. */
2024
+ export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
2025
+ }
2026
+ /** Contains response data for the listNext operation. */
2027
+ export declare type AccountsListNextResponse = NetAppAccountList;
2028
+ /** Optional parameters. */
2029
+ export interface PoolsListOptionalParams extends coreClient.OperationOptions {
2030
+ }
2031
+ /** Contains response data for the list operation. */
2032
+ export declare type PoolsListResponse = CapacityPoolList;
2033
+ /** Optional parameters. */
2034
+ export interface PoolsGetOptionalParams extends coreClient.OperationOptions {
2035
+ }
2036
+ /** Contains response data for the get operation. */
2037
+ export declare type PoolsGetResponse = CapacityPool;
2038
+ /** Optional parameters. */
2039
+ export interface PoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2040
+ /** Delay to wait until next poll, in milliseconds. */
2041
+ updateIntervalInMs?: number;
2042
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2043
+ resumeFrom?: string;
2044
+ }
2045
+ /** Contains response data for the createOrUpdate operation. */
2046
+ export declare type PoolsCreateOrUpdateResponse = CapacityPool;
2047
+ /** Optional parameters. */
2048
+ export interface PoolsUpdateOptionalParams extends coreClient.OperationOptions {
2049
+ /** Delay to wait until next poll, in milliseconds. */
2050
+ updateIntervalInMs?: number;
2051
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2052
+ resumeFrom?: string;
2053
+ }
2054
+ /** Contains response data for the update operation. */
2055
+ export declare type PoolsUpdateResponse = CapacityPool;
2056
+ /** Optional parameters. */
2057
+ export interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {
2058
+ /** Delay to wait until next poll, in milliseconds. */
2059
+ updateIntervalInMs?: number;
2060
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2061
+ resumeFrom?: string;
2062
+ }
2063
+ /** Optional parameters. */
2064
+ export interface PoolsListNextOptionalParams extends coreClient.OperationOptions {
2065
+ }
2066
+ /** Contains response data for the listNext operation. */
2067
+ export declare type PoolsListNextResponse = CapacityPoolList;
2068
+ /** Optional parameters. */
2069
+ export interface VolumesListOptionalParams extends coreClient.OperationOptions {
2070
+ }
2071
+ /** Contains response data for the list operation. */
2072
+ export declare type VolumesListResponse = VolumeList;
2073
+ /** Optional parameters. */
2074
+ export interface VolumesGetOptionalParams extends coreClient.OperationOptions {
2075
+ }
2076
+ /** Contains response data for the get operation. */
2077
+ export declare type VolumesGetResponse = Volume;
2078
+ /** Optional parameters. */
2079
+ export interface VolumesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2080
+ /** Delay to wait until next poll, in milliseconds. */
2081
+ updateIntervalInMs?: number;
2082
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2083
+ resumeFrom?: string;
2084
+ }
2085
+ /** Contains response data for the createOrUpdate operation. */
2086
+ export declare type VolumesCreateOrUpdateResponse = Volume;
2087
+ /** Optional parameters. */
2088
+ export interface VolumesUpdateOptionalParams extends coreClient.OperationOptions {
2089
+ /** Delay to wait until next poll, in milliseconds. */
2090
+ updateIntervalInMs?: number;
2091
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2092
+ resumeFrom?: string;
2093
+ }
2094
+ /** Contains response data for the update operation. */
2095
+ export declare type VolumesUpdateResponse = Volume;
2096
+ /** Optional parameters. */
2097
+ export interface VolumesDeleteOptionalParams extends coreClient.OperationOptions {
2098
+ /** Delay to wait until next poll, in milliseconds. */
2099
+ updateIntervalInMs?: number;
2100
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2101
+ resumeFrom?: string;
2102
+ }
2103
+ /** Optional parameters. */
2104
+ export interface VolumesRevertOptionalParams extends coreClient.OperationOptions {
2105
+ /** Delay to wait until next poll, in milliseconds. */
2106
+ updateIntervalInMs?: number;
2107
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2108
+ resumeFrom?: string;
2109
+ }
2110
+ /** Optional parameters. */
2111
+ export interface VolumesBreakReplicationOptionalParams extends coreClient.OperationOptions {
2112
+ /** Optional body to force break the replication. */
2113
+ body?: BreakReplicationRequest;
2114
+ /** Delay to wait until next poll, in milliseconds. */
2115
+ updateIntervalInMs?: number;
2116
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2117
+ resumeFrom?: string;
2118
+ }
2119
+ /** Optional parameters. */
2120
+ export interface VolumesReplicationStatusOptionalParams extends coreClient.OperationOptions {
2121
+ }
2122
+ /** Contains response data for the replicationStatus operation. */
2123
+ export declare type VolumesReplicationStatusResponse = ReplicationStatus;
2124
+ /** Optional parameters. */
2125
+ export interface VolumesResyncReplicationOptionalParams extends coreClient.OperationOptions {
2126
+ /** Delay to wait until next poll, in milliseconds. */
2127
+ updateIntervalInMs?: number;
2128
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2129
+ resumeFrom?: string;
2130
+ }
2131
+ /** Optional parameters. */
2132
+ export interface VolumesDeleteReplicationOptionalParams extends coreClient.OperationOptions {
2133
+ /** Delay to wait until next poll, in milliseconds. */
2134
+ updateIntervalInMs?: number;
2135
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2136
+ resumeFrom?: string;
2137
+ }
2138
+ /** Optional parameters. */
2139
+ export interface VolumesAuthorizeReplicationOptionalParams extends coreClient.OperationOptions {
2140
+ /** Delay to wait until next poll, in milliseconds. */
2141
+ updateIntervalInMs?: number;
2142
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2143
+ resumeFrom?: string;
2144
+ }
2145
+ /** Optional parameters. */
2146
+ export interface VolumesReInitializeReplicationOptionalParams extends coreClient.OperationOptions {
2147
+ /** Delay to wait until next poll, in milliseconds. */
2148
+ updateIntervalInMs?: number;
2149
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2150
+ resumeFrom?: string;
2151
+ }
2152
+ /** Optional parameters. */
2153
+ export interface VolumesPoolChangeOptionalParams extends coreClient.OperationOptions {
2154
+ /** Delay to wait until next poll, in milliseconds. */
2155
+ updateIntervalInMs?: number;
2156
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2157
+ resumeFrom?: string;
2158
+ }
2159
+ /** Optional parameters. */
2160
+ export interface VolumesListNextOptionalParams extends coreClient.OperationOptions {
2161
+ }
2162
+ /** Contains response data for the listNext operation. */
2163
+ export declare type VolumesListNextResponse = VolumeList;
2164
+ /** Optional parameters. */
2165
+ export interface SnapshotsListOptionalParams extends coreClient.OperationOptions {
2166
+ }
2167
+ /** Contains response data for the list operation. */
2168
+ export declare type SnapshotsListResponse = SnapshotsList;
2169
+ /** Optional parameters. */
2170
+ export interface SnapshotsGetOptionalParams extends coreClient.OperationOptions {
2171
+ }
2172
+ /** Contains response data for the get operation. */
2173
+ export declare type SnapshotsGetResponse = Snapshot;
2174
+ /** Optional parameters. */
2175
+ export interface SnapshotsCreateOptionalParams extends coreClient.OperationOptions {
2176
+ /** Delay to wait until next poll, in milliseconds. */
2177
+ updateIntervalInMs?: number;
2178
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2179
+ resumeFrom?: string;
2180
+ }
2181
+ /** Contains response data for the create operation. */
2182
+ export declare type SnapshotsCreateResponse = Snapshot;
2183
+ /** Optional parameters. */
2184
+ export interface SnapshotsUpdateOptionalParams extends coreClient.OperationOptions {
2185
+ /** Delay to wait until next poll, in milliseconds. */
2186
+ updateIntervalInMs?: number;
2187
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2188
+ resumeFrom?: string;
2189
+ }
2190
+ /** Contains response data for the update operation. */
2191
+ export declare type SnapshotsUpdateResponse = Snapshot;
2192
+ /** Optional parameters. */
2193
+ export interface SnapshotsDeleteOptionalParams extends coreClient.OperationOptions {
2194
+ /** Delay to wait until next poll, in milliseconds. */
2195
+ updateIntervalInMs?: number;
2196
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2197
+ resumeFrom?: string;
2198
+ }
2199
+ /** Optional parameters. */
2200
+ export interface SnapshotPoliciesListOptionalParams extends coreClient.OperationOptions {
2201
+ }
2202
+ /** Contains response data for the list operation. */
2203
+ export declare type SnapshotPoliciesListResponse = SnapshotPoliciesList;
2204
+ /** Optional parameters. */
2205
+ export interface SnapshotPoliciesGetOptionalParams extends coreClient.OperationOptions {
2206
+ }
2207
+ /** Contains response data for the get operation. */
2208
+ export declare type SnapshotPoliciesGetResponse = SnapshotPolicy;
2209
+ /** Optional parameters. */
2210
+ export interface SnapshotPoliciesCreateOptionalParams extends coreClient.OperationOptions {
2211
+ }
2212
+ /** Contains response data for the create operation. */
2213
+ export declare type SnapshotPoliciesCreateResponse = SnapshotPolicy;
2214
+ /** Optional parameters. */
2215
+ export interface SnapshotPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
2216
+ /** Delay to wait until next poll, in milliseconds. */
2217
+ updateIntervalInMs?: number;
2218
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2219
+ resumeFrom?: string;
2220
+ }
2221
+ /** Contains response data for the update operation. */
2222
+ export declare type SnapshotPoliciesUpdateResponse = SnapshotPolicy;
2223
+ /** Optional parameters. */
2224
+ export interface SnapshotPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
2225
+ /** Delay to wait until next poll, in milliseconds. */
2226
+ updateIntervalInMs?: number;
2227
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2228
+ resumeFrom?: string;
2229
+ }
2230
+ /** Optional parameters. */
2231
+ export interface SnapshotPoliciesListVolumesOptionalParams extends coreClient.OperationOptions {
2232
+ }
2233
+ /** Contains response data for the listVolumes operation. */
2234
+ export declare type SnapshotPoliciesListVolumesResponse = SnapshotPolicyVolumeList;
2235
+ /** Optional parameters. */
2236
+ export interface BackupsGetStatusOptionalParams extends coreClient.OperationOptions {
2237
+ }
2238
+ /** Contains response data for the getStatus operation. */
2239
+ export declare type BackupsGetStatusResponse = BackupStatus;
2240
+ /** Optional parameters. */
2241
+ export interface BackupsGetVolumeRestoreStatusOptionalParams extends coreClient.OperationOptions {
2242
+ }
2243
+ /** Contains response data for the getVolumeRestoreStatus operation. */
2244
+ export declare type BackupsGetVolumeRestoreStatusResponse = RestoreStatus;
2245
+ /** Optional parameters. */
2246
+ export interface BackupsListOptionalParams extends coreClient.OperationOptions {
2247
+ }
2248
+ /** Contains response data for the list operation. */
2249
+ export declare type BackupsListResponse = BackupsList;
2250
+ /** Optional parameters. */
2251
+ export interface BackupsGetOptionalParams extends coreClient.OperationOptions {
2252
+ }
2253
+ /** Contains response data for the get operation. */
2254
+ export declare type BackupsGetResponse = Backup;
2255
+ /** Optional parameters. */
2256
+ export interface BackupsCreateOptionalParams extends coreClient.OperationOptions {
2257
+ /** Delay to wait until next poll, in milliseconds. */
2258
+ updateIntervalInMs?: number;
2259
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2260
+ resumeFrom?: string;
2261
+ }
2262
+ /** Contains response data for the create operation. */
2263
+ export declare type BackupsCreateResponse = Backup;
2264
+ /** Optional parameters. */
2265
+ export interface BackupsUpdateOptionalParams extends coreClient.OperationOptions {
2266
+ /** Backup object supplied in the body of the operation. */
2267
+ body?: BackupPatch;
2268
+ /** Delay to wait until next poll, in milliseconds. */
2269
+ updateIntervalInMs?: number;
2270
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2271
+ resumeFrom?: string;
2272
+ }
2273
+ /** Contains response data for the update operation. */
2274
+ export declare type BackupsUpdateResponse = Backup;
2275
+ /** Optional parameters. */
2276
+ export interface BackupsDeleteOptionalParams extends coreClient.OperationOptions {
2277
+ /** Delay to wait until next poll, in milliseconds. */
2278
+ updateIntervalInMs?: number;
2279
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2280
+ resumeFrom?: string;
2281
+ }
2282
+ /** Optional parameters. */
2283
+ export interface AccountBackupsListOptionalParams extends coreClient.OperationOptions {
2284
+ }
2285
+ /** Contains response data for the list operation. */
2286
+ export declare type AccountBackupsListResponse = BackupsList;
2287
+ /** Optional parameters. */
2288
+ export interface AccountBackupsGetOptionalParams extends coreClient.OperationOptions {
2289
+ }
2290
+ /** Contains response data for the get operation. */
2291
+ export declare type AccountBackupsGetResponse = Backup;
2292
+ /** Optional parameters. */
2293
+ export interface AccountBackupsDeleteOptionalParams extends coreClient.OperationOptions {
2294
+ /** Delay to wait until next poll, in milliseconds. */
2295
+ updateIntervalInMs?: number;
2296
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2297
+ resumeFrom?: string;
2298
+ }
2299
+ /** Optional parameters. */
2300
+ export interface BackupPoliciesListOptionalParams extends coreClient.OperationOptions {
2301
+ }
2302
+ /** Contains response data for the list operation. */
2303
+ export declare type BackupPoliciesListResponse = BackupPoliciesList;
2304
+ /** Optional parameters. */
2305
+ export interface BackupPoliciesGetOptionalParams extends coreClient.OperationOptions {
2306
+ }
2307
+ /** Contains response data for the get operation. */
2308
+ export declare type BackupPoliciesGetResponse = BackupPolicy;
2309
+ /** Optional parameters. */
2310
+ export interface BackupPoliciesCreateOptionalParams extends coreClient.OperationOptions {
2311
+ /** Delay to wait until next poll, in milliseconds. */
2312
+ updateIntervalInMs?: number;
2313
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2314
+ resumeFrom?: string;
2315
+ }
2316
+ /** Contains response data for the create operation. */
2317
+ export declare type BackupPoliciesCreateResponse = BackupPolicy;
2318
+ /** Optional parameters. */
2319
+ export interface BackupPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
2320
+ /** Delay to wait until next poll, in milliseconds. */
2321
+ updateIntervalInMs?: number;
2322
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2323
+ resumeFrom?: string;
2324
+ }
2325
+ /** Contains response data for the update operation. */
2326
+ export declare type BackupPoliciesUpdateResponse = BackupPolicy;
2327
+ /** Optional parameters. */
2328
+ export interface BackupPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
2329
+ /** Delay to wait until next poll, in milliseconds. */
2330
+ updateIntervalInMs?: number;
2331
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2332
+ resumeFrom?: string;
2333
+ }
2334
+ /** Optional parameters. */
2335
+ export interface VaultsListOptionalParams extends coreClient.OperationOptions {
2336
+ }
2337
+ /** Contains response data for the list operation. */
2338
+ export declare type VaultsListResponse = VaultList;
2339
+ /** Optional parameters. */
2340
+ export interface VolumeGroupsListByNetAppAccountOptionalParams extends coreClient.OperationOptions {
2341
+ }
2342
+ /** Contains response data for the listByNetAppAccount operation. */
2343
+ export declare type VolumeGroupsListByNetAppAccountResponse = VolumeGroupList;
2344
+ /** Optional parameters. */
2345
+ export interface VolumeGroupsGetOptionalParams extends coreClient.OperationOptions {
2346
+ }
2347
+ /** Contains response data for the get operation. */
2348
+ export declare type VolumeGroupsGetResponse = VolumeGroupDetails;
2349
+ /** Optional parameters. */
2350
+ export interface VolumeGroupsCreateOptionalParams extends coreClient.OperationOptions {
2351
+ /** Delay to wait until next poll, in milliseconds. */
2352
+ updateIntervalInMs?: number;
2353
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2354
+ resumeFrom?: string;
2355
+ }
2356
+ /** Contains response data for the create operation. */
2357
+ export declare type VolumeGroupsCreateResponse = VolumeGroupDetails;
2358
+ /** Optional parameters. */
2359
+ export interface VolumeGroupsDeleteOptionalParams extends coreClient.OperationOptions {
2360
+ /** Delay to wait until next poll, in milliseconds. */
2361
+ updateIntervalInMs?: number;
2362
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2363
+ resumeFrom?: string;
2364
+ }
2365
+ /** Optional parameters. */
2366
+ export interface NetAppManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2367
+ /** server parameter */
2368
+ $host?: string;
2369
+ /** Api Version */
2370
+ apiVersion?: string;
2371
+ /** Overrides client endpoint. */
2372
+ endpoint?: string;
2373
+ }
2374
+ //# sourceMappingURL=index.d.ts.map