@azure/arm-storsimple8000series 2.1.1-alpha.20250211.1 → 2.1.1-alpha.20250213.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1217) hide show
  1. package/README.md +21 -12
  2. package/dist/browser/index.d.ts +5 -0
  3. package/dist/browser/index.d.ts.map +1 -0
  4. package/dist/browser/index.js +13 -0
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js +25 -0
  7. package/dist/browser/lroImpl.js.map +1 -0
  8. package/dist/browser/models/index.js.map +1 -0
  9. package/dist/browser/models/mappers.js.map +1 -0
  10. package/dist/browser/models/parameters.js +385 -0
  11. package/dist/browser/models/parameters.js.map +1 -0
  12. package/dist/browser/operations/accessControlRecords.d.ts +73 -0
  13. package/dist/browser/operations/accessControlRecords.d.ts.map +1 -0
  14. package/dist/browser/operations/accessControlRecords.js +283 -0
  15. package/dist/browser/operations/accessControlRecords.js.map +1 -0
  16. package/dist/browser/operations/alerts.d.ts +55 -0
  17. package/dist/browser/operations/alerts.d.ts.map +1 -0
  18. package/dist/browser/operations/alerts.js +198 -0
  19. package/dist/browser/operations/alerts.js.map +1 -0
  20. package/dist/browser/operations/backupPolicies.d.ts +100 -0
  21. package/dist/browser/operations/backupPolicies.d.ts.map +1 -0
  22. package/dist/browser/operations/backupPolicies.js +370 -0
  23. package/dist/browser/operations/backupPolicies.js.map +1 -0
  24. package/dist/browser/operations/backupSchedules.d.ts +87 -0
  25. package/dist/browser/operations/backupSchedules.d.ts.map +1 -0
  26. package/dist/browser/operations/backupSchedules.js +321 -0
  27. package/dist/browser/operations/backupSchedules.js.map +1 -0
  28. package/dist/browser/operations/backups.d.ts +100 -0
  29. package/dist/browser/operations/backups.d.ts.map +1 -0
  30. package/dist/browser/operations/backups.js +365 -0
  31. package/dist/browser/operations/backups.js.map +1 -0
  32. package/dist/browser/operations/bandwidthSettings.d.ts +73 -0
  33. package/dist/browser/operations/bandwidthSettings.d.ts.map +1 -0
  34. package/dist/browser/operations/bandwidthSettings.js +283 -0
  35. package/dist/browser/operations/bandwidthSettings.js.map +1 -0
  36. package/dist/browser/operations/cloudAppliances.d.ts +47 -0
  37. package/dist/browser/operations/cloudAppliances.d.ts.map +1 -0
  38. package/dist/browser/operations/cloudAppliances.js +169 -0
  39. package/dist/browser/operations/cloudAppliances.js.map +1 -0
  40. package/dist/browser/operations/deviceSettings.d.ts +134 -0
  41. package/dist/browser/operations/deviceSettings.d.ts.map +1 -0
  42. package/dist/browser/operations/deviceSettings.js +528 -0
  43. package/dist/browser/operations/deviceSettings.js.map +1 -0
  44. package/dist/browser/operations/devices.d.ts +248 -0
  45. package/dist/browser/operations/devices.d.ts.map +1 -0
  46. package/dist/browser/operations/devices.js +939 -0
  47. package/dist/browser/operations/devices.js.map +1 -0
  48. package/dist/browser/operations/hardwareComponentGroups.d.ts +53 -0
  49. package/dist/browser/operations/hardwareComponentGroups.d.ts.map +1 -0
  50. package/dist/browser/operations/hardwareComponentGroups.js +185 -0
  51. package/dist/browser/operations/hardwareComponentGroups.js.map +1 -0
  52. package/dist/browser/operations/index.d.ts +17 -0
  53. package/dist/browser/operations/index.d.ts.map +1 -0
  54. package/dist/browser/operations/index.js +24 -0
  55. package/dist/browser/operations/index.js.map +1 -0
  56. package/dist/browser/operations/jobs.d.ts +97 -0
  57. package/dist/browser/operations/jobs.d.ts.map +1 -0
  58. package/dist/browser/operations/jobs.js +370 -0
  59. package/dist/browser/operations/jobs.js.map +1 -0
  60. package/dist/browser/operations/managers.d.ts +187 -0
  61. package/dist/browser/operations/managers.d.ts.map +1 -0
  62. package/dist/browser/operations/managers.js +763 -0
  63. package/dist/browser/operations/managers.js.map +1 -0
  64. package/dist/browser/operations/operations.d.ts +32 -0
  65. package/dist/browser/operations/operations.d.ts.map +1 -0
  66. package/dist/browser/operations/operations.js +127 -0
  67. package/dist/browser/operations/operations.js.map +1 -0
  68. package/dist/browser/operations/storageAccountCredentials.d.ts +73 -0
  69. package/dist/browser/operations/storageAccountCredentials.d.ts.map +1 -0
  70. package/dist/browser/operations/storageAccountCredentials.js +283 -0
  71. package/dist/browser/operations/storageAccountCredentials.js.map +1 -0
  72. package/dist/browser/operations/volumeContainers.d.ts +122 -0
  73. package/dist/browser/operations/volumeContainers.d.ts.map +1 -0
  74. package/dist/browser/operations/volumeContainers.js +488 -0
  75. package/dist/browser/operations/volumeContainers.js.map +1 -0
  76. package/dist/browser/operations/volumes.d.ts +151 -0
  77. package/dist/browser/operations/volumes.d.ts.map +1 -0
  78. package/dist/browser/operations/volumes.js +596 -0
  79. package/dist/browser/operations/volumes.js.map +1 -0
  80. package/dist/browser/operationsInterfaces/accessControlRecords.d.ts +56 -0
  81. package/dist/browser/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
  82. package/dist/browser/operationsInterfaces/accessControlRecords.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/alerts.d.ts +30 -0
  84. package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
  86. package/dist/browser/operationsInterfaces/backupPolicies.d.ts +82 -0
  87. package/dist/browser/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/backupPolicies.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/backupSchedules.d.ts +68 -0
  90. package/dist/browser/operationsInterfaces/backupSchedules.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/backupSchedules.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/backups.d.ts +73 -0
  93. package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/backups.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/bandwidthSettings.d.ts +56 -0
  96. package/dist/browser/operationsInterfaces/bandwidthSettings.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/bandwidthSettings.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/cloudAppliances.d.ts +30 -0
  99. package/dist/browser/operationsInterfaces/cloudAppliances.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/cloudAppliances.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/deviceSettings.d.ts +126 -0
  102. package/dist/browser/operationsInterfaces/deviceSettings.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/deviceSettings.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/devices.d.ts +185 -0
  105. package/dist/browser/operationsInterfaces/devices.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/devices.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/hardwareComponentGroups.d.ts +35 -0
  108. package/dist/browser/operationsInterfaces/hardwareComponentGroups.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/hardwareComponentGroups.js.map +1 -0
  110. package/dist/browser/operationsInterfaces/index.d.ts +17 -0
  111. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  112. package/dist/browser/operationsInterfaces/index.js +24 -0
  113. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  114. package/dist/browser/operationsInterfaces/jobs.d.ts +51 -0
  115. package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
  116. package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
  117. package/dist/browser/operationsInterfaces/managers.d.ts +136 -0
  118. package/dist/browser/operationsInterfaces/managers.d.ts.map +1 -0
  119. package/dist/browser/operationsInterfaces/managers.js.map +1 -0
  120. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  121. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  122. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  123. package/dist/browser/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
  124. package/dist/browser/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
  125. package/dist/browser/operationsInterfaces/storageAccountCredentials.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/volumeContainers.d.ts +81 -0
  127. package/dist/browser/operationsInterfaces/volumeContainers.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/volumeContainers.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/volumes.d.ts +97 -0
  130. package/dist/browser/operationsInterfaces/volumes.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/volumes.js.map +1 -0
  132. package/dist/browser/package.json +3 -0
  133. package/dist/browser/pagingHelper.js.map +1 -0
  134. package/dist/browser/storSimple8000SeriesManagementClient.d.ts +35 -0
  135. package/dist/browser/storSimple8000SeriesManagementClient.d.ts.map +1 -0
  136. package/dist/browser/storSimple8000SeriesManagementClient.js +112 -0
  137. package/dist/browser/storSimple8000SeriesManagementClient.js.map +1 -0
  138. package/dist/commonjs/index.d.ts +5 -0
  139. package/dist/commonjs/index.d.ts.map +1 -0
  140. package/dist/commonjs/index.js +19 -0
  141. package/dist/commonjs/index.js.map +1 -0
  142. package/dist/commonjs/lroImpl.d.ts +16 -0
  143. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  144. package/dist/commonjs/lroImpl.js +29 -0
  145. package/dist/commonjs/lroImpl.js.map +1 -0
  146. package/dist/commonjs/models/index.d.ts +1902 -0
  147. package/dist/commonjs/models/index.d.ts.map +1 -0
  148. package/dist/commonjs/models/index.js +10 -0
  149. package/dist/commonjs/models/index.js.map +1 -0
  150. package/dist/commonjs/models/mappers.d.ts +113 -0
  151. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  152. package/dist/commonjs/models/mappers.js +3881 -0
  153. package/dist/commonjs/models/mappers.js.map +1 -0
  154. package/dist/commonjs/models/parameters.d.ts +51 -0
  155. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  156. package/dist/commonjs/models/parameters.js +388 -0
  157. package/dist/commonjs/models/parameters.js.map +1 -0
  158. package/dist/commonjs/operations/accessControlRecords.d.ts +73 -0
  159. package/dist/commonjs/operations/accessControlRecords.d.ts.map +1 -0
  160. package/dist/commonjs/operations/accessControlRecords.js +287 -0
  161. package/dist/commonjs/operations/accessControlRecords.js.map +1 -0
  162. package/dist/commonjs/operations/alerts.d.ts +55 -0
  163. package/dist/commonjs/operations/alerts.d.ts.map +1 -0
  164. package/dist/commonjs/operations/alerts.js +202 -0
  165. package/dist/commonjs/operations/alerts.js.map +1 -0
  166. package/dist/commonjs/operations/backupPolicies.d.ts +100 -0
  167. package/dist/commonjs/operations/backupPolicies.d.ts.map +1 -0
  168. package/dist/commonjs/operations/backupPolicies.js +374 -0
  169. package/dist/commonjs/operations/backupPolicies.js.map +1 -0
  170. package/dist/commonjs/operations/backupSchedules.d.ts +87 -0
  171. package/dist/commonjs/operations/backupSchedules.d.ts.map +1 -0
  172. package/dist/commonjs/operations/backupSchedules.js +325 -0
  173. package/dist/commonjs/operations/backupSchedules.js.map +1 -0
  174. package/dist/commonjs/operations/backups.d.ts +100 -0
  175. package/dist/commonjs/operations/backups.d.ts.map +1 -0
  176. package/dist/commonjs/operations/backups.js +369 -0
  177. package/dist/commonjs/operations/backups.js.map +1 -0
  178. package/dist/commonjs/operations/bandwidthSettings.d.ts +73 -0
  179. package/dist/commonjs/operations/bandwidthSettings.d.ts.map +1 -0
  180. package/dist/commonjs/operations/bandwidthSettings.js +287 -0
  181. package/dist/commonjs/operations/bandwidthSettings.js.map +1 -0
  182. package/dist/commonjs/operations/cloudAppliances.d.ts +47 -0
  183. package/dist/commonjs/operations/cloudAppliances.d.ts.map +1 -0
  184. package/dist/commonjs/operations/cloudAppliances.js +173 -0
  185. package/dist/commonjs/operations/cloudAppliances.js.map +1 -0
  186. package/dist/commonjs/operations/deviceSettings.d.ts +134 -0
  187. package/dist/commonjs/operations/deviceSettings.d.ts.map +1 -0
  188. package/dist/commonjs/operations/deviceSettings.js +533 -0
  189. package/dist/commonjs/operations/deviceSettings.js.map +1 -0
  190. package/dist/commonjs/operations/devices.d.ts +248 -0
  191. package/dist/commonjs/operations/devices.d.ts.map +1 -0
  192. package/dist/commonjs/operations/devices.js +943 -0
  193. package/dist/commonjs/operations/devices.js.map +1 -0
  194. package/dist/commonjs/operations/hardwareComponentGroups.d.ts +53 -0
  195. package/dist/commonjs/operations/hardwareComponentGroups.d.ts.map +1 -0
  196. package/dist/commonjs/operations/hardwareComponentGroups.js +189 -0
  197. package/dist/commonjs/operations/hardwareComponentGroups.js.map +1 -0
  198. package/dist/commonjs/operations/index.d.ts +17 -0
  199. package/dist/commonjs/operations/index.d.ts.map +1 -0
  200. package/dist/commonjs/operations/index.js +27 -0
  201. package/dist/commonjs/operations/index.js.map +1 -0
  202. package/dist/commonjs/operations/jobs.d.ts +97 -0
  203. package/dist/commonjs/operations/jobs.d.ts.map +1 -0
  204. package/dist/commonjs/operations/jobs.js +374 -0
  205. package/dist/commonjs/operations/jobs.js.map +1 -0
  206. package/dist/commonjs/operations/managers.d.ts +187 -0
  207. package/dist/commonjs/operations/managers.d.ts.map +1 -0
  208. package/dist/commonjs/operations/managers.js +767 -0
  209. package/dist/commonjs/operations/managers.js.map +1 -0
  210. package/dist/commonjs/operations/operations.d.ts +32 -0
  211. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  212. package/dist/commonjs/operations/operations.js +131 -0
  213. package/dist/commonjs/operations/operations.js.map +1 -0
  214. package/dist/commonjs/operations/storageAccountCredentials.d.ts +73 -0
  215. package/dist/commonjs/operations/storageAccountCredentials.d.ts.map +1 -0
  216. package/dist/commonjs/operations/storageAccountCredentials.js +287 -0
  217. package/dist/commonjs/operations/storageAccountCredentials.js.map +1 -0
  218. package/dist/commonjs/operations/volumeContainers.d.ts +122 -0
  219. package/dist/commonjs/operations/volumeContainers.d.ts.map +1 -0
  220. package/dist/commonjs/operations/volumeContainers.js +492 -0
  221. package/dist/commonjs/operations/volumeContainers.js.map +1 -0
  222. package/dist/commonjs/operations/volumes.d.ts +151 -0
  223. package/dist/commonjs/operations/volumes.d.ts.map +1 -0
  224. package/dist/commonjs/operations/volumes.js +600 -0
  225. package/dist/commonjs/operations/volumes.js.map +1 -0
  226. package/dist/commonjs/operationsInterfaces/accessControlRecords.d.ts +56 -0
  227. package/dist/commonjs/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
  228. package/dist/commonjs/operationsInterfaces/accessControlRecords.js +10 -0
  229. package/dist/commonjs/operationsInterfaces/accessControlRecords.js.map +1 -0
  230. package/dist/commonjs/operationsInterfaces/alerts.d.ts +30 -0
  231. package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
  232. package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
  233. package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
  234. package/dist/commonjs/operationsInterfaces/backupPolicies.d.ts +82 -0
  235. package/dist/commonjs/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  236. package/dist/commonjs/operationsInterfaces/backupPolicies.js +10 -0
  237. package/dist/commonjs/operationsInterfaces/backupPolicies.js.map +1 -0
  238. package/dist/commonjs/operationsInterfaces/backupSchedules.d.ts +68 -0
  239. package/dist/commonjs/operationsInterfaces/backupSchedules.d.ts.map +1 -0
  240. package/dist/commonjs/operationsInterfaces/backupSchedules.js +10 -0
  241. package/dist/commonjs/operationsInterfaces/backupSchedules.js.map +1 -0
  242. package/dist/commonjs/operationsInterfaces/backups.d.ts +73 -0
  243. package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
  244. package/dist/commonjs/operationsInterfaces/backups.js +10 -0
  245. package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
  246. package/dist/commonjs/operationsInterfaces/bandwidthSettings.d.ts +56 -0
  247. package/dist/commonjs/operationsInterfaces/bandwidthSettings.d.ts.map +1 -0
  248. package/dist/commonjs/operationsInterfaces/bandwidthSettings.js +10 -0
  249. package/dist/commonjs/operationsInterfaces/bandwidthSettings.js.map +1 -0
  250. package/dist/commonjs/operationsInterfaces/cloudAppliances.d.ts +30 -0
  251. package/dist/commonjs/operationsInterfaces/cloudAppliances.d.ts.map +1 -0
  252. package/dist/commonjs/operationsInterfaces/cloudAppliances.js +10 -0
  253. package/dist/commonjs/operationsInterfaces/cloudAppliances.js.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/deviceSettings.d.ts +126 -0
  255. package/dist/commonjs/operationsInterfaces/deviceSettings.d.ts.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/deviceSettings.js +10 -0
  257. package/dist/commonjs/operationsInterfaces/deviceSettings.js.map +1 -0
  258. package/dist/commonjs/operationsInterfaces/devices.d.ts +185 -0
  259. package/dist/commonjs/operationsInterfaces/devices.d.ts.map +1 -0
  260. package/dist/commonjs/operationsInterfaces/devices.js +10 -0
  261. package/dist/commonjs/operationsInterfaces/devices.js.map +1 -0
  262. package/dist/commonjs/operationsInterfaces/hardwareComponentGroups.d.ts +35 -0
  263. package/dist/commonjs/operationsInterfaces/hardwareComponentGroups.d.ts.map +1 -0
  264. package/dist/commonjs/operationsInterfaces/hardwareComponentGroups.js +10 -0
  265. package/dist/commonjs/operationsInterfaces/hardwareComponentGroups.js.map +1 -0
  266. package/dist/commonjs/operationsInterfaces/index.d.ts +17 -0
  267. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  268. package/dist/commonjs/operationsInterfaces/index.js +27 -0
  269. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  270. package/dist/commonjs/operationsInterfaces/jobs.d.ts +51 -0
  271. package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
  272. package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
  273. package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
  274. package/dist/commonjs/operationsInterfaces/managers.d.ts +136 -0
  275. package/dist/commonjs/operationsInterfaces/managers.d.ts.map +1 -0
  276. package/dist/commonjs/operationsInterfaces/managers.js +10 -0
  277. package/dist/commonjs/operationsInterfaces/managers.js.map +1 -0
  278. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  279. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  280. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  281. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
  283. package/dist/commonjs/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/storageAccountCredentials.js +10 -0
  285. package/dist/commonjs/operationsInterfaces/storageAccountCredentials.js.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/volumeContainers.d.ts +81 -0
  287. package/dist/commonjs/operationsInterfaces/volumeContainers.d.ts.map +1 -0
  288. package/dist/commonjs/operationsInterfaces/volumeContainers.js +10 -0
  289. package/dist/commonjs/operationsInterfaces/volumeContainers.js.map +1 -0
  290. package/dist/commonjs/operationsInterfaces/volumes.d.ts +97 -0
  291. package/dist/commonjs/operationsInterfaces/volumes.d.ts.map +1 -0
  292. package/dist/commonjs/operationsInterfaces/volumes.js +10 -0
  293. package/dist/commonjs/operationsInterfaces/volumes.js.map +1 -0
  294. package/dist/commonjs/package.json +3 -0
  295. package/dist/commonjs/pagingHelper.d.ts +13 -0
  296. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  297. package/dist/commonjs/pagingHelper.js +36 -0
  298. package/dist/commonjs/pagingHelper.js.map +1 -0
  299. package/dist/commonjs/storSimple8000SeriesManagementClient.d.ts +35 -0
  300. package/dist/commonjs/storSimple8000SeriesManagementClient.d.ts.map +1 -0
  301. package/dist/commonjs/storSimple8000SeriesManagementClient.js +117 -0
  302. package/dist/commonjs/storSimple8000SeriesManagementClient.js.map +1 -0
  303. package/dist/esm/index.d.ts +5 -0
  304. package/dist/esm/index.d.ts.map +1 -0
  305. package/dist/esm/index.js +13 -0
  306. package/dist/esm/index.js.map +1 -0
  307. package/dist/esm/lroImpl.d.ts +16 -0
  308. package/dist/esm/lroImpl.d.ts.map +1 -0
  309. package/dist/esm/lroImpl.js +25 -0
  310. package/dist/esm/lroImpl.js.map +1 -0
  311. package/dist/esm/models/index.d.ts +1902 -0
  312. package/dist/esm/models/index.d.ts.map +1 -0
  313. package/dist/esm/models/index.js +9 -0
  314. package/dist/esm/models/index.js.map +1 -0
  315. package/dist/esm/models/mappers.d.ts +113 -0
  316. package/dist/esm/models/mappers.d.ts.map +1 -0
  317. package/dist/esm/models/mappers.js +3876 -0
  318. package/dist/esm/models/mappers.js.map +1 -0
  319. package/dist/esm/models/parameters.d.ts +51 -0
  320. package/dist/esm/models/parameters.d.ts.map +1 -0
  321. package/dist/esm/models/parameters.js +385 -0
  322. package/dist/esm/models/parameters.js.map +1 -0
  323. package/dist/esm/operations/accessControlRecords.d.ts +73 -0
  324. package/dist/esm/operations/accessControlRecords.d.ts.map +1 -0
  325. package/dist/esm/operations/accessControlRecords.js +283 -0
  326. package/dist/esm/operations/accessControlRecords.js.map +1 -0
  327. package/dist/esm/operations/alerts.d.ts +55 -0
  328. package/dist/esm/operations/alerts.d.ts.map +1 -0
  329. package/dist/esm/operations/alerts.js +198 -0
  330. package/dist/esm/operations/alerts.js.map +1 -0
  331. package/dist/esm/operations/backupPolicies.d.ts +100 -0
  332. package/dist/esm/operations/backupPolicies.d.ts.map +1 -0
  333. package/dist/esm/operations/backupPolicies.js +370 -0
  334. package/dist/esm/operations/backupPolicies.js.map +1 -0
  335. package/dist/esm/operations/backupSchedules.d.ts +87 -0
  336. package/dist/esm/operations/backupSchedules.d.ts.map +1 -0
  337. package/dist/esm/operations/backupSchedules.js +321 -0
  338. package/dist/esm/operations/backupSchedules.js.map +1 -0
  339. package/dist/esm/operations/backups.d.ts +100 -0
  340. package/dist/esm/operations/backups.d.ts.map +1 -0
  341. package/dist/esm/operations/backups.js +365 -0
  342. package/dist/esm/operations/backups.js.map +1 -0
  343. package/dist/esm/operations/bandwidthSettings.d.ts +73 -0
  344. package/dist/esm/operations/bandwidthSettings.d.ts.map +1 -0
  345. package/dist/esm/operations/bandwidthSettings.js +283 -0
  346. package/dist/esm/operations/bandwidthSettings.js.map +1 -0
  347. package/dist/esm/operations/cloudAppliances.d.ts +47 -0
  348. package/dist/esm/operations/cloudAppliances.d.ts.map +1 -0
  349. package/dist/esm/operations/cloudAppliances.js +169 -0
  350. package/dist/esm/operations/cloudAppliances.js.map +1 -0
  351. package/dist/esm/operations/deviceSettings.d.ts +134 -0
  352. package/dist/esm/operations/deviceSettings.d.ts.map +1 -0
  353. package/dist/esm/operations/deviceSettings.js +528 -0
  354. package/dist/esm/operations/deviceSettings.js.map +1 -0
  355. package/dist/esm/operations/devices.d.ts +248 -0
  356. package/dist/esm/operations/devices.d.ts.map +1 -0
  357. package/dist/esm/operations/devices.js +939 -0
  358. package/dist/esm/operations/devices.js.map +1 -0
  359. package/dist/esm/operations/hardwareComponentGroups.d.ts +53 -0
  360. package/dist/esm/operations/hardwareComponentGroups.d.ts.map +1 -0
  361. package/dist/esm/operations/hardwareComponentGroups.js +185 -0
  362. package/dist/esm/operations/hardwareComponentGroups.js.map +1 -0
  363. package/dist/esm/operations/index.d.ts +17 -0
  364. package/dist/esm/operations/index.d.ts.map +1 -0
  365. package/dist/esm/operations/index.js +24 -0
  366. package/dist/esm/operations/index.js.map +1 -0
  367. package/dist/esm/operations/jobs.d.ts +97 -0
  368. package/dist/esm/operations/jobs.d.ts.map +1 -0
  369. package/dist/esm/operations/jobs.js +370 -0
  370. package/dist/esm/operations/jobs.js.map +1 -0
  371. package/dist/esm/operations/managers.d.ts +187 -0
  372. package/dist/esm/operations/managers.d.ts.map +1 -0
  373. package/dist/esm/operations/managers.js +763 -0
  374. package/dist/esm/operations/managers.js.map +1 -0
  375. package/dist/esm/operations/operations.d.ts +32 -0
  376. package/dist/esm/operations/operations.d.ts.map +1 -0
  377. package/dist/esm/operations/operations.js +127 -0
  378. package/dist/esm/operations/operations.js.map +1 -0
  379. package/dist/esm/operations/storageAccountCredentials.d.ts +73 -0
  380. package/dist/esm/operations/storageAccountCredentials.d.ts.map +1 -0
  381. package/dist/esm/operations/storageAccountCredentials.js +283 -0
  382. package/dist/esm/operations/storageAccountCredentials.js.map +1 -0
  383. package/dist/esm/operations/volumeContainers.d.ts +122 -0
  384. package/dist/esm/operations/volumeContainers.d.ts.map +1 -0
  385. package/dist/esm/operations/volumeContainers.js +488 -0
  386. package/dist/esm/operations/volumeContainers.js.map +1 -0
  387. package/dist/esm/operations/volumes.d.ts +151 -0
  388. package/dist/esm/operations/volumes.d.ts.map +1 -0
  389. package/dist/esm/operations/volumes.js +596 -0
  390. package/dist/esm/operations/volumes.js.map +1 -0
  391. package/dist/esm/operationsInterfaces/accessControlRecords.d.ts +56 -0
  392. package/dist/esm/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
  393. package/dist/esm/operationsInterfaces/accessControlRecords.js +9 -0
  394. package/dist/esm/operationsInterfaces/accessControlRecords.js.map +1 -0
  395. package/dist/esm/operationsInterfaces/alerts.d.ts +30 -0
  396. package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
  397. package/dist/esm/operationsInterfaces/alerts.js +9 -0
  398. package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
  399. package/dist/esm/operationsInterfaces/backupPolicies.d.ts +82 -0
  400. package/dist/esm/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  401. package/dist/esm/operationsInterfaces/backupPolicies.js +9 -0
  402. package/dist/esm/operationsInterfaces/backupPolicies.js.map +1 -0
  403. package/dist/esm/operationsInterfaces/backupSchedules.d.ts +68 -0
  404. package/dist/esm/operationsInterfaces/backupSchedules.d.ts.map +1 -0
  405. package/dist/esm/operationsInterfaces/backupSchedules.js +9 -0
  406. package/dist/esm/operationsInterfaces/backupSchedules.js.map +1 -0
  407. package/dist/esm/operationsInterfaces/backups.d.ts +73 -0
  408. package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
  409. package/dist/esm/operationsInterfaces/backups.js +9 -0
  410. package/dist/esm/operationsInterfaces/backups.js.map +1 -0
  411. package/dist/esm/operationsInterfaces/bandwidthSettings.d.ts +56 -0
  412. package/dist/esm/operationsInterfaces/bandwidthSettings.d.ts.map +1 -0
  413. package/dist/esm/operationsInterfaces/bandwidthSettings.js +9 -0
  414. package/dist/esm/operationsInterfaces/bandwidthSettings.js.map +1 -0
  415. package/dist/esm/operationsInterfaces/cloudAppliances.d.ts +30 -0
  416. package/dist/esm/operationsInterfaces/cloudAppliances.d.ts.map +1 -0
  417. package/dist/esm/operationsInterfaces/cloudAppliances.js +9 -0
  418. package/dist/esm/operationsInterfaces/cloudAppliances.js.map +1 -0
  419. package/dist/esm/operationsInterfaces/deviceSettings.d.ts +126 -0
  420. package/dist/esm/operationsInterfaces/deviceSettings.d.ts.map +1 -0
  421. package/dist/esm/operationsInterfaces/deviceSettings.js +9 -0
  422. package/dist/esm/operationsInterfaces/deviceSettings.js.map +1 -0
  423. package/dist/esm/operationsInterfaces/devices.d.ts +185 -0
  424. package/dist/esm/operationsInterfaces/devices.d.ts.map +1 -0
  425. package/dist/esm/operationsInterfaces/devices.js +9 -0
  426. package/dist/esm/operationsInterfaces/devices.js.map +1 -0
  427. package/dist/esm/operationsInterfaces/hardwareComponentGroups.d.ts +35 -0
  428. package/dist/esm/operationsInterfaces/hardwareComponentGroups.d.ts.map +1 -0
  429. package/dist/esm/operationsInterfaces/hardwareComponentGroups.js +9 -0
  430. package/dist/esm/operationsInterfaces/hardwareComponentGroups.js.map +1 -0
  431. package/dist/esm/operationsInterfaces/index.d.ts +17 -0
  432. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  433. package/dist/esm/operationsInterfaces/index.js +24 -0
  434. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  435. package/dist/esm/operationsInterfaces/jobs.d.ts +51 -0
  436. package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
  437. package/dist/esm/operationsInterfaces/jobs.js +9 -0
  438. package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
  439. package/dist/esm/operationsInterfaces/managers.d.ts +136 -0
  440. package/dist/esm/operationsInterfaces/managers.d.ts.map +1 -0
  441. package/dist/esm/operationsInterfaces/managers.js +9 -0
  442. package/dist/esm/operationsInterfaces/managers.js.map +1 -0
  443. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  444. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  445. package/dist/esm/operationsInterfaces/operations.js +9 -0
  446. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  447. package/dist/esm/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
  448. package/dist/esm/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
  449. package/dist/esm/operationsInterfaces/storageAccountCredentials.js +9 -0
  450. package/dist/esm/operationsInterfaces/storageAccountCredentials.js.map +1 -0
  451. package/dist/esm/operationsInterfaces/volumeContainers.d.ts +81 -0
  452. package/dist/esm/operationsInterfaces/volumeContainers.d.ts.map +1 -0
  453. package/dist/esm/operationsInterfaces/volumeContainers.js +9 -0
  454. package/dist/esm/operationsInterfaces/volumeContainers.js.map +1 -0
  455. package/dist/esm/operationsInterfaces/volumes.d.ts +97 -0
  456. package/dist/esm/operationsInterfaces/volumes.d.ts.map +1 -0
  457. package/dist/esm/operationsInterfaces/volumes.js +9 -0
  458. package/dist/esm/operationsInterfaces/volumes.js.map +1 -0
  459. package/dist/esm/package.json +3 -0
  460. package/dist/esm/pagingHelper.d.ts +13 -0
  461. package/dist/esm/pagingHelper.d.ts.map +1 -0
  462. package/dist/esm/pagingHelper.js +32 -0
  463. package/dist/esm/pagingHelper.js.map +1 -0
  464. package/dist/esm/storSimple8000SeriesManagementClient.d.ts +35 -0
  465. package/dist/esm/storSimple8000SeriesManagementClient.d.ts.map +1 -0
  466. package/dist/esm/storSimple8000SeriesManagementClient.js +112 -0
  467. package/dist/esm/storSimple8000SeriesManagementClient.js.map +1 -0
  468. package/dist/react-native/index.d.ts +5 -0
  469. package/dist/react-native/index.d.ts.map +1 -0
  470. package/dist/react-native/index.js +13 -0
  471. package/dist/react-native/index.js.map +1 -0
  472. package/dist/react-native/lroImpl.d.ts +16 -0
  473. package/dist/react-native/lroImpl.d.ts.map +1 -0
  474. package/dist/react-native/lroImpl.js +25 -0
  475. package/dist/react-native/lroImpl.js.map +1 -0
  476. package/dist/react-native/models/index.d.ts +1902 -0
  477. package/dist/react-native/models/index.d.ts.map +1 -0
  478. package/dist/react-native/models/index.js +9 -0
  479. package/dist/react-native/models/index.js.map +1 -0
  480. package/dist/react-native/models/mappers.d.ts +113 -0
  481. package/dist/react-native/models/mappers.d.ts.map +1 -0
  482. package/dist/react-native/models/mappers.js +3876 -0
  483. package/dist/react-native/models/mappers.js.map +1 -0
  484. package/dist/react-native/models/parameters.d.ts +51 -0
  485. package/dist/react-native/models/parameters.d.ts.map +1 -0
  486. package/dist/react-native/models/parameters.js +385 -0
  487. package/dist/react-native/models/parameters.js.map +1 -0
  488. package/dist/react-native/operations/accessControlRecords.d.ts +73 -0
  489. package/dist/react-native/operations/accessControlRecords.d.ts.map +1 -0
  490. package/dist/react-native/operations/accessControlRecords.js +283 -0
  491. package/dist/react-native/operations/accessControlRecords.js.map +1 -0
  492. package/dist/react-native/operations/alerts.d.ts +55 -0
  493. package/dist/react-native/operations/alerts.d.ts.map +1 -0
  494. package/dist/react-native/operations/alerts.js +198 -0
  495. package/dist/react-native/operations/alerts.js.map +1 -0
  496. package/dist/react-native/operations/backupPolicies.d.ts +100 -0
  497. package/dist/react-native/operations/backupPolicies.d.ts.map +1 -0
  498. package/dist/react-native/operations/backupPolicies.js +370 -0
  499. package/dist/react-native/operations/backupPolicies.js.map +1 -0
  500. package/dist/react-native/operations/backupSchedules.d.ts +87 -0
  501. package/dist/react-native/operations/backupSchedules.d.ts.map +1 -0
  502. package/dist/react-native/operations/backupSchedules.js +321 -0
  503. package/dist/react-native/operations/backupSchedules.js.map +1 -0
  504. package/dist/react-native/operations/backups.d.ts +100 -0
  505. package/dist/react-native/operations/backups.d.ts.map +1 -0
  506. package/dist/react-native/operations/backups.js +365 -0
  507. package/dist/react-native/operations/backups.js.map +1 -0
  508. package/dist/react-native/operations/bandwidthSettings.d.ts +73 -0
  509. package/dist/react-native/operations/bandwidthSettings.d.ts.map +1 -0
  510. package/dist/react-native/operations/bandwidthSettings.js +283 -0
  511. package/dist/react-native/operations/bandwidthSettings.js.map +1 -0
  512. package/dist/react-native/operations/cloudAppliances.d.ts +47 -0
  513. package/dist/react-native/operations/cloudAppliances.d.ts.map +1 -0
  514. package/dist/react-native/operations/cloudAppliances.js +169 -0
  515. package/dist/react-native/operations/cloudAppliances.js.map +1 -0
  516. package/dist/react-native/operations/deviceSettings.d.ts +134 -0
  517. package/dist/react-native/operations/deviceSettings.d.ts.map +1 -0
  518. package/dist/react-native/operations/deviceSettings.js +528 -0
  519. package/dist/react-native/operations/deviceSettings.js.map +1 -0
  520. package/dist/react-native/operations/devices.d.ts +248 -0
  521. package/dist/react-native/operations/devices.d.ts.map +1 -0
  522. package/dist/react-native/operations/devices.js +939 -0
  523. package/dist/react-native/operations/devices.js.map +1 -0
  524. package/dist/react-native/operations/hardwareComponentGroups.d.ts +53 -0
  525. package/dist/react-native/operations/hardwareComponentGroups.d.ts.map +1 -0
  526. package/dist/react-native/operations/hardwareComponentGroups.js +185 -0
  527. package/dist/react-native/operations/hardwareComponentGroups.js.map +1 -0
  528. package/dist/react-native/operations/index.d.ts +17 -0
  529. package/dist/react-native/operations/index.d.ts.map +1 -0
  530. package/dist/react-native/operations/index.js +24 -0
  531. package/dist/react-native/operations/index.js.map +1 -0
  532. package/dist/react-native/operations/jobs.d.ts +97 -0
  533. package/dist/react-native/operations/jobs.d.ts.map +1 -0
  534. package/dist/react-native/operations/jobs.js +370 -0
  535. package/dist/react-native/operations/jobs.js.map +1 -0
  536. package/dist/react-native/operations/managers.d.ts +187 -0
  537. package/dist/react-native/operations/managers.d.ts.map +1 -0
  538. package/dist/react-native/operations/managers.js +763 -0
  539. package/dist/react-native/operations/managers.js.map +1 -0
  540. package/dist/react-native/operations/operations.d.ts +32 -0
  541. package/dist/react-native/operations/operations.d.ts.map +1 -0
  542. package/dist/react-native/operations/operations.js +127 -0
  543. package/dist/react-native/operations/operations.js.map +1 -0
  544. package/dist/react-native/operations/storageAccountCredentials.d.ts +73 -0
  545. package/dist/react-native/operations/storageAccountCredentials.d.ts.map +1 -0
  546. package/dist/react-native/operations/storageAccountCredentials.js +283 -0
  547. package/dist/react-native/operations/storageAccountCredentials.js.map +1 -0
  548. package/dist/react-native/operations/volumeContainers.d.ts +122 -0
  549. package/dist/react-native/operations/volumeContainers.d.ts.map +1 -0
  550. package/dist/react-native/operations/volumeContainers.js +488 -0
  551. package/dist/react-native/operations/volumeContainers.js.map +1 -0
  552. package/dist/react-native/operations/volumes.d.ts +151 -0
  553. package/dist/react-native/operations/volumes.d.ts.map +1 -0
  554. package/dist/react-native/operations/volumes.js +596 -0
  555. package/dist/react-native/operations/volumes.js.map +1 -0
  556. package/dist/react-native/operationsInterfaces/accessControlRecords.d.ts +56 -0
  557. package/dist/react-native/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
  558. package/dist/react-native/operationsInterfaces/accessControlRecords.js +9 -0
  559. package/dist/react-native/operationsInterfaces/accessControlRecords.js.map +1 -0
  560. package/dist/react-native/operationsInterfaces/alerts.d.ts +30 -0
  561. package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
  562. package/dist/react-native/operationsInterfaces/alerts.js +9 -0
  563. package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
  564. package/dist/react-native/operationsInterfaces/backupPolicies.d.ts +82 -0
  565. package/dist/react-native/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  566. package/dist/react-native/operationsInterfaces/backupPolicies.js +9 -0
  567. package/dist/react-native/operationsInterfaces/backupPolicies.js.map +1 -0
  568. package/dist/react-native/operationsInterfaces/backupSchedules.d.ts +68 -0
  569. package/dist/react-native/operationsInterfaces/backupSchedules.d.ts.map +1 -0
  570. package/dist/react-native/operationsInterfaces/backupSchedules.js +9 -0
  571. package/dist/react-native/operationsInterfaces/backupSchedules.js.map +1 -0
  572. package/dist/react-native/operationsInterfaces/backups.d.ts +73 -0
  573. package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
  574. package/dist/react-native/operationsInterfaces/backups.js +9 -0
  575. package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
  576. package/dist/react-native/operationsInterfaces/bandwidthSettings.d.ts +56 -0
  577. package/dist/react-native/operationsInterfaces/bandwidthSettings.d.ts.map +1 -0
  578. package/dist/react-native/operationsInterfaces/bandwidthSettings.js +9 -0
  579. package/dist/react-native/operationsInterfaces/bandwidthSettings.js.map +1 -0
  580. package/dist/react-native/operationsInterfaces/cloudAppliances.d.ts +30 -0
  581. package/dist/react-native/operationsInterfaces/cloudAppliances.d.ts.map +1 -0
  582. package/dist/react-native/operationsInterfaces/cloudAppliances.js +9 -0
  583. package/dist/react-native/operationsInterfaces/cloudAppliances.js.map +1 -0
  584. package/dist/react-native/operationsInterfaces/deviceSettings.d.ts +126 -0
  585. package/dist/react-native/operationsInterfaces/deviceSettings.d.ts.map +1 -0
  586. package/dist/react-native/operationsInterfaces/deviceSettings.js +9 -0
  587. package/dist/react-native/operationsInterfaces/deviceSettings.js.map +1 -0
  588. package/dist/react-native/operationsInterfaces/devices.d.ts +185 -0
  589. package/dist/react-native/operationsInterfaces/devices.d.ts.map +1 -0
  590. package/dist/react-native/operationsInterfaces/devices.js +9 -0
  591. package/dist/react-native/operationsInterfaces/devices.js.map +1 -0
  592. package/dist/react-native/operationsInterfaces/hardwareComponentGroups.d.ts +35 -0
  593. package/dist/react-native/operationsInterfaces/hardwareComponentGroups.d.ts.map +1 -0
  594. package/dist/react-native/operationsInterfaces/hardwareComponentGroups.js +9 -0
  595. package/dist/react-native/operationsInterfaces/hardwareComponentGroups.js.map +1 -0
  596. package/dist/react-native/operationsInterfaces/index.d.ts +17 -0
  597. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  598. package/dist/react-native/operationsInterfaces/index.js +24 -0
  599. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  600. package/dist/react-native/operationsInterfaces/jobs.d.ts +51 -0
  601. package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
  602. package/dist/react-native/operationsInterfaces/jobs.js +9 -0
  603. package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
  604. package/dist/react-native/operationsInterfaces/managers.d.ts +136 -0
  605. package/dist/react-native/operationsInterfaces/managers.d.ts.map +1 -0
  606. package/dist/react-native/operationsInterfaces/managers.js +9 -0
  607. package/dist/react-native/operationsInterfaces/managers.js.map +1 -0
  608. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  609. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  610. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  611. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  612. package/dist/react-native/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
  613. package/dist/react-native/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
  614. package/dist/react-native/operationsInterfaces/storageAccountCredentials.js +9 -0
  615. package/dist/react-native/operationsInterfaces/storageAccountCredentials.js.map +1 -0
  616. package/dist/react-native/operationsInterfaces/volumeContainers.d.ts +81 -0
  617. package/dist/react-native/operationsInterfaces/volumeContainers.d.ts.map +1 -0
  618. package/dist/react-native/operationsInterfaces/volumeContainers.js +9 -0
  619. package/dist/react-native/operationsInterfaces/volumeContainers.js.map +1 -0
  620. package/dist/react-native/operationsInterfaces/volumes.d.ts +97 -0
  621. package/dist/react-native/operationsInterfaces/volumes.d.ts.map +1 -0
  622. package/dist/react-native/operationsInterfaces/volumes.js +9 -0
  623. package/dist/react-native/operationsInterfaces/volumes.js.map +1 -0
  624. package/dist/react-native/package.json +3 -0
  625. package/dist/react-native/pagingHelper.d.ts +13 -0
  626. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  627. package/dist/react-native/pagingHelper.js +32 -0
  628. package/dist/react-native/pagingHelper.js.map +1 -0
  629. package/dist/react-native/storSimple8000SeriesManagementClient.d.ts +35 -0
  630. package/dist/react-native/storSimple8000SeriesManagementClient.d.ts.map +1 -0
  631. package/dist/react-native/storSimple8000SeriesManagementClient.js +112 -0
  632. package/dist/react-native/storSimple8000SeriesManagementClient.js.map +1 -0
  633. package/package.json +67 -36
  634. package/dist/index.js +0 -10881
  635. package/dist/index.js.map +0 -1
  636. package/dist/index.min.js +0 -1
  637. package/dist/index.min.js.map +0 -1
  638. package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.d.ts +0 -2
  639. package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.d.ts.map +0 -1
  640. package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.js +0 -26
  641. package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.js.map +0 -1
  642. package/dist-esm/samples-dev/accessControlRecordsDeleteSample.d.ts +0 -2
  643. package/dist-esm/samples-dev/accessControlRecordsDeleteSample.d.ts.map +0 -1
  644. package/dist-esm/samples-dev/accessControlRecordsDeleteSample.js +0 -30
  645. package/dist-esm/samples-dev/accessControlRecordsDeleteSample.js.map +0 -1
  646. package/dist-esm/samples-dev/accessControlRecordsGetSample.d.ts +0 -2
  647. package/dist-esm/samples-dev/accessControlRecordsGetSample.d.ts.map +0 -1
  648. package/dist-esm/samples-dev/accessControlRecordsGetSample.js +0 -30
  649. package/dist-esm/samples-dev/accessControlRecordsGetSample.js.map +0 -1
  650. package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.d.ts +0 -2
  651. package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.d.ts.map +0 -1
  652. package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.js +0 -45
  653. package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.js.map +0 -1
  654. package/dist-esm/samples-dev/alertsClearSample.d.ts +0 -2
  655. package/dist-esm/samples-dev/alertsClearSample.d.ts.map +0 -1
  656. package/dist-esm/samples-dev/alertsClearSample.js +0 -27
  657. package/dist-esm/samples-dev/alertsClearSample.js.map +0 -1
  658. package/dist-esm/samples-dev/alertsListByManagerSample.d.ts +0 -2
  659. package/dist-esm/samples-dev/alertsListByManagerSample.d.ts.map +0 -1
  660. package/dist-esm/samples-dev/alertsListByManagerSample.js +0 -40
  661. package/dist-esm/samples-dev/alertsListByManagerSample.js.map +0 -1
  662. package/dist-esm/samples-dev/alertsSendTestEmailSample.d.ts +0 -2
  663. package/dist-esm/samples-dev/alertsSendTestEmailSample.d.ts.map +0 -1
  664. package/dist-esm/samples-dev/alertsSendTestEmailSample.js +0 -26
  665. package/dist-esm/samples-dev/alertsSendTestEmailSample.js.map +0 -1
  666. package/dist-esm/samples-dev/backupPoliciesBackupNowSample.d.ts +0 -2
  667. package/dist-esm/samples-dev/backupPoliciesBackupNowSample.d.ts.map +0 -1
  668. package/dist-esm/samples-dev/backupPoliciesBackupNowSample.js +0 -32
  669. package/dist-esm/samples-dev/backupPoliciesBackupNowSample.js.map +0 -1
  670. package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.d.ts +0 -2
  671. package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.d.ts.map +0 -1
  672. package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.js +0 -31
  673. package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.js.map +0 -1
  674. package/dist-esm/samples-dev/backupPoliciesDeleteSample.d.ts +0 -2
  675. package/dist-esm/samples-dev/backupPoliciesDeleteSample.d.ts.map +0 -1
  676. package/dist-esm/samples-dev/backupPoliciesDeleteSample.js +0 -31
  677. package/dist-esm/samples-dev/backupPoliciesDeleteSample.js.map +0 -1
  678. package/dist-esm/samples-dev/backupPoliciesGetSample.d.ts +0 -2
  679. package/dist-esm/samples-dev/backupPoliciesGetSample.d.ts.map +0 -1
  680. package/dist-esm/samples-dev/backupPoliciesGetSample.js +0 -31
  681. package/dist-esm/samples-dev/backupPoliciesGetSample.js.map +0 -1
  682. package/dist-esm/samples-dev/backupPoliciesListByDeviceSample.d.ts +0 -2
  683. package/dist-esm/samples-dev/backupPoliciesListByDeviceSample.d.ts.map +0 -1
  684. package/dist-esm/samples-dev/backupPoliciesListByDeviceSample.js +0 -46
  685. package/dist-esm/samples-dev/backupPoliciesListByDeviceSample.js.map +0 -1
  686. package/dist-esm/samples-dev/backupSchedulesCreateOrUpdateSample.d.ts +0 -2
  687. package/dist-esm/samples-dev/backupSchedulesCreateOrUpdateSample.d.ts.map +0 -1
  688. package/dist-esm/samples-dev/backupSchedulesCreateOrUpdateSample.js +0 -37
  689. package/dist-esm/samples-dev/backupSchedulesCreateOrUpdateSample.js.map +0 -1
  690. package/dist-esm/samples-dev/backupSchedulesDeleteSample.d.ts +0 -2
  691. package/dist-esm/samples-dev/backupSchedulesDeleteSample.d.ts.map +0 -1
  692. package/dist-esm/samples-dev/backupSchedulesDeleteSample.js +0 -32
  693. package/dist-esm/samples-dev/backupSchedulesDeleteSample.js.map +0 -1
  694. package/dist-esm/samples-dev/backupSchedulesGetSample.d.ts +0 -2
  695. package/dist-esm/samples-dev/backupSchedulesGetSample.d.ts.map +0 -1
  696. package/dist-esm/samples-dev/backupSchedulesGetSample.js +0 -32
  697. package/dist-esm/samples-dev/backupSchedulesGetSample.js.map +0 -1
  698. package/dist-esm/samples-dev/backupSchedulesListByBackupPolicySample.d.ts +0 -2
  699. package/dist-esm/samples-dev/backupSchedulesListByBackupPolicySample.d.ts.map +0 -1
  700. package/dist-esm/samples-dev/backupSchedulesListByBackupPolicySample.js +0 -47
  701. package/dist-esm/samples-dev/backupSchedulesListByBackupPolicySample.js.map +0 -1
  702. package/dist-esm/samples-dev/backupsCloneSample.d.ts +0 -2
  703. package/dist-esm/samples-dev/backupsCloneSample.d.ts.map +0 -1
  704. package/dist-esm/samples-dev/backupsCloneSample.js +0 -41
  705. package/dist-esm/samples-dev/backupsCloneSample.js.map +0 -1
  706. package/dist-esm/samples-dev/backupsDeleteSample.d.ts +0 -2
  707. package/dist-esm/samples-dev/backupsDeleteSample.d.ts.map +0 -1
  708. package/dist-esm/samples-dev/backupsDeleteSample.js +0 -31
  709. package/dist-esm/samples-dev/backupsDeleteSample.js.map +0 -1
  710. package/dist-esm/samples-dev/backupsListByDeviceSample.d.ts +0 -2
  711. package/dist-esm/samples-dev/backupsListByDeviceSample.d.ts.map +0 -1
  712. package/dist-esm/samples-dev/backupsListByDeviceSample.js +0 -41
  713. package/dist-esm/samples-dev/backupsListByDeviceSample.js.map +0 -1
  714. package/dist-esm/samples-dev/backupsRestoreSample.d.ts +0 -2
  715. package/dist-esm/samples-dev/backupsRestoreSample.d.ts.map +0 -1
  716. package/dist-esm/samples-dev/backupsRestoreSample.js +0 -31
  717. package/dist-esm/samples-dev/backupsRestoreSample.js.map +0 -1
  718. package/dist-esm/samples-dev/bandwidthSettingsCreateOrUpdateSample.d.ts +0 -2
  719. package/dist-esm/samples-dev/bandwidthSettingsCreateOrUpdateSample.d.ts.map +0 -1
  720. package/dist-esm/samples-dev/bandwidthSettingsCreateOrUpdateSample.js +0 -33
  721. package/dist-esm/samples-dev/bandwidthSettingsCreateOrUpdateSample.js.map +0 -1
  722. package/dist-esm/samples-dev/bandwidthSettingsDeleteSample.d.ts +0 -2
  723. package/dist-esm/samples-dev/bandwidthSettingsDeleteSample.d.ts.map +0 -1
  724. package/dist-esm/samples-dev/bandwidthSettingsDeleteSample.js +0 -30
  725. package/dist-esm/samples-dev/bandwidthSettingsDeleteSample.js.map +0 -1
  726. package/dist-esm/samples-dev/bandwidthSettingsGetSample.d.ts +0 -2
  727. package/dist-esm/samples-dev/bandwidthSettingsGetSample.d.ts.map +0 -1
  728. package/dist-esm/samples-dev/bandwidthSettingsGetSample.js +0 -30
  729. package/dist-esm/samples-dev/bandwidthSettingsGetSample.js.map +0 -1
  730. package/dist-esm/samples-dev/bandwidthSettingsListByManagerSample.d.ts +0 -2
  731. package/dist-esm/samples-dev/bandwidthSettingsListByManagerSample.d.ts.map +0 -1
  732. package/dist-esm/samples-dev/bandwidthSettingsListByManagerSample.js +0 -45
  733. package/dist-esm/samples-dev/bandwidthSettingsListByManagerSample.js.map +0 -1
  734. package/dist-esm/samples-dev/cloudAppliancesListSupportedConfigurationsSample.d.ts +0 -2
  735. package/dist-esm/samples-dev/cloudAppliancesListSupportedConfigurationsSample.d.ts.map +0 -1
  736. package/dist-esm/samples-dev/cloudAppliancesListSupportedConfigurationsSample.js +0 -45
  737. package/dist-esm/samples-dev/cloudAppliancesListSupportedConfigurationsSample.js.map +0 -1
  738. package/dist-esm/samples-dev/cloudAppliancesProvisionSample.d.ts +0 -2
  739. package/dist-esm/samples-dev/cloudAppliancesProvisionSample.d.ts.map +0 -1
  740. package/dist-esm/samples-dev/cloudAppliancesProvisionSample.js +0 -27
  741. package/dist-esm/samples-dev/cloudAppliancesProvisionSample.js.map +0 -1
  742. package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateAlertSettingsSample.d.ts +0 -2
  743. package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateAlertSettingsSample.d.ts.map +0 -1
  744. package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateAlertSettingsSample.js +0 -29
  745. package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateAlertSettingsSample.js.map +0 -1
  746. package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateTimeSettingsSample.d.ts +0 -2
  747. package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateTimeSettingsSample.d.ts.map +0 -1
  748. package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateTimeSettingsSample.js +0 -28
  749. package/dist-esm/samples-dev/deviceSettingsCreateOrUpdateTimeSettingsSample.js.map +0 -1
  750. package/dist-esm/samples-dev/deviceSettingsGetAlertSettingsSample.d.ts +0 -2
  751. package/dist-esm/samples-dev/deviceSettingsGetAlertSettingsSample.d.ts.map +0 -1
  752. package/dist-esm/samples-dev/deviceSettingsGetAlertSettingsSample.js +0 -30
  753. package/dist-esm/samples-dev/deviceSettingsGetAlertSettingsSample.js.map +0 -1
  754. package/dist-esm/samples-dev/deviceSettingsGetNetworkSettingsSample.d.ts +0 -2
  755. package/dist-esm/samples-dev/deviceSettingsGetNetworkSettingsSample.d.ts.map +0 -1
  756. package/dist-esm/samples-dev/deviceSettingsGetNetworkSettingsSample.js +0 -30
  757. package/dist-esm/samples-dev/deviceSettingsGetNetworkSettingsSample.js.map +0 -1
  758. package/dist-esm/samples-dev/deviceSettingsGetSecuritySettingsSample.d.ts +0 -2
  759. package/dist-esm/samples-dev/deviceSettingsGetSecuritySettingsSample.d.ts.map +0 -1
  760. package/dist-esm/samples-dev/deviceSettingsGetSecuritySettingsSample.js +0 -30
  761. package/dist-esm/samples-dev/deviceSettingsGetSecuritySettingsSample.js.map +0 -1
  762. package/dist-esm/samples-dev/deviceSettingsGetTimeSettingsSample.d.ts +0 -2
  763. package/dist-esm/samples-dev/deviceSettingsGetTimeSettingsSample.d.ts.map +0 -1
  764. package/dist-esm/samples-dev/deviceSettingsGetTimeSettingsSample.js +0 -30
  765. package/dist-esm/samples-dev/deviceSettingsGetTimeSettingsSample.js.map +0 -1
  766. package/dist-esm/samples-dev/deviceSettingsSyncRemotemanagementCertificateSample.d.ts +0 -2
  767. package/dist-esm/samples-dev/deviceSettingsSyncRemotemanagementCertificateSample.d.ts.map +0 -1
  768. package/dist-esm/samples-dev/deviceSettingsSyncRemotemanagementCertificateSample.js +0 -30
  769. package/dist-esm/samples-dev/deviceSettingsSyncRemotemanagementCertificateSample.js.map +0 -1
  770. package/dist-esm/samples-dev/deviceSettingsUpdateNetworkSettingsSample.d.ts +0 -2
  771. package/dist-esm/samples-dev/deviceSettingsUpdateNetworkSettingsSample.d.ts.map +0 -1
  772. package/dist-esm/samples-dev/deviceSettingsUpdateNetworkSettingsSample.js +0 -29
  773. package/dist-esm/samples-dev/deviceSettingsUpdateNetworkSettingsSample.js.map +0 -1
  774. package/dist-esm/samples-dev/deviceSettingsUpdateSecuritySettingsSample.d.ts +0 -2
  775. package/dist-esm/samples-dev/deviceSettingsUpdateSecuritySettingsSample.d.ts.map +0 -1
  776. package/dist-esm/samples-dev/deviceSettingsUpdateSecuritySettingsSample.js +0 -50
  777. package/dist-esm/samples-dev/deviceSettingsUpdateSecuritySettingsSample.js.map +0 -1
  778. package/dist-esm/samples-dev/devicesAuthorizeForServiceEncryptionKeyRolloverSample.d.ts +0 -2
  779. package/dist-esm/samples-dev/devicesAuthorizeForServiceEncryptionKeyRolloverSample.d.ts.map +0 -1
  780. package/dist-esm/samples-dev/devicesAuthorizeForServiceEncryptionKeyRolloverSample.js +0 -30
  781. package/dist-esm/samples-dev/devicesAuthorizeForServiceEncryptionKeyRolloverSample.js.map +0 -1
  782. package/dist-esm/samples-dev/devicesConfigureSample.d.ts +0 -2
  783. package/dist-esm/samples-dev/devicesConfigureSample.d.ts.map +0 -1
  784. package/dist-esm/samples-dev/devicesConfigureSample.js +0 -31
  785. package/dist-esm/samples-dev/devicesConfigureSample.js.map +0 -1
  786. package/dist-esm/samples-dev/devicesDeactivateSample.d.ts +0 -2
  787. package/dist-esm/samples-dev/devicesDeactivateSample.d.ts.map +0 -1
  788. package/dist-esm/samples-dev/devicesDeactivateSample.js +0 -30
  789. package/dist-esm/samples-dev/devicesDeactivateSample.js.map +0 -1
  790. package/dist-esm/samples-dev/devicesDeleteSample.d.ts +0 -2
  791. package/dist-esm/samples-dev/devicesDeleteSample.d.ts.map +0 -1
  792. package/dist-esm/samples-dev/devicesDeleteSample.js +0 -30
  793. package/dist-esm/samples-dev/devicesDeleteSample.js.map +0 -1
  794. package/dist-esm/samples-dev/devicesFailoverSample.d.ts +0 -2
  795. package/dist-esm/samples-dev/devicesFailoverSample.d.ts.map +0 -1
  796. package/dist-esm/samples-dev/devicesFailoverSample.js +0 -29
  797. package/dist-esm/samples-dev/devicesFailoverSample.js.map +0 -1
  798. package/dist-esm/samples-dev/devicesGetSample.d.ts +0 -2
  799. package/dist-esm/samples-dev/devicesGetSample.d.ts.map +0 -1
  800. package/dist-esm/samples-dev/devicesGetSample.js +0 -25
  801. package/dist-esm/samples-dev/devicesGetSample.js.map +0 -1
  802. package/dist-esm/samples-dev/devicesGetUpdateSummarySample.d.ts +0 -2
  803. package/dist-esm/samples-dev/devicesGetUpdateSummarySample.d.ts.map +0 -1
  804. package/dist-esm/samples-dev/devicesGetUpdateSummarySample.js +0 -30
  805. package/dist-esm/samples-dev/devicesGetUpdateSummarySample.js.map +0 -1
  806. package/dist-esm/samples-dev/devicesInstallUpdatesSample.d.ts +0 -2
  807. package/dist-esm/samples-dev/devicesInstallUpdatesSample.d.ts.map +0 -1
  808. package/dist-esm/samples-dev/devicesInstallUpdatesSample.js +0 -30
  809. package/dist-esm/samples-dev/devicesInstallUpdatesSample.js.map +0 -1
  810. package/dist-esm/samples-dev/devicesListByManagerSample.d.ts +0 -2
  811. package/dist-esm/samples-dev/devicesListByManagerSample.d.ts.map +0 -1
  812. package/dist-esm/samples-dev/devicesListByManagerSample.js +0 -45
  813. package/dist-esm/samples-dev/devicesListByManagerSample.js.map +0 -1
  814. package/dist-esm/samples-dev/devicesListFailoverSetsSample.d.ts +0 -2
  815. package/dist-esm/samples-dev/devicesListFailoverSetsSample.d.ts.map +0 -1
  816. package/dist-esm/samples-dev/devicesListFailoverSetsSample.js +0 -46
  817. package/dist-esm/samples-dev/devicesListFailoverSetsSample.js.map +0 -1
  818. package/dist-esm/samples-dev/devicesListFailoverTargetsSample.d.ts +0 -2
  819. package/dist-esm/samples-dev/devicesListFailoverTargetsSample.d.ts.map +0 -1
  820. package/dist-esm/samples-dev/devicesListFailoverTargetsSample.js +0 -44
  821. package/dist-esm/samples-dev/devicesListFailoverTargetsSample.js.map +0 -1
  822. package/dist-esm/samples-dev/devicesListMetricDefinitionSample.d.ts +0 -2
  823. package/dist-esm/samples-dev/devicesListMetricDefinitionSample.d.ts.map +0 -1
  824. package/dist-esm/samples-dev/devicesListMetricDefinitionSample.js +0 -46
  825. package/dist-esm/samples-dev/devicesListMetricDefinitionSample.js.map +0 -1
  826. package/dist-esm/samples-dev/devicesListMetricsSample.d.ts +0 -2
  827. package/dist-esm/samples-dev/devicesListMetricsSample.d.ts.map +0 -1
  828. package/dist-esm/samples-dev/devicesListMetricsSample.js +0 -47
  829. package/dist-esm/samples-dev/devicesListMetricsSample.js.map +0 -1
  830. package/dist-esm/samples-dev/devicesScanForUpdatesSample.d.ts +0 -2
  831. package/dist-esm/samples-dev/devicesScanForUpdatesSample.d.ts.map +0 -1
  832. package/dist-esm/samples-dev/devicesScanForUpdatesSample.js +0 -30
  833. package/dist-esm/samples-dev/devicesScanForUpdatesSample.js.map +0 -1
  834. package/dist-esm/samples-dev/devicesUpdateSample.d.ts +0 -2
  835. package/dist-esm/samples-dev/devicesUpdateSample.d.ts.map +0 -1
  836. package/dist-esm/samples-dev/devicesUpdateSample.js +0 -26
  837. package/dist-esm/samples-dev/devicesUpdateSample.js.map +0 -1
  838. package/dist-esm/samples-dev/hardwareComponentGroupsChangeControllerPowerStateSample.d.ts +0 -2
  839. package/dist-esm/samples-dev/hardwareComponentGroupsChangeControllerPowerStateSample.d.ts.map +0 -1
  840. package/dist-esm/samples-dev/hardwareComponentGroupsChangeControllerPowerStateSample.js +0 -30
  841. package/dist-esm/samples-dev/hardwareComponentGroupsChangeControllerPowerStateSample.js.map +0 -1
  842. package/dist-esm/samples-dev/hardwareComponentGroupsListByDeviceSample.d.ts +0 -2
  843. package/dist-esm/samples-dev/hardwareComponentGroupsListByDeviceSample.d.ts.map +0 -1
  844. package/dist-esm/samples-dev/hardwareComponentGroupsListByDeviceSample.js +0 -46
  845. package/dist-esm/samples-dev/hardwareComponentGroupsListByDeviceSample.js.map +0 -1
  846. package/dist-esm/samples-dev/jobsCancelSample.d.ts +0 -2
  847. package/dist-esm/samples-dev/jobsCancelSample.d.ts.map +0 -1
  848. package/dist-esm/samples-dev/jobsCancelSample.js +0 -31
  849. package/dist-esm/samples-dev/jobsCancelSample.js.map +0 -1
  850. package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
  851. package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
  852. package/dist-esm/samples-dev/jobsGetSample.js +0 -31
  853. package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
  854. package/dist-esm/samples-dev/jobsListByDeviceSample.d.ts +0 -2
  855. package/dist-esm/samples-dev/jobsListByDeviceSample.d.ts.map +0 -1
  856. package/dist-esm/samples-dev/jobsListByDeviceSample.js +0 -41
  857. package/dist-esm/samples-dev/jobsListByDeviceSample.js.map +0 -1
  858. package/dist-esm/samples-dev/jobsListByManagerSample.d.ts +0 -2
  859. package/dist-esm/samples-dev/jobsListByManagerSample.d.ts.map +0 -1
  860. package/dist-esm/samples-dev/jobsListByManagerSample.js +0 -40
  861. package/dist-esm/samples-dev/jobsListByManagerSample.js.map +0 -1
  862. package/dist-esm/samples-dev/managersCreateExtendedInfoSample.d.ts +0 -2
  863. package/dist-esm/samples-dev/managersCreateExtendedInfoSample.d.ts.map +0 -1
  864. package/dist-esm/samples-dev/managersCreateExtendedInfoSample.js +0 -26
  865. package/dist-esm/samples-dev/managersCreateExtendedInfoSample.js.map +0 -1
  866. package/dist-esm/samples-dev/managersCreateOrUpdateSample.d.ts +0 -2
  867. package/dist-esm/samples-dev/managersCreateOrUpdateSample.d.ts.map +0 -1
  868. package/dist-esm/samples-dev/managersCreateOrUpdateSample.js +0 -27
  869. package/dist-esm/samples-dev/managersCreateOrUpdateSample.js.map +0 -1
  870. package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.d.ts +0 -2
  871. package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.d.ts.map +0 -1
  872. package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.js +0 -29
  873. package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.js.map +0 -1
  874. package/dist-esm/samples-dev/managersDeleteSample.d.ts +0 -2
  875. package/dist-esm/samples-dev/managersDeleteSample.d.ts.map +0 -1
  876. package/dist-esm/samples-dev/managersDeleteSample.js +0 -29
  877. package/dist-esm/samples-dev/managersDeleteSample.js.map +0 -1
  878. package/dist-esm/samples-dev/managersGetActivationKeySample.d.ts +0 -2
  879. package/dist-esm/samples-dev/managersGetActivationKeySample.d.ts.map +0 -1
  880. package/dist-esm/samples-dev/managersGetActivationKeySample.js +0 -29
  881. package/dist-esm/samples-dev/managersGetActivationKeySample.js.map +0 -1
  882. package/dist-esm/samples-dev/managersGetDevicePublicEncryptionKeySample.d.ts +0 -2
  883. package/dist-esm/samples-dev/managersGetDevicePublicEncryptionKeySample.d.ts.map +0 -1
  884. package/dist-esm/samples-dev/managersGetDevicePublicEncryptionKeySample.js +0 -30
  885. package/dist-esm/samples-dev/managersGetDevicePublicEncryptionKeySample.js.map +0 -1
  886. package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.d.ts +0 -2
  887. package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.d.ts.map +0 -1
  888. package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.js +0 -29
  889. package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.js.map +0 -1
  890. package/dist-esm/samples-dev/managersGetExtendedInfoSample.d.ts +0 -2
  891. package/dist-esm/samples-dev/managersGetExtendedInfoSample.d.ts.map +0 -1
  892. package/dist-esm/samples-dev/managersGetExtendedInfoSample.js +0 -29
  893. package/dist-esm/samples-dev/managersGetExtendedInfoSample.js.map +0 -1
  894. package/dist-esm/samples-dev/managersGetPublicEncryptionKeySample.d.ts +0 -2
  895. package/dist-esm/samples-dev/managersGetPublicEncryptionKeySample.d.ts.map +0 -1
  896. package/dist-esm/samples-dev/managersGetPublicEncryptionKeySample.js +0 -29
  897. package/dist-esm/samples-dev/managersGetPublicEncryptionKeySample.js.map +0 -1
  898. package/dist-esm/samples-dev/managersGetSample.d.ts +0 -2
  899. package/dist-esm/samples-dev/managersGetSample.d.ts.map +0 -1
  900. package/dist-esm/samples-dev/managersGetSample.js +0 -29
  901. package/dist-esm/samples-dev/managersGetSample.js.map +0 -1
  902. package/dist-esm/samples-dev/managersListByResourceGroupSample.d.ts +0 -2
  903. package/dist-esm/samples-dev/managersListByResourceGroupSample.d.ts.map +0 -1
  904. package/dist-esm/samples-dev/managersListByResourceGroupSample.js +0 -44
  905. package/dist-esm/samples-dev/managersListByResourceGroupSample.js.map +0 -1
  906. package/dist-esm/samples-dev/managersListFeatureSupportStatusSample.d.ts +0 -2
  907. package/dist-esm/samples-dev/managersListFeatureSupportStatusSample.d.ts.map +0 -1
  908. package/dist-esm/samples-dev/managersListFeatureSupportStatusSample.js +0 -45
  909. package/dist-esm/samples-dev/managersListFeatureSupportStatusSample.js.map +0 -1
  910. package/dist-esm/samples-dev/managersListMetricDefinitionSample.d.ts +0 -2
  911. package/dist-esm/samples-dev/managersListMetricDefinitionSample.d.ts.map +0 -1
  912. package/dist-esm/samples-dev/managersListMetricDefinitionSample.js +0 -45
  913. package/dist-esm/samples-dev/managersListMetricDefinitionSample.js.map +0 -1
  914. package/dist-esm/samples-dev/managersListMetricsSample.d.ts +0 -2
  915. package/dist-esm/samples-dev/managersListMetricsSample.d.ts.map +0 -1
  916. package/dist-esm/samples-dev/managersListMetricsSample.js +0 -46
  917. package/dist-esm/samples-dev/managersListMetricsSample.js.map +0 -1
  918. package/dist-esm/samples-dev/managersListSample.d.ts +0 -2
  919. package/dist-esm/samples-dev/managersListSample.d.ts.map +0 -1
  920. package/dist-esm/samples-dev/managersListSample.js +0 -43
  921. package/dist-esm/samples-dev/managersListSample.js.map +0 -1
  922. package/dist-esm/samples-dev/managersRegenerateActivationKeySample.d.ts +0 -2
  923. package/dist-esm/samples-dev/managersRegenerateActivationKeySample.d.ts.map +0 -1
  924. package/dist-esm/samples-dev/managersRegenerateActivationKeySample.js +0 -29
  925. package/dist-esm/samples-dev/managersRegenerateActivationKeySample.js.map +0 -1
  926. package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.d.ts +0 -2
  927. package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.d.ts.map +0 -1
  928. package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.js +0 -28
  929. package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.js.map +0 -1
  930. package/dist-esm/samples-dev/managersUpdateSample.d.ts +0 -2
  931. package/dist-esm/samples-dev/managersUpdateSample.d.ts.map +0 -1
  932. package/dist-esm/samples-dev/managersUpdateSample.js +0 -23
  933. package/dist-esm/samples-dev/managersUpdateSample.js.map +0 -1
  934. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  935. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  936. package/dist-esm/samples-dev/operationsListSample.js +0 -43
  937. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  938. package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.d.ts +0 -2
  939. package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.d.ts.map +0 -1
  940. package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.js +0 -32
  941. package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.js.map +0 -1
  942. package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.d.ts +0 -2
  943. package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.d.ts.map +0 -1
  944. package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.js +0 -30
  945. package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.js.map +0 -1
  946. package/dist-esm/samples-dev/storageAccountCredentialsGetSample.d.ts +0 -2
  947. package/dist-esm/samples-dev/storageAccountCredentialsGetSample.d.ts.map +0 -1
  948. package/dist-esm/samples-dev/storageAccountCredentialsGetSample.js +0 -30
  949. package/dist-esm/samples-dev/storageAccountCredentialsGetSample.js.map +0 -1
  950. package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.d.ts +0 -2
  951. package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.d.ts.map +0 -1
  952. package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.js +0 -45
  953. package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.js.map +0 -1
  954. package/dist-esm/samples-dev/volumeContainersCreateOrUpdateSample.d.ts +0 -2
  955. package/dist-esm/samples-dev/volumeContainersCreateOrUpdateSample.d.ts.map +0 -1
  956. package/dist-esm/samples-dev/volumeContainersCreateOrUpdateSample.js +0 -33
  957. package/dist-esm/samples-dev/volumeContainersCreateOrUpdateSample.js.map +0 -1
  958. package/dist-esm/samples-dev/volumeContainersDeleteSample.d.ts +0 -2
  959. package/dist-esm/samples-dev/volumeContainersDeleteSample.d.ts.map +0 -1
  960. package/dist-esm/samples-dev/volumeContainersDeleteSample.js +0 -31
  961. package/dist-esm/samples-dev/volumeContainersDeleteSample.js.map +0 -1
  962. package/dist-esm/samples-dev/volumeContainersGetSample.d.ts +0 -2
  963. package/dist-esm/samples-dev/volumeContainersGetSample.d.ts.map +0 -1
  964. package/dist-esm/samples-dev/volumeContainersGetSample.js +0 -31
  965. package/dist-esm/samples-dev/volumeContainersGetSample.js.map +0 -1
  966. package/dist-esm/samples-dev/volumeContainersListByDeviceSample.d.ts +0 -2
  967. package/dist-esm/samples-dev/volumeContainersListByDeviceSample.d.ts.map +0 -1
  968. package/dist-esm/samples-dev/volumeContainersListByDeviceSample.js +0 -46
  969. package/dist-esm/samples-dev/volumeContainersListByDeviceSample.js.map +0 -1
  970. package/dist-esm/samples-dev/volumeContainersListMetricDefinitionSample.d.ts +0 -2
  971. package/dist-esm/samples-dev/volumeContainersListMetricDefinitionSample.d.ts.map +0 -1
  972. package/dist-esm/samples-dev/volumeContainersListMetricDefinitionSample.js +0 -47
  973. package/dist-esm/samples-dev/volumeContainersListMetricDefinitionSample.js.map +0 -1
  974. package/dist-esm/samples-dev/volumeContainersListMetricsSample.d.ts +0 -2
  975. package/dist-esm/samples-dev/volumeContainersListMetricsSample.d.ts.map +0 -1
  976. package/dist-esm/samples-dev/volumeContainersListMetricsSample.js +0 -48
  977. package/dist-esm/samples-dev/volumeContainersListMetricsSample.js.map +0 -1
  978. package/dist-esm/samples-dev/volumesCreateOrUpdateSample.d.ts +0 -2
  979. package/dist-esm/samples-dev/volumesCreateOrUpdateSample.d.ts.map +0 -1
  980. package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js +0 -34
  981. package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js.map +0 -1
  982. package/dist-esm/samples-dev/volumesDeleteSample.d.ts +0 -2
  983. package/dist-esm/samples-dev/volumesDeleteSample.d.ts.map +0 -1
  984. package/dist-esm/samples-dev/volumesDeleteSample.js +0 -32
  985. package/dist-esm/samples-dev/volumesDeleteSample.js.map +0 -1
  986. package/dist-esm/samples-dev/volumesGetSample.d.ts +0 -2
  987. package/dist-esm/samples-dev/volumesGetSample.d.ts.map +0 -1
  988. package/dist-esm/samples-dev/volumesGetSample.js +0 -32
  989. package/dist-esm/samples-dev/volumesGetSample.js.map +0 -1
  990. package/dist-esm/samples-dev/volumesListByDeviceSample.d.ts +0 -2
  991. package/dist-esm/samples-dev/volumesListByDeviceSample.d.ts.map +0 -1
  992. package/dist-esm/samples-dev/volumesListByDeviceSample.js +0 -46
  993. package/dist-esm/samples-dev/volumesListByDeviceSample.js.map +0 -1
  994. package/dist-esm/samples-dev/volumesListByVolumeContainerSample.d.ts +0 -2
  995. package/dist-esm/samples-dev/volumesListByVolumeContainerSample.d.ts.map +0 -1
  996. package/dist-esm/samples-dev/volumesListByVolumeContainerSample.js +0 -47
  997. package/dist-esm/samples-dev/volumesListByVolumeContainerSample.js.map +0 -1
  998. package/dist-esm/samples-dev/volumesListMetricDefinitionSample.d.ts +0 -2
  999. package/dist-esm/samples-dev/volumesListMetricDefinitionSample.d.ts.map +0 -1
  1000. package/dist-esm/samples-dev/volumesListMetricDefinitionSample.js +0 -48
  1001. package/dist-esm/samples-dev/volumesListMetricDefinitionSample.js.map +0 -1
  1002. package/dist-esm/samples-dev/volumesListMetricsSample.d.ts +0 -2
  1003. package/dist-esm/samples-dev/volumesListMetricsSample.d.ts.map +0 -1
  1004. package/dist-esm/samples-dev/volumesListMetricsSample.js +0 -49
  1005. package/dist-esm/samples-dev/volumesListMetricsSample.js.map +0 -1
  1006. package/dist-esm/src/index.d.ts +0 -5
  1007. package/dist-esm/src/index.d.ts.map +0 -1
  1008. package/dist-esm/src/index.js +0 -13
  1009. package/dist-esm/src/index.js.map +0 -1
  1010. package/dist-esm/src/lroImpl.js +0 -29
  1011. package/dist-esm/src/lroImpl.js.map +0 -1
  1012. package/dist-esm/src/models/index.js.map +0 -1
  1013. package/dist-esm/src/models/mappers.js.map +0 -1
  1014. package/dist-esm/src/models/parameters.js +0 -385
  1015. package/dist-esm/src/models/parameters.js.map +0 -1
  1016. package/dist-esm/src/operations/accessControlRecords.d.ts +0 -73
  1017. package/dist-esm/src/operations/accessControlRecords.d.ts.map +0 -1
  1018. package/dist-esm/src/operations/accessControlRecords.js +0 -291
  1019. package/dist-esm/src/operations/accessControlRecords.js.map +0 -1
  1020. package/dist-esm/src/operations/alerts.d.ts +0 -55
  1021. package/dist-esm/src/operations/alerts.d.ts.map +0 -1
  1022. package/dist-esm/src/operations/alerts.js +0 -198
  1023. package/dist-esm/src/operations/alerts.js.map +0 -1
  1024. package/dist-esm/src/operations/backupPolicies.d.ts +0 -100
  1025. package/dist-esm/src/operations/backupPolicies.d.ts.map +0 -1
  1026. package/dist-esm/src/operations/backupPolicies.js +0 -382
  1027. package/dist-esm/src/operations/backupPolicies.js.map +0 -1
  1028. package/dist-esm/src/operations/backupSchedules.d.ts +0 -87
  1029. package/dist-esm/src/operations/backupSchedules.d.ts.map +0 -1
  1030. package/dist-esm/src/operations/backupSchedules.js +0 -329
  1031. package/dist-esm/src/operations/backupSchedules.js.map +0 -1
  1032. package/dist-esm/src/operations/backups.d.ts +0 -100
  1033. package/dist-esm/src/operations/backups.d.ts.map +0 -1
  1034. package/dist-esm/src/operations/backups.js +0 -377
  1035. package/dist-esm/src/operations/backups.js.map +0 -1
  1036. package/dist-esm/src/operations/bandwidthSettings.d.ts +0 -73
  1037. package/dist-esm/src/operations/bandwidthSettings.d.ts.map +0 -1
  1038. package/dist-esm/src/operations/bandwidthSettings.js +0 -291
  1039. package/dist-esm/src/operations/bandwidthSettings.js.map +0 -1
  1040. package/dist-esm/src/operations/cloudAppliances.d.ts +0 -47
  1041. package/dist-esm/src/operations/cloudAppliances.d.ts.map +0 -1
  1042. package/dist-esm/src/operations/cloudAppliances.js +0 -173
  1043. package/dist-esm/src/operations/cloudAppliances.js.map +0 -1
  1044. package/dist-esm/src/operations/deviceSettings.d.ts +0 -134
  1045. package/dist-esm/src/operations/deviceSettings.d.ts.map +0 -1
  1046. package/dist-esm/src/operations/deviceSettings.js +0 -549
  1047. package/dist-esm/src/operations/deviceSettings.js.map +0 -1
  1048. package/dist-esm/src/operations/devices.d.ts +0 -248
  1049. package/dist-esm/src/operations/devices.d.ts.map +0 -1
  1050. package/dist-esm/src/operations/devices.js +0 -963
  1051. package/dist-esm/src/operations/devices.js.map +0 -1
  1052. package/dist-esm/src/operations/hardwareComponentGroups.d.ts +0 -53
  1053. package/dist-esm/src/operations/hardwareComponentGroups.d.ts.map +0 -1
  1054. package/dist-esm/src/operations/hardwareComponentGroups.js +0 -189
  1055. package/dist-esm/src/operations/hardwareComponentGroups.js.map +0 -1
  1056. package/dist-esm/src/operations/index.d.ts +0 -17
  1057. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1058. package/dist-esm/src/operations/index.js +0 -24
  1059. package/dist-esm/src/operations/index.js.map +0 -1
  1060. package/dist-esm/src/operations/jobs.d.ts +0 -97
  1061. package/dist-esm/src/operations/jobs.d.ts.map +0 -1
  1062. package/dist-esm/src/operations/jobs.js +0 -374
  1063. package/dist-esm/src/operations/jobs.js.map +0 -1
  1064. package/dist-esm/src/operations/managers.d.ts +0 -187
  1065. package/dist-esm/src/operations/managers.d.ts.map +0 -1
  1066. package/dist-esm/src/operations/managers.js +0 -763
  1067. package/dist-esm/src/operations/managers.js.map +0 -1
  1068. package/dist-esm/src/operations/operations.d.ts +0 -32
  1069. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1070. package/dist-esm/src/operations/operations.js +0 -127
  1071. package/dist-esm/src/operations/operations.js.map +0 -1
  1072. package/dist-esm/src/operations/storageAccountCredentials.d.ts +0 -73
  1073. package/dist-esm/src/operations/storageAccountCredentials.d.ts.map +0 -1
  1074. package/dist-esm/src/operations/storageAccountCredentials.js +0 -291
  1075. package/dist-esm/src/operations/storageAccountCredentials.js.map +0 -1
  1076. package/dist-esm/src/operations/volumeContainers.d.ts +0 -122
  1077. package/dist-esm/src/operations/volumeContainers.d.ts.map +0 -1
  1078. package/dist-esm/src/operations/volumeContainers.js +0 -496
  1079. package/dist-esm/src/operations/volumeContainers.js.map +0 -1
  1080. package/dist-esm/src/operations/volumes.d.ts +0 -151
  1081. package/dist-esm/src/operations/volumes.d.ts.map +0 -1
  1082. package/dist-esm/src/operations/volumes.js +0 -604
  1083. package/dist-esm/src/operations/volumes.js.map +0 -1
  1084. package/dist-esm/src/operationsInterfaces/accessControlRecords.d.ts +0 -56
  1085. package/dist-esm/src/operationsInterfaces/accessControlRecords.d.ts.map +0 -1
  1086. package/dist-esm/src/operationsInterfaces/accessControlRecords.js.map +0 -1
  1087. package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -30
  1088. package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
  1089. package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
  1090. package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts +0 -82
  1091. package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts.map +0 -1
  1092. package/dist-esm/src/operationsInterfaces/backupPolicies.js.map +0 -1
  1093. package/dist-esm/src/operationsInterfaces/backupSchedules.d.ts +0 -68
  1094. package/dist-esm/src/operationsInterfaces/backupSchedules.d.ts.map +0 -1
  1095. package/dist-esm/src/operationsInterfaces/backupSchedules.js.map +0 -1
  1096. package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -73
  1097. package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
  1098. package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
  1099. package/dist-esm/src/operationsInterfaces/bandwidthSettings.d.ts +0 -56
  1100. package/dist-esm/src/operationsInterfaces/bandwidthSettings.d.ts.map +0 -1
  1101. package/dist-esm/src/operationsInterfaces/bandwidthSettings.js.map +0 -1
  1102. package/dist-esm/src/operationsInterfaces/cloudAppliances.d.ts +0 -30
  1103. package/dist-esm/src/operationsInterfaces/cloudAppliances.d.ts.map +0 -1
  1104. package/dist-esm/src/operationsInterfaces/cloudAppliances.js.map +0 -1
  1105. package/dist-esm/src/operationsInterfaces/deviceSettings.d.ts +0 -126
  1106. package/dist-esm/src/operationsInterfaces/deviceSettings.d.ts.map +0 -1
  1107. package/dist-esm/src/operationsInterfaces/deviceSettings.js.map +0 -1
  1108. package/dist-esm/src/operationsInterfaces/devices.d.ts +0 -185
  1109. package/dist-esm/src/operationsInterfaces/devices.d.ts.map +0 -1
  1110. package/dist-esm/src/operationsInterfaces/devices.js.map +0 -1
  1111. package/dist-esm/src/operationsInterfaces/hardwareComponentGroups.d.ts +0 -35
  1112. package/dist-esm/src/operationsInterfaces/hardwareComponentGroups.d.ts.map +0 -1
  1113. package/dist-esm/src/operationsInterfaces/hardwareComponentGroups.js.map +0 -1
  1114. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -17
  1115. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1116. package/dist-esm/src/operationsInterfaces/index.js +0 -24
  1117. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1118. package/dist-esm/src/operationsInterfaces/jobs.d.ts +0 -51
  1119. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
  1120. package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
  1121. package/dist-esm/src/operationsInterfaces/managers.d.ts +0 -136
  1122. package/dist-esm/src/operationsInterfaces/managers.d.ts.map +0 -1
  1123. package/dist-esm/src/operationsInterfaces/managers.js.map +0 -1
  1124. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1125. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1126. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1127. package/dist-esm/src/operationsInterfaces/storageAccountCredentials.d.ts +0 -56
  1128. package/dist-esm/src/operationsInterfaces/storageAccountCredentials.d.ts.map +0 -1
  1129. package/dist-esm/src/operationsInterfaces/storageAccountCredentials.js.map +0 -1
  1130. package/dist-esm/src/operationsInterfaces/volumeContainers.d.ts +0 -81
  1131. package/dist-esm/src/operationsInterfaces/volumeContainers.d.ts.map +0 -1
  1132. package/dist-esm/src/operationsInterfaces/volumeContainers.js.map +0 -1
  1133. package/dist-esm/src/operationsInterfaces/volumes.d.ts +0 -97
  1134. package/dist-esm/src/operationsInterfaces/volumes.d.ts.map +0 -1
  1135. package/dist-esm/src/operationsInterfaces/volumes.js.map +0 -1
  1136. package/dist-esm/src/pagingHelper.js.map +0 -1
  1137. package/dist-esm/src/storSimple8000SeriesManagementClient.d.ts +0 -35
  1138. package/dist-esm/src/storSimple8000SeriesManagementClient.d.ts.map +0 -1
  1139. package/dist-esm/src/storSimple8000SeriesManagementClient.js +0 -115
  1140. package/dist-esm/src/storSimple8000SeriesManagementClient.js.map +0 -1
  1141. package/dist-esm/test/sampleTest.d.ts +0 -2
  1142. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  1143. package/dist-esm/test/sampleTest.js +0 -42
  1144. package/dist-esm/test/sampleTest.js.map +0 -1
  1145. package/src/index.ts +0 -13
  1146. package/src/lroImpl.ts +0 -34
  1147. package/src/models/index.ts +0 -2304
  1148. package/src/models/mappers.ts +0 -4183
  1149. package/src/models/parameters.ts +0 -463
  1150. package/src/operations/accessControlRecords.ts +0 -416
  1151. package/src/operations/alerts.ts +0 -275
  1152. package/src/operations/backupPolicies.ts +0 -568
  1153. package/src/operations/backupSchedules.ts +0 -488
  1154. package/src/operations/backups.ts +0 -563
  1155. package/src/operations/bandwidthSettings.ts +0 -416
  1156. package/src/operations/cloudAppliances.ts +0 -246
  1157. package/src/operations/deviceSettings.ts +0 -824
  1158. package/src/operations/devices.ts +0 -1426
  1159. package/src/operations/hardwareComponentGroups.ts +0 -276
  1160. package/src/operations/index.ts +0 -24
  1161. package/src/operations/jobs.ts +0 -531
  1162. package/src/operations/managers.ts +0 -1025
  1163. package/src/operations/operations.ts +0 -143
  1164. package/src/operations/storageAccountCredentials.ts +0 -417
  1165. package/src/operations/volumeContainers.ts +0 -736
  1166. package/src/operations/volumes.ts +0 -910
  1167. package/src/operationsInterfaces/accessControlRecords.ts +0 -109
  1168. package/src/operationsInterfaces/alerts.ts +0 -61
  1169. package/src/operationsInterfaces/backupPolicies.ts +0 -156
  1170. package/src/operationsInterfaces/backupSchedules.ts +0 -133
  1171. package/src/operationsInterfaces/backups.ts +0 -134
  1172. package/src/operationsInterfaces/bandwidthSettings.ts +0 -109
  1173. package/src/operationsInterfaces/cloudAppliances.ts +0 -58
  1174. package/src/operationsInterfaces/deviceSettings.ts +0 -254
  1175. package/src/operationsInterfaces/devices.ts +0 -331
  1176. package/src/operationsInterfaces/hardwareComponentGroups.ts +0 -68
  1177. package/src/operationsInterfaces/index.ts +0 -24
  1178. package/src/operationsInterfaces/jobs.ts +0 -94
  1179. package/src/operationsInterfaces/managers.ts +0 -257
  1180. package/src/operationsInterfaces/operations.ts +0 -25
  1181. package/src/operationsInterfaces/storageAccountCredentials.ts +0 -109
  1182. package/src/operationsInterfaces/volumeContainers.ts +0 -157
  1183. package/src/operationsInterfaces/volumes.ts +0 -187
  1184. package/src/pagingHelper.ts +0 -39
  1185. package/src/storSimple8000SeriesManagementClient.ts +0 -204
  1186. package/tsconfig.json +0 -33
  1187. package/types/arm-storsimple8000series.d.ts +0 -3403
  1188. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1189. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1190. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1191. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1192. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1193. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1194. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1195. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1196. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1197. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1198. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessControlRecords.js +0 -0
  1199. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
  1200. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupPolicies.js +0 -0
  1201. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupSchedules.js +0 -0
  1202. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
  1203. /package/{dist-esm/src → dist/browser}/operationsInterfaces/bandwidthSettings.js +0 -0
  1204. /package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudAppliances.js +0 -0
  1205. /package/{dist-esm/src → dist/browser}/operationsInterfaces/deviceSettings.js +0 -0
  1206. /package/{dist-esm/src → dist/browser}/operationsInterfaces/devices.js +0 -0
  1207. /package/{dist-esm/src → dist/browser}/operationsInterfaces/hardwareComponentGroups.js +0 -0
  1208. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
  1209. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managers.js +0 -0
  1210. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1211. /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccountCredentials.js +0 -0
  1212. /package/{dist-esm/src → dist/browser}/operationsInterfaces/volumeContainers.js +0 -0
  1213. /package/{dist-esm/src → dist/browser}/operationsInterfaces/volumes.js +0 -0
  1214. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1215. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1216. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  1217. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,3403 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
