@azure/arm-qumulo 2.0.1-alpha.20250211.1 → 2.0.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 (282) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
  4. package/{dist-esm/src → dist/browser}/index.js +4 -4
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js.map +1 -0
  7. package/dist/browser/models/index.js.map +1 -0
  8. package/dist/browser/models/mappers.js.map +1 -0
  9. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/{dist-esm/src → dist/browser}/operations/fileSystems.d.ts +3 -3
  12. package/dist/browser/operations/fileSystems.d.ts.map +1 -0
  13. package/{dist-esm/src → dist/browser}/operations/fileSystems.js +79 -87
  14. package/dist/browser/operations/fileSystems.js.map +1 -0
  15. package/dist/browser/operations/index.d.ts +3 -0
  16. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  17. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +2 -2
  18. package/dist/browser/operations/index.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  20. package/dist/browser/operations/operations.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  22. package/dist/browser/operations/operations.js.map +1 -0
  23. package/{dist-esm/src → dist/browser}/operationsInterfaces/fileSystems.d.ts +1 -1
  24. package/dist/browser/operationsInterfaces/fileSystems.d.ts.map +1 -0
  25. package/dist/browser/operationsInterfaces/fileSystems.js.map +1 -0
  26. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  27. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  28. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +2 -2
  29. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  30. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  31. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  32. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  33. package/dist/browser/package.json +3 -0
  34. package/dist/browser/pagingHelper.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/qumuloStorage.d.ts +2 -2
  36. package/dist/browser/qumuloStorage.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/qumuloStorage.js +15 -18
  38. package/dist/browser/qumuloStorage.js.map +1 -0
  39. package/dist/commonjs/index.d.ts +5 -0
  40. package/dist/commonjs/index.d.ts.map +1 -0
  41. package/dist/commonjs/index.js +19 -0
  42. package/dist/commonjs/index.js.map +1 -0
  43. package/dist/commonjs/lroImpl.d.ts +11 -0
  44. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  45. package/dist/commonjs/lroImpl.js +17 -0
  46. package/dist/commonjs/lroImpl.js.map +1 -0
  47. package/{types/arm-qumulo.d.ts → dist/commonjs/models/index.d.ts} +479 -631
  48. package/dist/commonjs/models/index.d.ts.map +1 -0
  49. package/dist/commonjs/models/index.js +83 -0
  50. package/dist/commonjs/models/index.js.map +1 -0
  51. package/dist/commonjs/models/mappers.d.ts +21 -0
  52. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  53. package/dist/commonjs/models/mappers.js +628 -0
  54. package/dist/commonjs/models/mappers.js.map +1 -0
  55. package/dist/commonjs/models/parameters.d.ts +12 -0
  56. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  57. package/dist/commonjs/models/parameters.js +115 -0
  58. package/dist/commonjs/models/parameters.js.map +1 -0
  59. package/dist/commonjs/operations/fileSystems.d.ts +99 -0
  60. package/dist/commonjs/operations/fileSystems.d.ts.map +1 -0
  61. package/dist/commonjs/operations/fileSystems.js +493 -0
  62. package/dist/commonjs/operations/fileSystems.js.map +1 -0
  63. package/dist/commonjs/operations/index.d.ts +3 -0
  64. package/dist/commonjs/operations/index.d.ts.map +1 -0
  65. package/dist/commonjs/operations/index.js +13 -0
  66. package/dist/commonjs/operations/index.js.map +1 -0
  67. package/dist/commonjs/operations/operations.d.ts +32 -0
  68. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  69. package/dist/commonjs/operations/operations.js +137 -0
  70. package/dist/commonjs/operations/operations.js.map +1 -0
  71. package/dist/commonjs/operationsInterfaces/fileSystems.d.ts +63 -0
  72. package/dist/commonjs/operationsInterfaces/fileSystems.d.ts.map +1 -0
  73. package/dist/commonjs/operationsInterfaces/fileSystems.js +10 -0
  74. package/dist/commonjs/operationsInterfaces/fileSystems.js.map +1 -0
  75. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  76. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  77. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  78. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  79. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  80. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  81. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  82. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  83. package/dist/commonjs/package.json +3 -0
  84. package/dist/commonjs/pagingHelper.d.ts +13 -0
  85. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  86. package/dist/commonjs/pagingHelper.js +36 -0
  87. package/dist/commonjs/pagingHelper.js.map +1 -0
  88. package/dist/commonjs/qumuloStorage.d.ts +21 -0
  89. package/dist/commonjs/qumuloStorage.d.ts.map +1 -0
  90. package/dist/commonjs/qumuloStorage.js +103 -0
  91. package/dist/commonjs/qumuloStorage.js.map +1 -0
  92. package/dist/esm/index.d.ts +5 -0
  93. package/dist/esm/index.d.ts.map +1 -0
  94. package/{src/index.ts → dist/esm/index.js} +5 -5
  95. package/dist/esm/index.js.map +1 -0
  96. package/dist/esm/lroImpl.d.ts +11 -0
  97. package/dist/esm/lroImpl.d.ts.map +1 -0
  98. package/dist/esm/lroImpl.js +14 -0
  99. package/dist/esm/lroImpl.js.map +1 -0
  100. package/dist/esm/models/index.d.ts +479 -0
  101. package/dist/esm/models/index.d.ts.map +1 -0
  102. package/dist/esm/models/index.js +80 -0
  103. package/dist/esm/models/index.js.map +1 -0
  104. package/dist/esm/models/mappers.d.ts +21 -0
  105. package/dist/esm/models/mappers.d.ts.map +1 -0
  106. package/dist/esm/models/mappers.js +625 -0
  107. package/dist/esm/models/mappers.js.map +1 -0
  108. package/dist/esm/models/parameters.d.ts +12 -0
  109. package/dist/esm/models/parameters.d.ts.map +1 -0
  110. package/dist/esm/models/parameters.js +112 -0
  111. package/dist/esm/models/parameters.js.map +1 -0
  112. package/dist/esm/operations/fileSystems.d.ts +99 -0
  113. package/dist/esm/operations/fileSystems.d.ts.map +1 -0
  114. package/dist/esm/operations/fileSystems.js +489 -0
  115. package/dist/esm/operations/fileSystems.js.map +1 -0
  116. package/dist/esm/operations/index.d.ts +3 -0
  117. package/dist/esm/operations/index.d.ts.map +1 -0
  118. package/dist/esm/operations/index.js +10 -0
  119. package/dist/esm/operations/index.js.map +1 -0
  120. package/dist/esm/operations/operations.d.ts +32 -0
  121. package/dist/esm/operations/operations.d.ts.map +1 -0
  122. package/dist/esm/operations/operations.js +133 -0
  123. package/dist/esm/operations/operations.js.map +1 -0
  124. package/dist/esm/operationsInterfaces/fileSystems.d.ts +63 -0
  125. package/dist/esm/operationsInterfaces/fileSystems.d.ts.map +1 -0
  126. package/{src/operations/index.ts → dist/esm/operationsInterfaces/fileSystems.js} +2 -3
  127. package/dist/esm/operationsInterfaces/fileSystems.js.map +1 -0
  128. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  129. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  130. package/dist/esm/operationsInterfaces/index.js +10 -0
  131. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  132. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  133. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  134. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operations.js} +2 -3
  135. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  136. package/dist/esm/package.json +3 -0
  137. package/dist/esm/pagingHelper.d.ts +13 -0
  138. package/dist/esm/pagingHelper.d.ts.map +1 -0
  139. package/dist/esm/pagingHelper.js +32 -0
  140. package/dist/esm/pagingHelper.js.map +1 -0
  141. package/dist/esm/qumuloStorage.d.ts +21 -0
  142. package/dist/esm/qumuloStorage.d.ts.map +1 -0
  143. package/dist/esm/qumuloStorage.js +98 -0
  144. package/dist/esm/qumuloStorage.js.map +1 -0
  145. package/dist/react-native/index.d.ts +5 -0
  146. package/dist/react-native/index.d.ts.map +1 -0
  147. package/dist/react-native/index.js +13 -0
  148. package/dist/react-native/index.js.map +1 -0
  149. package/dist/react-native/lroImpl.d.ts +11 -0
  150. package/dist/react-native/lroImpl.d.ts.map +1 -0
  151. package/dist/react-native/lroImpl.js +14 -0
  152. package/dist/react-native/lroImpl.js.map +1 -0
  153. package/dist/react-native/models/index.d.ts +479 -0
  154. package/dist/react-native/models/index.d.ts.map +1 -0
  155. package/dist/react-native/models/index.js +80 -0
  156. package/dist/react-native/models/index.js.map +1 -0
  157. package/dist/react-native/models/mappers.d.ts +21 -0
  158. package/dist/react-native/models/mappers.d.ts.map +1 -0
  159. package/dist/react-native/models/mappers.js +625 -0
  160. package/dist/react-native/models/mappers.js.map +1 -0
  161. package/dist/react-native/models/parameters.d.ts +12 -0
  162. package/dist/react-native/models/parameters.d.ts.map +1 -0
  163. package/dist/react-native/models/parameters.js +112 -0
  164. package/dist/react-native/models/parameters.js.map +1 -0
  165. package/dist/react-native/operations/fileSystems.d.ts +99 -0
  166. package/dist/react-native/operations/fileSystems.d.ts.map +1 -0
  167. package/dist/react-native/operations/fileSystems.js +489 -0
  168. package/dist/react-native/operations/fileSystems.js.map +1 -0
  169. package/dist/react-native/operations/index.d.ts +3 -0
  170. package/dist/react-native/operations/index.d.ts.map +1 -0
  171. package/dist/react-native/operations/index.js +10 -0
  172. package/dist/react-native/operations/index.js.map +1 -0
  173. package/dist/react-native/operations/operations.d.ts +32 -0
  174. package/dist/react-native/operations/operations.d.ts.map +1 -0
  175. package/dist/react-native/operations/operations.js +133 -0
  176. package/dist/react-native/operations/operations.js.map +1 -0
  177. package/dist/react-native/operationsInterfaces/fileSystems.d.ts +63 -0
  178. package/dist/react-native/operationsInterfaces/fileSystems.d.ts.map +1 -0
  179. package/dist/react-native/operationsInterfaces/fileSystems.js +9 -0
  180. package/dist/react-native/operationsInterfaces/fileSystems.js.map +1 -0
  181. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  182. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  183. package/dist/react-native/operationsInterfaces/index.js +10 -0
  184. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  185. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  186. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  187. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  188. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  189. package/dist/react-native/package.json +3 -0
  190. package/dist/react-native/pagingHelper.d.ts +13 -0
  191. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  192. package/dist/react-native/pagingHelper.js +32 -0
  193. package/dist/react-native/pagingHelper.js.map +1 -0
  194. package/dist/react-native/qumuloStorage.d.ts +21 -0
  195. package/dist/react-native/qumuloStorage.d.ts.map +1 -0
  196. package/dist/react-native/qumuloStorage.js +98 -0
  197. package/dist/react-native/qumuloStorage.js.map +1 -0
  198. package/package.json +70 -42
  199. package/dist/index.js +0 -1631
  200. package/dist/index.js.map +0 -1
  201. package/dist/index.min.js +0 -1
  202. package/dist/index.min.js.map +0 -1
  203. package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.d.ts +0 -2
  204. package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.d.ts.map +0 -1
  205. package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.js +0 -80
  206. package/dist-esm/samples-dev/fileSystemsCreateOrUpdateSample.js.map +0 -1
  207. package/dist-esm/samples-dev/fileSystemsDeleteSample.d.ts +0 -2
  208. package/dist-esm/samples-dev/fileSystemsDeleteSample.d.ts.map +0 -1
  209. package/dist-esm/samples-dev/fileSystemsDeleteSample.js +0 -54
  210. package/dist-esm/samples-dev/fileSystemsDeleteSample.js.map +0 -1
  211. package/dist-esm/samples-dev/fileSystemsGetSample.d.ts +0 -2
  212. package/dist-esm/samples-dev/fileSystemsGetSample.d.ts.map +0 -1
  213. package/dist-esm/samples-dev/fileSystemsGetSample.js +0 -54
  214. package/dist-esm/samples-dev/fileSystemsGetSample.js.map +0 -1
  215. package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.d.ts +0 -2
  216. package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.d.ts.map +0 -1
  217. package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.js +0 -84
  218. package/dist-esm/samples-dev/fileSystemsListByResourceGroupSample.js.map +0 -1
  219. package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.d.ts +0 -2
  220. package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.d.ts.map +0 -1
  221. package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.js +0 -82
  222. package/dist-esm/samples-dev/fileSystemsListBySubscriptionSample.js.map +0 -1
  223. package/dist-esm/samples-dev/fileSystemsUpdateSample.d.ts +0 -2
  224. package/dist-esm/samples-dev/fileSystemsUpdateSample.d.ts.map +0 -1
  225. package/dist-esm/samples-dev/fileSystemsUpdateSample.js +0 -64
  226. package/dist-esm/samples-dev/fileSystemsUpdateSample.js.map +0 -1
  227. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  228. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  229. package/dist-esm/samples-dev/operationsListSample.js +0 -82
  230. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  231. package/dist-esm/src/index.d.ts +0 -5
  232. package/dist-esm/src/index.js.map +0 -1
  233. package/dist-esm/src/lroImpl.js.map +0 -1
  234. package/dist-esm/src/models/index.js.map +0 -1
  235. package/dist-esm/src/models/mappers.js.map +0 -1
  236. package/dist-esm/src/models/parameters.js.map +0 -1
  237. package/dist-esm/src/operations/fileSystems.d.ts.map +0 -1
  238. package/dist-esm/src/operations/fileSystems.js.map +0 -1
  239. package/dist-esm/src/operations/index.d.ts +0 -3
  240. package/dist-esm/src/operations/index.js.map +0 -1
  241. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  242. package/dist-esm/src/operations/operations.js.map +0 -1
  243. package/dist-esm/src/operationsInterfaces/fileSystems.d.ts.map +0 -1
  244. package/dist-esm/src/operationsInterfaces/fileSystems.js.map +0 -1
  245. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  246. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  247. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  248. package/dist-esm/src/pagingHelper.js.map +0 -1
  249. package/dist-esm/src/qumuloStorage.d.ts.map +0 -1
  250. package/dist-esm/src/qumuloStorage.js.map +0 -1
  251. package/dist-esm/test/liftrqumulo_operations_test.spec.d.ts +0 -4
  252. package/dist-esm/test/liftrqumulo_operations_test.spec.d.ts.map +0 -1
  253. package/dist-esm/test/liftrqumulo_operations_test.spec.js +0 -72
  254. package/dist-esm/test/liftrqumulo_operations_test.spec.js.map +0 -1
  255. package/src/lroImpl.ts +0 -38
  256. package/src/models/index.ts +0 -539
  257. package/src/models/mappers.ts +0 -661
  258. package/src/models/parameters.ts +0 -130
  259. package/src/operations/fileSystems.ts +0 -643
  260. package/src/operations/operations.ts +0 -149
  261. package/src/operationsInterfaces/fileSystems.ts +0 -127
  262. package/src/operationsInterfaces/operations.ts +0 -22
  263. package/src/pagingHelper.ts +0 -39
  264. package/src/qumuloStorage.ts +0 -143
  265. package/tsconfig.json +0 -33
  266. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  267. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  268. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  269. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  270. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  271. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  272. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  273. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  274. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  275. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  276. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  277. /package/{dist-esm/src → dist/browser}/operationsInterfaces/fileSystems.js +0 -0
  278. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  279. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  280. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  281. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
  282. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,631 +1,479 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /**
8
- * Defines values for ActionType. \
9
- * {@link KnownActionType} can be used interchangeably with ActionType,
10
- * this enum contains the known values that the service supports.
11
- * ### Known values supported by the service
12
- * **Internal**
13
- */
14
- export declare type ActionType = string;
15
-
16
- /**
17
- * Defines values for CreatedByType. \
18
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
19
- * this enum contains the known values that the service supports.
20
- * ### Known values supported by the service
21
- * **User** \
22
- * **Application** \
23
- * **ManagedIdentity** \
24
- * **Key**
25
- */
26
- export declare type CreatedByType = string;
27
-
28
- /** The resource management error additional info. */
29
- export declare interface ErrorAdditionalInfo {
30
- /**
31
- * The additional info type.
32
- * NOTE: This property will not be serialized. It can only be populated by the server.
33
- */
34
- readonly type?: string;
35
- /**
36
- * The additional info.
37
- * NOTE: This property will not be serialized. It can only be populated by the server.
38
- */
39
- readonly info?: Record<string, unknown>;
40
- }
41
-
42
- /** The error detail. */
43
- export declare interface ErrorDetail {
44
- /**
45
- * The error code.
46
- * NOTE: This property will not be serialized. It can only be populated by the server.
47
- */
48
- readonly code?: string;
49
- /**
50
- * The error message.
51
- * NOTE: This property will not be serialized. It can only be populated by the server.
52
- */
53
- readonly message?: string;
54
- /**
55
- * The error target.
56
- * NOTE: This property will not be serialized. It can only be populated by the server.
57
- */
58
- readonly target?: string;
59
- /**
60
- * The error details.
61
- * NOTE: This property will not be serialized. It can only be populated by the server.
62
- */
63
- readonly details?: ErrorDetail[];
64
- /**
65
- * The error additional info.
66
- * NOTE: This property will not be serialized. It can only be populated by the server.
67
- */
68
- readonly additionalInfo?: ErrorAdditionalInfo[];
69
- }
70
-
71
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
72
- export declare interface ErrorResponse {
73
- /** The error object. */
74
- error?: ErrorDetail;
75
- }
76
-
77
- /** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
78
- export declare interface FileSystemResource extends TrackedResource {
79
- /** The managed service identities assigned to this resource. */
80
- identity?: ManagedServiceIdentity;
81
- /** Marketplace details */
82
- marketplaceDetails?: MarketplaceDetails;
83
- /**
84
- * Provisioning State of the resource
85
- * NOTE: This property will not be serialized. It can only be populated by the server.
86
- */
87
- readonly provisioningState?: ProvisioningState;
88
- /** Storage Sku */
89
- storageSku?: string;
90
- /** User Details */
91
- userDetails?: UserDetails;
92
- /** Delegated subnet id for Vnet injection */
93
- delegatedSubnetId?: string;
94
- /** File system Id of the resource */
95
- clusterLoginUrl?: string;
96
- /** Private IPs of the resource */
97
- privateIPs?: string[];
98
- /** Initial administrator password of the resource */
99
- adminPassword?: string;
100
- /** Availability zone */
101
- availabilityZone?: string;
102
- }
103
-
104
- /** The response of a FileSystemResource list operation. */
105
- export declare interface FileSystemResourceListResult {
106
- /** The FileSystemResource items on this page */
107
- value: FileSystemResource[];
108
- /** The link to the next page of items */
109
- nextLink?: string;
110
- }
111
-
112
- /** The type used for update operations of the FileSystemResource. */
113
- export declare interface FileSystemResourceUpdate {
114
- /** The managed service identities assigned to this resource. */
115
- identity?: ManagedServiceIdentity;
116
- /** Resource tags. */
117
- tags?: {
118
- [propertyName: string]: string;
119
- };
120
- /** The updatable properties of the FileSystemResource. */
121
- properties?: FileSystemResourceUpdateProperties;
122
- }
123
-
124
- /** The updatable properties of the FileSystemResource. */
125
- export declare interface FileSystemResourceUpdateProperties {
126
- /** Marketplace details */
127
- marketplaceDetails?: MarketplaceDetails;
128
- /** User Details */
129
- userDetails?: UserDetails;
130
- /** Delegated subnet id for Vnet injection */
131
- delegatedSubnetId?: string;
132
- }
133
-
134
- /** Interface representing a FileSystems. */
135
- export declare interface FileSystems {
136
- /**
137
- * List FileSystemResource resources by subscription ID
138
- * @param options The options parameters.
139
- */
140
- listBySubscription(options?: FileSystemsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<FileSystemResource>;
141
- /**
142
- * List FileSystemResource resources by resource group
143
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
144
- * @param options The options parameters.
145
- */
146
- listByResourceGroup(resourceGroupName: string, options?: FileSystemsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<FileSystemResource>;
147
- /**
148
- * Get a FileSystemResource
149
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
150
- * @param fileSystemName Name of the File System resource
151
- * @param options The options parameters.
152
- */
153
- get(resourceGroupName: string, fileSystemName: string, options?: FileSystemsGetOptionalParams): Promise<FileSystemsGetResponse>;
154
- /**
155
- * Create a FileSystemResource
156
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
157
- * @param fileSystemName Name of the File System resource
158
- * @param resource Resource create parameters.
159
- * @param options The options parameters.
160
- */
161
- beginCreateOrUpdate(resourceGroupName: string, fileSystemName: string, resource: FileSystemResource, options?: FileSystemsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FileSystemsCreateOrUpdateResponse>, FileSystemsCreateOrUpdateResponse>>;
162
- /**
163
- * Create a FileSystemResource
164
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
165
- * @param fileSystemName Name of the File System resource
166
- * @param resource Resource create parameters.
167
- * @param options The options parameters.
168
- */
169
- beginCreateOrUpdateAndWait(resourceGroupName: string, fileSystemName: string, resource: FileSystemResource, options?: FileSystemsCreateOrUpdateOptionalParams): Promise<FileSystemsCreateOrUpdateResponse>;
170
- /**
171
- * Update a FileSystemResource
172
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
173
- * @param fileSystemName Name of the File System resource
174
- * @param properties The resource properties to be updated.
175
- * @param options The options parameters.
176
- */
177
- update(resourceGroupName: string, fileSystemName: string, properties: FileSystemResourceUpdate, options?: FileSystemsUpdateOptionalParams): Promise<FileSystemsUpdateResponse>;
178
- /**
179
- * Delete a FileSystemResource
180
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
181
- * @param fileSystemName Name of the File System resource
182
- * @param options The options parameters.
183
- */
184
- beginDelete(resourceGroupName: string, fileSystemName: string, options?: FileSystemsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<FileSystemsDeleteResponse>, FileSystemsDeleteResponse>>;
185
- /**
186
- * Delete a FileSystemResource
187
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
188
- * @param fileSystemName Name of the File System resource
189
- * @param options The options parameters.
190
- */
191
- beginDeleteAndWait(resourceGroupName: string, fileSystemName: string, options?: FileSystemsDeleteOptionalParams): Promise<FileSystemsDeleteResponse>;
192
- }
193
-
194
- /** Defines headers for FileSystems_createOrUpdate operation. */
195
- export declare interface FileSystemsCreateOrUpdateHeaders {
196
- /** A link to the status monitor */
197
- azureAsyncOperation?: string;
198
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
199
- retryAfter?: number;
200
- }
201
-
202
- /** Optional parameters. */
203
- export declare interface FileSystemsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
204
- /** Delay to wait until next poll, in milliseconds. */
205
- updateIntervalInMs?: number;
206
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
207
- resumeFrom?: string;
208
- }
209
-
210
- /** Contains response data for the createOrUpdate operation. */
211
- export declare type FileSystemsCreateOrUpdateResponse = FileSystemResource;
212
-
213
- /** Defines headers for FileSystems_delete operation. */
214
- export declare interface FileSystemsDeleteHeaders {
215
- /** A link to the status monitor */
216
- azureAsyncOperation?: string;
217
- /** The Location header contains the URL where the status of the long running operation can be checked. */
218
- location?: string;
219
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
220
- retryAfter?: number;
221
- }
222
-
223
- /** Optional parameters. */
224
- export declare interface FileSystemsDeleteOptionalParams extends coreClient.OperationOptions {
225
- /** Delay to wait until next poll, in milliseconds. */
226
- updateIntervalInMs?: number;
227
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
228
- resumeFrom?: string;
229
- }
230
-
231
- /** Contains response data for the delete operation. */
232
- export declare type FileSystemsDeleteResponse = FileSystemsDeleteHeaders;
233
-
234
- /** Optional parameters. */
235
- export declare interface FileSystemsGetOptionalParams extends coreClient.OperationOptions {
236
- }
237
-
238
- /** Contains response data for the get operation. */
239
- export declare type FileSystemsGetResponse = FileSystemResource;
240
-
241
- /** Optional parameters. */
242
- export declare interface FileSystemsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
243
- }
244
-
245
- /** Contains response data for the listByResourceGroupNext operation. */
246
- export declare type FileSystemsListByResourceGroupNextResponse = FileSystemResourceListResult;
247
-
248
- /** Optional parameters. */
249
- export declare interface FileSystemsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
250
- }
251
-
252
- /** Contains response data for the listByResourceGroup operation. */
253
- export declare type FileSystemsListByResourceGroupResponse = FileSystemResourceListResult;
254
-
255
- /** Optional parameters. */
256
- export declare interface FileSystemsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
257
- }
258
-
259
- /** Contains response data for the listBySubscriptionNext operation. */
260
- export declare type FileSystemsListBySubscriptionNextResponse = FileSystemResourceListResult;
261
-
262
- /** Optional parameters. */
263
- export declare interface FileSystemsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
264
- }
265
-
266
- /** Contains response data for the listBySubscription operation. */
267
- export declare type FileSystemsListBySubscriptionResponse = FileSystemResourceListResult;
268
-
269
- /** Optional parameters. */
270
- export declare interface FileSystemsUpdateOptionalParams extends coreClient.OperationOptions {
271
- }
272
-
273
- /** Contains response data for the update operation. */
274
- export declare type FileSystemsUpdateResponse = FileSystemResource;
275
-
276
- /**
277
- * Given the last `.value` produced by the `byPage` iterator,
278
- * returns a continuation token that can be used to begin paging from
279
- * that point later.
280
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
281
- * @returns The continuation token that can be passed into byPage() during future calls.
282
- */
283
- export declare function getContinuationToken(page: unknown): string | undefined;
284
-
285
- /** Known values of {@link ActionType} that the service accepts. */
286
- export declare enum KnownActionType {
287
- /** Internal */
288
- Internal = "Internal"
289
- }
290
-
291
- /** Known values of {@link CreatedByType} that the service accepts. */
292
- export declare enum KnownCreatedByType {
293
- /** User */
294
- User = "User",
295
- /** Application */
296
- Application = "Application",
297
- /** ManagedIdentity */
298
- ManagedIdentity = "ManagedIdentity",
299
- /** Key */
300
- Key = "Key"
301
- }
302
-
303
- /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
304
- export declare enum KnownManagedServiceIdentityType {
305
- /** None */
306
- None = "None",
307
- /** SystemAssigned */
308
- SystemAssigned = "SystemAssigned",
309
- /** UserAssigned */
310
- UserAssigned = "UserAssigned",
311
- /** SystemAssignedUserAssigned */
312
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
313
- }
314
-
315
- /** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
316
- export declare enum KnownMarketplaceSubscriptionStatus {
317
- /** Fulfillment has not started */
318
- PendingFulfillmentStart = "PendingFulfillmentStart",
319
- /** Marketplace offer is subscribed */
320
- Subscribed = "Subscribed",
321
- /** Marketplace offer is suspended because of non payment */
322
- Suspended = "Suspended",
323
- /** Marketplace offer is unsubscribed */
324
- Unsubscribed = "Unsubscribed"
325
- }
326
-
327
- /** Known values of {@link Origin} that the service accepts. */
328
- export declare enum KnownOrigin {
329
- /** User */
330
- User = "user",
331
- /** System */
332
- System = "system",
333
- /** UserSystem */
334
- UserSystem = "user,system"
335
- }
336
-
337
- /** Known values of {@link ProvisioningState} that the service accepts. */
338
- export declare enum KnownProvisioningState {
339
- /** File system resource creation request accepted */
340
- Accepted = "Accepted",
341
- /** File system resource creation started */
342
- Creating = "Creating",
343
- /** File system resource is being updated */
344
- Updating = "Updating",
345
- /** File system resource deletion started */
346
- Deleting = "Deleting",
347
- /** File system resource creation successful */
348
- Succeeded = "Succeeded",
349
- /** File system resource creation failed */
350
- Failed = "Failed",
351
- /** File system resource creation canceled */
352
- Canceled = "Canceled",
353
- /** File system resource is deleted */
354
- Deleted = "Deleted"
355
- }
356
-
357
- /** Managed service identity (system assigned and/or user assigned identities) */
358
- export declare interface ManagedServiceIdentity {
359
- /**
360
- * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
361
- * NOTE: This property will not be serialized. It can only be populated by the server.
362
- */
363
- readonly principalId?: string;
364
- /**
365
- * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
366
- * NOTE: This property will not be serialized. It can only be populated by the server.
367
- */
368
- readonly tenantId?: string;
369
- /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
370
- type: ManagedServiceIdentityType;
371
- /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
372
- userAssignedIdentities?: {
373
- [propertyName: string]: UserAssignedIdentity;
374
- };
375
- }
376
-
377
- /**
378
- * Defines values for ManagedServiceIdentityType. \
379
- * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
380
- * this enum contains the known values that the service supports.
381
- * ### Known values supported by the service
382
- * **None** \
383
- * **SystemAssigned** \
384
- * **UserAssigned** \
385
- * **SystemAssigned,UserAssigned**
386
- */
387
- export declare type ManagedServiceIdentityType = string;
388
-
389
- /** MarketplaceDetails of Qumulo FileSystem resource */
390
- export declare interface MarketplaceDetails {
391
- /** Marketplace Subscription Id */
392
- marketplaceSubscriptionId?: string;
393
- /** Plan Id */
394
- planId: string;
395
- /** Offer Id */
396
- offerId: string;
397
- /** Publisher Id */
398
- publisherId?: string;
399
- /** Term Unit */
400
- termUnit?: string;
401
- /**
402
- * Marketplace subscription status
403
- * NOTE: This property will not be serialized. It can only be populated by the server.
404
- */
405
- readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
406
- }
407
-
408
- /**
409
- * Defines values for MarketplaceSubscriptionStatus. \
410
- * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
411
- * this enum contains the known values that the service supports.
412
- * ### Known values supported by the service
413
- * **PendingFulfillmentStart**: Fulfillment has not started \
414
- * **Subscribed**: Marketplace offer is subscribed \
415
- * **Suspended**: Marketplace offer is suspended because of non payment \
416
- * **Unsubscribed**: Marketplace offer is unsubscribed
417
- */
418
- export declare type MarketplaceSubscriptionStatus = string;
419
-
420
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
421
- export declare interface Operation {
422
- /**
423
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
424
- * NOTE: This property will not be serialized. It can only be populated by the server.
425
- */
426
- readonly name?: string;
427
- /**
428
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
429
- * NOTE: This property will not be serialized. It can only be populated by the server.
430
- */
431
- readonly isDataAction?: boolean;
432
- /** Localized display information for this particular operation. */
433
- display?: OperationDisplay;
434
- /**
435
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
436
- * NOTE: This property will not be serialized. It can only be populated by the server.
437
- */
438
- readonly origin?: Origin;
439
- /**
440
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
441
- * NOTE: This property will not be serialized. It can only be populated by the server.
442
- */
443
- readonly actionType?: ActionType;
444
- }
445
-
446
- /** Localized display information for this particular operation. */
447
- export declare interface OperationDisplay {
448
- /**
449
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
450
- * NOTE: This property will not be serialized. It can only be populated by the server.
451
- */
452
- readonly provider?: string;
453
- /**
454
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
455
- * NOTE: This property will not be serialized. It can only be populated by the server.
456
- */
457
- readonly resource?: string;
458
- /**
459
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
460
- * NOTE: This property will not be serialized. It can only be populated by the server.
461
- */
462
- readonly operation?: string;
463
- /**
464
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
465
- * NOTE: This property will not be serialized. It can only be populated by the server.
466
- */
467
- readonly description?: string;
468
- }
469
-
470
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
471
- export declare interface OperationListResult {
472
- /**
473
- * List of operations supported by the resource provider
474
- * NOTE: This property will not be serialized. It can only be populated by the server.
475
- */
476
- readonly value?: Operation[];
477
- /**
478
- * URL to get the next set of operation list results (if there are any).
479
- * NOTE: This property will not be serialized. It can only be populated by the server.
480
- */
481
- readonly nextLink?: string;
482
- }
483
-
484
- /** Interface representing a Operations. */
485
- export declare interface Operations {
486
- /**
487
- * List the operations for the provider
488
- * @param options The options parameters.
489
- */
490
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
491
- }
492
-
493
- /** Optional parameters. */
494
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
495
- }
496
-
497
- /** Contains response data for the listNext operation. */
498
- export declare type OperationsListNextResponse = OperationListResult;
499
-
500
- /** Optional parameters. */
501
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
502
- }
503
-
504
- /** Contains response data for the list operation. */
505
- export declare type OperationsListResponse = OperationListResult;
506
-
507
- /**
508
- * Defines values for Origin. \
509
- * {@link KnownOrigin} can be used interchangeably with Origin,
510
- * this enum contains the known values that the service supports.
511
- * ### Known values supported by the service
512
- * **user** \
513
- * **system** \
514
- * **user,system**
515
- */
516
- export declare type Origin = string;
517
-
518
- /**
519
- * Defines values for ProvisioningState. \
520
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
521
- * this enum contains the known values that the service supports.
522
- * ### Known values supported by the service
523
- * **Accepted**: File system resource creation request accepted \
524
- * **Creating**: File system resource creation started \
525
- * **Updating**: File system resource is being updated \
526
- * **Deleting**: File system resource deletion started \
527
- * **Succeeded**: File system resource creation successful \
528
- * **Failed**: File system resource creation failed \
529
- * **Canceled**: File system resource creation canceled \
530
- * **Deleted**: File system resource is deleted
531
- */
532
- export declare type ProvisioningState = string;
533
-
534
- export declare class QumuloStorage extends coreClient.ServiceClient {
535
- $host: string;
536
- apiVersion: string;
537
- subscriptionId: string;
538
- /**
539
- * Initializes a new instance of the QumuloStorage class.
540
- * @param credentials Subscription credentials which uniquely identify client subscription.
541
- * @param subscriptionId The ID of the target subscription.
542
- * @param options The parameter options
543
- */
544
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: QumuloStorageOptionalParams);
545
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
546
- private addCustomApiVersionPolicy;
547
- operations: Operations;
548
- fileSystems: FileSystems;
549
- }
550
-
551
- /** Optional parameters. */
552
- export declare interface QumuloStorageOptionalParams extends coreClient.ServiceClientOptions {
553
- /** server parameter */
554
- $host?: string;
555
- /** Api Version */
556
- apiVersion?: string;
557
- /** Overrides client endpoint. */
558
- endpoint?: string;
559
- }
560
-
561
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
562
- export declare interface Resource {
563
- /**
564
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
565
- * NOTE: This property will not be serialized. It can only be populated by the server.
566
- */
567
- readonly id?: string;
568
- /**
569
- * The name of the resource
570
- * NOTE: This property will not be serialized. It can only be populated by the server.
571
- */
572
- readonly name?: string;
573
- /**
574
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
575
- * NOTE: This property will not be serialized. It can only be populated by the server.
576
- */
577
- readonly type?: string;
578
- /**
579
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
580
- * NOTE: This property will not be serialized. It can only be populated by the server.
581
- */
582
- readonly systemData?: SystemData;
583
- }
584
-
585
- /** Metadata pertaining to creation and last modification of the resource. */
586
- export declare interface SystemData {
587
- /** The identity that created the resource. */
588
- createdBy?: string;
589
- /** The type of identity that created the resource. */
590
- createdByType?: CreatedByType;
591
- /** The timestamp of resource creation (UTC). */
592
- createdAt?: Date;
593
- /** The identity that last modified the resource. */
594
- lastModifiedBy?: string;
595
- /** The type of identity that last modified the resource. */
596
- lastModifiedByType?: CreatedByType;
597
- /** The timestamp of resource last modification (UTC) */
598
- lastModifiedAt?: Date;
599
- }
600
-
601
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
602
- export declare interface TrackedResource extends Resource {
603
- /** Resource tags. */
604
- tags?: {
605
- [propertyName: string]: string;
606
- };
607
- /** The geo-location where the resource lives */
608
- location: string;
609
- }
610
-
611
- /** User assigned identity properties */
612
- export declare interface UserAssignedIdentity {
613
- /**
614
- * The principal ID of the assigned identity.
615
- * NOTE: This property will not be serialized. It can only be populated by the server.
616
- */
617
- readonly principalId?: string;
618
- /**
619
- * The client ID of the assigned identity.
620
- * NOTE: This property will not be serialized. It can only be populated by the server.
621
- */
622
- readonly clientId?: string;
623
- }
624
-
625
- /** User Details of Qumulo FileSystem resource */
626
- export declare interface UserDetails {
627
- /** User Email */
628
- email: string;
629
- }
630
-
631
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
3
+ export interface OperationListResult {
4
+ /**
5
+ * List of operations supported by the resource provider
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: Operation[];
9
+ /**
10
+ * URL to get the next set of operation list results (if there are any).
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
16
+ export interface Operation {
17
+ /**
18
+ * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
19
+ * NOTE: This property will not be serialized. It can only be populated by the server.
20
+ */
21
+ readonly name?: string;
22
+ /**
23
+ * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
24
+ * NOTE: This property will not be serialized. It can only be populated by the server.
25
+ */
26
+ readonly isDataAction?: boolean;
27
+ /** Localized display information for this particular operation. */
28
+ display?: OperationDisplay;
29
+ /**
30
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
31
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
+ */
33
+ readonly origin?: Origin;
34
+ /**
35
+ * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
36
+ * NOTE: This property will not be serialized. It can only be populated by the server.
37
+ */
38
+ readonly actionType?: ActionType;
39
+ }
40
+ /** Localized display information for this particular operation. */
41
+ export interface OperationDisplay {
42
+ /**
43
+ * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly provider?: string;
47
+ /**
48
+ * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly resource?: string;
52
+ /**
53
+ * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
55
+ */
56
+ readonly operation?: string;
57
+ /**
58
+ * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly description?: string;
62
+ }
63
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
64
+ export interface ErrorResponse {
65
+ /** The error object. */
66
+ error?: ErrorDetail;
67
+ }
68
+ /** The error detail. */
69
+ export interface ErrorDetail {
70
+ /**
71
+ * The error code.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly code?: string;
75
+ /**
76
+ * The error message.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly message?: string;
80
+ /**
81
+ * The error target.
82
+ * NOTE: This property will not be serialized. It can only be populated by the server.
83
+ */
84
+ readonly target?: string;
85
+ /**
86
+ * The error details.
87
+ * NOTE: This property will not be serialized. It can only be populated by the server.
88
+ */
89
+ readonly details?: ErrorDetail[];
90
+ /**
91
+ * The error additional info.
92
+ * NOTE: This property will not be serialized. It can only be populated by the server.
93
+ */
94
+ readonly additionalInfo?: ErrorAdditionalInfo[];
95
+ }
96
+ /** The resource management error additional info. */
97
+ export interface ErrorAdditionalInfo {
98
+ /**
99
+ * The additional info type.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
+ */
102
+ readonly type?: string;
103
+ /**
104
+ * The additional info.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
+ */
107
+ readonly info?: Record<string, unknown>;
108
+ }
109
+ /** The response of a FileSystemResource list operation. */
110
+ export interface FileSystemResourceListResult {
111
+ /** The FileSystemResource items on this page */
112
+ value: FileSystemResource[];
113
+ /** The link to the next page of items */
114
+ nextLink?: string;
115
+ }
116
+ /** MarketplaceDetails of Qumulo FileSystem resource */
117
+ export interface MarketplaceDetails {
118
+ /** Marketplace Subscription Id */
119
+ marketplaceSubscriptionId?: string;
120
+ /** Plan Id */
121
+ planId: string;
122
+ /** Offer Id */
123
+ offerId: string;
124
+ /** Publisher Id */
125
+ publisherId?: string;
126
+ /** Term Unit */
127
+ termUnit?: string;
128
+ /**
129
+ * Marketplace subscription status
130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
131
+ */
132
+ readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
133
+ }
134
+ /** User Details of Qumulo FileSystem resource */
135
+ export interface UserDetails {
136
+ /** User Email */
137
+ email: string;
138
+ }
139
+ /** Managed service identity (system assigned and/or user assigned identities) */
140
+ export interface ManagedServiceIdentity {
141
+ /**
142
+ * The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
143
+ * NOTE: This property will not be serialized. It can only be populated by the server.
144
+ */
145
+ readonly principalId?: string;
146
+ /**
147
+ * The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
148
+ * NOTE: This property will not be serialized. It can only be populated by the server.
149
+ */
150
+ readonly tenantId?: string;
151
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
152
+ type: ManagedServiceIdentityType;
153
+ /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
154
+ userAssignedIdentities?: {
155
+ [propertyName: string]: UserAssignedIdentity;
156
+ };
157
+ }
158
+ /** User assigned identity properties */
159
+ export interface UserAssignedIdentity {
160
+ /**
161
+ * The principal ID of the assigned identity.
162
+ * NOTE: This property will not be serialized. It can only be populated by the server.
163
+ */
164
+ readonly principalId?: string;
165
+ /**
166
+ * The client ID of the assigned identity.
167
+ * NOTE: This property will not be serialized. It can only be populated by the server.
168
+ */
169
+ readonly clientId?: string;
170
+ }
171
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
172
+ export interface Resource {
173
+ /**
174
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
175
+ * NOTE: This property will not be serialized. It can only be populated by the server.
176
+ */
177
+ readonly id?: string;
178
+ /**
179
+ * The name of the resource
180
+ * NOTE: This property will not be serialized. It can only be populated by the server.
181
+ */
182
+ readonly name?: string;
183
+ /**
184
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
185
+ * NOTE: This property will not be serialized. It can only be populated by the server.
186
+ */
187
+ readonly type?: string;
188
+ /**
189
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
190
+ * NOTE: This property will not be serialized. It can only be populated by the server.
191
+ */
192
+ readonly systemData?: SystemData;
193
+ }
194
+ /** Metadata pertaining to creation and last modification of the resource. */
195
+ export interface SystemData {
196
+ /** The identity that created the resource. */
197
+ createdBy?: string;
198
+ /** The type of identity that created the resource. */
199
+ createdByType?: CreatedByType;
200
+ /** The timestamp of resource creation (UTC). */
201
+ createdAt?: Date;
202
+ /** The identity that last modified the resource. */
203
+ lastModifiedBy?: string;
204
+ /** The type of identity that last modified the resource. */
205
+ lastModifiedByType?: CreatedByType;
206
+ /** The timestamp of resource last modification (UTC) */
207
+ lastModifiedAt?: Date;
208
+ }
209
+ /** The type used for update operations of the FileSystemResource. */
210
+ export interface FileSystemResourceUpdate {
211
+ /** The managed service identities assigned to this resource. */
212
+ identity?: ManagedServiceIdentity;
213
+ /** Resource tags. */
214
+ tags?: {
215
+ [propertyName: string]: string;
216
+ };
217
+ /** The updatable properties of the FileSystemResource. */
218
+ properties?: FileSystemResourceUpdateProperties;
219
+ }
220
+ /** The updatable properties of the FileSystemResource. */
221
+ export interface FileSystemResourceUpdateProperties {
222
+ /** Marketplace details */
223
+ marketplaceDetails?: MarketplaceDetails;
224
+ /** User Details */
225
+ userDetails?: UserDetails;
226
+ /** Delegated subnet id for Vnet injection */
227
+ delegatedSubnetId?: string;
228
+ }
229
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
230
+ export interface TrackedResource extends Resource {
231
+ /** Resource tags. */
232
+ tags?: {
233
+ [propertyName: string]: string;
234
+ };
235
+ /** The geo-location where the resource lives */
236
+ location: string;
237
+ }
238
+ /** Concrete tracked resource types can be created by aliasing this type using a specific property type. */
239
+ export interface FileSystemResource extends TrackedResource {
240
+ /** The managed service identities assigned to this resource. */
241
+ identity?: ManagedServiceIdentity;
242
+ /** Marketplace details */
243
+ marketplaceDetails?: MarketplaceDetails;
244
+ /**
245
+ * Provisioning State of the resource
246
+ * NOTE: This property will not be serialized. It can only be populated by the server.
247
+ */
248
+ readonly provisioningState?: ProvisioningState;
249
+ /** Storage Sku */
250
+ storageSku?: string;
251
+ /** User Details */
252
+ userDetails?: UserDetails;
253
+ /** Delegated subnet id for Vnet injection */
254
+ delegatedSubnetId?: string;
255
+ /** File system Id of the resource */
256
+ clusterLoginUrl?: string;
257
+ /** Private IPs of the resource */
258
+ privateIPs?: string[];
259
+ /** Initial administrator password of the resource */
260
+ adminPassword?: string;
261
+ /** Availability zone */
262
+ availabilityZone?: string;
263
+ }
264
+ /** Defines headers for FileSystems_createOrUpdate operation. */
265
+ export interface FileSystemsCreateOrUpdateHeaders {
266
+ /** A link to the status monitor */
267
+ azureAsyncOperation?: string;
268
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
269
+ retryAfter?: number;
270
+ }
271
+ /** Defines headers for FileSystems_delete operation. */
272
+ export interface FileSystemsDeleteHeaders {
273
+ /** A link to the status monitor */
274
+ azureAsyncOperation?: string;
275
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
276
+ location?: string;
277
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
278
+ retryAfter?: number;
279
+ }
280
+ /** Known values of {@link Origin} that the service accepts. */
281
+ export declare enum KnownOrigin {
282
+ /** User */
283
+ User = "user",
284
+ /** System */
285
+ System = "system",
286
+ /** UserSystem */
287
+ UserSystem = "user,system"
288
+ }
289
+ /**
290
+ * Defines values for Origin. \
291
+ * {@link KnownOrigin} can be used interchangeably with Origin,
292
+ * this enum contains the known values that the service supports.
293
+ * ### Known values supported by the service
294
+ * **user** \
295
+ * **system** \
296
+ * **user,system**
297
+ */
298
+ export type Origin = string;
299
+ /** Known values of {@link ActionType} that the service accepts. */
300
+ export declare enum KnownActionType {
301
+ /** Internal */
302
+ Internal = "Internal"
303
+ }
304
+ /**
305
+ * Defines values for ActionType. \
306
+ * {@link KnownActionType} can be used interchangeably with ActionType,
307
+ * this enum contains the known values that the service supports.
308
+ * ### Known values supported by the service
309
+ * **Internal**
310
+ */
311
+ export type ActionType = string;
312
+ /** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
313
+ export declare enum KnownMarketplaceSubscriptionStatus {
314
+ /** Fulfillment has not started */
315
+ PendingFulfillmentStart = "PendingFulfillmentStart",
316
+ /** Marketplace offer is subscribed */
317
+ Subscribed = "Subscribed",
318
+ /** Marketplace offer is suspended because of non payment */
319
+ Suspended = "Suspended",
320
+ /** Marketplace offer is unsubscribed */
321
+ Unsubscribed = "Unsubscribed"
322
+ }
323
+ /**
324
+ * Defines values for MarketplaceSubscriptionStatus. \
325
+ * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
326
+ * this enum contains the known values that the service supports.
327
+ * ### Known values supported by the service
328
+ * **PendingFulfillmentStart**: Fulfillment has not started \
329
+ * **Subscribed**: Marketplace offer is subscribed \
330
+ * **Suspended**: Marketplace offer is suspended because of non payment \
331
+ * **Unsubscribed**: Marketplace offer is unsubscribed
332
+ */
333
+ export type MarketplaceSubscriptionStatus = string;
334
+ /** Known values of {@link ProvisioningState} that the service accepts. */
335
+ export declare enum KnownProvisioningState {
336
+ /** File system resource creation request accepted */
337
+ Accepted = "Accepted",
338
+ /** File system resource creation started */
339
+ Creating = "Creating",
340
+ /** File system resource is being updated */
341
+ Updating = "Updating",
342
+ /** File system resource deletion started */
343
+ Deleting = "Deleting",
344
+ /** File system resource creation successful */
345
+ Succeeded = "Succeeded",
346
+ /** File system resource creation failed */
347
+ Failed = "Failed",
348
+ /** File system resource creation canceled */
349
+ Canceled = "Canceled",
350
+ /** File system resource is deleted */
351
+ Deleted = "Deleted"
352
+ }
353
+ /**
354
+ * Defines values for ProvisioningState. \
355
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
356
+ * this enum contains the known values that the service supports.
357
+ * ### Known values supported by the service
358
+ * **Accepted**: File system resource creation request accepted \
359
+ * **Creating**: File system resource creation started \
360
+ * **Updating**: File system resource is being updated \
361
+ * **Deleting**: File system resource deletion started \
362
+ * **Succeeded**: File system resource creation successful \
363
+ * **Failed**: File system resource creation failed \
364
+ * **Canceled**: File system resource creation canceled \
365
+ * **Deleted**: File system resource is deleted
366
+ */
367
+ export type ProvisioningState = string;
368
+ /** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
369
+ export declare enum KnownManagedServiceIdentityType {
370
+ /** None */
371
+ None = "None",
372
+ /** SystemAssigned */
373
+ SystemAssigned = "SystemAssigned",
374
+ /** UserAssigned */
375
+ UserAssigned = "UserAssigned",
376
+ /** SystemAssignedUserAssigned */
377
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
378
+ }
379
+ /**
380
+ * Defines values for ManagedServiceIdentityType. \
381
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
382
+ * this enum contains the known values that the service supports.
383
+ * ### Known values supported by the service
384
+ * **None** \
385
+ * **SystemAssigned** \
386
+ * **UserAssigned** \
387
+ * **SystemAssigned,UserAssigned**
388
+ */
389
+ export type ManagedServiceIdentityType = string;
390
+ /** Known values of {@link CreatedByType} that the service accepts. */
391
+ export declare enum KnownCreatedByType {
392
+ /** User */
393
+ User = "User",
394
+ /** Application */
395
+ Application = "Application",
396
+ /** ManagedIdentity */
397
+ ManagedIdentity = "ManagedIdentity",
398
+ /** Key */
399
+ Key = "Key"
400
+ }
401
+ /**
402
+ * Defines values for CreatedByType. \
403
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
404
+ * this enum contains the known values that the service supports.
405
+ * ### Known values supported by the service
406
+ * **User** \
407
+ * **Application** \
408
+ * **ManagedIdentity** \
409
+ * **Key**
410
+ */
411
+ export type CreatedByType = string;
412
+ /** Optional parameters. */
413
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
414
+ }
415
+ /** Contains response data for the list operation. */
416
+ export type OperationsListResponse = OperationListResult;
417
+ /** Optional parameters. */
418
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
419
+ }
420
+ /** Contains response data for the listNext operation. */
421
+ export type OperationsListNextResponse = OperationListResult;
422
+ /** Optional parameters. */
423
+ export interface FileSystemsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
424
+ }
425
+ /** Contains response data for the listBySubscription operation. */
426
+ export type FileSystemsListBySubscriptionResponse = FileSystemResourceListResult;
427
+ /** Optional parameters. */
428
+ export interface FileSystemsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
429
+ }
430
+ /** Contains response data for the listByResourceGroup operation. */
431
+ export type FileSystemsListByResourceGroupResponse = FileSystemResourceListResult;
432
+ /** Optional parameters. */
433
+ export interface FileSystemsGetOptionalParams extends coreClient.OperationOptions {
434
+ }
435
+ /** Contains response data for the get operation. */
436
+ export type FileSystemsGetResponse = FileSystemResource;
437
+ /** Optional parameters. */
438
+ export interface FileSystemsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
439
+ /** Delay to wait until next poll, in milliseconds. */
440
+ updateIntervalInMs?: number;
441
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
442
+ resumeFrom?: string;
443
+ }
444
+ /** Contains response data for the createOrUpdate operation. */
445
+ export type FileSystemsCreateOrUpdateResponse = FileSystemResource;
446
+ /** Optional parameters. */
447
+ export interface FileSystemsUpdateOptionalParams extends coreClient.OperationOptions {
448
+ }
449
+ /** Contains response data for the update operation. */
450
+ export type FileSystemsUpdateResponse = FileSystemResource;
451
+ /** Optional parameters. */
452
+ export interface FileSystemsDeleteOptionalParams extends coreClient.OperationOptions {
453
+ /** Delay to wait until next poll, in milliseconds. */
454
+ updateIntervalInMs?: number;
455
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
456
+ resumeFrom?: string;
457
+ }
458
+ /** Contains response data for the delete operation. */
459
+ export type FileSystemsDeleteResponse = FileSystemsDeleteHeaders;
460
+ /** Optional parameters. */
461
+ export interface FileSystemsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
462
+ }
463
+ /** Contains response data for the listBySubscriptionNext operation. */
464
+ export type FileSystemsListBySubscriptionNextResponse = FileSystemResourceListResult;
465
+ /** Optional parameters. */
466
+ export interface FileSystemsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
467
+ }
468
+ /** Contains response data for the listByResourceGroupNext operation. */
469
+ export type FileSystemsListByResourceGroupNextResponse = FileSystemResourceListResult;
470
+ /** Optional parameters. */
471
+ export interface QumuloStorageOptionalParams extends coreClient.ServiceClientOptions {
472
+ /** server parameter */
473
+ $host?: string;
474
+ /** Api Version */
475
+ apiVersion?: string;
476
+ /** Overrides client endpoint. */
477
+ endpoint?: string;
478
+ }
479
+ //# sourceMappingURL=index.d.ts.map