@azure/arm-storsimple1200series 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 (1184) 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 +355 -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 +301 -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 +214 -0
  19. package/dist/browser/operations/alerts.js.map +1 -0
  20. package/dist/browser/operations/availableProviderOperationsOperations.d.ts +32 -0
  21. package/dist/browser/operations/availableProviderOperationsOperations.d.ts.map +1 -0
  22. package/dist/browser/operations/availableProviderOperationsOperations.js +133 -0
  23. package/dist/browser/operations/availableProviderOperationsOperations.js.map +1 -0
  24. package/dist/browser/operations/backupScheduleGroups.d.ts +80 -0
  25. package/dist/browser/operations/backupScheduleGroups.d.ts.map +1 -0
  26. package/dist/browser/operations/backupScheduleGroups.js +325 -0
  27. package/dist/browser/operations/backupScheduleGroups.js.map +1 -0
  28. package/dist/browser/operations/backups.d.ts +106 -0
  29. package/dist/browser/operations/backups.d.ts.map +1 -0
  30. package/dist/browser/operations/backups.js +450 -0
  31. package/dist/browser/operations/backups.js.map +1 -0
  32. package/dist/browser/operations/chapSettingsOperations.d.ts +80 -0
  33. package/dist/browser/operations/chapSettingsOperations.d.ts.map +1 -0
  34. package/dist/browser/operations/chapSettingsOperations.js +313 -0
  35. package/dist/browser/operations/chapSettingsOperations.js.map +1 -0
  36. package/dist/browser/operations/devices.d.ts +277 -0
  37. package/dist/browser/operations/devices.d.ts.map +1 -0
  38. package/dist/browser/operations/devices.js +1196 -0
  39. package/dist/browser/operations/devices.js.map +1 -0
  40. package/dist/browser/operations/fileServers.d.ts +154 -0
  41. package/dist/browser/operations/fileServers.d.ts.map +1 -0
  42. package/dist/browser/operations/fileServers.js +640 -0
  43. package/dist/browser/operations/fileServers.js.map +1 -0
  44. package/dist/browser/operations/fileShares.d.ts +149 -0
  45. package/dist/browser/operations/fileShares.d.ts.map +1 -0
  46. package/dist/browser/operations/fileShares.js +614 -0
  47. package/dist/browser/operations/fileShares.js.map +1 -0
  48. package/dist/browser/operations/index.d.ts +16 -0
  49. package/dist/browser/operations/index.d.ts.map +1 -0
  50. package/dist/browser/operations/index.js +23 -0
  51. package/dist/browser/operations/index.js.map +1 -0
  52. package/dist/browser/operations/iscsiDisks.d.ts +149 -0
  53. package/dist/browser/operations/iscsiDisks.d.ts.map +1 -0
  54. package/dist/browser/operations/iscsiDisks.js +614 -0
  55. package/dist/browser/operations/iscsiDisks.js.map +1 -0
  56. package/dist/browser/operations/iscsiServers.d.ts +154 -0
  57. package/dist/browser/operations/iscsiServers.d.ts.map +1 -0
  58. package/dist/browser/operations/iscsiServers.js +640 -0
  59. package/dist/browser/operations/iscsiServers.js.map +1 -0
  60. package/dist/browser/operations/jobs.d.ts +74 -0
  61. package/dist/browser/operations/jobs.d.ts.map +1 -0
  62. package/dist/browser/operations/jobs.js +313 -0
  63. package/dist/browser/operations/jobs.js.map +1 -0
  64. package/dist/browser/operations/managers.d.ts +157 -0
  65. package/dist/browser/operations/managers.d.ts.map +1 -0
  66. package/dist/browser/operations/managers.js +692 -0
  67. package/dist/browser/operations/managers.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 +301 -0
  71. package/dist/browser/operations/storageAccountCredentials.js.map +1 -0
  72. package/dist/browser/operations/storageDomains.d.ts +73 -0
  73. package/dist/browser/operations/storageDomains.d.ts.map +1 -0
  74. package/dist/browser/operations/storageDomains.js +301 -0
  75. package/dist/browser/operations/storageDomains.js.map +1 -0
  76. package/dist/browser/operationsInterfaces/accessControlRecords.d.ts +56 -0
  77. package/dist/browser/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
  78. package/dist/browser/operationsInterfaces/accessControlRecords.js.map +1 -0
  79. package/dist/browser/operationsInterfaces/alerts.d.ts +30 -0
  80. package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
  81. package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
  82. package/dist/browser/operationsInterfaces/availableProviderOperationsOperations.d.ts +11 -0
  83. package/dist/browser/operationsInterfaces/availableProviderOperationsOperations.d.ts.map +1 -0
  84. package/dist/browser/operationsInterfaces/availableProviderOperationsOperations.js.map +1 -0
  85. package/dist/browser/operationsInterfaces/backupScheduleGroups.d.ts +62 -0
  86. package/dist/browser/operationsInterfaces/backupScheduleGroups.d.ts.map +1 -0
  87. package/dist/browser/operationsInterfaces/backupScheduleGroups.js.map +1 -0
  88. package/dist/browser/operationsInterfaces/backups.d.ts +62 -0
  89. package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
  90. package/dist/browser/operationsInterfaces/backups.js.map +1 -0
  91. package/dist/browser/operationsInterfaces/chapSettingsOperations.d.ts +62 -0
  92. package/dist/browser/operationsInterfaces/chapSettingsOperations.d.ts.map +1 -0
  93. package/dist/browser/operationsInterfaces/chapSettingsOperations.js.map +1 -0
  94. package/dist/browser/operationsInterfaces/devices.d.ts +230 -0
  95. package/dist/browser/operationsInterfaces/devices.d.ts.map +1 -0
  96. package/dist/browser/operationsInterfaces/devices.js.map +1 -0
  97. package/dist/browser/operationsInterfaces/fileServers.d.ts +105 -0
  98. package/dist/browser/operationsInterfaces/fileServers.d.ts.map +1 -0
  99. package/dist/browser/operationsInterfaces/fileServers.js.map +1 -0
  100. package/dist/browser/operationsInterfaces/fileShares.d.ts +96 -0
  101. package/dist/browser/operationsInterfaces/fileShares.d.ts.map +1 -0
  102. package/dist/browser/operationsInterfaces/fileShares.js.map +1 -0
  103. package/dist/browser/operationsInterfaces/index.d.ts +16 -0
  104. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  105. package/dist/browser/operationsInterfaces/index.js +23 -0
  106. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/iscsiDisks.d.ts +96 -0
  108. package/dist/browser/operationsInterfaces/iscsiDisks.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/iscsiDisks.js.map +1 -0
  110. package/dist/browser/operationsInterfaces/iscsiServers.d.ts +105 -0
  111. package/dist/browser/operationsInterfaces/iscsiServers.d.ts.map +1 -0
  112. package/dist/browser/operationsInterfaces/iscsiServers.js.map +1 -0
  113. package/dist/browser/operationsInterfaces/jobs.d.ts +30 -0
  114. package/dist/browser/operationsInterfaces/jobs.d.ts.map +1 -0
  115. package/dist/browser/operationsInterfaces/jobs.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/managers.d.ts +116 -0
  117. package/dist/browser/operationsInterfaces/managers.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/managers.js.map +1 -0
  119. package/dist/browser/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
  120. package/dist/browser/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
  121. package/dist/browser/operationsInterfaces/storageAccountCredentials.js.map +1 -0
  122. package/dist/browser/operationsInterfaces/storageDomains.d.ts +56 -0
  123. package/dist/browser/operationsInterfaces/storageDomains.d.ts.map +1 -0
  124. package/dist/browser/operationsInterfaces/storageDomains.js.map +1 -0
  125. package/dist/browser/package.json +3 -0
  126. package/dist/browser/pagingHelper.js.map +1 -0
  127. package/dist/browser/storSimpleManagementClient.d.ts +34 -0
  128. package/dist/browser/storSimpleManagementClient.d.ts.map +1 -0
  129. package/dist/browser/storSimpleManagementClient.js +111 -0
  130. package/dist/browser/storSimpleManagementClient.js.map +1 -0
  131. package/dist/commonjs/index.d.ts +5 -0
  132. package/dist/commonjs/index.d.ts.map +1 -0
  133. package/dist/commonjs/index.js +19 -0
  134. package/dist/commonjs/index.js.map +1 -0
  135. package/dist/commonjs/lroImpl.d.ts +16 -0
  136. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  137. package/dist/commonjs/lroImpl.js +29 -0
  138. package/dist/commonjs/lroImpl.js.map +1 -0
  139. package/dist/commonjs/models/index.d.ts +1607 -0
  140. package/dist/commonjs/models/index.d.ts.map +1 -0
  141. package/dist/commonjs/models/index.js +10 -0
  142. package/dist/commonjs/models/index.js.map +1 -0
  143. package/dist/commonjs/models/mappers.d.ts +84 -0
  144. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  145. package/dist/commonjs/models/mappers.js +2915 -0
  146. package/dist/commonjs/models/mappers.js.map +1 -0
  147. package/dist/commonjs/models/parameters.d.ts +48 -0
  148. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  149. package/dist/commonjs/models/parameters.js +358 -0
  150. package/dist/commonjs/models/parameters.js.map +1 -0
  151. package/dist/commonjs/operations/accessControlRecords.d.ts +73 -0
  152. package/dist/commonjs/operations/accessControlRecords.d.ts.map +1 -0
  153. package/dist/commonjs/operations/accessControlRecords.js +305 -0
  154. package/dist/commonjs/operations/accessControlRecords.js.map +1 -0
  155. package/dist/commonjs/operations/alerts.d.ts +55 -0
  156. package/dist/commonjs/operations/alerts.d.ts.map +1 -0
  157. package/dist/commonjs/operations/alerts.js +218 -0
  158. package/dist/commonjs/operations/alerts.js.map +1 -0
  159. package/dist/commonjs/operations/availableProviderOperationsOperations.d.ts +32 -0
  160. package/dist/commonjs/operations/availableProviderOperationsOperations.d.ts.map +1 -0
  161. package/dist/commonjs/operations/availableProviderOperationsOperations.js +137 -0
  162. package/dist/commonjs/operations/availableProviderOperationsOperations.js.map +1 -0
  163. package/dist/commonjs/operations/backupScheduleGroups.d.ts +80 -0
  164. package/dist/commonjs/operations/backupScheduleGroups.d.ts.map +1 -0
  165. package/dist/commonjs/operations/backupScheduleGroups.js +329 -0
  166. package/dist/commonjs/operations/backupScheduleGroups.js.map +1 -0
  167. package/dist/commonjs/operations/backups.d.ts +106 -0
  168. package/dist/commonjs/operations/backups.d.ts.map +1 -0
  169. package/dist/commonjs/operations/backups.js +454 -0
  170. package/dist/commonjs/operations/backups.js.map +1 -0
  171. package/dist/commonjs/operations/chapSettingsOperations.d.ts +80 -0
  172. package/dist/commonjs/operations/chapSettingsOperations.d.ts.map +1 -0
  173. package/dist/commonjs/operations/chapSettingsOperations.js +317 -0
  174. package/dist/commonjs/operations/chapSettingsOperations.js.map +1 -0
  175. package/dist/commonjs/operations/devices.d.ts +277 -0
  176. package/dist/commonjs/operations/devices.d.ts.map +1 -0
  177. package/dist/commonjs/operations/devices.js +1200 -0
  178. package/dist/commonjs/operations/devices.js.map +1 -0
  179. package/dist/commonjs/operations/fileServers.d.ts +154 -0
  180. package/dist/commonjs/operations/fileServers.d.ts.map +1 -0
  181. package/dist/commonjs/operations/fileServers.js +644 -0
  182. package/dist/commonjs/operations/fileServers.js.map +1 -0
  183. package/dist/commonjs/operations/fileShares.d.ts +149 -0
  184. package/dist/commonjs/operations/fileShares.d.ts.map +1 -0
  185. package/dist/commonjs/operations/fileShares.js +618 -0
  186. package/dist/commonjs/operations/fileShares.js.map +1 -0
  187. package/dist/commonjs/operations/index.d.ts +16 -0
  188. package/dist/commonjs/operations/index.d.ts.map +1 -0
  189. package/dist/commonjs/operations/index.js +26 -0
  190. package/dist/commonjs/operations/index.js.map +1 -0
  191. package/dist/commonjs/operations/iscsiDisks.d.ts +149 -0
  192. package/dist/commonjs/operations/iscsiDisks.d.ts.map +1 -0
  193. package/dist/commonjs/operations/iscsiDisks.js +618 -0
  194. package/dist/commonjs/operations/iscsiDisks.js.map +1 -0
  195. package/dist/commonjs/operations/iscsiServers.d.ts +154 -0
  196. package/dist/commonjs/operations/iscsiServers.d.ts.map +1 -0
  197. package/dist/commonjs/operations/iscsiServers.js +644 -0
  198. package/dist/commonjs/operations/iscsiServers.js.map +1 -0
  199. package/dist/commonjs/operations/jobs.d.ts +74 -0
  200. package/dist/commonjs/operations/jobs.d.ts.map +1 -0
  201. package/dist/commonjs/operations/jobs.js +317 -0
  202. package/dist/commonjs/operations/jobs.js.map +1 -0
  203. package/dist/commonjs/operations/managers.d.ts +157 -0
  204. package/dist/commonjs/operations/managers.d.ts.map +1 -0
  205. package/dist/commonjs/operations/managers.js +696 -0
  206. package/dist/commonjs/operations/managers.js.map +1 -0
  207. package/dist/commonjs/operations/storageAccountCredentials.d.ts +73 -0
  208. package/dist/commonjs/operations/storageAccountCredentials.d.ts.map +1 -0
  209. package/dist/commonjs/operations/storageAccountCredentials.js +305 -0
  210. package/dist/commonjs/operations/storageAccountCredentials.js.map +1 -0
  211. package/dist/commonjs/operations/storageDomains.d.ts +73 -0
  212. package/dist/commonjs/operations/storageDomains.d.ts.map +1 -0
  213. package/dist/commonjs/operations/storageDomains.js +305 -0
  214. package/dist/commonjs/operations/storageDomains.js.map +1 -0
  215. package/dist/commonjs/operationsInterfaces/accessControlRecords.d.ts +56 -0
  216. package/dist/commonjs/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
  217. package/dist/commonjs/operationsInterfaces/accessControlRecords.js +10 -0
  218. package/dist/commonjs/operationsInterfaces/accessControlRecords.js.map +1 -0
  219. package/dist/commonjs/operationsInterfaces/alerts.d.ts +30 -0
  220. package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
  221. package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
  222. package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
  223. package/dist/commonjs/operationsInterfaces/availableProviderOperationsOperations.d.ts +11 -0
  224. package/dist/commonjs/operationsInterfaces/availableProviderOperationsOperations.d.ts.map +1 -0
  225. package/dist/commonjs/operationsInterfaces/availableProviderOperationsOperations.js +10 -0
  226. package/dist/commonjs/operationsInterfaces/availableProviderOperationsOperations.js.map +1 -0
  227. package/dist/commonjs/operationsInterfaces/backupScheduleGroups.d.ts +62 -0
  228. package/dist/commonjs/operationsInterfaces/backupScheduleGroups.d.ts.map +1 -0
  229. package/dist/commonjs/operationsInterfaces/backupScheduleGroups.js +10 -0
  230. package/dist/commonjs/operationsInterfaces/backupScheduleGroups.js.map +1 -0
  231. package/dist/commonjs/operationsInterfaces/backups.d.ts +62 -0
  232. package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
  233. package/dist/commonjs/operationsInterfaces/backups.js +10 -0
  234. package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
  235. package/dist/commonjs/operationsInterfaces/chapSettingsOperations.d.ts +62 -0
  236. package/dist/commonjs/operationsInterfaces/chapSettingsOperations.d.ts.map +1 -0
  237. package/dist/commonjs/operationsInterfaces/chapSettingsOperations.js +10 -0
  238. package/dist/commonjs/operationsInterfaces/chapSettingsOperations.js.map +1 -0
  239. package/dist/commonjs/operationsInterfaces/devices.d.ts +230 -0
  240. package/dist/commonjs/operationsInterfaces/devices.d.ts.map +1 -0
  241. package/dist/commonjs/operationsInterfaces/devices.js +10 -0
  242. package/dist/commonjs/operationsInterfaces/devices.js.map +1 -0
  243. package/dist/commonjs/operationsInterfaces/fileServers.d.ts +105 -0
  244. package/dist/commonjs/operationsInterfaces/fileServers.d.ts.map +1 -0
  245. package/dist/commonjs/operationsInterfaces/fileServers.js +10 -0
  246. package/dist/commonjs/operationsInterfaces/fileServers.js.map +1 -0
  247. package/dist/commonjs/operationsInterfaces/fileShares.d.ts +96 -0
  248. package/dist/commonjs/operationsInterfaces/fileShares.d.ts.map +1 -0
  249. package/dist/commonjs/operationsInterfaces/fileShares.js +10 -0
  250. package/dist/commonjs/operationsInterfaces/fileShares.js.map +1 -0
  251. package/dist/commonjs/operationsInterfaces/index.d.ts +16 -0
  252. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  253. package/dist/commonjs/operationsInterfaces/index.js +26 -0
  254. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  255. package/dist/commonjs/operationsInterfaces/iscsiDisks.d.ts +96 -0
  256. package/dist/commonjs/operationsInterfaces/iscsiDisks.d.ts.map +1 -0
  257. package/dist/commonjs/operationsInterfaces/iscsiDisks.js +10 -0
  258. package/dist/commonjs/operationsInterfaces/iscsiDisks.js.map +1 -0
  259. package/dist/commonjs/operationsInterfaces/iscsiServers.d.ts +105 -0
  260. package/dist/commonjs/operationsInterfaces/iscsiServers.d.ts.map +1 -0
  261. package/dist/commonjs/operationsInterfaces/iscsiServers.js +10 -0
  262. package/dist/commonjs/operationsInterfaces/iscsiServers.js.map +1 -0
  263. package/dist/commonjs/operationsInterfaces/jobs.d.ts +30 -0
  264. package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +1 -0
  265. package/dist/commonjs/operationsInterfaces/jobs.js +10 -0
  266. package/dist/commonjs/operationsInterfaces/jobs.js.map +1 -0
  267. package/dist/commonjs/operationsInterfaces/managers.d.ts +116 -0
  268. package/dist/commonjs/operationsInterfaces/managers.d.ts.map +1 -0
  269. package/dist/commonjs/operationsInterfaces/managers.js +10 -0
  270. package/dist/commonjs/operationsInterfaces/managers.js.map +1 -0
  271. package/dist/commonjs/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
  272. package/dist/commonjs/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
  273. package/dist/commonjs/operationsInterfaces/storageAccountCredentials.js +10 -0
  274. package/dist/commonjs/operationsInterfaces/storageAccountCredentials.js.map +1 -0
  275. package/dist/commonjs/operationsInterfaces/storageDomains.d.ts +56 -0
  276. package/dist/commonjs/operationsInterfaces/storageDomains.d.ts.map +1 -0
  277. package/dist/commonjs/operationsInterfaces/storageDomains.js +10 -0
  278. package/dist/commonjs/operationsInterfaces/storageDomains.js.map +1 -0
  279. package/dist/commonjs/package.json +3 -0
  280. package/dist/commonjs/pagingHelper.d.ts +13 -0
  281. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  282. package/dist/commonjs/pagingHelper.js +36 -0
  283. package/dist/commonjs/pagingHelper.js.map +1 -0
  284. package/dist/commonjs/storSimpleManagementClient.d.ts +34 -0
  285. package/dist/commonjs/storSimpleManagementClient.d.ts.map +1 -0
  286. package/dist/commonjs/storSimpleManagementClient.js +116 -0
  287. package/dist/commonjs/storSimpleManagementClient.js.map +1 -0
  288. package/dist/esm/index.d.ts +5 -0
  289. package/dist/esm/index.d.ts.map +1 -0
  290. package/dist/esm/index.js +13 -0
  291. package/dist/esm/index.js.map +1 -0
  292. package/dist/esm/lroImpl.d.ts +16 -0
  293. package/dist/esm/lroImpl.d.ts.map +1 -0
  294. package/dist/esm/lroImpl.js +25 -0
  295. package/dist/esm/lroImpl.js.map +1 -0
  296. package/dist/esm/models/index.d.ts +1607 -0
  297. package/dist/esm/models/index.d.ts.map +1 -0
  298. package/dist/esm/models/index.js +9 -0
  299. package/dist/esm/models/index.js.map +1 -0
  300. package/dist/esm/models/mappers.d.ts +84 -0
  301. package/dist/esm/models/mappers.d.ts.map +1 -0
  302. package/dist/esm/models/mappers.js +2911 -0
  303. package/dist/esm/models/mappers.js.map +1 -0
  304. package/dist/esm/models/parameters.d.ts +48 -0
  305. package/dist/esm/models/parameters.d.ts.map +1 -0
  306. package/dist/esm/models/parameters.js +355 -0
  307. package/dist/esm/models/parameters.js.map +1 -0
  308. package/dist/esm/operations/accessControlRecords.d.ts +73 -0
  309. package/dist/esm/operations/accessControlRecords.d.ts.map +1 -0
  310. package/dist/esm/operations/accessControlRecords.js +301 -0
  311. package/dist/esm/operations/accessControlRecords.js.map +1 -0
  312. package/dist/esm/operations/alerts.d.ts +55 -0
  313. package/dist/esm/operations/alerts.d.ts.map +1 -0
  314. package/dist/esm/operations/alerts.js +214 -0
  315. package/dist/esm/operations/alerts.js.map +1 -0
  316. package/dist/esm/operations/availableProviderOperationsOperations.d.ts +32 -0
  317. package/dist/esm/operations/availableProviderOperationsOperations.d.ts.map +1 -0
  318. package/dist/esm/operations/availableProviderOperationsOperations.js +133 -0
  319. package/dist/esm/operations/availableProviderOperationsOperations.js.map +1 -0
  320. package/dist/esm/operations/backupScheduleGroups.d.ts +80 -0
  321. package/dist/esm/operations/backupScheduleGroups.d.ts.map +1 -0
  322. package/dist/esm/operations/backupScheduleGroups.js +325 -0
  323. package/dist/esm/operations/backupScheduleGroups.js.map +1 -0
  324. package/dist/esm/operations/backups.d.ts +106 -0
  325. package/dist/esm/operations/backups.d.ts.map +1 -0
  326. package/dist/esm/operations/backups.js +450 -0
  327. package/dist/esm/operations/backups.js.map +1 -0
  328. package/dist/esm/operations/chapSettingsOperations.d.ts +80 -0
  329. package/dist/esm/operations/chapSettingsOperations.d.ts.map +1 -0
  330. package/dist/esm/operations/chapSettingsOperations.js +313 -0
  331. package/dist/esm/operations/chapSettingsOperations.js.map +1 -0
  332. package/dist/esm/operations/devices.d.ts +277 -0
  333. package/dist/esm/operations/devices.d.ts.map +1 -0
  334. package/dist/esm/operations/devices.js +1196 -0
  335. package/dist/esm/operations/devices.js.map +1 -0
  336. package/dist/esm/operations/fileServers.d.ts +154 -0
  337. package/dist/esm/operations/fileServers.d.ts.map +1 -0
  338. package/dist/esm/operations/fileServers.js +640 -0
  339. package/dist/esm/operations/fileServers.js.map +1 -0
  340. package/dist/esm/operations/fileShares.d.ts +149 -0
  341. package/dist/esm/operations/fileShares.d.ts.map +1 -0
  342. package/dist/esm/operations/fileShares.js +614 -0
  343. package/dist/esm/operations/fileShares.js.map +1 -0
  344. package/dist/esm/operations/index.d.ts +16 -0
  345. package/dist/esm/operations/index.d.ts.map +1 -0
  346. package/dist/esm/operations/index.js +23 -0
  347. package/dist/esm/operations/index.js.map +1 -0
  348. package/dist/esm/operations/iscsiDisks.d.ts +149 -0
  349. package/dist/esm/operations/iscsiDisks.d.ts.map +1 -0
  350. package/dist/esm/operations/iscsiDisks.js +614 -0
  351. package/dist/esm/operations/iscsiDisks.js.map +1 -0
  352. package/dist/esm/operations/iscsiServers.d.ts +154 -0
  353. package/dist/esm/operations/iscsiServers.d.ts.map +1 -0
  354. package/dist/esm/operations/iscsiServers.js +640 -0
  355. package/dist/esm/operations/iscsiServers.js.map +1 -0
  356. package/dist/esm/operations/jobs.d.ts +74 -0
  357. package/dist/esm/operations/jobs.d.ts.map +1 -0
  358. package/dist/esm/operations/jobs.js +313 -0
  359. package/dist/esm/operations/jobs.js.map +1 -0
  360. package/dist/esm/operations/managers.d.ts +157 -0
  361. package/dist/esm/operations/managers.d.ts.map +1 -0
  362. package/dist/esm/operations/managers.js +692 -0
  363. package/dist/esm/operations/managers.js.map +1 -0
  364. package/dist/esm/operations/storageAccountCredentials.d.ts +73 -0
  365. package/dist/esm/operations/storageAccountCredentials.d.ts.map +1 -0
  366. package/dist/esm/operations/storageAccountCredentials.js +301 -0
  367. package/dist/esm/operations/storageAccountCredentials.js.map +1 -0
  368. package/dist/esm/operations/storageDomains.d.ts +73 -0
  369. package/dist/esm/operations/storageDomains.d.ts.map +1 -0
  370. package/dist/esm/operations/storageDomains.js +301 -0
  371. package/dist/esm/operations/storageDomains.js.map +1 -0
  372. package/dist/esm/operationsInterfaces/accessControlRecords.d.ts +56 -0
  373. package/dist/esm/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
  374. package/dist/esm/operationsInterfaces/accessControlRecords.js +9 -0
  375. package/dist/esm/operationsInterfaces/accessControlRecords.js.map +1 -0
  376. package/dist/esm/operationsInterfaces/alerts.d.ts +30 -0
  377. package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
  378. package/dist/esm/operationsInterfaces/alerts.js +9 -0
  379. package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
  380. package/dist/esm/operationsInterfaces/availableProviderOperationsOperations.d.ts +11 -0
  381. package/dist/esm/operationsInterfaces/availableProviderOperationsOperations.d.ts.map +1 -0
  382. package/dist/esm/operationsInterfaces/availableProviderOperationsOperations.js +9 -0
  383. package/dist/esm/operationsInterfaces/availableProviderOperationsOperations.js.map +1 -0
  384. package/dist/esm/operationsInterfaces/backupScheduleGroups.d.ts +62 -0
  385. package/dist/esm/operationsInterfaces/backupScheduleGroups.d.ts.map +1 -0
  386. package/dist/esm/operationsInterfaces/backupScheduleGroups.js +9 -0
  387. package/dist/esm/operationsInterfaces/backupScheduleGroups.js.map +1 -0
  388. package/dist/esm/operationsInterfaces/backups.d.ts +62 -0
  389. package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
  390. package/dist/esm/operationsInterfaces/backups.js +9 -0
  391. package/dist/esm/operationsInterfaces/backups.js.map +1 -0
  392. package/dist/esm/operationsInterfaces/chapSettingsOperations.d.ts +62 -0
  393. package/dist/esm/operationsInterfaces/chapSettingsOperations.d.ts.map +1 -0
  394. package/dist/esm/operationsInterfaces/chapSettingsOperations.js +9 -0
  395. package/dist/esm/operationsInterfaces/chapSettingsOperations.js.map +1 -0
  396. package/dist/esm/operationsInterfaces/devices.d.ts +230 -0
  397. package/dist/esm/operationsInterfaces/devices.d.ts.map +1 -0
  398. package/dist/esm/operationsInterfaces/devices.js +9 -0
  399. package/dist/esm/operationsInterfaces/devices.js.map +1 -0
  400. package/dist/esm/operationsInterfaces/fileServers.d.ts +105 -0
  401. package/dist/esm/operationsInterfaces/fileServers.d.ts.map +1 -0
  402. package/dist/esm/operationsInterfaces/fileServers.js +9 -0
  403. package/dist/esm/operationsInterfaces/fileServers.js.map +1 -0
  404. package/dist/esm/operationsInterfaces/fileShares.d.ts +96 -0
  405. package/dist/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
  406. package/dist/esm/operationsInterfaces/fileShares.js +9 -0
  407. package/dist/esm/operationsInterfaces/fileShares.js.map +1 -0
  408. package/dist/esm/operationsInterfaces/index.d.ts +16 -0
  409. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  410. package/dist/esm/operationsInterfaces/index.js +23 -0
  411. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  412. package/dist/esm/operationsInterfaces/iscsiDisks.d.ts +96 -0
  413. package/dist/esm/operationsInterfaces/iscsiDisks.d.ts.map +1 -0
  414. package/dist/esm/operationsInterfaces/iscsiDisks.js +9 -0
  415. package/dist/esm/operationsInterfaces/iscsiDisks.js.map +1 -0
  416. package/dist/esm/operationsInterfaces/iscsiServers.d.ts +105 -0
  417. package/dist/esm/operationsInterfaces/iscsiServers.d.ts.map +1 -0
  418. package/dist/esm/operationsInterfaces/iscsiServers.js +9 -0
  419. package/dist/esm/operationsInterfaces/iscsiServers.js.map +1 -0
  420. package/dist/esm/operationsInterfaces/jobs.d.ts +30 -0
  421. package/dist/esm/operationsInterfaces/jobs.d.ts.map +1 -0
  422. package/dist/esm/operationsInterfaces/jobs.js +9 -0
  423. package/dist/esm/operationsInterfaces/jobs.js.map +1 -0
  424. package/dist/esm/operationsInterfaces/managers.d.ts +116 -0
  425. package/dist/esm/operationsInterfaces/managers.d.ts.map +1 -0
  426. package/dist/esm/operationsInterfaces/managers.js +9 -0
  427. package/dist/esm/operationsInterfaces/managers.js.map +1 -0
  428. package/dist/esm/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
  429. package/dist/esm/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
  430. package/dist/esm/operationsInterfaces/storageAccountCredentials.js +9 -0
  431. package/dist/esm/operationsInterfaces/storageAccountCredentials.js.map +1 -0
  432. package/dist/esm/operationsInterfaces/storageDomains.d.ts +56 -0
  433. package/dist/esm/operationsInterfaces/storageDomains.d.ts.map +1 -0
  434. package/dist/esm/operationsInterfaces/storageDomains.js +9 -0
  435. package/dist/esm/operationsInterfaces/storageDomains.js.map +1 -0
  436. package/dist/esm/package.json +3 -0
  437. package/dist/esm/pagingHelper.d.ts +13 -0
  438. package/dist/esm/pagingHelper.d.ts.map +1 -0
  439. package/dist/esm/pagingHelper.js +32 -0
  440. package/dist/esm/pagingHelper.js.map +1 -0
  441. package/dist/esm/storSimpleManagementClient.d.ts +34 -0
  442. package/dist/esm/storSimpleManagementClient.d.ts.map +1 -0
  443. package/dist/esm/storSimpleManagementClient.js +111 -0
  444. package/dist/esm/storSimpleManagementClient.js.map +1 -0
  445. package/dist/react-native/index.d.ts +5 -0
  446. package/dist/react-native/index.d.ts.map +1 -0
  447. package/dist/react-native/index.js +13 -0
  448. package/dist/react-native/index.js.map +1 -0
  449. package/dist/react-native/lroImpl.d.ts +16 -0
  450. package/dist/react-native/lroImpl.d.ts.map +1 -0
  451. package/dist/react-native/lroImpl.js +25 -0
  452. package/dist/react-native/lroImpl.js.map +1 -0
  453. package/dist/react-native/models/index.d.ts +1607 -0
  454. package/dist/react-native/models/index.d.ts.map +1 -0
  455. package/dist/react-native/models/index.js +9 -0
  456. package/dist/react-native/models/index.js.map +1 -0
  457. package/dist/react-native/models/mappers.d.ts +84 -0
  458. package/dist/react-native/models/mappers.d.ts.map +1 -0
  459. package/dist/react-native/models/mappers.js +2911 -0
  460. package/dist/react-native/models/mappers.js.map +1 -0
  461. package/dist/react-native/models/parameters.d.ts +48 -0
  462. package/dist/react-native/models/parameters.d.ts.map +1 -0
  463. package/dist/react-native/models/parameters.js +355 -0
  464. package/dist/react-native/models/parameters.js.map +1 -0
  465. package/dist/react-native/operations/accessControlRecords.d.ts +73 -0
  466. package/dist/react-native/operations/accessControlRecords.d.ts.map +1 -0
  467. package/dist/react-native/operations/accessControlRecords.js +301 -0
  468. package/dist/react-native/operations/accessControlRecords.js.map +1 -0
  469. package/dist/react-native/operations/alerts.d.ts +55 -0
  470. package/dist/react-native/operations/alerts.d.ts.map +1 -0
  471. package/dist/react-native/operations/alerts.js +214 -0
  472. package/dist/react-native/operations/alerts.js.map +1 -0
  473. package/dist/react-native/operations/availableProviderOperationsOperations.d.ts +32 -0
  474. package/dist/react-native/operations/availableProviderOperationsOperations.d.ts.map +1 -0
  475. package/dist/react-native/operations/availableProviderOperationsOperations.js +133 -0
  476. package/dist/react-native/operations/availableProviderOperationsOperations.js.map +1 -0
  477. package/dist/react-native/operations/backupScheduleGroups.d.ts +80 -0
  478. package/dist/react-native/operations/backupScheduleGroups.d.ts.map +1 -0
  479. package/dist/react-native/operations/backupScheduleGroups.js +325 -0
  480. package/dist/react-native/operations/backupScheduleGroups.js.map +1 -0
  481. package/dist/react-native/operations/backups.d.ts +106 -0
  482. package/dist/react-native/operations/backups.d.ts.map +1 -0
  483. package/dist/react-native/operations/backups.js +450 -0
  484. package/dist/react-native/operations/backups.js.map +1 -0
  485. package/dist/react-native/operations/chapSettingsOperations.d.ts +80 -0
  486. package/dist/react-native/operations/chapSettingsOperations.d.ts.map +1 -0
  487. package/dist/react-native/operations/chapSettingsOperations.js +313 -0
  488. package/dist/react-native/operations/chapSettingsOperations.js.map +1 -0
  489. package/dist/react-native/operations/devices.d.ts +277 -0
  490. package/dist/react-native/operations/devices.d.ts.map +1 -0
  491. package/dist/react-native/operations/devices.js +1196 -0
  492. package/dist/react-native/operations/devices.js.map +1 -0
  493. package/dist/react-native/operations/fileServers.d.ts +154 -0
  494. package/dist/react-native/operations/fileServers.d.ts.map +1 -0
  495. package/dist/react-native/operations/fileServers.js +640 -0
  496. package/dist/react-native/operations/fileServers.js.map +1 -0
  497. package/dist/react-native/operations/fileShares.d.ts +149 -0
  498. package/dist/react-native/operations/fileShares.d.ts.map +1 -0
  499. package/dist/react-native/operations/fileShares.js +614 -0
  500. package/dist/react-native/operations/fileShares.js.map +1 -0
  501. package/dist/react-native/operations/index.d.ts +16 -0
  502. package/dist/react-native/operations/index.d.ts.map +1 -0
  503. package/dist/react-native/operations/index.js +23 -0
  504. package/dist/react-native/operations/index.js.map +1 -0
  505. package/dist/react-native/operations/iscsiDisks.d.ts +149 -0
  506. package/dist/react-native/operations/iscsiDisks.d.ts.map +1 -0
  507. package/dist/react-native/operations/iscsiDisks.js +614 -0
  508. package/dist/react-native/operations/iscsiDisks.js.map +1 -0
  509. package/dist/react-native/operations/iscsiServers.d.ts +154 -0
  510. package/dist/react-native/operations/iscsiServers.d.ts.map +1 -0
  511. package/dist/react-native/operations/iscsiServers.js +640 -0
  512. package/dist/react-native/operations/iscsiServers.js.map +1 -0
  513. package/dist/react-native/operations/jobs.d.ts +74 -0
  514. package/dist/react-native/operations/jobs.d.ts.map +1 -0
  515. package/dist/react-native/operations/jobs.js +313 -0
  516. package/dist/react-native/operations/jobs.js.map +1 -0
  517. package/dist/react-native/operations/managers.d.ts +157 -0
  518. package/dist/react-native/operations/managers.d.ts.map +1 -0
  519. package/dist/react-native/operations/managers.js +692 -0
  520. package/dist/react-native/operations/managers.js.map +1 -0
  521. package/dist/react-native/operations/storageAccountCredentials.d.ts +73 -0
  522. package/dist/react-native/operations/storageAccountCredentials.d.ts.map +1 -0
  523. package/dist/react-native/operations/storageAccountCredentials.js +301 -0
  524. package/dist/react-native/operations/storageAccountCredentials.js.map +1 -0
  525. package/dist/react-native/operations/storageDomains.d.ts +73 -0
  526. package/dist/react-native/operations/storageDomains.d.ts.map +1 -0
  527. package/dist/react-native/operations/storageDomains.js +301 -0
  528. package/dist/react-native/operations/storageDomains.js.map +1 -0
  529. package/dist/react-native/operationsInterfaces/accessControlRecords.d.ts +56 -0
  530. package/dist/react-native/operationsInterfaces/accessControlRecords.d.ts.map +1 -0
  531. package/dist/react-native/operationsInterfaces/accessControlRecords.js +9 -0
  532. package/dist/react-native/operationsInterfaces/accessControlRecords.js.map +1 -0
  533. package/dist/react-native/operationsInterfaces/alerts.d.ts +30 -0
  534. package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
  535. package/dist/react-native/operationsInterfaces/alerts.js +9 -0
  536. package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
  537. package/dist/react-native/operationsInterfaces/availableProviderOperationsOperations.d.ts +11 -0
  538. package/dist/react-native/operationsInterfaces/availableProviderOperationsOperations.d.ts.map +1 -0
  539. package/dist/react-native/operationsInterfaces/availableProviderOperationsOperations.js +9 -0
  540. package/dist/react-native/operationsInterfaces/availableProviderOperationsOperations.js.map +1 -0
  541. package/dist/react-native/operationsInterfaces/backupScheduleGroups.d.ts +62 -0
  542. package/dist/react-native/operationsInterfaces/backupScheduleGroups.d.ts.map +1 -0
  543. package/dist/react-native/operationsInterfaces/backupScheduleGroups.js +9 -0
  544. package/dist/react-native/operationsInterfaces/backupScheduleGroups.js.map +1 -0
  545. package/dist/react-native/operationsInterfaces/backups.d.ts +62 -0
  546. package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
  547. package/dist/react-native/operationsInterfaces/backups.js +9 -0
  548. package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
  549. package/dist/react-native/operationsInterfaces/chapSettingsOperations.d.ts +62 -0
  550. package/dist/react-native/operationsInterfaces/chapSettingsOperations.d.ts.map +1 -0
  551. package/dist/react-native/operationsInterfaces/chapSettingsOperations.js +9 -0
  552. package/dist/react-native/operationsInterfaces/chapSettingsOperations.js.map +1 -0
  553. package/dist/react-native/operationsInterfaces/devices.d.ts +230 -0
  554. package/dist/react-native/operationsInterfaces/devices.d.ts.map +1 -0
  555. package/dist/react-native/operationsInterfaces/devices.js +9 -0
  556. package/dist/react-native/operationsInterfaces/devices.js.map +1 -0
  557. package/dist/react-native/operationsInterfaces/fileServers.d.ts +105 -0
  558. package/dist/react-native/operationsInterfaces/fileServers.d.ts.map +1 -0
  559. package/dist/react-native/operationsInterfaces/fileServers.js +9 -0
  560. package/dist/react-native/operationsInterfaces/fileServers.js.map +1 -0
  561. package/dist/react-native/operationsInterfaces/fileShares.d.ts +96 -0
  562. package/dist/react-native/operationsInterfaces/fileShares.d.ts.map +1 -0
  563. package/dist/react-native/operationsInterfaces/fileShares.js +9 -0
  564. package/dist/react-native/operationsInterfaces/fileShares.js.map +1 -0
  565. package/dist/react-native/operationsInterfaces/index.d.ts +16 -0
  566. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  567. package/dist/react-native/operationsInterfaces/index.js +23 -0
  568. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  569. package/dist/react-native/operationsInterfaces/iscsiDisks.d.ts +96 -0
  570. package/dist/react-native/operationsInterfaces/iscsiDisks.d.ts.map +1 -0
  571. package/dist/react-native/operationsInterfaces/iscsiDisks.js +9 -0
  572. package/dist/react-native/operationsInterfaces/iscsiDisks.js.map +1 -0
  573. package/dist/react-native/operationsInterfaces/iscsiServers.d.ts +105 -0
  574. package/dist/react-native/operationsInterfaces/iscsiServers.d.ts.map +1 -0
  575. package/dist/react-native/operationsInterfaces/iscsiServers.js +9 -0
  576. package/dist/react-native/operationsInterfaces/iscsiServers.js.map +1 -0
  577. package/dist/react-native/operationsInterfaces/jobs.d.ts +30 -0
  578. package/dist/react-native/operationsInterfaces/jobs.d.ts.map +1 -0
  579. package/dist/react-native/operationsInterfaces/jobs.js +9 -0
  580. package/dist/react-native/operationsInterfaces/jobs.js.map +1 -0
  581. package/dist/react-native/operationsInterfaces/managers.d.ts +116 -0
  582. package/dist/react-native/operationsInterfaces/managers.d.ts.map +1 -0
  583. package/dist/react-native/operationsInterfaces/managers.js +9 -0
  584. package/dist/react-native/operationsInterfaces/managers.js.map +1 -0
  585. package/dist/react-native/operationsInterfaces/storageAccountCredentials.d.ts +56 -0
  586. package/dist/react-native/operationsInterfaces/storageAccountCredentials.d.ts.map +1 -0
  587. package/dist/react-native/operationsInterfaces/storageAccountCredentials.js +9 -0
  588. package/dist/react-native/operationsInterfaces/storageAccountCredentials.js.map +1 -0
  589. package/dist/react-native/operationsInterfaces/storageDomains.d.ts +56 -0
  590. package/dist/react-native/operationsInterfaces/storageDomains.d.ts.map +1 -0
  591. package/dist/react-native/operationsInterfaces/storageDomains.js +9 -0
  592. package/dist/react-native/operationsInterfaces/storageDomains.js.map +1 -0
  593. package/dist/react-native/package.json +3 -0
  594. package/dist/react-native/pagingHelper.d.ts +13 -0
  595. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  596. package/dist/react-native/pagingHelper.js +32 -0
  597. package/dist/react-native/pagingHelper.js.map +1 -0
  598. package/dist/react-native/storSimpleManagementClient.d.ts +34 -0
  599. package/dist/react-native/storSimpleManagementClient.d.ts.map +1 -0
  600. package/dist/react-native/storSimpleManagementClient.js +111 -0
  601. package/dist/react-native/storSimpleManagementClient.js.map +1 -0
  602. package/package.json +67 -36
  603. package/dist/index.js +0 -10638
  604. package/dist/index.js.map +0 -1
  605. package/dist/index.min.js +0 -1
  606. package/dist/index.min.js.map +0 -1
  607. package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.d.ts +0 -2
  608. package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.d.ts.map +0 -1
  609. package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.js +0 -27
  610. package/dist-esm/samples-dev/accessControlRecordsCreateOrUpdateSample.js.map +0 -1
  611. package/dist-esm/samples-dev/accessControlRecordsDeleteSample.d.ts +0 -2
  612. package/dist-esm/samples-dev/accessControlRecordsDeleteSample.d.ts.map +0 -1
  613. package/dist-esm/samples-dev/accessControlRecordsDeleteSample.js +0 -30
  614. package/dist-esm/samples-dev/accessControlRecordsDeleteSample.js.map +0 -1
  615. package/dist-esm/samples-dev/accessControlRecordsGetSample.d.ts +0 -2
  616. package/dist-esm/samples-dev/accessControlRecordsGetSample.d.ts.map +0 -1
  617. package/dist-esm/samples-dev/accessControlRecordsGetSample.js +0 -30
  618. package/dist-esm/samples-dev/accessControlRecordsGetSample.js.map +0 -1
  619. package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.d.ts +0 -2
  620. package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.d.ts.map +0 -1
  621. package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.js +0 -45
  622. package/dist-esm/samples-dev/accessControlRecordsListByManagerSample.js.map +0 -1
  623. package/dist-esm/samples-dev/alertsClearSample.d.ts +0 -2
  624. package/dist-esm/samples-dev/alertsClearSample.d.ts.map +0 -1
  625. package/dist-esm/samples-dev/alertsClearSample.js +0 -27
  626. package/dist-esm/samples-dev/alertsClearSample.js.map +0 -1
  627. package/dist-esm/samples-dev/alertsListByManagerSample.d.ts +0 -2
  628. package/dist-esm/samples-dev/alertsListByManagerSample.d.ts.map +0 -1
  629. package/dist-esm/samples-dev/alertsListByManagerSample.js +0 -40
  630. package/dist-esm/samples-dev/alertsListByManagerSample.js.map +0 -1
  631. package/dist-esm/samples-dev/alertsSendTestEmailSample.d.ts +0 -2
  632. package/dist-esm/samples-dev/alertsSendTestEmailSample.d.ts.map +0 -1
  633. package/dist-esm/samples-dev/alertsSendTestEmailSample.js +0 -26
  634. package/dist-esm/samples-dev/alertsSendTestEmailSample.js.map +0 -1
  635. package/dist-esm/samples-dev/availableProviderOperationsListSample.d.ts +0 -2
  636. package/dist-esm/samples-dev/availableProviderOperationsListSample.d.ts.map +0 -1
  637. package/dist-esm/samples-dev/availableProviderOperationsListSample.js +0 -43
  638. package/dist-esm/samples-dev/availableProviderOperationsListSample.js.map +0 -1
  639. package/dist-esm/samples-dev/backupScheduleGroupsCreateOrUpdateSample.d.ts +0 -2
  640. package/dist-esm/samples-dev/backupScheduleGroupsCreateOrUpdateSample.d.ts.map +0 -1
  641. package/dist-esm/samples-dev/backupScheduleGroupsCreateOrUpdateSample.js +0 -28
  642. package/dist-esm/samples-dev/backupScheduleGroupsCreateOrUpdateSample.js.map +0 -1
  643. package/dist-esm/samples-dev/backupScheduleGroupsDeleteSample.d.ts +0 -2
  644. package/dist-esm/samples-dev/backupScheduleGroupsDeleteSample.d.ts.map +0 -1
  645. package/dist-esm/samples-dev/backupScheduleGroupsDeleteSample.js +0 -31
  646. package/dist-esm/samples-dev/backupScheduleGroupsDeleteSample.js.map +0 -1
  647. package/dist-esm/samples-dev/backupScheduleGroupsGetSample.d.ts +0 -2
  648. package/dist-esm/samples-dev/backupScheduleGroupsGetSample.d.ts.map +0 -1
  649. package/dist-esm/samples-dev/backupScheduleGroupsGetSample.js +0 -31
  650. package/dist-esm/samples-dev/backupScheduleGroupsGetSample.js.map +0 -1
  651. package/dist-esm/samples-dev/backupScheduleGroupsListByDeviceSample.d.ts +0 -2
  652. package/dist-esm/samples-dev/backupScheduleGroupsListByDeviceSample.d.ts.map +0 -1
  653. package/dist-esm/samples-dev/backupScheduleGroupsListByDeviceSample.js +0 -46
  654. package/dist-esm/samples-dev/backupScheduleGroupsListByDeviceSample.js.map +0 -1
  655. package/dist-esm/samples-dev/backupsCloneSample.d.ts +0 -2
  656. package/dist-esm/samples-dev/backupsCloneSample.d.ts.map +0 -1
  657. package/dist-esm/samples-dev/backupsCloneSample.js +0 -39
  658. package/dist-esm/samples-dev/backupsCloneSample.js.map +0 -1
  659. package/dist-esm/samples-dev/backupsDeleteSample.d.ts +0 -2
  660. package/dist-esm/samples-dev/backupsDeleteSample.d.ts.map +0 -1
  661. package/dist-esm/samples-dev/backupsDeleteSample.js +0 -31
  662. package/dist-esm/samples-dev/backupsDeleteSample.js.map +0 -1
  663. package/dist-esm/samples-dev/backupsListByDeviceSample.d.ts +0 -2
  664. package/dist-esm/samples-dev/backupsListByDeviceSample.d.ts.map +0 -1
  665. package/dist-esm/samples-dev/backupsListByDeviceSample.js +0 -41
  666. package/dist-esm/samples-dev/backupsListByDeviceSample.js.map +0 -1
  667. package/dist-esm/samples-dev/backupsListByManagerSample.d.ts +0 -2
  668. package/dist-esm/samples-dev/backupsListByManagerSample.d.ts.map +0 -1
  669. package/dist-esm/samples-dev/backupsListByManagerSample.js +0 -40
  670. package/dist-esm/samples-dev/backupsListByManagerSample.js.map +0 -1
  671. package/dist-esm/samples-dev/chapSettingsCreateOrUpdateSample.d.ts +0 -2
  672. package/dist-esm/samples-dev/chapSettingsCreateOrUpdateSample.d.ts.map +0 -1
  673. package/dist-esm/samples-dev/chapSettingsCreateOrUpdateSample.js +0 -32
  674. package/dist-esm/samples-dev/chapSettingsCreateOrUpdateSample.js.map +0 -1
  675. package/dist-esm/samples-dev/chapSettingsDeleteSample.d.ts +0 -2
  676. package/dist-esm/samples-dev/chapSettingsDeleteSample.d.ts.map +0 -1
  677. package/dist-esm/samples-dev/chapSettingsDeleteSample.js +0 -31
  678. package/dist-esm/samples-dev/chapSettingsDeleteSample.js.map +0 -1
  679. package/dist-esm/samples-dev/chapSettingsGetSample.d.ts +0 -2
  680. package/dist-esm/samples-dev/chapSettingsGetSample.d.ts.map +0 -1
  681. package/dist-esm/samples-dev/chapSettingsGetSample.js +0 -31
  682. package/dist-esm/samples-dev/chapSettingsGetSample.js.map +0 -1
  683. package/dist-esm/samples-dev/chapSettingsListByDeviceSample.d.ts +0 -2
  684. package/dist-esm/samples-dev/chapSettingsListByDeviceSample.d.ts.map +0 -1
  685. package/dist-esm/samples-dev/chapSettingsListByDeviceSample.js +0 -46
  686. package/dist-esm/samples-dev/chapSettingsListByDeviceSample.js.map +0 -1
  687. package/dist-esm/samples-dev/devicesCreateOrUpdateAlertSettingsSample.d.ts +0 -2
  688. package/dist-esm/samples-dev/devicesCreateOrUpdateAlertSettingsSample.d.ts.map +0 -1
  689. package/dist-esm/samples-dev/devicesCreateOrUpdateAlertSettingsSample.js +0 -30
  690. package/dist-esm/samples-dev/devicesCreateOrUpdateAlertSettingsSample.js.map +0 -1
  691. package/dist-esm/samples-dev/devicesCreateOrUpdateSecuritySettingsSample.d.ts +0 -2
  692. package/dist-esm/samples-dev/devicesCreateOrUpdateSecuritySettingsSample.d.ts.map +0 -1
  693. package/dist-esm/samples-dev/devicesCreateOrUpdateSecuritySettingsSample.js +0 -30
  694. package/dist-esm/samples-dev/devicesCreateOrUpdateSecuritySettingsSample.js.map +0 -1
  695. package/dist-esm/samples-dev/devicesDeactivateSample.d.ts +0 -2
  696. package/dist-esm/samples-dev/devicesDeactivateSample.d.ts.map +0 -1
  697. package/dist-esm/samples-dev/devicesDeactivateSample.js +0 -30
  698. package/dist-esm/samples-dev/devicesDeactivateSample.js.map +0 -1
  699. package/dist-esm/samples-dev/devicesDeleteSample.d.ts +0 -2
  700. package/dist-esm/samples-dev/devicesDeleteSample.d.ts.map +0 -1
  701. package/dist-esm/samples-dev/devicesDeleteSample.js +0 -30
  702. package/dist-esm/samples-dev/devicesDeleteSample.js.map +0 -1
  703. package/dist-esm/samples-dev/devicesDownloadUpdatesSample.d.ts +0 -2
  704. package/dist-esm/samples-dev/devicesDownloadUpdatesSample.d.ts.map +0 -1
  705. package/dist-esm/samples-dev/devicesDownloadUpdatesSample.js +0 -30
  706. package/dist-esm/samples-dev/devicesDownloadUpdatesSample.js.map +0 -1
  707. package/dist-esm/samples-dev/devicesFailoverSample.d.ts +0 -2
  708. package/dist-esm/samples-dev/devicesFailoverSample.d.ts.map +0 -1
  709. package/dist-esm/samples-dev/devicesFailoverSample.js +0 -31
  710. package/dist-esm/samples-dev/devicesFailoverSample.js.map +0 -1
  711. package/dist-esm/samples-dev/devicesGetAlertSettingsSample.d.ts +0 -2
  712. package/dist-esm/samples-dev/devicesGetAlertSettingsSample.d.ts.map +0 -1
  713. package/dist-esm/samples-dev/devicesGetAlertSettingsSample.js +0 -30
  714. package/dist-esm/samples-dev/devicesGetAlertSettingsSample.js.map +0 -1
  715. package/dist-esm/samples-dev/devicesGetNetworkSettingsSample.d.ts +0 -2
  716. package/dist-esm/samples-dev/devicesGetNetworkSettingsSample.d.ts.map +0 -1
  717. package/dist-esm/samples-dev/devicesGetNetworkSettingsSample.js +0 -30
  718. package/dist-esm/samples-dev/devicesGetNetworkSettingsSample.js.map +0 -1
  719. package/dist-esm/samples-dev/devicesGetSample.d.ts +0 -2
  720. package/dist-esm/samples-dev/devicesGetSample.d.ts.map +0 -1
  721. package/dist-esm/samples-dev/devicesGetSample.js +0 -30
  722. package/dist-esm/samples-dev/devicesGetSample.js.map +0 -1
  723. package/dist-esm/samples-dev/devicesGetTimeSettingsSample.d.ts +0 -2
  724. package/dist-esm/samples-dev/devicesGetTimeSettingsSample.d.ts.map +0 -1
  725. package/dist-esm/samples-dev/devicesGetTimeSettingsSample.js +0 -30
  726. package/dist-esm/samples-dev/devicesGetTimeSettingsSample.js.map +0 -1
  727. package/dist-esm/samples-dev/devicesGetUpdateSummarySample.d.ts +0 -2
  728. package/dist-esm/samples-dev/devicesGetUpdateSummarySample.d.ts.map +0 -1
  729. package/dist-esm/samples-dev/devicesGetUpdateSummarySample.js +0 -30
  730. package/dist-esm/samples-dev/devicesGetUpdateSummarySample.js.map +0 -1
  731. package/dist-esm/samples-dev/devicesInstallUpdatesSample.d.ts +0 -2
  732. package/dist-esm/samples-dev/devicesInstallUpdatesSample.d.ts.map +0 -1
  733. package/dist-esm/samples-dev/devicesInstallUpdatesSample.js +0 -30
  734. package/dist-esm/samples-dev/devicesInstallUpdatesSample.js.map +0 -1
  735. package/dist-esm/samples-dev/devicesListByManagerSample.d.ts +0 -2
  736. package/dist-esm/samples-dev/devicesListByManagerSample.d.ts.map +0 -1
  737. package/dist-esm/samples-dev/devicesListByManagerSample.js +0 -45
  738. package/dist-esm/samples-dev/devicesListByManagerSample.js.map +0 -1
  739. package/dist-esm/samples-dev/devicesListFailoverTargetSample.d.ts +0 -2
  740. package/dist-esm/samples-dev/devicesListFailoverTargetSample.d.ts.map +0 -1
  741. package/dist-esm/samples-dev/devicesListFailoverTargetSample.js +0 -46
  742. package/dist-esm/samples-dev/devicesListFailoverTargetSample.js.map +0 -1
  743. package/dist-esm/samples-dev/devicesListMetricDefinitionSample.d.ts +0 -2
  744. package/dist-esm/samples-dev/devicesListMetricDefinitionSample.d.ts.map +0 -1
  745. package/dist-esm/samples-dev/devicesListMetricDefinitionSample.js +0 -46
  746. package/dist-esm/samples-dev/devicesListMetricDefinitionSample.js.map +0 -1
  747. package/dist-esm/samples-dev/devicesListMetricsSample.d.ts +0 -2
  748. package/dist-esm/samples-dev/devicesListMetricsSample.d.ts.map +0 -1
  749. package/dist-esm/samples-dev/devicesListMetricsSample.js +0 -41
  750. package/dist-esm/samples-dev/devicesListMetricsSample.js.map +0 -1
  751. package/dist-esm/samples-dev/devicesPatchSample.d.ts +0 -2
  752. package/dist-esm/samples-dev/devicesPatchSample.d.ts.map +0 -1
  753. package/dist-esm/samples-dev/devicesPatchSample.js +0 -26
  754. package/dist-esm/samples-dev/devicesPatchSample.js.map +0 -1
  755. package/dist-esm/samples-dev/devicesScanForUpdatesSample.d.ts +0 -2
  756. package/dist-esm/samples-dev/devicesScanForUpdatesSample.d.ts.map +0 -1
  757. package/dist-esm/samples-dev/devicesScanForUpdatesSample.js +0 -30
  758. package/dist-esm/samples-dev/devicesScanForUpdatesSample.js.map +0 -1
  759. package/dist-esm/samples-dev/fileServersBackupNowSample.d.ts +0 -2
  760. package/dist-esm/samples-dev/fileServersBackupNowSample.d.ts.map +0 -1
  761. package/dist-esm/samples-dev/fileServersBackupNowSample.js +0 -31
  762. package/dist-esm/samples-dev/fileServersBackupNowSample.js.map +0 -1
  763. package/dist-esm/samples-dev/fileServersCreateOrUpdateSample.d.ts +0 -2
  764. package/dist-esm/samples-dev/fileServersCreateOrUpdateSample.d.ts.map +0 -1
  765. package/dist-esm/samples-dev/fileServersCreateOrUpdateSample.js +0 -31
  766. package/dist-esm/samples-dev/fileServersCreateOrUpdateSample.js.map +0 -1
  767. package/dist-esm/samples-dev/fileServersDeleteSample.d.ts +0 -2
  768. package/dist-esm/samples-dev/fileServersDeleteSample.d.ts.map +0 -1
  769. package/dist-esm/samples-dev/fileServersDeleteSample.js +0 -31
  770. package/dist-esm/samples-dev/fileServersDeleteSample.js.map +0 -1
  771. package/dist-esm/samples-dev/fileServersGetSample.d.ts +0 -2
  772. package/dist-esm/samples-dev/fileServersGetSample.d.ts.map +0 -1
  773. package/dist-esm/samples-dev/fileServersGetSample.js +0 -31
  774. package/dist-esm/samples-dev/fileServersGetSample.js.map +0 -1
  775. package/dist-esm/samples-dev/fileServersListByDeviceSample.d.ts +0 -2
  776. package/dist-esm/samples-dev/fileServersListByDeviceSample.d.ts.map +0 -1
  777. package/dist-esm/samples-dev/fileServersListByDeviceSample.js +0 -46
  778. package/dist-esm/samples-dev/fileServersListByDeviceSample.js.map +0 -1
  779. package/dist-esm/samples-dev/fileServersListByManagerSample.d.ts +0 -2
  780. package/dist-esm/samples-dev/fileServersListByManagerSample.d.ts.map +0 -1
  781. package/dist-esm/samples-dev/fileServersListByManagerSample.js +0 -45
  782. package/dist-esm/samples-dev/fileServersListByManagerSample.js.map +0 -1
  783. package/dist-esm/samples-dev/fileServersListMetricDefinitionSample.d.ts +0 -2
  784. package/dist-esm/samples-dev/fileServersListMetricDefinitionSample.d.ts.map +0 -1
  785. package/dist-esm/samples-dev/fileServersListMetricDefinitionSample.js +0 -47
  786. package/dist-esm/samples-dev/fileServersListMetricDefinitionSample.js.map +0 -1
  787. package/dist-esm/samples-dev/fileServersListMetricsSample.d.ts +0 -2
  788. package/dist-esm/samples-dev/fileServersListMetricsSample.d.ts.map +0 -1
  789. package/dist-esm/samples-dev/fileServersListMetricsSample.js +0 -42
  790. package/dist-esm/samples-dev/fileServersListMetricsSample.js.map +0 -1
  791. package/dist-esm/samples-dev/fileSharesCreateOrUpdateSample.d.ts +0 -2
  792. package/dist-esm/samples-dev/fileSharesCreateOrUpdateSample.d.ts.map +0 -1
  793. package/dist-esm/samples-dev/fileSharesCreateOrUpdateSample.js +0 -34
  794. package/dist-esm/samples-dev/fileSharesCreateOrUpdateSample.js.map +0 -1
  795. package/dist-esm/samples-dev/fileSharesDeleteSample.d.ts +0 -2
  796. package/dist-esm/samples-dev/fileSharesDeleteSample.d.ts.map +0 -1
  797. package/dist-esm/samples-dev/fileSharesDeleteSample.js +0 -32
  798. package/dist-esm/samples-dev/fileSharesDeleteSample.js.map +0 -1
  799. package/dist-esm/samples-dev/fileSharesGetSample.d.ts +0 -2
  800. package/dist-esm/samples-dev/fileSharesGetSample.d.ts.map +0 -1
  801. package/dist-esm/samples-dev/fileSharesGetSample.js +0 -32
  802. package/dist-esm/samples-dev/fileSharesGetSample.js.map +0 -1
  803. package/dist-esm/samples-dev/fileSharesListByDeviceSample.d.ts +0 -2
  804. package/dist-esm/samples-dev/fileSharesListByDeviceSample.d.ts.map +0 -1
  805. package/dist-esm/samples-dev/fileSharesListByDeviceSample.js +0 -46
  806. package/dist-esm/samples-dev/fileSharesListByDeviceSample.js.map +0 -1
  807. package/dist-esm/samples-dev/fileSharesListByFileServerSample.d.ts +0 -2
  808. package/dist-esm/samples-dev/fileSharesListByFileServerSample.d.ts.map +0 -1
  809. package/dist-esm/samples-dev/fileSharesListByFileServerSample.js +0 -47
  810. package/dist-esm/samples-dev/fileSharesListByFileServerSample.js.map +0 -1
  811. package/dist-esm/samples-dev/fileSharesListMetricDefinitionSample.d.ts +0 -2
  812. package/dist-esm/samples-dev/fileSharesListMetricDefinitionSample.d.ts.map +0 -1
  813. package/dist-esm/samples-dev/fileSharesListMetricDefinitionSample.js +0 -48
  814. package/dist-esm/samples-dev/fileSharesListMetricDefinitionSample.js.map +0 -1
  815. package/dist-esm/samples-dev/fileSharesListMetricsSample.d.ts +0 -2
  816. package/dist-esm/samples-dev/fileSharesListMetricsSample.d.ts.map +0 -1
  817. package/dist-esm/samples-dev/fileSharesListMetricsSample.js +0 -43
  818. package/dist-esm/samples-dev/fileSharesListMetricsSample.js.map +0 -1
  819. package/dist-esm/samples-dev/iscsiDisksCreateOrUpdateSample.d.ts +0 -2
  820. package/dist-esm/samples-dev/iscsiDisksCreateOrUpdateSample.d.ts.map +0 -1
  821. package/dist-esm/samples-dev/iscsiDisksCreateOrUpdateSample.js +0 -34
  822. package/dist-esm/samples-dev/iscsiDisksCreateOrUpdateSample.js.map +0 -1
  823. package/dist-esm/samples-dev/iscsiDisksDeleteSample.d.ts +0 -2
  824. package/dist-esm/samples-dev/iscsiDisksDeleteSample.d.ts.map +0 -1
  825. package/dist-esm/samples-dev/iscsiDisksDeleteSample.js +0 -32
  826. package/dist-esm/samples-dev/iscsiDisksDeleteSample.js.map +0 -1
  827. package/dist-esm/samples-dev/iscsiDisksGetSample.d.ts +0 -2
  828. package/dist-esm/samples-dev/iscsiDisksGetSample.d.ts.map +0 -1
  829. package/dist-esm/samples-dev/iscsiDisksGetSample.js +0 -32
  830. package/dist-esm/samples-dev/iscsiDisksGetSample.js.map +0 -1
  831. package/dist-esm/samples-dev/iscsiDisksListByDeviceSample.d.ts +0 -2
  832. package/dist-esm/samples-dev/iscsiDisksListByDeviceSample.d.ts.map +0 -1
  833. package/dist-esm/samples-dev/iscsiDisksListByDeviceSample.js +0 -46
  834. package/dist-esm/samples-dev/iscsiDisksListByDeviceSample.js.map +0 -1
  835. package/dist-esm/samples-dev/iscsiDisksListByIscsiServerSample.d.ts +0 -2
  836. package/dist-esm/samples-dev/iscsiDisksListByIscsiServerSample.d.ts.map +0 -1
  837. package/dist-esm/samples-dev/iscsiDisksListByIscsiServerSample.js +0 -47
  838. package/dist-esm/samples-dev/iscsiDisksListByIscsiServerSample.js.map +0 -1
  839. package/dist-esm/samples-dev/iscsiDisksListMetricDefinitionSample.d.ts +0 -2
  840. package/dist-esm/samples-dev/iscsiDisksListMetricDefinitionSample.d.ts.map +0 -1
  841. package/dist-esm/samples-dev/iscsiDisksListMetricDefinitionSample.js +0 -48
  842. package/dist-esm/samples-dev/iscsiDisksListMetricDefinitionSample.js.map +0 -1
  843. package/dist-esm/samples-dev/iscsiDisksListMetricsSample.d.ts +0 -2
  844. package/dist-esm/samples-dev/iscsiDisksListMetricsSample.d.ts.map +0 -1
  845. package/dist-esm/samples-dev/iscsiDisksListMetricsSample.js +0 -43
  846. package/dist-esm/samples-dev/iscsiDisksListMetricsSample.js.map +0 -1
  847. package/dist-esm/samples-dev/iscsiServersBackupNowSample.d.ts +0 -2
  848. package/dist-esm/samples-dev/iscsiServersBackupNowSample.d.ts.map +0 -1
  849. package/dist-esm/samples-dev/iscsiServersBackupNowSample.js +0 -31
  850. package/dist-esm/samples-dev/iscsiServersBackupNowSample.js.map +0 -1
  851. package/dist-esm/samples-dev/iscsiServersCreateOrUpdateSample.d.ts +0 -2
  852. package/dist-esm/samples-dev/iscsiServersCreateOrUpdateSample.d.ts.map +0 -1
  853. package/dist-esm/samples-dev/iscsiServersCreateOrUpdateSample.js +0 -33
  854. package/dist-esm/samples-dev/iscsiServersCreateOrUpdateSample.js.map +0 -1
  855. package/dist-esm/samples-dev/iscsiServersDeleteSample.d.ts +0 -2
  856. package/dist-esm/samples-dev/iscsiServersDeleteSample.d.ts.map +0 -1
  857. package/dist-esm/samples-dev/iscsiServersDeleteSample.js +0 -31
  858. package/dist-esm/samples-dev/iscsiServersDeleteSample.js.map +0 -1
  859. package/dist-esm/samples-dev/iscsiServersGetSample.d.ts +0 -2
  860. package/dist-esm/samples-dev/iscsiServersGetSample.d.ts.map +0 -1
  861. package/dist-esm/samples-dev/iscsiServersGetSample.js +0 -31
  862. package/dist-esm/samples-dev/iscsiServersGetSample.js.map +0 -1
  863. package/dist-esm/samples-dev/iscsiServersListByDeviceSample.d.ts +0 -2
  864. package/dist-esm/samples-dev/iscsiServersListByDeviceSample.d.ts.map +0 -1
  865. package/dist-esm/samples-dev/iscsiServersListByDeviceSample.js +0 -46
  866. package/dist-esm/samples-dev/iscsiServersListByDeviceSample.js.map +0 -1
  867. package/dist-esm/samples-dev/iscsiServersListByManagerSample.d.ts +0 -2
  868. package/dist-esm/samples-dev/iscsiServersListByManagerSample.d.ts.map +0 -1
  869. package/dist-esm/samples-dev/iscsiServersListByManagerSample.js +0 -45
  870. package/dist-esm/samples-dev/iscsiServersListByManagerSample.js.map +0 -1
  871. package/dist-esm/samples-dev/iscsiServersListMetricDefinitionSample.d.ts +0 -2
  872. package/dist-esm/samples-dev/iscsiServersListMetricDefinitionSample.d.ts.map +0 -1
  873. package/dist-esm/samples-dev/iscsiServersListMetricDefinitionSample.js +0 -47
  874. package/dist-esm/samples-dev/iscsiServersListMetricDefinitionSample.js.map +0 -1
  875. package/dist-esm/samples-dev/iscsiServersListMetricsSample.d.ts +0 -2
  876. package/dist-esm/samples-dev/iscsiServersListMetricsSample.d.ts.map +0 -1
  877. package/dist-esm/samples-dev/iscsiServersListMetricsSample.js +0 -42
  878. package/dist-esm/samples-dev/iscsiServersListMetricsSample.js.map +0 -1
  879. package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
  880. package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
  881. package/dist-esm/samples-dev/jobsGetSample.js +0 -31
  882. package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
  883. package/dist-esm/samples-dev/jobsListByDeviceSample.d.ts +0 -2
  884. package/dist-esm/samples-dev/jobsListByDeviceSample.d.ts.map +0 -1
  885. package/dist-esm/samples-dev/jobsListByDeviceSample.js +0 -41
  886. package/dist-esm/samples-dev/jobsListByDeviceSample.js.map +0 -1
  887. package/dist-esm/samples-dev/jobsListByManagerSample.d.ts +0 -2
  888. package/dist-esm/samples-dev/jobsListByManagerSample.d.ts.map +0 -1
  889. package/dist-esm/samples-dev/jobsListByManagerSample.js +0 -40
  890. package/dist-esm/samples-dev/jobsListByManagerSample.js.map +0 -1
  891. package/dist-esm/samples-dev/managersCreateExtendedInfoSample.d.ts +0 -2
  892. package/dist-esm/samples-dev/managersCreateExtendedInfoSample.d.ts.map +0 -1
  893. package/dist-esm/samples-dev/managersCreateExtendedInfoSample.js +0 -30
  894. package/dist-esm/samples-dev/managersCreateExtendedInfoSample.js.map +0 -1
  895. package/dist-esm/samples-dev/managersCreateOrUpdateSample.d.ts +0 -2
  896. package/dist-esm/samples-dev/managersCreateOrUpdateSample.d.ts.map +0 -1
  897. package/dist-esm/samples-dev/managersCreateOrUpdateSample.js +0 -28
  898. package/dist-esm/samples-dev/managersCreateOrUpdateSample.js.map +0 -1
  899. package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.d.ts +0 -2
  900. package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.d.ts.map +0 -1
  901. package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.js +0 -29
  902. package/dist-esm/samples-dev/managersDeleteExtendedInfoSample.js.map +0 -1
  903. package/dist-esm/samples-dev/managersDeleteSample.d.ts +0 -2
  904. package/dist-esm/samples-dev/managersDeleteSample.d.ts.map +0 -1
  905. package/dist-esm/samples-dev/managersDeleteSample.js +0 -29
  906. package/dist-esm/samples-dev/managersDeleteSample.js.map +0 -1
  907. package/dist-esm/samples-dev/managersGetEncryptionKeySample.d.ts +0 -2
  908. package/dist-esm/samples-dev/managersGetEncryptionKeySample.d.ts.map +0 -1
  909. package/dist-esm/samples-dev/managersGetEncryptionKeySample.js +0 -29
  910. package/dist-esm/samples-dev/managersGetEncryptionKeySample.js.map +0 -1
  911. package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.d.ts +0 -2
  912. package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.d.ts.map +0 -1
  913. package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.js +0 -29
  914. package/dist-esm/samples-dev/managersGetEncryptionSettingsSample.js.map +0 -1
  915. package/dist-esm/samples-dev/managersGetExtendedInfoSample.d.ts +0 -2
  916. package/dist-esm/samples-dev/managersGetExtendedInfoSample.d.ts.map +0 -1
  917. package/dist-esm/samples-dev/managersGetExtendedInfoSample.js +0 -29
  918. package/dist-esm/samples-dev/managersGetExtendedInfoSample.js.map +0 -1
  919. package/dist-esm/samples-dev/managersGetSample.d.ts +0 -2
  920. package/dist-esm/samples-dev/managersGetSample.d.ts.map +0 -1
  921. package/dist-esm/samples-dev/managersGetSample.js +0 -29
  922. package/dist-esm/samples-dev/managersGetSample.js.map +0 -1
  923. package/dist-esm/samples-dev/managersListByResourceGroupSample.d.ts +0 -2
  924. package/dist-esm/samples-dev/managersListByResourceGroupSample.d.ts.map +0 -1
  925. package/dist-esm/samples-dev/managersListByResourceGroupSample.js +0 -44
  926. package/dist-esm/samples-dev/managersListByResourceGroupSample.js.map +0 -1
  927. package/dist-esm/samples-dev/managersListMetricDefinitionSample.d.ts +0 -2
  928. package/dist-esm/samples-dev/managersListMetricDefinitionSample.d.ts.map +0 -1
  929. package/dist-esm/samples-dev/managersListMetricDefinitionSample.js +0 -45
  930. package/dist-esm/samples-dev/managersListMetricDefinitionSample.js.map +0 -1
  931. package/dist-esm/samples-dev/managersListMetricsSample.d.ts +0 -2
  932. package/dist-esm/samples-dev/managersListMetricsSample.d.ts.map +0 -1
  933. package/dist-esm/samples-dev/managersListMetricsSample.js +0 -40
  934. package/dist-esm/samples-dev/managersListMetricsSample.js.map +0 -1
  935. package/dist-esm/samples-dev/managersListSample.d.ts +0 -2
  936. package/dist-esm/samples-dev/managersListSample.d.ts.map +0 -1
  937. package/dist-esm/samples-dev/managersListSample.js +0 -43
  938. package/dist-esm/samples-dev/managersListSample.js.map +0 -1
  939. package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.d.ts +0 -2
  940. package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.d.ts.map +0 -1
  941. package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.js +0 -31
  942. package/dist-esm/samples-dev/managersUpdateExtendedInfoSample.js.map +0 -1
  943. package/dist-esm/samples-dev/managersUpdateSample.d.ts +0 -2
  944. package/dist-esm/samples-dev/managersUpdateSample.d.ts.map +0 -1
  945. package/dist-esm/samples-dev/managersUpdateSample.js +0 -23
  946. package/dist-esm/samples-dev/managersUpdateSample.js.map +0 -1
  947. package/dist-esm/samples-dev/managersUploadRegistrationCertificateSample.d.ts +0 -2
  948. package/dist-esm/samples-dev/managersUploadRegistrationCertificateSample.d.ts.map +0 -1
  949. package/dist-esm/samples-dev/managersUploadRegistrationCertificateSample.js +0 -30
  950. package/dist-esm/samples-dev/managersUploadRegistrationCertificateSample.js.map +0 -1
  951. package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.d.ts +0 -2
  952. package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.d.ts.map +0 -1
  953. package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.js +0 -36
  954. package/dist-esm/samples-dev/storageAccountCredentialsCreateOrUpdateSample.js.map +0 -1
  955. package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.d.ts +0 -2
  956. package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.d.ts.map +0 -1
  957. package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.js +0 -30
  958. package/dist-esm/samples-dev/storageAccountCredentialsDeleteSample.js.map +0 -1
  959. package/dist-esm/samples-dev/storageAccountCredentialsGetSample.d.ts +0 -2
  960. package/dist-esm/samples-dev/storageAccountCredentialsGetSample.d.ts.map +0 -1
  961. package/dist-esm/samples-dev/storageAccountCredentialsGetSample.js +0 -30
  962. package/dist-esm/samples-dev/storageAccountCredentialsGetSample.js.map +0 -1
  963. package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.d.ts +0 -2
  964. package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.d.ts.map +0 -1
  965. package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.js +0 -45
  966. package/dist-esm/samples-dev/storageAccountCredentialsListByManagerSample.js.map +0 -1
  967. package/dist-esm/samples-dev/storageDomainsCreateOrUpdateSample.d.ts +0 -2
  968. package/dist-esm/samples-dev/storageDomainsCreateOrUpdateSample.d.ts.map +0 -1
  969. package/dist-esm/samples-dev/storageDomainsCreateOrUpdateSample.js +0 -30
  970. package/dist-esm/samples-dev/storageDomainsCreateOrUpdateSample.js.map +0 -1
  971. package/dist-esm/samples-dev/storageDomainsDeleteSample.d.ts +0 -2
  972. package/dist-esm/samples-dev/storageDomainsDeleteSample.d.ts.map +0 -1
  973. package/dist-esm/samples-dev/storageDomainsDeleteSample.js +0 -30
  974. package/dist-esm/samples-dev/storageDomainsDeleteSample.js.map +0 -1
  975. package/dist-esm/samples-dev/storageDomainsGetSample.d.ts +0 -2
  976. package/dist-esm/samples-dev/storageDomainsGetSample.d.ts.map +0 -1
  977. package/dist-esm/samples-dev/storageDomainsGetSample.js +0 -30
  978. package/dist-esm/samples-dev/storageDomainsGetSample.js.map +0 -1
  979. package/dist-esm/samples-dev/storageDomainsListByManagerSample.d.ts +0 -2
  980. package/dist-esm/samples-dev/storageDomainsListByManagerSample.d.ts.map +0 -1
  981. package/dist-esm/samples-dev/storageDomainsListByManagerSample.js +0 -45
  982. package/dist-esm/samples-dev/storageDomainsListByManagerSample.js.map +0 -1
  983. package/dist-esm/src/index.d.ts +0 -5
  984. package/dist-esm/src/index.d.ts.map +0 -1
  985. package/dist-esm/src/index.js +0 -13
  986. package/dist-esm/src/index.js.map +0 -1
  987. package/dist-esm/src/lroImpl.js +0 -29
  988. package/dist-esm/src/lroImpl.js.map +0 -1
  989. package/dist-esm/src/models/index.js.map +0 -1
  990. package/dist-esm/src/models/mappers.js.map +0 -1
  991. package/dist-esm/src/models/parameters.js +0 -355
  992. package/dist-esm/src/models/parameters.js.map +0 -1
  993. package/dist-esm/src/operations/accessControlRecords.d.ts +0 -73
  994. package/dist-esm/src/operations/accessControlRecords.d.ts.map +0 -1
  995. package/dist-esm/src/operations/accessControlRecords.js +0 -309
  996. package/dist-esm/src/operations/accessControlRecords.js.map +0 -1
  997. package/dist-esm/src/operations/alerts.d.ts +0 -55
  998. package/dist-esm/src/operations/alerts.d.ts.map +0 -1
  999. package/dist-esm/src/operations/alerts.js +0 -214
  1000. package/dist-esm/src/operations/alerts.js.map +0 -1
  1001. package/dist-esm/src/operations/availableProviderOperationsOperations.d.ts +0 -32
  1002. package/dist-esm/src/operations/availableProviderOperationsOperations.d.ts.map +0 -1
  1003. package/dist-esm/src/operations/availableProviderOperationsOperations.js +0 -133
  1004. package/dist-esm/src/operations/availableProviderOperationsOperations.js.map +0 -1
  1005. package/dist-esm/src/operations/backupScheduleGroups.d.ts +0 -80
  1006. package/dist-esm/src/operations/backupScheduleGroups.d.ts.map +0 -1
  1007. package/dist-esm/src/operations/backupScheduleGroups.js +0 -333
  1008. package/dist-esm/src/operations/backupScheduleGroups.js.map +0 -1
  1009. package/dist-esm/src/operations/backups.d.ts +0 -106
  1010. package/dist-esm/src/operations/backups.d.ts.map +0 -1
  1011. package/dist-esm/src/operations/backups.js +0 -458
  1012. package/dist-esm/src/operations/backups.js.map +0 -1
  1013. package/dist-esm/src/operations/chapSettingsOperations.d.ts +0 -80
  1014. package/dist-esm/src/operations/chapSettingsOperations.d.ts.map +0 -1
  1015. package/dist-esm/src/operations/chapSettingsOperations.js +0 -321
  1016. package/dist-esm/src/operations/chapSettingsOperations.js.map +0 -1
  1017. package/dist-esm/src/operations/devices.d.ts +0 -277
  1018. package/dist-esm/src/operations/devices.d.ts.map +0 -1
  1019. package/dist-esm/src/operations/devices.js +0 -1232
  1020. package/dist-esm/src/operations/devices.js.map +0 -1
  1021. package/dist-esm/src/operations/fileServers.d.ts +0 -154
  1022. package/dist-esm/src/operations/fileServers.d.ts.map +0 -1
  1023. package/dist-esm/src/operations/fileServers.js +0 -652
  1024. package/dist-esm/src/operations/fileServers.js.map +0 -1
  1025. package/dist-esm/src/operations/fileShares.d.ts +0 -149
  1026. package/dist-esm/src/operations/fileShares.d.ts.map +0 -1
  1027. package/dist-esm/src/operations/fileShares.js +0 -622
  1028. package/dist-esm/src/operations/fileShares.js.map +0 -1
  1029. package/dist-esm/src/operations/index.d.ts +0 -16
  1030. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1031. package/dist-esm/src/operations/index.js +0 -23
  1032. package/dist-esm/src/operations/index.js.map +0 -1
  1033. package/dist-esm/src/operations/iscsiDisks.d.ts +0 -149
  1034. package/dist-esm/src/operations/iscsiDisks.d.ts.map +0 -1
  1035. package/dist-esm/src/operations/iscsiDisks.js +0 -622
  1036. package/dist-esm/src/operations/iscsiDisks.js.map +0 -1
  1037. package/dist-esm/src/operations/iscsiServers.d.ts +0 -154
  1038. package/dist-esm/src/operations/iscsiServers.d.ts.map +0 -1
  1039. package/dist-esm/src/operations/iscsiServers.js +0 -652
  1040. package/dist-esm/src/operations/iscsiServers.js.map +0 -1
  1041. package/dist-esm/src/operations/jobs.d.ts +0 -74
  1042. package/dist-esm/src/operations/jobs.d.ts.map +0 -1
  1043. package/dist-esm/src/operations/jobs.js +0 -313
  1044. package/dist-esm/src/operations/jobs.js.map +0 -1
  1045. package/dist-esm/src/operations/managers.d.ts +0 -157
  1046. package/dist-esm/src/operations/managers.d.ts.map +0 -1
  1047. package/dist-esm/src/operations/managers.js +0 -692
  1048. package/dist-esm/src/operations/managers.js.map +0 -1
  1049. package/dist-esm/src/operations/storageAccountCredentials.d.ts +0 -73
  1050. package/dist-esm/src/operations/storageAccountCredentials.d.ts.map +0 -1
  1051. package/dist-esm/src/operations/storageAccountCredentials.js +0 -309
  1052. package/dist-esm/src/operations/storageAccountCredentials.js.map +0 -1
  1053. package/dist-esm/src/operations/storageDomains.d.ts +0 -73
  1054. package/dist-esm/src/operations/storageDomains.d.ts.map +0 -1
  1055. package/dist-esm/src/operations/storageDomains.js +0 -309
  1056. package/dist-esm/src/operations/storageDomains.js.map +0 -1
  1057. package/dist-esm/src/operationsInterfaces/accessControlRecords.d.ts +0 -56
  1058. package/dist-esm/src/operationsInterfaces/accessControlRecords.d.ts.map +0 -1
  1059. package/dist-esm/src/operationsInterfaces/accessControlRecords.js.map +0 -1
  1060. package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -30
  1061. package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
  1062. package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
  1063. package/dist-esm/src/operationsInterfaces/availableProviderOperationsOperations.d.ts +0 -11
  1064. package/dist-esm/src/operationsInterfaces/availableProviderOperationsOperations.d.ts.map +0 -1
  1065. package/dist-esm/src/operationsInterfaces/availableProviderOperationsOperations.js.map +0 -1
  1066. package/dist-esm/src/operationsInterfaces/backupScheduleGroups.d.ts +0 -62
  1067. package/dist-esm/src/operationsInterfaces/backupScheduleGroups.d.ts.map +0 -1
  1068. package/dist-esm/src/operationsInterfaces/backupScheduleGroups.js.map +0 -1
  1069. package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -62
  1070. package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
  1071. package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
  1072. package/dist-esm/src/operationsInterfaces/chapSettingsOperations.d.ts +0 -62
  1073. package/dist-esm/src/operationsInterfaces/chapSettingsOperations.d.ts.map +0 -1
  1074. package/dist-esm/src/operationsInterfaces/chapSettingsOperations.js.map +0 -1
  1075. package/dist-esm/src/operationsInterfaces/devices.d.ts +0 -230
  1076. package/dist-esm/src/operationsInterfaces/devices.d.ts.map +0 -1
  1077. package/dist-esm/src/operationsInterfaces/devices.js.map +0 -1
  1078. package/dist-esm/src/operationsInterfaces/fileServers.d.ts +0 -105
  1079. package/dist-esm/src/operationsInterfaces/fileServers.d.ts.map +0 -1
  1080. package/dist-esm/src/operationsInterfaces/fileServers.js.map +0 -1
  1081. package/dist-esm/src/operationsInterfaces/fileShares.d.ts +0 -96
  1082. package/dist-esm/src/operationsInterfaces/fileShares.d.ts.map +0 -1
  1083. package/dist-esm/src/operationsInterfaces/fileShares.js.map +0 -1
  1084. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -16
  1085. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1086. package/dist-esm/src/operationsInterfaces/index.js +0 -23
  1087. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1088. package/dist-esm/src/operationsInterfaces/iscsiDisks.d.ts +0 -96
  1089. package/dist-esm/src/operationsInterfaces/iscsiDisks.d.ts.map +0 -1
  1090. package/dist-esm/src/operationsInterfaces/iscsiDisks.js.map +0 -1
  1091. package/dist-esm/src/operationsInterfaces/iscsiServers.d.ts +0 -105
  1092. package/dist-esm/src/operationsInterfaces/iscsiServers.d.ts.map +0 -1
  1093. package/dist-esm/src/operationsInterfaces/iscsiServers.js.map +0 -1
  1094. package/dist-esm/src/operationsInterfaces/jobs.d.ts +0 -30
  1095. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
  1096. package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
  1097. package/dist-esm/src/operationsInterfaces/managers.d.ts +0 -116
  1098. package/dist-esm/src/operationsInterfaces/managers.d.ts.map +0 -1
  1099. package/dist-esm/src/operationsInterfaces/managers.js.map +0 -1
  1100. package/dist-esm/src/operationsInterfaces/storageAccountCredentials.d.ts +0 -56
  1101. package/dist-esm/src/operationsInterfaces/storageAccountCredentials.d.ts.map +0 -1
  1102. package/dist-esm/src/operationsInterfaces/storageAccountCredentials.js.map +0 -1
  1103. package/dist-esm/src/operationsInterfaces/storageDomains.d.ts +0 -56
  1104. package/dist-esm/src/operationsInterfaces/storageDomains.d.ts.map +0 -1
  1105. package/dist-esm/src/operationsInterfaces/storageDomains.js.map +0 -1
  1106. package/dist-esm/src/pagingHelper.js.map +0 -1
  1107. package/dist-esm/src/storSimpleManagementClient.d.ts +0 -34
  1108. package/dist-esm/src/storSimpleManagementClient.d.ts.map +0 -1
  1109. package/dist-esm/src/storSimpleManagementClient.js +0 -114
  1110. package/dist-esm/src/storSimpleManagementClient.js.map +0 -1
  1111. package/dist-esm/test/sampleTest.d.ts +0 -2
  1112. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  1113. package/dist-esm/test/sampleTest.js +0 -42
  1114. package/dist-esm/test/sampleTest.js.map +0 -1
  1115. package/src/index.ts +0 -13
  1116. package/src/lroImpl.ts +0 -34
  1117. package/src/models/index.ts +0 -2004
  1118. package/src/models/mappers.ts +0 -3186
  1119. package/src/models/parameters.ts +0 -427
  1120. package/src/operations/accessControlRecords.ts +0 -434
  1121. package/src/operations/alerts.ts +0 -291
  1122. package/src/operations/availableProviderOperationsOperations.ts +0 -150
  1123. package/src/operations/backupScheduleGroups.ts +0 -477
  1124. package/src/operations/backups.ts +0 -648
  1125. package/src/operations/chapSettingsOperations.ts +0 -465
  1126. package/src/operations/devices.ts +0 -1780
  1127. package/src/operations/fileServers.ts +0 -946
  1128. package/src/operations/fileShares.ts +0 -920
  1129. package/src/operations/index.ts +0 -23
  1130. package/src/operations/iscsiDisks.ts +0 -920
  1131. package/src/operations/iscsiServers.ts +0 -946
  1132. package/src/operations/jobs.ts +0 -431
  1133. package/src/operations/managers.ts +0 -894
  1134. package/src/operations/storageAccountCredentials.ts +0 -435
  1135. package/src/operations/storageDomains.ts +0 -434
  1136. package/src/operationsInterfaces/accessControlRecords.ts +0 -109
  1137. package/src/operationsInterfaces/alerts.ts +0 -61
  1138. package/src/operationsInterfaces/availableProviderOperationsOperations.ts +0 -25
  1139. package/src/operationsInterfaces/backupScheduleGroups.ts +0 -121
  1140. package/src/operationsInterfaces/backups.ts +0 -115
  1141. package/src/operationsInterfaces/chapSettingsOperations.ts +0 -121
  1142. package/src/operationsInterfaces/devices.ts +0 -421
  1143. package/src/operationsInterfaces/fileServers.ts +0 -198
  1144. package/src/operationsInterfaces/fileShares.ts +0 -185
  1145. package/src/operationsInterfaces/index.ts +0 -23
  1146. package/src/operationsInterfaces/iscsiDisks.ts +0 -185
  1147. package/src/operationsInterfaces/iscsiServers.ts +0 -198
  1148. package/src/operationsInterfaces/jobs.ts +0 -60
  1149. package/src/operationsInterfaces/managers.ts +0 -220
  1150. package/src/operationsInterfaces/storageAccountCredentials.ts +0 -109
  1151. package/src/operationsInterfaces/storageDomains.ts +0 -109
  1152. package/src/pagingHelper.ts +0 -39
  1153. package/src/storSimpleManagementClient.ts +0 -202
  1154. package/tsconfig.json +0 -33
  1155. package/types/arm-storsimple1200series.d.ts +0 -3074
  1156. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1157. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1158. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1159. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1160. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1161. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1162. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1163. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1164. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1165. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1166. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessControlRecords.js +0 -0
  1167. /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
  1168. /package/{dist-esm/src → dist/browser}/operationsInterfaces/availableProviderOperationsOperations.js +0 -0
  1169. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupScheduleGroups.js +0 -0
  1170. /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
  1171. /package/{dist-esm/src → dist/browser}/operationsInterfaces/chapSettingsOperations.js +0 -0
  1172. /package/{dist-esm/src → dist/browser}/operationsInterfaces/devices.js +0 -0
  1173. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileServers.js +0 -0
  1174. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileShares.js +0 -0
  1175. /package/{dist-esm/src → dist/browser}/operationsInterfaces/iscsiDisks.js +0 -0
  1176. /package/{dist-esm/src → dist/browser}/operationsInterfaces/iscsiServers.js +0 -0
  1177. /package/{dist-esm/src → dist/browser}/operationsInterfaces/jobs.js +0 -0
  1178. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managers.js +0 -0
  1179. /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccountCredentials.js +0 -0
  1180. /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageDomains.js +0 -0
  1181. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1182. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1183. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  1184. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,3074 +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