6
-
7
- /** The access control record. */
8
- export declare interface AccessControlRecord extends BaseModel {
9
- /** The iSCSI initiator name (IQN). */
10
- initiatorName: string;
11
- /**
12
- * The number of volumes using the access control record.
13
- * NOTE: This property will not be serialized. It can only be populated by the server.
14
- */
15
- readonly volumeCount?: number;
16
- }
17
-
18
- /** The collection of access control records. */
19
- export declare interface AccessControlRecordList {
20
- /** The value. */
21
- value: AccessControlRecord[];
22
- }
23
-
24
- /** Interface representing a AccessControlRecords. */
25
- export declare interface AccessControlRecords {
26
- /**
27
- * Retrieves all the access control records in a manager.
28
- * @param resourceGroupName The resource group name
29
- * @param managerName The manager name
30
- * @param options The options parameters.
31
- */
32
- listByManager(resourceGroupName: string, managerName: string, options?: AccessControlRecordsListByManagerOptionalParams): PagedAsyncIterableIterator<AccessControlRecord>;
33
- /**
34
- * Returns the properties of the specified access control record name.
35
- * @param accessControlRecordName Name of access control record to be fetched.
36
- * @param resourceGroupName The resource group name
37
- * @param managerName The manager name
38
- * @param options The options parameters.
39
- */
40
- get(accessControlRecordName: string, resourceGroupName: string, managerName: string, options?: AccessControlRecordsGetOptionalParams): Promise<AccessControlRecordsGetResponse>;
41
- /**
42
- * Creates or Updates an access control record.
43
- * @param accessControlRecordName The name of the access control record.
44
- * @param resourceGroupName The resource group name
45
- * @param managerName The manager name
46
- * @param parameters The access control record to be added or updated.
47
- * @param options The options parameters.
48
- */
49
- beginCreateOrUpdate(accessControlRecordName: string, resourceGroupName: string, managerName: string, parameters: AccessControlRecord, options?: AccessControlRecordsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccessControlRecordsCreateOrUpdateResponse>, AccessControlRecordsCreateOrUpdateResponse>>;
50
- /**
51
- * Creates or Updates an access control record.
52
- * @param accessControlRecordName The name of the access control record.
53
- * @param resourceGroupName The resource group name
54
- * @param managerName The manager name
55
- * @param parameters The access control record to be added or updated.
56
- * @param options The options parameters.
57
- */
58
- beginCreateOrUpdateAndWait(accessControlRecordName: string, resourceGroupName: string, managerName: string, parameters: AccessControlRecord, options?: AccessControlRecordsCreateOrUpdateOptionalParams): Promise<AccessControlRecordsCreateOrUpdateResponse>;
59
- /**
60
- * Deletes the access control record.
61
- * @param accessControlRecordName The name of the access control record to delete.
62
- * @param resourceGroupName The resource group name
63
- * @param managerName The manager name
64
- * @param options The options parameters.
65
- */
66
- beginDelete(accessControlRecordName: string, resourceGroupName: string, managerName: string, options?: AccessControlRecordsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
67
- /**
68
- * Deletes the access control record.
69
- * @param accessControlRecordName The name of the access control record to delete.
70
- * @param resourceGroupName The resource group name
71
- * @param managerName The manager name
72
- * @param options The options parameters.
73
- */
74
- beginDeleteAndWait(accessControlRecordName: string, resourceGroupName: string, managerName: string, options?: AccessControlRecordsDeleteOptionalParams): Promise<void>;
75
- }
76
-
77
- /** Optional parameters. */
78
- export declare interface AccessControlRecordsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
79
- /** Delay to wait until next poll, in milliseconds. */
80
- updateIntervalInMs?: number;
81
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
82
- resumeFrom?: string;
83
- }
84
-
85
- /** Contains response data for the createOrUpdate operation. */
86
- export declare type AccessControlRecordsCreateOrUpdateResponse = AccessControlRecord;
87
-
88
- /** Optional parameters. */
89
- export declare interface AccessControlRecordsDeleteOptionalParams extends coreClient.OperationOptions {
90
- /** Delay to wait until next poll, in milliseconds. */
91
- updateIntervalInMs?: number;
92
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
93
- resumeFrom?: string;
94
- }
95
-
96
- /** Optional parameters. */
97
- export declare interface AccessControlRecordsGetOptionalParams extends coreClient.OperationOptions {
98
- }
99
-
100
- /** Contains response data for the get operation. */
101
- export declare type AccessControlRecordsGetResponse = AccessControlRecord;
102
-
103
- /** Optional parameters. */
104
- export declare interface AccessControlRecordsListByManagerOptionalParams extends coreClient.OperationOptions {
105
- }
106
-
107
- /** Contains response data for the listByManager operation. */
108
- export declare type AccessControlRecordsListByManagerResponse = AccessControlRecordList;
109
-
110
- /** The ACS configuration. */
111
- export declare interface AcsConfiguration {
112
- /** The namespace. */
113
- namespace: string;
114
- /** The realm. */
115
- realm: string;
116
- /** The service URL. */
117
- serviceUrl: string;
118
- }
119
-
120
- /** The alert. */
121
- export declare interface Alert extends BaseModel {
122
- /** The title of the alert */
123
- title: string;
124
- /** The scope of the alert */
125
- scope: AlertScope;
126
- /** The type of the alert */
127
- alertType: string;
128
- /** The UTC time at which the alert was raised */
129
- appearedAtTime: Date;
130
- /** The source time at which the alert was raised */
131
- appearedAtSourceTime: Date;
132
- /** The UTC time at which the alert was cleared */
133
- clearedAtTime?: Date;
134
- /** The source time at which the alert was cleared */
135
- clearedAtSourceTime?: Date;
136
- /** The source at which the alert was raised */
137
- source: AlertSource;
138
- /** The recommended action for the issue raised in the alert */
139
- recommendation?: string;
140
- /** The reason for resolving the alert */
141
- resolutionReason?: string;
142
- /** The severity of the alert */
143
- severity: AlertSeverity;
144
- /** The current status of the alert */
145
- status: AlertStatus;
146
- /** The details of the error for which the alert was raised */
147
- errorDetails?: AlertErrorDetails;
148
- /** More details about the alert */
149
- detailedInformation?: {
150
- [propertyName: string]: string;
151
- };
152
- }
153
-
154
- /** Defines values for AlertEmailNotificationStatus. */
155
- export declare type AlertEmailNotificationStatus = "Enabled" | "Disabled";
156
-
157
- /** The details of the error for which the alert was raised */
158
- export declare interface AlertErrorDetails {
159
- /** The error code */
160
- errorCode?: string;
161
- /** The error message */
162
- errorMessage?: string;
163
- /** The number of occurrences */
164
- occurences?: number;
165
- }
166
-
167
- /** The OData filters to be used for Alert */
168
- export declare interface AlertFilter {
169
- /** Specifies the status of the alerts to be filtered. Only 'Equality' operator is supported for this property. */
170
- status?: AlertStatus;
171
- /** Specifies the severity of the alerts to be filtered. Only 'Equality' operator is supported for this property. */
172
- severity?: AlertSeverity;
173
- /** Specifies the source type of the alerts to be filtered. Only 'Equality' operator is supported for this property. */
174
- sourceType?: AlertSourceType;
175
- /** Specifies the source name of the alerts to be filtered. Only 'Equality' operator is supported for this property. */
176
- sourceName?: string;
177
- /** Specifies the appeared time (in UTC) of the alerts to be filtered. Only 'Greater-Than' and 'Lesser-Than' operators are supported for this property. */
178
- appearedOnTime?: Date;
179
- }
180
-
181
- /** The collection of alerts. */
182
- export declare interface AlertList {
183
- /** The value. */
184
- value: Alert[];
185
- /** The URI of the next page of alerts. */
186
- nextLink?: string;
187
- }
188
-
189
- /** Interface representing a Alerts. */
190
- export declare interface Alerts {
191
- /**
192
- * Retrieves all the alerts in a manager.
193
- * @param resourceGroupName The resource group name
194
- * @param managerName The manager name
195
- * @param options The options parameters.
196
- */
197
- listByManager(resourceGroupName: string, managerName: string, options?: AlertsListByManagerOptionalParams): PagedAsyncIterableIterator<Alert>;
198
- /**
199
- * Clear the alerts.
200
- * @param resourceGroupName The resource group name
201
- * @param managerName The manager name
202
- * @param parameters The clear alert request.
203
- * @param options The options parameters.
204
- */
205
- clear(resourceGroupName: string, managerName: string, parameters: ClearAlertRequest, options?: AlertsClearOptionalParams): Promise<void>;
206
- /**
207
- * Sends a test alert email.
208
- * @param deviceName The device name
209
- * @param resourceGroupName The resource group name
210
- * @param managerName The manager name
211
- * @param parameters The send test alert email request.
212
- * @param options The options parameters.
213
- */
214
- sendTestEmail(deviceName: string, resourceGroupName: string, managerName: string, parameters: SendTestAlertEmailRequest, options?: AlertsSendTestEmailOptionalParams): Promise<void>;
215
- }
216
-
217
- /** Optional parameters. */
218
- export declare interface AlertsClearOptionalParams extends coreClient.OperationOptions {
219
- }
220
-
221
- /** Defines values for AlertScope. */
222
- export declare type AlertScope = "Resource" | "Device";
223
-
224
- /** The alert settings. */
225
- export declare interface AlertSettings extends BaseModel {
226
- /** Indicates whether email notification enabled or not. */
227
- emailNotification: AlertEmailNotificationStatus;
228
- /** The alert notification culture. */
229
- alertNotificationCulture?: string;
230
- /** The value indicating whether alert notification enabled for admin or not. */
231
- notificationToServiceOwners?: AlertEmailNotificationStatus;
232
- /** The alert notification email list. */
233
- additionalRecipientEmailList?: string[];
234
- }
235
-
236
- /** Defines values for AlertSeverity. */
237
- export declare type AlertSeverity = "Informational" | "Warning" | "Critical";
238
-
239
- /** Optional parameters. */
240
- export declare interface AlertsListByManagerNextOptionalParams extends coreClient.OperationOptions {
241
- }
242
-
243
- /** Contains response data for the listByManagerNext operation. */
244
- export declare type AlertsListByManagerNextResponse = AlertList;
245
-
246
- /** Optional parameters. */
247
- export declare interface AlertsListByManagerOptionalParams extends coreClient.OperationOptions {
248
- /** OData Filter options */
249
- filter?: string;
250
- }
251
-
252
- /** Contains response data for the listByManager operation. */
253
- export declare type AlertsListByManagerResponse = AlertList;
254
-
255
- /** The source details at which the alert was raised */
256
- export declare interface AlertSource {
257
- /** The name of the source */
258
- name?: string;
259
- /** The time zone of the source */
260
- timeZone?: string;
261
- /** The source type of the alert */
262
- alertSourceType?: AlertSourceType;
263
- }
264
-
265
- /** Defines values for AlertSourceType. */
266
- export declare type AlertSourceType = "Resource" | "Device";
267
-
268
- /** Optional parameters. */
269
- export declare interface AlertsSendTestEmailOptionalParams extends coreClient.OperationOptions {
270
- }
271
-
272
- /** Defines values for AlertStatus. */
273
- export declare type AlertStatus = "Active" | "Cleared";
274
-
275
- /** Represent the secrets intended for encryption with asymmetric key pair. */
276
- export declare interface AsymmetricEncryptedSecret {
277
- /** The value of the secret. */
278
- value: string;
279
- /** Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null. */
280
- encryptionCertThumbprint?: string;
281
- /** The algorithm used to encrypt "Value". */
282
- encryptionAlgorithm: EncryptionAlgorithm;
283
- }
284
-
285
- /** Defines values for AuthenticationType. */
286
- export declare type AuthenticationType = "Invalid" | "None" | "Basic" | "NTLM";
287
-
288
- /** Defines values for AuthorizationEligibility. */
289
- export declare type AuthorizationEligibility = "InEligible" | "Eligible";
290
-
291
- /** Defines values for AuthorizationStatus. */
292
- export declare type AuthorizationStatus = "Disabled" | "Enabled";
293
-
294
- /** Represents available provider operation. */
295
- export declare interface AvailableProviderOperation {
296
- /** The name of the operation being performed on a particular object. Name format: "{resourceProviderNamespace}/{resourceType}/{read|write|delete|action}". Eg. Microsoft.StorSimple/managers/devices/volumeContainers/read, Microsoft.StorSimple/managers/devices/alerts/clearAlerts/action */
297
- name?: string;
298
- /** Contains the localized display information for this particular operation/action. */
299
- display?: AvailableProviderOperationDisplay;
300
- /** The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is "user,system" */
301
- origin?: string;
302
- /** Reserved for future use. */
303
- properties?: Record<string, unknown>;
304
- }
305
-
306
- /** Contains the localized display information for this particular operation/action. These value will be used by several clients for (a) custom role definitions for RBAC, (b) complex query filters for the event service and (c) audit history/records for management operations. */
307
- export declare interface AvailableProviderOperationDisplay {
308
- /** The localized friendly form of the resource provider name - it is expected to also include the publisher/company responsible. It should use Title Casing and begin with 'Microsoft' for 1st party services. */
309
- provider?: string;
310
- /** The localized friendly form of the resource type related to this action/operation - it should match the public documentation for the resource provider. It should use Title Casing - for examples, please refer to the 'name' section. */
311
- resource?: string;
312
- /** The localized friendly name for the operation, as it should be shown to the user. It should be concise (to fit in drop downs) but clear (i.e. self-documenting). It should use Title Casing and include the entity/resource to which it applies. */
313
- operation?: string;
314
- /** The localized friendly description for the operation, as it should be shown to the user. It should be thorough, yet concise - it will be used in tool tips and detailed views. */
315
- description?: string;
316
- }
317
-
318
- /** List of available provider operations. */
319
- export declare interface AvailableProviderOperationList {
320
- /** The value. */
321
- value: AvailableProviderOperation[];
322
- /** The NextLink. */
323
- nextLink?: string;
324
- }
325
-
326
- /** The backup. */
327
- export declare interface Backup extends BaseModel {
328
- /** The time when the backup was created. */
329
- createdOn: Date;
330
- /** The backup size in bytes. */
331
- sizeInBytes: number;
332
- /** The type of the backup. */
333
- backupType?: BackupType;
334
- /** The backup job creation type. */
335
- backupJobCreationType?: BackupJobCreationType;
336
- /** The path ID of the backup policy. */
337
- backupPolicyId?: string;
338
- /** The StorSimple Snapshot Manager host name. */
339
- ssmHostName?: string;
340
- /** The backup elements. */
341
- elements: BackupElement[];
342
- }
343
-
344
- /** The backup element. */
345
- export declare interface BackupElement {
346
- /** The path ID that uniquely identifies the backup element. */
347
- elementId: string;
348
- /** The name of the backup element. */
349
- elementName: string;
350
- /** The hierarchical type of the backup element. */
351
- elementType: string;
352
- /** The size in bytes. */
353
- sizeInBytes: number;
354
- /** The name of the volume. */
355
- volumeName: string;
356
- /** The path ID of the volume container. */
357
- volumeContainerId: string;
358
- /** The volume type. */
359
- volumeType?: VolumeType;
360
- }
361
-
362
- /** The OData filters to be used for backups. */
363
- export declare interface BackupFilter {
364
- /** Specifies the backupPolicyId of the backups to be filtered. Only 'Equality' operator is supported for this property. */
365
- backupPolicyId?: string;
366
- /** Specifies the volumeId of the backups to be filtered. Only 'Equality' operator is supported for this property. */
367
- volumeId?: string;
368
- /** Specifies the creation time of the backups to be filtered. Only 'Greater Than or Equal To' and 'Lesser Than or Equal To' operators are supported for this property. */
369
- createdTime?: Date;
370
- }
371
-
372
- /** Defines values for BackupJobCreationType. */
373
- export declare type BackupJobCreationType = "Adhoc" | "BySchedule" | "BySSM";
374
-
375
- /** The collection of backups. */
376
- export declare interface BackupList {
377
- /** The value. */
378
- value: Backup[];
379
- /** The NextLink. */
380
- nextLink?: string;
381
- }
382
-
383
- /** Interface representing a BackupPolicies. */
384
- export declare interface BackupPolicies {
385
- /**
386
- * Gets all the backup policies in a device.
387
- * @param deviceName The device name
388
- * @param resourceGroupName The resource group name
389
- * @param managerName The manager name
390
- * @param options The options parameters.
391
- */
392
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: BackupPoliciesListByDeviceOptionalParams): PagedAsyncIterableIterator<BackupPolicy>;
393
- /**
394
- * Gets the properties of the specified backup policy name.
395
- * @param deviceName The device name
396
- * @param backupPolicyName The name of backup policy to be fetched.
397
- * @param resourceGroupName The resource group name
398
- * @param managerName The manager name
399
- * @param options The options parameters.
400
- */
401
- get(deviceName: string, backupPolicyName: string, resourceGroupName: string, managerName: string, options?: BackupPoliciesGetOptionalParams): Promise<BackupPoliciesGetResponse>;
402
- /**
403
- * Creates or updates the backup policy.
404
- * @param deviceName The device name
405
- * @param backupPolicyName The name of the backup policy to be created/updated.
406
- * @param resourceGroupName The resource group name
407
- * @param managerName The manager name
408
- * @param parameters The backup policy.
409
- * @param options The options parameters.
410
- */
411
- beginCreateOrUpdate(deviceName: string, backupPolicyName: string, resourceGroupName: string, managerName: string, parameters: BackupPolicy, options?: BackupPoliciesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BackupPoliciesCreateOrUpdateResponse>, BackupPoliciesCreateOrUpdateResponse>>;
412
- /**
413
- * Creates or updates the backup policy.
414
- * @param deviceName The device name
415
- * @param backupPolicyName The name of the backup policy to be created/updated.
416
- * @param resourceGroupName The resource group name
417
- * @param managerName The manager name
418
- * @param parameters The backup policy.
419
- * @param options The options parameters.
420
- */
421
- beginCreateOrUpdateAndWait(deviceName: string, backupPolicyName: string, resourceGroupName: string, managerName: string, parameters: BackupPolicy, options?: BackupPoliciesCreateOrUpdateOptionalParams): Promise<BackupPoliciesCreateOrUpdateResponse>;
422
- /**
423
- * Deletes the backup policy.
424
- * @param deviceName The device name
425
- * @param backupPolicyName The name of the backup policy.
426
- * @param resourceGroupName The resource group name
427
- * @param managerName The manager name
428
- * @param options The options parameters.
429
- */
430
- beginDelete(deviceName: string, backupPolicyName: string, resourceGroupName: string, managerName: string, options?: BackupPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
431
- /**
432
- * Deletes the backup policy.
433
- * @param deviceName The device name
434
- * @param backupPolicyName The name of the backup policy.
435
- * @param resourceGroupName The resource group name
436
- * @param managerName The manager name
437
- * @param options The options parameters.
438
- */
439
- beginDeleteAndWait(deviceName: string, backupPolicyName: string, resourceGroupName: string, managerName: string, options?: BackupPoliciesDeleteOptionalParams): Promise<void>;
440
- /**
441
- * Backup the backup policy now.
442
- * @param deviceName The device name
443
- * @param backupPolicyName The backup policy name.
444
- * @param backupType The backup Type. This can be cloudSnapshot or localSnapshot.
445
- * @param resourceGroupName The resource group name
446
- * @param managerName The manager name
447
- * @param options The options parameters.
448
- */
449
- beginBackupNow(deviceName: string, backupPolicyName: string, backupType: string, resourceGroupName: string, managerName: string, options?: BackupPoliciesBackupNowOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
450
- /**
451
- * Backup the backup policy now.
452
- * @param deviceName The device name
453
- * @param backupPolicyName The backup policy name.
454
- * @param backupType The backup Type. This can be cloudSnapshot or localSnapshot.
455
- * @param resourceGroupName The resource group name
456
- * @param managerName The manager name
457
- * @param options The options parameters.
458
- */
459
- beginBackupNowAndWait(deviceName: string, backupPolicyName: string, backupType: string, resourceGroupName: string, managerName: string, options?: BackupPoliciesBackupNowOptionalParams): Promise<void>;
460
- }
461
-
462
- /** Optional parameters. */
463
- export declare interface BackupPoliciesBackupNowOptionalParams extends coreClient.OperationOptions {
464
- /** Delay to wait until next poll, in milliseconds. */
465
- updateIntervalInMs?: number;
466
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
467
- resumeFrom?: string;
468
- }
469
-
470
- /** Optional parameters. */
471
- export declare interface BackupPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
472
- /** Delay to wait until next poll, in milliseconds. */
473
- updateIntervalInMs?: number;
474
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
475
- resumeFrom?: string;
476
- }
477
-
478
- /** Contains response data for the createOrUpdate operation. */
479
- export declare type BackupPoliciesCreateOrUpdateResponse = BackupPolicy;
480
-
481
- /** Optional parameters. */
482
- export declare interface BackupPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
483
- /** Delay to wait until next poll, in milliseconds. */
484
- updateIntervalInMs?: number;
485
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
486
- resumeFrom?: string;
487
- }
488
-
489
- /** Optional parameters. */
490
- export declare interface BackupPoliciesGetOptionalParams extends coreClient.OperationOptions {
491
- }
492
-
493
- /** Contains response data for the get operation. */
494
- export declare type BackupPoliciesGetResponse = BackupPolicy;
495
-
496
- /** Optional parameters. */
497
- export declare interface BackupPoliciesListByDeviceOptionalParams extends coreClient.OperationOptions {
498
- }
499
-
500
- /** Contains response data for the listByDevice operation. */
501
- export declare type BackupPoliciesListByDeviceResponse = BackupPolicyList;
502
-
503
- /** The backup policy. */
504
- export declare interface BackupPolicy extends BaseModel {
505
- /** The path IDs of the volumes which are part of the backup policy. */
506
- volumeIds: string[];
507
- /**
508
- * The time of the next backup for the backup policy.
509
- * NOTE: This property will not be serialized. It can only be populated by the server.
510
- */
511
- readonly nextBackupTime?: Date;
512
- /**
513
- * The time of the last backup for the backup policy.
514
- * NOTE: This property will not be serialized. It can only be populated by the server.
515
- */
516
- readonly lastBackupTime?: Date;
517
- /**
518
- * The count of schedules the backup policy contains.
519
- * NOTE: This property will not be serialized. It can only be populated by the server.
520
- */
521
- readonly schedulesCount?: number;
522
- /**
523
- * Indicates whether at least one of the schedules in the backup policy is active or not.
524
- * NOTE: This property will not be serialized. It can only be populated by the server.
525
- */
526
- readonly scheduledBackupStatus?: ScheduledBackupStatus;
527
- /**
528
- * The backup policy creation type. Indicates whether this was created through SaaS or through StorSimple Snapshot Manager.
529
- * NOTE: This property will not be serialized. It can only be populated by the server.
530
- */
531
- readonly backupPolicyCreationType?: BackupPolicyCreationType;
532
- /**
533
- * If the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager.
534
- * NOTE: This property will not be serialized. It can only be populated by the server.
535
- */
536
- readonly ssmHostName?: string;
537
- }
538
-
539
- /** Defines values for BackupPolicyCreationType. */
540
- export declare type BackupPolicyCreationType = "BySaaS" | "BySSM";
541
-
542
- /** The collection of backup policies. */
543
- export declare interface BackupPolicyList {
544
- /** The value. */
545
- value: BackupPolicy[];
546
- }
547
-
548
- /** Interface representing a Backups. */
549
- export declare interface Backups {
550
- /**
551
- * Retrieves all the backups in a device.
552
- * @param deviceName The device name
553
- * @param resourceGroupName The resource group name
554
- * @param managerName The manager name
555
- * @param options The options parameters.
556
- */
557
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: BackupsListByDeviceOptionalParams): PagedAsyncIterableIterator<Backup>;
558
- /**
559
- * Deletes the backup.
560
- * @param deviceName The device name
561
- * @param backupName The backup name.
562
- * @param resourceGroupName The resource group name
563
- * @param managerName The manager name
564
- * @param options The options parameters.
565
- */
566
- beginDelete(deviceName: string, backupName: string, resourceGroupName: string, managerName: string, options?: BackupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
567
- /**
568
- * Deletes the backup.
569
- * @param deviceName The device name
570
- * @param backupName The backup name.
571
- * @param resourceGroupName The resource group name
572
- * @param managerName The manager name
573
- * @param options The options parameters.
574
- */
575
- beginDeleteAndWait(deviceName: string, backupName: string, resourceGroupName: string, managerName: string, options?: BackupsDeleteOptionalParams): Promise<void>;
576
- /**
577
- * Clones the backup element as a new volume.
578
- * @param deviceName The device name
579
- * @param backupName The backup name.
580
- * @param backupElementName The backup element name.
581
- * @param resourceGroupName The resource group name
582
- * @param managerName The manager name
583
- * @param parameters The clone request object.
584
- * @param options The options parameters.
585
- */
586
- beginClone(deviceName: string, backupName: string, backupElementName: string, resourceGroupName: string, managerName: string, parameters: CloneRequest, options?: BackupsCloneOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
587
- /**
588
- * Clones the backup element as a new volume.
589
- * @param deviceName The device name
590
- * @param backupName The backup name.
591
- * @param backupElementName The backup element name.
592
- * @param resourceGroupName The resource group name
593
- * @param managerName The manager name
594
- * @param parameters The clone request object.
595
- * @param options The options parameters.
596
- */
597
- beginCloneAndWait(deviceName: string, backupName: string, backupElementName: string, resourceGroupName: string, managerName: string, parameters: CloneRequest, options?: BackupsCloneOptionalParams): Promise<void>;
598
- /**
599
- * Restores the backup on the device.
600
- * @param deviceName The device name
601
- * @param backupName The backupSet name
602
- * @param resourceGroupName The resource group name
603
- * @param managerName The manager name
604
- * @param options The options parameters.
605
- */
606
- beginRestore(deviceName: string, backupName: string, resourceGroupName: string, managerName: string, options?: BackupsRestoreOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
607
- /**
608
- * Restores the backup on the device.
609
- * @param deviceName The device name
610
- * @param backupName The backupSet name
611
- * @param resourceGroupName The resource group name
612
- * @param managerName The manager name
613
- * @param options The options parameters.
614
- */
615
- beginRestoreAndWait(deviceName: string, backupName: string, resourceGroupName: string, managerName: string, options?: BackupsRestoreOptionalParams): Promise<void>;
616
- }
617
-
618
- /** The backup schedule. */
619
- export declare interface BackupSchedule extends BaseModel {
620
- /** The schedule recurrence. */
621
- scheduleRecurrence: ScheduleRecurrence;
622
- /** The type of backup which needs to be taken. */
623
- backupType: BackupType;
624
- /** The number of backups to be retained. */
625
- retentionCount: number;
626
- /** The start time of the schedule. */
627
- startTime: Date;
628
- /** The schedule status. */
629
- scheduleStatus: ScheduleStatus;
630
- /**
631
- * The last successful backup run which was triggered for the schedule.
632
- * NOTE: This property will not be serialized. It can only be populated by the server.
633
- */
634
- readonly lastSuccessfulRun?: Date;
635
- }
636
-
637
- /** The backup schedule list. */
638
- export declare interface BackupScheduleList {
639
- /** The value. */
640
- value: BackupSchedule[];
641
- }
642
-
643
- /** Interface representing a BackupSchedules. */
644
- export declare interface BackupSchedules {
645
- /**
646
- * Gets all the backup schedules in a backup policy.
647
- * @param deviceName The device name
648
- * @param backupPolicyName The backup policy name.
649
- * @param resourceGroupName The resource group name
650
- * @param managerName The manager name
651
- * @param options The options parameters.
652
- */
653
- listByBackupPolicy(deviceName: string, backupPolicyName: string, resourceGroupName: string, managerName: string, options?: BackupSchedulesListByBackupPolicyOptionalParams): PagedAsyncIterableIterator<BackupSchedule>;
654
- /**
655
- * Gets the properties of the specified backup schedule name.
656
- * @param deviceName The device name
657
- * @param backupPolicyName The backup policy name.
658
- * @param backupScheduleName The name of the backup schedule to be fetched
659
- * @param resourceGroupName The resource group name
660
- * @param managerName The manager name
661
- * @param options The options parameters.
662
- */
663
- get(deviceName: string, backupPolicyName: string, backupScheduleName: string, resourceGroupName: string, managerName: string, options?: BackupSchedulesGetOptionalParams): Promise<BackupSchedulesGetResponse>;
664
- /**
665
- * Creates or updates the backup schedule.
666
- * @param deviceName The device name
667
- * @param backupPolicyName The backup policy name.
668
- * @param backupScheduleName The backup schedule name.
669
- * @param resourceGroupName The resource group name
670
- * @param managerName The manager name
671
- * @param parameters The backup schedule.
672
- * @param options The options parameters.
673
- */
674
- beginCreateOrUpdate(deviceName: string, backupPolicyName: string, backupScheduleName: string, resourceGroupName: string, managerName: string, parameters: BackupSchedule, options?: BackupSchedulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BackupSchedulesCreateOrUpdateResponse>, BackupSchedulesCreateOrUpdateResponse>>;
675
- /**
676
- * Creates or updates the backup schedule.
677
- * @param deviceName The device name
678
- * @param backupPolicyName The backup policy name.
679
- * @param backupScheduleName The backup schedule name.
680
- * @param resourceGroupName The resource group name
681
- * @param managerName The manager name
682
- * @param parameters The backup schedule.
683
- * @param options The options parameters.
684
- */
685
- beginCreateOrUpdateAndWait(deviceName: string, backupPolicyName: string, backupScheduleName: string, resourceGroupName: string, managerName: string, parameters: BackupSchedule, options?: BackupSchedulesCreateOrUpdateOptionalParams): Promise<BackupSchedulesCreateOrUpdateResponse>;
686
- /**
687
- * Deletes the backup schedule.
688
- * @param deviceName The device name
689
- * @param backupPolicyName The backup policy name.
690
- * @param backupScheduleName The name the backup schedule.
691
- * @param resourceGroupName The resource group name
692
- * @param managerName The manager name
693
- * @param options The options parameters.
694
- */
695
- beginDelete(deviceName: string, backupPolicyName: string, backupScheduleName: string, resourceGroupName: string, managerName: string, options?: BackupSchedulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
696
- /**
697
- * Deletes the backup schedule.
698
- * @param deviceName The device name
699
- * @param backupPolicyName The backup policy name.
700
- * @param backupScheduleName The name the backup schedule.
701
- * @param resourceGroupName The resource group name
702
- * @param managerName The manager name
703
- * @param options The options parameters.
704
- */
705
- beginDeleteAndWait(deviceName: string, backupPolicyName: string, backupScheduleName: string, resourceGroupName: string, managerName: string, options?: BackupSchedulesDeleteOptionalParams): Promise<void>;
706
- }
707
-
708
- /** Optional parameters. */
709
- export declare interface BackupSchedulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
710
- /** Delay to wait until next poll, in milliseconds. */
711
- updateIntervalInMs?: number;
712
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
713
- resumeFrom?: string;
714
- }
715
-
716
- /** Contains response data for the createOrUpdate operation. */
717
- export declare type BackupSchedulesCreateOrUpdateResponse = BackupSchedule;
718
-
719
- /** Optional parameters. */
720
- export declare interface BackupSchedulesDeleteOptionalParams extends coreClient.OperationOptions {
721
- /** Delay to wait until next poll, in milliseconds. */
722
- updateIntervalInMs?: number;
723
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
724
- resumeFrom?: string;
725
- }
726
-
727
- /** Optional parameters. */
728
- export declare interface BackupSchedulesGetOptionalParams extends coreClient.OperationOptions {
729
- }
730
-
731
- /** Contains response data for the get operation. */
732
- export declare type BackupSchedulesGetResponse = BackupSchedule;
733
-
734
- /** Optional parameters. */
735
- export declare interface BackupSchedulesListByBackupPolicyOptionalParams extends coreClient.OperationOptions {
736
- }
737
-
738
- /** Contains response data for the listByBackupPolicy operation. */
739
- export declare type BackupSchedulesListByBackupPolicyResponse = BackupScheduleList;
740
-
741
- /** Optional parameters. */
742
- export declare interface BackupsCloneOptionalParams extends coreClient.OperationOptions {
743
- /** Delay to wait until next poll, in milliseconds. */
744
- updateIntervalInMs?: number;
745
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
746
- resumeFrom?: string;
747
- }
748
-
749
- /** Optional parameters. */
750
- export declare interface BackupsDeleteOptionalParams extends coreClient.OperationOptions {
751
- /** Delay to wait until next poll, in milliseconds. */
752
- updateIntervalInMs?: number;
753
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
754
- resumeFrom?: string;
755
- }
756
-
757
- /** Optional parameters. */
758
- export declare interface BackupsListByDeviceNextOptionalParams extends coreClient.OperationOptions {
759
- }
760
-
761
- /** Contains response data for the listByDeviceNext operation. */
762
- export declare type BackupsListByDeviceNextResponse = BackupList;
763
-
764
- /** Optional parameters. */
765
- export declare interface BackupsListByDeviceOptionalParams extends coreClient.OperationOptions {
766
- /** OData Filter options */
767
- filter?: string;
768
- }
769
-
770
- /** Contains response data for the listByDevice operation. */
771
- export declare type BackupsListByDeviceResponse = BackupList;
772
-
773
- /** Optional parameters. */
774
- export declare interface BackupsRestoreOptionalParams extends coreClient.OperationOptions {
775
- /** Delay to wait until next poll, in milliseconds. */
776
- updateIntervalInMs?: number;
777
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
778
- resumeFrom?: string;
779
- }
780
-
781
- /** Defines values for BackupStatus. */
782
- export declare type BackupStatus = "Enabled" | "Disabled";
783
-
784
- /** Defines values for BackupType. */
785
- export declare type BackupType = "LocalSnapshot" | "CloudSnapshot";
786
-
787
- /** The schedule for bandwidth setting. */
788
- export declare interface BandwidthSchedule {
789
- /** The start time of the schedule. */
790
- start: Time;
791
- /** The stop time of the schedule. */
792
- stop: Time;
793
- /** The rate in Mbps. */
794
- rateInMbps: number;
795
- /** The days of the week when this schedule is applicable. */
796
- days: DayOfWeek[];
797
- }
798
-
799
- /** The bandwidth setting. */
800
- export declare interface BandwidthSetting extends BaseModel {
801
- /** The schedules. */
802
- schedules: BandwidthSchedule[];
803
- /**
804
- * The number of volumes that uses the bandwidth setting.
805
- * NOTE: This property will not be serialized. It can only be populated by the server.
806
- */
807
- readonly volumeCount?: number;
808
- }
809
-
810
- /** The collection of bandwidth setting entities. */
811
- export declare interface BandwidthSettingList {
812
- /** The value. */
813
- value: BandwidthSetting[];
814
- }
815
-
816
- /** Interface representing a BandwidthSettings. */
817
- export declare interface BandwidthSettings {
818
- /**
819
- * Retrieves all the bandwidth setting in a manager.
820
- * @param resourceGroupName The resource group name
821
- * @param managerName The manager name
822
- * @param options The options parameters.
823
- */
824
- listByManager(resourceGroupName: string, managerName: string, options?: BandwidthSettingsListByManagerOptionalParams): PagedAsyncIterableIterator<BandwidthSetting>;
825
- /**
826
- * Returns the properties of the specified bandwidth setting name.
827
- * @param bandwidthSettingName The name of bandwidth setting to be fetched.
828
- * @param resourceGroupName The resource group name
829
- * @param managerName The manager name
830
- * @param options The options parameters.
831
- */
832
- get(bandwidthSettingName: string, resourceGroupName: string, managerName: string, options?: BandwidthSettingsGetOptionalParams): Promise<BandwidthSettingsGetResponse>;
833
- /**
834
- * Creates or updates the bandwidth setting
835
- * @param bandwidthSettingName The bandwidth setting name.
836
- * @param resourceGroupName The resource group name
837
- * @param managerName The manager name
838
- * @param parameters The bandwidth setting to be added or updated.
839
- * @param options The options parameters.
840
- */
841
- beginCreateOrUpdate(bandwidthSettingName: string, resourceGroupName: string, managerName: string, parameters: BandwidthSetting, options?: BandwidthSettingsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BandwidthSettingsCreateOrUpdateResponse>, BandwidthSettingsCreateOrUpdateResponse>>;
842
- /**
843
- * Creates or updates the bandwidth setting
844
- * @param bandwidthSettingName The bandwidth setting name.
845
- * @param resourceGroupName The resource group name
846
- * @param managerName The manager name
847
- * @param parameters The bandwidth setting to be added or updated.
848
- * @param options The options parameters.
849
- */
850
- beginCreateOrUpdateAndWait(bandwidthSettingName: string, resourceGroupName: string, managerName: string, parameters: BandwidthSetting, options?: BandwidthSettingsCreateOrUpdateOptionalParams): Promise<BandwidthSettingsCreateOrUpdateResponse>;
851
- /**
852
- * Deletes the bandwidth setting
853
- * @param bandwidthSettingName The name of the bandwidth setting.
854
- * @param resourceGroupName The resource group name
855
- * @param managerName The manager name
856
- * @param options The options parameters.
857
- */
858
- beginDelete(bandwidthSettingName: string, resourceGroupName: string, managerName: string, options?: BandwidthSettingsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
859
- /**
860
- * Deletes the bandwidth setting
861
- * @param bandwidthSettingName The name of the bandwidth setting.
862
- * @param resourceGroupName The resource group name
863
- * @param managerName The manager name
864
- * @param options The options parameters.
865
- */
866
- beginDeleteAndWait(bandwidthSettingName: string, resourceGroupName: string, managerName: string, options?: BandwidthSettingsDeleteOptionalParams): Promise<void>;
867
- }
868
-
869
- /** Optional parameters. */
870
- export declare interface BandwidthSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
871
- /** Delay to wait until next poll, in milliseconds. */
872
- updateIntervalInMs?: number;
873
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
874
- resumeFrom?: string;
875
- }
876
-
877
- /** Contains response data for the createOrUpdate operation. */
878
- export declare type BandwidthSettingsCreateOrUpdateResponse = BandwidthSetting;
879
-
880
- /** Optional parameters. */
881
- export declare interface BandwidthSettingsDeleteOptionalParams extends coreClient.OperationOptions {
882
- /** Delay to wait until next poll, in milliseconds. */
883
- updateIntervalInMs?: number;
884
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
885
- resumeFrom?: string;
886
- }
887
-
888
- /** Optional parameters. */
889
- export declare interface BandwidthSettingsGetOptionalParams extends coreClient.OperationOptions {
890
- }
891
-
892
- /** Contains response data for the get operation. */
893
- export declare type BandwidthSettingsGetResponse = BandwidthSetting;
894
-
895
- /** Optional parameters. */
896
- export declare interface BandwidthSettingsListByManagerOptionalParams extends coreClient.OperationOptions {
897
- }
898
-
899
- /** Contains response data for the listByManager operation. */
900
- export declare type BandwidthSettingsListByManagerResponse = BandwidthSettingList;
901
-
902
- /** Represents the base class for all other ARM object models */
903
- export declare interface BaseModel {
904
- /**
905
- * The path ID that uniquely identifies the object.
906
- * NOTE: This property will not be serialized. It can only be populated by the server.
907
- */
908
- readonly id?: string;
909
- /**
910
- * The name of the object.
911
- * NOTE: This property will not be serialized. It can only be populated by the server.
912
- */
913
- readonly name?: string;
914
- /**
915
- * The hierarchical type of the object.
916
- * NOTE: This property will not be serialized. It can only be populated by the server.
917
- */
918
- readonly type?: string;
919
- /** The Kind of the object. Currently only Series8000 is supported */
920
- kind?: "Series8000";
921
- }
922
-
923
- /** The Challenge-Handshake Authentication Protocol (CHAP) settings. */
924
- export declare interface ChapSettings {
925
- /** The CHAP initiator user. */
926
- initiatorUser?: string;
927
- /** The CHAP initiator secret. */
928
- initiatorSecret?: AsymmetricEncryptedSecret;
929
- /** The CHAP target user. */
930
- targetUser?: string;
931
- /** The target secret. */
932
- targetSecret?: AsymmetricEncryptedSecret;
933
- }
934
-
935
- /** The request for clearing the alert */
936
- export declare interface ClearAlertRequest {
937
- /** The resolution message while clearing the alert */
938
- resolutionMessage?: string;
939
- /** The list of alert IDs to be cleared */
940
- alerts: string[];
941
- }
942
-
943
- /** The clone job request. */
944
- export declare interface CloneRequest {
945
- /** The path ID of the device which will act as the clone target. */
946
- targetDeviceId: string;
947
- /** The name of the new volume which will be created and the backup will be cloned into. */
948
- targetVolumeName: string;
949
- /** The list of path IDs of the access control records to be associated to the new cloned volume. */
950
- targetAccessControlRecordIds: string[];
951
- /** The backup element that is cloned. */
952
- backupElement: BackupElement;
953
- }
954
-
955
- /** The cloud appliance. */
956
- export declare interface CloudAppliance {
957
- /** The name. */
958
- name: string;
959
- /** The name of the virtual network. */
960
- vnetName?: string;
961
- /** The virtual network region. */
962
- vnetRegion: string;
963
- /** Indicates whether virtual network used is configured with DNS or not. */
964
- isVnetDnsConfigured?: boolean;
965
- /** Indicates whether virtual network used is configured with express route or not. */
966
- isVnetExpressConfigured?: boolean;
967
- /** The name of the subnet. */
968
- subnetName?: string;
969
- /** The name of the storage account. */
970
- storageAccountName?: string;
971
- /** The type of the storage account. */
972
- storageAccountType?: string;
973
- /** The type of the virtual machine. */
974
- vmType?: string;
975
- /** The name of the virtual machine image. */
976
- vmImageName?: string;
977
- /** The model number. */
978
- modelNumber?: string;
979
- }
980
-
981
- /** The cloud appliance configuration */
982
- export declare interface CloudApplianceConfiguration extends BaseModel {
983
- /** The model number. */
984
- modelNumber: string;
985
- /** The cloud platform. */
986
- cloudPlatform: string;
987
- /** The ACS configuration. */
988
- acsConfiguration: AcsConfiguration;
989
- /** The supported storage account types. */
990
- supportedStorageAccountTypes: string[];
991
- /** The supported regions. */
992
- supportedRegions: string[];
993
- /** The supported virtual machine types. */
994
- supportedVmTypes: string[];
995
- /** The supported virtual machine images. */
996
- supportedVmImages: VmImage[];
997
- }
998
-
999
- /** The cloud appliance configuration list */
1000
- export declare interface CloudApplianceConfigurationList {
1001
- /** The value. */
1002
- value: CloudApplianceConfiguration[];
1003
- }
1004
-
1005
- /** Interface representing a CloudAppliances. */
1006
- export declare interface CloudAppliances {
1007
- /**
1008
- * Lists supported cloud appliance models and supported configurations.
1009
- * @param resourceGroupName The resource group name
1010
- * @param managerName The manager name
1011
- * @param options The options parameters.
1012
- */
1013
- listSupportedConfigurations(resourceGroupName: string, managerName: string, options?: CloudAppliancesListSupportedConfigurationsOptionalParams): PagedAsyncIterableIterator<CloudApplianceConfiguration>;
1014
- /**
1015
- * Provisions cloud appliance.
1016
- * @param resourceGroupName The resource group name
1017
- * @param managerName The manager name
1018
- * @param parameters The cloud appliance
1019
- * @param options The options parameters.
1020
- */
1021
- beginProvision(resourceGroupName: string, managerName: string, parameters: CloudAppliance, options?: CloudAppliancesProvisionOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1022
- /**
1023
- * Provisions cloud appliance.
1024
- * @param resourceGroupName The resource group name
1025
- * @param managerName The manager name
1026
- * @param parameters The cloud appliance
1027
- * @param options The options parameters.
1028
- */
1029
- beginProvisionAndWait(resourceGroupName: string, managerName: string, parameters: CloudAppliance, options?: CloudAppliancesProvisionOptionalParams): Promise<void>;
1030
- }
1031
-
1032
- /** The cloud appliance settings. */
1033
- export declare interface CloudApplianceSettings {
1034
- /** The service data encryption key (encrypted with DAK). */
1035
- serviceDataEncryptionKey?: AsymmetricEncryptedSecret;
1036
- /** The channel integrity key (encrypted with DAK). */
1037
- channelIntegrityKey?: AsymmetricEncryptedSecret;
1038
- }
1039
-
1040
- /** Optional parameters. */
1041
- export declare interface CloudAppliancesListSupportedConfigurationsOptionalParams extends coreClient.OperationOptions {
1042
- }
1043
-
1044
- /** Contains response data for the listSupportedConfigurations operation. */
1045
- export declare type CloudAppliancesListSupportedConfigurationsResponse = CloudApplianceConfigurationList;
1046
-
1047
- /** Optional parameters. */
1048
- export declare interface CloudAppliancesProvisionOptionalParams extends coreClient.OperationOptions {
1049
- /** Delay to wait until next poll, in milliseconds. */
1050
- updateIntervalInMs?: number;
1051
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1052
- resumeFrom?: string;
1053
- }
1054
-
1055
- /** The mandatory device configuration request. */
1056
- export declare interface ConfigureDeviceRequest extends BaseModel {
1057
- /** The friendly name for the device. */
1058
- friendlyName: string;
1059
- /** The current name of the device. */
1060
- currentDeviceName: string;
1061
- /** The device time zone. For eg: "Pacific Standard Time" */
1062
- timeZone: string;
1063
- /** The secondary DNS Settings of the device. */
1064
- dnsSettings?: SecondaryDNSSettings;
1065
- /** The 'Data 0' network interface card settings. */
1066
- networkInterfaceData0Settings?: NetworkInterfaceData0Settings;
1067
- }
1068
-
1069
- /** Defines values for ControllerId. */
1070
- export declare type ControllerId = "Unknown" | "None" | "Controller0" | "Controller1";
1071
-
1072
- /** Defines values for ControllerPowerStateAction. */
1073
- export declare type ControllerPowerStateAction = "Start" | "Restart" | "Shutdown";
1074
-
1075
- /** The controller power state change request. */
1076
- export declare interface ControllerPowerStateChangeRequest extends BaseModel {
1077
- /** The power state that the request is expecting for the controller of the device. */
1078
- action: ControllerPowerStateAction;
1079
- /** The active controller that the request is expecting on the device. */
1080
- activeController: ControllerId;
1081
- /** The controller 0's status that the request is expecting on the device. */
1082
- controller0State: ControllerStatus;
1083
- /** The controller 1's status that the request is expecting on the device. */
1084
- controller1State: ControllerStatus;
1085
- }
1086
-
1087
- /** Defines values for ControllerStatus. */
1088
- export declare type ControllerStatus = "NotPresent" | "PoweredOff" | "Ok" | "Recovering" | "Warning" | "Failure";
1089
-
1090
- /** The additional details related to the data related statistics of a job. Currently applicable only for Backup, Clone and Restore jobs. */
1091
- export declare interface DataStatistics {
1092
- /** The total bytes of data to be processed, as part of the job. */
1093
- totalData?: number;
1094
- /** The number of bytes of data processed till now, as part of the job. */
1095
- processedData?: number;
1096
- /** The number of bytes of data written to cloud, as part of the job. */
1097
- cloudData?: number;
1098
- /** The average throughput of data processed(bytes/sec), as part of the job. */
1099
- throughput?: number;
1100
- }
1101
-
1102
- /** Defines values for DayOfWeek. */
1103
- export declare type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
1104
-
1105
- /** The StorSimple device. */
1106
- export declare interface Device extends BaseModel {
1107
- /** The friendly name of the device. */
1108
- friendlyName: string;
1109
- /** The UTC time at which the device was activated */
1110
- activationTime: Date;
1111
- /** The language culture setting on the device. For eg: "en-US" */
1112
- culture: string;
1113
- /** The device description. */
1114
- deviceDescription: string;
1115
- /** The version number of the software running on the device. */
1116
- deviceSoftwareVersion: string;
1117
- /** The friendly name of the software running on the device. */
1118
- friendlySoftwareName?: string;
1119
- /** The current configuration status of the device. */
1120
- deviceConfigurationStatus: DeviceConfigurationStatus;
1121
- /** The target IQN. */
1122
- targetIqn: string;
1123
- /** The device model. */
1124
- modelDescription: string;
1125
- /** The current status of the device. */
1126
- status: DeviceStatus;
1127
- /** The serial number. */
1128
- serialNumber: string;
1129
- /** The type of the device. */
1130
- deviceType: DeviceType;
1131
- /** The identifier of the active controller of the device. */
1132
- activeController: ControllerId;
1133
- /** The device friendly software version. */
1134
- friendlySoftwareVersion: string;
1135
- /** The storage in bytes that is available locally on the device. */
1136
- availableLocalStorageInBytes?: number;
1137
- /** The storage in bytes that is available on the device for tiered volumes. */
1138
- availableTieredStorageInBytes?: number;
1139
- /** The storage in bytes that has been provisioned on the device for tiered volumes. */
1140
- provisionedTieredStorageInBytes?: number;
1141
- /** The storage in bytes used for locally pinned volumes on the device (including additional local reservation). */
1142
- provisionedLocalStorageInBytes?: number;
1143
- /** Total capacity in bytes of tiered and locally pinned volumes on the device */
1144
- provisionedVolumeSizeInBytes?: number;
1145
- /** The storage in bytes that is currently being used on the device, including both local and cloud. */
1146
- usingStorageInBytes?: number;
1147
- /** The total tiered storage available on the device in bytes. */
1148
- totalTieredStorageInBytes?: number;
1149
- /** The device agent group version. */
1150
- agentGroupVersion?: number;
1151
- /** The number of network interface cards */
1152
- networkInterfaceCardCount?: number;
1153
- /** The location of the virtual appliance. */
1154
- deviceLocation?: string;
1155
- /**
1156
- * The virtual machine API type.
1157
- * NOTE: This property will not be serialized. It can only be populated by the server.
1158
- */
1159
- readonly virtualMachineApiType?: VirtualMachineApiType;
1160
- /** The additional device details regarding the end point count and volume container count. */
1161
- details?: DeviceDetails;
1162
- /** The additional device details for the service data encryption key rollover. */
1163
- rolloverDetails?: DeviceRolloverDetails;
1164
- }
1165
-
1166
- /** Defines values for DeviceConfigurationStatus. */
1167
- export declare type DeviceConfigurationStatus = "Complete" | "Pending";
1168
-
1169
- /** The additional device details regarding the end point count and volume container count. */
1170
- export declare interface DeviceDetails {
1171
- /** The total number of endpoints that are currently on the device ( i.e. number of volumes). */
1172
- endpointCount?: number;
1173
- /** The total number of volume containers on the device. */
1174
- volumeContainerCount?: number;
1175
- }
1176
-
1177
- /** The collection of devices. */
1178
- export declare interface DeviceList {
1179
- /** The value. */
1180
- value: Device[];
1181
- }
1182
-
1183
- /** The device patch. */
1184
- export declare interface DevicePatch {
1185
- /** Short description given for the device */
1186
- deviceDescription?: string;
1187
- }
1188
-
1189
- /** The additional device details for the service data encryption key rollover. */
1190
- export declare interface DeviceRolloverDetails {
1191
- /** The eligibility status of device for service data encryption key rollover. */
1192
- authorizationEligibility?: AuthorizationEligibility;
1193
- /** The authorization status of the device for service data encryption key rollover. */
1194
- authorizationStatus?: AuthorizationStatus;
1195
- /** The reason for inEligibility of device, in case it's not eligible for service data encryption key rollover. */
1196
- inEligibilityReason?: InEligibilityCategory;
1197
- }
1198
-
1199
- /** Interface representing a Devices. */
1200
- export declare interface Devices {
1201
- /**
1202
- * Returns the list of devices for the specified manager.
1203
- * @param resourceGroupName The resource group name
1204
- * @param managerName The manager name
1205
- * @param options The options parameters.
1206
- */
1207
- listByManager(resourceGroupName: string, managerName: string, options?: DevicesListByManagerOptionalParams): PagedAsyncIterableIterator<Device>;
1208
- /**
1209
- * Returns all failover sets for a given device and their eligibility for participating in a failover.
1210
- * A failover set refers to a set of volume containers that need to be failed-over as a single unit to
1211
- * maintain data integrity.
1212
- * @param deviceName The device name
1213
- * @param resourceGroupName The resource group name
1214
- * @param managerName The manager name
1215
- * @param options The options parameters.
1216
- */
1217
- listFailoverSets(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesListFailoverSetsOptionalParams): PagedAsyncIterableIterator<FailoverSet>;
1218
- /**
1219
- * Gets the metrics for the specified device.
1220
- * @param deviceName The device name
1221
- * @param resourceGroupName The resource group name
1222
- * @param managerName The manager name
1223
- * @param filter OData Filter options
1224
- * @param options The options parameters.
1225
- */
1226
- listMetrics(deviceName: string, resourceGroupName: string, managerName: string, filter: string, options?: DevicesListMetricsOptionalParams): PagedAsyncIterableIterator<Metrics>;
1227
- /**
1228
- * Gets the metric definitions for the specified device.
1229
- * @param deviceName The device name
1230
- * @param resourceGroupName The resource group name
1231
- * @param managerName The manager name
1232
- * @param options The options parameters.
1233
- */
1234
- listMetricDefinition(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesListMetricDefinitionOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
1235
- /**
1236
- * Given a list of volume containers to be failed over from a source device, this method returns the
1237
- * eligibility result, as a failover target, for all devices under that resource.
1238
- * @param sourceDeviceName The source device name on which failover is performed.
1239
- * @param resourceGroupName The resource group name
1240
- * @param managerName The manager name
1241
- * @param parameters ListFailoverTargetsRequest containing the list of volume containers to be failed
1242
- * over.
1243
- * @param options The options parameters.
1244
- */
1245
- listFailoverTargets(sourceDeviceName: string, resourceGroupName: string, managerName: string, parameters: ListFailoverTargetsRequest, options?: DevicesListFailoverTargetsOptionalParams): PagedAsyncIterableIterator<FailoverTarget>;
1246
- /**
1247
- * Complete minimal setup before using the device.
1248
- * @param resourceGroupName The resource group name
1249
- * @param managerName The manager name
1250
- * @param parameters The minimal properties to configure a device.
1251
- * @param options The options parameters.
1252
- */
1253
- beginConfigure(resourceGroupName: string, managerName: string, parameters: ConfigureDeviceRequest, options?: DevicesConfigureOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1254
- /**
1255
- * Complete minimal setup before using the device.
1256
- * @param resourceGroupName The resource group name
1257
- * @param managerName The manager name
1258
- * @param parameters The minimal properties to configure a device.
1259
- * @param options The options parameters.
1260
- */
1261
- beginConfigureAndWait(resourceGroupName: string, managerName: string, parameters: ConfigureDeviceRequest, options?: DevicesConfigureOptionalParams): Promise<void>;
1262
- /**
1263
- * Returns the properties of the specified device.
1264
- * @param deviceName The device name
1265
- * @param resourceGroupName The resource group name
1266
- * @param managerName The manager name
1267
- * @param options The options parameters.
1268
- */
1269
- get(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesGetOptionalParams): Promise<DevicesGetResponse>;
1270
- /**
1271
- * Deletes the device.
1272
- * @param deviceName The device name
1273
- * @param resourceGroupName The resource group name
1274
- * @param managerName The manager name
1275
- * @param options The options parameters.
1276
- */
1277
- beginDelete(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1278
- /**
1279
- * Deletes the device.
1280
- * @param deviceName The device name
1281
- * @param resourceGroupName The resource group name
1282
- * @param managerName The manager name
1283
- * @param options The options parameters.
1284
- */
1285
- beginDeleteAndWait(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesDeleteOptionalParams): Promise<void>;
1286
- /**
1287
- * Patches the device.
1288
- * @param deviceName The device name
1289
- * @param resourceGroupName The resource group name
1290
- * @param managerName The manager name
1291
- * @param parameters Patch representation of the device.
1292
- * @param options The options parameters.
1293
- */
1294
- update(deviceName: string, resourceGroupName: string, managerName: string, parameters: DevicePatch, options?: DevicesUpdateOptionalParams): Promise<DevicesUpdateResponse>;
1295
- /**
1296
- * Authorizes the specified device for service data encryption key rollover.
1297
- * @param deviceName The device name
1298
- * @param resourceGroupName The resource group name
1299
- * @param managerName The manager name
1300
- * @param options The options parameters.
1301
- */
1302
- authorizeForServiceEncryptionKeyRollover(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesAuthorizeForServiceEncryptionKeyRolloverOptionalParams): Promise<void>;
1303
- /**
1304
- * Deactivates the device.
1305
- * @param deviceName The device name
1306
- * @param resourceGroupName The resource group name
1307
- * @param managerName The manager name
1308
- * @param options The options parameters.
1309
- */
1310
- beginDeactivate(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesDeactivateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1311
- /**
1312
- * Deactivates the device.
1313
- * @param deviceName The device name
1314
- * @param resourceGroupName The resource group name
1315
- * @param managerName The manager name
1316
- * @param options The options parameters.
1317
- */
1318
- beginDeactivateAndWait(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesDeactivateOptionalParams): Promise<void>;
1319
- /**
1320
- * Downloads and installs the updates on the device.
1321
- * @param deviceName The device name
1322
- * @param resourceGroupName The resource group name
1323
- * @param managerName The manager name
1324
- * @param options The options parameters.
1325
- */
1326
- beginInstallUpdates(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesInstallUpdatesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1327
- /**
1328
- * Downloads and installs the updates on the device.
1329
- * @param deviceName The device name
1330
- * @param resourceGroupName The resource group name
1331
- * @param managerName The manager name
1332
- * @param options The options parameters.
1333
- */
1334
- beginInstallUpdatesAndWait(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesInstallUpdatesOptionalParams): Promise<void>;
1335
- /**
1336
- * Scans for updates on the device.
1337
- * @param deviceName The device name
1338
- * @param resourceGroupName The resource group name
1339
- * @param managerName The manager name
1340
- * @param options The options parameters.
1341
- */
1342
- beginScanForUpdates(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesScanForUpdatesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1343
- /**
1344
- * Scans for updates on the device.
1345
- * @param deviceName The device name
1346
- * @param resourceGroupName The resource group name
1347
- * @param managerName The manager name
1348
- * @param options The options parameters.
1349
- */
1350
- beginScanForUpdatesAndWait(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesScanForUpdatesOptionalParams): Promise<void>;
1351
- /**
1352
- * Returns the update summary of the specified device name.
1353
- * @param deviceName The device name
1354
- * @param resourceGroupName The resource group name
1355
- * @param managerName The manager name
1356
- * @param options The options parameters.
1357
- */
1358
- getUpdateSummary(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesGetUpdateSummaryOptionalParams): Promise<DevicesGetUpdateSummaryResponse>;
1359
- /**
1360
- * Failovers a set of volume containers from a specified source device to a target device.
1361
- * @param sourceDeviceName The source device name on which failover is performed.
1362
- * @param resourceGroupName The resource group name
1363
- * @param managerName The manager name
1364
- * @param parameters FailoverRequest containing the source device and the list of volume containers to
1365
- * be failed over.
1366
- * @param options The options parameters.
1367
- */
1368
- beginFailover(sourceDeviceName: string, resourceGroupName: string, managerName: string, parameters: FailoverRequest, options?: DevicesFailoverOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1369
- /**
1370
- * Failovers a set of volume containers from a specified source device to a target device.
1371
- * @param sourceDeviceName The source device name on which failover is performed.
1372
- * @param resourceGroupName The resource group name
1373
- * @param managerName The manager name
1374
- * @param parameters FailoverRequest containing the source device and the list of volume containers to
1375
- * be failed over.
1376
- * @param options The options parameters.
1377
- */
1378
- beginFailoverAndWait(sourceDeviceName: string, resourceGroupName: string, managerName: string, parameters: FailoverRequest, options?: DevicesFailoverOptionalParams): Promise<void>;
1379
- }
1380
-
1381
- /** Optional parameters. */
1382
- export declare interface DevicesAuthorizeForServiceEncryptionKeyRolloverOptionalParams extends coreClient.OperationOptions {
1383
- }
1384
-
1385
- /** Optional parameters. */
1386
- export declare interface DevicesConfigureOptionalParams extends coreClient.OperationOptions {
1387
- /** Delay to wait until next poll, in milliseconds. */
1388
- updateIntervalInMs?: number;
1389
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1390
- resumeFrom?: string;
1391
- }
1392
-
1393
- /** Optional parameters. */
1394
- export declare interface DevicesDeactivateOptionalParams extends coreClient.OperationOptions {
1395
- /** Delay to wait until next poll, in milliseconds. */
1396
- updateIntervalInMs?: number;
1397
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1398
- resumeFrom?: string;
1399
- }
1400
-
1401
- /** Optional parameters. */
1402
- export declare interface DevicesDeleteOptionalParams extends coreClient.OperationOptions {
1403
- /** Delay to wait until next poll, in milliseconds. */
1404
- updateIntervalInMs?: number;
1405
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1406
- resumeFrom?: string;
1407
- }
1408
-
1409
- /** Interface representing a DeviceSettings. */
1410
- export declare interface DeviceSettings {
1411
- /**
1412
- * Gets the alert settings of the specified device.
1413
- * @param deviceName The device name
1414
- * @param resourceGroupName The resource group name
1415
- * @param managerName The manager name
1416
- * @param options The options parameters.
1417
- */
1418
- getAlertSettings(deviceName: string, resourceGroupName: string, managerName: string, options?: DeviceSettingsGetAlertSettingsOptionalParams): Promise<DeviceSettingsGetAlertSettingsResponse>;
1419
- /**
1420
- * Creates or updates the alert settings of the specified device.
1421
- * @param deviceName The device name
1422
- * @param resourceGroupName The resource group name
1423
- * @param managerName The manager name
1424
- * @param parameters The alert settings to be added or updated.
1425
- * @param options The options parameters.
1426
- */
1427
- beginCreateOrUpdateAlertSettings(deviceName: string, resourceGroupName: string, managerName: string, parameters: AlertSettings, options?: DeviceSettingsCreateOrUpdateAlertSettingsOptionalParams): Promise<PollerLike<PollOperationState<DeviceSettingsCreateOrUpdateAlertSettingsResponse>, DeviceSettingsCreateOrUpdateAlertSettingsResponse>>;
1428
- /**
1429
- * Creates or updates the alert settings of the specified device.
1430
- * @param deviceName The device name
1431
- * @param resourceGroupName The resource group name
1432
- * @param managerName The manager name
1433
- * @param parameters The alert settings to be added or updated.
1434
- * @param options The options parameters.
1435
- */
1436
- beginCreateOrUpdateAlertSettingsAndWait(deviceName: string, resourceGroupName: string, managerName: string, parameters: AlertSettings, options?: DeviceSettingsCreateOrUpdateAlertSettingsOptionalParams): Promise<DeviceSettingsCreateOrUpdateAlertSettingsResponse>;
1437
- /**
1438
- * Gets the network settings of the specified device.
1439
- * @param deviceName The device name
1440
- * @param resourceGroupName The resource group name
1441
- * @param managerName The manager name
1442
- * @param options The options parameters.
1443
- */
1444
- getNetworkSettings(deviceName: string, resourceGroupName: string, managerName: string, options?: DeviceSettingsGetNetworkSettingsOptionalParams): Promise<DeviceSettingsGetNetworkSettingsResponse>;
1445
- /**
1446
- * Updates the network settings on the specified device.
1447
- * @param deviceName The device name
1448
- * @param resourceGroupName The resource group name
1449
- * @param managerName The manager name
1450
- * @param parameters The network settings to be updated.
1451
- * @param options The options parameters.
1452
- */
1453
- beginUpdateNetworkSettings(deviceName: string, resourceGroupName: string, managerName: string, parameters: NetworkSettingsPatch, options?: DeviceSettingsUpdateNetworkSettingsOptionalParams): Promise<PollerLike<PollOperationState<DeviceSettingsUpdateNetworkSettingsResponse>, DeviceSettingsUpdateNetworkSettingsResponse>>;
1454
- /**
1455
- * Updates the network settings on the specified device.
1456
- * @param deviceName The device name
1457
- * @param resourceGroupName The resource group name
1458
- * @param managerName The manager name
1459
- * @param parameters The network settings to be updated.
1460
- * @param options The options parameters.
1461
- */
1462
- beginUpdateNetworkSettingsAndWait(deviceName: string, resourceGroupName: string, managerName: string, parameters: NetworkSettingsPatch, options?: DeviceSettingsUpdateNetworkSettingsOptionalParams): Promise<DeviceSettingsUpdateNetworkSettingsResponse>;
1463
- /**
1464
- * Returns the Security properties of the specified device name.
1465
- * @param deviceName The device name
1466
- * @param resourceGroupName The resource group name
1467
- * @param managerName The manager name
1468
- * @param options The options parameters.
1469
- */
1470
- getSecuritySettings(deviceName: string, resourceGroupName: string, managerName: string, options?: DeviceSettingsGetSecuritySettingsOptionalParams): Promise<DeviceSettingsGetSecuritySettingsResponse>;
1471
- /**
1472
- * Patch Security properties of the specified device name.
1473
- * @param deviceName The device name
1474
- * @param resourceGroupName The resource group name
1475
- * @param managerName The manager name
1476
- * @param parameters The security settings properties to be patched.
1477
- * @param options The options parameters.
1478
- */
1479
- beginUpdateSecuritySettings(deviceName: string, resourceGroupName: string, managerName: string, parameters: SecuritySettingsPatch, options?: DeviceSettingsUpdateSecuritySettingsOptionalParams): Promise<PollerLike<PollOperationState<DeviceSettingsUpdateSecuritySettingsResponse>, DeviceSettingsUpdateSecuritySettingsResponse>>;
1480
- /**
1481
- * Patch Security properties of the specified device name.
1482
- * @param deviceName The device name
1483
- * @param resourceGroupName The resource group name
1484
- * @param managerName The manager name
1485
- * @param parameters The security settings properties to be patched.
1486
- * @param options The options parameters.
1487
- */
1488
- beginUpdateSecuritySettingsAndWait(deviceName: string, resourceGroupName: string, managerName: string, parameters: SecuritySettingsPatch, options?: DeviceSettingsUpdateSecuritySettingsOptionalParams): Promise<DeviceSettingsUpdateSecuritySettingsResponse>;
1489
- /**
1490
- * sync Remote management Certificate between appliance and Service
1491
- * @param deviceName The device name
1492
- * @param resourceGroupName The resource group name
1493
- * @param managerName The manager name
1494
- * @param options The options parameters.
1495
- */
1496
- beginSyncRemotemanagementCertificate(deviceName: string, resourceGroupName: string, managerName: string, options?: DeviceSettingsSyncRemotemanagementCertificateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1497
- /**
1498
- * sync Remote management Certificate between appliance and Service
1499
- * @param deviceName The device name
1500
- * @param resourceGroupName The resource group name
1501
- * @param managerName The manager name
1502
- * @param options The options parameters.
1503
- */
1504
- beginSyncRemotemanagementCertificateAndWait(deviceName: string, resourceGroupName: string, managerName: string, options?: DeviceSettingsSyncRemotemanagementCertificateOptionalParams): Promise<void>;
1505
- /**
1506
- * Gets the time settings of the specified device.
1507
- * @param deviceName The device name
1508
- * @param resourceGroupName The resource group name
1509
- * @param managerName The manager name
1510
- * @param options The options parameters.
1511
- */
1512
- getTimeSettings(deviceName: string, resourceGroupName: string, managerName: string, options?: DeviceSettingsGetTimeSettingsOptionalParams): Promise<DeviceSettingsGetTimeSettingsResponse>;
1513
- /**
1514
- * Creates or updates the time settings of the specified device.
1515
- * @param deviceName The device name
1516
- * @param resourceGroupName The resource group name
1517
- * @param managerName The manager name
1518
- * @param parameters The time settings to be added or updated.
1519
- * @param options The options parameters.
1520
- */
1521
- beginCreateOrUpdateTimeSettings(deviceName: string, resourceGroupName: string, managerName: string, parameters: TimeSettings, options?: DeviceSettingsCreateOrUpdateTimeSettingsOptionalParams): Promise<PollerLike<PollOperationState<DeviceSettingsCreateOrUpdateTimeSettingsResponse>, DeviceSettingsCreateOrUpdateTimeSettingsResponse>>;
1522
- /**
1523
- * Creates or updates the time settings of the specified device.
1524
- * @param deviceName The device name
1525
- * @param resourceGroupName The resource group name
1526
- * @param managerName The manager name
1527
- * @param parameters The time settings to be added or updated.
1528
- * @param options The options parameters.
1529
- */
1530
- beginCreateOrUpdateTimeSettingsAndWait(deviceName: string, resourceGroupName: string, managerName: string, parameters: TimeSettings, options?: DeviceSettingsCreateOrUpdateTimeSettingsOptionalParams): Promise<DeviceSettingsCreateOrUpdateTimeSettingsResponse>;
1531
- }
1532
-
1533
- /** Optional parameters. */
1534
- export declare interface DeviceSettingsCreateOrUpdateAlertSettingsOptionalParams extends coreClient.OperationOptions {
1535
- /** Delay to wait until next poll, in milliseconds. */
1536
- updateIntervalInMs?: number;
1537
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1538
- resumeFrom?: string;
1539
- }
1540
-
1541
- /** Contains response data for the createOrUpdateAlertSettings operation. */
1542
- export declare type DeviceSettingsCreateOrUpdateAlertSettingsResponse = AlertSettings;
1543
-
1544
- /** Optional parameters. */
1545
- export declare interface DeviceSettingsCreateOrUpdateTimeSettingsOptionalParams extends coreClient.OperationOptions {
1546
- /** Delay to wait until next poll, in milliseconds. */
1547
- updateIntervalInMs?: number;
1548
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1549
- resumeFrom?: string;
1550
- }
1551
-
1552
- /** Contains response data for the createOrUpdateTimeSettings operation. */
1553
- export declare type DeviceSettingsCreateOrUpdateTimeSettingsResponse = TimeSettings;
1554
-
1555
- /** Optional parameters. */
1556
- export declare interface DeviceSettingsGetAlertSettingsOptionalParams extends coreClient.OperationOptions {
1557
- }
1558
-
1559
- /** Contains response data for the getAlertSettings operation. */
1560
- export declare type DeviceSettingsGetAlertSettingsResponse = AlertSettings;
1561
-
1562
- /** Optional parameters. */
1563
- export declare interface DeviceSettingsGetNetworkSettingsOptionalParams extends coreClient.OperationOptions {
1564
- }
1565
-
1566
- /** Contains response data for the getNetworkSettings operation. */
1567
- export declare type DeviceSettingsGetNetworkSettingsResponse = NetworkSettings;
1568
-
1569
- /** Optional parameters. */
1570
- export declare interface DeviceSettingsGetSecuritySettingsOptionalParams extends coreClient.OperationOptions {
1571
- }
1572
-
1573
- /** Contains response data for the getSecuritySettings operation. */
1574
- export declare type DeviceSettingsGetSecuritySettingsResponse = SecuritySettings;
1575
-
1576
- /** Optional parameters. */
1577
- export declare interface DeviceSettingsGetTimeSettingsOptionalParams extends coreClient.OperationOptions {
1578
- }
1579
-
1580
- /** Contains response data for the getTimeSettings operation. */
1581
- export declare type DeviceSettingsGetTimeSettingsResponse = TimeSettings;
1582
-
1583
- /** Optional parameters. */
1584
- export declare interface DeviceSettingsSyncRemotemanagementCertificateOptionalParams extends coreClient.OperationOptions {
1585
- /** Delay to wait until next poll, in milliseconds. */
1586
- updateIntervalInMs?: number;
1587
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1588
- resumeFrom?: string;
1589
- }
1590
-
1591
- /** Optional parameters. */
1592
- export declare interface DeviceSettingsUpdateNetworkSettingsOptionalParams extends coreClient.OperationOptions {
1593
- /** Delay to wait until next poll, in milliseconds. */
1594
- updateIntervalInMs?: number;
1595
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1596
- resumeFrom?: string;
1597
- }
1598
-
1599
- /** Contains response data for the updateNetworkSettings operation. */
1600
- export declare type DeviceSettingsUpdateNetworkSettingsResponse = NetworkSettings;
1601
-
1602
- /** Optional parameters. */
1603
- export declare interface DeviceSettingsUpdateSecuritySettingsOptionalParams extends coreClient.OperationOptions {
1604
- /** Delay to wait until next poll, in milliseconds. */
1605
- updateIntervalInMs?: number;
1606
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1607
- resumeFrom?: string;
1608
- }
1609
-
1610
- /** Contains response data for the updateSecuritySettings operation. */
1611
- export declare type DeviceSettingsUpdateSecuritySettingsResponse = SecuritySettings;
1612
-
1613
- /** Optional parameters. */
1614
- export declare interface DevicesFailoverOptionalParams extends coreClient.OperationOptions {
1615
- /** Delay to wait until next poll, in milliseconds. */
1616
- updateIntervalInMs?: number;
1617
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1618
- resumeFrom?: string;
1619
- }
1620
-
1621
- /** Optional parameters. */
1622
- export declare interface DevicesGetOptionalParams extends coreClient.OperationOptions {
1623
- /** Specify $expand=details to populate additional fields related to the device or $expand=rolloverdetails to populate additional fields related to the service data encryption key rollover on device */
1624
- expand?: string;
1625
- }
1626
-
1627
- /** Contains response data for the get operation. */
1628
- export declare type DevicesGetResponse = Device;
1629
-
1630
- /** Optional parameters. */
1631
- export declare interface DevicesGetUpdateSummaryOptionalParams extends coreClient.OperationOptions {
1632
- }
1633
-
1634
- /** Contains response data for the getUpdateSummary operation. */
1635
- export declare type DevicesGetUpdateSummaryResponse = Updates;
1636
-
1637
- /** Optional parameters. */
1638
- export declare interface DevicesInstallUpdatesOptionalParams extends coreClient.OperationOptions {
1639
- /** Delay to wait until next poll, in milliseconds. */
1640
- updateIntervalInMs?: number;
1641
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1642
- resumeFrom?: string;
1643
- }
1644
-
1645
- /** Optional parameters. */
1646
- export declare interface DevicesListByManagerOptionalParams extends coreClient.OperationOptions {
1647
- /** Specify $expand=details to populate additional fields related to the device or $expand=rolloverdetails to populate additional fields related to the service data encryption key rollover on device */
1648
- expand?: string;
1649
- }
1650
-
1651
- /** Contains response data for the listByManager operation. */
1652
- export declare type DevicesListByManagerResponse = DeviceList;
1653
-
1654
- /** Optional parameters. */
1655
- export declare interface DevicesListFailoverSetsOptionalParams extends coreClient.OperationOptions {
1656
- }
1657
-
1658
- /** Contains response data for the listFailoverSets operation. */
1659
- export declare type DevicesListFailoverSetsResponse = FailoverSetsList;
1660
-
1661
- /** Optional parameters. */
1662
- export declare interface DevicesListFailoverTargetsOptionalParams extends coreClient.OperationOptions {
1663
- }
1664
-
1665
- /** Contains response data for the listFailoverTargets operation. */
1666
- export declare type DevicesListFailoverTargetsResponse = FailoverTargetsList;
1667
-
1668
- /** Optional parameters. */
1669
- export declare interface DevicesListMetricDefinitionOptionalParams extends coreClient.OperationOptions {
1670
- }
1671
-
1672
- /** Contains response data for the listMetricDefinition operation. */
1673
- export declare type DevicesListMetricDefinitionResponse = MetricDefinitionList;
1674
-
1675
- /** Optional parameters. */
1676
- export declare interface DevicesListMetricsOptionalParams extends coreClient.OperationOptions {
1677
- }
1678
-
1679
- /** Contains response data for the listMetrics operation. */
1680
- export declare type DevicesListMetricsResponse = MetricList;
1681
-
1682
- /** Optional parameters. */
1683
- export declare interface DevicesScanForUpdatesOptionalParams extends coreClient.OperationOptions {
1684
- /** Delay to wait until next poll, in milliseconds. */
1685
- updateIntervalInMs?: number;
1686
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1687
- resumeFrom?: string;
1688
- }
1689
-
1690
- /** Defines values for DeviceStatus. */
1691
- export declare type DeviceStatus = "Unknown" | "Online" | "Offline" | "Deactivated" | "RequiresAttention" | "MaintenanceMode" | "Creating" | "Provisioning" | "Deactivating" | "Deleted" | "ReadyToSetup";
1692
-
1693
- /** Optional parameters. */
1694
- export declare interface DevicesUpdateOptionalParams extends coreClient.OperationOptions {
1695
- }
1696
-
1697
- /** Contains response data for the update operation. */
1698
- export declare type DevicesUpdateResponse = Device;
1699
-
1700
- /** Defines values for DeviceType. */
1701
- export declare type DeviceType = "Invalid" | "Series8000VirtualAppliance" | "Series8000PhysicalAppliance";
1702
-
1703
- /** The dimension filter. */
1704
- export declare interface DimensionFilter {
1705
- /** Specifies the dimension name. E.g., NetworkInterface. Valid values are the ones specified in the field "dimensions" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property. */
1706
- name?: string;
1707
- /** Specifies the dimension value. E.g., Data0. Valid values are the ones returned in the field "dimensions" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property. */
1708
- values?: string;
1709
- }
1710
-
1711
- /** The DNS(Domain Name Server) settings of a device. */
1712
- export declare interface DNSSettings {
1713
- /** The primary IPv4 DNS server for the device */
1714
- primaryDnsServer?: string;
1715
- /** The primary IPv6 DNS server for the device */
1716
- primaryIpv6DnsServer?: string;
1717
- /** The secondary IPv4 DNS server for the device */
1718
- secondaryDnsServers?: string[];
1719
- /** The secondary IPv6 DNS server for the device */
1720
- secondaryIpv6DnsServers?: string[];
1721
- }
1722
-
1723
- /** Defines values for EncryptionAlgorithm. */
1724
- export declare type EncryptionAlgorithm = "None" | "AES256" | "RSAES_PKCS1_v_1_5";
1725
-
1726
- /** The encryption settings. */
1727
- export declare interface EncryptionSettings extends BaseModel {
1728
- /** The encryption status to indicates if encryption is enabled or not. */
1729
- encryptionStatus: EncryptionStatus;
1730
- /** The key rollover status to indicates if key rollover is required or not. If secret's encryption has been upgraded, then it requires key rollover. */
1731
- keyRolloverStatus: KeyRolloverStatus;
1732
- }
1733
-
1734
- /** Defines values for EncryptionStatus. */
1735
- export declare type EncryptionStatus = "Enabled" | "Disabled";
1736
-
1737
- /** The request object for triggering a failover of volume containers, from a source device to a target device. */
1738
- export declare interface FailoverRequest {
1739
- /** The ARM path ID of the device which will act as the failover target. */
1740
- targetDeviceId?: string;
1741
- /** The list of path IDs of the volume containers which needs to be failed-over to the target device. */
1742
- volumeContainers?: string[];
1743
- }
1744
-
1745
- /** The failover set on a device. */
1746
- export declare interface FailoverSet {
1747
- /** The list of meta data of volume containers, which are part of the failover set. */
1748
- volumeContainers?: VolumeContainerFailoverMetadata[];
1749
- /** The eligibility result of the failover set, for failover. */
1750
- eligibilityResult?: FailoverSetEligibilityResult;
1751
- }
1752
-
1753
- /** The eligibility result of failover set, for failover. */
1754
- export declare interface FailoverSetEligibilityResult {
1755
- /** Represents if this failover set is eligible for failover or not. */
1756
- isEligibleForFailover?: boolean;
1757
- /** The error message, if the failover set is not eligible for failover. */
1758
- errorMessage?: string;
1759
- }
1760
-
1761
- /** The list of failover sets. */
1762
- export declare interface FailoverSetsList {
1763
- /** The list of failover sets. */
1764
- value?: FailoverSet[];
1765
- }
1766
-
1767
- /** Represents the eligibility of a device as a failover target device. */
1768
- export declare interface FailoverTarget {
1769
- /** The path ID of the device. */
1770
- deviceId?: string;
1771
- /** The status of the device. */
1772
- deviceStatus?: DeviceStatus;
1773
- /** The model number of the device. */
1774
- modelDescription?: string;
1775
- /** The software version of the device. */
1776
- deviceSoftwareVersion?: string;
1777
- /** The count of data containers on the device. */
1778
- dataContainersCount?: number;
1779
- /** The count of volumes on the device. */
1780
- volumesCount?: number;
1781
- /** The amount of free local storage available on the device in bytes. */
1782
- availableLocalStorageInBytes?: number;
1783
- /** The amount of free tiered storage available for the device in bytes. */
1784
- availableTieredStorageInBytes?: number;
1785
- /** The geo location (applicable only for cloud appliances) of the device. */
1786
- deviceLocation?: string;
1787
- /** The friendly name for the current version of software on the device. */
1788
- friendlyDeviceSoftwareVersion?: string;
1789
- /** The eligibility result of the device, as a failover target device. */
1790
- eligibilityResult?: TargetEligibilityResult;
1791
- }
1792
-
1793
- /** The list of all devices in a resource and their eligibility status as a failover target device. */
1794
- export declare interface FailoverTargetsList {
1795
- /** The list of all the failover targets. */
1796
- value?: FailoverTarget[];
1797
- }
1798
-
1799
- /** The feature. */
1800
- export declare interface Feature {
1801
- /** The name of the feature. */
1802
- name: string;
1803
- /** The feature support status. */
1804
- status: FeatureSupportStatus;
1805
- }
1806
-
1807
- /** The OData filter to be used for features. */
1808
- export declare interface FeatureFilter {
1809
- /** Specifies the device ID for which the features are required. Only 'Equality' operator is supported for this property. */
1810
- deviceId?: string;
1811
- }
1812
-
1813
- /** The collections of features. */
1814
- export declare interface FeatureList {
1815
- /** The value. */
1816
- value: Feature[];
1817
- }
1818
-
1819
- /** Defines values for FeatureSupportStatus. */
1820
- export declare type FeatureSupportStatus = "NotAvailable" | "UnsupportedDeviceVersion" | "Supported";
1821
-
1822
- /**
1823
- * Given the last `.value` produced by the `byPage` iterator,
1824
- * returns a continuation token that can be used to begin paging from
1825
- * that point later.
1826
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
1827
- * @returns The continuation token that can be passed into byPage() during future calls.
1828
- */
1829
- export declare function getContinuationToken(page: unknown): string | undefined;
1830
-
1831
- /** The hardware component. */
1832
- export declare interface HardwareComponent {
1833
- /** The component ID. */
1834
- componentId: string;
1835
- /** The display name of the hardware component. */
1836
- displayName: string;
1837
- /** The status of the hardware component. */
1838
- status: HardwareComponentStatus;
1839
- /** The display name of the status of hardware component. */
1840
- statusDisplayName: string;
1841
- }
1842
-
1843
- /** The hardware component group. */
1844
- export declare interface HardwareComponentGroup extends BaseModel {
1845
- /** The display name the hardware component group. */
1846
- displayName: string;
1847
- /** The last updated time. */
1848
- lastUpdatedTime: Date;
1849
- /** The list of hardware components. */
1850
- components: HardwareComponent[];
1851
- }
1852
-
1853
- /** The collection of hardware component groups. */
1854
- export declare interface HardwareComponentGroupList {
1855
- /** The value. */
1856
- value: HardwareComponentGroup[];
1857
- }
1858
-
1859
- /** Interface representing a HardwareComponentGroups. */
1860
- export declare interface HardwareComponentGroups {
1861
- /**
1862
- * Lists the hardware component groups at device-level.
1863
- * @param deviceName The device name
1864
- * @param resourceGroupName The resource group name
1865
- * @param managerName The manager name
1866
- * @param options The options parameters.
1867
- */
1868
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: HardwareComponentGroupsListByDeviceOptionalParams): PagedAsyncIterableIterator<HardwareComponentGroup>;
1869
- /**
1870
- * Changes the power state of the controller.
1871
- * @param deviceName The device name
1872
- * @param hardwareComponentGroupName The hardware component group name.
1873
- * @param resourceGroupName The resource group name
1874
- * @param managerName The manager name
1875
- * @param parameters The controller power state change request.
1876
- * @param options The options parameters.
1877
- */
1878
- beginChangeControllerPowerState(deviceName: string, hardwareComponentGroupName: string, resourceGroupName: string, managerName: string, parameters: ControllerPowerStateChangeRequest, options?: HardwareComponentGroupsChangeControllerPowerStateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1879
- /**
1880
- * Changes the power state of the controller.
1881
- * @param deviceName The device name
1882
- * @param hardwareComponentGroupName The hardware component group name.
1883
- * @param resourceGroupName The resource group name
1884
- * @param managerName The manager name
1885
- * @param parameters The controller power state change request.
1886
- * @param options The options parameters.
1887
- */
1888
- beginChangeControllerPowerStateAndWait(deviceName: string, hardwareComponentGroupName: string, resourceGroupName: string, managerName: string, parameters: ControllerPowerStateChangeRequest, options?: HardwareComponentGroupsChangeControllerPowerStateOptionalParams): Promise<void>;
1889
- }
1890
-
1891
- /** Optional parameters. */
1892
- export declare interface HardwareComponentGroupsChangeControllerPowerStateOptionalParams extends coreClient.OperationOptions {
1893
- /** Delay to wait until next poll, in milliseconds. */
1894
- updateIntervalInMs?: number;
1895
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1896
- resumeFrom?: string;
1897
- }
1898
-
1899
- /** Optional parameters. */
1900
- export declare interface HardwareComponentGroupsListByDeviceOptionalParams extends coreClient.OperationOptions {
1901
- }
1902
-
1903
- /** Contains response data for the listByDevice operation. */
1904
- export declare type HardwareComponentGroupsListByDeviceResponse = HardwareComponentGroupList;
1905
-
1906
- /** Defines values for HardwareComponentStatus. */
1907
- export declare type HardwareComponentStatus = "Unknown" | "NotPresent" | "PoweredOff" | "Ok" | "Recovering" | "Warning" | "Failure";
1908
-
1909
- /** Defines values for InEligibilityCategory. */
1910
- export declare type InEligibilityCategory = "DeviceNotOnline" | "NotSupportedAppliance" | "RolloverPending";
1911
-
1912
- /** Defines values for IscsiAndCloudStatus. */
1913
- export declare type IscsiAndCloudStatus = "Disabled" | "IscsiEnabled" | "CloudEnabled" | "IscsiAndCloudEnabled";
1914
-
1915
- /** The job. */
1916
- export declare interface Job extends BaseModel {
1917
- /** The current status of the job. */
1918
- status: JobStatus;
1919
- /** The UTC time at which the job was started. */
1920
- startTime?: Date;
1921
- /** The UTC time at which the job completed. */
1922
- endTime?: Date;
1923
- /** The percentage of the job that is already complete. */
1924
- percentComplete: number;
1925
- /** The error details, if any, for the job. */
1926
- error?: JobErrorDetails;
1927
- /** The type of the job. */
1928
- jobType?: JobType;
1929
- /** The data statistics properties of the job. */
1930
- dataStats?: DataStatistics;
1931
- /** The entity identifier for which the job ran. */
1932
- entityLabel?: string;
1933
- /** The entity type for which the job ran. */
1934
- entityType?: string;
1935
- /** The job stages. */
1936
- jobStages?: JobStage[];
1937
- /** The device ID in which the job ran. */
1938
- deviceId?: string;
1939
- /** Represents whether the job is cancellable or not. */
1940
- isCancellable?: boolean;
1941
- /** The backup type (CloudSnapshot | LocalSnapshot). Applicable only for backup jobs. */
1942
- backupType?: BackupType;
1943
- /** The source device ID of the failover job. */
1944
- sourceDeviceId?: string;
1945
- /** The time of the backup used for the failover. */
1946
- backupPointInTime?: Date;
1947
- }
1948
-
1949
- /** The job error details. Contains list of job error items. */
1950
- export declare interface JobErrorDetails {
1951
- /** The error details. */
1952
- errorDetails?: JobErrorItem[];
1953
- /** The error code intended for programmatic access. */
1954
- code: string;
1955
- /** The error message intended to describe the error in detail. */
1956
- message: string;
1957
- }
1958
-
1959
- /** The job error items. */
1960
- export declare interface JobErrorItem {
1961
- /** The recommended actions. */
1962
- recommendations?: string[];
1963
- /** The error code intended for programmatic access. */
1964
- code: string;
1965
- /** The error message intended to describe the error in detail. */
1966
- message: string;
1967
- }
1968
-
1969
- /** The OData filter to be used for jobs. */
1970
- export declare interface JobFilter {
1971
- /** Specifies the status of the jobs to be filtered. For e.g., "Running", "Succeeded", "Failed" or "Canceled". Only 'Equality' operator is supported for this property. */
1972
- status?: string;
1973
- /** Specifies the type of the jobs to be filtered. For e.g., "ScheduledBackup", "ManualBackup", "RestoreBackup", "CloneVolume", "FailoverVolumeContainers", "CreateLocallyPinnedVolume", "ModifyVolume", "InstallUpdates", "SupportPackageLogs", or "CreateCloudAppliance". Only 'Equality' operator can be used for this property. */
1974
- jobType?: string;
1975
- /** Specifies the start time of the jobs to be filtered. Only 'Greater Than or Equal To' and 'Lesser Than or Equal To' operators are supported for this property. */
1976
- startTime?: Date;
1977
- }
1978
-
1979
- /** The collection of jobs. */
1980
- export declare interface JobList {
1981
- /** The value. */
1982
- value: Job[];
1983
- /** The NextLink. */
1984
- nextLink?: string;
1985
- }
1986
-
1987
- /** Interface representing a Jobs. */
1988
- export declare interface Jobs {
1989
- /**
1990
- * Gets all the jobs for specified device. With optional OData query parameters, a filtered set of jobs
1991
- * is returned.
1992
- * @param deviceName The device name
1993
- * @param resourceGroupName The resource group name
1994
- * @param managerName The manager name
1995
- * @param options The options parameters.
1996
- */
1997
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: JobsListByDeviceOptionalParams): PagedAsyncIterableIterator<Job>;
1998
- /**
1999
- * Gets all the jobs for the specified manager. With optional OData query parameters, a filtered set of
2000
- * jobs is returned.
2001
- * @param resourceGroupName The resource group name
2002
- * @param managerName The manager name
2003
- * @param options The options parameters.
2004
- */
2005
- listByManager(resourceGroupName: string, managerName: string, options?: JobsListByManagerOptionalParams): PagedAsyncIterableIterator<Job>;
2006
- /**
2007
- * Gets the details of the specified job name.
2008
- * @param deviceName The device name
2009
- * @param jobName The job Name.
2010
- * @param resourceGroupName The resource group name
2011
- * @param managerName The manager name
2012
- * @param options The options parameters.
2013
- */
2014
- get(deviceName: string, jobName: string, resourceGroupName: string, managerName: string, options?: JobsGetOptionalParams): Promise<JobsGetResponse>;
2015
- /**
2016
- * Cancels a job on the device.
2017
- * @param deviceName The device name
2018
- * @param jobName The jobName.
2019
- * @param resourceGroupName The resource group name
2020
- * @param managerName The manager name
2021
- * @param options The options parameters.
2022
- */
2023
- beginCancel(deviceName: string, jobName: string, resourceGroupName: string, managerName: string, options?: JobsCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2024
- /**
2025
- * Cancels a job on the device.
2026
- * @param deviceName The device name
2027
- * @param jobName The jobName.
2028
- * @param resourceGroupName The resource group name
2029
- * @param managerName The manager name
2030
- * @param options The options parameters.
2031
- */
2032
- beginCancelAndWait(deviceName: string, jobName: string, resourceGroupName: string, managerName: string, options?: JobsCancelOptionalParams): Promise<void>;
2033
- }
2034
-
2035
- /** Optional parameters. */
2036
- export declare interface JobsCancelOptionalParams extends coreClient.OperationOptions {
2037
- /** Delay to wait until next poll, in milliseconds. */
2038
- updateIntervalInMs?: number;
2039
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2040
- resumeFrom?: string;
2041
- }
2042
-
2043
- /** Optional parameters. */
2044
- export declare interface JobsGetOptionalParams extends coreClient.OperationOptions {
2045
- }
2046
-
2047
- /** Contains response data for the get operation. */
2048
- export declare type JobsGetResponse = Job;
2049
-
2050
- /** Optional parameters. */
2051
- export declare interface JobsListByDeviceNextOptionalParams extends coreClient.OperationOptions {
2052
- }
2053
-
2054
- /** Contains response data for the listByDeviceNext operation. */
2055
- export declare type JobsListByDeviceNextResponse = JobList;
2056
-
2057
- /** Optional parameters. */
2058
- export declare interface JobsListByDeviceOptionalParams extends coreClient.OperationOptions {
2059
- /** OData Filter options */
2060
- filter?: string;
2061
- }
2062
-
2063
- /** Contains response data for the listByDevice operation. */
2064
- export declare type JobsListByDeviceResponse = JobList;
2065
-
2066
- /** Optional parameters. */
2067
- export declare interface JobsListByManagerNextOptionalParams extends coreClient.OperationOptions {
2068
- }
2069
-
2070
- /** Contains response data for the listByManagerNext operation. */
2071
- export declare type JobsListByManagerNextResponse = JobList;
2072
-
2073
- /** Optional parameters. */
2074
- export declare interface JobsListByManagerOptionalParams extends coreClient.OperationOptions {
2075
- /** OData Filter options */
2076
- filter?: string;
2077
- }
2078
-
2079
- /** Contains response data for the listByManager operation. */
2080
- export declare type JobsListByManagerResponse = JobList;
2081
-
2082
- /** The details about the specific stage of a job. */
2083
- export declare interface JobStage {
2084
- /** The message of the job stage. */
2085
- message?: string;
2086
- /** The stage status. */
2087
- stageStatus: JobStatus;
2088
- /** The details of the stage. */
2089
- detail?: string;
2090
- /** The error code of the stage if any. */
2091
- errorCode?: string;
2092
- }
2093
-
2094
- /** Defines values for JobStatus. */
2095
- export declare type JobStatus = "Running" | "Succeeded" | "Failed" | "Canceled";
2096
-
2097
- /** Defines values for JobType. */
2098
- export declare type JobType = "ScheduledBackup" | "ManualBackup" | "RestoreBackup" | "CloneVolume" | "FailoverVolumeContainers" | "CreateLocallyPinnedVolume" | "ModifyVolume" | "InstallUpdates" | "SupportPackageLogs" | "CreateCloudAppliance";
2099
-
2100
- /** The key. */
2101
- export declare interface Key {
2102
- /** The activation key for the device. */
2103
- activationKey: string;
2104
- }
2105
-
2106
- /** Defines values for KeyRolloverStatus. */
2107
- export declare type KeyRolloverStatus = "Required" | "NotRequired";
2108
-
2109
- /** The request object for fetching the list of failover targets (eligible devices for failover). */
2110
- export declare interface ListFailoverTargetsRequest {
2111
- /** The list of path IDs of the volume containers that needs to be failed-over, for which we want to fetch the eligible targets. */
2112
- volumeContainers?: string[];
2113
- }
2114
-
2115
- /** The StorSimple Manager. */
2116
- export declare interface Manager extends Resource {
2117
- /** The etag of the manager. */
2118
- etag?: string;
2119
- /** Represents the type of StorSimple Manager. */
2120
- cisIntrinsicSettings?: ManagerIntrinsicSettings;
2121
- /** Specifies the Sku. */
2122
- sku?: ManagerSku;
2123
- /** Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created. */
2124
- provisioningState?: string;
2125
- }
2126
-
2127
- /** The extended info of the manager. */
2128
- export declare interface ManagerExtendedInfo extends BaseModel {
2129
- /** The etag of the resource. */
2130
- etag?: string;
2131
- /** The version of the extended info being persisted. */
2132
- version?: string;
2133
- /** Represents the CIK of the resource. */
2134
- integrityKey?: string;
2135
- /** Represents the CEK of the resource. */
2136
- encryptionKey?: string;
2137
- /** Represents the Cert thumbprint that was used to encrypt the CEK. */
2138
- encryptionKeyThumbprint?: string;
2139
- /** Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it. */
2140
- portalCertificateThumbprint?: string;
2141
- /** Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted */
2142
- algorithm?: string;
2143
- }
2144
-
2145
- /** Intrinsic settings which refers to the type of the StorSimple Manager. */
2146
- export declare interface ManagerIntrinsicSettings {
2147
- /** The type of StorSimple Manager. */
2148
- type: ManagerType;
2149
- }
2150
-
2151
- /** The list of StorSimple Managers. */
2152
- export declare interface ManagerList {
2153
- /** The list of StorSimple managers. */
2154
- value: Manager[];
2155
- }
2156
-
2157
- /** The StorSimple Manager patch. */
2158
- export declare interface ManagerPatch {
2159
- /** The tags attached to the Manager. */
2160
- tags?: {
2161
- [propertyName: string]: string;
2162
- };
2163
- }
2164
-
2165
- /** Interface representing a Managers. */
2166
- export declare interface Managers {
2167
- /**
2168
- * Retrieves all the managers in a subscription.
2169
- * @param options The options parameters.
2170
- */
2171
- list(options?: ManagersListOptionalParams): PagedAsyncIterableIterator<Manager>;
2172
- /**
2173
- * Retrieves all the managers in a resource group.
2174
- * @param resourceGroupName The resource group name
2175
- * @param options The options parameters.
2176
- */
2177
- listByResourceGroup(resourceGroupName: string, options?: ManagersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Manager>;
2178
- /**
2179
- * Lists the features and their support status
2180
- * @param resourceGroupName The resource group name
2181
- * @param managerName The manager name
2182
- * @param options The options parameters.
2183
- */
2184
- listFeatureSupportStatus(resourceGroupName: string, managerName: string, options?: ManagersListFeatureSupportStatusOptionalParams): PagedAsyncIterableIterator<Feature>;
2185
- /**
2186
- * Gets the metrics for the specified manager.
2187
- * @param resourceGroupName The resource group name
2188
- * @param managerName The manager name
2189
- * @param filter OData Filter options
2190
- * @param options The options parameters.
2191
- */
2192
- listMetrics(resourceGroupName: string, managerName: string, filter: string, options?: ManagersListMetricsOptionalParams): PagedAsyncIterableIterator<Metrics>;
2193
- /**
2194
- * Gets the metric definitions for the specified manager.
2195
- * @param resourceGroupName The resource group name
2196
- * @param managerName The manager name
2197
- * @param options The options parameters.
2198
- */
2199
- listMetricDefinition(resourceGroupName: string, managerName: string, options?: ManagersListMetricDefinitionOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
2200
- /**
2201
- * Returns the properties of the specified manager name.
2202
- * @param resourceGroupName The resource group name
2203
- * @param managerName The manager name
2204
- * @param options The options parameters.
2205
- */
2206
- get(resourceGroupName: string, managerName: string, options?: ManagersGetOptionalParams): Promise<ManagersGetResponse>;
2207
- /**
2208
- * Creates or updates the manager.
2209
- * @param resourceGroupName The resource group name
2210
- * @param managerName The manager name
2211
- * @param parameters The manager.
2212
- * @param options The options parameters.
2213
- */
2214
- createOrUpdate(resourceGroupName: string, managerName: string, parameters: Manager, options?: ManagersCreateOrUpdateOptionalParams): Promise<ManagersCreateOrUpdateResponse>;
2215
- /**
2216
- * Deletes the manager.
2217
- * @param resourceGroupName The resource group name
2218
- * @param managerName The manager name
2219
- * @param options The options parameters.
2220
- */
2221
- delete(resourceGroupName: string, managerName: string, options?: ManagersDeleteOptionalParams): Promise<void>;
2222
- /**
2223
- * Updates the StorSimple Manager.
2224
- * @param resourceGroupName The resource group name
2225
- * @param managerName The manager name
2226
- * @param parameters The manager update parameters.
2227
- * @param options The options parameters.
2228
- */
2229
- update(resourceGroupName: string, managerName: string, parameters: ManagerPatch, options?: ManagersUpdateOptionalParams): Promise<ManagersUpdateResponse>;
2230
- /**
2231
- * Returns the public encryption key of the device.
2232
- * @param deviceName The device name
2233
- * @param resourceGroupName The resource group name
2234
- * @param managerName The manager name
2235
- * @param options The options parameters.
2236
- */
2237
- getDevicePublicEncryptionKey(deviceName: string, resourceGroupName: string, managerName: string, options?: ManagersGetDevicePublicEncryptionKeyOptionalParams): Promise<ManagersGetDevicePublicEncryptionKeyResponse>;
2238
- /**
2239
- * Returns the encryption settings of the manager.
2240
- * @param resourceGroupName The resource group name
2241
- * @param managerName The manager name
2242
- * @param options The options parameters.
2243
- */
2244
- getEncryptionSettings(resourceGroupName: string, managerName: string, options?: ManagersGetEncryptionSettingsOptionalParams): Promise<ManagersGetEncryptionSettingsResponse>;
2245
- /**
2246
- * Returns the extended information of the specified manager name.
2247
- * @param resourceGroupName The resource group name
2248
- * @param managerName The manager name
2249
- * @param options The options parameters.
2250
- */
2251
- getExtendedInfo(resourceGroupName: string, managerName: string, options?: ManagersGetExtendedInfoOptionalParams): Promise<ManagersGetExtendedInfoResponse>;
2252
- /**
2253
- * Creates the extended info of the manager.
2254
- * @param resourceGroupName The resource group name
2255
- * @param managerName The manager name
2256
- * @param parameters The manager extended information.
2257
- * @param options The options parameters.
2258
- */
2259
- createExtendedInfo(resourceGroupName: string, managerName: string, parameters: ManagerExtendedInfo, options?: ManagersCreateExtendedInfoOptionalParams): Promise<ManagersCreateExtendedInfoResponse>;
2260
- /**
2261
- * Deletes the extended info of the manager.
2262
- * @param resourceGroupName The resource group name
2263
- * @param managerName The manager name
2264
- * @param options The options parameters.
2265
- */
2266
- deleteExtendedInfo(resourceGroupName: string, managerName: string, options?: ManagersDeleteExtendedInfoOptionalParams): Promise<void>;
2267
- /**
2268
- * Updates the extended info of the manager.
2269
- * @param resourceGroupName The resource group name
2270
- * @param managerName The manager name
2271
- * @param ifMatch Pass the ETag of ExtendedInfo fetched from GET call
2272
- * @param parameters The manager extended information.
2273
- * @param options The options parameters.
2274
- */
2275
- updateExtendedInfo(resourceGroupName: string, managerName: string, ifMatch: string, parameters: ManagerExtendedInfo, options?: ManagersUpdateExtendedInfoOptionalParams): Promise<ManagersUpdateExtendedInfoResponse>;
2276
- /**
2277
- * Returns the activation key of the manager.
2278
- * @param resourceGroupName The resource group name
2279
- * @param managerName The manager name
2280
- * @param options The options parameters.
2281
- */
2282
- getActivationKey(resourceGroupName: string, managerName: string, options?: ManagersGetActivationKeyOptionalParams): Promise<ManagersGetActivationKeyResponse>;
2283
- /**
2284
- * Returns the symmetric encrypted public encryption key of the manager.
2285
- * @param resourceGroupName The resource group name
2286
- * @param managerName The manager name
2287
- * @param options The options parameters.
2288
- */
2289
- getPublicEncryptionKey(resourceGroupName: string, managerName: string, options?: ManagersGetPublicEncryptionKeyOptionalParams): Promise<ManagersGetPublicEncryptionKeyResponse>;
2290
- /**
2291
- * Re-generates and returns the activation key of the manager.
2292
- * @param resourceGroupName The resource group name
2293
- * @param managerName The manager name
2294
- * @param options The options parameters.
2295
- */
2296
- regenerateActivationKey(resourceGroupName: string, managerName: string, options?: ManagersRegenerateActivationKeyOptionalParams): Promise<ManagersRegenerateActivationKeyResponse>;
2297
- }
2298
-
2299
- /** Optional parameters. */
2300
- export declare interface ManagersCreateExtendedInfoOptionalParams extends coreClient.OperationOptions {
2301
- }
2302
-
2303
- /** Contains response data for the createExtendedInfo operation. */
2304
- export declare type ManagersCreateExtendedInfoResponse = ManagerExtendedInfo;
2305
-
2306
- /** Optional parameters. */
2307
- export declare interface ManagersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2308
- }
2309
-
2310
- /** Contains response data for the createOrUpdate operation. */
2311
- export declare type ManagersCreateOrUpdateResponse = Manager;
2312
-
2313
- /** Optional parameters. */
2314
- export declare interface ManagersDeleteExtendedInfoOptionalParams extends coreClient.OperationOptions {
2315
- }
2316
-
2317
- /** Optional parameters. */
2318
- export declare interface ManagersDeleteOptionalParams extends coreClient.OperationOptions {
2319
- }
2320
-
2321
- /** Optional parameters. */
2322
- export declare interface ManagersGetActivationKeyOptionalParams extends coreClient.OperationOptions {
2323
- }
2324
-
2325
- /** Contains response data for the getActivationKey operation. */
2326
- export declare type ManagersGetActivationKeyResponse = Key;
2327
-
2328
- /** Optional parameters. */
2329
- export declare interface ManagersGetDevicePublicEncryptionKeyOptionalParams extends coreClient.OperationOptions {
2330
- }
2331
-
2332
- /** Contains response data for the getDevicePublicEncryptionKey operation. */
2333
- export declare type ManagersGetDevicePublicEncryptionKeyResponse = PublicKey;
2334
-
2335
- /** Optional parameters. */
2336
- export declare interface ManagersGetEncryptionSettingsOptionalParams extends coreClient.OperationOptions {
2337
- }
2338
-
2339
- /** Contains response data for the getEncryptionSettings operation. */
2340
- export declare type ManagersGetEncryptionSettingsResponse = EncryptionSettings;
2341
-
2342
- /** Optional parameters. */
2343
- export declare interface ManagersGetExtendedInfoOptionalParams extends coreClient.OperationOptions {
2344
- }
2345
-
2346
- /** Contains response data for the getExtendedInfo operation. */
2347
- export declare type ManagersGetExtendedInfoResponse = ManagerExtendedInfo;
2348
-
2349
- /** Optional parameters. */
2350
- export declare interface ManagersGetOptionalParams extends coreClient.OperationOptions {
2351
- }
2352
-
2353
- /** Optional parameters. */
2354
- export declare interface ManagersGetPublicEncryptionKeyOptionalParams extends coreClient.OperationOptions {
2355
- }
2356
-
2357
- /** Contains response data for the getPublicEncryptionKey operation. */
2358
- export declare type ManagersGetPublicEncryptionKeyResponse = SymmetricEncryptedSecret;
2359
-
2360
- /** Contains response data for the get operation. */
2361
- export declare type ManagersGetResponse = Manager;
2362
-
2363
- /** The Sku. */
2364
- export declare interface ManagerSku {
2365
- /** Refers to the sku name which should be "Standard" */
2366
- name: "Standard";
2367
- }
2368
-
2369
- /** Optional parameters. */
2370
- export declare interface ManagersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2371
- }
2372
-
2373
- /** Contains response data for the listByResourceGroup operation. */
2374
- export declare type ManagersListByResourceGroupResponse = ManagerList;
2375
-
2376
- /** Optional parameters. */
2377
- export declare interface ManagersListFeatureSupportStatusOptionalParams extends coreClient.OperationOptions {
2378
- /** OData Filter options */
2379
- filter?: string;
2380
- }
2381
-
2382
- /** Contains response data for the listFeatureSupportStatus operation. */
2383
- export declare type ManagersListFeatureSupportStatusResponse = FeatureList;
2384
-
2385
- /** Optional parameters. */
2386
- export declare interface ManagersListMetricDefinitionOptionalParams extends coreClient.OperationOptions {
2387
- }
2388
-
2389
- /** Contains response data for the listMetricDefinition operation. */
2390
- export declare type ManagersListMetricDefinitionResponse = MetricDefinitionList;
2391
-
2392
- /** Optional parameters. */
2393
- export declare interface ManagersListMetricsOptionalParams extends coreClient.OperationOptions {
2394
- }
2395
-
2396
- /** Contains response data for the listMetrics operation. */
2397
- export declare type ManagersListMetricsResponse = MetricList;
2398
-
2399
- /** Optional parameters. */
2400
- export declare interface ManagersListOptionalParams extends coreClient.OperationOptions {
2401
- }
2402
-
2403
- /** Contains response data for the list operation. */
2404
- export declare type ManagersListResponse = ManagerList;
2405
-
2406
- /** Optional parameters. */
2407
- export declare interface ManagersRegenerateActivationKeyOptionalParams extends coreClient.OperationOptions {
2408
- }
2409
-
2410
- /** Contains response data for the regenerateActivationKey operation. */
2411
- export declare type ManagersRegenerateActivationKeyResponse = Key;
2412
-
2413
- /** Optional parameters. */
2414
- export declare interface ManagersUpdateExtendedInfoOptionalParams extends coreClient.OperationOptions {
2415
- }
2416
-
2417
- /** Contains response data for the updateExtendedInfo operation. */
2418
- export declare type ManagersUpdateExtendedInfoResponse = ManagerExtendedInfo;
2419
-
2420
- /** Optional parameters. */
2421
- export declare interface ManagersUpdateOptionalParams extends coreClient.OperationOptions {
2422
- }
2423
-
2424
- /** Contains response data for the update operation. */
2425
- export declare type ManagersUpdateResponse = Manager;
2426
-
2427
- /** Defines values for ManagerType. */
2428
- export declare type ManagerType = "GardaV1" | "HelsinkiV1";
2429
-
2430
- /** Defines values for MetricAggregationType. */
2431
- export declare type MetricAggregationType = "Average" | "Last" | "Maximum" | "Minimum" | "None" | "Total";
2432
-
2433
- /** The metric availability. */
2434
- export declare interface MetricAvailablity {
2435
- /** The aggregation interval for the metric. */
2436
- timeGrain?: string;
2437
- /** The retention period for the metric at the specified timegrain. */
2438
- retention?: string;
2439
- }
2440
-
2441
- /** The metric data. */
2442
- export declare interface MetricData {
2443
- /** The time stamp of the metric data. */
2444
- timeStamp?: Date;
2445
- /** The sum of all samples at the time stamp. */
2446
- sum?: number;
2447
- /** The count of all samples at the time stamp. */
2448
- count?: number;
2449
- /** The average of all samples at the time stamp. */
2450
- average?: number;
2451
- /** The minimum of all samples at the time stamp. */
2452
- minimum?: number;
2453
- /** The maximum of all samples at the time stamp. */
2454
- maximum?: number;
2455
- }
2456
-
2457
- /** The monitoring metric definition. */
2458
- export declare interface MetricDefinition {
2459
- /** The metric name. */
2460
- name?: MetricName;
2461
- /** The metric unit. */
2462
- unit?: MetricUnit;
2463
- /** The metric aggregation type. */
2464
- primaryAggregationType?: MetricAggregationType;
2465
- /** The metric source ID. */
2466
- resourceId?: string;
2467
- /** The available metric granularities. */
2468
- metricAvailabilities?: MetricAvailablity[];
2469
- /** The available metric dimensions. */
2470
- dimensions?: MetricDimension[];
2471
- /** The category of the metric. */
2472
- category?: string;
2473
- /** The metric definition type. */
2474
- type?: string;
2475
- }
2476
-
2477
- /** The list of metric definitions. */
2478
- export declare interface MetricDefinitionList {
2479
- /** The list of metric definitions. */
2480
- value?: MetricDefinition[];
2481
- }
2482
-
2483
- /** The metric dimension. It indicates the source of the metric. */
2484
- export declare interface MetricDimension {
2485
- /** The metric dimension name. */
2486
- name?: string;
2487
- /** The metric dimension values. */
2488
- value?: string;
2489
- }
2490
-
2491
- /** The OData filters to be used for metrics. */
2492
- export declare interface MetricFilter {
2493
- /** Specifies the metric name filter specifying the name of the metric to be filtered on. Only 'Equality' operator is supported for this property. */
2494
- name?: MetricNameFilter;
2495
- /** Specifies the start time of the time range to be queried. Only 'Greater Than Or Equal To' operator is supported for this property. */
2496
- startTime?: Date;
2497
- /** Specifies the end time of the time range to be queried. Only 'Less Than Or Equal To' operator is supported for this property. */
2498
- endTime?: Date;
2499
- /** Specifies the time granularity of the metrics to be returned. E.g., "P1D". Valid values are the ones returned as the field "timeGrain" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property. */
2500
- timeGrain?: string;
2501
- /** Specifies the category of the metrics to be filtered. E.g., "CapacityUtilization". Valid values are the ones returned as the field "category" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property. */
2502
- category: string;
2503
- /** Specifies the source(the dimension) of the metrics to be filtered. Only 'Equality' operator is supported for this property. */
2504
- dimensions?: DimensionFilter;
2505
- }
2506
-
2507
- /** The metric list. */
2508
- export declare interface MetricList {
2509
- /** The value. */
2510
- value?: Metrics[];
2511
- }
2512
-
2513
- /** The metric name. */
2514
- export declare interface MetricName {
2515
- /** The metric name. */
2516
- value?: string;
2517
- /** The localized metric name. */
2518
- localizedValue?: string;
2519
- }
2520
-
2521
- /** The metric name filter, specifying the name of the metric to be filtered on. */
2522
- export declare interface MetricNameFilter {
2523
- /** Specifies the metric name to be filtered on. E.g., CloudStorageUsed. Valid values are the ones returned in the field "name" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property. */
2524
- value?: string;
2525
- }
2526
-
2527
- /** The monitoring metric. */
2528
- export declare interface Metrics {
2529
- /** The ID of metric source. */
2530
- resourceId?: string;
2531
- /** The start time of the metric data. */
2532
- startTime?: Date;
2533
- /** The end time of the metric data. */
2534
- endTime?: Date;
2535
- /** The time granularity of the metric data. */
2536
- timeGrain?: string;
2537
- /** The metric aggregation type. */
2538
- primaryAggregation?: MetricAggregationType;
2539
- /** The name of the metric. */
2540
- name?: MetricName;
2541
- /** The metric dimensions. */
2542
- dimensions?: MetricDimension[];
2543
- /** The unit of the metric data. */
2544
- unit?: MetricUnit;
2545
- /** The type of the metric data. */
2546
- type?: string;
2547
- /** The list of the metric data. */
2548
- values?: MetricData[];
2549
- }
2550
-
2551
- /** Defines values for MetricUnit. */
2552
- export declare type MetricUnit = "Bytes" | "BytesPerSecond" | "Count" | "CountPerSecond" | "Percent" | "Seconds";
2553
-
2554
- /** Defines values for MonitoringStatus. */
2555
- export declare type MonitoringStatus = "Enabled" | "Disabled";
2556
-
2557
- /** Defines values for NetInterfaceId. */
2558
- export declare type NetInterfaceId = "Invalid" | "Data0" | "Data1" | "Data2" | "Data3" | "Data4" | "Data5";
2559
-
2560
- /** Defines values for NetInterfaceStatus. */
2561
- export declare type NetInterfaceStatus = "Enabled" | "Disabled";
2562
-
2563
- /** The collection of network adapters on the device. */
2564
- export declare interface NetworkAdapterList {
2565
- /** The value. */
2566
- value: NetworkAdapters[];
2567
- }
2568
-
2569
- /** Represents the network adapter on device. */
2570
- export declare interface NetworkAdapters {
2571
- /** The ID of the network adapter. */
2572
- interfaceId: NetInterfaceId;
2573
- /** Value indicating status of network adapter. */
2574
- netInterfaceStatus: NetInterfaceStatus;
2575
- /** Value indicating whether this instance is default. */
2576
- isDefault?: boolean;
2577
- /** Value indicating cloud and ISCSI status of network adapter. */
2578
- iscsiAndCloudStatus: IscsiAndCloudStatus;
2579
- /** The speed of the network adapter. */
2580
- speed?: number;
2581
- /** The mode of network adapter, either IPv4, IPv6 or both. */
2582
- mode: NetworkMode;
2583
- /** The IPv4 configuration of the network adapter. */
2584
- nicIpv4Settings?: NicIPv4;
2585
- /** The IPv6 configuration of the network adapter. */
2586
- nicIpv6Settings?: NicIPv6;
2587
- }
2588
-
2589
- /** The 'Data 0' network interface card settings. */
2590
- export declare interface NetworkInterfaceData0Settings {
2591
- /** The controller 0's IPv4 address. */
2592
- controllerZeroIp?: string;
2593
- /** The controller 1's IPv4 address. */
2594
- controllerOneIp?: string;
2595
- }
2596
-
2597
- /** Defines values for NetworkMode. */
2598
- export declare type NetworkMode = "Invalid" | "IPV4" | "IPV6" | "BOTH";
2599
-
2600
- /** Represents the network settings of a device. */
2601
- export declare interface NetworkSettings extends BaseModel {
2602
- /** The DNS (Domain Name System) settings of device. */
2603
- dnsSettings: DNSSettings;
2604
- /** The network adapter list of device. */
2605
- networkAdapters: NetworkAdapterList;
2606
- /** The webproxy settings of device. */
2607
- webproxySettings: WebproxySettings;
2608
- }
2609
-
2610
- /** Represents the patch request for the network settings of a device. */
2611
- export declare interface NetworkSettingsPatch {
2612
- /** The DNS (Domain Name System) settings of device. */
2613
- dnsSettings?: DNSSettings;
2614
- /** The network adapter list of device. */
2615
- networkAdapters?: NetworkAdapterList;
2616
- }
2617
-
2618
- /** Details related to the IPv4 address configuration. */
2619
- export declare interface NicIPv4 {
2620
- /** The IPv4 address of the network adapter. */
2621
- ipv4Address?: string;
2622
- /** The IPv4 netmask of the network adapter. */
2623
- ipv4Netmask?: string;
2624
- /** The IPv4 gateway of the network adapter. */
2625
- ipv4Gateway?: string;
2626
- /** The IPv4 address of Controller0. */
2627
- controller0Ipv4Address?: string;
2628
- /** The IPv4 address of Controller1. */
2629
- controller1Ipv4Address?: string;
2630
- }
2631
-
2632
- /** Details related to the IPv6 address configuration. */
2633
- export declare interface NicIPv6 {
2634
- /** The IPv6 address of the network adapter. */
2635
- ipv6Address?: string;
2636
- /** The IPv6 prefix of the network adapter. */
2637
- ipv6Prefix?: string;
2638
- /** The IPv6 gateway of the network adapter. */
2639
- ipv6Gateway?: string;
2640
- /** The IPv6 address of Controller0. */
2641
- controller0Ipv6Address?: string;
2642
- /** The IPv6 address of Controller1. */
2643
- controller1Ipv6Address?: string;
2644
- }
2645
-
2646
- /** Interface representing a Operations. */
2647
- export declare interface Operations {
2648
- /**
2649
- * Lists all of the available REST API operations of the Microsoft.StorSimple provider
2650
- * @param options The options parameters.
2651
- */
2652
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<AvailableProviderOperation>;
2653
- }
2654
-
2655
- /** Optional parameters. */
2656
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2657
- }
2658
-
2659
- /** Contains response data for the listNext operation. */
2660
- export declare type OperationsListNextResponse = AvailableProviderOperationList;
2661
-
2662
- /** Optional parameters. */
2663
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
2664
- }
2665
-
2666
- /** Contains response data for the list operation. */
2667
- export declare type OperationsListResponse = AvailableProviderOperationList;
2668
-
2669
- /** Defines values for OperationStatus. */
2670
- export declare type OperationStatus = "None" | "Updating" | "Deleting" | "Restoring";
2671
-
2672
- /** Defines values for OwnerShipStatus. */
2673
- export declare type OwnerShipStatus = "Owned" | "NotOwned";
2674
-
2675
- /** The public key. */
2676
- export declare interface PublicKey {
2677
- /** The key. */
2678
- key: string;
2679
- }
2680
-
2681
- /** Defines values for RecurrenceType. */
2682
- export declare type RecurrenceType = "Minutes" | "Hourly" | "Daily" | "Weekly";
2683
-
2684
- /** Defines values for RemoteManagementModeConfiguration. */
2685
- export declare type RemoteManagementModeConfiguration = "Unknown" | "Disabled" | "HttpsEnabled" | "HttpsAndHttpEnabled";
2686
-
2687
- /** The settings for remote management of a device. */
2688
- export declare interface RemoteManagementSettings {
2689
- /** The remote management mode. */
2690
- remoteManagementMode: RemoteManagementModeConfiguration;
2691
- /** The remote management certificates. */
2692
- remoteManagementCertificate?: string;
2693
- }
2694
-
2695
- /** The settings for updating remote management mode of the device. */
2696
- export declare interface RemoteManagementSettingsPatch {
2697
- /** The remote management mode. */
2698
- remoteManagementMode: RemoteManagementModeConfiguration;
2699
- }
2700
-
2701
- /** The Azure Resource. */
2702
- export declare interface Resource {
2703
- /**
2704
- * The resource ID.
2705
- * NOTE: This property will not be serialized. It can only be populated by the server.
2706
- */
2707
- readonly id?: string;
2708
- /**
2709
- * The resource name.
2710
- * NOTE: This property will not be serialized. It can only be populated by the server.
2711
- */
2712
- readonly name?: string;
2713
- /**
2714
- * The resource type.
2715
- * NOTE: This property will not be serialized. It can only be populated by the server.
2716
- */
2717
- readonly type?: string;
2718
- /** The geo location of the resource. */
2719
- location: string;
2720
- /** The tags attached to the resource. */
2721
- tags?: {
2722
- [propertyName: string]: string;
2723
- };
2724
- }
2725
-
2726
- /** Defines values for ScheduledBackupStatus. */
2727
- export declare type ScheduledBackupStatus = "Disabled" | "Enabled";
2728
-
2729
- /** The schedule recurrence. */
2730
- export declare interface ScheduleRecurrence {
2731
- /** The recurrence type. */
2732
- recurrenceType: RecurrenceType;
2733
- /** The recurrence value. */
2734
- recurrenceValue: number;
2735
- /** The week days list. Applicable only for schedules of recurrence type 'weekly'. */
2736
- weeklyDaysList?: DayOfWeek[];
2737
- }
2738
-
2739
- /** Defines values for ScheduleStatus. */
2740
- export declare type ScheduleStatus = "Enabled" | "Disabled";
2741
-
2742
- /** The secondary DNS settings. */
2743
- export declare interface SecondaryDNSSettings {
2744
- /** The list of secondary DNS Server IP addresses. */
2745
- secondaryDnsServers?: string[];
2746
- }
2747
-
2748
- /** The security settings of a device. */
2749
- export declare interface SecuritySettings extends BaseModel {
2750
- /** The settings for remote management of a device. */
2751
- remoteManagementSettings: RemoteManagementSettings;
2752
- /** The Challenge-Handshake Authentication Protocol (CHAP) settings. */
2753
- chapSettings: ChapSettings;
2754
- }
2755
-
2756
- /** Represents the patch request for the security settings of a device. */
2757
- export declare interface SecuritySettingsPatch {
2758
- /** The remote management settings. */
2759
- remoteManagementSettings?: RemoteManagementSettingsPatch;
2760
- /** The device administrator password. */
2761
- deviceAdminPassword?: AsymmetricEncryptedSecret;
2762
- /** The snapshot manager password. */
2763
- snapshotPassword?: AsymmetricEncryptedSecret;
2764
- /** The device CHAP and reverse-CHAP settings. */
2765
- chapSettings?: ChapSettings;
2766
- /** The cloud appliance settings. */
2767
- cloudApplianceSettings?: CloudApplianceSettings;
2768
- }
2769
-
2770
- /** The request for sending test alert email */
2771
- export declare interface SendTestAlertEmailRequest {
2772
- /** The list of email IDs to send the test alert email */
2773
- emailList: string[];
2774
- }
2775
-
2776
- /** Defines values for SslStatus. */
2777
- export declare type SslStatus = "Enabled" | "Disabled";
2778
-
2779
- /** The storage account credential. */
2780
- export declare interface StorageAccountCredential extends BaseModel {
2781
- /** The storage endpoint */
2782
- endPoint: string;
2783
- /** Signifies whether SSL needs to be enabled or not. */
2784
- sslStatus: SslStatus;
2785
- /** The details of the storage account password. */
2786
- accessKey?: AsymmetricEncryptedSecret;
2787
- /**
2788
- * The count of volumes using this storage account credential.
2789
- * NOTE: This property will not be serialized. It can only be populated by the server.
2790
- */
2791
- readonly volumesCount?: number;
2792
- }
2793
-
2794
- /** The collection of storage account credential entities. */
2795
- export declare interface StorageAccountCredentialList {
2796
- /** The value. */
2797
- value: StorageAccountCredential[];
2798
- }
2799
-
2800
- /** Interface representing a StorageAccountCredentials. */
2801
- export declare interface StorageAccountCredentials {
2802
- /**
2803
- * Gets all the storage account credentials in a manager.
2804
- * @param resourceGroupName The resource group name
2805
- * @param managerName The manager name
2806
- * @param options The options parameters.
2807
- */
2808
- listByManager(resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsListByManagerOptionalParams): PagedAsyncIterableIterator<StorageAccountCredential>;
2809
- /**
2810
- * Gets the properties of the specified storage account credential name.
2811
- * @param storageAccountCredentialName The name of storage account credential to be fetched.
2812
- * @param resourceGroupName The resource group name
2813
- * @param managerName The manager name
2814
- * @param options The options parameters.
2815
- */
2816
- get(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsGetOptionalParams): Promise<StorageAccountCredentialsGetResponse>;
2817
- /**
2818
- * Creates or updates the storage account credential.
2819
- * @param storageAccountCredentialName The storage account credential name.
2820
- * @param resourceGroupName The resource group name
2821
- * @param managerName The manager name
2822
- * @param parameters The storage account credential to be added or updated.
2823
- * @param options The options parameters.
2824
- */
2825
- beginCreateOrUpdate(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, parameters: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountCredentialsCreateOrUpdateResponse>, StorageAccountCredentialsCreateOrUpdateResponse>>;
2826
- /**
2827
- * Creates or updates the storage account credential.
2828
- * @param storageAccountCredentialName The storage account credential name.
2829
- * @param resourceGroupName The resource group name
2830
- * @param managerName The manager name
2831
- * @param parameters The storage account credential to be added or updated.
2832
- * @param options The options parameters.
2833
- */
2834
- beginCreateOrUpdateAndWait(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, parameters: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<StorageAccountCredentialsCreateOrUpdateResponse>;
2835
- /**
2836
- * Deletes the storage account credential.
2837
- * @param storageAccountCredentialName The name of the storage account credential.
2838
- * @param resourceGroupName The resource group name
2839
- * @param managerName The manager name
2840
- * @param options The options parameters.
2841
- */
2842
- beginDelete(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2843
- /**
2844
- * Deletes the storage account credential.
2845
- * @param storageAccountCredentialName The name of the storage account credential.
2846
- * @param resourceGroupName The resource group name
2847
- * @param managerName The manager name
2848
- * @param options The options parameters.
2849
- */
2850
- beginDeleteAndWait(storageAccountCredentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<void>;
2851
- }
2852
-
2853
- /** Optional parameters. */
2854
- export declare interface StorageAccountCredentialsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2855
- /** Delay to wait until next poll, in milliseconds. */
2856
- updateIntervalInMs?: number;
2857
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2858
- resumeFrom?: string;
2859
- }
2860
-
2861
- /** Contains response data for the createOrUpdate operation. */
2862
- export declare type StorageAccountCredentialsCreateOrUpdateResponse = StorageAccountCredential;
2863
-
2864
- /** Optional parameters. */
2865
- export declare interface StorageAccountCredentialsDeleteOptionalParams extends coreClient.OperationOptions {
2866
- /** Delay to wait until next poll, in milliseconds. */
2867
- updateIntervalInMs?: number;
2868
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2869
- resumeFrom?: string;
2870
- }
2871
-
2872
- /** Optional parameters. */
2873
- export declare interface StorageAccountCredentialsGetOptionalParams extends coreClient.OperationOptions {
2874
- }
2875
-
2876
- /** Contains response data for the get operation. */
2877
- export declare type StorageAccountCredentialsGetResponse = StorageAccountCredential;
2878
-
2879
- /** Optional parameters. */
2880
- export declare interface StorageAccountCredentialsListByManagerOptionalParams extends coreClient.OperationOptions {
2881
- }
2882
-
2883
- /** Contains response data for the listByManager operation. */
2884
- export declare type StorageAccountCredentialsListByManagerResponse = StorageAccountCredentialList;
2885
-
2886
- export declare class StorSimple8000SeriesManagementClient extends coreClient.ServiceClient {
2887
- $host: string;
2888
- apiVersion: string;
2889
- subscriptionId: string;
2890
- /**
2891
- * Initializes a new instance of the StorSimple8000SeriesManagementClient class.
2892
- * @param credentials Subscription credentials which uniquely identify client subscription.
2893
- * @param subscriptionId The subscription id
2894
- * @param options The parameter options
2895
- */
2896
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StorSimple8000SeriesManagementClientOptionalParams);
2897
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
2898
- private addCustomApiVersionPolicy;
2899
- operations: Operations;
2900
- managers: Managers;
2901
- accessControlRecords: AccessControlRecords;
2902
- alerts: Alerts;
2903
- bandwidthSettings: BandwidthSettings;
2904
- cloudAppliances: CloudAppliances;
2905
- devices: Devices;
2906
- deviceSettings: DeviceSettings;
2907
- backupPolicies: BackupPolicies;
2908
- backupSchedules: BackupSchedules;
2909
- backups: Backups;
2910
- hardwareComponentGroups: HardwareComponentGroups;
2911
- jobs: Jobs;
2912
- volumeContainers: VolumeContainers;
2913
- volumes: Volumes;
2914
- storageAccountCredentials: StorageAccountCredentials;
2915
- }
2916
-
2917
- /** Optional parameters. */
2918
- export declare interface StorSimple8000SeriesManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2919
- /** server parameter */
2920
- $host?: string;
2921
- /** Api Version */
2922
- apiVersion?: string;
2923
- /** Overrides client endpoint. */
2924
- endpoint?: string;
2925
- }
2926
-
2927
- /** Represents the secrets encrypted using Symmetric Encryption Key. */
2928
- export declare interface SymmetricEncryptedSecret {
2929
- /** The value of the secret itself. If the secret is in plaintext or null then EncryptionAlgorithm will be none. */
2930
- value: string;
2931
- /** The thumbprint of the cert that was used to encrypt "Value". */
2932
- valueCertificateThumbprint?: string;
2933
- /** The algorithm used to encrypt the "Value". */
2934
- encryptionAlgorithm: EncryptionAlgorithm;
2935
- }
2936
-
2937
- /** The error/warning message due to which the device is ineligible as a failover target device. */
2938
- export declare interface TargetEligibilityErrorMessage {
2939
- /** The localized error message stating the reason why the device is not eligible as a target device. */
2940
- message?: string;
2941
- /** The localized resolution message for the error. */
2942
- resolution?: string;
2943
- /** The result code for the error, due to which the device does not qualify as a failover target device. */
2944
- resultCode?: TargetEligibilityResultCode;
2945
- }
2946
-
2947
- /** The eligibility result of device, as a failover target device. */
2948
- export declare interface TargetEligibilityResult {
2949
- /** The eligibility status of device, as a failover target device. */
2950
- eligibilityStatus?: TargetEligibilityStatus;
2951
- /** The list of error messages, if a device does not qualify as a failover target device. */
2952
- messages?: TargetEligibilityErrorMessage[];
2953
- }
2954
-
2955
- /** Defines values for TargetEligibilityResultCode. */
2956
- export declare type TargetEligibilityResultCode = "TargetAndSourceCannotBeSameError" | "TargetIsNotOnlineError" | "TargetSourceIncompatibleVersionError" | "LocalToTieredVolumesConversionWarning" | "TargetInsufficientCapacityError" | "TargetInsufficientLocalVolumeMemoryError" | "TargetInsufficientTieredVolumeMemoryError";
2957
-
2958
- /** Defines values for TargetEligibilityStatus. */
2959
- export declare type TargetEligibilityStatus = "NotEligible" | "Eligible";
2960
-
2961
- /** The time. */
2962
- export declare interface Time {
2963
- /** The hour. */
2964
- hours: number;
2965
- /** The minute. */
2966
- minutes: number;
2967
- /** The second. */
2968
- seconds: number;
2969
- }
2970
-
2971
- /** The time settings of a device. */
2972
- export declare interface TimeSettings extends BaseModel {
2973
- /** The timezone of device, like '(UTC -06:00) Central America' */
2974
- timeZone: string;
2975
- /** The primary Network Time Protocol (NTP) server name, like 'time.windows.com'. */
2976
- primaryTimeServer?: string;
2977
- /** The secondary Network Time Protocol (NTP) server name, like 'time.contoso.com'. It's optional. */
2978
- secondaryTimeServer?: string[];
2979
- }
2980
-
2981
- /** The updates profile of a device. */
2982
- export declare interface Updates extends BaseModel {
2983
- /** Set to 'true' if regular updates are available for the device. */
2984
- regularUpdatesAvailable?: boolean;
2985
- /** Set to 'true' if maintenance mode update available. */
2986
- maintenanceModeUpdatesAvailable?: boolean;
2987
- /** Indicates whether an update is in progress or not. */
2988
- isUpdateInProgress?: boolean;
2989
- /** The time when the last update was completed. */
2990
- lastUpdatedTime?: Date;
2991
- }
2992
-
2993
- /** Defines values for VirtualMachineApiType. */
2994
- export declare type VirtualMachineApiType = "Classic" | "Arm";
2995
-
2996
- /** The virtual machine image. */
2997
- export declare interface VmImage {
2998
- /** The name. */
2999
- name: string;
3000
- /** The version. */
3001
- version: string;
3002
- /** The offer. */
3003
- offer: string;
3004
- /** The publisher. */
3005
- publisher: string;
3006
- /** The SKU. */
3007
- sku: string;
3008
- }
3009
-
3010
- /** The volume. */
3011
- export declare interface Volume extends BaseModel {
3012
- /** The size of the volume in bytes. */
3013
- sizeInBytes: number;
3014
- /** The type of the volume. */
3015
- volumeType: VolumeType;
3016
- /**
3017
- * The ID of the volume container, in which this volume is created.
3018
- * NOTE: This property will not be serialized. It can only be populated by the server.
3019
- */
3020
- readonly volumeContainerId?: string;
3021
- /** The IDs of the access control records, associated with the volume. */
3022
- accessControlRecordIds: string[];
3023
- /** The volume status. */
3024
- volumeStatus: VolumeStatus;
3025
- /**
3026
- * The operation status on the volume.
3027
- * NOTE: This property will not be serialized. It can only be populated by the server.
3028
- */
3029
- readonly operationStatus?: OperationStatus;
3030
- /**
3031
- * The backup status of the volume.
3032
- * NOTE: This property will not be serialized. It can only be populated by the server.
3033
- */
3034
- readonly backupStatus?: BackupStatus;
3035
- /** The monitoring status of the volume. */
3036
- monitoringStatus: MonitoringStatus;
3037
- /**
3038
- * The IDs of the backup policies, in which this volume is part of.
3039
- * NOTE: This property will not be serialized. It can only be populated by the server.
3040
- */
3041
- readonly backupPolicyIds?: string[];
3042
- }
3043
-
3044
- /** The volume container. */
3045
- export declare interface VolumeContainer extends BaseModel {
3046
- /** The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled". */
3047
- encryptionKey?: AsymmetricEncryptedSecret;
3048
- /**
3049
- * The flag to denote whether encryption is enabled or not.
3050
- * NOTE: This property will not be serialized. It can only be populated by the server.
3051
- */
3052
- readonly encryptionStatus?: EncryptionStatus;
3053
- /**
3054
- * The number of volumes in the volume Container.
3055
- * NOTE: This property will not be serialized. It can only be populated by the server.
3056
- */
3057
- readonly volumeCount?: number;
3058
- /** The path ID of storage account associated with the volume container. */
3059
- storageAccountCredentialId: string;
3060
- /**
3061
- * The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted.
3062
- * NOTE: This property will not be serialized. It can only be populated by the server.
3063
- */
3064
- readonly ownerShipStatus?: OwnerShipStatus;
3065
- /** The bandwidth-rate set on the volume container. */
3066
- bandWidthRateInMbps?: number;
3067
- /** The ID of the bandwidth setting associated with the volume container. */
3068
- bandwidthSettingId?: string;
3069
- /**
3070
- * The total cloud storage for the volume container.
3071
- * NOTE: This property will not be serialized. It can only be populated by the server.
3072
- */
3073
- readonly totalCloudStorageUsageInBytes?: number;
3074
- }
3075
-
3076
- /** The metadata of the volume container, that is being considered as part of a failover set. */
3077
- export declare interface VolumeContainerFailoverMetadata {
3078
- /** The path ID of the volume container. */
3079
- volumeContainerId?: string;
3080
- /** The list of metadata of volumes inside the volume container, which contains valid cloud snapshots. */
3081
- volumes?: VolumeFailoverMetadata[];
3082
- }
3083
-
3084
- /** The collection of volume container entities. */
3085
- export declare interface VolumeContainerList {
3086
- /** The value. */
3087
- value: VolumeContainer[];
3088
- }
3089
-
3090
- /** Interface representing a VolumeContainers. */
3091
- export declare interface VolumeContainers {
3092
- /**
3093
- * Gets all the volume containers in a device.
3094
- * @param deviceName The device name
3095
- * @param resourceGroupName The resource group name
3096
- * @param managerName The manager name
3097
- * @param options The options parameters.
3098
- */
3099
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: VolumeContainersListByDeviceOptionalParams): PagedAsyncIterableIterator<VolumeContainer>;
3100
- /**
3101
- * Gets the metrics for the specified volume container.
3102
- * @param deviceName The device name
3103
- * @param volumeContainerName The volume container name.
3104
- * @param resourceGroupName The resource group name
3105
- * @param managerName The manager name
3106
- * @param filter OData Filter options
3107
- * @param options The options parameters.
3108
- */
3109
- listMetrics(deviceName: string, volumeContainerName: string, resourceGroupName: string, managerName: string, filter: string, options?: VolumeContainersListMetricsOptionalParams): PagedAsyncIterableIterator<Metrics>;
3110
- /**
3111
- * Gets the metric definitions for the specified volume container.
3112
- * @param deviceName The device name
3113
- * @param volumeContainerName The volume container name.
3114
- * @param resourceGroupName The resource group name
3115
- * @param managerName The manager name
3116
- * @param options The options parameters.
3117
- */
3118
- listMetricDefinition(deviceName: string, volumeContainerName: string, resourceGroupName: string, managerName: string, options?: VolumeContainersListMetricDefinitionOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
3119
- /**
3120
- * Gets the properties of the specified volume container name.
3121
- * @param deviceName The device name
3122
- * @param volumeContainerName The name of the volume container.
3123
- * @param resourceGroupName The resource group name
3124
- * @param managerName The manager name
3125
- * @param options The options parameters.
3126
- */
3127
- get(deviceName: string, volumeContainerName: string, resourceGroupName: string, managerName: string, options?: VolumeContainersGetOptionalParams): Promise<VolumeContainersGetResponse>;
3128
- /**
3129
- * Creates or updates the volume container.
3130
- * @param deviceName The device name
3131
- * @param volumeContainerName The name of the volume container.
3132
- * @param resourceGroupName The resource group name
3133
- * @param managerName The manager name
3134
- * @param parameters The volume container to be added or updated.
3135
- * @param options The options parameters.
3136
- */
3137
- beginCreateOrUpdate(deviceName: string, volumeContainerName: string, resourceGroupName: string, managerName: string, parameters: VolumeContainer, options?: VolumeContainersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VolumeContainersCreateOrUpdateResponse>, VolumeContainersCreateOrUpdateResponse>>;
3138
- /**
3139
- * Creates or updates the volume container.
3140
- * @param deviceName The device name
3141
- * @param volumeContainerName The name of the volume container.
3142
- * @param resourceGroupName The resource group name
3143
- * @param managerName The manager name
3144
- * @param parameters The volume container to be added or updated.
3145
- * @param options The options parameters.
3146
- */
3147
- beginCreateOrUpdateAndWait(deviceName: string, volumeContainerName: string, resourceGroupName: string, managerName: string, parameters: VolumeContainer, options?: VolumeContainersCreateOrUpdateOptionalParams): Promise<VolumeContainersCreateOrUpdateResponse>;
3148
- /**
3149
- * Deletes the volume container.
3150
- * @param deviceName The device name
3151
- * @param volumeContainerName The name of the volume container.
3152
- * @param resourceGroupName The resource group name
3153
- * @param managerName The manager name
3154
- * @param options The options parameters.
3155
- */
3156
- beginDelete(deviceName: string, volumeContainerName: string, resourceGroupName: string, managerName: string, options?: VolumeContainersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3157
- /**
3158
- * Deletes the volume container.
3159
- * @param deviceName The device name
3160
- * @param volumeContainerName The name of the volume container.
3161
- * @param resourceGroupName The resource group name
3162
- * @param managerName The manager name
3163
- * @param options The options parameters.
3164
- */
3165
- beginDeleteAndWait(deviceName: string, volumeContainerName: string, resourceGroupName: string, managerName: string, options?: VolumeContainersDeleteOptionalParams): Promise<void>;
3166
- }
3167
-
3168
- /** Optional parameters. */
3169
- export declare interface VolumeContainersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3170
- /** Delay to wait until next poll, in milliseconds. */
3171
- updateIntervalInMs?: number;
3172
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3173
- resumeFrom?: string;
3174
- }
3175
-
3176
- /** Contains response data for the createOrUpdate operation. */
3177
- export declare type VolumeContainersCreateOrUpdateResponse = VolumeContainer;
3178
-
3179
- /** Optional parameters. */
3180
- export declare interface VolumeContainersDeleteOptionalParams extends coreClient.OperationOptions {
3181
- /** Delay to wait until next poll, in milliseconds. */
3182
- updateIntervalInMs?: number;
3183
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3184
- resumeFrom?: string;
3185
- }
3186
-
3187
- /** Optional parameters. */
3188
- export declare interface VolumeContainersGetOptionalParams extends coreClient.OperationOptions {
3189
- }
3190
-
3191
- /** Contains response data for the get operation. */
3192
- export declare type VolumeContainersGetResponse = VolumeContainer;
3193
-
3194
- /** Optional parameters. */
3195
- export declare interface VolumeContainersListByDeviceOptionalParams extends coreClient.OperationOptions {
3196
- }
3197
-
3198
- /** Contains response data for the listByDevice operation. */
3199
- export declare type VolumeContainersListByDeviceResponse = VolumeContainerList;
3200
-
3201
- /** Optional parameters. */
3202
- export declare interface VolumeContainersListMetricDefinitionOptionalParams extends coreClient.OperationOptions {
3203
- }
3204
-
3205
- /** Contains response data for the listMetricDefinition operation. */
3206
- export declare type VolumeContainersListMetricDefinitionResponse = MetricDefinitionList;
3207
-
3208
- /** Optional parameters. */
3209
- export declare interface VolumeContainersListMetricsOptionalParams extends coreClient.OperationOptions {
3210
- }
3211
-
3212
- /** Contains response data for the listMetrics operation. */
3213
- export declare type VolumeContainersListMetricsResponse = MetricList;
3214
-
3215
- /** The metadata of a volume that has valid cloud snapshot. */
3216
- export declare interface VolumeFailoverMetadata {
3217
- /** The path ID of the volume. */
3218
- volumeId?: string;
3219
- /** The type of the volume. */
3220
- volumeType?: VolumeType;
3221
- /** The size of the volume in bytes at the time the snapshot was taken. */
3222
- sizeInBytes?: number;
3223
- /** The date at which the snapshot was taken. */
3224
- backupCreatedDate?: Date;
3225
- /** The path ID of the backup-element for this volume, inside the backup set. */
3226
- backupElementId?: string;
3227
- /** The path ID of the backup set. */
3228
- backupId?: string;
3229
- /** The path ID of the backup policy using which the snapshot was taken. */
3230
- backupPolicyId?: string;
3231
- }
3232
-
3233
- /** The collection of volumes. */
3234
- export declare interface VolumeList {
3235
- /** The value. */
3236
- value: Volume[];
3237
- }
3238
-
3239
- /** Interface representing a Volumes. */
3240
- export declare interface Volumes {
3241
- /**
3242
- * Retrieves all the volumes in a volume container.
3243
- * @param deviceName The device name
3244
- * @param volumeContainerName The volume container name.
3245
- * @param resourceGroupName The resource group name
3246
- * @param managerName The manager name
3247
- * @param options The options parameters.
3248
- */
3249
- listByVolumeContainer(deviceName: string, volumeContainerName: string, resourceGroupName: string, managerName: string, options?: VolumesListByVolumeContainerOptionalParams): PagedAsyncIterableIterator<Volume>;
3250
- /**
3251
- * Gets the metrics for the specified volume.
3252
- * @param deviceName The device name
3253
- * @param volumeContainerName The volume container name.
3254
- * @param volumeName The volume name.
3255
- * @param resourceGroupName The resource group name
3256
- * @param managerName The manager name
3257
- * @param filter OData Filter options
3258
- * @param options The options parameters.
3259
- */
3260
- listMetrics(deviceName: string, volumeContainerName: string, volumeName: string, resourceGroupName: string, managerName: string, filter: string, options?: VolumesListMetricsOptionalParams): PagedAsyncIterableIterator<Metrics>;
3261
- /**
3262
- * Gets the metric definitions for the specified volume.
3263
- * @param deviceName The device name
3264
- * @param volumeContainerName The volume container name.
3265
- * @param volumeName The volume name.
3266
- * @param resourceGroupName The resource group name
3267
- * @param managerName The manager name
3268
- * @param options The options parameters.
3269
- */
3270
- listMetricDefinition(deviceName: string, volumeContainerName: string, volumeName: string, resourceGroupName: string, managerName: string, options?: VolumesListMetricDefinitionOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
3271
- /**
3272
- * Retrieves all the volumes in a device.
3273
- * @param deviceName The device name
3274
- * @param resourceGroupName The resource group name
3275
- * @param managerName The manager name
3276
- * @param options The options parameters.
3277
- */
3278
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: VolumesListByDeviceOptionalParams): PagedAsyncIterableIterator<Volume>;
3279
- /**
3280
- * Returns the properties of the specified volume name.
3281
- * @param deviceName The device name
3282
- * @param volumeContainerName The volume container name.
3283
- * @param volumeName The volume name.
3284
- * @param resourceGroupName The resource group name
3285
- * @param managerName The manager name
3286
- * @param options The options parameters.
3287
- */
3288
- get(deviceName: string, volumeContainerName: string, volumeName: string, resourceGroupName: string, managerName: string, options?: VolumesGetOptionalParams): Promise<VolumesGetResponse>;
3289
- /**
3290
- * Creates or updates the volume.
3291
- * @param deviceName The device name
3292
- * @param volumeContainerName The volume container name.
3293
- * @param volumeName The volume name.
3294
- * @param resourceGroupName The resource group name
3295
- * @param managerName The manager name
3296
- * @param parameters Volume to be created or updated.
3297
- * @param options The options parameters.
3298
- */
3299
- beginCreateOrUpdate(deviceName: string, volumeContainerName: string, volumeName: string, resourceGroupName: string, managerName: string, parameters: Volume, options?: VolumesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VolumesCreateOrUpdateResponse>, VolumesCreateOrUpdateResponse>>;
3300
- /**
3301
- * Creates or updates the volume.
3302
- * @param deviceName The device name
3303
- * @param volumeContainerName The volume container name.
3304
- * @param volumeName The volume name.
3305
- * @param resourceGroupName The resource group name
3306
- * @param managerName The manager name
3307
- * @param parameters Volume to be created or updated.
3308
- * @param options The options parameters.
3309
- */
3310
- beginCreateOrUpdateAndWait(deviceName: string, volumeContainerName: string, volumeName: string, resourceGroupName: string, managerName: string, parameters: Volume, options?: VolumesCreateOrUpdateOptionalParams): Promise<VolumesCreateOrUpdateResponse>;
3311
- /**
3312
- * Deletes the volume.
3313
- * @param deviceName The device name
3314
- * @param volumeContainerName The volume container name.
3315
- * @param volumeName The volume name.
3316
- * @param resourceGroupName The resource group name
3317
- * @param managerName The manager name
3318
- * @param options The options parameters.
3319
- */
3320
- beginDelete(deviceName: string, volumeContainerName: string, volumeName: string, resourceGroupName: string, managerName: string, options?: VolumesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3321
- /**
3322
- * Deletes the volume.
3323
- * @param deviceName The device name
3324
- * @param volumeContainerName The volume container name.
3325
- * @param volumeName The volume name.
3326
- * @param resourceGroupName The resource group name
3327
- * @param managerName The manager name
3328
- * @param options The options parameters.
3329
- */
3330
- beginDeleteAndWait(deviceName: string, volumeContainerName: string, volumeName: string, resourceGroupName: string, managerName: string, options?: VolumesDeleteOptionalParams): Promise<void>;
3331
- }
3332
-
3333
- /** Optional parameters. */
3334
- export declare interface VolumesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
3335
- /** Delay to wait until next poll, in milliseconds. */
3336
- updateIntervalInMs?: number;
3337
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3338
- resumeFrom?: string;
3339
- }
3340
-
3341
- /** Contains response data for the createOrUpdate operation. */
3342
- export declare type VolumesCreateOrUpdateResponse = Volume;
3343
-
3344
- /** Optional parameters. */
3345
- export declare interface VolumesDeleteOptionalParams extends coreClient.OperationOptions {
3346
- /** Delay to wait until next poll, in milliseconds. */
3347
- updateIntervalInMs?: number;
3348
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3349
- resumeFrom?: string;
3350
- }
3351
-
3352
- /** Optional parameters. */
3353
- export declare interface VolumesGetOptionalParams extends coreClient.OperationOptions {
3354
- }
3355
-
3356
- /** Contains response data for the get operation. */
3357
- export declare type VolumesGetResponse = Volume;
3358
-
3359
- /** Optional parameters. */
3360
- export declare interface VolumesListByDeviceOptionalParams extends coreClient.OperationOptions {
3361
- }
3362
-
3363
- /** Contains response data for the listByDevice operation. */
3364
- export declare type VolumesListByDeviceResponse = VolumeList;
3365
-
3366
- /** Optional parameters. */
3367
- export declare interface VolumesListByVolumeContainerOptionalParams extends coreClient.OperationOptions {
3368
- }
3369
-
3370
- /** Contains response data for the listByVolumeContainer operation. */
3371
- export declare type VolumesListByVolumeContainerResponse = VolumeList;
3372
-
3373
- /** Optional parameters. */
3374
- export declare interface VolumesListMetricDefinitionOptionalParams extends coreClient.OperationOptions {
3375
- }
3376
-
3377
- /** Contains response data for the listMetricDefinition operation. */
3378
- export declare type VolumesListMetricDefinitionResponse = MetricDefinitionList;
3379
-
3380
- /** Optional parameters. */
3381
- export declare interface VolumesListMetricsOptionalParams extends coreClient.OperationOptions {
3382
- }
3383
-
3384
- /** Contains response data for the listMetrics operation. */
3385
- export declare type VolumesListMetricsResponse = MetricList;
3386
-
3387
- /** Defines values for VolumeStatus. */
3388
- export declare type VolumeStatus = "Online" | "Offline";
3389
-
3390
- /** Defines values for VolumeType. */
3391
- export declare type VolumeType = "Tiered" | "Archival" | "LocallyPinned";
3392
-
3393
- /** The web proxy settings on the device. */
3394
- export declare interface WebproxySettings {
3395
- /** The connection URI. */
3396
- connectionUri?: string;
3397
- /** The authentication type. */
3398
- authentication: AuthenticationType;
3399
- /** The webproxy username. */
3400
- username: string;
3401
- }
3402
-
3403
- export { }