@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
@@ -1,3856 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * Display metadata associated with the operation.
6
- */
7
- export interface OperationDisplay {
8
- /**
9
- * Service provider: Microsoft NetApp.
10
- */
11
- provider?: string;
12
- /**
13
- * Resource on which the operation is performed etc.
14
- */
15
- resource?: string;
16
- /**
17
- * Type of operation: get, read, delete, etc.
18
- */
19
- operation?: string;
20
- /**
21
- * Operation description.
22
- */
23
- description?: string;
24
- }
25
- /**
26
- * Dimension of blobs, possibly be blob type or access tier.
27
- */
28
- export interface Dimension {
29
- /**
30
- * Display name of dimension.
31
- */
32
- name?: string;
33
- /**
34
- * Display name of dimension.
35
- */
36
- displayName?: string;
37
- }
38
- /**
39
- * Metric specification of operation.
40
- */
41
- export interface MetricSpecification {
42
- /**
43
- * Name of metric specification.
44
- */
45
- name?: string;
46
- /**
47
- * Display name of metric specification.
48
- */
49
- displayName?: string;
50
- /**
51
- * Display description of metric specification.
52
- */
53
- displayDescription?: string;
54
- /**
55
- * Unit could be Bytes or Count.
56
- */
57
- unit?: string;
58
- /**
59
- * Support metric aggregation type.
60
- */
61
- supportedAggregationTypes?: MetricAggregationType[];
62
- /**
63
- * The supported time grain types for the metrics.
64
- */
65
- supportedTimeGrainTypes?: string[];
66
- /**
67
- * The internal metric name.
68
- */
69
- internalMetricName?: string;
70
- /**
71
- * Whether or not the service is using regional MDM accounts.
72
- */
73
- enableRegionalMdmAccount?: boolean;
74
- /**
75
- * The source MDM account.
76
- */
77
- sourceMdmAccount?: string;
78
- /**
79
- * The source MDM namespace.
80
- */
81
- sourceMdmNamespace?: string;
82
- /**
83
- * Dimensions of blobs, including blob type and access tier.
84
- */
85
- dimensions?: Dimension[];
86
- /**
87
- * Aggregation type could be Average.
88
- */
89
- aggregationType?: string;
90
- /**
91
- * The property to decide fill gap with zero or not.
92
- */
93
- fillGapWithZero?: boolean;
94
- /**
95
- * The category this metric specification belong to, could be Capacity.
96
- */
97
- category?: string;
98
- /**
99
- * Account Resource Id.
100
- */
101
- resourceIdDimensionNameOverride?: string;
102
- /**
103
- * Whether the metric is internal.
104
- */
105
- isInternal?: boolean;
106
- }
107
- /**
108
- * Log Definition of a single resource metric.
109
- */
110
- export interface LogSpecification {
111
- /**
112
- * Name of log specification.
113
- */
114
- name?: string;
115
- /**
116
- * Display name of log specification.
117
- */
118
- displayName?: string;
119
- }
120
- /**
121
- * One property of operation, include metric specifications.
122
- */
123
- export interface ServiceSpecification {
124
- /**
125
- * Metric specifications of operation.
126
- */
127
- metricSpecifications?: MetricSpecification[];
128
- /**
129
- * Log specification of operation.
130
- */
131
- logSpecifications?: LogSpecification[];
132
- }
133
- /**
134
- * Microsoft.NetApp REST API operation definition.
135
- */
136
- export interface Operation {
137
- /**
138
- * Operation name: {provider}/{resource}/{operation}
139
- */
140
- name?: string;
141
- /**
142
- * Display metadata associated with the operation.
143
- */
144
- display?: OperationDisplay;
145
- /**
146
- * The origin of operations.
147
- */
148
- origin?: string;
149
- /**
150
- * One property of operation, include metric specifications.
151
- */
152
- serviceSpecification?: ServiceSpecification;
153
- }
154
- /**
155
- * Information regarding availability of a resource.
156
- */
157
- export interface CheckAvailabilityResponse {
158
- /**
159
- * <code>true</code> indicates name is valid and available. <code>false</code> indicates the name
160
- * is invalid, unavailable, or both.
161
- */
162
- isAvailable?: boolean;
163
- /**
164
- * <code>Invalid</code> indicates the name provided does not match Azure App Service naming
165
- * requirements. <code>AlreadyExists</code> indicates that the name is already in use and is
166
- * therefore unavailable. Possible values include: 'Invalid', 'AlreadyExists'
167
- */
168
- reason?: InAvailabilityReasonType;
169
- /**
170
- * If reason == invalid, provide the user with the reason why the given name is invalid, and
171
- * provide the resource naming requirements so that the user can select a valid name. If reason
172
- * == AlreadyExists, explain that resource name is already in use, and direct them to select a
173
- * different name.
174
- */
175
- message?: string;
176
- }
177
- /**
178
- * Resource name availability request content.
179
- */
180
- export interface ResourceNameAvailabilityRequest {
181
- /**
182
- * Resource name to verify.
183
- */
184
- name: string;
185
- /**
186
- * Resource type used for verification. Possible values include:
187
- * 'Microsoft.NetApp/netAppAccounts', 'Microsoft.NetApp/netAppAccounts/capacityPools',
188
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
189
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
190
- */
191
- type: CheckNameResourceTypes;
192
- /**
193
- * Resource group name.
194
- */
195
- resourceGroup: string;
196
- }
197
- /**
198
- * File path availability request content - availability is based on the name and the subnetId.
199
- */
200
- export interface FilePathAvailabilityRequest {
201
- /**
202
- * File path to verify.
203
- */
204
- name: string;
205
- /**
206
- * The Azure Resource URI for a delegated subnet. Must have the delegation
207
- * Microsoft.NetApp/volumes
208
- */
209
- subnetId: string;
210
- }
211
- /**
212
- * Quota availability request content.
213
- */
214
- export interface QuotaAvailabilityRequest {
215
- /**
216
- * Name of the resource to verify.
217
- */
218
- name: string;
219
- /**
220
- * Resource type used for verification. Possible values include:
221
- * 'Microsoft.NetApp/netAppAccounts', 'Microsoft.NetApp/netAppAccounts/capacityPools',
222
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
223
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
224
- */
225
- type: CheckQuotaNameResourceTypes;
226
- /**
227
- * Resource group name.
228
- */
229
- resourceGroup: string;
230
- }
231
- /**
232
- * Metadata pertaining to creation and last modification of the resource.
233
- */
234
- export interface SystemData {
235
- /**
236
- * The identity that created the resource.
237
- */
238
- createdBy?: string;
239
- /**
240
- * The type of identity that created the resource. Possible values include: 'User',
241
- * 'Application', 'ManagedIdentity', 'Key'
242
- */
243
- createdByType?: CreatedByType;
244
- /**
245
- * The timestamp of resource creation (UTC).
246
- */
247
- createdAt?: Date;
248
- /**
249
- * The identity that last modified the resource.
250
- */
251
- lastModifiedBy?: string;
252
- /**
253
- * The type of identity that last modified the resource. Possible values include: 'User',
254
- * 'Application', 'ManagedIdentity', 'Key'
255
- */
256
- lastModifiedByType?: CreatedByType;
257
- /**
258
- * The timestamp of resource last modification (UTC)
259
- */
260
- lastModifiedAt?: Date;
261
- }
262
- /**
263
- * Common fields that are returned in the response for all Azure Resource Manager resources
264
- * @summary Resource
265
- */
266
- export interface Resource extends BaseResource {
267
- /**
268
- * Fully qualified resource ID for the resource. Ex -
269
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
270
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
271
- */
272
- readonly id?: string;
273
- /**
274
- * The name of the resource
275
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
276
- */
277
- readonly name?: string;
278
- /**
279
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
280
- * "Microsoft.Storage/storageAccounts"
281
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
282
- */
283
- readonly type?: string;
284
- }
285
- /**
286
- * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
287
- * and a location
288
- * @summary Proxy Resource
289
- */
290
- export interface ProxyResource extends Resource {
291
- }
292
- /**
293
- * Information regarding Subscription Quota Item.
294
- */
295
- export interface SubscriptionQuotaItem extends ProxyResource {
296
- /**
297
- * The current quota value.
298
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
299
- */
300
- readonly current?: number;
301
- /**
302
- * The default quota value.
303
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
304
- */
305
- readonly default?: number;
306
- /**
307
- * The system meta data relating to this resource.
308
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
309
- */
310
- readonly systemData?: SystemData;
311
- }
312
- /**
313
- * Active Directory
314
- */
315
- export interface ActiveDirectory {
316
- /**
317
- * Id of the Active Directory
318
- */
319
- activeDirectoryId?: string;
320
- /**
321
- * Username of Active Directory domain administrator
322
- */
323
- username?: string;
324
- /**
325
- * Plain text password of Active Directory domain administrator, value is masked in the response
326
- */
327
- password?: string;
328
- /**
329
- * Name of the Active Directory domain
330
- */
331
- domain?: string;
332
- /**
333
- * Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain
334
- */
335
- dns?: string;
336
- /**
337
- * Status of the Active Directory. Possible values include: 'Created', 'InUse', 'Deleted',
338
- * 'Error', 'Updating'
339
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
340
- */
341
- readonly status?: ActiveDirectoryStatus;
342
- /**
343
- * Any details in regards to the Status of the Active Directory
344
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
345
- */
346
- readonly statusDetails?: string;
347
- /**
348
- * NetBIOS name of the SMB server. This name will be registered as a computer account in the AD
349
- * and used to mount volumes
350
- */
351
- smbServerName?: string;
352
- /**
353
- * The Organizational Unit (OU) within the Windows Active Directory. Default value:
354
- * 'CN=Computers'.
355
- */
356
- organizationalUnit?: string;
357
- /**
358
- * The Active Directory site the service will limit Domain Controller discovery to
359
- */
360
- site?: string;
361
- /**
362
- * Users to be added to the Built-in Backup Operator active directory group. A list of unique
363
- * usernames without domain specifier
364
- */
365
- backupOperators?: string[];
366
- /**
367
- * Users to be added to the Built-in Administrators active directory group. A list of unique
368
- * usernames without domain specifier
369
- */
370
- administrators?: string[];
371
- /**
372
- * kdc server IP addresses for the active directory machine. This optional parameter is used only
373
- * while creating kerberos volume.
374
- */
375
- kdcIP?: string;
376
- /**
377
- * Name of the active directory machine. This optional parameter is used only while creating
378
- * kerberos volume
379
- */
380
- adName?: string;
381
- /**
382
- * When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded Active
383
- * Directory Certificate Service's self-signed root CA certificate, this optional parameter is
384
- * used only for dual protocol with LDAP user-mapping volumes.
385
- */
386
- serverRootCACertificate?: string;
387
- /**
388
- * If enabled, AES encryption will be enabled for SMB communication.
389
- */
390
- aesEncryption?: boolean;
391
- /**
392
- * Specifies whether or not the LDAP traffic needs to be signed.
393
- */
394
- ldapSigning?: boolean;
395
- /**
396
- * Domain Users in the Active directory to be given SeSecurityPrivilege privilege (Needed for SMB
397
- * Continuously available shares for SQL). A list of unique usernames without domain specifier
398
- */
399
- securityOperators?: string[];
400
- /**
401
- * Specifies whether or not the LDAP traffic needs to be secured via TLS.
402
- */
403
- ldapOverTLS?: boolean;
404
- /**
405
- * If enabled, NFS client local users can also (in addition to LDAP users) access the NFS
406
- * volumes.
407
- */
408
- allowLocalNfsUsersWithLdap?: boolean;
409
- /**
410
- * If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted.
411
- */
412
- encryptDCConnections?: boolean;
413
- }
414
- /**
415
- * Encryption settings
416
- */
417
- export interface AccountEncryption {
418
- /**
419
- * Encryption Key Source. Possible values are: 'Microsoft.NetApp'.
420
- */
421
- keySource?: string;
422
- }
423
- /**
424
- * NetApp account resource
425
- */
426
- export interface NetAppAccount extends BaseResource {
427
- /**
428
- * Resource location
429
- */
430
- location: string;
431
- /**
432
- * Resource Id
433
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
434
- */
435
- readonly id?: string;
436
- /**
437
- * Resource name
438
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
439
- */
440
- readonly name?: string;
441
- /**
442
- * A unique read-only string that changes whenever the resource is updated.
443
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
444
- */
445
- readonly etag?: string;
446
- /**
447
- * Resource type
448
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
449
- */
450
- readonly type?: string;
451
- /**
452
- * Resource tags
453
- */
454
- tags?: {
455
- [propertyName: string]: string;
456
- };
457
- /**
458
- * Azure lifecycle management
459
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
460
- */
461
- readonly provisioningState?: string;
462
- /**
463
- * Active Directories
464
- */
465
- activeDirectories?: ActiveDirectory[];
466
- /**
467
- * Encryption settings
468
- */
469
- encryption?: AccountEncryption;
470
- /**
471
- * The system meta data relating to this resource.
472
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
473
- */
474
- readonly systemData?: SystemData;
475
- }
476
- /**
477
- * NetApp account patch resource
478
- */
479
- export interface NetAppAccountPatch extends BaseResource {
480
- /**
481
- * Resource location
482
- */
483
- location?: string;
484
- /**
485
- * Resource Id
486
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
487
- */
488
- readonly id?: string;
489
- /**
490
- * Resource name
491
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
492
- */
493
- readonly name?: string;
494
- /**
495
- * Resource type
496
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
497
- */
498
- readonly type?: string;
499
- /**
500
- * Resource tags
501
- */
502
- tags?: {
503
- [propertyName: string]: string;
504
- };
505
- /**
506
- * Azure lifecycle management
507
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
508
- */
509
- readonly provisioningState?: string;
510
- /**
511
- * Active Directories
512
- */
513
- activeDirectories?: ActiveDirectory[];
514
- /**
515
- * Encryption settings
516
- */
517
- encryption?: AccountEncryption;
518
- }
519
- /**
520
- * Capacity pool resource
521
- */
522
- export interface CapacityPool extends BaseResource {
523
- /**
524
- * Resource location
525
- */
526
- location: string;
527
- /**
528
- * Resource Id
529
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
530
- */
531
- readonly id?: string;
532
- /**
533
- * Resource name
534
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
535
- */
536
- readonly name?: string;
537
- /**
538
- * A unique read-only string that changes whenever the resource is updated.
539
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
540
- */
541
- readonly etag?: string;
542
- /**
543
- * Resource type
544
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
545
- */
546
- readonly type?: string;
547
- /**
548
- * Resource tags
549
- */
550
- tags?: {
551
- [propertyName: string]: string;
552
- };
553
- /**
554
- * poolId. UUID v4 used to identify the Pool
555
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
556
- */
557
- readonly poolId?: string;
558
- /**
559
- * size. Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must
560
- * be multiply of 4398046511104).
561
- */
562
- size: number;
563
- /**
564
- * serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
565
- * value: 'Premium'.
566
- */
567
- serviceLevel: ServiceLevel;
568
- /**
569
- * Azure lifecycle management
570
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
571
- */
572
- readonly provisioningState?: string;
573
- /**
574
- * Total throughput of pool in Mibps
575
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
576
- */
577
- readonly totalThroughputMibps?: number;
578
- /**
579
- * Utilized throughput of pool in Mibps
580
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
581
- */
582
- readonly utilizedThroughputMibps?: number;
583
- /**
584
- * qosType. The qos type of the pool. Possible values include: 'Auto', 'Manual'. Default value:
585
- * 'Auto'.
586
- */
587
- qosType?: QosType;
588
- /**
589
- * If enabled (true) the pool can contain cool Access enabled volumes. Default value: false.
590
- */
591
- coolAccess?: boolean;
592
- /**
593
- * encryptionType. Encryption type of the capacity pool, set encryption type for data at rest for
594
- * this pool and all volumes in it. This value can only be set when creating new pool. Possible
595
- * values include: 'Single', 'Double'. Default value: 'Single'.
596
- */
597
- encryptionType?: EncryptionType;
598
- }
599
- /**
600
- * Capacity pool patch resource
601
- */
602
- export interface CapacityPoolPatch extends BaseResource {
603
- /**
604
- * Resource location
605
- */
606
- location?: string;
607
- /**
608
- * Resource Id
609
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
610
- */
611
- readonly id?: string;
612
- /**
613
- * Resource name
614
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
615
- */
616
- readonly name?: string;
617
- /**
618
- * Resource type
619
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
620
- */
621
- readonly type?: string;
622
- /**
623
- * Resource tags
624
- */
625
- tags?: {
626
- [propertyName: string]: string;
627
- };
628
- /**
629
- * size. Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must
630
- * be multiply of 4398046511104). Default value: 4398046511104.
631
- */
632
- size?: number;
633
- /**
634
- * qosType. The qos type of the pool. Possible values include: 'Auto', 'Manual'. Default value:
635
- * 'Auto'.
636
- */
637
- qosType?: QosType;
638
- }
639
- /**
640
- * Volume Export Policy Rule
641
- */
642
- export interface ExportPolicyRule {
643
- /**
644
- * Order index
645
- */
646
- ruleIndex?: number;
647
- /**
648
- * Read only access
649
- */
650
- unixReadOnly?: boolean;
651
- /**
652
- * Read and write access
653
- */
654
- unixReadWrite?: boolean;
655
- /**
656
- * Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later. Default value:
657
- * false.
658
- */
659
- kerberos5ReadOnly?: boolean;
660
- /**
661
- * Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later. Default
662
- * value: false.
663
- */
664
- kerberos5ReadWrite?: boolean;
665
- /**
666
- * Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later. Default
667
- * value: false.
668
- */
669
- kerberos5iReadOnly?: boolean;
670
- /**
671
- * Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later. Default
672
- * value: false.
673
- */
674
- kerberos5iReadWrite?: boolean;
675
- /**
676
- * Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later. Default
677
- * value: false.
678
- */
679
- kerberos5pReadOnly?: boolean;
680
- /**
681
- * Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later. Default
682
- * value: false.
683
- */
684
- kerberos5pReadWrite?: boolean;
685
- /**
686
- * Allows CIFS protocol
687
- */
688
- cifs?: boolean;
689
- /**
690
- * Allows NFSv3 protocol. Enable only for NFSv3 type volumes
691
- */
692
- nfsv3?: boolean;
693
- /**
694
- * Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
695
- */
696
- nfsv41?: boolean;
697
- /**
698
- * Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses
699
- * and host names
700
- */
701
- allowedClients?: string;
702
- /**
703
- * Has root access to volume. Default value: true.
704
- */
705
- hasRootAccess?: boolean;
706
- /**
707
- * This parameter specifies who is authorized to change the ownership of a file. restricted -
708
- * Only root user can change the ownership of the file. unrestricted - Non-root users can change
709
- * ownership of files that they own. Possible values include: 'Restricted', 'Unrestricted'.
710
- * Default value: 'Restricted'.
711
- */
712
- chownMode?: ChownMode;
713
- }
714
- /**
715
- * Set of export policy rules
716
- * @summary exportPolicy
717
- */
718
- export interface VolumePropertiesExportPolicy {
719
- /**
720
- * Export policy rule. Export policy rule
721
- */
722
- rules?: ExportPolicyRule[];
723
- }
724
- /**
725
- * Mount target properties
726
- */
727
- export interface MountTargetProperties {
728
- /**
729
- * mountTargetId. UUID v4 used to identify the MountTarget
730
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
731
- */
732
- readonly mountTargetId?: string;
733
- /**
734
- * fileSystemId. UUID v4 used to identify the MountTarget
735
- */
736
- fileSystemId: string;
737
- /**
738
- * ipAddress. The mount target's IPv4 address
739
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
740
- */
741
- readonly ipAddress?: string;
742
- /**
743
- * smbServerFQDN. The SMB server's Fully Qualified Domain Name, FQDN
744
- */
745
- smbServerFqdn?: string;
746
- }
747
- /**
748
- * Volume Backup Properties
749
- */
750
- export interface VolumeBackupProperties {
751
- /**
752
- * Backup Policy Resource ID
753
- */
754
- backupPolicyId?: string;
755
- /**
756
- * Policy Enforced
757
- */
758
- policyEnforced?: boolean;
759
- /**
760
- * Vault Resource ID
761
- */
762
- vaultId?: string;
763
- /**
764
- * Backup Enabled
765
- */
766
- backupEnabled?: boolean;
767
- }
768
- /**
769
- * Replication properties
770
- */
771
- export interface ReplicationObject {
772
- /**
773
- * Id
774
- */
775
- replicationId?: string;
776
- /**
777
- * Indicates whether the local volume is the source or destination for the Volume Replication.
778
- * Possible values include: 'src', 'dst'
779
- */
780
- endpointType?: EndpointType;
781
- /**
782
- * Schedule. Possible values include: '_10minutely', 'hourly', 'daily'
783
- */
784
- replicationSchedule?: ReplicationSchedule;
785
- /**
786
- * The resource ID of the remote volume.
787
- */
788
- remoteVolumeResourceId: string;
789
- /**
790
- * The remote region for the other end of the Volume Replication.
791
- */
792
- remoteVolumeRegion?: string;
793
- }
794
- /**
795
- * Volume Snapshot Properties
796
- */
797
- export interface VolumeSnapshotProperties {
798
- /**
799
- * Snapshot Policy ResourceId
800
- */
801
- snapshotPolicyId?: string;
802
- }
803
- /**
804
- * DataProtection type volumes include an object containing details of the replication
805
- * @summary DataProtection
806
- */
807
- export interface VolumePropertiesDataProtection {
808
- /**
809
- * Backup. Backup Properties
810
- */
811
- backup?: VolumeBackupProperties;
812
- /**
813
- * Replication. Replication properties
814
- */
815
- replication?: ReplicationObject;
816
- /**
817
- * Snapshot. Snapshot properties.
818
- */
819
- snapshot?: VolumeSnapshotProperties;
820
- }
821
- /**
822
- * Application specific parameters for the placement of volumes in the volume group
823
- */
824
- export interface PlacementKeyValuePairs {
825
- /**
826
- * Key for an application specific parameter for the placement of volumes in the volume group
827
- */
828
- key: string;
829
- /**
830
- * Value for an application specific parameter for the placement of volumes in the volume group
831
- */
832
- value: string;
833
- }
834
- /**
835
- * Volume resource
836
- */
837
- export interface Volume extends BaseResource {
838
- /**
839
- * Resource location
840
- */
841
- location: string;
842
- /**
843
- * Resource Id
844
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
845
- */
846
- readonly id?: string;
847
- /**
848
- * Resource name
849
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
850
- */
851
- readonly name?: string;
852
- /**
853
- * A unique read-only string that changes whenever the resource is updated.
854
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
855
- */
856
- readonly etag?: string;
857
- /**
858
- * Resource type
859
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
860
- */
861
- readonly type?: string;
862
- /**
863
- * Resource tags
864
- */
865
- tags?: {
866
- [propertyName: string]: string;
867
- };
868
- /**
869
- * FileSystem ID. Unique FileSystem Identifier.
870
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
871
- */
872
- readonly fileSystemId?: string;
873
- /**
874
- * Creation Token or File Path. A unique file path for the volume. Used when creating mount
875
- * targets
876
- */
877
- creationToken: string;
878
- /**
879
- * serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
880
- * value: 'Premium'.
881
- */
882
- serviceLevel?: ServiceLevel;
883
- /**
884
- * usageThreshold. Maximum storage quota allowed for a file system in bytes. This is a soft quota
885
- * used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
886
- * Default value: 107374182400.
887
- */
888
- usageThreshold: number;
889
- /**
890
- * exportPolicy. Set of export policy rules
891
- */
892
- exportPolicy?: VolumePropertiesExportPolicy;
893
- /**
894
- * protocolTypes. Set of protocol types, default NFSv3, CIFS for SMB protocol
895
- */
896
- protocolTypes?: string[];
897
- /**
898
- * Azure lifecycle management
899
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
900
- */
901
- readonly provisioningState?: string;
902
- /**
903
- * Snapshot ID. UUID v4 or resource identifier used to identify the Snapshot.
904
- */
905
- snapshotId?: string;
906
- /**
907
- * Backup ID. UUID v4 or resource identifier used to identify the Backup.
908
- */
909
- backupId?: string;
910
- /**
911
- * Baremetal Tenant ID. Unique Baremetal Tenant Identifier.
912
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
913
- */
914
- readonly baremetalTenantId?: string;
915
- /**
916
- * The Azure Resource URI for a delegated subnet. Must have the delegation
917
- * Microsoft.NetApp/volumes
918
- */
919
- subnetId: string;
920
- /**
921
- * Network features. Basic network, or Standard features available to the volume. Possible values
922
- * include: 'Basic', 'Standard'. Default value: 'Basic'.
923
- */
924
- networkFeatures?: NetworkFeatures;
925
- /**
926
- * Network Sibling Set ID. Network Sibling Set ID for the the group of volumes sharing networking
927
- * resources.
928
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
929
- */
930
- readonly networkSiblingSetId?: string;
931
- /**
932
- * Storage to Network Proximity. Provides storage to network proximity information for the
933
- * volume. Possible values include: 'Default', 'T1', 'T2'
934
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
935
- */
936
- readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
937
- /**
938
- * mountTargets. List of mount targets
939
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
940
- */
941
- readonly mountTargets?: MountTargetProperties[];
942
- /**
943
- * What type of volume is this. For destination volumes in Cross Region Replication, set type to
944
- * DataProtection
945
- */
946
- volumeType?: string;
947
- /**
948
- * DataProtection. DataProtection type volumes include an object containing details of the
949
- * replication
950
- */
951
- dataProtection?: VolumePropertiesDataProtection;
952
- /**
953
- * Restoring
954
- */
955
- isRestoring?: boolean;
956
- /**
957
- * If enabled (true) the volume will contain a read-only snapshot directory which provides access
958
- * to each of the volume's snapshots (default to true). Default value: true.
959
- */
960
- snapshotDirectoryVisible?: boolean;
961
- /**
962
- * Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later.
963
- * Default value: false.
964
- */
965
- kerberosEnabled?: boolean;
966
- /**
967
- * The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS
968
- * protocol. Possible values include: 'ntfs', 'unix'. Default value: 'unix'.
969
- */
970
- securityStyle?: SecurityStyle;
971
- /**
972
- * Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be
973
- * used with swagger version 2020-08-01 or later. Default value: false.
974
- */
975
- smbEncryption?: boolean;
976
- /**
977
- * Enables continuously available share property for smb volume. Only applicable for SMB volume.
978
- * Default value: false.
979
- */
980
- smbContinuouslyAvailable?: boolean;
981
- /**
982
- * Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as
983
- * input only for manual qosType volume. Default value: 0.
984
- */
985
- throughputMibps?: number;
986
- /**
987
- * Encryption Key Source. Possible values are: 'Microsoft.NetApp'
988
- */
989
- encryptionKeySource?: string;
990
- /**
991
- * Specifies whether LDAP is enabled or not for a given NFS volume. Default value: false.
992
- */
993
- ldapEnabled?: boolean;
994
- /**
995
- * Specifies whether Cool Access(tiering) is enabled for the volume. Default value: false.
996
- */
997
- coolAccess?: boolean;
998
- /**
999
- * Specifies the number of days after which data that is not accessed by clients will be tiered.
1000
- */
1001
- coolnessPeriod?: number;
1002
- /**
1003
- * UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set
1004
- * user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for
1005
- * the owner of the file: read (4), write (2) and execute (1). Third selects permissions for
1006
- * other users in the same group. the fourth for other users not in the group. 0755 - gives
1007
- * read/write/execute permissions to owner and read/execute to group and other users. Default
1008
- * value: '0770'.
1009
- */
1010
- unixPermissions?: string;
1011
- /**
1012
- * When a volume is being restored from another volume's snapshot, will show the percentage
1013
- * completion of this cloning process. When this value is empty/null there is no cloning process
1014
- * currently happening on this volume. This value will update every 5 minutes during cloning.
1015
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1016
- */
1017
- readonly cloneProgress?: number;
1018
- /**
1019
- * avsDataStore. Specifies whether the volume is enabled for Azure VMware Solution (AVS)
1020
- * datastore purpose. Possible values include: 'Enabled', 'Disabled'. Default value: 'Disabled'.
1021
- */
1022
- avsDataStore?: AvsDataStore;
1023
- /**
1024
- * Specifies if default quota is enabled for the volume. Default value: false.
1025
- */
1026
- isDefaultQuotaEnabled?: boolean;
1027
- /**
1028
- * Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4
1029
- * KiBs applies . Default value: 0.
1030
- */
1031
- defaultUserQuotaInKiBs?: number;
1032
- /**
1033
- * Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of
1034
- * 4 KiBs applies. Default value: 0.
1035
- */
1036
- defaultGroupQuotaInKiBs?: number;
1037
- /**
1038
- * Volume Group Name
1039
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1040
- */
1041
- readonly volumeGroupName?: string;
1042
- /**
1043
- * Pool Resource Id used in case of creating a volume through volume group
1044
- */
1045
- capacityPoolResourceId?: string;
1046
- /**
1047
- * Proximity placement group associated with the volume
1048
- */
1049
- proximityPlacementGroup?: string;
1050
- /**
1051
- * T2 network information
1052
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1053
- */
1054
- readonly t2Network?: string;
1055
- /**
1056
- * Volume spec name is the application specific designation or identifier for the particular
1057
- * volume in a volume group for e.g. data, log
1058
- */
1059
- volumeSpecName?: string;
1060
- /**
1061
- * Volume placement rules. Application specific placement rules for the particular volume
1062
- */
1063
- placementRules?: PlacementKeyValuePairs[];
1064
- }
1065
- /**
1066
- * Identity for the resource.
1067
- */
1068
- export interface ResourceIdentity {
1069
- /**
1070
- * Object id of the identity resource
1071
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1072
- */
1073
- readonly principalId?: string;
1074
- /**
1075
- * The tenant id of the resource
1076
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1077
- */
1078
- readonly tenantId?: string;
1079
- /**
1080
- * Type of Identity. Supported values are: 'None', 'SystemAssigned'
1081
- */
1082
- type?: string;
1083
- }
1084
- /**
1085
- * Replication status
1086
- */
1087
- export interface ReplicationStatus {
1088
- /**
1089
- * Replication health check
1090
- */
1091
- healthy?: boolean;
1092
- /**
1093
- * Status of the mirror relationship. Possible values include: 'Idle', 'Transferring'
1094
- */
1095
- relationshipStatus?: RelationshipStatus;
1096
- /**
1097
- * The status of the replication. Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
1098
- */
1099
- mirrorState?: MirrorState;
1100
- /**
1101
- * The progress of the replication
1102
- */
1103
- totalProgress?: string;
1104
- /**
1105
- * Displays error message if the replication is in an error state
1106
- */
1107
- errorMessage?: string;
1108
- }
1109
- /**
1110
- * Set of export policy rules
1111
- * @summary exportPolicy
1112
- */
1113
- export interface VolumePatchPropertiesExportPolicy {
1114
- /**
1115
- * Export policy rule. Export policy rule
1116
- */
1117
- rules?: ExportPolicyRule[];
1118
- }
1119
- /**
1120
- * DataProtection type volumes include an object containing details of the replication
1121
- * @summary DataProtection
1122
- */
1123
- export interface VolumePatchPropertiesDataProtection {
1124
- /**
1125
- * Backup. Backup Properties
1126
- */
1127
- backup?: VolumeBackupProperties;
1128
- /**
1129
- * Snapshot. Snapshot properties.
1130
- */
1131
- snapshot?: VolumeSnapshotProperties;
1132
- }
1133
- /**
1134
- * Volume patch resource
1135
- */
1136
- export interface VolumePatch extends BaseResource {
1137
- /**
1138
- * Resource location
1139
- */
1140
- location?: string;
1141
- /**
1142
- * Resource Id
1143
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1144
- */
1145
- readonly id?: string;
1146
- /**
1147
- * Resource name
1148
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1149
- */
1150
- readonly name?: string;
1151
- /**
1152
- * Resource type
1153
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1154
- */
1155
- readonly type?: string;
1156
- /**
1157
- * Resource tags
1158
- */
1159
- tags?: {
1160
- [propertyName: string]: string;
1161
- };
1162
- /**
1163
- * serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
1164
- * value: 'Premium'.
1165
- */
1166
- serviceLevel?: ServiceLevel;
1167
- /**
1168
- * usageThreshold. Maximum storage quota allowed for a file system in bytes. This is a soft quota
1169
- * used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
1170
- * Default value: 107374182400.
1171
- */
1172
- usageThreshold?: number;
1173
- /**
1174
- * exportPolicy. Set of export policy rules
1175
- */
1176
- exportPolicy?: VolumePatchPropertiesExportPolicy;
1177
- /**
1178
- * Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as
1179
- * input only for manual qosType volume. Default value: 0.
1180
- */
1181
- throughputMibps?: number;
1182
- /**
1183
- * DataProtection. DataProtection type volumes include an object containing details of the
1184
- * replication
1185
- */
1186
- dataProtection?: VolumePatchPropertiesDataProtection;
1187
- /**
1188
- * Specifies if default quota is enabled for the volume. Default value: false.
1189
- */
1190
- isDefaultQuotaEnabled?: boolean;
1191
- /**
1192
- * Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4
1193
- * KiBs applies . Default value: 0.
1194
- */
1195
- defaultUserQuotaInKiBs?: number;
1196
- /**
1197
- * Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of
1198
- * 4 KiBs applies. Default value: 0.
1199
- */
1200
- defaultGroupQuotaInKiBs?: number;
1201
- }
1202
- /**
1203
- * Mount Target
1204
- */
1205
- export interface MountTarget {
1206
- /**
1207
- * Resource location
1208
- */
1209
- location: string;
1210
- /**
1211
- * Resource Id
1212
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1213
- */
1214
- readonly id?: string;
1215
- /**
1216
- * Resource name
1217
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1218
- */
1219
- readonly name?: string;
1220
- /**
1221
- * Resource type
1222
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1223
- */
1224
- readonly type?: string;
1225
- /**
1226
- * Resource tags
1227
- */
1228
- tags?: {
1229
- [propertyName: string]: string;
1230
- };
1231
- /**
1232
- * mountTargetId. UUID v4 used to identify the MountTarget
1233
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1234
- */
1235
- readonly mountTargetId?: string;
1236
- /**
1237
- * fileSystemId. UUID v4 used to identify the MountTarget
1238
- */
1239
- fileSystemId: string;
1240
- /**
1241
- * ipAddress. The mount target's IPv4 address
1242
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1243
- */
1244
- readonly ipAddress?: string;
1245
- /**
1246
- * smbServerFQDN. The SMB server's Fully Qualified Domain Name, FQDN
1247
- */
1248
- smbServerFqdn?: string;
1249
- }
1250
- /**
1251
- * Snapshot of a Volume
1252
- */
1253
- export interface Snapshot extends BaseResource {
1254
- /**
1255
- * Resource location
1256
- */
1257
- location: string;
1258
- /**
1259
- * Resource Id
1260
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1261
- */
1262
- readonly id?: string;
1263
- /**
1264
- * Resource name
1265
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1266
- */
1267
- readonly name?: string;
1268
- /**
1269
- * Resource type
1270
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1271
- */
1272
- readonly type?: string;
1273
- /**
1274
- * snapshotId. UUID v4 used to identify the Snapshot
1275
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1276
- */
1277
- readonly snapshotId?: string;
1278
- /**
1279
- * name. The creation date of the snapshot
1280
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1281
- */
1282
- readonly created?: Date;
1283
- /**
1284
- * Azure lifecycle management
1285
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1286
- */
1287
- readonly provisioningState?: string;
1288
- }
1289
- /**
1290
- * Hourly Schedule properties
1291
- */
1292
- export interface HourlySchedule {
1293
- /**
1294
- * Hourly snapshot count to keep
1295
- */
1296
- snapshotsToKeep?: number;
1297
- /**
1298
- * Indicates which minute snapshot should be taken
1299
- */
1300
- minute?: number;
1301
- /**
1302
- * Resource size in bytes, current storage usage for the volume in bytes
1303
- */
1304
- usedBytes?: number;
1305
- }
1306
- /**
1307
- * Daily Schedule properties
1308
- */
1309
- export interface DailySchedule {
1310
- /**
1311
- * Daily snapshot count to keep
1312
- */
1313
- snapshotsToKeep?: number;
1314
- /**
1315
- * Indicates which hour in UTC timezone a snapshot should be taken
1316
- */
1317
- hour?: number;
1318
- /**
1319
- * Indicates which minute snapshot should be taken
1320
- */
1321
- minute?: number;
1322
- /**
1323
- * Resource size in bytes, current storage usage for the volume in bytes
1324
- */
1325
- usedBytes?: number;
1326
- }
1327
- /**
1328
- * Weekly Schedule properties, make a snapshot every week at a specific day or days
1329
- */
1330
- export interface WeeklySchedule {
1331
- /**
1332
- * Weekly snapshot count to keep
1333
- */
1334
- snapshotsToKeep?: number;
1335
- /**
1336
- * Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day
1337
- * names in english
1338
- */
1339
- day?: string;
1340
- /**
1341
- * Indicates which hour in UTC timezone a snapshot should be taken
1342
- */
1343
- hour?: number;
1344
- /**
1345
- * Indicates which minute snapshot should be taken
1346
- */
1347
- minute?: number;
1348
- /**
1349
- * Resource size in bytes, current storage usage for the volume in bytes
1350
- */
1351
- usedBytes?: number;
1352
- }
1353
- /**
1354
- * Monthly Schedule properties
1355
- */
1356
- export interface MonthlySchedule {
1357
- /**
1358
- * Monthly snapshot count to keep
1359
- */
1360
- snapshotsToKeep?: number;
1361
- /**
1362
- * Indicates which days of the month snapshot should be taken. A comma delimited string.
1363
- */
1364
- daysOfMonth?: string;
1365
- /**
1366
- * Indicates which hour in UTC timezone a snapshot should be taken
1367
- */
1368
- hour?: number;
1369
- /**
1370
- * Indicates which minute snapshot should be taken
1371
- */
1372
- minute?: number;
1373
- /**
1374
- * Resource size in bytes, current storage usage for the volume in bytes
1375
- */
1376
- usedBytes?: number;
1377
- }
1378
- /**
1379
- * Snapshot policy information
1380
- */
1381
- export interface SnapshotPolicy extends BaseResource {
1382
- /**
1383
- * Resource location
1384
- */
1385
- location: string;
1386
- /**
1387
- * Resource Id
1388
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1389
- */
1390
- readonly id?: string;
1391
- /**
1392
- * Resource name
1393
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1394
- */
1395
- readonly name?: string;
1396
- /**
1397
- * A unique read-only string that changes whenever the resource is updated.
1398
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1399
- */
1400
- readonly etag?: string;
1401
- /**
1402
- * Resource type
1403
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1404
- */
1405
- readonly type?: string;
1406
- /**
1407
- * Resource tags
1408
- */
1409
- tags?: {
1410
- [propertyName: string]: string;
1411
- };
1412
- /**
1413
- * hourlySchedule. Schedule for hourly snapshots
1414
- */
1415
- hourlySchedule?: HourlySchedule;
1416
- /**
1417
- * dailySchedule. Schedule for daily snapshots
1418
- */
1419
- dailySchedule?: DailySchedule;
1420
- /**
1421
- * weeklySchedule. Schedule for weekly snapshots
1422
- */
1423
- weeklySchedule?: WeeklySchedule;
1424
- /**
1425
- * monthlySchedule. Schedule for monthly snapshots
1426
- */
1427
- monthlySchedule?: MonthlySchedule;
1428
- /**
1429
- * The property to decide policy is enabled or not
1430
- */
1431
- enabled?: boolean;
1432
- /**
1433
- * Azure lifecycle management
1434
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1435
- */
1436
- readonly provisioningState?: string;
1437
- }
1438
- /**
1439
- * Snapshot policy properties
1440
- */
1441
- export interface SnapshotPolicyDetails {
1442
- /**
1443
- * Resource location
1444
- */
1445
- location?: string;
1446
- /**
1447
- * Resource Id
1448
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1449
- */
1450
- readonly id?: string;
1451
- /**
1452
- * Resource name
1453
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1454
- */
1455
- readonly name?: string;
1456
- /**
1457
- * Resource type
1458
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1459
- */
1460
- readonly type?: string;
1461
- /**
1462
- * Resource tags
1463
- */
1464
- tags?: {
1465
- [propertyName: string]: string;
1466
- };
1467
- /**
1468
- * hourlySchedule. Schedule for hourly snapshots
1469
- */
1470
- hourlySchedule?: HourlySchedule;
1471
- /**
1472
- * dailySchedule. Schedule for daily snapshots
1473
- */
1474
- dailySchedule?: DailySchedule;
1475
- /**
1476
- * weeklySchedule. Schedule for weekly snapshots
1477
- */
1478
- weeklySchedule?: WeeklySchedule;
1479
- /**
1480
- * monthlySchedule. Schedule for monthly snapshots
1481
- */
1482
- monthlySchedule?: MonthlySchedule;
1483
- /**
1484
- * The property to decide policy is enabled or not
1485
- */
1486
- enabled?: boolean;
1487
- /**
1488
- * Azure lifecycle management
1489
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1490
- */
1491
- readonly provisioningState?: string;
1492
- }
1493
- /**
1494
- * Snapshot policy Details for create and update
1495
- */
1496
- export interface SnapshotPolicyPatch {
1497
- /**
1498
- * Resource location
1499
- */
1500
- location?: string;
1501
- /**
1502
- * Resource Id
1503
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1504
- */
1505
- readonly id?: string;
1506
- /**
1507
- * Resource name
1508
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1509
- */
1510
- readonly name?: string;
1511
- /**
1512
- * Resource type
1513
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1514
- */
1515
- readonly type?: string;
1516
- /**
1517
- * Resource tags
1518
- */
1519
- tags?: {
1520
- [propertyName: string]: string;
1521
- };
1522
- /**
1523
- * hourlySchedule. Schedule for hourly snapshots
1524
- */
1525
- hourlySchedule?: HourlySchedule;
1526
- /**
1527
- * dailySchedule. Schedule for daily snapshots
1528
- */
1529
- dailySchedule?: DailySchedule;
1530
- /**
1531
- * weeklySchedule. Schedule for weekly snapshots
1532
- */
1533
- weeklySchedule?: WeeklySchedule;
1534
- /**
1535
- * monthlySchedule. Schedule for monthly snapshots
1536
- */
1537
- monthlySchedule?: MonthlySchedule;
1538
- /**
1539
- * The property to decide policy is enabled or not
1540
- */
1541
- enabled?: boolean;
1542
- /**
1543
- * Azure lifecycle management
1544
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1545
- */
1546
- readonly provisioningState?: string;
1547
- }
1548
- /**
1549
- * Volumes associated with snapshot policy
1550
- */
1551
- export interface SnapshotPolicyVolumeList {
1552
- /**
1553
- * List of volumes
1554
- */
1555
- value?: Volume[];
1556
- }
1557
- /**
1558
- * revert a volume to the snapshot
1559
- */
1560
- export interface VolumeRevert {
1561
- /**
1562
- * Resource id of the snapshot
1563
- */
1564
- snapshotId?: string;
1565
- }
1566
- /**
1567
- * Authorize request
1568
- */
1569
- export interface AuthorizeRequest {
1570
- /**
1571
- * Resource id of the remote volume
1572
- */
1573
- remoteVolumeResourceId?: string;
1574
- }
1575
- /**
1576
- * Break replication request
1577
- */
1578
- export interface BreakReplicationRequest {
1579
- /**
1580
- * If replication is in status transferring and you want to force break the replication, set to
1581
- * true
1582
- */
1583
- forceBreakReplication?: boolean;
1584
- }
1585
- /**
1586
- * Pool change request
1587
- */
1588
- export interface PoolChangeRequest {
1589
- /**
1590
- * Resource id of the pool to move volume to
1591
- */
1592
- newPoolResourceId: string;
1593
- }
1594
- /**
1595
- * Backup of a Volume
1596
- */
1597
- export interface Backup extends BaseResource {
1598
- /**
1599
- * Resource location
1600
- */
1601
- location: string;
1602
- /**
1603
- * Resource Id
1604
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1605
- */
1606
- readonly id?: string;
1607
- /**
1608
- * Resource name
1609
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1610
- */
1611
- readonly name?: string;
1612
- /**
1613
- * Resource type
1614
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1615
- */
1616
- readonly type?: string;
1617
- /**
1618
- * backupId. UUID v4 used to identify the Backup
1619
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1620
- */
1621
- readonly backupId?: string;
1622
- /**
1623
- * name. The creation date of the backup
1624
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1625
- */
1626
- readonly creationDate?: Date;
1627
- /**
1628
- * Azure lifecycle management
1629
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1630
- */
1631
- readonly provisioningState?: string;
1632
- /**
1633
- * Size of backup
1634
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1635
- */
1636
- readonly size?: number;
1637
- /**
1638
- * Label for backup
1639
- */
1640
- label?: string;
1641
- /**
1642
- * backupType. Type of backup Manual or Scheduled. Possible values include: 'Manual', 'Scheduled'
1643
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1644
- */
1645
- readonly backupType?: BackupType;
1646
- /**
1647
- * Failure reason
1648
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1649
- */
1650
- readonly failureReason?: string;
1651
- /**
1652
- * Volume name
1653
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1654
- */
1655
- readonly volumeName?: string;
1656
- /**
1657
- * Manual backup an already existing snapshot. This will always be false for scheduled backups
1658
- * and true/false for manual backups. Default value: false.
1659
- */
1660
- useExistingSnapshot?: boolean;
1661
- }
1662
- /**
1663
- * Backup patch
1664
- */
1665
- export interface BackupPatch extends BaseResource {
1666
- /**
1667
- * Resource tags
1668
- */
1669
- tags?: {
1670
- [propertyName: string]: string;
1671
- };
1672
- /**
1673
- * backupId. UUID v4 used to identify the Backup
1674
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1675
- */
1676
- readonly backupId?: string;
1677
- /**
1678
- * name. The creation date of the backup
1679
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1680
- */
1681
- readonly creationDate?: Date;
1682
- /**
1683
- * Azure lifecycle management
1684
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1685
- */
1686
- readonly provisioningState?: string;
1687
- /**
1688
- * Size of backup
1689
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1690
- */
1691
- readonly size?: number;
1692
- /**
1693
- * Label for backup
1694
- */
1695
- label?: string;
1696
- /**
1697
- * backupType. Type of backup Manual or Scheduled. Possible values include: 'Manual', 'Scheduled'
1698
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1699
- */
1700
- readonly backupType?: BackupType;
1701
- /**
1702
- * Failure reason
1703
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1704
- */
1705
- readonly failureReason?: string;
1706
- /**
1707
- * Volume name
1708
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1709
- */
1710
- readonly volumeName?: string;
1711
- /**
1712
- * Manual backup an already existing snapshot. This will always be false for scheduled backups
1713
- * and true/false for manual backups. Default value: false.
1714
- */
1715
- useExistingSnapshot?: boolean;
1716
- }
1717
- /**
1718
- * Volume details using the backup policy
1719
- */
1720
- export interface VolumeBackups {
1721
- /**
1722
- * Volume name
1723
- */
1724
- volumeName?: string;
1725
- /**
1726
- * Total count of backups for volume
1727
- */
1728
- backupsCount?: number;
1729
- /**
1730
- * Policy enabled
1731
- */
1732
- policyEnabled?: boolean;
1733
- }
1734
- /**
1735
- * Backup policy information
1736
- */
1737
- export interface BackupPolicy extends BaseResource {
1738
- /**
1739
- * Resource location
1740
- */
1741
- location: string;
1742
- /**
1743
- * Resource Id
1744
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1745
- */
1746
- readonly id?: string;
1747
- /**
1748
- * Resource name
1749
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1750
- */
1751
- readonly name?: string;
1752
- /**
1753
- * A unique read-only string that changes whenever the resource is updated.
1754
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1755
- */
1756
- readonly etag?: string;
1757
- /**
1758
- * Resource type
1759
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1760
- */
1761
- readonly type?: string;
1762
- /**
1763
- * Resource tags
1764
- */
1765
- tags?: {
1766
- [propertyName: string]: string;
1767
- };
1768
- /**
1769
- * Backup Policy Resource ID
1770
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1771
- */
1772
- readonly backupPolicyId?: string;
1773
- /**
1774
- * Azure lifecycle management
1775
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1776
- */
1777
- readonly provisioningState?: string;
1778
- /**
1779
- * Daily backups count to keep
1780
- */
1781
- dailyBackupsToKeep?: number;
1782
- /**
1783
- * Weekly backups count to keep
1784
- */
1785
- weeklyBackupsToKeep?: number;
1786
- /**
1787
- * Monthly backups count to keep
1788
- */
1789
- monthlyBackupsToKeep?: number;
1790
- /**
1791
- * Volumes using current backup policy
1792
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1793
- */
1794
- readonly volumesAssigned?: number;
1795
- /**
1796
- * The property to decide policy is enabled or not
1797
- */
1798
- enabled?: boolean;
1799
- /**
1800
- * A list of volumes assigned to this policy
1801
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1802
- */
1803
- readonly volumeBackups?: VolumeBackups[];
1804
- }
1805
- /**
1806
- * Backup policy properties
1807
- */
1808
- export interface BackupPolicyDetails extends BaseResource {
1809
- /**
1810
- * Resource location
1811
- */
1812
- location?: string;
1813
- /**
1814
- * Resource Id
1815
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1816
- */
1817
- readonly id?: string;
1818
- /**
1819
- * Resource name
1820
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1821
- */
1822
- readonly name?: string;
1823
- /**
1824
- * Resource type
1825
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1826
- */
1827
- readonly type?: string;
1828
- /**
1829
- * Resource tags
1830
- */
1831
- tags?: {
1832
- [propertyName: string]: string;
1833
- };
1834
- /**
1835
- * Backup Policy Resource ID
1836
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1837
- */
1838
- readonly backupPolicyId?: string;
1839
- /**
1840
- * Azure lifecycle management
1841
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1842
- */
1843
- readonly provisioningState?: string;
1844
- /**
1845
- * Daily backups count to keep
1846
- */
1847
- dailyBackupsToKeep?: number;
1848
- /**
1849
- * Weekly backups count to keep
1850
- */
1851
- weeklyBackupsToKeep?: number;
1852
- /**
1853
- * Monthly backups count to keep
1854
- */
1855
- monthlyBackupsToKeep?: number;
1856
- /**
1857
- * Volumes using current backup policy
1858
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1859
- */
1860
- readonly volumesAssigned?: number;
1861
- /**
1862
- * The property to decide policy is enabled or not
1863
- */
1864
- enabled?: boolean;
1865
- /**
1866
- * A list of volumes assigned to this policy
1867
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1868
- */
1869
- readonly volumeBackups?: VolumeBackups[];
1870
- }
1871
- /**
1872
- * Backup policy Details for create and update
1873
- */
1874
- export interface BackupPolicyPatch extends BaseResource {
1875
- /**
1876
- * Resource location
1877
- */
1878
- location?: string;
1879
- /**
1880
- * Resource Id
1881
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1882
- */
1883
- readonly id?: string;
1884
- /**
1885
- * Resource name
1886
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1887
- */
1888
- readonly name?: string;
1889
- /**
1890
- * Resource type
1891
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1892
- */
1893
- readonly type?: string;
1894
- /**
1895
- * Resource tags
1896
- */
1897
- tags?: {
1898
- [propertyName: string]: string;
1899
- };
1900
- /**
1901
- * Backup Policy Resource ID
1902
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1903
- */
1904
- readonly backupPolicyId?: string;
1905
- /**
1906
- * Azure lifecycle management
1907
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1908
- */
1909
- readonly provisioningState?: string;
1910
- /**
1911
- * Daily backups count to keep
1912
- */
1913
- dailyBackupsToKeep?: number;
1914
- /**
1915
- * Weekly backups count to keep
1916
- */
1917
- weeklyBackupsToKeep?: number;
1918
- /**
1919
- * Monthly backups count to keep
1920
- */
1921
- monthlyBackupsToKeep?: number;
1922
- /**
1923
- * Volumes using current backup policy
1924
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1925
- */
1926
- readonly volumesAssigned?: number;
1927
- /**
1928
- * The property to decide policy is enabled or not
1929
- */
1930
- enabled?: boolean;
1931
- /**
1932
- * A list of volumes assigned to this policy
1933
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1934
- */
1935
- readonly volumeBackups?: VolumeBackups[];
1936
- }
1937
- /**
1938
- * Vault information
1939
- */
1940
- export interface Vault extends BaseResource {
1941
- /**
1942
- * Resource location
1943
- */
1944
- location: string;
1945
- /**
1946
- * Resource Id
1947
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1948
- */
1949
- readonly id?: string;
1950
- /**
1951
- * Resource name
1952
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1953
- */
1954
- readonly name?: string;
1955
- /**
1956
- * Resource type
1957
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1958
- */
1959
- readonly type?: string;
1960
- /**
1961
- * Vault Name
1962
- */
1963
- vaultName?: string;
1964
- }
1965
- /**
1966
- * Backup status
1967
- */
1968
- export interface BackupStatus {
1969
- /**
1970
- * Backup health status
1971
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1972
- */
1973
- readonly healthy?: boolean;
1974
- /**
1975
- * Status of the backup mirror relationship. Possible values include: 'Idle', 'Transferring'
1976
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1977
- */
1978
- readonly relationshipStatus?: RelationshipStatus;
1979
- /**
1980
- * The status of the backup. Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
1981
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1982
- */
1983
- readonly mirrorState?: MirrorState;
1984
- /**
1985
- * Reason for the unhealthy backup relationship
1986
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1987
- */
1988
- readonly unhealthyReason?: string;
1989
- /**
1990
- * Displays error message if the backup is in an error state
1991
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1992
- */
1993
- readonly errorMessage?: string;
1994
- /**
1995
- * Displays the last transfer size
1996
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1997
- */
1998
- readonly lastTransferSize?: number;
1999
- /**
2000
- * Displays the last transfer type
2001
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2002
- */
2003
- readonly lastTransferType?: string;
2004
- /**
2005
- * Displays the total bytes transferred
2006
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2007
- */
2008
- readonly totalTransferBytes?: number;
2009
- }
2010
- /**
2011
- * Restore status
2012
- */
2013
- export interface RestoreStatus {
2014
- /**
2015
- * Restore health status
2016
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2017
- */
2018
- readonly healthy?: boolean;
2019
- /**
2020
- * Status of the restore SnapMirror relationship. Possible values include: 'Idle', 'Transferring'
2021
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2022
- */
2023
- readonly relationshipStatus?: RelationshipStatus;
2024
- /**
2025
- * The status of the restore. Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
2026
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2027
- */
2028
- readonly mirrorState?: MirrorState;
2029
- /**
2030
- * Reason for the unhealthy restore relationship
2031
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2032
- */
2033
- readonly unhealthyReason?: string;
2034
- /**
2035
- * Displays error message if the restore is in an error state
2036
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2037
- */
2038
- readonly errorMessage?: string;
2039
- /**
2040
- * Displays the total bytes transferred
2041
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2042
- */
2043
- readonly totalTransferBytes?: number;
2044
- }
2045
- /**
2046
- * Volume group properties
2047
- */
2048
- export interface VolumeGroupMetaData {
2049
- /**
2050
- * Group Description
2051
- */
2052
- groupDescription?: string;
2053
- /**
2054
- * Application Type. Possible values include: 'SAP-HANA'
2055
- */
2056
- applicationType?: ApplicationType;
2057
- /**
2058
- * Application specific identifier
2059
- */
2060
- applicationIdentifier?: string;
2061
- /**
2062
- * Global volume placement rules. Application specific placement rules for the volume group
2063
- */
2064
- globalPlacementRules?: PlacementKeyValuePairs[];
2065
- /**
2066
- * Application specific identifier of deployment rules for the volume group
2067
- */
2068
- deploymentSpecId?: string;
2069
- /**
2070
- * Number of volumes in volume group
2071
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2072
- */
2073
- readonly volumesCount?: number;
2074
- }
2075
- /**
2076
- * Volume group resource
2077
- */
2078
- export interface VolumeGroup {
2079
- /**
2080
- * Resource location
2081
- */
2082
- location?: string;
2083
- /**
2084
- * Resource Id
2085
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2086
- */
2087
- readonly id?: string;
2088
- /**
2089
- * Resource name
2090
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2091
- */
2092
- readonly name?: string;
2093
- /**
2094
- * Resource type
2095
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2096
- */
2097
- readonly type?: string;
2098
- /**
2099
- * Resource tags
2100
- */
2101
- tags?: {
2102
- [propertyName: string]: string;
2103
- };
2104
- /**
2105
- * Azure lifecycle management
2106
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2107
- */
2108
- readonly provisioningState?: string;
2109
- /**
2110
- * groupMetaData. Volume group details
2111
- */
2112
- groupMetaData?: VolumeGroupMetaData;
2113
- }
2114
- /**
2115
- * Volume resource
2116
- */
2117
- export interface VolumeGroupVolumeProperties extends BaseResource {
2118
- /**
2119
- * Resource Id
2120
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2121
- */
2122
- readonly id?: string;
2123
- /**
2124
- * Resource name
2125
- */
2126
- name?: string;
2127
- /**
2128
- * Resource type
2129
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2130
- */
2131
- readonly type?: string;
2132
- /**
2133
- * Resource tags
2134
- */
2135
- tags?: {
2136
- [propertyName: string]: string;
2137
- };
2138
- /**
2139
- * FileSystem ID. Unique FileSystem Identifier.
2140
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2141
- */
2142
- readonly fileSystemId?: string;
2143
- /**
2144
- * Creation Token or File Path. A unique file path for the volume. Used when creating mount
2145
- * targets
2146
- */
2147
- creationToken: string;
2148
- /**
2149
- * serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
2150
- * value: 'Premium'.
2151
- */
2152
- serviceLevel?: ServiceLevel;
2153
- /**
2154
- * usageThreshold. Maximum storage quota allowed for a file system in bytes. This is a soft quota
2155
- * used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
2156
- * Default value: 107374182400.
2157
- */
2158
- usageThreshold: number;
2159
- /**
2160
- * exportPolicy. Set of export policy rules
2161
- */
2162
- exportPolicy?: VolumePropertiesExportPolicy;
2163
- /**
2164
- * protocolTypes. Set of protocol types, default NFSv3, CIFS for SMB protocol
2165
- */
2166
- protocolTypes?: string[];
2167
- /**
2168
- * Azure lifecycle management
2169
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2170
- */
2171
- readonly provisioningState?: string;
2172
- /**
2173
- * Snapshot ID. UUID v4 or resource identifier used to identify the Snapshot.
2174
- */
2175
- snapshotId?: string;
2176
- /**
2177
- * Backup ID. UUID v4 or resource identifier used to identify the Backup.
2178
- */
2179
- backupId?: string;
2180
- /**
2181
- * Baremetal Tenant ID. Unique Baremetal Tenant Identifier.
2182
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2183
- */
2184
- readonly baremetalTenantId?: string;
2185
- /**
2186
- * The Azure Resource URI for a delegated subnet. Must have the delegation
2187
- * Microsoft.NetApp/volumes
2188
- */
2189
- subnetId: string;
2190
- /**
2191
- * Network features. Basic network, or Standard features available to the volume. Possible values
2192
- * include: 'Basic', 'Standard'. Default value: 'Basic'.
2193
- */
2194
- networkFeatures?: NetworkFeatures;
2195
- /**
2196
- * Network Sibling Set ID. Network Sibling Set ID for the the group of volumes sharing networking
2197
- * resources.
2198
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2199
- */
2200
- readonly networkSiblingSetId?: string;
2201
- /**
2202
- * Storage to Network Proximity. Provides storage to network proximity information for the
2203
- * volume. Possible values include: 'Default', 'T1', 'T2'
2204
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2205
- */
2206
- readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
2207
- /**
2208
- * mountTargets. List of mount targets
2209
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2210
- */
2211
- readonly mountTargets?: MountTargetProperties[];
2212
- /**
2213
- * What type of volume is this. For destination volumes in Cross Region Replication, set type to
2214
- * DataProtection
2215
- */
2216
- volumeType?: string;
2217
- /**
2218
- * DataProtection. DataProtection type volumes include an object containing details of the
2219
- * replication
2220
- */
2221
- dataProtection?: VolumePropertiesDataProtection;
2222
- /**
2223
- * Restoring
2224
- */
2225
- isRestoring?: boolean;
2226
- /**
2227
- * If enabled (true) the volume will contain a read-only snapshot directory which provides access
2228
- * to each of the volume's snapshots (default to true). Default value: true.
2229
- */
2230
- snapshotDirectoryVisible?: boolean;
2231
- /**
2232
- * Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later.
2233
- * Default value: false.
2234
- */
2235
- kerberosEnabled?: boolean;
2236
- /**
2237
- * The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS
2238
- * protocol. Possible values include: 'ntfs', 'unix'. Default value: 'unix'.
2239
- */
2240
- securityStyle?: SecurityStyle;
2241
- /**
2242
- * Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be
2243
- * used with swagger version 2020-08-01 or later. Default value: false.
2244
- */
2245
- smbEncryption?: boolean;
2246
- /**
2247
- * Enables continuously available share property for smb volume. Only applicable for SMB volume.
2248
- * Default value: false.
2249
- */
2250
- smbContinuouslyAvailable?: boolean;
2251
- /**
2252
- * Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as
2253
- * input only for manual qosType volume. Default value: 0.
2254
- */
2255
- throughputMibps?: number;
2256
- /**
2257
- * Encryption Key Source. Possible values are: 'Microsoft.NetApp'
2258
- */
2259
- encryptionKeySource?: string;
2260
- /**
2261
- * Specifies whether LDAP is enabled or not for a given NFS volume. Default value: false.
2262
- */
2263
- ldapEnabled?: boolean;
2264
- /**
2265
- * Specifies whether Cool Access(tiering) is enabled for the volume. Default value: false.
2266
- */
2267
- coolAccess?: boolean;
2268
- /**
2269
- * Specifies the number of days after which data that is not accessed by clients will be tiered.
2270
- */
2271
- coolnessPeriod?: number;
2272
- /**
2273
- * UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set
2274
- * user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for
2275
- * the owner of the file: read (4), write (2) and execute (1). Third selects permissions for
2276
- * other users in the same group. the fourth for other users not in the group. 0755 - gives
2277
- * read/write/execute permissions to owner and read/execute to group and other users. Default
2278
- * value: '0770'.
2279
- */
2280
- unixPermissions?: string;
2281
- /**
2282
- * When a volume is being restored from another volume's snapshot, will show the percentage
2283
- * completion of this cloning process. When this value is empty/null there is no cloning process
2284
- * currently happening on this volume. This value will update every 5 minutes during cloning.
2285
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2286
- */
2287
- readonly cloneProgress?: number;
2288
- /**
2289
- * avsDataStore. Specifies whether the volume is enabled for Azure VMware Solution (AVS)
2290
- * datastore purpose. Possible values include: 'Enabled', 'Disabled'. Default value: 'Disabled'.
2291
- */
2292
- avsDataStore?: AvsDataStore;
2293
- /**
2294
- * Specifies if default quota is enabled for the volume. Default value: false.
2295
- */
2296
- isDefaultQuotaEnabled?: boolean;
2297
- /**
2298
- * Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4
2299
- * KiBs applies . Default value: 0.
2300
- */
2301
- defaultUserQuotaInKiBs?: number;
2302
- /**
2303
- * Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of
2304
- * 4 KiBs applies. Default value: 0.
2305
- */
2306
- defaultGroupQuotaInKiBs?: number;
2307
- /**
2308
- * Volume Group Name
2309
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2310
- */
2311
- readonly volumeGroupName?: string;
2312
- /**
2313
- * Pool Resource Id used in case of creating a volume through volume group
2314
- */
2315
- capacityPoolResourceId?: string;
2316
- /**
2317
- * Proximity placement group associated with the volume
2318
- */
2319
- proximityPlacementGroup?: string;
2320
- /**
2321
- * T2 network information
2322
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2323
- */
2324
- readonly t2Network?: string;
2325
- /**
2326
- * Volume spec name is the application specific designation or identifier for the particular
2327
- * volume in a volume group for e.g. data, log
2328
- */
2329
- volumeSpecName?: string;
2330
- /**
2331
- * Volume placement rules. Application specific placement rules for the particular volume
2332
- */
2333
- placementRules?: PlacementKeyValuePairs[];
2334
- }
2335
- /**
2336
- * Volume group resource for create
2337
- */
2338
- export interface VolumeGroupDetails {
2339
- /**
2340
- * Resource location
2341
- */
2342
- location?: string;
2343
- /**
2344
- * Resource Id
2345
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2346
- */
2347
- readonly id?: string;
2348
- /**
2349
- * Resource name
2350
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2351
- */
2352
- readonly name?: string;
2353
- /**
2354
- * Resource type
2355
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2356
- */
2357
- readonly type?: string;
2358
- /**
2359
- * Resource tags
2360
- */
2361
- tags?: {
2362
- [propertyName: string]: string;
2363
- };
2364
- /**
2365
- * Azure lifecycle management
2366
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2367
- */
2368
- readonly provisioningState?: string;
2369
- /**
2370
- * groupMetaData. Volume group details
2371
- */
2372
- groupMetaData?: VolumeGroupMetaData;
2373
- /**
2374
- * List of volumes from group
2375
- */
2376
- volumes?: VolumeGroupVolumeProperties[];
2377
- }
2378
- /**
2379
- * The resource model definition for an Azure Resource Manager tracked top level resource which has
2380
- * 'tags' and a 'location'
2381
- * @summary Tracked Resource
2382
- */
2383
- export interface TrackedResource extends Resource {
2384
- /**
2385
- * Resource tags.
2386
- */
2387
- tags?: {
2388
- [propertyName: string]: string;
2389
- };
2390
- /**
2391
- * The geo-location where the resource lives
2392
- */
2393
- location: string;
2394
- }
2395
- /**
2396
- * The resource model definition for an Azure Resource Manager resource with an etag.
2397
- * @summary Entity Resource
2398
- */
2399
- export interface AzureEntityResource extends Resource {
2400
- /**
2401
- * Resource Etag.
2402
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2403
- */
2404
- readonly etag?: string;
2405
- }
2406
- /**
2407
- * Optional Parameters.
2408
- */
2409
- export interface VolumesRevertOptionalParams extends msRest.RequestOptionsBase {
2410
- /**
2411
- * Resource id of the snapshot
2412
- */
2413
- snapshotId?: string;
2414
- }
2415
- /**
2416
- * Optional Parameters.
2417
- */
2418
- export interface VolumesBreakReplicationOptionalParams extends msRest.RequestOptionsBase {
2419
- /**
2420
- * If replication is in status transferring and you want to force break the replication, set to
2421
- * true
2422
- */
2423
- forceBreakReplication?: boolean;
2424
- }
2425
- /**
2426
- * Optional Parameters.
2427
- */
2428
- export interface VolumesAuthorizeReplicationOptionalParams extends msRest.RequestOptionsBase {
2429
- /**
2430
- * Resource id of the remote volume
2431
- */
2432
- remoteVolumeResourceId?: string;
2433
- }
2434
- /**
2435
- * Optional Parameters.
2436
- */
2437
- export interface VolumesBeginRevertOptionalParams extends msRest.RequestOptionsBase {
2438
- /**
2439
- * Resource id of the snapshot
2440
- */
2441
- snapshotId?: string;
2442
- }
2443
- /**
2444
- * Optional Parameters.
2445
- */
2446
- export interface VolumesBeginBreakReplicationOptionalParams extends msRest.RequestOptionsBase {
2447
- /**
2448
- * If replication is in status transferring and you want to force break the replication, set to
2449
- * true
2450
- */
2451
- forceBreakReplication?: boolean;
2452
- }
2453
- /**
2454
- * Optional Parameters.
2455
- */
2456
- export interface VolumesBeginAuthorizeReplicationOptionalParams extends msRest.RequestOptionsBase {
2457
- /**
2458
- * Resource id of the remote volume
2459
- */
2460
- remoteVolumeResourceId?: string;
2461
- }
2462
- /**
2463
- * Optional Parameters.
2464
- */
2465
- export interface BackupsUpdateOptionalParams extends msRest.RequestOptionsBase {
2466
- /**
2467
- * Backup object supplied in the body of the operation.
2468
- */
2469
- body?: BackupPatch;
2470
- }
2471
- /**
2472
- * Optional Parameters.
2473
- */
2474
- export interface BackupsBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
2475
- /**
2476
- * Backup object supplied in the body of the operation.
2477
- */
2478
- body?: BackupPatch;
2479
- }
2480
- /**
2481
- * An interface representing AzureNetAppFilesManagementClientOptions.
2482
- */
2483
- export interface AzureNetAppFilesManagementClientOptions extends AzureServiceClientOptions {
2484
- baseUri?: string;
2485
- }
2486
- /**
2487
- * @interface
2488
- * Result of the request to list Cloud Volume operations. It contains a list of operations and a
2489
- * URL link to get the next set of results.
2490
- * @extends Array<Operation>
2491
- */
2492
- export interface OperationListResult extends Array<Operation> {
2493
- }
2494
- /**
2495
- * @interface
2496
- * List of Subscription Quota Items
2497
- * @extends Array<SubscriptionQuotaItem>
2498
- */
2499
- export interface SubscriptionQuotaItemList extends Array<SubscriptionQuotaItem> {
2500
- }
2501
- /**
2502
- * @interface
2503
- * List of NetApp account resources
2504
- * @extends Array<NetAppAccount>
2505
- */
2506
- export interface NetAppAccountList extends Array<NetAppAccount> {
2507
- /**
2508
- * URL to get the next set of results.
2509
- */
2510
- nextLink?: string;
2511
- }
2512
- /**
2513
- * @interface
2514
- * List of capacity pool resources
2515
- * @extends Array<CapacityPool>
2516
- */
2517
- export interface CapacityPoolList extends Array<CapacityPool> {
2518
- /**
2519
- * URL to get the next set of results.
2520
- */
2521
- nextLink?: string;
2522
- }
2523
- /**
2524
- * @interface
2525
- * List of volume resources
2526
- * @extends Array<Volume>
2527
- */
2528
- export interface VolumeList extends Array<Volume> {
2529
- /**
2530
- * URL to get the next set of results.
2531
- */
2532
- nextLink?: string;
2533
- }
2534
- /**
2535
- * @interface
2536
- * List of Snapshots
2537
- * @extends Array<Snapshot>
2538
- */
2539
- export interface SnapshotsList extends Array<Snapshot> {
2540
- }
2541
- /**
2542
- * @interface
2543
- * List of Snapshot Policies
2544
- * @extends Array<SnapshotPolicy>
2545
- */
2546
- export interface SnapshotPoliciesList extends Array<SnapshotPolicy> {
2547
- }
2548
- /**
2549
- * @interface
2550
- * List of Backups
2551
- * @extends Array<Backup>
2552
- */
2553
- export interface BackupsList extends Array<Backup> {
2554
- }
2555
- /**
2556
- * @interface
2557
- * List of Backup Policies
2558
- * @extends Array<BackupPolicy>
2559
- */
2560
- export interface BackupPoliciesList extends Array<BackupPolicy> {
2561
- }
2562
- /**
2563
- * @interface
2564
- * List of Vaults
2565
- * @extends Array<Vault>
2566
- */
2567
- export interface VaultList extends Array<Vault> {
2568
- }
2569
- /**
2570
- * @interface
2571
- * List of volume group resources
2572
- * @extends Array<VolumeGroup>
2573
- */
2574
- export interface VolumeGroupList extends Array<VolumeGroup> {
2575
- }
2576
- /**
2577
- * Defines values for MetricAggregationType.
2578
- * Possible values include: 'Average'
2579
- * @readonly
2580
- * @enum {string}
2581
- */
2582
- export declare type MetricAggregationType = 'Average';
2583
- /**
2584
- * Defines values for InAvailabilityReasonType.
2585
- * Possible values include: 'Invalid', 'AlreadyExists'
2586
- * @readonly
2587
- * @enum {string}
2588
- */
2589
- export declare type InAvailabilityReasonType = 'Invalid' | 'AlreadyExists';
2590
- /**
2591
- * Defines values for CheckNameResourceTypes.
2592
- * Possible values include: 'Microsoft.NetApp/netAppAccounts',
2593
- * 'Microsoft.NetApp/netAppAccounts/capacityPools',
2594
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
2595
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
2596
- * @readonly
2597
- * @enum {string}
2598
- */
2599
- export declare type CheckNameResourceTypes = 'Microsoft.NetApp/netAppAccounts' | 'Microsoft.NetApp/netAppAccounts/capacityPools' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots';
2600
- /**
2601
- * Defines values for CheckQuotaNameResourceTypes.
2602
- * Possible values include: 'Microsoft.NetApp/netAppAccounts',
2603
- * 'Microsoft.NetApp/netAppAccounts/capacityPools',
2604
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
2605
- * 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
2606
- * @readonly
2607
- * @enum {string}
2608
- */
2609
- export declare type CheckQuotaNameResourceTypes = 'Microsoft.NetApp/netAppAccounts' | 'Microsoft.NetApp/netAppAccounts/capacityPools' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots';
2610
- /**
2611
- * Defines values for CreatedByType.
2612
- * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
2613
- * @readonly
2614
- * @enum {string}
2615
- */
2616
- export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
2617
- /**
2618
- * Defines values for ActiveDirectoryStatus.
2619
- * Possible values include: 'Created', 'InUse', 'Deleted', 'Error', 'Updating'
2620
- * @readonly
2621
- * @enum {string}
2622
- */
2623
- export declare type ActiveDirectoryStatus = 'Created' | 'InUse' | 'Deleted' | 'Error' | 'Updating';
2624
- /**
2625
- * Defines values for ServiceLevel.
2626
- * Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'
2627
- * @readonly
2628
- * @enum {string}
2629
- */
2630
- export declare type ServiceLevel = 'Standard' | 'Premium' | 'Ultra' | 'StandardZRS';
2631
- /**
2632
- * Defines values for QosType.
2633
- * Possible values include: 'Auto', 'Manual'
2634
- * @readonly
2635
- * @enum {string}
2636
- */
2637
- export declare type QosType = 'Auto' | 'Manual';
2638
- /**
2639
- * Defines values for EncryptionType.
2640
- * Possible values include: 'Single', 'Double'
2641
- * @readonly
2642
- * @enum {string}
2643
- */
2644
- export declare type EncryptionType = 'Single' | 'Double';
2645
- /**
2646
- * Defines values for ChownMode.
2647
- * Possible values include: 'Restricted', 'Unrestricted'
2648
- * @readonly
2649
- * @enum {string}
2650
- */
2651
- export declare type ChownMode = 'Restricted' | 'Unrestricted';
2652
- /**
2653
- * Defines values for NetworkFeatures.
2654
- * Possible values include: 'Basic', 'Standard'
2655
- * @readonly
2656
- * @enum {string}
2657
- */
2658
- export declare type NetworkFeatures = 'Basic' | 'Standard';
2659
- /**
2660
- * Defines values for VolumeStorageToNetworkProximity.
2661
- * Possible values include: 'Default', 'T1', 'T2'
2662
- * @readonly
2663
- * @enum {string}
2664
- */
2665
- export declare type VolumeStorageToNetworkProximity = 'Default' | 'T1' | 'T2';
2666
- /**
2667
- * Defines values for EndpointType.
2668
- * Possible values include: 'src', 'dst'
2669
- * @readonly
2670
- * @enum {string}
2671
- */
2672
- export declare type EndpointType = 'src' | 'dst';
2673
- /**
2674
- * Defines values for ReplicationSchedule.
2675
- * Possible values include: '_10minutely', 'hourly', 'daily'
2676
- * @readonly
2677
- * @enum {string}
2678
- */
2679
- export declare type ReplicationSchedule = '_10minutely' | 'hourly' | 'daily';
2680
- /**
2681
- * Defines values for SecurityStyle.
2682
- * Possible values include: 'ntfs', 'unix'
2683
- * @readonly
2684
- * @enum {string}
2685
- */
2686
- export declare type SecurityStyle = 'ntfs' | 'unix';
2687
- /**
2688
- * Defines values for AvsDataStore.
2689
- * Possible values include: 'Enabled', 'Disabled'
2690
- * @readonly
2691
- * @enum {string}
2692
- */
2693
- export declare type AvsDataStore = 'Enabled' | 'Disabled';
2694
- /**
2695
- * Defines values for RelationshipStatus.
2696
- * Possible values include: 'Idle', 'Transferring'
2697
- * @readonly
2698
- * @enum {string}
2699
- */
2700
- export declare type RelationshipStatus = 'Idle' | 'Transferring';
2701
- /**
2702
- * Defines values for MirrorState.
2703
- * Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
2704
- * @readonly
2705
- * @enum {string}
2706
- */
2707
- export declare type MirrorState = 'Uninitialized' | 'Mirrored' | 'Broken';
2708
- /**
2709
- * Defines values for BackupType.
2710
- * Possible values include: 'Manual', 'Scheduled'
2711
- * @readonly
2712
- * @enum {string}
2713
- */
2714
- export declare type BackupType = 'Manual' | 'Scheduled';
2715
- /**
2716
- * Defines values for ApplicationType.
2717
- * Possible values include: 'SAP-HANA'
2718
- * @readonly
2719
- * @enum {string}
2720
- */
2721
- export declare type ApplicationType = 'SAP-HANA';
2722
- /**
2723
- * Contains response data for the list operation.
2724
- */
2725
- export declare type OperationsListResponse = OperationListResult & {
2726
- /**
2727
- * The underlying HTTP response.
2728
- */
2729
- _response: msRest.HttpResponse & {
2730
- /**
2731
- * The response body as text (string format)
2732
- */
2733
- bodyAsText: string;
2734
- /**
2735
- * The response body as parsed JSON or XML
2736
- */
2737
- parsedBody: OperationListResult;
2738
- };
2739
- };
2740
- /**
2741
- * Contains response data for the checkNameAvailability operation.
2742
- */
2743
- export declare type NetAppResourceCheckNameAvailabilityResponse = CheckAvailabilityResponse & {
2744
- /**
2745
- * The underlying HTTP response.
2746
- */
2747
- _response: msRest.HttpResponse & {
2748
- /**
2749
- * The response body as text (string format)
2750
- */
2751
- bodyAsText: string;
2752
- /**
2753
- * The response body as parsed JSON or XML
2754
- */
2755
- parsedBody: CheckAvailabilityResponse;
2756
- };
2757
- };
2758
- /**
2759
- * Contains response data for the checkFilePathAvailability operation.
2760
- */
2761
- export declare type NetAppResourceCheckFilePathAvailabilityResponse = CheckAvailabilityResponse & {
2762
- /**
2763
- * The underlying HTTP response.
2764
- */
2765
- _response: msRest.HttpResponse & {
2766
- /**
2767
- * The response body as text (string format)
2768
- */
2769
- bodyAsText: string;
2770
- /**
2771
- * The response body as parsed JSON or XML
2772
- */
2773
- parsedBody: CheckAvailabilityResponse;
2774
- };
2775
- };
2776
- /**
2777
- * Contains response data for the checkQuotaAvailability operation.
2778
- */
2779
- export declare type NetAppResourceCheckQuotaAvailabilityResponse = CheckAvailabilityResponse & {
2780
- /**
2781
- * The underlying HTTP response.
2782
- */
2783
- _response: msRest.HttpResponse & {
2784
- /**
2785
- * The response body as text (string format)
2786
- */
2787
- bodyAsText: string;
2788
- /**
2789
- * The response body as parsed JSON or XML
2790
- */
2791
- parsedBody: CheckAvailabilityResponse;
2792
- };
2793
- };
2794
- /**
2795
- * Contains response data for the list operation.
2796
- */
2797
- export declare type NetAppResourceQuotaLimitsListResponse = SubscriptionQuotaItemList & {
2798
- /**
2799
- * The underlying HTTP response.
2800
- */
2801
- _response: msRest.HttpResponse & {
2802
- /**
2803
- * The response body as text (string format)
2804
- */
2805
- bodyAsText: string;
2806
- /**
2807
- * The response body as parsed JSON or XML
2808
- */
2809
- parsedBody: SubscriptionQuotaItemList;
2810
- };
2811
- };
2812
- /**
2813
- * Contains response data for the get operation.
2814
- */
2815
- export declare type NetAppResourceQuotaLimitsGetResponse = SubscriptionQuotaItem & {
2816
- /**
2817
- * The underlying HTTP response.
2818
- */
2819
- _response: msRest.HttpResponse & {
2820
- /**
2821
- * The response body as text (string format)
2822
- */
2823
- bodyAsText: string;
2824
- /**
2825
- * The response body as parsed JSON or XML
2826
- */
2827
- parsedBody: SubscriptionQuotaItem;
2828
- };
2829
- };
2830
- /**
2831
- * Contains response data for the listBySubscription operation.
2832
- */
2833
- export declare type AccountsListBySubscriptionResponse = NetAppAccountList & {
2834
- /**
2835
- * The underlying HTTP response.
2836
- */
2837
- _response: msRest.HttpResponse & {
2838
- /**
2839
- * The response body as text (string format)
2840
- */
2841
- bodyAsText: string;
2842
- /**
2843
- * The response body as parsed JSON or XML
2844
- */
2845
- parsedBody: NetAppAccountList;
2846
- };
2847
- };
2848
- /**
2849
- * Contains response data for the list operation.
2850
- */
2851
- export declare type AccountsListResponse = NetAppAccountList & {
2852
- /**
2853
- * The underlying HTTP response.
2854
- */
2855
- _response: msRest.HttpResponse & {
2856
- /**
2857
- * The response body as text (string format)
2858
- */
2859
- bodyAsText: string;
2860
- /**
2861
- * The response body as parsed JSON or XML
2862
- */
2863
- parsedBody: NetAppAccountList;
2864
- };
2865
- };
2866
- /**
2867
- * Contains response data for the get operation.
2868
- */
2869
- export declare type AccountsGetResponse = NetAppAccount & {
2870
- /**
2871
- * The underlying HTTP response.
2872
- */
2873
- _response: msRest.HttpResponse & {
2874
- /**
2875
- * The response body as text (string format)
2876
- */
2877
- bodyAsText: string;
2878
- /**
2879
- * The response body as parsed JSON or XML
2880
- */
2881
- parsedBody: NetAppAccount;
2882
- };
2883
- };
2884
- /**
2885
- * Contains response data for the createOrUpdate operation.
2886
- */
2887
- export declare type AccountsCreateOrUpdateResponse = NetAppAccount & {
2888
- /**
2889
- * The underlying HTTP response.
2890
- */
2891
- _response: msRest.HttpResponse & {
2892
- /**
2893
- * The response body as text (string format)
2894
- */
2895
- bodyAsText: string;
2896
- /**
2897
- * The response body as parsed JSON or XML
2898
- */
2899
- parsedBody: NetAppAccount;
2900
- };
2901
- };
2902
- /**
2903
- * Contains response data for the update operation.
2904
- */
2905
- export declare type AccountsUpdateResponse = NetAppAccount & {
2906
- /**
2907
- * The underlying HTTP response.
2908
- */
2909
- _response: msRest.HttpResponse & {
2910
- /**
2911
- * The response body as text (string format)
2912
- */
2913
- bodyAsText: string;
2914
- /**
2915
- * The response body as parsed JSON or XML
2916
- */
2917
- parsedBody: NetAppAccount;
2918
- };
2919
- };
2920
- /**
2921
- * Contains response data for the beginCreateOrUpdate operation.
2922
- */
2923
- export declare type AccountsBeginCreateOrUpdateResponse = NetAppAccount & {
2924
- /**
2925
- * The underlying HTTP response.
2926
- */
2927
- _response: msRest.HttpResponse & {
2928
- /**
2929
- * The response body as text (string format)
2930
- */
2931
- bodyAsText: string;
2932
- /**
2933
- * The response body as parsed JSON or XML
2934
- */
2935
- parsedBody: NetAppAccount;
2936
- };
2937
- };
2938
- /**
2939
- * Contains response data for the beginUpdate operation.
2940
- */
2941
- export declare type AccountsBeginUpdateResponse = NetAppAccount & {
2942
- /**
2943
- * The underlying HTTP response.
2944
- */
2945
- _response: msRest.HttpResponse & {
2946
- /**
2947
- * The response body as text (string format)
2948
- */
2949
- bodyAsText: string;
2950
- /**
2951
- * The response body as parsed JSON or XML
2952
- */
2953
- parsedBody: NetAppAccount;
2954
- };
2955
- };
2956
- /**
2957
- * Contains response data for the listBySubscriptionNext operation.
2958
- */
2959
- export declare type AccountsListBySubscriptionNextResponse = NetAppAccountList & {
2960
- /**
2961
- * The underlying HTTP response.
2962
- */
2963
- _response: msRest.HttpResponse & {
2964
- /**
2965
- * The response body as text (string format)
2966
- */
2967
- bodyAsText: string;
2968
- /**
2969
- * The response body as parsed JSON or XML
2970
- */
2971
- parsedBody: NetAppAccountList;
2972
- };
2973
- };
2974
- /**
2975
- * Contains response data for the listNext operation.
2976
- */
2977
- export declare type AccountsListNextResponse = NetAppAccountList & {
2978
- /**
2979
- * The underlying HTTP response.
2980
- */
2981
- _response: msRest.HttpResponse & {
2982
- /**
2983
- * The response body as text (string format)
2984
- */
2985
- bodyAsText: string;
2986
- /**
2987
- * The response body as parsed JSON or XML
2988
- */
2989
- parsedBody: NetAppAccountList;
2990
- };
2991
- };
2992
- /**
2993
- * Contains response data for the list operation.
2994
- */
2995
- export declare type PoolsListResponse = CapacityPoolList & {
2996
- /**
2997
- * The underlying HTTP response.
2998
- */
2999
- _response: msRest.HttpResponse & {
3000
- /**
3001
- * The response body as text (string format)
3002
- */
3003
- bodyAsText: string;
3004
- /**
3005
- * The response body as parsed JSON or XML
3006
- */
3007
- parsedBody: CapacityPoolList;
3008
- };
3009
- };
3010
- /**
3011
- * Contains response data for the get operation.
3012
- */
3013
- export declare type PoolsGetResponse = CapacityPool & {
3014
- /**
3015
- * The underlying HTTP response.
3016
- */
3017
- _response: msRest.HttpResponse & {
3018
- /**
3019
- * The response body as text (string format)
3020
- */
3021
- bodyAsText: string;
3022
- /**
3023
- * The response body as parsed JSON or XML
3024
- */
3025
- parsedBody: CapacityPool;
3026
- };
3027
- };
3028
- /**
3029
- * Contains response data for the createOrUpdate operation.
3030
- */
3031
- export declare type PoolsCreateOrUpdateResponse = CapacityPool & {
3032
- /**
3033
- * The underlying HTTP response.
3034
- */
3035
- _response: msRest.HttpResponse & {
3036
- /**
3037
- * The response body as text (string format)
3038
- */
3039
- bodyAsText: string;
3040
- /**
3041
- * The response body as parsed JSON or XML
3042
- */
3043
- parsedBody: CapacityPool;
3044
- };
3045
- };
3046
- /**
3047
- * Contains response data for the update operation.
3048
- */
3049
- export declare type PoolsUpdateResponse = CapacityPool & {
3050
- /**
3051
- * The underlying HTTP response.
3052
- */
3053
- _response: msRest.HttpResponse & {
3054
- /**
3055
- * The response body as text (string format)
3056
- */
3057
- bodyAsText: string;
3058
- /**
3059
- * The response body as parsed JSON or XML
3060
- */
3061
- parsedBody: CapacityPool;
3062
- };
3063
- };
3064
- /**
3065
- * Contains response data for the beginCreateOrUpdate operation.
3066
- */
3067
- export declare type PoolsBeginCreateOrUpdateResponse = CapacityPool & {
3068
- /**
3069
- * The underlying HTTP response.
3070
- */
3071
- _response: msRest.HttpResponse & {
3072
- /**
3073
- * The response body as text (string format)
3074
- */
3075
- bodyAsText: string;
3076
- /**
3077
- * The response body as parsed JSON or XML
3078
- */
3079
- parsedBody: CapacityPool;
3080
- };
3081
- };
3082
- /**
3083
- * Contains response data for the beginUpdate operation.
3084
- */
3085
- export declare type PoolsBeginUpdateResponse = CapacityPool & {
3086
- /**
3087
- * The underlying HTTP response.
3088
- */
3089
- _response: msRest.HttpResponse & {
3090
- /**
3091
- * The response body as text (string format)
3092
- */
3093
- bodyAsText: string;
3094
- /**
3095
- * The response body as parsed JSON or XML
3096
- */
3097
- parsedBody: CapacityPool;
3098
- };
3099
- };
3100
- /**
3101
- * Contains response data for the listNext operation.
3102
- */
3103
- export declare type PoolsListNextResponse = CapacityPoolList & {
3104
- /**
3105
- * The underlying HTTP response.
3106
- */
3107
- _response: msRest.HttpResponse & {
3108
- /**
3109
- * The response body as text (string format)
3110
- */
3111
- bodyAsText: string;
3112
- /**
3113
- * The response body as parsed JSON or XML
3114
- */
3115
- parsedBody: CapacityPoolList;
3116
- };
3117
- };
3118
- /**
3119
- * Contains response data for the list operation.
3120
- */
3121
- export declare type VolumesListResponse = VolumeList & {
3122
- /**
3123
- * The underlying HTTP response.
3124
- */
3125
- _response: msRest.HttpResponse & {
3126
- /**
3127
- * The response body as text (string format)
3128
- */
3129
- bodyAsText: string;
3130
- /**
3131
- * The response body as parsed JSON or XML
3132
- */
3133
- parsedBody: VolumeList;
3134
- };
3135
- };
3136
- /**
3137
- * Contains response data for the get operation.
3138
- */
3139
- export declare type VolumesGetResponse = Volume & {
3140
- /**
3141
- * The underlying HTTP response.
3142
- */
3143
- _response: msRest.HttpResponse & {
3144
- /**
3145
- * The response body as text (string format)
3146
- */
3147
- bodyAsText: string;
3148
- /**
3149
- * The response body as parsed JSON or XML
3150
- */
3151
- parsedBody: Volume;
3152
- };
3153
- };
3154
- /**
3155
- * Contains response data for the createOrUpdate operation.
3156
- */
3157
- export declare type VolumesCreateOrUpdateResponse = Volume & {
3158
- /**
3159
- * The underlying HTTP response.
3160
- */
3161
- _response: msRest.HttpResponse & {
3162
- /**
3163
- * The response body as text (string format)
3164
- */
3165
- bodyAsText: string;
3166
- /**
3167
- * The response body as parsed JSON or XML
3168
- */
3169
- parsedBody: Volume;
3170
- };
3171
- };
3172
- /**
3173
- * Contains response data for the update operation.
3174
- */
3175
- export declare type VolumesUpdateResponse = Volume & {
3176
- /**
3177
- * The underlying HTTP response.
3178
- */
3179
- _response: msRest.HttpResponse & {
3180
- /**
3181
- * The response body as text (string format)
3182
- */
3183
- bodyAsText: string;
3184
- /**
3185
- * The response body as parsed JSON or XML
3186
- */
3187
- parsedBody: Volume;
3188
- };
3189
- };
3190
- /**
3191
- * Contains response data for the replicationStatusMethod operation.
3192
- */
3193
- export declare type VolumesReplicationStatusMethodResponse = ReplicationStatus & {
3194
- /**
3195
- * The underlying HTTP response.
3196
- */
3197
- _response: msRest.HttpResponse & {
3198
- /**
3199
- * The response body as text (string format)
3200
- */
3201
- bodyAsText: string;
3202
- /**
3203
- * The response body as parsed JSON or XML
3204
- */
3205
- parsedBody: ReplicationStatus;
3206
- };
3207
- };
3208
- /**
3209
- * Contains response data for the beginCreateOrUpdate operation.
3210
- */
3211
- export declare type VolumesBeginCreateOrUpdateResponse = Volume & {
3212
- /**
3213
- * The underlying HTTP response.
3214
- */
3215
- _response: msRest.HttpResponse & {
3216
- /**
3217
- * The response body as text (string format)
3218
- */
3219
- bodyAsText: string;
3220
- /**
3221
- * The response body as parsed JSON or XML
3222
- */
3223
- parsedBody: Volume;
3224
- };
3225
- };
3226
- /**
3227
- * Contains response data for the beginUpdate operation.
3228
- */
3229
- export declare type VolumesBeginUpdateResponse = Volume & {
3230
- /**
3231
- * The underlying HTTP response.
3232
- */
3233
- _response: msRest.HttpResponse & {
3234
- /**
3235
- * The response body as text (string format)
3236
- */
3237
- bodyAsText: string;
3238
- /**
3239
- * The response body as parsed JSON or XML
3240
- */
3241
- parsedBody: Volume;
3242
- };
3243
- };
3244
- /**
3245
- * Contains response data for the listNext operation.
3246
- */
3247
- export declare type VolumesListNextResponse = VolumeList & {
3248
- /**
3249
- * The underlying HTTP response.
3250
- */
3251
- _response: msRest.HttpResponse & {
3252
- /**
3253
- * The response body as text (string format)
3254
- */
3255
- bodyAsText: string;
3256
- /**
3257
- * The response body as parsed JSON or XML
3258
- */
3259
- parsedBody: VolumeList;
3260
- };
3261
- };
3262
- /**
3263
- * Contains response data for the list operation.
3264
- */
3265
- export declare type SnapshotsListResponse = SnapshotsList & {
3266
- /**
3267
- * The underlying HTTP response.
3268
- */
3269
- _response: msRest.HttpResponse & {
3270
- /**
3271
- * The response body as text (string format)
3272
- */
3273
- bodyAsText: string;
3274
- /**
3275
- * The response body as parsed JSON or XML
3276
- */
3277
- parsedBody: SnapshotsList;
3278
- };
3279
- };
3280
- /**
3281
- * Contains response data for the get operation.
3282
- */
3283
- export declare type SnapshotsGetResponse = Snapshot & {
3284
- /**
3285
- * The underlying HTTP response.
3286
- */
3287
- _response: msRest.HttpResponse & {
3288
- /**
3289
- * The response body as text (string format)
3290
- */
3291
- bodyAsText: string;
3292
- /**
3293
- * The response body as parsed JSON or XML
3294
- */
3295
- parsedBody: Snapshot;
3296
- };
3297
- };
3298
- /**
3299
- * Contains response data for the create operation.
3300
- */
3301
- export declare type SnapshotsCreateResponse = Snapshot & {
3302
- /**
3303
- * The underlying HTTP response.
3304
- */
3305
- _response: msRest.HttpResponse & {
3306
- /**
3307
- * The response body as text (string format)
3308
- */
3309
- bodyAsText: string;
3310
- /**
3311
- * The response body as parsed JSON or XML
3312
- */
3313
- parsedBody: Snapshot;
3314
- };
3315
- };
3316
- /**
3317
- * Contains response data for the update operation.
3318
- */
3319
- export declare type SnapshotsUpdateResponse = Snapshot & {
3320
- /**
3321
- * The underlying HTTP response.
3322
- */
3323
- _response: msRest.HttpResponse & {
3324
- /**
3325
- * The response body as text (string format)
3326
- */
3327
- bodyAsText: string;
3328
- /**
3329
- * The response body as parsed JSON or XML
3330
- */
3331
- parsedBody: Snapshot;
3332
- };
3333
- };
3334
- /**
3335
- * Contains response data for the beginCreate operation.
3336
- */
3337
- export declare type SnapshotsBeginCreateResponse = Snapshot & {
3338
- /**
3339
- * The underlying HTTP response.
3340
- */
3341
- _response: msRest.HttpResponse & {
3342
- /**
3343
- * The response body as text (string format)
3344
- */
3345
- bodyAsText: string;
3346
- /**
3347
- * The response body as parsed JSON or XML
3348
- */
3349
- parsedBody: Snapshot;
3350
- };
3351
- };
3352
- /**
3353
- * Contains response data for the beginUpdate operation.
3354
- */
3355
- export declare type SnapshotsBeginUpdateResponse = Snapshot & {
3356
- /**
3357
- * The underlying HTTP response.
3358
- */
3359
- _response: msRest.HttpResponse & {
3360
- /**
3361
- * The response body as text (string format)
3362
- */
3363
- bodyAsText: string;
3364
- /**
3365
- * The response body as parsed JSON or XML
3366
- */
3367
- parsedBody: Snapshot;
3368
- };
3369
- };
3370
- /**
3371
- * Contains response data for the list operation.
3372
- */
3373
- export declare type SnapshotPoliciesListResponse = SnapshotPoliciesList & {
3374
- /**
3375
- * The underlying HTTP response.
3376
- */
3377
- _response: msRest.HttpResponse & {
3378
- /**
3379
- * The response body as text (string format)
3380
- */
3381
- bodyAsText: string;
3382
- /**
3383
- * The response body as parsed JSON or XML
3384
- */
3385
- parsedBody: SnapshotPoliciesList;
3386
- };
3387
- };
3388
- /**
3389
- * Contains response data for the get operation.
3390
- */
3391
- export declare type SnapshotPoliciesGetResponse = SnapshotPolicy & {
3392
- /**
3393
- * The underlying HTTP response.
3394
- */
3395
- _response: msRest.HttpResponse & {
3396
- /**
3397
- * The response body as text (string format)
3398
- */
3399
- bodyAsText: string;
3400
- /**
3401
- * The response body as parsed JSON or XML
3402
- */
3403
- parsedBody: SnapshotPolicy;
3404
- };
3405
- };
3406
- /**
3407
- * Contains response data for the create operation.
3408
- */
3409
- export declare type SnapshotPoliciesCreateResponse = SnapshotPolicy & {
3410
- /**
3411
- * The underlying HTTP response.
3412
- */
3413
- _response: msRest.HttpResponse & {
3414
- /**
3415
- * The response body as text (string format)
3416
- */
3417
- bodyAsText: string;
3418
- /**
3419
- * The response body as parsed JSON or XML
3420
- */
3421
- parsedBody: SnapshotPolicy;
3422
- };
3423
- };
3424
- /**
3425
- * Contains response data for the update operation.
3426
- */
3427
- export declare type SnapshotPoliciesUpdateResponse = SnapshotPolicy & {
3428
- /**
3429
- * The underlying HTTP response.
3430
- */
3431
- _response: msRest.HttpResponse & {
3432
- /**
3433
- * The response body as text (string format)
3434
- */
3435
- bodyAsText: string;
3436
- /**
3437
- * The response body as parsed JSON or XML
3438
- */
3439
- parsedBody: SnapshotPolicy;
3440
- };
3441
- };
3442
- /**
3443
- * Contains response data for the listVolumes operation.
3444
- */
3445
- export declare type SnapshotPoliciesListVolumesResponse = SnapshotPolicyVolumeList & {
3446
- /**
3447
- * The underlying HTTP response.
3448
- */
3449
- _response: msRest.HttpResponse & {
3450
- /**
3451
- * The response body as text (string format)
3452
- */
3453
- bodyAsText: string;
3454
- /**
3455
- * The response body as parsed JSON or XML
3456
- */
3457
- parsedBody: SnapshotPolicyVolumeList;
3458
- };
3459
- };
3460
- /**
3461
- * Contains response data for the beginUpdate operation.
3462
- */
3463
- export declare type SnapshotPoliciesBeginUpdateResponse = SnapshotPolicy & {
3464
- /**
3465
- * The underlying HTTP response.
3466
- */
3467
- _response: msRest.HttpResponse & {
3468
- /**
3469
- * The response body as text (string format)
3470
- */
3471
- bodyAsText: string;
3472
- /**
3473
- * The response body as parsed JSON or XML
3474
- */
3475
- parsedBody: SnapshotPolicy;
3476
- };
3477
- };
3478
- /**
3479
- * Contains response data for the getStatus operation.
3480
- */
3481
- export declare type BackupsGetStatusResponse = BackupStatus & {
3482
- /**
3483
- * The underlying HTTP response.
3484
- */
3485
- _response: msRest.HttpResponse & {
3486
- /**
3487
- * The response body as text (string format)
3488
- */
3489
- bodyAsText: string;
3490
- /**
3491
- * The response body as parsed JSON or XML
3492
- */
3493
- parsedBody: BackupStatus;
3494
- };
3495
- };
3496
- /**
3497
- * Contains response data for the getVolumeRestoreStatus operation.
3498
- */
3499
- export declare type BackupsGetVolumeRestoreStatusResponse = RestoreStatus & {
3500
- /**
3501
- * The underlying HTTP response.
3502
- */
3503
- _response: msRest.HttpResponse & {
3504
- /**
3505
- * The response body as text (string format)
3506
- */
3507
- bodyAsText: string;
3508
- /**
3509
- * The response body as parsed JSON or XML
3510
- */
3511
- parsedBody: RestoreStatus;
3512
- };
3513
- };
3514
- /**
3515
- * Contains response data for the list operation.
3516
- */
3517
- export declare type BackupsListResponse = BackupsList & {
3518
- /**
3519
- * The underlying HTTP response.
3520
- */
3521
- _response: msRest.HttpResponse & {
3522
- /**
3523
- * The response body as text (string format)
3524
- */
3525
- bodyAsText: string;
3526
- /**
3527
- * The response body as parsed JSON or XML
3528
- */
3529
- parsedBody: BackupsList;
3530
- };
3531
- };
3532
- /**
3533
- * Contains response data for the get operation.
3534
- */
3535
- export declare type BackupsGetResponse = Backup & {
3536
- /**
3537
- * The underlying HTTP response.
3538
- */
3539
- _response: msRest.HttpResponse & {
3540
- /**
3541
- * The response body as text (string format)
3542
- */
3543
- bodyAsText: string;
3544
- /**
3545
- * The response body as parsed JSON or XML
3546
- */
3547
- parsedBody: Backup;
3548
- };
3549
- };
3550
- /**
3551
- * Contains response data for the create operation.
3552
- */
3553
- export declare type BackupsCreateResponse = Backup & {
3554
- /**
3555
- * The underlying HTTP response.
3556
- */
3557
- _response: msRest.HttpResponse & {
3558
- /**
3559
- * The response body as text (string format)
3560
- */
3561
- bodyAsText: string;
3562
- /**
3563
- * The response body as parsed JSON or XML
3564
- */
3565
- parsedBody: Backup;
3566
- };
3567
- };
3568
- /**
3569
- * Contains response data for the update operation.
3570
- */
3571
- export declare type BackupsUpdateResponse = Backup & {
3572
- /**
3573
- * The underlying HTTP response.
3574
- */
3575
- _response: msRest.HttpResponse & {
3576
- /**
3577
- * The response body as text (string format)
3578
- */
3579
- bodyAsText: string;
3580
- /**
3581
- * The response body as parsed JSON or XML
3582
- */
3583
- parsedBody: Backup;
3584
- };
3585
- };
3586
- /**
3587
- * Contains response data for the beginCreate operation.
3588
- */
3589
- export declare type BackupsBeginCreateResponse = Backup & {
3590
- /**
3591
- * The underlying HTTP response.
3592
- */
3593
- _response: msRest.HttpResponse & {
3594
- /**
3595
- * The response body as text (string format)
3596
- */
3597
- bodyAsText: string;
3598
- /**
3599
- * The response body as parsed JSON or XML
3600
- */
3601
- parsedBody: Backup;
3602
- };
3603
- };
3604
- /**
3605
- * Contains response data for the beginUpdate operation.
3606
- */
3607
- export declare type BackupsBeginUpdateResponse = Backup & {
3608
- /**
3609
- * The underlying HTTP response.
3610
- */
3611
- _response: msRest.HttpResponse & {
3612
- /**
3613
- * The response body as text (string format)
3614
- */
3615
- bodyAsText: string;
3616
- /**
3617
- * The response body as parsed JSON or XML
3618
- */
3619
- parsedBody: Backup;
3620
- };
3621
- };
3622
- /**
3623
- * Contains response data for the list operation.
3624
- */
3625
- export declare type AccountBackupsListResponse = BackupsList & {
3626
- /**
3627
- * The underlying HTTP response.
3628
- */
3629
- _response: msRest.HttpResponse & {
3630
- /**
3631
- * The response body as text (string format)
3632
- */
3633
- bodyAsText: string;
3634
- /**
3635
- * The response body as parsed JSON or XML
3636
- */
3637
- parsedBody: BackupsList;
3638
- };
3639
- };
3640
- /**
3641
- * Contains response data for the get operation.
3642
- */
3643
- export declare type AccountBackupsGetResponse = Backup & {
3644
- /**
3645
- * The underlying HTTP response.
3646
- */
3647
- _response: msRest.HttpResponse & {
3648
- /**
3649
- * The response body as text (string format)
3650
- */
3651
- bodyAsText: string;
3652
- /**
3653
- * The response body as parsed JSON or XML
3654
- */
3655
- parsedBody: Backup;
3656
- };
3657
- };
3658
- /**
3659
- * Contains response data for the list operation.
3660
- */
3661
- export declare type BackupPoliciesListResponse = BackupPoliciesList & {
3662
- /**
3663
- * The underlying HTTP response.
3664
- */
3665
- _response: msRest.HttpResponse & {
3666
- /**
3667
- * The response body as text (string format)
3668
- */
3669
- bodyAsText: string;
3670
- /**
3671
- * The response body as parsed JSON or XML
3672
- */
3673
- parsedBody: BackupPoliciesList;
3674
- };
3675
- };
3676
- /**
3677
- * Contains response data for the get operation.
3678
- */
3679
- export declare type BackupPoliciesGetResponse = BackupPolicy & {
3680
- /**
3681
- * The underlying HTTP response.
3682
- */
3683
- _response: msRest.HttpResponse & {
3684
- /**
3685
- * The response body as text (string format)
3686
- */
3687
- bodyAsText: string;
3688
- /**
3689
- * The response body as parsed JSON or XML
3690
- */
3691
- parsedBody: BackupPolicy;
3692
- };
3693
- };
3694
- /**
3695
- * Contains response data for the create operation.
3696
- */
3697
- export declare type BackupPoliciesCreateResponse = BackupPolicy & {
3698
- /**
3699
- * The underlying HTTP response.
3700
- */
3701
- _response: msRest.HttpResponse & {
3702
- /**
3703
- * The response body as text (string format)
3704
- */
3705
- bodyAsText: string;
3706
- /**
3707
- * The response body as parsed JSON or XML
3708
- */
3709
- parsedBody: BackupPolicy;
3710
- };
3711
- };
3712
- /**
3713
- * Contains response data for the update operation.
3714
- */
3715
- export declare type BackupPoliciesUpdateResponse = BackupPolicy & {
3716
- /**
3717
- * The underlying HTTP response.
3718
- */
3719
- _response: msRest.HttpResponse & {
3720
- /**
3721
- * The response body as text (string format)
3722
- */
3723
- bodyAsText: string;
3724
- /**
3725
- * The response body as parsed JSON or XML
3726
- */
3727
- parsedBody: BackupPolicy;
3728
- };
3729
- };
3730
- /**
3731
- * Contains response data for the beginCreate operation.
3732
- */
3733
- export declare type BackupPoliciesBeginCreateResponse = BackupPolicy & {
3734
- /**
3735
- * The underlying HTTP response.
3736
- */
3737
- _response: msRest.HttpResponse & {
3738
- /**
3739
- * The response body as text (string format)
3740
- */
3741
- bodyAsText: string;
3742
- /**
3743
- * The response body as parsed JSON or XML
3744
- */
3745
- parsedBody: BackupPolicy;
3746
- };
3747
- };
3748
- /**
3749
- * Contains response data for the beginUpdate operation.
3750
- */
3751
- export declare type BackupPoliciesBeginUpdateResponse = BackupPolicy & {
3752
- /**
3753
- * The underlying HTTP response.
3754
- */
3755
- _response: msRest.HttpResponse & {
3756
- /**
3757
- * The response body as text (string format)
3758
- */
3759
- bodyAsText: string;
3760
- /**
3761
- * The response body as parsed JSON or XML
3762
- */
3763
- parsedBody: BackupPolicy;
3764
- };
3765
- };
3766
- /**
3767
- * Contains response data for the list operation.
3768
- */
3769
- export declare type VaultsListResponse = VaultList & {
3770
- /**
3771
- * The underlying HTTP response.
3772
- */
3773
- _response: msRest.HttpResponse & {
3774
- /**
3775
- * The response body as text (string format)
3776
- */
3777
- bodyAsText: string;
3778
- /**
3779
- * The response body as parsed JSON or XML
3780
- */
3781
- parsedBody: VaultList;
3782
- };
3783
- };
3784
- /**
3785
- * Contains response data for the listByNetAppAccount operation.
3786
- */
3787
- export declare type VolumeGroupsListByNetAppAccountResponse = VolumeGroupList & {
3788
- /**
3789
- * The underlying HTTP response.
3790
- */
3791
- _response: msRest.HttpResponse & {
3792
- /**
3793
- * The response body as text (string format)
3794
- */
3795
- bodyAsText: string;
3796
- /**
3797
- * The response body as parsed JSON or XML
3798
- */
3799
- parsedBody: VolumeGroupList;
3800
- };
3801
- };
3802
- /**
3803
- * Contains response data for the get operation.
3804
- */
3805
- export declare type VolumeGroupsGetResponse = VolumeGroupDetails & {
3806
- /**
3807
- * The underlying HTTP response.
3808
- */
3809
- _response: msRest.HttpResponse & {
3810
- /**
3811
- * The response body as text (string format)
3812
- */
3813
- bodyAsText: string;
3814
- /**
3815
- * The response body as parsed JSON or XML
3816
- */
3817
- parsedBody: VolumeGroupDetails;
3818
- };
3819
- };
3820
- /**
3821
- * Contains response data for the create operation.
3822
- */
3823
- export declare type VolumeGroupsCreateResponse = VolumeGroupDetails & {
3824
- /**
3825
- * The underlying HTTP response.
3826
- */
3827
- _response: msRest.HttpResponse & {
3828
- /**
3829
- * The response body as text (string format)
3830
- */
3831
- bodyAsText: string;
3832
- /**
3833
- * The response body as parsed JSON or XML
3834
- */
3835
- parsedBody: VolumeGroupDetails;
3836
- };
3837
- };
3838
- /**
3839
- * Contains response data for the beginCreate operation.
3840
- */
3841
- export declare type VolumeGroupsBeginCreateResponse = VolumeGroupDetails & {
3842
- /**
3843
- * The underlying HTTP response.
3844
- */
3845
- _response: msRest.HttpResponse & {
3846
- /**
3847
- * The response body as text (string format)
3848
- */
3849
- bodyAsText: string;
3850
- /**
3851
- * The response body as parsed JSON or XML
3852
- */
3853
- parsedBody: VolumeGroupDetails;
3854
- };
3855
- };
3856
- //# sourceMappingURL=index.d.ts.map