-
13
- /** Collection of AccessControlRecords */
14
- export declare interface AccessControlRecordList {
15
- /** The value. */
16
- value: AccessControlRecord[];
17
- }
18
-
19
- /** Interface representing a AccessControlRecords. */
20
- export declare interface AccessControlRecords {
21
- /**
22
- * Retrieves all the access control records in a manager.
23
- * @param resourceGroupName The resource group name
24
- * @param managerName The manager name
25
- * @param options The options parameters.
26
- */
27
- listByManager(resourceGroupName: string, managerName: string, options?: AccessControlRecordsListByManagerOptionalParams): PagedAsyncIterableIterator<AccessControlRecord>;
28
- /**
29
- * Returns the properties of the specified access control record name.
30
- * @param accessControlRecordName Name of access control record to be fetched.
31
- * @param resourceGroupName The resource group name
32
- * @param managerName The manager name
33
- * @param options The options parameters.
34
- */
35
- get(accessControlRecordName: string, resourceGroupName: string, managerName: string, options?: AccessControlRecordsGetOptionalParams): Promise<AccessControlRecordsGetResponse>;
36
- /**
37
- * Creates or Updates an access control record.
38
- * @param accessControlRecordName The name of the access control record.
39
- * @param resourceGroupName The resource group name
40
- * @param managerName The manager name
41
- * @param accessControlRecord The access control record to be added or updated.
42
- * @param options The options parameters.
43
- */
44
- beginCreateOrUpdate(accessControlRecordName: string, resourceGroupName: string, managerName: string, accessControlRecord: AccessControlRecord, options?: AccessControlRecordsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccessControlRecordsCreateOrUpdateResponse>, AccessControlRecordsCreateOrUpdateResponse>>;
45
- /**
46
- * Creates or Updates an access control record.
47
- * @param accessControlRecordName The name of the access control record.
48
- * @param resourceGroupName The resource group name
49
- * @param managerName The manager name
50
- * @param accessControlRecord The access control record to be added or updated.
51
- * @param options The options parameters.
52
- */
53
- beginCreateOrUpdateAndWait(accessControlRecordName: string, resourceGroupName: string, managerName: string, accessControlRecord: AccessControlRecord, options?: AccessControlRecordsCreateOrUpdateOptionalParams): Promise<AccessControlRecordsCreateOrUpdateResponse>;
54
- /**
55
- * Deletes the access control record.
56
- * @param accessControlRecordName The name of the access control record to delete.
57
- * @param resourceGroupName The resource group name
58
- * @param managerName The manager name
59
- * @param options The options parameters.
60
- */
61
- beginDelete(accessControlRecordName: string, resourceGroupName: string, managerName: string, options?: AccessControlRecordsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
62
- /**
63
- * Deletes the access control record.
64
- * @param accessControlRecordName The name of the access control record to delete.
65
- * @param resourceGroupName The resource group name
66
- * @param managerName The manager name
67
- * @param options The options parameters.
68
- */
69
- beginDeleteAndWait(accessControlRecordName: string, resourceGroupName: string, managerName: string, options?: AccessControlRecordsDeleteOptionalParams): Promise<void>;
70
- }
71
-
72
- /** Optional parameters. */
73
- export declare interface AccessControlRecordsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
74
- /** Delay to wait until next poll, in milliseconds. */
75
- updateIntervalInMs?: number;
76
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
77
- resumeFrom?: string;
78
- }
79
-
80
- /** Contains response data for the createOrUpdate operation. */
81
- export declare type AccessControlRecordsCreateOrUpdateResponse = AccessControlRecord;
82
-
83
- /** Optional parameters. */
84
- export declare interface AccessControlRecordsDeleteOptionalParams extends coreClient.OperationOptions {
85
- /** Delay to wait until next poll, in milliseconds. */
86
- updateIntervalInMs?: number;
87
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
88
- resumeFrom?: string;
89
- }
90
-
91
- /** Optional parameters. */
92
- export declare interface AccessControlRecordsGetOptionalParams extends coreClient.OperationOptions {
93
- }
94
-
95
- /** Contains response data for the get operation. */
96
- export declare type AccessControlRecordsGetResponse = AccessControlRecord;
97
-
98
- /** Optional parameters. */
99
- export declare interface AccessControlRecordsListByManagerOptionalParams extends coreClient.OperationOptions {
100
- }
101
-
102
- /** Contains response data for the listByManager operation. */
103
- export declare type AccessControlRecordsListByManagerResponse = AccessControlRecordList;
104
-
105
- /** Alert class */
106
- export declare interface Alert extends BaseModel {
107
- /** Title of the alert */
108
- title: string;
109
- /** Device or Resource alert */
110
- scope: AlertScope;
111
- /** Type of the alert */
112
- alertType: string;
113
- /** UTC time at which the alert appeared */
114
- appearedAtTime: Date;
115
- /** UTC time at which the alert appeared on the source */
116
- appearedAtSourceTime: Date;
117
- /** UTC time at which the alert got cleared */
118
- clearedAtTime?: Date;
119
- /** UTC time at which the alert was cleared on the source */
120
- clearedAtSourceTime?: Date;
121
- /** Source at which the alert was cleared */
122
- source: AlertSource;
123
- /** Recommendation for acting on the alert */
124
- recommendation?: string;
125
- /** Reason for resolving the alert */
126
- resolutionReason?: string;
127
- /** Severity of the alert */
128
- severity: AlertSeverity;
129
- /** Current status of the alert */
130
- status: AlertStatus;
131
- /** ErrorDetails of the alert */
132
- errorDetails?: AlertErrorDetails;
133
- /** Other information about the alert */
134
- detailedInformation?: {
135
- [propertyName: string]: string;
136
- };
137
- }
138
-
139
- /** Defines values for AlertEmailNotificationStatus. */
140
- export declare type AlertEmailNotificationStatus = "Enabled" | "Disabled";
141
-
142
- /** Error details for the alert */
143
- export declare interface AlertErrorDetails {
144
- /** Error code. */
145
- errorCode?: string;
146
- /** Error Message */
147
- errorMessage?: string;
148
- /** Number of occurrences. */
149
- occurences?: number;
150
- }
151
-
152
- /** Filters that can be specified on the alert */
153
- export declare interface AlertFilter {
154
- /** Status of the alert */
155
- status?: AlertStatus;
156
- /** Severity of the alert */
157
- severity?: AlertSeverity;
158
- /** Source of the alert */
159
- sourceType?: AlertSourceType;
160
- /** Source name of the alert */
161
- sourceName?: string;
162
- /** UTC time on which the alert appeared */
163
- appearedOnTime?: Date;
164
- }
165
-
166
- /** Collection of Alerts */
167
- export declare interface AlertList {
168
- /** The value. */
169
- value: Alert[];
170
- /** Id of the next page of alerts */
171
- nextLink?: string;
172
- }
173
-
174
- /** Interface representing a Alerts. */
175
- export declare interface Alerts {
176
- /**
177
- * Retrieves all the alerts in a manager.
178
- * @param resourceGroupName The resource group name
179
- * @param managerName The manager name
180
- * @param options The options parameters.
181
- */
182
- listByManager(resourceGroupName: string, managerName: string, options?: AlertsListByManagerOptionalParams): PagedAsyncIterableIterator<Alert>;
183
- /**
184
- * Clear the alerts.
185
- * @param resourceGroupName The resource group name
186
- * @param managerName The manager name
187
- * @param request The clear alert request.
188
- * @param options The options parameters.
189
- */
190
- clear(resourceGroupName: string, managerName: string, request: ClearAlertRequest, options?: AlertsClearOptionalParams): Promise<void>;
191
- /**
192
- * Sends a test alert email.
193
- * @param deviceName The device name.
194
- * @param resourceGroupName The resource group name
195
- * @param managerName The manager name
196
- * @param request The send test alert email request.
197
- * @param options The options parameters.
198
- */
199
- sendTestEmail(deviceName: string, resourceGroupName: string, managerName: string, request: SendTestAlertEmailRequest, options?: AlertsSendTestEmailOptionalParams): Promise<void>;
200
- }
201
-
202
- /** Optional parameters. */
203
- export declare interface AlertsClearOptionalParams extends coreClient.OperationOptions {
204
- }
205
-
206
- /** Defines values for AlertScope. */
207
- export declare type AlertScope = "Resource" | "Device";
208
-
209
- /** AlertSettings on the device which represents how alerts will be processed */
210
- export declare interface AlertSettings extends BaseModel {
211
- /** Value indicating whether user/admins will receive emails when an alert condition occurs on the system */
212
- emailNotification: AlertEmailNotificationStatus;
213
- /** Value indicating whether service owners will receive emails when an alert condition occurs on the system. Applicable only if emailNotification flag is Enabled. */
214
- notificationToServiceOwners: ServiceOwnersAlertNotificationStatus;
215
- /** Culture setting to be used while building alert emails. For eg: "en-US" */
216
- alertNotificationCulture: string;
217
- /** List of email addresses (apart from admin/co-admin of subscription) to whom the alert emails need to be sent */
218
- additionalRecipientEmailList?: string[];
219
- }
220
-
221
- /** Defines values for AlertSeverity. */
222
- export declare type AlertSeverity = "Informational" | "Warning" | "Critical";
223
-
224
- /** Optional parameters. */
225
- export declare interface AlertsListByManagerNextOptionalParams extends coreClient.OperationOptions {
226
- }
227
-
228
- /** Contains response data for the listByManagerNext operation. */
229
- export declare type AlertsListByManagerNextResponse = AlertList;
230
-
231
- /** Optional parameters. */
232
- export declare interface AlertsListByManagerOptionalParams extends coreClient.OperationOptions {
233
- /** OData Filter options */
234
- filter?: string;
235
- }
236
-
237
- /** Contains response data for the listByManager operation. */
238
- export declare type AlertsListByManagerResponse = AlertList;
239
-
240
- /** source at which the alert can be raised */
241
- export declare interface AlertSource {
242
- /** Name of the source. */
243
- name?: string;
244
- /** The time zone. */
245
- timeZone?: string;
246
- /** Source type of the alert. */
247
- alertSourceType?: AlertSourceType;
248
- }
249
-
250
- /** Defines values for AlertSourceType. */
251
- export declare type AlertSourceType = "Resource" | "Device";
252
-
253
- /** Optional parameters. */
254
- export declare interface AlertsSendTestEmailOptionalParams extends coreClient.OperationOptions {
255
- }
256
-
257
- /** Defines values for AlertStatus. */
258
- export declare type AlertStatus = "Active" | "Cleared";
259
-
260
- /** This class can be used as the Type for any secret entity represented as Password, CertThumbprint, Algorithm. This class is intended to be used when the secret is encrypted with an asymmetric key pair. The encryptionAlgorithm field is mainly for future usage to potentially allow different entities encrypted using different algorithms. */
261
- export declare interface AsymmetricEncryptedSecret {
262
- /** The value of the secret itself. If the secret is in plaintext then EncryptionAlgorithm will be none and EncryptionCertThumbprint will be null. */
263
- value: string;
264
- /** Thumbprint certificate that was used to encrypt "Value" */
265
- encryptionCertificateThumbprint?: string;
266
- /** Algorithm used to encrypt "Value" */
267
- encryptionAlgorithm: EncryptionAlgorithm;
268
- }
269
-
270
- /** Defines values for AuthType. */
271
- export declare type AuthType = "Invalid" | "AccessControlService" | "AzureActiveDirectory";
272
-
273
- /** Class represents provider operation */
274
- export declare interface AvailableProviderOperation {
275
- /**
276
- * Gets or sets the name of the operation being performed on this particular object
277
- * Return value format: "{resourceProviderNamespace}/{resourceType}/{read|write|deletion|action}"
278
- * Eg: Microsoft.StorSimple/managers/devices/fileServers/read
279
- * Microsoft.StorSimple/managers/devices/alerts/clearAlerts/action
280
- */
281
- name?: string;
282
- /**
283
- * Gets or sets Display information
284
- * Contains the localized display information for this particular operation/action
285
- */
286
- display?: AvailableProviderOperationDisplay;
287
- /**
288
- * Gets or sets Origin
289
- * The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX.
290
- * Default value is “user,system”
291
- */
292
- origin?: string;
293
- /**
294
- * Gets or sets Properties
295
- * Reserved for future use
296
- */
297
- properties?: Record<string, unknown>;
298
- }
299
-
300
- /**
301
- * Contains the localized display information for this particular operation / action.
302
- * These value will be used by several clients for
303
- * (1) custom role definitions for RBAC;
304
- * (2) complex query filters for the event service; and (3) audit history / records for management operations.
305
- */
306
- export declare interface AvailableProviderOperationDisplay {
307
- /**
308
- * Gets or sets Provider
309
- * The localized friendly form of the resource provider name – it is expected to also include the publisher/company responsible.
310
- * It should use Title Casing and begin with “Microsoft” for 1st party services.
311
- */
312
- provider?: string;
313
- /**
314
- * Gets or sets Resource
315
- * The localized friendly form of the resource type related to this action/operation – it should match the public documentation for the resource provider.
316
- * It should use Title Casing – for examples, please refer to the “name” section.
317
- */
318
- resource?: string;
319
- /**
320
- * Gets or sets Operation
321
- * The localized friendly name for the operation, as it should be shown to the user.
322
- * 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.
323
- */
324
- operation?: string;
325
- /**
326
- * Gets or sets Description
327
- * The localized friendly description for the operation, as it should be shown to the user.
328
- * It should be thorough, yet concise – it will be used in tool tips and detailed views.
329
- */
330
- description?: string;
331
- }
332
-
333
- /** Class for set of operations used for discovery of available provider operations. */
334
- export declare interface AvailableProviderOperations {
335
- /** The value. */
336
- value: AvailableProviderOperation[];
337
- /** The NextLink. */
338
- nextLink?: string;
339
- }
340
-
341
- /** Optional parameters. */
342
- export declare interface AvailableProviderOperationsListNextOptionalParams extends coreClient.OperationOptions {
343
- }
344
-
345
- /** Contains response data for the listNext operation. */
346
- export declare type AvailableProviderOperationsListNextResponse = AvailableProviderOperations;
347
-
348
- /** Optional parameters. */
349
- export declare interface AvailableProviderOperationsListOptionalParams extends coreClient.OperationOptions {
350
- }
351
-
352
- /** Contains response data for the list operation. */
353
- export declare type AvailableProviderOperationsListResponse = AvailableProviderOperations;
354
-
355
- /** Interface representing a AvailableProviderOperationsOperations. */
356
- export declare interface AvailableProviderOperationsOperations {
357
- /**
358
- * List of AvailableProviderOperations
359
- * @param options The options parameters.
360
- */
361
- list(options?: AvailableProviderOperationsListOptionalParams): PagedAsyncIterableIterator<AvailableProviderOperation>;
362
- }
363
-
364
- /** The backup. */
365
- export declare interface Backup extends BaseModel {
366
- /** The path id of the target FileServer or IscsiServer for which the backup was taken. */
367
- targetId?: string;
368
- /** Type of target, FileServer or IscsiServer */
369
- targetType?: string;
370
- /** The backup size in bytes. */
371
- sizeInBytes: number;
372
- /** The time when the backup was created. */
373
- createdTime?: Date;
374
- /** The time when the backup will expire. */
375
- expirationTime?: Date;
376
- /** Indicates how the backup was initiated "Manual | Scheduled". */
377
- initiatedBy: InitiatedBy;
378
- /** The Device Identifier. */
379
- deviceId: string;
380
- /** The backup elements. */
381
- elements: BackupElement[];
382
- }
383
-
384
- /** Class represents BackupElement */
385
- export declare interface BackupElement extends BaseModel {
386
- /** The size in bytes. */
387
- sizeInBytes: number;
388
- /** The name of the endpoint. */
389
- endpointName: string;
390
- /** The data policy of backed up endpoint. */
391
- dataPolicy: DataPolicy;
392
- }
393
-
394
- /** Backup OData filter class */
395
- export declare interface BackupFilter {
396
- /** Gets or sets InitiatedBy */
397
- initiatedBy?: InitiatedBy;
398
- /** Gets or sets CreatedTime */
399
- createdTime?: Date;
400
- }
401
-
402
- /** Collection of backups */
403
- export declare interface BackupList {
404
- /** The value. */
405
- value: Backup[];
406
- /** The NextLink. */
407
- nextLink?: string;
408
- }
409
-
410
- /** Interface representing a Backups. */
411
- export declare interface Backups {
412
- /**
413
- * Retrieves all the backups in a manager.
414
- * @param resourceGroupName The resource group name
415
- * @param managerName The manager name
416
- * @param options The options parameters.
417
- */
418
- listByManager(resourceGroupName: string, managerName: string, options?: BackupsListByManagerOptionalParams): PagedAsyncIterableIterator<Backup>;
419
- /**
420
- * Retrieves all the backups in a device. Can be used to get the backups for failover also.
421
- * @param deviceName The device name.
422
- * @param resourceGroupName The resource group name
423
- * @param managerName The manager name
424
- * @param options The options parameters.
425
- */
426
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: BackupsListByDeviceOptionalParams): PagedAsyncIterableIterator<Backup>;
427
- /**
428
- * Deletes the backup.
429
- * @param deviceName The device name.
430
- * @param backupName The backup name.
431
- * @param resourceGroupName The resource group name
432
- * @param managerName The manager name
433
- * @param options The options parameters.
434
- */
435
- beginDelete(deviceName: string, backupName: string, resourceGroupName: string, managerName: string, options?: BackupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
436
- /**
437
- * Deletes the backup.
438
- * @param deviceName The device name.
439
- * @param backupName The backup name.
440
- * @param resourceGroupName The resource group name
441
- * @param managerName The manager name
442
- * @param options The options parameters.
443
- */
444
- beginDeleteAndWait(deviceName: string, backupName: string, resourceGroupName: string, managerName: string, options?: BackupsDeleteOptionalParams): Promise<void>;
445
- /**
446
- * Clones the given backup element to a new disk or share with given details.
447
- * @param deviceName The device name.
448
- * @param backupName The backup name.
449
- * @param elementName The backup element name.
450
- * @param resourceGroupName The resource group name
451
- * @param managerName The manager name
452
- * @param cloneRequest The clone request.
453
- * @param options The options parameters.
454
- */
455
- beginClone(deviceName: string, backupName: string, elementName: string, resourceGroupName: string, managerName: string, cloneRequest: CloneRequest, options?: BackupsCloneOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
456
- /**
457
- * Clones the given backup element to a new disk or share with given details.
458
- * @param deviceName The device name.
459
- * @param backupName The backup name.
460
- * @param elementName The backup element name.
461
- * @param resourceGroupName The resource group name
462
- * @param managerName The manager name
463
- * @param cloneRequest The clone request.
464
- * @param options The options parameters.
465
- */
466
- beginCloneAndWait(deviceName: string, backupName: string, elementName: string, resourceGroupName: string, managerName: string, cloneRequest: CloneRequest, options?: BackupsCloneOptionalParams): Promise<void>;
467
- }
468
-
469
- /** The Backup Schedule Group */
470
- export declare interface BackupScheduleGroup extends BaseModel {
471
- /** The start time. When this field is specified we will generate Default GrandFather Father Son Backup Schedules. */
472
- startTime: Time;
473
- }
474
-
475
- /** The list response of backup schedule groups */
476
- export declare interface BackupScheduleGroupList {
477
- /** The value. */
478
- value: BackupScheduleGroup[];
479
- }
480
-
481
- /** Interface representing a BackupScheduleGroups. */
482
- export declare interface BackupScheduleGroups {
483
- /**
484
- * Retrieves all the backup schedule groups in a device.
485
- * @param deviceName The name of the device.
486
- * @param resourceGroupName The resource group name
487
- * @param managerName The manager name
488
- * @param options The options parameters.
489
- */
490
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: BackupScheduleGroupsListByDeviceOptionalParams): PagedAsyncIterableIterator<BackupScheduleGroup>;
491
- /**
492
- * Returns the properties of the specified backup schedule group name.
493
- * @param deviceName The name of the device.
494
- * @param scheduleGroupName The name of the schedule group.
495
- * @param resourceGroupName The resource group name
496
- * @param managerName The manager name
497
- * @param options The options parameters.
498
- */
499
- get(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, options?: BackupScheduleGroupsGetOptionalParams): Promise<BackupScheduleGroupsGetResponse>;
500
- /**
501
- * Creates or Updates the backup schedule Group.
502
- * @param deviceName The name of the device.
503
- * @param scheduleGroupName The name of the schedule group.
504
- * @param resourceGroupName The resource group name
505
- * @param managerName The manager name
506
- * @param scheduleGroup The schedule group to be created
507
- * @param options The options parameters.
508
- */
509
- beginCreateOrUpdate(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, scheduleGroup: BackupScheduleGroup, options?: BackupScheduleGroupsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BackupScheduleGroupsCreateOrUpdateResponse>, BackupScheduleGroupsCreateOrUpdateResponse>>;
510
- /**
511
- * Creates or Updates the backup schedule Group.
512
- * @param deviceName The name of the device.
513
- * @param scheduleGroupName The name of the schedule group.
514
- * @param resourceGroupName The resource group name
515
- * @param managerName The manager name
516
- * @param scheduleGroup The schedule group to be created
517
- * @param options The options parameters.
518
- */
519
- beginCreateOrUpdateAndWait(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, scheduleGroup: BackupScheduleGroup, options?: BackupScheduleGroupsCreateOrUpdateOptionalParams): Promise<BackupScheduleGroupsCreateOrUpdateResponse>;
520
- /**
521
- * Deletes the backup schedule group.
522
- * @param deviceName The name of the device.
523
- * @param scheduleGroupName The name of the schedule group.
524
- * @param resourceGroupName The resource group name
525
- * @param managerName The manager name
526
- * @param options The options parameters.
527
- */
528
- beginDelete(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, options?: BackupScheduleGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
529
- /**
530
- * Deletes the backup schedule group.
531
- * @param deviceName The name of the device.
532
- * @param scheduleGroupName The name of the schedule group.
533
- * @param resourceGroupName The resource group name
534
- * @param managerName The manager name
535
- * @param options The options parameters.
536
- */
537
- beginDeleteAndWait(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, options?: BackupScheduleGroupsDeleteOptionalParams): Promise<void>;
538
- }
539
-
540
- /** Optional parameters. */
541
- export declare interface BackupScheduleGroupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
542
- /** Delay to wait until next poll, in milliseconds. */
543
- updateIntervalInMs?: number;
544
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
545
- resumeFrom?: string;
546
- }
547
-
548
- /** Contains response data for the createOrUpdate operation. */
549
- export declare type BackupScheduleGroupsCreateOrUpdateResponse = BackupScheduleGroup;
550
-
551
- /** Optional parameters. */
552
- export declare interface BackupScheduleGroupsDeleteOptionalParams extends coreClient.OperationOptions {
553
- /** Delay to wait until next poll, in milliseconds. */
554
- updateIntervalInMs?: number;
555
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
556
- resumeFrom?: string;
557
- }
558
-
559
- /** Optional parameters. */
560
- export declare interface BackupScheduleGroupsGetOptionalParams extends coreClient.OperationOptions {
561
- }
562
-
563
- /** Contains response data for the get operation. */
564
- export declare type BackupScheduleGroupsGetResponse = BackupScheduleGroup;
565
-
566
- /** Optional parameters. */
567
- export declare interface BackupScheduleGroupsListByDeviceOptionalParams extends coreClient.OperationOptions {
568
- }
569
-
570
- /** Contains response data for the listByDevice operation. */
571
- export declare type BackupScheduleGroupsListByDeviceResponse = BackupScheduleGroupList;
572
-
573
- /** Optional parameters. */
574
- export declare interface BackupsCloneOptionalParams extends coreClient.OperationOptions {
575
- /** Delay to wait until next poll, in milliseconds. */
576
- updateIntervalInMs?: number;
577
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
578
- resumeFrom?: string;
579
- }
580
-
581
- /** Optional parameters. */
582
- export declare interface BackupsDeleteOptionalParams extends coreClient.OperationOptions {
583
- /** Delay to wait until next poll, in milliseconds. */
584
- updateIntervalInMs?: number;
585
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
586
- resumeFrom?: string;
587
- }
588
-
589
- /** Optional parameters. */
590
- export declare interface BackupsListByDeviceNextOptionalParams extends coreClient.OperationOptions {
591
- }
592
-
593
- /** Contains response data for the listByDeviceNext operation. */
594
- export declare type BackupsListByDeviceNextResponse = BackupList;
595
-
596
- /** Optional parameters. */
597
- export declare interface BackupsListByDeviceOptionalParams extends coreClient.OperationOptions {
598
- /** OData Filter options */
599
- filter?: string;
600
- /** Set to true if you need backups which can be used for failover. */
601
- forFailover?: boolean;
602
- }
603
-
604
- /** Contains response data for the listByDevice operation. */
605
- export declare type BackupsListByDeviceResponse = BackupList;
606
-
607
- /** Optional parameters. */
608
- export declare interface BackupsListByManagerNextOptionalParams extends coreClient.OperationOptions {
609
- }
610
-
611
- /** Contains response data for the listByManagerNext operation. */
612
- export declare type BackupsListByManagerNextResponse = BackupList;
613
-
614
- /** Optional parameters. */
615
- export declare interface BackupsListByManagerOptionalParams extends coreClient.OperationOptions {
616
- /** OData Filter options */
617
- filter?: string;
618
- }
619
-
620
- /** Contains response data for the listByManager operation. */
621
- export declare type BackupsListByManagerResponse = BackupList;
622
-
623
- /** Base class for models */
624
- export declare interface BaseModel {
625
- /**
626
- * The identifier.
627
- * NOTE: This property will not be serialized. It can only be populated by the server.
628
- */
629
- readonly id?: string;
630
- /**
631
- * The name.
632
- * NOTE: This property will not be serialized. It can only be populated by the server.
633
- */
634
- readonly name?: string;
635
- /**
636
- * The type.
637
- * NOTE: This property will not be serialized. It can only be populated by the server.
638
- */
639
- readonly type?: string;
640
- }
641
-
642
- /** Challenge-Handshake Authentication Protocol (CHAP) setting */
643
- export declare interface ChapSettings extends BaseModel {
644
- /** The chap password. */
645
- password: AsymmetricEncryptedSecret;
646
- }
647
-
648
- /** Optional parameters. */
649
- export declare interface ChapSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
650
- /** Delay to wait until next poll, in milliseconds. */
651
- updateIntervalInMs?: number;
652
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
653
- resumeFrom?: string;
654
- }
655
-
656
- /** Contains response data for the createOrUpdate operation. */
657
- export declare type ChapSettingsCreateOrUpdateResponse = ChapSettings;
658
-
659
- /** Optional parameters. */
660
- export declare interface ChapSettingsDeleteOptionalParams extends coreClient.OperationOptions {
661
- /** Delay to wait until next poll, in milliseconds. */
662
- updateIntervalInMs?: number;
663
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
664
- resumeFrom?: string;
665
- }
666
-
667
- /** Optional parameters. */
668
- export declare interface ChapSettingsGetOptionalParams extends coreClient.OperationOptions {
669
- }
670
-
671
- /** Contains response data for the get operation. */
672
- export declare type ChapSettingsGetResponse = ChapSettings;
673
-
674
- /** Collection of Chap setting entities */
675
- export declare interface ChapSettingsList {
676
- /** The chap settings entity collection */
677
- value: ChapSettings[];
678
- }
679
-
680
- /** Optional parameters. */
681
- export declare interface ChapSettingsListByDeviceOptionalParams extends coreClient.OperationOptions {
682
- }
683
-
684
- /** Contains response data for the listByDevice operation. */
685
- export declare type ChapSettingsListByDeviceResponse = ChapSettingsList;
686
-
687
- /** Interface representing a ChapSettingsOperations. */
688
- export declare interface ChapSettingsOperations {
689
- /**
690
- * Retrieves all the chap settings in a device.
691
- * @param deviceName The name of the device.
692
- * @param resourceGroupName The resource group name
693
- * @param managerName The manager name
694
- * @param options The options parameters.
695
- */
696
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: ChapSettingsListByDeviceOptionalParams): PagedAsyncIterableIterator<ChapSettings>;
697
- /**
698
- * Returns the properties of the specified chap setting name.
699
- * @param deviceName The device name.
700
- * @param chapUserName The user name of chap to be fetched.
701
- * @param resourceGroupName The resource group name
702
- * @param managerName The manager name
703
- * @param options The options parameters.
704
- */
705
- get(deviceName: string, chapUserName: string, resourceGroupName: string, managerName: string, options?: ChapSettingsGetOptionalParams): Promise<ChapSettingsGetResponse>;
706
- /**
707
- * Creates or updates the chap setting.
708
- * @param deviceName The device name.
709
- * @param chapUserName The chap user name.
710
- * @param resourceGroupName The resource group name
711
- * @param managerName The manager name
712
- * @param chapSetting The chap setting to be added or updated.
713
- * @param options The options parameters.
714
- */
715
- beginCreateOrUpdate(deviceName: string, chapUserName: string, resourceGroupName: string, managerName: string, chapSetting: ChapSettings, options?: ChapSettingsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ChapSettingsCreateOrUpdateResponse>, ChapSettingsCreateOrUpdateResponse>>;
716
- /**
717
- * Creates or updates the chap setting.
718
- * @param deviceName The device name.
719
- * @param chapUserName The chap user name.
720
- * @param resourceGroupName The resource group name
721
- * @param managerName The manager name
722
- * @param chapSetting The chap setting to be added or updated.
723
- * @param options The options parameters.
724
- */
725
- beginCreateOrUpdateAndWait(deviceName: string, chapUserName: string, resourceGroupName: string, managerName: string, chapSetting: ChapSettings, options?: ChapSettingsCreateOrUpdateOptionalParams): Promise<ChapSettingsCreateOrUpdateResponse>;
726
- /**
727
- * Deletes the chap setting.
728
- * @param deviceName The device name.
729
- * @param chapUserName The chap user name.
730
- * @param resourceGroupName The resource group name
731
- * @param managerName The manager name
732
- * @param options The options parameters.
733
- */
734
- beginDelete(deviceName: string, chapUserName: string, resourceGroupName: string, managerName: string, options?: ChapSettingsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
735
- /**
736
- * Deletes the chap setting.
737
- * @param deviceName The device name.
738
- * @param chapUserName The chap user name.
739
- * @param resourceGroupName The resource group name
740
- * @param managerName The manager name
741
- * @param options The options parameters.
742
- */
743
- beginDeleteAndWait(deviceName: string, chapUserName: string, resourceGroupName: string, managerName: string, options?: ChapSettingsDeleteOptionalParams): Promise<void>;
744
- }
745
-
746
- /** Request for clearing the alert */
747
- export declare interface ClearAlertRequest {
748
- /** Resolution message while clearing the request */
749
- resolutionMessage?: string;
750
- /** List of alert Ids to be cleared */
751
- alerts: string[];
752
- }
753
-
754
- /** Clone Job Request Model. */
755
- export declare interface CloneRequest {
756
- /** DeviceId of the device which will act as the Clone target */
757
- targetDeviceId: string;
758
- /** Access point Id on which clone job will performed. */
759
- targetAccessPointId: string;
760
- /** Name of new endpoint which will created as part of clone job. */
761
- newEndpointName: string;
762
- /** Share Object. */
763
- share?: FileShare;
764
- /** Disk Object */
765
- disk?: IscsiDisk;
766
- }
767
-
768
- /** Defines values for CloudType. */
769
- export declare type CloudType = "Azure" | "S3" | "S3_RRS" | "OpenStack" | "HP";
770
-
771
- /** Defines values for ContractVersions. */
772
- export declare type ContractVersions = "InvalidVersion" | "V2011_09" | "V2012_02" | "V2012_05" | "V2012_12" | "V2013_04" | "V2013_10" | "V2013_11" | "V2014_04" | "V2014_06" | "V2014_07" | "V2014_09" | "V2014_10" | "V2014_12" | "V2015_01" | "V2015_02" | "V2015_04" | "V2015_05" | "V2015_06" | "V2015_07" | "V2015_08" | "V2015_10" | "V2015_12" | "V2016_01" | "V2016_02" | "V2016_04" | "V2016_05" | "V2016_07" | "V2016_08";
773
-
774
- /** Defines values for DataPolicy. */
775
- export declare type DataPolicy = "Invalid" | "Local" | "Tiered" | "Cloud";
776
-
777
- /** Represents a StorSimple device object along with its properties */
778
- export declare interface Device extends BaseModel {
779
- /** The UTC time at which the device was activated */
780
- activationTime?: Date;
781
- /** Operations that are allowed on the device based on its current state */
782
- allowedDeviceOperations?: DeviceOperation[];
783
- /** Language culture setting on the device. For eg: "en-US" */
784
- culture?: string;
785
- /** Device can be configured either as FileServer or IscsiServer */
786
- deviceCapabilities?: SupportedDeviceCapabilities[];
787
- /** Short description given for the device */
788
- deviceDescription?: string;
789
- /** Fully qualified name of the domain to which the device is attached */
790
- domainName?: string;
791
- /** Version number of the software running on the device */
792
- deviceSoftwareVersion?: string;
793
- /** Friendly name for the software version */
794
- friendlySoftwareName?: string;
795
- /** "Complete" if the device has been successfully registered as File/IscsiServer and the creation of share/volume is complete, "Pending" if the device is only registered but the creation of share/volume is complete is still pending */
796
- deviceConfigurationStatus?: DeviceConfigurationStatus;
797
- /** Name of the device model */
798
- modelDescription?: string;
799
- /** Current status of the device */
800
- status?: DeviceStatus;
801
- /** Type of the device */
802
- typePropertiesType?: DeviceType;
803
- /** subclass containing more storage-related information about the device. This field will be populated only if the get call is made with $expand = details. */
804
- details?: DeviceDetails;
805
- }
806
-
807
- /** Defines values for DeviceConfigurationStatus. */
808
- export declare type DeviceConfigurationStatus = "Complete" | "Pending";
809
-
810
- /** Class containing more granular details about the device */
811
- export declare interface DeviceDetails {
812
- /** Total number of endpoints that are currently on the device ( i.e. number of shares on FileServer or number of volumes on IscsiServer) */
813
- endpointCount?: number;
814
- /** Total storage available on the device in bytes. */
815
- totalStorageInBytes?: number;
816
- /** Total local storage capacity in device in bytes. */
817
- totalLocalStorageInBytes?: number;
818
- /** Storage in bytes that has been provisioned on the device including both local and cloud */
819
- provisionedStorageInBytes?: number;
820
- /** Storage in bytes that has been provisioned locally on the device */
821
- provisionedLocalStorageInBytes?: number;
822
- /** Storage that is being currently used in bytes including both local and cloud */
823
- usingStorageInBytes?: number;
824
- /** Local Storage that is being currently used in bytes */
825
- usingLocalStorageInBytes?: number;
826
- /** Total size taken up by backups in bytes */
827
- totalBackupSizeInBytes?: number;
828
- /** Total pending available storage on the device in bytes */
829
- availableStorageInBytes?: number;
830
- /** Local pending storage available on the device in bytes */
831
- availableLocalStorageInBytes?: number;
832
- }
833
-
834
- /** Collection of Devices */
835
- export declare interface DeviceList {
836
- /** The value. */
837
- value: Device[];
838
- }
839
-
840
- /** Defines values for DeviceOperation. */
841
- export declare type DeviceOperation = "None" | "Delete" | "DeleteWithWarning" | "DRSource" | "DRTarget" | "Browsable" | "ReadOnlyForDR" | "Deactivate";
842
-
843
- /** Class that represents the Input for the PATCH call on Device. Currently the only patchable property on device is "DeviceDescription" */
844
- export declare interface DevicePatch {
845
- /** Short description given for the device */
846
- deviceDescription?: string;
847
- }
848
-
849
- /** Interface representing a Devices. */
850
- export declare interface Devices {
851
- /**
852
- * Retrieves all the devices in a manager.
853
- * @param resourceGroupName The resource group name
854
- * @param managerName The manager name
855
- * @param options The options parameters.
856
- */
857
- listByManager(resourceGroupName: string, managerName: string, options?: DevicesListByManagerOptionalParams): PagedAsyncIterableIterator<Device>;
858
- /**
859
- * Retrieves all the devices which can be used as failover targets for the given device.
860
- * @param deviceName The device name.
861
- * @param resourceGroupName The resource group name
862
- * @param managerName The manager name
863
- * @param options The options parameters.
864
- */
865
- listFailoverTarget(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesListFailoverTargetOptionalParams): PagedAsyncIterableIterator<Device>;
866
- /**
867
- * Retrieves the device metrics.
868
- * @param deviceName The name of the appliance.
869
- * @param resourceGroupName The resource group name
870
- * @param managerName The manager name
871
- * @param options The options parameters.
872
- */
873
- listMetrics(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesListMetricsOptionalParams): PagedAsyncIterableIterator<Metrics>;
874
- /**
875
- * Retrieves metric definition of all metrics aggregated at device.
876
- * @param deviceName The name of the appliance.
877
- * @param resourceGroupName The resource group name
878
- * @param managerName The manager name
879
- * @param options The options parameters.
880
- */
881
- listMetricDefinition(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesListMetricDefinitionOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
882
- /**
883
- * Returns the properties of the specified device name.
884
- * @param deviceName The device name.
885
- * @param resourceGroupName The resource group name
886
- * @param managerName The manager name
887
- * @param options The options parameters.
888
- */
889
- get(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesGetOptionalParams): Promise<DevicesGetResponse>;
890
- /**
891
- * Deletes the device.
892
- * @param deviceName The device name.
893
- * @param resourceGroupName The resource group name
894
- * @param managerName The manager name
895
- * @param options The options parameters.
896
- */
897
- beginDelete(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
898
- /**
899
- * Deletes the device.
900
- * @param deviceName The device name.
901
- * @param resourceGroupName The resource group name
902
- * @param managerName The manager name
903
- * @param options The options parameters.
904
- */
905
- beginDeleteAndWait(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesDeleteOptionalParams): Promise<void>;
906
- /**
907
- * Patches the device.
908
- * @param deviceName The device Name.
909
- * @param resourceGroupName The resource group name
910
- * @param managerName The manager name
911
- * @param devicePatch Patch representation of the device.
912
- * @param options The options parameters.
913
- */
914
- beginPatch(deviceName: string, resourceGroupName: string, managerName: string, devicePatch: DevicePatch, options?: DevicesPatchOptionalParams): Promise<PollerLike<PollOperationState<DevicesPatchResponse>, DevicesPatchResponse>>;
915
- /**
916
- * Patches the device.
917
- * @param deviceName The device Name.
918
- * @param resourceGroupName The resource group name
919
- * @param managerName The manager name
920
- * @param devicePatch Patch representation of the device.
921
- * @param options The options parameters.
922
- */
923
- beginPatchAndWait(deviceName: string, resourceGroupName: string, managerName: string, devicePatch: DevicePatch, options?: DevicesPatchOptionalParams): Promise<DevicesPatchResponse>;
924
- /**
925
- * Returns the alert settings of the specified device name.
926
- * @param deviceName The device name.
927
- * @param resourceGroupName The resource group name
928
- * @param managerName The manager name
929
- * @param options The options parameters.
930
- */
931
- getAlertSettings(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesGetAlertSettingsOptionalParams): Promise<DevicesGetAlertSettingsResponse>;
932
- /**
933
- * Creates or updates the alert settings
934
- * @param deviceName The device name.
935
- * @param resourceGroupName The resource group name
936
- * @param managerName The manager name
937
- * @param alertSettings The alert settings.
938
- * @param options The options parameters.
939
- */
940
- beginCreateOrUpdateAlertSettings(deviceName: string, resourceGroupName: string, managerName: string, alertSettings: AlertSettings, options?: DevicesCreateOrUpdateAlertSettingsOptionalParams): Promise<PollerLike<PollOperationState<DevicesCreateOrUpdateAlertSettingsResponse>, DevicesCreateOrUpdateAlertSettingsResponse>>;
941
- /**
942
- * Creates or updates the alert settings
943
- * @param deviceName The device name.
944
- * @param resourceGroupName The resource group name
945
- * @param managerName The manager name
946
- * @param alertSettings The alert settings.
947
- * @param options The options parameters.
948
- */
949
- beginCreateOrUpdateAlertSettingsAndWait(deviceName: string, resourceGroupName: string, managerName: string, alertSettings: AlertSettings, options?: DevicesCreateOrUpdateAlertSettingsOptionalParams): Promise<DevicesCreateOrUpdateAlertSettingsResponse>;
950
- /**
951
- * Deactivates the device.
952
- * @param deviceName The device name.
953
- * @param resourceGroupName The resource group name
954
- * @param managerName The manager name
955
- * @param options The options parameters.
956
- */
957
- beginDeactivate(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesDeactivateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
958
- /**
959
- * Deactivates the device.
960
- * @param deviceName The device name.
961
- * @param resourceGroupName The resource group name
962
- * @param managerName The manager name
963
- * @param options The options parameters.
964
- */
965
- beginDeactivateAndWait(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesDeactivateOptionalParams): Promise<void>;
966
- /**
967
- * Downloads updates on the device.
968
- * @param deviceName The device name.
969
- * @param resourceGroupName The resource group name
970
- * @param managerName The manager name
971
- * @param options The options parameters.
972
- */
973
- beginDownloadUpdates(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesDownloadUpdatesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
974
- /**
975
- * Downloads updates on the device.
976
- * @param deviceName The device name.
977
- * @param resourceGroupName The resource group name
978
- * @param managerName The manager name
979
- * @param options The options parameters.
980
- */
981
- beginDownloadUpdatesAndWait(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesDownloadUpdatesOptionalParams): Promise<void>;
982
- /**
983
- * Fails over the device to another device.
984
- * @param deviceName The device name.
985
- * @param resourceGroupName The resource group name
986
- * @param managerName The manager name
987
- * @param failoverRequest The failover request.
988
- * @param options The options parameters.
989
- */
990
- beginFailover(deviceName: string, resourceGroupName: string, managerName: string, failoverRequest: FailoverRequest, options?: DevicesFailoverOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
991
- /**
992
- * Fails over the device to another device.
993
- * @param deviceName The device name.
994
- * @param resourceGroupName The resource group name
995
- * @param managerName The manager name
996
- * @param failoverRequest The failover request.
997
- * @param options The options parameters.
998
- */
999
- beginFailoverAndWait(deviceName: string, resourceGroupName: string, managerName: string, failoverRequest: FailoverRequest, options?: DevicesFailoverOptionalParams): Promise<void>;
1000
- /**
1001
- * Installs the updates on the device.
1002
- * @param deviceName The device name.
1003
- * @param resourceGroupName The resource group name
1004
- * @param managerName The manager name
1005
- * @param options The options parameters.
1006
- */
1007
- beginInstallUpdates(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesInstallUpdatesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1008
- /**
1009
- * Installs the updates on the device.
1010
- * @param deviceName The device name.
1011
- * @param resourceGroupName The resource group name
1012
- * @param managerName The manager name
1013
- * @param options The options parameters.
1014
- */
1015
- beginInstallUpdatesAndWait(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesInstallUpdatesOptionalParams): Promise<void>;
1016
- /**
1017
- * Returns the network settings of the specified device name.
1018
- * @param deviceName The device name.
1019
- * @param resourceGroupName The resource group name
1020
- * @param managerName The manager name
1021
- * @param options The options parameters.
1022
- */
1023
- getNetworkSettings(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesGetNetworkSettingsOptionalParams): Promise<DevicesGetNetworkSettingsResponse>;
1024
- /**
1025
- * Scans for updates on the device.
1026
- * @param deviceName The device name.
1027
- * @param resourceGroupName The resource group name
1028
- * @param managerName The manager name
1029
- * @param options The options parameters.
1030
- */
1031
- beginScanForUpdates(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesScanForUpdatesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1032
- /**
1033
- * Scans for updates on the device.
1034
- * @param deviceName The device name.
1035
- * @param resourceGroupName The resource group name
1036
- * @param managerName The manager name
1037
- * @param options The options parameters.
1038
- */
1039
- beginScanForUpdatesAndWait(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesScanForUpdatesOptionalParams): Promise<void>;
1040
- /**
1041
- * Creates or updates the security settings.
1042
- * @param deviceName The device name.
1043
- * @param resourceGroupName The resource group name
1044
- * @param managerName The manager name
1045
- * @param securitySettings The security settings.
1046
- * @param options The options parameters.
1047
- */
1048
- beginCreateOrUpdateSecuritySettings(deviceName: string, resourceGroupName: string, managerName: string, securitySettings: SecuritySettings, options?: DevicesCreateOrUpdateSecuritySettingsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1049
- /**
1050
- * Creates or updates the security settings.
1051
- * @param deviceName The device name.
1052
- * @param resourceGroupName The resource group name
1053
- * @param managerName The manager name
1054
- * @param securitySettings The security settings.
1055
- * @param options The options parameters.
1056
- */
1057
- beginCreateOrUpdateSecuritySettingsAndWait(deviceName: string, resourceGroupName: string, managerName: string, securitySettings: SecuritySettings, options?: DevicesCreateOrUpdateSecuritySettingsOptionalParams): Promise<void>;
1058
- /**
1059
- * Returns the time settings of the specified device name.
1060
- * @param deviceName The device name.
1061
- * @param resourceGroupName The resource group name
1062
- * @param managerName The manager name
1063
- * @param options The options parameters.
1064
- */
1065
- getTimeSettings(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesGetTimeSettingsOptionalParams): Promise<DevicesGetTimeSettingsResponse>;
1066
- /**
1067
- * Returns the update summary of the specified device name.
1068
- * @param deviceName The device name.
1069
- * @param resourceGroupName The resource group name
1070
- * @param managerName The manager name
1071
- * @param options The options parameters.
1072
- */
1073
- getUpdateSummary(deviceName: string, resourceGroupName: string, managerName: string, options?: DevicesGetUpdateSummaryOptionalParams): Promise<DevicesGetUpdateSummaryResponse>;
1074
- }
1075
-
1076
- /** Optional parameters. */
1077
- export declare interface DevicesCreateOrUpdateAlertSettingsOptionalParams extends coreClient.OperationOptions {
1078
- /** Delay to wait until next poll, in milliseconds. */
1079
- updateIntervalInMs?: number;
1080
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1081
- resumeFrom?: string;
1082
- }
1083
-
1084
- /** Contains response data for the createOrUpdateAlertSettings operation. */
1085
- export declare type DevicesCreateOrUpdateAlertSettingsResponse = AlertSettings;
1086
-
1087
- /** Optional parameters. */
1088
- export declare interface DevicesCreateOrUpdateSecuritySettingsOptionalParams extends coreClient.OperationOptions {
1089
- /** Delay to wait until next poll, in milliseconds. */
1090
- updateIntervalInMs?: number;
1091
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1092
- resumeFrom?: string;
1093
- }
1094
-
1095
- /** Optional parameters. */
1096
- export declare interface DevicesDeactivateOptionalParams extends coreClient.OperationOptions {
1097
- /** Delay to wait until next poll, in milliseconds. */
1098
- updateIntervalInMs?: number;
1099
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1100
- resumeFrom?: string;
1101
- }
1102
-
1103
- /** Optional parameters. */
1104
- export declare interface DevicesDeleteOptionalParams extends coreClient.OperationOptions {
1105
- /** Delay to wait until next poll, in milliseconds. */
1106
- updateIntervalInMs?: number;
1107
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1108
- resumeFrom?: string;
1109
- }
1110
-
1111
- /** Optional parameters. */
1112
- export declare interface DevicesDownloadUpdatesOptionalParams extends coreClient.OperationOptions {
1113
- /** Delay to wait until next poll, in milliseconds. */
1114
- updateIntervalInMs?: number;
1115
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1116
- resumeFrom?: string;
1117
- }
1118
-
1119
- /** Optional parameters. */
1120
- export declare interface DevicesFailoverOptionalParams extends coreClient.OperationOptions {
1121
- /** Delay to wait until next poll, in milliseconds. */
1122
- updateIntervalInMs?: number;
1123
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1124
- resumeFrom?: string;
1125
- }
1126
-
1127
- /** Optional parameters. */
1128
- export declare interface DevicesGetAlertSettingsOptionalParams extends coreClient.OperationOptions {
1129
- }
1130
-
1131
- /** Contains response data for the getAlertSettings operation. */
1132
- export declare type DevicesGetAlertSettingsResponse = AlertSettings;
1133
-
1134
- /** Optional parameters. */
1135
- export declare interface DevicesGetNetworkSettingsOptionalParams extends coreClient.OperationOptions {
1136
- }
1137
-
1138
- /** Contains response data for the getNetworkSettings operation. */
1139
- export declare type DevicesGetNetworkSettingsResponse = NetworkSettings;
1140
-
1141
- /** Optional parameters. */
1142
- export declare interface DevicesGetOptionalParams extends coreClient.OperationOptions {
1143
- /** Specify $expand=details to populate additional fields related to the device. */
1144
- expand?: string;
1145
- }
1146
-
1147
- /** Contains response data for the get operation. */
1148
- export declare type DevicesGetResponse = Device;
1149
-
1150
- /** Optional parameters. */
1151
- export declare interface DevicesGetTimeSettingsOptionalParams extends coreClient.OperationOptions {
1152
- }
1153
-
1154
- /** Contains response data for the getTimeSettings operation. */
1155
- export declare type DevicesGetTimeSettingsResponse = TimeSettings;
1156
-
1157
- /** Optional parameters. */
1158
- export declare interface DevicesGetUpdateSummaryOptionalParams extends coreClient.OperationOptions {
1159
- }
1160
-
1161
- /** Contains response data for the getUpdateSummary operation. */
1162
- export declare type DevicesGetUpdateSummaryResponse = Updates;
1163
-
1164
- /** Optional parameters. */
1165
- export declare interface DevicesInstallUpdatesOptionalParams extends coreClient.OperationOptions {
1166
- /** Delay to wait until next poll, in milliseconds. */
1167
- updateIntervalInMs?: number;
1168
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1169
- resumeFrom?: string;
1170
- }
1171
-
1172
- /** Optional parameters. */
1173
- export declare interface DevicesListByManagerOptionalParams extends coreClient.OperationOptions {
1174
- /** Specify $expand=details to populate additional fields related to the device. */
1175
- expand?: string;
1176
- }
1177
-
1178
- /** Contains response data for the listByManager operation. */
1179
- export declare type DevicesListByManagerResponse = DeviceList;
1180
-
1181
- /** Optional parameters. */
1182
- export declare interface DevicesListFailoverTargetOptionalParams extends coreClient.OperationOptions {
1183
- /** Specify $expand=details to populate additional fields related to the device. */
1184
- expand?: string;
1185
- }
1186
-
1187
- /** Contains response data for the listFailoverTarget operation. */
1188
- export declare type DevicesListFailoverTargetResponse = DeviceList;
1189
-
1190
- /** Optional parameters. */
1191
- export declare interface DevicesListMetricDefinitionOptionalParams extends coreClient.OperationOptions {
1192
- }
1193
-
1194
- /** Contains response data for the listMetricDefinition operation. */
1195
- export declare type DevicesListMetricDefinitionResponse = MetricDefinitionList;
1196
-
1197
- /** Optional parameters. */
1198
- export declare interface DevicesListMetricsOptionalParams extends coreClient.OperationOptions {
1199
- /** OData Filter options */
1200
- filter?: string;
1201
- }
1202
-
1203
- /** Contains response data for the listMetrics operation. */
1204
- export declare type DevicesListMetricsResponse = MetricList;
1205
-
1206
- /** Optional parameters. */
1207
- export declare interface DevicesPatchOptionalParams extends coreClient.OperationOptions {
1208
- /** Delay to wait until next poll, in milliseconds. */
1209
- updateIntervalInMs?: number;
1210
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1211
- resumeFrom?: string;
1212
- }
1213
-
1214
- /** Contains response data for the patch operation. */
1215
- export declare type DevicesPatchResponse = Device;
1216
-
1217
- /** Optional parameters. */
1218
- export declare interface DevicesScanForUpdatesOptionalParams extends coreClient.OperationOptions {
1219
- /** Delay to wait until next poll, in milliseconds. */
1220
- updateIntervalInMs?: number;
1221
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1222
- resumeFrom?: string;
1223
- }
1224
-
1225
- /** Defines values for DeviceStatus. */
1226
- export declare type DeviceStatus = "Unknown" | "Online" | "Offline" | "RequiresAttention" | "MaintenanceMode" | "Creating" | "Provisioning" | "Deleted" | "ReadyToSetup" | "Deactivated" | "Deactivating";
1227
-
1228
- /** Defines values for DeviceType. */
1229
- export declare type DeviceType = "Invalid" | "Appliance" | "VirtualAppliance" | "Series9000OnPremVirtualAppliance" | "Series9000VirtualAppliance" | "Series9000PhysicalAppliance";
1230
-
1231
- /** Defines values for DhcpStatus. */
1232
- export declare type DhcpStatus = "Enabled" | "Disabled";
1233
-
1234
- /** Defines values for DiskStatus. */
1235
- export declare type DiskStatus = "Online" | "Offline";
1236
-
1237
- /** Defines values for DownloadPhase. */
1238
- export declare type DownloadPhase = "Unknown" | "Initializing" | "Downloading" | "Verifying";
1239
-
1240
- /** Defines values for EncryptionAlgorithm. */
1241
- export declare type EncryptionAlgorithm = "None" | "AES256" | "RSAES_PKCS1_v_1_5";
1242
-
1243
- /** The EncryptionSettings */
1244
- export declare interface EncryptionSettings extends BaseModel {
1245
- /** The encryption status which indicates if encryption is enabled or not. */
1246
- encryptionStatus: EncryptionStatus;
1247
- /** The key rollover status which indicates if key rollover is required or not. If secrets encryption has been upgraded, then it requires key rollover. */
1248
- keyRolloverStatus: KeyRolloverStatus;
1249
- }
1250
-
1251
- /** Defines values for EncryptionStatus. */
1252
- export declare type EncryptionStatus = "Enabled" | "Disabled";
1253
-
1254
- export declare interface ErrorModel {
1255
- errorCode: string;
1256
- message: Message;
1257
- values?: Item[];
1258
- }
1259
-
1260
- /** The Failover request object. */
1261
- export declare interface FailoverRequest {
1262
- accesspointIds?: string[];
1263
- targetDeviceId?: string;
1264
- skipValidation?: boolean;
1265
- keepSourceDevice?: boolean;
1266
- }
1267
-
1268
- /** The file server. */
1269
- export declare interface FileServer extends BaseModel {
1270
- /** Domain of the file server */
1271
- domainName: string;
1272
- /** The storage domain id. */
1273
- storageDomainId: string;
1274
- /** The backup policy id. */
1275
- backupScheduleGroupId: string;
1276
- /** The description of the file server */
1277
- description?: string;
1278
- }
1279
-
1280
- /** Collection of file servers */
1281
- export declare interface FileServerList {
1282
- /** The value. */
1283
- value: FileServer[];
1284
- }
1285
-
1286
- /** Interface representing a FileServers. */
1287
- export declare interface FileServers {
1288
- /**
1289
- * Retrieves all the file servers in a device.
1290
- * @param deviceName The device name.
1291
- * @param resourceGroupName The resource group name
1292
- * @param managerName The manager name
1293
- * @param options The options parameters.
1294
- */
1295
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: FileServersListByDeviceOptionalParams): PagedAsyncIterableIterator<FileServer>;
1296
- /**
1297
- * Gets the file server metrics.
1298
- * @param deviceName The name of the device.
1299
- * @param fileServerName The name of the file server name.
1300
- * @param resourceGroupName The resource group name
1301
- * @param managerName The manager name
1302
- * @param options The options parameters.
1303
- */
1304
- listMetrics(deviceName: string, fileServerName: string, resourceGroupName: string, managerName: string, options?: FileServersListMetricsOptionalParams): PagedAsyncIterableIterator<Metrics>;
1305
- /**
1306
- * Retrieves metric definitions of all metrics aggregated at the file server.
1307
- * @param deviceName The name of the device.
1308
- * @param fileServerName The name of the file server.
1309
- * @param resourceGroupName The resource group name
1310
- * @param managerName The manager name
1311
- * @param options The options parameters.
1312
- */
1313
- listMetricDefinition(deviceName: string, fileServerName: string, resourceGroupName: string, managerName: string, options?: FileServersListMetricDefinitionOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
1314
- /**
1315
- * Retrieves all the file servers in a manager.
1316
- * @param resourceGroupName The resource group name
1317
- * @param managerName The manager name
1318
- * @param options The options parameters.
1319
- */
1320
- listByManager(resourceGroupName: string, managerName: string, options?: FileServersListByManagerOptionalParams): PagedAsyncIterableIterator<FileServer>;
1321
- /**
1322
- * Returns the properties of the specified file server name.
1323
- * @param deviceName The device name.
1324
- * @param fileServerName The file server name.
1325
- * @param resourceGroupName The resource group name
1326
- * @param managerName The manager name
1327
- * @param options The options parameters.
1328
- */
1329
- get(deviceName: string, fileServerName: string, resourceGroupName: string, managerName: string, options?: FileServersGetOptionalParams): Promise<FileServersGetResponse>;
1330
- /**
1331
- * Creates or updates the file server.
1332
- * @param deviceName The device name.
1333
- * @param fileServerName The file server name.
1334
- * @param resourceGroupName The resource group name
1335
- * @param managerName The manager name
1336
- * @param fileServer The file server.
1337
- * @param options The options parameters.
1338
- */
1339
- beginCreateOrUpdate(deviceName: string, fileServerName: string, resourceGroupName: string, managerName: string, fileServer: FileServer, options?: FileServersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<FileServersCreateOrUpdateResponse>, FileServersCreateOrUpdateResponse>>;
1340
- /**
1341
- * Creates or updates the file server.
1342
- * @param deviceName The device name.
1343
- * @param fileServerName The file server name.
1344
- * @param resourceGroupName The resource group name
1345
- * @param managerName The manager name
1346
- * @param fileServer The file server.
1347
- * @param options The options parameters.
1348
- */
1349
- beginCreateOrUpdateAndWait(deviceName: string, fileServerName: string, resourceGroupName: string, managerName: string, fileServer: FileServer, options?: FileServersCreateOrUpdateOptionalParams): Promise<FileServersCreateOrUpdateResponse>;
1350
- /**
1351
- * Deletes the file server.
1352
- * @param deviceName The device name.
1353
- * @param fileServerName The file server name.
1354
- * @param resourceGroupName The resource group name
1355
- * @param managerName The manager name
1356
- * @param options The options parameters.
1357
- */
1358
- beginDelete(deviceName: string, fileServerName: string, resourceGroupName: string, managerName: string, options?: FileServersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1359
- /**
1360
- * Deletes the file server.
1361
- * @param deviceName The device name.
1362
- * @param fileServerName The file server name.
1363
- * @param resourceGroupName The resource group name
1364
- * @param managerName The manager name
1365
- * @param options The options parameters.
1366
- */
1367
- beginDeleteAndWait(deviceName: string, fileServerName: string, resourceGroupName: string, managerName: string, options?: FileServersDeleteOptionalParams): Promise<void>;
1368
- /**
1369
- * Backup the file server now.
1370
- * @param deviceName The device name.
1371
- * @param fileServerName The file server name.
1372
- * @param resourceGroupName The resource group name
1373
- * @param managerName The manager name
1374
- * @param options The options parameters.
1375
- */
1376
- beginBackupNow(deviceName: string, fileServerName: string, resourceGroupName: string, managerName: string, options?: FileServersBackupNowOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1377
- /**
1378
- * Backup the file server now.
1379
- * @param deviceName The device name.
1380
- * @param fileServerName The file server name.
1381
- * @param resourceGroupName The resource group name
1382
- * @param managerName The manager name
1383
- * @param options The options parameters.
1384
- */
1385
- beginBackupNowAndWait(deviceName: string, fileServerName: string, resourceGroupName: string, managerName: string, options?: FileServersBackupNowOptionalParams): Promise<void>;
1386
- }
1387
-
1388
- /** Optional parameters. */
1389
- export declare interface FileServersBackupNowOptionalParams extends coreClient.OperationOptions {
1390
- /** Delay to wait until next poll, in milliseconds. */
1391
- updateIntervalInMs?: number;
1392
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1393
- resumeFrom?: string;
1394
- }
1395
-
1396
- /** Optional parameters. */
1397
- export declare interface FileServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1398
- /** Delay to wait until next poll, in milliseconds. */
1399
- updateIntervalInMs?: number;
1400
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1401
- resumeFrom?: string;
1402
- }
1403
-
1404
- /** Contains response data for the createOrUpdate operation. */
1405
- export declare type FileServersCreateOrUpdateResponse = FileServer;
1406
-
1407
- /** Optional parameters. */
1408
- export declare interface FileServersDeleteOptionalParams extends coreClient.OperationOptions {
1409
- /** Delay to wait until next poll, in milliseconds. */
1410
- updateIntervalInMs?: number;
1411
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1412
- resumeFrom?: string;
1413
- }
1414
-
1415
- /** Optional parameters. */
1416
- export declare interface FileServersGetOptionalParams extends coreClient.OperationOptions {
1417
- }
1418
-
1419
- /** Contains response data for the get operation. */
1420
- export declare type FileServersGetResponse = FileServer;
1421
-
1422
- /** Optional parameters. */
1423
- export declare interface FileServersListByDeviceOptionalParams extends coreClient.OperationOptions {
1424
- }
1425
-
1426
- /** Contains response data for the listByDevice operation. */
1427
- export declare type FileServersListByDeviceResponse = FileServerList;
1428
-
1429
- /** Optional parameters. */
1430
- export declare interface FileServersListByManagerOptionalParams extends coreClient.OperationOptions {
1431
- }
1432
-
1433
- /** Contains response data for the listByManager operation. */
1434
- export declare type FileServersListByManagerResponse = FileServerList;
1435
-
1436
- /** Optional parameters. */
1437
- export declare interface FileServersListMetricDefinitionOptionalParams extends coreClient.OperationOptions {
1438
- }
1439
-
1440
- /** Contains response data for the listMetricDefinition operation. */
1441
- export declare type FileServersListMetricDefinitionResponse = MetricDefinitionList;
1442
-
1443
- /** Optional parameters. */
1444
- export declare interface FileServersListMetricsOptionalParams extends coreClient.OperationOptions {
1445
- /** OData Filter options */
1446
- filter?: string;
1447
- }
1448
-
1449
- /** Contains response data for the listMetrics operation. */
1450
- export declare type FileServersListMetricsResponse = MetricList;
1451
-
1452
- /** The File Share. */
1453
- export declare interface FileShare extends BaseModel {
1454
- /** Description for file share */
1455
- description?: string;
1456
- /** The Share Status */
1457
- shareStatus: ShareStatus;
1458
- /** The data policy */
1459
- dataPolicy: DataPolicy;
1460
- /** The user/group who will have full permission in this share. Active directory email address. Example: xyz@contoso.com or Contoso\xyz. */
1461
- adminUser: string;
1462
- /** The total provisioned capacity in Bytes */
1463
- provisionedCapacityInBytes: number;
1464
- /**
1465
- * The used capacity in Bytes.
1466
- * NOTE: This property will not be serialized. It can only be populated by the server.
1467
- */
1468
- readonly usedCapacityInBytes?: number;
1469
- /**
1470
- * The local used capacity in Bytes.
1471
- * NOTE: This property will not be serialized. It can only be populated by the server.
1472
- */
1473
- readonly localUsedCapacityInBytes?: number;
1474
- /** The monitoring status */
1475
- monitoringStatus: MonitoringStatus;
1476
- }
1477
-
1478
- /** Collection of file shares */
1479
- export declare interface FileShareList {
1480
- /** The value. */
1481
- value: FileShare[];
1482
- }
1483
-
1484
- /** Interface representing a FileShares. */
1485
- export declare interface FileShares {
1486
- /**
1487
- * Retrieves all the file shares in a file server.
1488
- * @param deviceName The device name.
1489
- * @param fileServerName The file server name.
1490
- * @param resourceGroupName The resource group name
1491
- * @param managerName The manager name
1492
- * @param options The options parameters.
1493
- */
1494
- listByFileServer(deviceName: string, fileServerName: string, resourceGroupName: string, managerName: string, options?: FileSharesListByFileServerOptionalParams): PagedAsyncIterableIterator<FileShare>;
1495
- /**
1496
- * Gets the file share metrics
1497
- * @param deviceName The device name.
1498
- * @param fileServerName The file server name.
1499
- * @param shareName The file share name.
1500
- * @param resourceGroupName The resource group name
1501
- * @param managerName The manager name
1502
- * @param options The options parameters.
1503
- */
1504
- listMetrics(deviceName: string, fileServerName: string, shareName: string, resourceGroupName: string, managerName: string, options?: FileSharesListMetricsOptionalParams): PagedAsyncIterableIterator<Metrics>;
1505
- /**
1506
- * Retrieves metric definitions of all metrics aggregated at the file share.
1507
- * @param deviceName The device name.
1508
- * @param fileServerName The file server name.
1509
- * @param shareName The file share name.
1510
- * @param resourceGroupName The resource group name
1511
- * @param managerName The manager name
1512
- * @param options The options parameters.
1513
- */
1514
- listMetricDefinition(deviceName: string, fileServerName: string, shareName: string, resourceGroupName: string, managerName: string, options?: FileSharesListMetricDefinitionOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
1515
- /**
1516
- * Retrieves all the file shares in a device.
1517
- * @param deviceName The device name.
1518
- * @param resourceGroupName The resource group name
1519
- * @param managerName The manager name
1520
- * @param options The options parameters.
1521
- */
1522
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: FileSharesListByDeviceOptionalParams): PagedAsyncIterableIterator<FileShare>;
1523
- /**
1524
- * Returns the properties of the specified file share name.
1525
- * @param deviceName The device name.
1526
- * @param fileServerName The file server name.
1527
- * @param shareName The file share name.
1528
- * @param resourceGroupName The resource group name
1529
- * @param managerName The manager name
1530
- * @param options The options parameters.
1531
- */
1532
- get(deviceName: string, fileServerName: string, shareName: string, resourceGroupName: string, managerName: string, options?: FileSharesGetOptionalParams): Promise<FileSharesGetResponse>;
1533
- /**
1534
- * Creates or updates the file share.
1535
- * @param deviceName The device name.
1536
- * @param fileServerName The file server name.
1537
- * @param shareName The file share name.
1538
- * @param resourceGroupName The resource group name
1539
- * @param managerName The manager name
1540
- * @param fileShare The file share.
1541
- * @param options The options parameters.
1542
- */
1543
- beginCreateOrUpdate(deviceName: string, fileServerName: string, shareName: string, resourceGroupName: string, managerName: string, fileShare: FileShare, options?: FileSharesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<FileSharesCreateOrUpdateResponse>, FileSharesCreateOrUpdateResponse>>;
1544
- /**
1545
- * Creates or updates the file share.
1546
- * @param deviceName The device name.
1547
- * @param fileServerName The file server name.
1548
- * @param shareName The file share name.
1549
- * @param resourceGroupName The resource group name
1550
- * @param managerName The manager name
1551
- * @param fileShare The file share.
1552
- * @param options The options parameters.
1553
- */
1554
- beginCreateOrUpdateAndWait(deviceName: string, fileServerName: string, shareName: string, resourceGroupName: string, managerName: string, fileShare: FileShare, options?: FileSharesCreateOrUpdateOptionalParams): Promise<FileSharesCreateOrUpdateResponse>;
1555
- /**
1556
- * Deletes the file share.
1557
- * @param deviceName The device name.
1558
- * @param fileServerName The file server name.
1559
- * @param shareName The file share Name
1560
- * @param resourceGroupName The resource group name
1561
- * @param managerName The manager name
1562
- * @param options The options parameters.
1563
- */
1564
- beginDelete(deviceName: string, fileServerName: string, shareName: string, resourceGroupName: string, managerName: string, options?: FileSharesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1565
- /**
1566
- * Deletes the file share.
1567
- * @param deviceName The device name.
1568
- * @param fileServerName The file server name.
1569
- * @param shareName The file share Name
1570
- * @param resourceGroupName The resource group name
1571
- * @param managerName The manager name
1572
- * @param options The options parameters.
1573
- */
1574
- beginDeleteAndWait(deviceName: string, fileServerName: string, shareName: string, resourceGroupName: string, managerName: string, options?: FileSharesDeleteOptionalParams): Promise<void>;
1575
- }
1576
-
1577
- /** Optional parameters. */
1578
- export declare interface FileSharesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1579
- /** Delay to wait until next poll, in milliseconds. */
1580
- updateIntervalInMs?: number;
1581
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1582
- resumeFrom?: string;
1583
- }
1584
-
1585
- /** Contains response data for the createOrUpdate operation. */
1586
- export declare type FileSharesCreateOrUpdateResponse = FileShare;
1587
-
1588
- /** Optional parameters. */
1589
- export declare interface FileSharesDeleteOptionalParams extends coreClient.OperationOptions {
1590
- /** Delay to wait until next poll, in milliseconds. */
1591
- updateIntervalInMs?: number;
1592
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1593
- resumeFrom?: string;
1594
- }
1595
-
1596
- /** Optional parameters. */
1597
- export declare interface FileSharesGetOptionalParams extends coreClient.OperationOptions {
1598
- }
1599
-
1600
- /** Contains response data for the get operation. */
1601
- export declare type FileSharesGetResponse = FileShare;
1602
-
1603
- /** Optional parameters. */
1604
- export declare interface FileSharesListByDeviceOptionalParams extends coreClient.OperationOptions {
1605
- }
1606
-
1607
- /** Contains response data for the listByDevice operation. */
1608
- export declare type FileSharesListByDeviceResponse = FileShareList;
1609
-
1610
- /** Optional parameters. */
1611
- export declare interface FileSharesListByFileServerOptionalParams extends coreClient.OperationOptions {
1612
- }
1613
-
1614
- /** Contains response data for the listByFileServer operation. */
1615
- export declare type FileSharesListByFileServerResponse = FileShareList;
1616
-
1617
- /** Optional parameters. */
1618
- export declare interface FileSharesListMetricDefinitionOptionalParams extends coreClient.OperationOptions {
1619
- }
1620
-
1621
- /** Contains response data for the listMetricDefinition operation. */
1622
- export declare type FileSharesListMetricDefinitionResponse = MetricDefinitionList;
1623
-
1624
- /** Optional parameters. */
1625
- export declare interface FileSharesListMetricsOptionalParams extends coreClient.OperationOptions {
1626
- /** OData Filter options */
1627
- filter?: string;
1628
- }
1629
-
1630
- /** Contains response data for the listMetrics operation. */
1631
- export declare type FileSharesListMetricsResponse = MetricList;
1632
-
1633
- /**
1634
- * Given the last `.value` produced by the `byPage` iterator,
1635
- * returns a continuation token that can be used to begin paging from
1636
- * that point later.
1637
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
1638
- * @returns The continuation token that can be passed into byPage() during future calls.
1639
- */
1640
- export declare function getContinuationToken(page: unknown): string | undefined;
1641
-
1642
- /** Defines values for InitiatedBy. */
1643
- export declare type InitiatedBy = "Manual" | "Scheduled";
1644
-
1645
- /** Details related to the IP address configuration */
1646
- export declare interface IPConfig {
1647
- /** The IP address of the network adapter, either ipv4 or ipv6. */
1648
- ipAddress: string;
1649
- /** The prefix length of the network adapter. */
1650
- prefixLength?: number;
1651
- /** The gateway of the network adapter. */
1652
- gateway: string;
1653
- }
1654
-
1655
- /** The iSCSI disk. */
1656
- export declare interface IscsiDisk extends BaseModel {
1657
- /** The description. */
1658
- description?: string;
1659
- /** The disk status. */
1660
- diskStatus: DiskStatus;
1661
- /** The access control records. */
1662
- accessControlRecords: string[];
1663
- /** The data policy. */
1664
- dataPolicy: DataPolicy;
1665
- /** The provisioned capacity in bytes. */
1666
- provisionedCapacityInBytes: number;
1667
- /**
1668
- * The used capacity in bytes.
1669
- * NOTE: This property will not be serialized. It can only be populated by the server.
1670
- */
1671
- readonly usedCapacityInBytes?: number;
1672
- /**
1673
- * The local used capacity in bytes.
1674
- * NOTE: This property will not be serialized. It can only be populated by the server.
1675
- */
1676
- readonly localUsedCapacityInBytes?: number;
1677
- /** The monitoring. */
1678
- monitoringStatus: MonitoringStatus;
1679
- }
1680
-
1681
- /** Collection of Iscsi disk */
1682
- export declare interface IscsiDiskList {
1683
- /** The value. */
1684
- value: IscsiDisk[];
1685
- }
1686
-
1687
- /** Interface representing a IscsiDisks. */
1688
- export declare interface IscsiDisks {
1689
- /**
1690
- * Retrieves all the iSCSI disks in a device.
1691
- * @param deviceName The device name.
1692
- * @param resourceGroupName The resource group name
1693
- * @param managerName The manager name
1694
- * @param options The options parameters.
1695
- */
1696
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: IscsiDisksListByDeviceOptionalParams): PagedAsyncIterableIterator<IscsiDisk>;
1697
- /**
1698
- * Retrieves all the disks in a iSCSI server.
1699
- * @param deviceName The device name.
1700
- * @param iscsiServerName The iSCSI server name.
1701
- * @param resourceGroupName The resource group name
1702
- * @param managerName The manager name
1703
- * @param options The options parameters.
1704
- */
1705
- listByIscsiServer(deviceName: string, iscsiServerName: string, resourceGroupName: string, managerName: string, options?: IscsiDisksListByIscsiServerOptionalParams): PagedAsyncIterableIterator<IscsiDisk>;
1706
- /**
1707
- * Gets the iSCSI disk metrics
1708
- * @param deviceName The device name.
1709
- * @param iscsiServerName The iSCSI server name.
1710
- * @param diskName The iSCSI disk name.
1711
- * @param resourceGroupName The resource group name
1712
- * @param managerName The manager name
1713
- * @param options The options parameters.
1714
- */
1715
- listMetrics(deviceName: string, iscsiServerName: string, diskName: string, resourceGroupName: string, managerName: string, options?: IscsiDisksListMetricsOptionalParams): PagedAsyncIterableIterator<Metrics>;
1716
- /**
1717
- * Retrieves metric definitions for all metric aggregated at the iSCSI disk.
1718
- * @param deviceName The device name.
1719
- * @param iscsiServerName The iSCSI server name.
1720
- * @param diskName The iSCSI disk name.
1721
- * @param resourceGroupName The resource group name
1722
- * @param managerName The manager name
1723
- * @param options The options parameters.
1724
- */
1725
- listMetricDefinition(deviceName: string, iscsiServerName: string, diskName: string, resourceGroupName: string, managerName: string, options?: IscsiDisksListMetricDefinitionOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
1726
- /**
1727
- * Returns the properties of the specified iSCSI disk name.
1728
- * @param deviceName The device name.
1729
- * @param iscsiServerName The iSCSI server name.
1730
- * @param diskName The disk name.
1731
- * @param resourceGroupName The resource group name
1732
- * @param managerName The manager name
1733
- * @param options The options parameters.
1734
- */
1735
- get(deviceName: string, iscsiServerName: string, diskName: string, resourceGroupName: string, managerName: string, options?: IscsiDisksGetOptionalParams): Promise<IscsiDisksGetResponse>;
1736
- /**
1737
- * Creates or updates the iSCSI disk.
1738
- * @param deviceName The device name.
1739
- * @param iscsiServerName The iSCSI server name.
1740
- * @param diskName The disk name.
1741
- * @param resourceGroupName The resource group name
1742
- * @param managerName The manager name
1743
- * @param iscsiDisk The iSCSI disk.
1744
- * @param options The options parameters.
1745
- */
1746
- beginCreateOrUpdate(deviceName: string, iscsiServerName: string, diskName: string, resourceGroupName: string, managerName: string, iscsiDisk: IscsiDisk, options?: IscsiDisksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<IscsiDisksCreateOrUpdateResponse>, IscsiDisksCreateOrUpdateResponse>>;
1747
- /**
1748
- * Creates or updates the iSCSI disk.
1749
- * @param deviceName The device name.
1750
- * @param iscsiServerName The iSCSI server name.
1751
- * @param diskName The disk name.
1752
- * @param resourceGroupName The resource group name
1753
- * @param managerName The manager name
1754
- * @param iscsiDisk The iSCSI disk.
1755
- * @param options The options parameters.
1756
- */
1757
- beginCreateOrUpdateAndWait(deviceName: string, iscsiServerName: string, diskName: string, resourceGroupName: string, managerName: string, iscsiDisk: IscsiDisk, options?: IscsiDisksCreateOrUpdateOptionalParams): Promise<IscsiDisksCreateOrUpdateResponse>;
1758
- /**
1759
- * Deletes the iSCSI disk.
1760
- * @param deviceName The device name.
1761
- * @param iscsiServerName The iSCSI server name.
1762
- * @param diskName The disk name.
1763
- * @param resourceGroupName The resource group name
1764
- * @param managerName The manager name
1765
- * @param options The options parameters.
1766
- */
1767
- beginDelete(deviceName: string, iscsiServerName: string, diskName: string, resourceGroupName: string, managerName: string, options?: IscsiDisksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1768
- /**
1769
- * Deletes the iSCSI disk.
1770
- * @param deviceName The device name.
1771
- * @param iscsiServerName The iSCSI server name.
1772
- * @param diskName The disk name.
1773
- * @param resourceGroupName The resource group name
1774
- * @param managerName The manager name
1775
- * @param options The options parameters.
1776
- */
1777
- beginDeleteAndWait(deviceName: string, iscsiServerName: string, diskName: string, resourceGroupName: string, managerName: string, options?: IscsiDisksDeleteOptionalParams): Promise<void>;
1778
- }
1779
-
1780
- /** Optional parameters. */
1781
- export declare interface IscsiDisksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1782
- /** Delay to wait until next poll, in milliseconds. */
1783
- updateIntervalInMs?: number;
1784
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1785
- resumeFrom?: string;
1786
- }
1787
-
1788
- /** Contains response data for the createOrUpdate operation. */
1789
- export declare type IscsiDisksCreateOrUpdateResponse = IscsiDisk;
1790
-
1791
- /** Optional parameters. */
1792
- export declare interface IscsiDisksDeleteOptionalParams extends coreClient.OperationOptions {
1793
- /** Delay to wait until next poll, in milliseconds. */
1794
- updateIntervalInMs?: number;
1795
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1796
- resumeFrom?: string;
1797
- }
1798
-
1799
- /** Optional parameters. */
1800
- export declare interface IscsiDisksGetOptionalParams extends coreClient.OperationOptions {
1801
- }
1802
-
1803
- /** Contains response data for the get operation. */
1804
- export declare type IscsiDisksGetResponse = IscsiDisk;
1805
-
1806
- /** Optional parameters. */
1807
- export declare interface IscsiDisksListByDeviceOptionalParams extends coreClient.OperationOptions {
1808
- }
1809
-
1810
- /** Contains response data for the listByDevice operation. */
1811
- export declare type IscsiDisksListByDeviceResponse = IscsiDiskList;
1812
-
1813
- /** Optional parameters. */
1814
- export declare interface IscsiDisksListByIscsiServerOptionalParams extends coreClient.OperationOptions {
1815
- }
1816
-
1817
- /** Contains response data for the listByIscsiServer operation. */
1818
- export declare type IscsiDisksListByIscsiServerResponse = IscsiDiskList;
1819
-
1820
- /** Optional parameters. */
1821
- export declare interface IscsiDisksListMetricDefinitionOptionalParams extends coreClient.OperationOptions {
1822
- }
1823
-
1824
- /** Contains response data for the listMetricDefinition operation. */
1825
- export declare type IscsiDisksListMetricDefinitionResponse = MetricDefinitionList;
1826
-
1827
- /** Optional parameters. */
1828
- export declare interface IscsiDisksListMetricsOptionalParams extends coreClient.OperationOptions {
1829
- /** OData Filter options */
1830
- filter?: string;
1831
- }
1832
-
1833
- /** Contains response data for the listMetrics operation. */
1834
- export declare type IscsiDisksListMetricsResponse = MetricList;
1835
-
1836
- /** The iSCSI server. */
1837
- export declare interface IscsiServer extends BaseModel {
1838
- /** The storage domain id. */
1839
- storageDomainId: string;
1840
- /** The backup policy id. */
1841
- backupScheduleGroupId: string;
1842
- /** The description. */
1843
- description?: string;
1844
- /** The chap id. */
1845
- chapId?: string;
1846
- /** The reverse chap id. */
1847
- reverseChapId?: string;
1848
- }
1849
-
1850
- /** Collection of Iscsi servers */
1851
- export declare interface IscsiServerList {
1852
- /** The value. */
1853
- value: IscsiServer[];
1854
- }
1855
-
1856
- /** Interface representing a IscsiServers. */
1857
- export declare interface IscsiServers {
1858
- /**
1859
- * Retrieves all the iSCSI in a device.
1860
- * @param deviceName The device name.
1861
- * @param resourceGroupName The resource group name
1862
- * @param managerName The manager name
1863
- * @param options The options parameters.
1864
- */
1865
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: IscsiServersListByDeviceOptionalParams): PagedAsyncIterableIterator<IscsiServer>;
1866
- /**
1867
- * Gets the iSCSI server metrics
1868
- * @param deviceName The device name.
1869
- * @param iscsiServerName The iSCSI server name.
1870
- * @param resourceGroupName The resource group name
1871
- * @param managerName The manager name
1872
- * @param options The options parameters.
1873
- */
1874
- listMetrics(deviceName: string, iscsiServerName: string, resourceGroupName: string, managerName: string, options?: IscsiServersListMetricsOptionalParams): PagedAsyncIterableIterator<Metrics>;
1875
- /**
1876
- * Retrieves metric definitions for all metrics aggregated at iSCSI server.
1877
- * @param deviceName The device name.
1878
- * @param iscsiServerName The iSCSI server name.
1879
- * @param resourceGroupName The resource group name
1880
- * @param managerName The manager name
1881
- * @param options The options parameters.
1882
- */
1883
- listMetricDefinition(deviceName: string, iscsiServerName: string, resourceGroupName: string, managerName: string, options?: IscsiServersListMetricDefinitionOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
1884
- /**
1885
- * Retrieves all the iSCSI servers in a manager.
1886
- * @param resourceGroupName The resource group name
1887
- * @param managerName The manager name
1888
- * @param options The options parameters.
1889
- */
1890
- listByManager(resourceGroupName: string, managerName: string, options?: IscsiServersListByManagerOptionalParams): PagedAsyncIterableIterator<IscsiServer>;
1891
- /**
1892
- * Returns the properties of the specified iSCSI server name.
1893
- * @param deviceName The device name.
1894
- * @param iscsiServerName The iSCSI server name.
1895
- * @param resourceGroupName The resource group name
1896
- * @param managerName The manager name
1897
- * @param options The options parameters.
1898
- */
1899
- get(deviceName: string, iscsiServerName: string, resourceGroupName: string, managerName: string, options?: IscsiServersGetOptionalParams): Promise<IscsiServersGetResponse>;
1900
- /**
1901
- * Creates or updates the iSCSI server.
1902
- * @param deviceName The device name.
1903
- * @param iscsiServerName The iSCSI server name.
1904
- * @param resourceGroupName The resource group name
1905
- * @param managerName The manager name
1906
- * @param iscsiServer The iSCSI server.
1907
- * @param options The options parameters.
1908
- */
1909
- beginCreateOrUpdate(deviceName: string, iscsiServerName: string, resourceGroupName: string, managerName: string, iscsiServer: IscsiServer, options?: IscsiServersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<IscsiServersCreateOrUpdateResponse>, IscsiServersCreateOrUpdateResponse>>;
1910
- /**
1911
- * Creates or updates the iSCSI server.
1912
- * @param deviceName The device name.
1913
- * @param iscsiServerName The iSCSI server name.
1914
- * @param resourceGroupName The resource group name
1915
- * @param managerName The manager name
1916
- * @param iscsiServer The iSCSI server.
1917
- * @param options The options parameters.
1918
- */
1919
- beginCreateOrUpdateAndWait(deviceName: string, iscsiServerName: string, resourceGroupName: string, managerName: string, iscsiServer: IscsiServer, options?: IscsiServersCreateOrUpdateOptionalParams): Promise<IscsiServersCreateOrUpdateResponse>;
1920
- /**
1921
- * Deletes the iSCSI server.
1922
- * @param deviceName The device name.
1923
- * @param iscsiServerName The iSCSI server name.
1924
- * @param resourceGroupName The resource group name
1925
- * @param managerName The manager name
1926
- * @param options The options parameters.
1927
- */
1928
- beginDelete(deviceName: string, iscsiServerName: string, resourceGroupName: string, managerName: string, options?: IscsiServersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1929
- /**
1930
- * Deletes the iSCSI server.
1931
- * @param deviceName The device name.
1932
- * @param iscsiServerName The iSCSI server name.
1933
- * @param resourceGroupName The resource group name
1934
- * @param managerName The manager name
1935
- * @param options The options parameters.
1936
- */
1937
- beginDeleteAndWait(deviceName: string, iscsiServerName: string, resourceGroupName: string, managerName: string, options?: IscsiServersDeleteOptionalParams): Promise<void>;
1938
- /**
1939
- * Backup the iSCSI server now.
1940
- * @param deviceName The device name.
1941
- * @param iscsiServerName The iSCSI server name.
1942
- * @param resourceGroupName The resource group name
1943
- * @param managerName The manager name
1944
- * @param options The options parameters.
1945
- */
1946
- beginBackupNow(deviceName: string, iscsiServerName: string, resourceGroupName: string, managerName: string, options?: IscsiServersBackupNowOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1947
- /**
1948
- * Backup the iSCSI server now.
1949
- * @param deviceName The device name.
1950
- * @param iscsiServerName The iSCSI server name.
1951
- * @param resourceGroupName The resource group name
1952
- * @param managerName The manager name
1953
- * @param options The options parameters.
1954
- */
1955
- beginBackupNowAndWait(deviceName: string, iscsiServerName: string, resourceGroupName: string, managerName: string, options?: IscsiServersBackupNowOptionalParams): Promise<void>;
1956
- }
1957
-
1958
- /** Optional parameters. */
1959
- export declare interface IscsiServersBackupNowOptionalParams extends coreClient.OperationOptions {
1960
- /** Delay to wait until next poll, in milliseconds. */
1961
- updateIntervalInMs?: number;
1962
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1963
- resumeFrom?: string;
1964
- }
1965
-
1966
- /** Optional parameters. */
1967
- export declare interface IscsiServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1968
- /** Delay to wait until next poll, in milliseconds. */
1969
- updateIntervalInMs?: number;
1970
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1971
- resumeFrom?: string;
1972
- }
1973
-
1974
- /** Contains response data for the createOrUpdate operation. */
1975
- export declare type IscsiServersCreateOrUpdateResponse = IscsiServer;
1976
-
1977
- /** Optional parameters. */
1978
- export declare interface IscsiServersDeleteOptionalParams extends coreClient.OperationOptions {
1979
- /** Delay to wait until next poll, in milliseconds. */
1980
- updateIntervalInMs?: number;
1981
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1982
- resumeFrom?: string;
1983
- }
1984
-
1985
- /** Optional parameters. */
1986
- export declare interface IscsiServersGetOptionalParams extends coreClient.OperationOptions {
1987
- }
1988
-
1989
- /** Contains response data for the get operation. */
1990
- export declare type IscsiServersGetResponse = IscsiServer;
1991
-
1992
- /** Optional parameters. */
1993
- export declare interface IscsiServersListByDeviceOptionalParams extends coreClient.OperationOptions {
1994
- }
1995
-
1996
- /** Contains response data for the listByDevice operation. */
1997
- export declare type IscsiServersListByDeviceResponse = IscsiServerList;
1998
-
1999
- /** Optional parameters. */
2000
- export declare interface IscsiServersListByManagerOptionalParams extends coreClient.OperationOptions {
2001
- }
2002
-
2003
- /** Contains response data for the listByManager operation. */
2004
- export declare type IscsiServersListByManagerResponse = IscsiServerList;
2005
-
2006
- /** Optional parameters. */
2007
- export declare interface IscsiServersListMetricDefinitionOptionalParams extends coreClient.OperationOptions {
2008
- }
2009
-
2010
- /** Contains response data for the listMetricDefinition operation. */
2011
- export declare type IscsiServersListMetricDefinitionResponse = MetricDefinitionList;
2012
-
2013
- /** Optional parameters. */
2014
- export declare interface IscsiServersListMetricsOptionalParams extends coreClient.OperationOptions {
2015
- /** OData Filter options */
2016
- filter?: string;
2017
- }
2018
-
2019
- /** Contains response data for the listMetrics operation. */
2020
- export declare type IscsiServersListMetricsResponse = MetricList;
2021
-
2022
- export declare interface Item {
2023
- key: string;
2024
- value: string;
2025
- }
2026
-
2027
- /** The Job. */
2028
- export declare interface Job extends BaseModel {
2029
- /** Current status of the job */
2030
- status: JobStatus;
2031
- /** The UTC time at which the job was started */
2032
- startTime?: Date;
2033
- /** The UTC time at which the job completed */
2034
- endTime?: Date;
2035
- /** The percentage of the job that is already complete */
2036
- percentComplete: number;
2037
- /** The Error details. */
2038
- error?: JobErrorDetails;
2039
- /** Type of the job */
2040
- jobType?: JobType;
2041
- /** Id of the object that is created by the job */
2042
- targetId?: string;
2043
- /** The entity identifier for which the job ran. */
2044
- entityId?: string;
2045
- /** The entity type for which the job ran. */
2046
- entityType?: string;
2047
- /** The job stages. */
2048
- jobStages?: JobStage[];
2049
- /** The device id in which the job is currently running */
2050
- deviceId?: string;
2051
- /** Represents whether the job is cancellable or not */
2052
- isCancellable?: boolean;
2053
- /** stats properties for the job */
2054
- stats?: JobStats;
2055
- /** The target type of the backup. */
2056
- targetType?: TargetType;
2057
- /** The source device identifier of the failover job. */
2058
- sourceDeviceId?: string;
2059
- /** The time of the backup used for the failover. */
2060
- backupPointInTime?: Date;
2061
- /** The download progress. */
2062
- downloadProgress?: UpdateDownloadProgress;
2063
- /** The install progress. */
2064
- installProgress?: UpdateInstallProgress;
2065
- }
2066
-
2067
- /** The job error information containing List of JobErrorItem. */
2068
- export declare interface JobErrorDetails {
2069
- /** The error details. */
2070
- errorDetails?: JobErrorItem[];
2071
- /** The code intended for programmatic access */
2072
- code: string;
2073
- /** The message intended to describe the error in detail */
2074
- message: string;
2075
- }
2076
-
2077
- /** The job error items. */
2078
- export declare interface JobErrorItem {
2079
- /** The recommended actions. */
2080
- recommendations?: string[];
2081
- /** The code intended for programmatic access */
2082
- code: string;
2083
- /** The message intended to describe the error in detail */
2084
- message: string;
2085
- }
2086
-
2087
- /** Filters that can be specified for the job */
2088
- export declare interface JobFilter {
2089
- /** The job type. */
2090
- jobType: JobType;
2091
- /** The job status. */
2092
- status: JobStatus;
2093
- /** The start time of the job. */
2094
- startTime?: Date;
2095
- }
2096
-
2097
- /** Collection of jobs */
2098
- export declare interface JobList {
2099
- /** The value. */
2100
- value: Job[];
2101
- /** The NextLink. */
2102
- nextLink?: string;
2103
- }
2104
-
2105
- /** Interface representing a Jobs. */
2106
- export declare interface Jobs {
2107
- /**
2108
- * Retrieves all the jobs in a device.
2109
- * @param deviceName The device name.
2110
- * @param resourceGroupName The resource group name
2111
- * @param managerName The manager name
2112
- * @param options The options parameters.
2113
- */
2114
- listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: JobsListByDeviceOptionalParams): PagedAsyncIterableIterator<Job>;
2115
- /**
2116
- * Retrieves all the jobs in a manager.
2117
- * @param resourceGroupName The resource group name
2118
- * @param managerName The manager name
2119
- * @param options The options parameters.
2120
- */
2121
- listByManager(resourceGroupName: string, managerName: string, options?: JobsListByManagerOptionalParams): PagedAsyncIterableIterator<Job>;
2122
- /**
2123
- * Returns the properties of the specified job name.
2124
- * @param deviceName The device name.
2125
- * @param jobName The job name.
2126
- * @param resourceGroupName The resource group name
2127
- * @param managerName The manager name
2128
- * @param options The options parameters.
2129
- */
2130
- get(deviceName: string, jobName: string, resourceGroupName: string, managerName: string, options?: JobsGetOptionalParams): Promise<JobsGetResponse>;
2131
- }
2132
-
2133
- /** Optional parameters. */
2134
- export declare interface JobsGetOptionalParams extends coreClient.OperationOptions {
2135
- }
2136
-
2137
- /** Contains response data for the get operation. */
2138
- export declare type JobsGetResponse = Job;
2139
-
2140
- /** Optional parameters. */
2141
- export declare interface JobsListByDeviceNextOptionalParams extends coreClient.OperationOptions {
2142
- }
2143
-
2144
- /** Contains response data for the listByDeviceNext operation. */
2145
- export declare type JobsListByDeviceNextResponse = JobList;
2146
-
2147
- /** Optional parameters. */
2148
- export declare interface JobsListByDeviceOptionalParams extends coreClient.OperationOptions {
2149
- /** OData Filter options */
2150
- filter?: string;
2151
- }
2152
-
2153
- /** Contains response data for the listByDevice operation. */
2154
- export declare type JobsListByDeviceResponse = JobList;
2155
-
2156
- /** Optional parameters. */
2157
- export declare interface JobsListByManagerNextOptionalParams extends coreClient.OperationOptions {
2158
- }
2159
-
2160
- /** Contains response data for the listByManagerNext operation. */
2161
- export declare type JobsListByManagerNextResponse = JobList;
2162
-
2163
- /** Optional parameters. */
2164
- export declare interface JobsListByManagerOptionalParams extends coreClient.OperationOptions {
2165
- /** OData Filter options */
2166
- filter?: string;
2167
- }
2168
-
2169
- /** Contains response data for the listByManager operation. */
2170
- export declare type JobsListByManagerResponse = JobList;
2171
-
2172
- /** Contains details about the multiple job stages of a job */
2173
- export declare interface JobStage {
2174
- /** The message of the job stage. */
2175
- message?: string;
2176
- /** The stage status. */
2177
- stageStatus: JobStatus;
2178
- /** The details of the stage. */
2179
- detail?: string;
2180
- /** The error code of the stage if any. */
2181
- errorCode?: string;
2182
- }
2183
-
2184
- /** Stats that are available for all jobs in common */
2185
- export declare interface JobStats {
2186
- /** Completed work item count. */
2187
- completedWorkItemCount?: number;
2188
- /** Total work item count. */
2189
- totalWorkItemCount?: number;
2190
- /** The estimated time remaining. */
2191
- estimatedTimeRemaining?: number;
2192
- }
2193
-
2194
- /** Defines values for JobStatus. */
2195
- export declare type JobStatus = "Invalid" | "Running" | "Succeeded" | "Failed" | "Canceled" | "Paused" | "Scheduled";
2196
-
2197
- /** Defines values for JobType. */
2198
- export declare type JobType = "Backup" | "Clone" | "Failover" | "DownloadUpdates" | "InstallUpdates";
2199
-
2200
- /** Defines values for KeyRolloverStatus. */
2201
- export declare type KeyRolloverStatus = "Required" | "NotRequired";
2202
-
2203
- /** The StorSimple Manager */
2204
- export declare interface Manager extends Resource {
2205
- /** ETag of the Manager */
2206
- etag?: string;
2207
- /** Specifies if the Manager is Garda or Helsinki */
2208
- cisIntrinsicSettings?: ManagerIntrinsicSettings;
2209
- /** Specifies the Sku */
2210
- sku?: ManagerSku;
2211
- /**
2212
- * Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created
2213
- * NOTE: This property will not be serialized. It can only be populated by the server.
2214
- */
2215
- readonly provisioningState?: string;
2216
- }
2217
-
2218
- /** The extended info of the manager. */
2219
- export declare interface ManagerExtendedInfo extends BaseModel {
2220
- /** ETag of the Resource */
2221
- etag?: string;
2222
- /** Represents the version of the ExtendedInfo object being persisted */
2223
- version?: string;
2224
- /** Represents the CIK of the resource */
2225
- integrityKey: string;
2226
- /** Represents the CEK of the resource */
2227
- encryptionKey?: string;
2228
- /** Represents the Cert thumbprint that was used to encrypt the CEK */
2229
- encryptionKeyThumbprint?: string;
2230
- /** Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it. */
2231
- portalCertificateThumbprint?: string;
2232
- /** Represents the encryption algorithm used to encrypt the other keys. None - if EncryptionKey is saved in plain text format. AlgorithmName - if encryption is used */
2233
- algorithm: string;
2234
- }
2235
-
2236
- /** Intrinsic settings which refers to the type of the StorSimple manager */
2237
- export declare interface ManagerIntrinsicSettings {
2238
- /** Refers to the type of the StorSimple Manager */
2239
- type: ManagerType;
2240
- }
2241
-
2242
- /** List of StorSimple Managers under a particular resourceGroup */
2243
- export declare interface ManagerList {
2244
- /** List of Managers */
2245
- value: Manager[];
2246
- }
2247
-
2248
- /** The StorSimple Manager patch. */
2249
- export declare interface ManagerPatch {
2250
- /** The tags attached to the StorSimple Manager. */
2251
- tags?: {
2252
- [propertyName: string]: string;
2253
- };
2254
- }
2255
-
2256
- /** Interface representing a Managers. */
2257
- export declare interface Managers {
2258
- /**
2259
- * Retrieves all the managers in a subscription.
2260
- * @param options The options parameters.
2261
- */
2262
- list(options?: ManagersListOptionalParams): PagedAsyncIterableIterator<Manager>;
2263
- /**
2264
- * Retrieves all the managers in a resource group.
2265
- * @param resourceGroupName The resource group name
2266
- * @param options The options parameters.
2267
- */
2268
- listByResourceGroup(resourceGroupName: string, options?: ManagersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Manager>;
2269
- /**
2270
- * Gets the manager metrics
2271
- * @param resourceGroupName The resource group name
2272
- * @param managerName The manager name
2273
- * @param options The options parameters.
2274
- */
2275
- listMetrics(resourceGroupName: string, managerName: string, options?: ManagersListMetricsOptionalParams): PagedAsyncIterableIterator<Metrics>;
2276
- /**
2277
- * Retrieves metric definition of all metrics aggregated at manager.
2278
- * @param resourceGroupName The resource group name
2279
- * @param managerName The manager name
2280
- * @param options The options parameters.
2281
- */
2282
- listMetricDefinition(resourceGroupName: string, managerName: string, options?: ManagersListMetricDefinitionOptionalParams): PagedAsyncIterableIterator<MetricDefinition>;
2283
- /**
2284
- * Returns the properties of the specified manager name.
2285
- * @param resourceGroupName The resource group name
2286
- * @param managerName The manager name
2287
- * @param options The options parameters.
2288
- */
2289
- get(resourceGroupName: string, managerName: string, options?: ManagersGetOptionalParams): Promise<ManagersGetResponse>;
2290
- /**
2291
- * Creates or updates the manager.
2292
- * @param resourceGroupName The resource group name
2293
- * @param managerName The manager name
2294
- * @param manager The manager.
2295
- * @param options The options parameters.
2296
- */
2297
- createOrUpdate(resourceGroupName: string, managerName: string, manager: Manager, options?: ManagersCreateOrUpdateOptionalParams): Promise<ManagersCreateOrUpdateResponse>;
2298
- /**
2299
- * Deletes the manager.
2300
- * @param resourceGroupName The resource group name
2301
- * @param managerName The manager name
2302
- * @param options The options parameters.
2303
- */
2304
- delete(resourceGroupName: string, managerName: string, options?: ManagersDeleteOptionalParams): Promise<void>;
2305
- /**
2306
- * Updates the StorSimple Manager.
2307
- * @param resourceGroupName The resource group name
2308
- * @param managerName The manager name
2309
- * @param parameters The manager update parameters.
2310
- * @param options The options parameters.
2311
- */
2312
- update(resourceGroupName: string, managerName: string, parameters: ManagerPatch, options?: ManagersUpdateOptionalParams): Promise<ManagersUpdateResponse>;
2313
- /**
2314
- * Upload Vault Cred Certificate.
2315
- * Returns UploadCertificateResponse
2316
- * @param certificateName Certificate Name
2317
- * @param resourceGroupName The resource group name
2318
- * @param managerName The manager name
2319
- * @param uploadCertificateRequestrequest UploadCertificateRequest Request
2320
- * @param options The options parameters.
2321
- */
2322
- uploadRegistrationCertificate(certificateName: string, resourceGroupName: string, managerName: string, uploadCertificateRequestrequest: UploadCertificateRequest, options?: ManagersUploadRegistrationCertificateOptionalParams): Promise<ManagersUploadRegistrationCertificateResponse>;
2323
- /**
2324
- * Returns the encryption settings of the manager.
2325
- * @param resourceGroupName The resource group name
2326
- * @param managerName The manager name
2327
- * @param options The options parameters.
2328
- */
2329
- getEncryptionSettings(resourceGroupName: string, managerName: string, options?: ManagersGetEncryptionSettingsOptionalParams): Promise<ManagersGetEncryptionSettingsResponse>;
2330
- /**
2331
- * Returns the extended information of the specified manager name.
2332
- * @param resourceGroupName The resource group name
2333
- * @param managerName The manager name
2334
- * @param options The options parameters.
2335
- */
2336
- getExtendedInfo(resourceGroupName: string, managerName: string, options?: ManagersGetExtendedInfoOptionalParams): Promise<ManagersGetExtendedInfoResponse>;
2337
- /**
2338
- * Creates the extended info of the manager.
2339
- * @param resourceGroupName The resource group name
2340
- * @param managerName The manager name
2341
- * @param managerExtendedInfo The manager extended information.
2342
- * @param options The options parameters.
2343
- */
2344
- createExtendedInfo(resourceGroupName: string, managerName: string, managerExtendedInfo: ManagerExtendedInfo, options?: ManagersCreateExtendedInfoOptionalParams): Promise<ManagersCreateExtendedInfoResponse>;
2345
- /**
2346
- * Deletes the extended info of the manager.
2347
- * @param resourceGroupName The resource group name
2348
- * @param managerName The manager name
2349
- * @param options The options parameters.
2350
- */
2351
- deleteExtendedInfo(resourceGroupName: string, managerName: string, options?: ManagersDeleteExtendedInfoOptionalParams): Promise<void>;
2352
- /**
2353
- * Updates the extended info of the manager.
2354
- * @param resourceGroupName The resource group name
2355
- * @param managerName The manager name
2356
- * @param ifMatch Pass the ETag of ExtendedInfo fetched from GET call
2357
- * @param managerExtendedInfo The manager extended information.
2358
- * @param options The options parameters.
2359
- */
2360
- updateExtendedInfo(resourceGroupName: string, managerName: string, ifMatch: string, managerExtendedInfo: ManagerExtendedInfo, options?: ManagersUpdateExtendedInfoOptionalParams): Promise<ManagersUpdateExtendedInfoResponse>;
2361
- /**
2362
- * Returns the symmetric encryption key of the manager.
2363
- * @param resourceGroupName The resource group name
2364
- * @param managerName The manager name
2365
- * @param options The options parameters.
2366
- */
2367
- getEncryptionKey(resourceGroupName: string, managerName: string, options?: ManagersGetEncryptionKeyOptionalParams): Promise<ManagersGetEncryptionKeyResponse>;
2368
- }
2369
-
2370
- /** Optional parameters. */
2371
- export declare interface ManagersCreateExtendedInfoOptionalParams extends coreClient.OperationOptions {
2372
- }
2373
-
2374
- /** Contains response data for the createExtendedInfo operation. */
2375
- export declare type ManagersCreateExtendedInfoResponse = ManagerExtendedInfo;
2376
-
2377
- /** Optional parameters. */
2378
- export declare interface ManagersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2379
- }
2380
-
2381
- /** Contains response data for the createOrUpdate operation. */
2382
- export declare type ManagersCreateOrUpdateResponse = Manager;
2383
-
2384
- /** Optional parameters. */
2385
- export declare interface ManagersDeleteExtendedInfoOptionalParams extends coreClient.OperationOptions {
2386
- }
2387
-
2388
- /** Optional parameters. */
2389
- export declare interface ManagersDeleteOptionalParams extends coreClient.OperationOptions {
2390
- }
2391
-
2392
- /** Optional parameters. */
2393
- export declare interface ManagersGetEncryptionKeyOptionalParams extends coreClient.OperationOptions {
2394
- }
2395
-
2396
- /** Contains response data for the getEncryptionKey operation. */
2397
- export declare type ManagersGetEncryptionKeyResponse = SymmetricEncryptedSecret;
2398
-
2399
- /** Optional parameters. */
2400
- export declare interface ManagersGetEncryptionSettingsOptionalParams extends coreClient.OperationOptions {
2401
- }
2402
-
2403
- /** Contains response data for the getEncryptionSettings operation. */
2404
- export declare type ManagersGetEncryptionSettingsResponse = EncryptionSettings;
2405
-
2406
- /** Optional parameters. */
2407
- export declare interface ManagersGetExtendedInfoOptionalParams extends coreClient.OperationOptions {
2408
- }
2409
-
2410
- /** Contains response data for the getExtendedInfo operation. */
2411
- export declare type ManagersGetExtendedInfoResponse = ManagerExtendedInfo;
2412
-
2413
- /** Optional parameters. */
2414
- export declare interface ManagersGetOptionalParams extends coreClient.OperationOptions {
2415
- }
2416
-
2417
- /** Contains response data for the get operation. */
2418
- export declare type ManagersGetResponse = Manager;
2419
-
2420
- /** The Sku. */
2421
- export declare interface ManagerSku {
2422
- /** Refers to the sku name which should be "Standard" */
2423
- name: "Standard";
2424
- }
2425
-
2426
- /** Optional parameters. */
2427
- export declare interface ManagersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
2428
- }
2429
-
2430
- /** Contains response data for the listByResourceGroup operation. */
2431
- export declare type ManagersListByResourceGroupResponse = ManagerList;
2432
-
2433
- /** Optional parameters. */
2434
- export declare interface ManagersListMetricDefinitionOptionalParams extends coreClient.OperationOptions {
2435
- }
2436
-
2437
- /** Contains response data for the listMetricDefinition operation. */
2438
- export declare type ManagersListMetricDefinitionResponse = MetricDefinitionList;
2439
-
2440
- /** Optional parameters. */
2441
- export declare interface ManagersListMetricsOptionalParams extends coreClient.OperationOptions {
2442
- /** OData Filter options */
2443
- filter?: string;
2444
- }
2445
-
2446
- /** Contains response data for the listMetrics operation. */
2447
- export declare type ManagersListMetricsResponse = MetricList;
2448
-
2449
- /** Optional parameters. */
2450
- export declare interface ManagersListOptionalParams extends coreClient.OperationOptions {
2451
- }
2452
-
2453
- /** Contains response data for the list operation. */
2454
- export declare type ManagersListResponse = ManagerList;
2455
-
2456
- /** Optional parameters. */
2457
- export declare interface ManagersUpdateExtendedInfoOptionalParams extends coreClient.OperationOptions {
2458
- }
2459
-
2460
- /** Contains response data for the updateExtendedInfo operation. */
2461
- export declare type ManagersUpdateExtendedInfoResponse = ManagerExtendedInfo;
2462
-
2463
- /** Optional parameters. */
2464
- export declare interface ManagersUpdateOptionalParams extends coreClient.OperationOptions {
2465
- }
2466
-
2467
- /** Contains response data for the update operation. */
2468
- export declare type ManagersUpdateResponse = Manager;
2469
-
2470
- /** Optional parameters. */
2471
- export declare interface ManagersUploadRegistrationCertificateOptionalParams extends coreClient.OperationOptions {
2472
- }
2473
-
2474
- /** Contains response data for the uploadRegistrationCertificate operation. */
2475
- export declare type ManagersUploadRegistrationCertificateResponse = UploadCertificateResponse;
2476
-
2477
- /** Defines values for ManagerType. */
2478
- export declare type ManagerType = "GardaV1" | "HelsinkiV1";
2479
-
2480
- export declare interface Message {
2481
- language?: string;
2482
- value?: string;
2483
- }
2484
-
2485
- /** Defines values for MetricAggregationType. */
2486
- export declare type MetricAggregationType = "Average" | "Last" | "Maximum" | "Minimum" | "None" | "Total";
2487
-
2488
- /** Metric availability specifies the time grain (aggregation interval or frequency) and the retention period for that time grain */
2489
- export declare interface MetricAvailablity {
2490
- /** The time grain, specifies the aggregation interval for the metric. */
2491
- timeGrain: string;
2492
- /** The retention period for the metric at the specified timegrain */
2493
- retention: string;
2494
- }
2495
-
2496
- /** The metric data. */
2497
- export declare interface MetricData {
2498
- /** The time when the metric data is fetched */
2499
- timeStamp: Date;
2500
- /** The sum of all the samples available in the given instance of time for the specific metric data */
2501
- sum: number;
2502
- /** The count of samples of the metric data available for the given instance */
2503
- count: number;
2504
- /** The average of all sample for the given instance */
2505
- average: number;
2506
- /** The minimum of all samples available */
2507
- minimum: number;
2508
- /** The maximum of all samples available */
2509
- maximum: number;
2510
- }
2511
-
2512
- /** Monitoring metric definition represents the metadata of the metrics. */
2513
- export declare interface MetricDefinition {
2514
- /** The metric name */
2515
- name: MetricName;
2516
- /** The metric unit */
2517
- unit: MetricUnit;
2518
- /** The metric aggregation type */
2519
- primaryAggregationType: MetricAggregationType;
2520
- /** The metric source id */
2521
- resourceId: string;
2522
- /** The available metric granularities */
2523
- metricAvailabilities: MetricAvailablity[];
2524
- /** The supported dimensions */
2525
- dimensions: MetricDimension[];
2526
- /** The metric definition type */
2527
- type: string;
2528
- }
2529
-
2530
- /** List of metric definition */
2531
- export declare interface MetricDefinitionList {
2532
- /** The list of metric definition */
2533
- value: MetricDefinition[];
2534
- }
2535
-
2536
- /** Metric dimension */
2537
- export declare interface MetricDimension {
2538
- /** Metric dimension name */
2539
- name: string;
2540
- /** Metric dimension values */
2541
- value: string;
2542
- }
2543
-
2544
- /** class representing the filters to be passed while fetching metrics */
2545
- export declare interface MetricFilter {
2546
- /** filter for name property */
2547
- name?: MetricNameFilter;
2548
- /** starttime for fetching metrics */
2549
- startTime?: Date;
2550
- /** endtime for fetching metrics */
2551
- endTime?: Date;
2552
- /** timegrain of the metrics */
2553
- timeGrain?: string;
2554
- }
2555
-
2556
- /** Collection of metrics */
2557
- export declare interface MetricList {
2558
- /** The value. */
2559
- value: Metrics[];
2560
- }
2561
-
2562
- /** The name of the metric */
2563
- export declare interface MetricName {
2564
- /** Name of the metric */
2565
- value: string;
2566
- /** Localized name of the metric */
2567
- localizedValue: string;
2568
- }
2569
-
2570
- /** Class representing the name filter to be passed while fetching metrics */
2571
- export declare interface MetricNameFilter {
2572
- /** The value. */
2573
- value?: string;
2574
- }
2575
-
2576
- /** Monitoring metric */
2577
- export declare interface Metrics {
2578
- /** The id of metric source */
2579
- resourceId: string;
2580
- /** The metric start time */
2581
- startTime: Date;
2582
- /** The metric end time */
2583
- endTime: Date;
2584
- /** The time grain, time grain indicates frequency of the metric data */
2585
- timeGrain: string;
2586
- /** The metric aggregation type */
2587
- primaryAggregation: MetricAggregationType;
2588
- /** The name of the metrics */
2589
- name: MetricName;
2590
- /** The Metric dimension which indicates the source of the metric */
2591
- dimensions: MetricDimension[];
2592
- /** The unit of the metric data */
2593
- unit: MetricUnit;
2594
- /** The Type of the metric data */
2595
- type: string;
2596
- /** The metric data */
2597
- values: MetricData[];
2598
- }
2599
-
2600
- /** Defines values for MetricUnit. */
2601
- export declare type MetricUnit = "Bytes" | "BytesPerSecond" | "Count" | "CountPerSecond" | "Percent" | "Seconds";
2602
-
2603
- /** Defines values for MonitoringStatus. */
2604
- export declare type MonitoringStatus = "Enabled" | "Disabled";
2605
-
2606
- /** Represents a networkAdapter in a particular node. */
2607
- export declare interface NetworkAdapter {
2608
- /** The name of the network adapter. */
2609
- networkAdapterName: string;
2610
- /** The ipv4 configuration of the network adapter. */
2611
- iPv4Info?: IPConfig;
2612
- /** The ipv6 configuration of the network adapter. */
2613
- iPv6Info?: IPConfig;
2614
- /** Represents state of DHCP. */
2615
- dhcpStatus: DhcpStatus;
2616
- /** The speed of the network adapter. */
2617
- linkSpeed?: number;
2618
- }
2619
-
2620
- /** The NetworkSettings of a device */
2621
- export declare interface NetworkSettings extends BaseModel {
2622
- /** The Primary DNS server for the device */
2623
- primaryDnsServer: string;
2624
- /** The secondary DNS server for the device */
2625
- secondaryDnsServer?: string;
2626
- /** The NetworkAdapters under each node of the device. */
2627
- nodeNetworks: NodeNetwork[];
2628
- }
2629
-
2630
- /** Represents a single node in a device. */
2631
- export declare interface NodeNetwork {
2632
- /** The array of network adapters in the node. */
2633
- networkAdapters: NetworkAdapter[];
2634
- }
2635
-
2636
- /** The Azure Resource. */
2637
- export declare interface Resource {
2638
- /**
2639
- * The Resource Id
2640
- * NOTE: This property will not be serialized. It can only be populated by the server.
2641
- */
2642
- readonly id?: string;
2643
- /**
2644
- * The Resource Name
2645
- * NOTE: This property will not be serialized. It can only be populated by the server.
2646
- */
2647
- readonly name?: string;
2648
- /**
2649
- * The Resource type
2650
- * NOTE: This property will not be serialized. It can only be populated by the server.
2651
- */
2652
- readonly type?: string;
2653
- /** The Geo location of the Manager */
2654
- location: string;
2655
- /** Tags attached to the Manager */
2656
- tags?: {
2657
- [propertyName: string]: string;
2658
- };
2659
- }
2660
-
2661
- /** The SecuritySettings of a device */
2662
- export declare interface SecuritySettings extends BaseModel {
2663
- /** Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to log into the local web UI of the device. Actual password could have at least 8 characters that are a combination of uppercase, lowercase, numeric, and special characters */
2664
- deviceAdminPassword: AsymmetricEncryptedSecret;
2665
- }
2666
-
2667
- /** Request for sending test alert email */
2668
- export declare interface SendTestAlertEmailRequest {
2669
- /** List of emails to send the test alerts */
2670
- emailList: string[];
2671
- }
2672
-
2673
- /** Defines values for ServiceOwnersAlertNotificationStatus. */
2674
- export declare type ServiceOwnersAlertNotificationStatus = "Enabled" | "Disabled";
2675
-
2676
- /** Defines values for ShareStatus. */
2677
- export declare type ShareStatus = "Online" | "Offline";
2678
-
2679
- /** Defines values for SslStatus. */
2680
- export declare type SslStatus = "Enabled" | "Disabled";
2681
-
2682
- /** The storage account credential */
2683
- export declare interface StorageAccountCredential extends BaseModel {
2684
- /** The cloud service provider */
2685
- cloudType: CloudType;
2686
- /** The storage endpoint */
2687
- endPoint: string;
2688
- /** The storage account login */
2689
- login: string;
2690
- /** The storage account's geo location */
2691
- location?: string;
2692
- /** SSL needs to be enabled or not */
2693
- enableSSL: SslStatus;
2694
- /** The details of the storage account password */
2695
- accessKey?: AsymmetricEncryptedSecret;
2696
- }
2697
-
2698
- /** Collection of Storage account credential entities */
2699
- export declare interface StorageAccountCredentialList {
2700
- /** The value. */
2701
- value: StorageAccountCredential[];
2702
- }
2703
-
2704
- /** Interface representing a StorageAccountCredentials. */
2705
- export declare interface StorageAccountCredentials {
2706
- /**
2707
- * Retrieves all the storage account credentials in a manager.
2708
- * @param resourceGroupName The resource group name
2709
- * @param managerName The manager name
2710
- * @param options The options parameters.
2711
- */
2712
- listByManager(resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsListByManagerOptionalParams): PagedAsyncIterableIterator<StorageAccountCredential>;
2713
- /**
2714
- * Returns the properties of the specified storage account credential name.
2715
- * @param credentialName The name of storage account credential to be fetched.
2716
- * @param resourceGroupName The resource group name
2717
- * @param managerName The manager name
2718
- * @param options The options parameters.
2719
- */
2720
- get(credentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsGetOptionalParams): Promise<StorageAccountCredentialsGetResponse>;
2721
- /**
2722
- * Creates or updates the storage account credential
2723
- * @param credentialName The credential name.
2724
- * @param resourceGroupName The resource group name
2725
- * @param managerName The manager name
2726
- * @param storageAccount The storage account credential to be added or updated.
2727
- * @param options The options parameters.
2728
- */
2729
- beginCreateOrUpdate(credentialName: string, resourceGroupName: string, managerName: string, storageAccount: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountCredentialsCreateOrUpdateResponse>, StorageAccountCredentialsCreateOrUpdateResponse>>;
2730
- /**
2731
- * Creates or updates the storage account credential
2732
- * @param credentialName The credential name.
2733
- * @param resourceGroupName The resource group name
2734
- * @param managerName The manager name
2735
- * @param storageAccount The storage account credential to be added or updated.
2736
- * @param options The options parameters.
2737
- */
2738
- beginCreateOrUpdateAndWait(credentialName: string, resourceGroupName: string, managerName: string, storageAccount: StorageAccountCredential, options?: StorageAccountCredentialsCreateOrUpdateOptionalParams): Promise<StorageAccountCredentialsCreateOrUpdateResponse>;
2739
- /**
2740
- * Deletes the storage account credential
2741
- * @param credentialName The name of the storage account credential.
2742
- * @param resourceGroupName The resource group name
2743
- * @param managerName The manager name
2744
- * @param options The options parameters.
2745
- */
2746
- beginDelete(credentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2747
- /**
2748
- * Deletes the storage account credential
2749
- * @param credentialName The name of the storage account credential.
2750
- * @param resourceGroupName The resource group name
2751
- * @param managerName The manager name
2752
- * @param options The options parameters.
2753
- */
2754
- beginDeleteAndWait(credentialName: string, resourceGroupName: string, managerName: string, options?: StorageAccountCredentialsDeleteOptionalParams): Promise<void>;
2755
- }
2756
-
2757
- /** Optional parameters. */
2758
- export declare interface StorageAccountCredentialsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2759
- /** Delay to wait until next poll, in milliseconds. */
2760
- updateIntervalInMs?: number;
2761
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2762
- resumeFrom?: string;
2763
- }
2764
-
2765
- /** Contains response data for the createOrUpdate operation. */
2766
- export declare type StorageAccountCredentialsCreateOrUpdateResponse = StorageAccountCredential;
2767
-
2768
- /** Optional parameters. */
2769
- export declare interface StorageAccountCredentialsDeleteOptionalParams extends coreClient.OperationOptions {
2770
- /** Delay to wait until next poll, in milliseconds. */
2771
- updateIntervalInMs?: number;
2772
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2773
- resumeFrom?: string;
2774
- }
2775
-
2776
- /** Optional parameters. */
2777
- export declare interface StorageAccountCredentialsGetOptionalParams extends coreClient.OperationOptions {
2778
- }
2779
-
2780
- /** Contains response data for the get operation. */
2781
- export declare type StorageAccountCredentialsGetResponse = StorageAccountCredential;
2782
-
2783
- /** Optional parameters. */
2784
- export declare interface StorageAccountCredentialsListByManagerOptionalParams extends coreClient.OperationOptions {
2785
- }
2786
-
2787
- /** Contains response data for the listByManager operation. */
2788
- export declare type StorageAccountCredentialsListByManagerResponse = StorageAccountCredentialList;
2789
-
2790
- /** The storage domain. */
2791
- export declare interface StorageDomain extends BaseModel {
2792
- /** The storage account credentials. */
2793
- storageAccountCredentialIds: string[];
2794
- /** The encryption key used to encrypt the data. This is a user secret. */
2795
- encryptionKey?: AsymmetricEncryptedSecret;
2796
- /** The encryption status "Enabled | Disabled". */
2797
- encryptionStatus: EncryptionStatus;
2798
- }
2799
-
2800
- /** Collection of storage domains */
2801
- export declare interface StorageDomainList {
2802
- /** The value. */
2803
- value: StorageDomain[];
2804
- }
2805
-
2806
- /** Interface representing a StorageDomains. */
2807
- export declare interface StorageDomains {
2808
- /**
2809
- * Retrieves all the storage domains in a manager.
2810
- * @param resourceGroupName The resource group name
2811
- * @param managerName The manager name
2812
- * @param options The options parameters.
2813
- */
2814
- listByManager(resourceGroupName: string, managerName: string, options?: StorageDomainsListByManagerOptionalParams): PagedAsyncIterableIterator<StorageDomain>;
2815
- /**
2816
- * Returns the properties of the specified storage domain name.
2817
- * @param storageDomainName The storage domain name.
2818
- * @param resourceGroupName The resource group name
2819
- * @param managerName The manager name
2820
- * @param options The options parameters.
2821
- */
2822
- get(storageDomainName: string, resourceGroupName: string, managerName: string, options?: StorageDomainsGetOptionalParams): Promise<StorageDomainsGetResponse>;
2823
- /**
2824
- * Creates or updates the storage domain.
2825
- * @param storageDomainName The storage domain name.
2826
- * @param resourceGroupName The resource group name
2827
- * @param managerName The manager name
2828
- * @param storageDomain The storageDomain.
2829
- * @param options The options parameters.
2830
- */
2831
- beginCreateOrUpdate(storageDomainName: string, resourceGroupName: string, managerName: string, storageDomain: StorageDomain, options?: StorageDomainsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<StorageDomainsCreateOrUpdateResponse>, StorageDomainsCreateOrUpdateResponse>>;
2832
- /**
2833
- * Creates or updates the storage domain.
2834
- * @param storageDomainName The storage domain name.
2835
- * @param resourceGroupName The resource group name
2836
- * @param managerName The manager name
2837
- * @param storageDomain The storageDomain.
2838
- * @param options The options parameters.
2839
- */
2840
- beginCreateOrUpdateAndWait(storageDomainName: string, resourceGroupName: string, managerName: string, storageDomain: StorageDomain, options?: StorageDomainsCreateOrUpdateOptionalParams): Promise<StorageDomainsCreateOrUpdateResponse>;
2841
- /**
2842
- * Deletes the storage domain.
2843
- * @param storageDomainName The storage domain name.
2844
- * @param resourceGroupName The resource group name
2845
- * @param managerName The manager name
2846
- * @param options The options parameters.
2847
- */
2848
- beginDelete(storageDomainName: string, resourceGroupName: string, managerName: string, options?: StorageDomainsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2849
- /**
2850
- * Deletes the storage domain.
2851
- * @param storageDomainName The storage domain name.
2852
- * @param resourceGroupName The resource group name
2853
- * @param managerName The manager name
2854
- * @param options The options parameters.
2855
- */
2856
- beginDeleteAndWait(storageDomainName: string, resourceGroupName: string, managerName: string, options?: StorageDomainsDeleteOptionalParams): Promise<void>;
2857
- }
2858
-
2859
- /** Optional parameters. */
2860
- export declare interface StorageDomainsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2861
- /** Delay to wait until next poll, in milliseconds. */
2862
- updateIntervalInMs?: number;
2863
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2864
- resumeFrom?: string;
2865
- }
2866
-
2867
- /** Contains response data for the createOrUpdate operation. */
2868
- export declare type StorageDomainsCreateOrUpdateResponse = StorageDomain;
2869
-
2870
- /** Optional parameters. */
2871
- export declare interface StorageDomainsDeleteOptionalParams extends coreClient.OperationOptions {
2872
- /** Delay to wait until next poll, in milliseconds. */
2873
- updateIntervalInMs?: number;
2874
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2875
- resumeFrom?: string;
2876
- }
2877
-
2878
- /** Optional parameters. */
2879
- export declare interface StorageDomainsGetOptionalParams extends coreClient.OperationOptions {
2880
- }
2881
-
2882
- /** Contains response data for the get operation. */
2883
- export declare type StorageDomainsGetResponse = StorageDomain;
2884
-
2885
- /** Optional parameters. */
2886
- export declare interface StorageDomainsListByManagerOptionalParams extends coreClient.OperationOptions {
2887
- }
2888
-
2889
- /** Contains response data for the listByManager operation. */
2890
- export declare type StorageDomainsListByManagerResponse = StorageDomainList;
2891
-
2892
- export declare class StorSimpleManagementClient extends coreClient.ServiceClient {
2893
- $host: string;
2894
- subscriptionId: string;
2895
- apiVersion: string;
2896
- /**
2897
- * Initializes a new instance of the StorSimpleManagementClient class.
2898
- * @param credentials Subscription credentials which uniquely identify client subscription.
2899
- * @param subscriptionId The subscription id
2900
- * @param options The parameter options
2901
- */
2902
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StorSimpleManagementClientOptionalParams);
2903
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
2904
- private addCustomApiVersionPolicy;
2905
- managers: Managers;
2906
- availableProviderOperationsOperations: AvailableProviderOperationsOperations;
2907
- accessControlRecords: AccessControlRecords;
2908
- alerts: Alerts;
2909
- backups: Backups;
2910
- devices: Devices;
2911
- backupScheduleGroups: BackupScheduleGroups;
2912
- chapSettingsOperations: ChapSettingsOperations;
2913
- iscsiDisks: IscsiDisks;
2914
- fileServers: FileServers;
2915
- fileShares: FileShares;
2916
- iscsiServers: IscsiServers;
2917
- jobs: Jobs;
2918
- storageAccountCredentials: StorageAccountCredentials;
2919
- storageDomains: StorageDomains;
2920
- }
2921
-
2922
- /** Optional parameters. */
2923
- export declare interface StorSimpleManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2924
- /** server parameter */
2925
- $host?: string;
2926
- /** Api Version */
2927
- apiVersion?: string;
2928
- /** Overrides client endpoint. */
2929
- endpoint?: string;
2930
- }
2931
-
2932
- /** Defines values for SupportedDeviceCapabilities. */
2933
- export declare type SupportedDeviceCapabilities = "Invalid" | "FileServer" | "IscsiServer";
2934
-
2935
- /** This class can be used as the Type for any secret entity represented as Value, ValueCertificateThumbprint, EncryptionAlgorithm. In this case, "Value" is a secret and the "valueThumbprint" represents the certificate thumbprint of the value. The algorithm field is mainly for future usage to potentially allow different entities encrypted using different algorithms. */
2936
- export declare interface SymmetricEncryptedSecret {
2937
- /** The value of the secret itself. If the secret is in plaintext or null then EncryptionAlgorithm will be none */
2938
- value: string;
2939
- /** Thumbprint cert that was used to encrypt "Value" */
2940
- valueCertificateThumbprint?: string;
2941
- /** Algorithm used to encrypt "Value" */
2942
- encryptionAlgorithm: EncryptionAlgorithm;
2943
- }
2944
-
2945
- /** Defines values for TargetType. */
2946
- export declare type TargetType = "FileServer" | "DiskServer";
2947
-
2948
- /** The Time. */
2949
- export declare interface Time {
2950
- /** The hour. */
2951
- hour: number;
2952
- /** The minute. */
2953
- minute: number;
2954
- }
2955
-
2956
- /** The TimeSettings of a device */
2957
- export declare interface TimeSettings extends BaseModel {
2958
- /** The timezone of device, like '(UTC -06:00) Central America' */
2959
- timeZone: string;
2960
- /** The primary Network Time Protocol (NTP) server name, like 'time.windows.com'. */
2961
- primaryTimeServer: string;
2962
- /** The secondary Network Time Protocol (NTP) server name, like 'time.contoso.com'. It's optional. */
2963
- secondaryTimeServer?: string;
2964
- }
2965
-
2966
- /** details available during the download */
2967
- export declare interface UpdateDownloadProgress {
2968
- /** The download phase. */
2969
- downloadPhase?: DownloadPhase;
2970
- /** Percentage of completion. */
2971
- percentComplete?: number;
2972
- /** Total bytes to download. */
2973
- totalBytesToDownload?: number;
2974
- /** Total bytes downloaded. */
2975
- totalBytesDownloaded?: number;
2976
- /** Number of updates to download. */
2977
- numberOfUpdatesToDownload?: number;
2978
- /** Number of updates downloaded. */
2979
- numberOfUpdatesDownloaded?: number;
2980
- }
2981
-
2982
- /** Class representing the progress during installation of updates */
2983
- export declare interface UpdateInstallProgress {
2984
- /** Percentage of completion. */
2985
- percentComplete?: number;
2986
- /** Number of updates to install. */
2987
- numberOfUpdatesToInstall?: number;
2988
- /** Number of updates installed. */
2989
- numberOfUpdatesInstalled?: number;
2990
- }
2991
-
2992
- /** Defines values for UpdateOperation. */
2993
- export declare type UpdateOperation = "Idle" | "Scanning" | "Downloading" | "Installing";
2994
-
2995
- /** The updates profile */
2996
- export declare interface Updates extends BaseModel {
2997
- /** The current Device version. */
2998
- deviceVersion?: string;
2999
- /** The last time when the device did an update scan. */
3000
- deviceLastScannedTime?: Date;
3001
- /** Set to true if regular updates were detected for the current version of the device. */
3002
- regularUpdatesAvailable?: boolean;
3003
- /** Set to true if RegularUpdatesAvailable is true and if at least one of the updateItems detected has needs a reboot to install. */
3004
- rebootRequiredForInstall?: boolean;
3005
- /** The total number of items pending for download. */
3006
- totalItemsPendingForDownload?: number;
3007
- /** The total number of items pending for install. */
3008
- totalItemsPendingForInstall?: number;
3009
- /** The current update operation. */
3010
- status?: UpdateOperation;
3011
- /** The time when the last scan job was completed (success|cancelled|failed) on the device. */
3012
- lastCompletedScanTime?: Date;
3013
- /** The time when the last Download job was completed (success|cancelled|failed) on the device. */
3014
- lastCompletedDownloadJobTime?: Date;
3015
- /** The time when the last Install job was completed (success|cancelled|failed) on the device. */
3016
- lastCompletedInstallJobTime?: Date;
3017
- /** If a download is in progress, this field contains the JobId of that particular download job */
3018
- inProgressDownloadJobId?: string;
3019
- /** If an install is in progress, this field contains the JobId of that particular install job */
3020
- inProgressInstallJobId?: string;
3021
- /** The time when the currently running scan (if any) started */
3022
- inProgressScanStartedTime?: Date;
3023
- /** The time when the currently running download (if any) started */
3024
- inProgressDownloadJobStartedTime?: Date;
3025
- /** The time when the currently running install (if any) started */
3026
- inProgressInstallJobStartedTime?: Date;
3027
- }
3028
-
3029
- /** Upload Certificate Request to IDM */
3030
- export declare interface UploadCertificateRequest {
3031
- /**
3032
- * Gets ContractVersion
3033
- * NOTE: This property will not be serialized. It can only be populated by the server.
3034
- */
3035
- readonly contractVersion?: ContractVersions;
3036
- /** Specify the Authentication type */
3037
- authType?: AuthType;
3038
- /** Gets or sets the base64 encoded certificate raw data string */
3039
- certificate: string;
3040
- }
3041
-
3042
- /** Upload Certificate Response from IDM */
3043
- export declare interface UploadCertificateResponse extends BaseModel {
3044
- /** Specify the Authentication type */
3045
- authType?: AuthType;
3046
- /** Gets or sets the base64 encoded certificate raw data string */
3047
- certificate: string;
3048
- /** Gets or Sets the ResourceId */
3049
- resourceId: number;
3050
- /** AAD tenant authority */
3051
- aadAuthority: string;
3052
- /** AAD tenant Id */
3053
- aadTenantId: string;
3054
- /** AAD service principal clientId */
3055
- servicePrincipalClientId: string;
3056
- /** AAD service principal ObjectId */
3057
- servicePrincipalObjectId: string;
3058
- /** Azure Management Endpoint Audience */
3059
- azureManagementEndpointAudience: string;
3060
- /** Certificate Subject Name */
3061
- subject: string;
3062
- /** Certificate Validity start Date time */
3063
- validFrom: Date;
3064
- /** Certificate Validity End Date time */
3065
- validTo: Date;
3066
- /** Certificate thumbprint */
3067
- thumbprint: string;
3068
- /** Certificate friendly name */
3069
- friendlyName: string;
3070
- /** Certificate issuer */
3071
- issuer: string;
3072
- }
3073
-
3074
- export { }