@azure/arm-avs 6.0.1-alpha.20250606.1 → 7.0.0-alpha.20250610.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 (2204) hide show
  1. package/CHANGELOG.md +454 -7
  2. package/LICENSE +1 -1
  3. package/README.md +15 -18
  4. package/dist/browser/api/addons/index.d.ts +3 -0
  5. package/dist/browser/api/addons/index.d.ts.map +1 -0
  6. package/dist/browser/api/addons/index.js +4 -0
  7. package/dist/browser/api/addons/index.js.map +1 -0
  8. package/dist/browser/api/addons/operations.d.ts +28 -0
  9. package/dist/browser/api/addons/operations.d.ts.map +1 -0
  10. package/dist/browser/api/addons/operations.js +127 -0
  11. package/dist/browser/api/addons/operations.js.map +1 -0
  12. package/dist/browser/api/addons/options.d.ts +18 -0
  13. package/dist/browser/api/addons/options.d.ts.map +1 -0
  14. package/dist/browser/api/addons/options.js +4 -0
  15. package/dist/browser/api/addons/options.js.map +1 -0
  16. package/dist/browser/api/authorizations/index.d.ts +3 -0
  17. package/dist/browser/api/authorizations/index.d.ts.map +1 -0
  18. package/dist/browser/api/authorizations/index.js +4 -0
  19. package/dist/browser/api/authorizations/index.js.map +1 -0
  20. package/dist/browser/api/authorizations/operations.d.ts +28 -0
  21. package/dist/browser/api/authorizations/operations.d.ts.map +1 -0
  22. package/dist/browser/api/authorizations/operations.js +127 -0
  23. package/dist/browser/api/authorizations/operations.js.map +1 -0
  24. package/dist/browser/api/authorizations/options.d.ts +18 -0
  25. package/dist/browser/api/authorizations/options.d.ts.map +1 -0
  26. package/dist/browser/api/authorizations/options.js +4 -0
  27. package/dist/browser/api/authorizations/options.js.map +1 -0
  28. package/dist/browser/api/azureVMwareSolutionAPIContext.d.ts +17 -0
  29. package/dist/browser/api/azureVMwareSolutionAPIContext.d.ts.map +1 -0
  30. package/dist/browser/api/azureVMwareSolutionAPIContext.js +35 -0
  31. package/dist/browser/api/azureVMwareSolutionAPIContext.js.map +1 -0
  32. package/dist/browser/api/cloudLinks/index.d.ts +3 -0
  33. package/dist/browser/api/cloudLinks/index.d.ts.map +1 -0
  34. package/dist/browser/api/cloudLinks/index.js +4 -0
  35. package/dist/browser/api/cloudLinks/index.js.map +1 -0
  36. package/dist/browser/api/cloudLinks/operations.d.ts +28 -0
  37. package/dist/browser/api/cloudLinks/operations.d.ts.map +1 -0
  38. package/dist/browser/api/cloudLinks/operations.js +127 -0
  39. package/dist/browser/api/cloudLinks/operations.js.map +1 -0
  40. package/dist/browser/api/cloudLinks/options.d.ts +18 -0
  41. package/dist/browser/api/cloudLinks/options.d.ts.map +1 -0
  42. package/dist/browser/api/cloudLinks/options.js +4 -0
  43. package/dist/browser/api/cloudLinks/options.js.map +1 -0
  44. package/dist/browser/api/clusters/index.d.ts +3 -0
  45. package/dist/browser/api/clusters/index.d.ts.map +1 -0
  46. package/dist/browser/api/clusters/index.js +4 -0
  47. package/dist/browser/api/clusters/index.js.map +1 -0
  48. package/dist/browser/api/clusters/operations.d.ts +36 -0
  49. package/dist/browser/api/clusters/operations.d.ts.map +1 -0
  50. package/dist/browser/api/clusters/operations.js +185 -0
  51. package/dist/browser/api/clusters/operations.js.map +1 -0
  52. package/dist/browser/api/clusters/options.d.ts +26 -0
  53. package/dist/browser/api/clusters/options.d.ts.map +1 -0
  54. package/dist/browser/api/clusters/options.js +4 -0
  55. package/dist/browser/api/clusters/options.js.map +1 -0
  56. package/dist/browser/api/datastores/index.d.ts +3 -0
  57. package/dist/browser/api/datastores/index.d.ts.map +1 -0
  58. package/dist/browser/api/datastores/index.js +4 -0
  59. package/dist/browser/api/datastores/index.js.map +1 -0
  60. package/dist/browser/api/datastores/operations.d.ts +28 -0
  61. package/dist/browser/api/datastores/operations.d.ts.map +1 -0
  62. package/dist/browser/api/datastores/operations.js +131 -0
  63. package/dist/browser/api/datastores/operations.js.map +1 -0
  64. package/dist/browser/api/datastores/options.d.ts +18 -0
  65. package/dist/browser/api/datastores/options.d.ts.map +1 -0
  66. package/dist/browser/api/datastores/options.js +4 -0
  67. package/dist/browser/api/datastores/options.js.map +1 -0
  68. package/dist/browser/api/globalReachConnections/index.d.ts +3 -0
  69. package/dist/browser/api/globalReachConnections/index.d.ts.map +1 -0
  70. package/dist/browser/api/globalReachConnections/index.js +4 -0
  71. package/dist/browser/api/globalReachConnections/index.js.map +1 -0
  72. package/dist/browser/api/globalReachConnections/operations.d.ts +28 -0
  73. package/dist/browser/api/globalReachConnections/operations.d.ts.map +1 -0
  74. package/dist/browser/api/globalReachConnections/operations.js +131 -0
  75. package/dist/browser/api/globalReachConnections/operations.js.map +1 -0
  76. package/dist/browser/api/globalReachConnections/options.d.ts +18 -0
  77. package/dist/browser/api/globalReachConnections/options.d.ts.map +1 -0
  78. package/dist/browser/api/globalReachConnections/options.js +4 -0
  79. package/dist/browser/api/globalReachConnections/options.js.map +1 -0
  80. package/dist/browser/api/hcxEnterpriseSites/index.d.ts +3 -0
  81. package/dist/browser/api/hcxEnterpriseSites/index.d.ts.map +1 -0
  82. package/dist/browser/api/hcxEnterpriseSites/index.js +4 -0
  83. package/dist/browser/api/hcxEnterpriseSites/index.js.map +1 -0
  84. package/dist/browser/api/hcxEnterpriseSites/operations.d.ts +27 -0
  85. package/dist/browser/api/hcxEnterpriseSites/operations.d.ts.map +1 -0
  86. package/dist/browser/api/hcxEnterpriseSites/operations.js +122 -0
  87. package/dist/browser/api/hcxEnterpriseSites/operations.js.map +1 -0
  88. package/dist/browser/api/hcxEnterpriseSites/options.d.ts +14 -0
  89. package/dist/browser/api/hcxEnterpriseSites/options.d.ts.map +1 -0
  90. package/dist/browser/api/hcxEnterpriseSites/options.js +4 -0
  91. package/dist/browser/api/hcxEnterpriseSites/options.js.map +1 -0
  92. package/dist/browser/api/hosts/index.d.ts +3 -0
  93. package/dist/browser/api/hosts/index.d.ts.map +1 -0
  94. package/dist/browser/api/hosts/index.js +4 -0
  95. package/dist/browser/api/hosts/index.js.map +1 -0
  96. package/dist/browser/api/hosts/operations.d.ts +14 -0
  97. package/dist/browser/api/hosts/operations.d.ts.map +1 -0
  98. package/dist/browser/api/hosts/operations.js +61 -0
  99. package/dist/browser/api/hosts/operations.js.map +1 -0
  100. package/dist/browser/api/hosts/options.d.ts +8 -0
  101. package/dist/browser/api/hosts/options.d.ts.map +1 -0
  102. package/dist/browser/api/hosts/options.js +4 -0
  103. package/dist/browser/api/hosts/options.js.map +1 -0
  104. package/dist/browser/api/index.d.ts +2 -0
  105. package/dist/browser/api/index.d.ts.map +1 -0
  106. package/dist/browser/api/index.js +4 -0
  107. package/dist/browser/api/index.js.map +1 -0
  108. package/dist/browser/api/iscsiPaths/index.d.ts +3 -0
  109. package/dist/browser/api/iscsiPaths/index.d.ts.map +1 -0
  110. package/dist/browser/api/iscsiPaths/index.js +4 -0
  111. package/dist/browser/api/iscsiPaths/index.js.map +1 -0
  112. package/dist/browser/api/iscsiPaths/operations.d.ts +28 -0
  113. package/dist/browser/api/iscsiPaths/operations.d.ts.map +1 -0
  114. package/dist/browser/api/iscsiPaths/operations.js +124 -0
  115. package/dist/browser/api/iscsiPaths/operations.js.map +1 -0
  116. package/dist/browser/api/iscsiPaths/options.d.ts +18 -0
  117. package/dist/browser/api/iscsiPaths/options.d.ts.map +1 -0
  118. package/dist/browser/api/iscsiPaths/options.js +4 -0
  119. package/dist/browser/api/iscsiPaths/options.js.map +1 -0
  120. package/dist/browser/api/locations/index.d.ts +3 -0
  121. package/dist/browser/api/locations/index.d.ts.map +1 -0
  122. package/dist/browser/api/locations/index.js +4 -0
  123. package/dist/browser/api/locations/index.js.map +1 -0
  124. package/dist/browser/api/locations/operations.d.ts +13 -0
  125. package/dist/browser/api/locations/operations.d.ts.map +1 -0
  126. package/dist/browser/api/locations/operations.js +64 -0
  127. package/dist/browser/api/locations/operations.js.map +1 -0
  128. package/dist/browser/api/locations/options.d.ts +11 -0
  129. package/dist/browser/api/locations/options.d.ts.map +1 -0
  130. package/dist/browser/api/locations/options.js +4 -0
  131. package/dist/browser/api/locations/options.js.map +1 -0
  132. package/dist/browser/api/operations/index.d.ts +3 -0
  133. package/dist/browser/api/operations/index.d.ts.map +1 -0
  134. package/dist/browser/api/operations/index.js +4 -0
  135. package/dist/browser/api/operations/index.js.map +1 -0
  136. package/dist/browser/api/operations/operations.d.ts +10 -0
  137. package/dist/browser/api/operations/operations.d.ts.map +1 -0
  138. package/dist/browser/api/operations/operations.js +29 -0
  139. package/dist/browser/api/operations/operations.js.map +1 -0
  140. package/dist/browser/api/operations/options.d.ts +5 -0
  141. package/dist/browser/api/operations/options.d.ts.map +1 -0
  142. package/dist/browser/api/operations/options.js +4 -0
  143. package/dist/browser/api/operations/options.js.map +1 -0
  144. package/dist/browser/api/placementPolicies/index.d.ts +3 -0
  145. package/dist/browser/api/placementPolicies/index.d.ts.map +1 -0
  146. package/dist/browser/api/placementPolicies/index.js +4 -0
  147. package/dist/browser/api/placementPolicies/index.js.map +1 -0
  148. package/dist/browser/api/placementPolicies/operations.d.ts +32 -0
  149. package/dist/browser/api/placementPolicies/operations.d.ts.map +1 -0
  150. package/dist/browser/api/placementPolicies/operations.js +167 -0
  151. package/dist/browser/api/placementPolicies/operations.js.map +1 -0
  152. package/dist/browser/api/placementPolicies/options.d.ts +23 -0
  153. package/dist/browser/api/placementPolicies/options.d.ts.map +1 -0
  154. package/dist/browser/api/placementPolicies/options.js +4 -0
  155. package/dist/browser/api/placementPolicies/options.js.map +1 -0
  156. package/dist/browser/api/privateClouds/index.d.ts +3 -0
  157. package/dist/browser/api/privateClouds/index.d.ts.map +1 -0
  158. package/dist/browser/api/privateClouds/index.js +4 -0
  159. package/dist/browser/api/privateClouds/index.js.map +1 -0
  160. package/dist/browser/api/privateClouds/operations.d.ts +48 -0
  161. package/dist/browser/api/privateClouds/operations.d.ts.map +1 -0
  162. package/dist/browser/api/privateClouds/operations.js +278 -0
  163. package/dist/browser/api/privateClouds/operations.js.map +1 -0
  164. package/dist/browser/api/privateClouds/options.d.ts +39 -0
  165. package/dist/browser/api/privateClouds/options.d.ts.map +1 -0
  166. package/dist/browser/api/privateClouds/options.js +4 -0
  167. package/dist/browser/api/privateClouds/options.js.map +1 -0
  168. package/dist/browser/api/provisionedNetworks/index.d.ts +3 -0
  169. package/dist/browser/api/provisionedNetworks/index.d.ts.map +1 -0
  170. package/dist/browser/api/provisionedNetworks/index.js +4 -0
  171. package/dist/browser/api/provisionedNetworks/index.js.map +1 -0
  172. package/dist/browser/api/provisionedNetworks/operations.d.ts +14 -0
  173. package/dist/browser/api/provisionedNetworks/operations.d.ts.map +1 -0
  174. package/dist/browser/api/provisionedNetworks/operations.js +59 -0
  175. package/dist/browser/api/provisionedNetworks/operations.js.map +1 -0
  176. package/dist/browser/api/provisionedNetworks/options.d.ts +8 -0
  177. package/dist/browser/api/provisionedNetworks/options.d.ts.map +1 -0
  178. package/dist/browser/api/provisionedNetworks/options.js +4 -0
  179. package/dist/browser/api/provisionedNetworks/options.js.map +1 -0
  180. package/dist/browser/api/pureStoragePolicies/index.d.ts +3 -0
  181. package/dist/browser/api/pureStoragePolicies/index.d.ts.map +1 -0
  182. package/dist/browser/api/pureStoragePolicies/index.js +4 -0
  183. package/dist/browser/api/pureStoragePolicies/index.js.map +1 -0
  184. package/dist/browser/api/pureStoragePolicies/operations.d.ts +28 -0
  185. package/dist/browser/api/pureStoragePolicies/operations.d.ts.map +1 -0
  186. package/dist/browser/api/pureStoragePolicies/operations.js +131 -0
  187. package/dist/browser/api/pureStoragePolicies/operations.js.map +1 -0
  188. package/dist/browser/api/pureStoragePolicies/options.d.ts +18 -0
  189. package/dist/browser/api/pureStoragePolicies/options.d.ts.map +1 -0
  190. package/dist/browser/api/pureStoragePolicies/options.js +4 -0
  191. package/dist/browser/api/pureStoragePolicies/options.js.map +1 -0
  192. package/dist/browser/api/scriptCmdlets/index.d.ts +3 -0
  193. package/dist/browser/api/scriptCmdlets/index.d.ts.map +1 -0
  194. package/dist/browser/api/scriptCmdlets/index.js +4 -0
  195. package/dist/browser/api/scriptCmdlets/index.js.map +1 -0
  196. package/dist/browser/api/scriptCmdlets/operations.d.ts +14 -0
  197. package/dist/browser/api/scriptCmdlets/operations.d.ts.map +1 -0
  198. package/dist/browser/api/scriptCmdlets/operations.js +61 -0
  199. package/dist/browser/api/scriptCmdlets/operations.js.map +1 -0
  200. package/dist/browser/api/scriptCmdlets/options.d.ts +8 -0
  201. package/dist/browser/api/scriptCmdlets/options.d.ts.map +1 -0
  202. package/dist/browser/api/scriptCmdlets/options.js +4 -0
  203. package/dist/browser/api/scriptCmdlets/options.js.map +1 -0
  204. package/dist/browser/api/scriptExecutions/index.d.ts +3 -0
  205. package/dist/browser/api/scriptExecutions/index.d.ts.map +1 -0
  206. package/dist/browser/api/scriptExecutions/index.js +4 -0
  207. package/dist/browser/api/scriptExecutions/index.js.map +1 -0
  208. package/dist/browser/api/scriptExecutions/operations.d.ts +32 -0
  209. package/dist/browser/api/scriptExecutions/operations.d.ts.map +1 -0
  210. package/dist/browser/api/scriptExecutions/operations.js +166 -0
  211. package/dist/browser/api/scriptExecutions/operations.js.map +1 -0
  212. package/dist/browser/api/scriptExecutions/options.d.ts +24 -0
  213. package/dist/browser/api/scriptExecutions/options.d.ts.map +1 -0
  214. package/dist/browser/api/scriptExecutions/options.js +4 -0
  215. package/dist/browser/api/scriptExecutions/options.js.map +1 -0
  216. package/dist/browser/api/scriptPackages/index.d.ts +3 -0
  217. package/dist/browser/api/scriptPackages/index.d.ts.map +1 -0
  218. package/dist/browser/api/scriptPackages/index.js +4 -0
  219. package/dist/browser/api/scriptPackages/index.js.map +1 -0
  220. package/dist/browser/api/scriptPackages/operations.d.ts +14 -0
  221. package/dist/browser/api/scriptPackages/operations.d.ts.map +1 -0
  222. package/dist/browser/api/scriptPackages/operations.js +59 -0
  223. package/dist/browser/api/scriptPackages/operations.js.map +1 -0
  224. package/dist/browser/api/scriptPackages/options.d.ts +8 -0
  225. package/dist/browser/api/scriptPackages/options.d.ts.map +1 -0
  226. package/dist/browser/api/scriptPackages/options.js +4 -0
  227. package/dist/browser/api/scriptPackages/options.js.map +1 -0
  228. package/dist/browser/api/skus/index.d.ts +3 -0
  229. package/dist/browser/api/skus/index.d.ts.map +1 -0
  230. package/dist/browser/api/skus/index.js +4 -0
  231. package/dist/browser/api/skus/index.js.map +1 -0
  232. package/dist/browser/api/skus/operations.d.ts +10 -0
  233. package/dist/browser/api/skus/operations.d.ts.map +1 -0
  234. package/dist/browser/api/skus/operations.js +30 -0
  235. package/dist/browser/api/skus/operations.js.map +1 -0
  236. package/dist/browser/api/skus/options.d.ts +5 -0
  237. package/dist/browser/api/skus/options.d.ts.map +1 -0
  238. package/dist/browser/api/skus/options.js +4 -0
  239. package/dist/browser/api/skus/options.js.map +1 -0
  240. package/dist/browser/api/virtualMachines/index.d.ts +3 -0
  241. package/dist/browser/api/virtualMachines/index.d.ts.map +1 -0
  242. package/dist/browser/api/virtualMachines/index.js +4 -0
  243. package/dist/browser/api/virtualMachines/index.js.map +1 -0
  244. package/dist/browser/api/virtualMachines/operations.d.ts +19 -0
  245. package/dist/browser/api/virtualMachines/operations.d.ts.map +1 -0
  246. package/dist/browser/api/virtualMachines/operations.js +98 -0
  247. package/dist/browser/api/virtualMachines/operations.js.map +1 -0
  248. package/dist/browser/api/virtualMachines/options.d.ts +13 -0
  249. package/dist/browser/api/virtualMachines/options.d.ts.map +1 -0
  250. package/dist/browser/api/virtualMachines/options.js +4 -0
  251. package/dist/browser/api/virtualMachines/options.js.map +1 -0
  252. package/dist/browser/api/workloadNetworks/index.d.ts +3 -0
  253. package/dist/browser/api/workloadNetworks/index.d.ts.map +1 -0
  254. package/dist/browser/api/workloadNetworks/index.js +4 -0
  255. package/dist/browser/api/workloadNetworks/index.js.map +1 -0
  256. package/dist/browser/api/workloadNetworks/operations.d.ts +167 -0
  257. package/dist/browser/api/workloadNetworks/operations.d.ts.map +1 -0
  258. package/dist/browser/api/workloadNetworks/operations.js +1207 -0
  259. package/dist/browser/api/workloadNetworks/operations.js.map +1 -0
  260. package/dist/browser/api/workloadNetworks/options.d.ts +162 -0
  261. package/dist/browser/api/workloadNetworks/options.d.ts.map +1 -0
  262. package/dist/browser/api/workloadNetworks/options.js +4 -0
  263. package/dist/browser/api/workloadNetworks/options.js.map +1 -0
  264. package/dist/browser/azureVMwareSolutionAPI.d.ts +72 -34
  265. package/dist/browser/azureVMwareSolutionAPI.d.ts.map +1 -1
  266. package/dist/browser/azureVMwareSolutionAPI.js +54 -110
  267. package/dist/browser/azureVMwareSolutionAPI.js.map +1 -1
  268. package/dist/browser/classic/addons/index.d.ts +23 -0
  269. package/dist/browser/classic/addons/index.d.ts.map +1 -0
  270. package/dist/browser/classic/addons/index.js +15 -0
  271. package/dist/browser/classic/addons/index.js.map +1 -0
  272. package/dist/browser/classic/authorizations/index.d.ts +23 -0
  273. package/dist/browser/classic/authorizations/index.d.ts.map +1 -0
  274. package/dist/browser/classic/authorizations/index.js +15 -0
  275. package/dist/browser/classic/authorizations/index.js.map +1 -0
  276. package/dist/browser/classic/cloudLinks/index.d.ts +23 -0
  277. package/dist/browser/classic/cloudLinks/index.d.ts.map +1 -0
  278. package/dist/browser/classic/cloudLinks/index.js +15 -0
  279. package/dist/browser/classic/cloudLinks/index.js.map +1 -0
  280. package/dist/browser/classic/clusters/index.d.ts +27 -0
  281. package/dist/browser/classic/clusters/index.d.ts.map +1 -0
  282. package/dist/browser/classic/clusters/index.js +17 -0
  283. package/dist/browser/classic/clusters/index.js.map +1 -0
  284. package/dist/browser/classic/datastores/index.d.ts +23 -0
  285. package/dist/browser/classic/datastores/index.d.ts.map +1 -0
  286. package/dist/browser/classic/datastores/index.js +15 -0
  287. package/dist/browser/classic/datastores/index.js.map +1 -0
  288. package/dist/browser/classic/globalReachConnections/index.d.ts +23 -0
  289. package/dist/browser/classic/globalReachConnections/index.d.ts.map +1 -0
  290. package/dist/browser/classic/globalReachConnections/index.js +15 -0
  291. package/dist/browser/classic/globalReachConnections/index.js.map +1 -0
  292. package/dist/browser/classic/hcxEnterpriseSites/index.d.ts +22 -0
  293. package/dist/browser/classic/hcxEnterpriseSites/index.d.ts.map +1 -0
  294. package/dist/browser/classic/hcxEnterpriseSites/index.js +15 -0
  295. package/dist/browser/classic/hcxEnterpriseSites/index.js.map +1 -0
  296. package/dist/browser/classic/hosts/index.d.ts +13 -0
  297. package/dist/browser/classic/hosts/index.d.ts.map +1 -0
  298. package/dist/browser/classic/hosts/index.js +13 -0
  299. package/dist/browser/classic/hosts/index.js.map +1 -0
  300. package/dist/browser/classic/index.d.ts +22 -0
  301. package/dist/browser/classic/index.d.ts.map +1 -0
  302. package/dist/browser/classic/index.js +4 -0
  303. package/dist/browser/classic/index.js.map +1 -0
  304. package/dist/browser/classic/iscsiPaths/index.d.ts +23 -0
  305. package/dist/browser/classic/iscsiPaths/index.d.ts.map +1 -0
  306. package/dist/browser/classic/iscsiPaths/index.js +15 -0
  307. package/dist/browser/classic/iscsiPaths/index.js.map +1 -0
  308. package/dist/browser/classic/locations/index.d.ts +12 -0
  309. package/dist/browser/classic/locations/index.d.ts.map +1 -0
  310. package/dist/browser/classic/locations/index.js +13 -0
  311. package/dist/browser/classic/locations/index.js.map +1 -0
  312. package/dist/browser/classic/operations/index.d.ts +11 -0
  313. package/dist/browser/classic/operations/index.d.ts.map +1 -0
  314. package/dist/browser/classic/operations/index.js +12 -0
  315. package/dist/browser/classic/operations/index.js.map +1 -0
  316. package/dist/browser/classic/placementPolicies/index.d.ts +25 -0
  317. package/dist/browser/classic/placementPolicies/index.d.ts.map +1 -0
  318. package/dist/browser/classic/placementPolicies/index.js +16 -0
  319. package/dist/browser/classic/placementPolicies/index.js.map +1 -0
  320. package/dist/browser/classic/privateClouds/index.d.ts +33 -0
  321. package/dist/browser/classic/privateClouds/index.d.ts.map +1 -0
  322. package/dist/browser/classic/privateClouds/index.js +20 -0
  323. package/dist/browser/classic/privateClouds/index.js.map +1 -0
  324. package/dist/browser/classic/provisionedNetworks/index.d.ts +13 -0
  325. package/dist/browser/classic/provisionedNetworks/index.d.ts.map +1 -0
  326. package/dist/browser/classic/provisionedNetworks/index.js +13 -0
  327. package/dist/browser/classic/provisionedNetworks/index.js.map +1 -0
  328. package/dist/browser/classic/pureStoragePolicies/index.d.ts +23 -0
  329. package/dist/browser/classic/pureStoragePolicies/index.d.ts.map +1 -0
  330. package/dist/browser/classic/pureStoragePolicies/index.js +15 -0
  331. package/dist/browser/classic/pureStoragePolicies/index.js.map +1 -0
  332. package/dist/browser/classic/scriptCmdlets/index.d.ts +13 -0
  333. package/dist/browser/classic/scriptCmdlets/index.d.ts.map +1 -0
  334. package/dist/browser/classic/scriptCmdlets/index.js +13 -0
  335. package/dist/browser/classic/scriptCmdlets/index.js.map +1 -0
  336. package/dist/browser/classic/scriptExecutions/index.d.ts +25 -0
  337. package/dist/browser/classic/scriptExecutions/index.d.ts.map +1 -0
  338. package/dist/browser/classic/scriptExecutions/index.js +16 -0
  339. package/dist/browser/classic/scriptExecutions/index.js.map +1 -0
  340. package/dist/browser/classic/scriptPackages/index.d.ts +13 -0
  341. package/dist/browser/classic/scriptPackages/index.d.ts.map +1 -0
  342. package/dist/browser/classic/scriptPackages/index.js +13 -0
  343. package/dist/browser/classic/scriptPackages/index.js.map +1 -0
  344. package/dist/browser/classic/skus/index.d.ts +11 -0
  345. package/dist/browser/classic/skus/index.d.ts.map +1 -0
  346. package/dist/browser/classic/skus/index.js +12 -0
  347. package/dist/browser/classic/skus/index.js.map +1 -0
  348. package/dist/browser/classic/virtualMachines/index.d.ts +16 -0
  349. package/dist/browser/classic/virtualMachines/index.d.ts.map +1 -0
  350. package/dist/browser/classic/virtualMachines/index.js +14 -0
  351. package/dist/browser/classic/virtualMachines/index.js.map +1 -0
  352. package/dist/browser/classic/workloadNetworks/index.d.ts +90 -0
  353. package/dist/browser/classic/workloadNetworks/index.d.ts.map +1 -0
  354. package/dist/browser/classic/workloadNetworks/index.js +51 -0
  355. package/dist/browser/classic/workloadNetworks/index.js.map +1 -0
  356. package/dist/browser/index.d.ts +27 -3
  357. package/dist/browser/index.d.ts.map +1 -1
  358. package/dist/browser/index.js +4 -11
  359. package/dist/browser/index.js.map +1 -1
  360. package/dist/browser/logger.d.ts +2 -0
  361. package/dist/browser/logger.d.ts.map +1 -0
  362. package/dist/browser/logger.js +5 -0
  363. package/dist/browser/logger.js.map +1 -0
  364. package/dist/browser/models/index.d.ts +1 -3813
  365. package/dist/browser/models/index.d.ts.map +1 -1
  366. package/dist/browser/models/index.js +3 -713
  367. package/dist/browser/models/index.js.map +1 -1
  368. package/dist/browser/models/models.d.ts +3091 -0
  369. package/dist/browser/models/models.d.ts.map +1 -0
  370. package/dist/browser/models/models.js +3154 -0
  371. package/dist/browser/models/models.js.map +1 -0
  372. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  373. package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
  374. package/dist/browser/restorePollerHelpers.js +284 -0
  375. package/dist/browser/restorePollerHelpers.js.map +1 -0
  376. package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
  377. package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
  378. package/dist/browser/static-helpers/pagingHelpers.js +137 -0
  379. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  380. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  381. package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
  382. package/dist/browser/static-helpers/pollingHelpers.js +76 -0
  383. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  384. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  385. package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
  386. package/dist/browser/static-helpers/urlTemplate.js +169 -0
  387. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  388. package/dist/commonjs/api/addons/index.d.ts +3 -0
  389. package/dist/commonjs/api/addons/index.d.ts.map +1 -0
  390. package/dist/commonjs/api/addons/index.js +11 -0
  391. package/dist/commonjs/api/addons/index.js.map +1 -0
  392. package/dist/commonjs/api/addons/operations.d.ts +28 -0
  393. package/dist/commonjs/api/addons/operations.d.ts.map +1 -0
  394. package/dist/commonjs/api/addons/operations.js +141 -0
  395. package/dist/commonjs/api/addons/operations.js.map +1 -0
  396. package/dist/commonjs/api/addons/options.d.ts +18 -0
  397. package/dist/commonjs/api/addons/options.d.ts.map +1 -0
  398. package/dist/commonjs/api/addons/options.js +5 -0
  399. package/dist/commonjs/api/addons/options.js.map +1 -0
  400. package/dist/commonjs/api/authorizations/index.d.ts +3 -0
  401. package/dist/commonjs/api/authorizations/index.d.ts.map +1 -0
  402. package/dist/commonjs/api/authorizations/index.js +11 -0
  403. package/dist/commonjs/api/authorizations/index.js.map +1 -0
  404. package/dist/commonjs/api/authorizations/operations.d.ts +28 -0
  405. package/dist/commonjs/api/authorizations/operations.d.ts.map +1 -0
  406. package/dist/commonjs/api/authorizations/operations.js +141 -0
  407. package/dist/commonjs/api/authorizations/operations.js.map +1 -0
  408. package/dist/commonjs/api/authorizations/options.d.ts +18 -0
  409. package/dist/commonjs/api/authorizations/options.d.ts.map +1 -0
  410. package/dist/commonjs/api/authorizations/options.js +5 -0
  411. package/dist/commonjs/api/authorizations/options.js.map +1 -0
  412. package/dist/commonjs/api/azureVMwareSolutionAPIContext.d.ts +17 -0
  413. package/dist/commonjs/api/azureVMwareSolutionAPIContext.d.ts.map +1 -0
  414. package/dist/commonjs/api/azureVMwareSolutionAPIContext.js +38 -0
  415. package/dist/commonjs/api/azureVMwareSolutionAPIContext.js.map +1 -0
  416. package/dist/commonjs/api/cloudLinks/index.d.ts +3 -0
  417. package/dist/commonjs/api/cloudLinks/index.d.ts.map +1 -0
  418. package/dist/commonjs/api/cloudLinks/index.js +11 -0
  419. package/dist/commonjs/api/cloudLinks/index.js.map +1 -0
  420. package/dist/commonjs/api/cloudLinks/operations.d.ts +28 -0
  421. package/dist/commonjs/api/cloudLinks/operations.d.ts.map +1 -0
  422. package/dist/commonjs/api/cloudLinks/operations.js +141 -0
  423. package/dist/commonjs/api/cloudLinks/operations.js.map +1 -0
  424. package/dist/commonjs/api/cloudLinks/options.d.ts +18 -0
  425. package/dist/commonjs/api/cloudLinks/options.d.ts.map +1 -0
  426. package/dist/commonjs/api/cloudLinks/options.js +5 -0
  427. package/dist/commonjs/api/cloudLinks/options.js.map +1 -0
  428. package/dist/commonjs/api/clusters/index.d.ts +3 -0
  429. package/dist/commonjs/api/clusters/index.d.ts.map +1 -0
  430. package/dist/commonjs/api/clusters/index.js +13 -0
  431. package/dist/commonjs/api/clusters/index.js.map +1 -0
  432. package/dist/commonjs/api/clusters/operations.d.ts +36 -0
  433. package/dist/commonjs/api/clusters/operations.d.ts.map +1 -0
  434. package/dist/commonjs/api/clusters/operations.js +205 -0
  435. package/dist/commonjs/api/clusters/operations.js.map +1 -0
  436. package/dist/commonjs/api/clusters/options.d.ts +26 -0
  437. package/dist/commonjs/api/clusters/options.d.ts.map +1 -0
  438. package/dist/commonjs/api/clusters/options.js +5 -0
  439. package/dist/commonjs/api/clusters/options.js.map +1 -0
  440. package/dist/commonjs/api/datastores/index.d.ts +3 -0
  441. package/dist/commonjs/api/datastores/index.d.ts.map +1 -0
  442. package/dist/commonjs/api/datastores/index.js +11 -0
  443. package/dist/commonjs/api/datastores/index.js.map +1 -0
  444. package/dist/commonjs/api/datastores/operations.d.ts +28 -0
  445. package/dist/commonjs/api/datastores/operations.d.ts.map +1 -0
  446. package/dist/commonjs/api/datastores/operations.js +145 -0
  447. package/dist/commonjs/api/datastores/operations.js.map +1 -0
  448. package/dist/commonjs/api/datastores/options.d.ts +18 -0
  449. package/dist/commonjs/api/datastores/options.d.ts.map +1 -0
  450. package/dist/commonjs/api/datastores/options.js +5 -0
  451. package/dist/commonjs/api/datastores/options.js.map +1 -0
  452. package/dist/commonjs/api/globalReachConnections/index.d.ts +3 -0
  453. package/dist/commonjs/api/globalReachConnections/index.d.ts.map +1 -0
  454. package/dist/commonjs/api/globalReachConnections/index.js +11 -0
  455. package/dist/commonjs/api/globalReachConnections/index.js.map +1 -0
  456. package/dist/commonjs/api/globalReachConnections/operations.d.ts +28 -0
  457. package/dist/commonjs/api/globalReachConnections/operations.d.ts.map +1 -0
  458. package/dist/commonjs/api/globalReachConnections/operations.js +145 -0
  459. package/dist/commonjs/api/globalReachConnections/operations.js.map +1 -0
  460. package/dist/commonjs/api/globalReachConnections/options.d.ts +18 -0
  461. package/dist/commonjs/api/globalReachConnections/options.d.ts.map +1 -0
  462. package/dist/commonjs/api/globalReachConnections/options.js +5 -0
  463. package/dist/commonjs/api/globalReachConnections/options.js.map +1 -0
  464. package/dist/commonjs/api/hcxEnterpriseSites/index.d.ts +3 -0
  465. package/dist/commonjs/api/hcxEnterpriseSites/index.d.ts.map +1 -0
  466. package/dist/commonjs/api/hcxEnterpriseSites/index.js +11 -0
  467. package/dist/commonjs/api/hcxEnterpriseSites/index.js.map +1 -0
  468. package/dist/commonjs/api/hcxEnterpriseSites/operations.d.ts +27 -0
  469. package/dist/commonjs/api/hcxEnterpriseSites/operations.d.ts.map +1 -0
  470. package/dist/commonjs/api/hcxEnterpriseSites/operations.js +136 -0
  471. package/dist/commonjs/api/hcxEnterpriseSites/operations.js.map +1 -0
  472. package/dist/commonjs/api/hcxEnterpriseSites/options.d.ts +14 -0
  473. package/dist/commonjs/api/hcxEnterpriseSites/options.d.ts.map +1 -0
  474. package/dist/commonjs/api/hcxEnterpriseSites/options.js +5 -0
  475. package/dist/commonjs/api/hcxEnterpriseSites/options.js.map +1 -0
  476. package/dist/commonjs/api/hosts/index.d.ts +3 -0
  477. package/dist/commonjs/api/hosts/index.d.ts.map +1 -0
  478. package/dist/commonjs/api/hosts/index.js +9 -0
  479. package/dist/commonjs/api/hosts/index.js.map +1 -0
  480. package/dist/commonjs/api/hosts/operations.d.ts +14 -0
  481. package/dist/commonjs/api/hosts/operations.d.ts.map +1 -0
  482. package/dist/commonjs/api/hosts/operations.js +69 -0
  483. package/dist/commonjs/api/hosts/operations.js.map +1 -0
  484. package/dist/commonjs/api/hosts/options.d.ts +8 -0
  485. package/dist/commonjs/api/hosts/options.d.ts.map +1 -0
  486. package/dist/commonjs/api/hosts/options.js +5 -0
  487. package/dist/commonjs/api/hosts/options.js.map +1 -0
  488. package/dist/commonjs/api/index.d.ts +2 -0
  489. package/dist/commonjs/api/index.d.ts.map +1 -0
  490. package/dist/commonjs/api/index.js +8 -0
  491. package/dist/commonjs/api/index.js.map +1 -0
  492. package/dist/commonjs/api/iscsiPaths/index.d.ts +3 -0
  493. package/dist/commonjs/api/iscsiPaths/index.d.ts.map +1 -0
  494. package/dist/commonjs/api/iscsiPaths/index.js +11 -0
  495. package/dist/commonjs/api/iscsiPaths/index.js.map +1 -0
  496. package/dist/commonjs/api/iscsiPaths/operations.d.ts +28 -0
  497. package/dist/commonjs/api/iscsiPaths/operations.d.ts.map +1 -0
  498. package/dist/commonjs/api/iscsiPaths/operations.js +138 -0
  499. package/dist/commonjs/api/iscsiPaths/operations.js.map +1 -0
  500. package/dist/commonjs/api/iscsiPaths/options.d.ts +18 -0
  501. package/dist/commonjs/api/iscsiPaths/options.d.ts.map +1 -0
  502. package/dist/commonjs/api/iscsiPaths/options.js +5 -0
  503. package/dist/commonjs/api/iscsiPaths/options.js.map +1 -0
  504. package/dist/commonjs/api/locations/index.d.ts +3 -0
  505. package/dist/commonjs/api/locations/index.d.ts.map +1 -0
  506. package/dist/commonjs/api/locations/index.js +9 -0
  507. package/dist/commonjs/api/locations/index.js.map +1 -0
  508. package/dist/commonjs/api/locations/operations.d.ts +13 -0
  509. package/dist/commonjs/api/locations/operations.d.ts.map +1 -0
  510. package/dist/commonjs/api/locations/operations.js +72 -0
  511. package/dist/commonjs/api/locations/operations.js.map +1 -0
  512. package/dist/commonjs/api/locations/options.d.ts +11 -0
  513. package/dist/commonjs/api/locations/options.d.ts.map +1 -0
  514. package/dist/commonjs/api/locations/options.js +5 -0
  515. package/dist/commonjs/api/locations/options.js.map +1 -0
  516. package/dist/commonjs/api/operations/index.d.ts +3 -0
  517. package/dist/commonjs/api/operations/index.d.ts.map +1 -0
  518. package/dist/commonjs/api/operations/index.js +8 -0
  519. package/dist/commonjs/api/operations/index.js.map +1 -0
  520. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  521. package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
  522. package/dist/commonjs/api/operations/operations.js +34 -0
  523. package/dist/commonjs/api/operations/operations.js.map +1 -0
  524. package/dist/commonjs/api/operations/options.d.ts +5 -0
  525. package/dist/commonjs/api/operations/options.d.ts.map +1 -0
  526. package/dist/commonjs/api/operations/options.js +5 -0
  527. package/dist/commonjs/api/operations/options.js.map +1 -0
  528. package/dist/commonjs/api/placementPolicies/index.d.ts +3 -0
  529. package/dist/commonjs/api/placementPolicies/index.d.ts.map +1 -0
  530. package/dist/commonjs/api/placementPolicies/index.js +12 -0
  531. package/dist/commonjs/api/placementPolicies/index.js.map +1 -0
  532. package/dist/commonjs/api/placementPolicies/operations.d.ts +32 -0
  533. package/dist/commonjs/api/placementPolicies/operations.d.ts.map +1 -0
  534. package/dist/commonjs/api/placementPolicies/operations.js +184 -0
  535. package/dist/commonjs/api/placementPolicies/operations.js.map +1 -0
  536. package/dist/commonjs/api/placementPolicies/options.d.ts +23 -0
  537. package/dist/commonjs/api/placementPolicies/options.d.ts.map +1 -0
  538. package/dist/commonjs/api/placementPolicies/options.js +5 -0
  539. package/dist/commonjs/api/placementPolicies/options.js.map +1 -0
  540. package/dist/commonjs/api/privateClouds/index.d.ts +3 -0
  541. package/dist/commonjs/api/privateClouds/index.d.ts.map +1 -0
  542. package/dist/commonjs/api/privateClouds/index.js +16 -0
  543. package/dist/commonjs/api/privateClouds/index.js.map +1 -0
  544. package/dist/commonjs/api/privateClouds/operations.d.ts +48 -0
  545. package/dist/commonjs/api/privateClouds/operations.d.ts.map +1 -0
  546. package/dist/commonjs/api/privateClouds/operations.js +307 -0
  547. package/dist/commonjs/api/privateClouds/operations.js.map +1 -0
  548. package/dist/commonjs/api/privateClouds/options.d.ts +39 -0
  549. package/dist/commonjs/api/privateClouds/options.d.ts.map +1 -0
  550. package/dist/commonjs/api/privateClouds/options.js +5 -0
  551. package/dist/commonjs/api/privateClouds/options.js.map +1 -0
  552. package/dist/commonjs/api/provisionedNetworks/index.d.ts +3 -0
  553. package/dist/commonjs/api/provisionedNetworks/index.d.ts.map +1 -0
  554. package/dist/commonjs/api/provisionedNetworks/index.js +9 -0
  555. package/dist/commonjs/api/provisionedNetworks/index.js.map +1 -0
  556. package/dist/commonjs/api/provisionedNetworks/operations.d.ts +14 -0
  557. package/dist/commonjs/api/provisionedNetworks/operations.d.ts.map +1 -0
  558. package/dist/commonjs/api/provisionedNetworks/operations.js +67 -0
  559. package/dist/commonjs/api/provisionedNetworks/operations.js.map +1 -0
  560. package/dist/commonjs/api/provisionedNetworks/options.d.ts +8 -0
  561. package/dist/commonjs/api/provisionedNetworks/options.d.ts.map +1 -0
  562. package/dist/commonjs/api/provisionedNetworks/options.js +5 -0
  563. package/dist/commonjs/api/provisionedNetworks/options.js.map +1 -0
  564. package/dist/commonjs/api/pureStoragePolicies/index.d.ts +3 -0
  565. package/dist/commonjs/api/pureStoragePolicies/index.d.ts.map +1 -0
  566. package/dist/commonjs/api/pureStoragePolicies/index.js +11 -0
  567. package/dist/commonjs/api/pureStoragePolicies/index.js.map +1 -0
  568. package/dist/commonjs/api/pureStoragePolicies/operations.d.ts +28 -0
  569. package/dist/commonjs/api/pureStoragePolicies/operations.d.ts.map +1 -0
  570. package/dist/commonjs/api/pureStoragePolicies/operations.js +145 -0
  571. package/dist/commonjs/api/pureStoragePolicies/operations.js.map +1 -0
  572. package/dist/commonjs/api/pureStoragePolicies/options.d.ts +18 -0
  573. package/dist/commonjs/api/pureStoragePolicies/options.d.ts.map +1 -0
  574. package/dist/commonjs/api/pureStoragePolicies/options.js +5 -0
  575. package/dist/commonjs/api/pureStoragePolicies/options.js.map +1 -0
  576. package/dist/commonjs/api/scriptCmdlets/index.d.ts +3 -0
  577. package/dist/commonjs/api/scriptCmdlets/index.d.ts.map +1 -0
  578. package/dist/commonjs/api/scriptCmdlets/index.js +9 -0
  579. package/dist/commonjs/api/scriptCmdlets/index.js.map +1 -0
  580. package/dist/commonjs/api/scriptCmdlets/operations.d.ts +14 -0
  581. package/dist/commonjs/api/scriptCmdlets/operations.d.ts.map +1 -0
  582. package/dist/commonjs/api/scriptCmdlets/operations.js +69 -0
  583. package/dist/commonjs/api/scriptCmdlets/operations.js.map +1 -0
  584. package/dist/commonjs/api/scriptCmdlets/options.d.ts +8 -0
  585. package/dist/commonjs/api/scriptCmdlets/options.d.ts.map +1 -0
  586. package/dist/commonjs/api/scriptCmdlets/options.js +5 -0
  587. package/dist/commonjs/api/scriptCmdlets/options.js.map +1 -0
  588. package/dist/commonjs/api/scriptExecutions/index.d.ts +3 -0
  589. package/dist/commonjs/api/scriptExecutions/index.d.ts.map +1 -0
  590. package/dist/commonjs/api/scriptExecutions/index.js +12 -0
  591. package/dist/commonjs/api/scriptExecutions/index.js.map +1 -0
  592. package/dist/commonjs/api/scriptExecutions/operations.d.ts +32 -0
  593. package/dist/commonjs/api/scriptExecutions/operations.d.ts.map +1 -0
  594. package/dist/commonjs/api/scriptExecutions/operations.js +183 -0
  595. package/dist/commonjs/api/scriptExecutions/operations.js.map +1 -0
  596. package/dist/commonjs/api/scriptExecutions/options.d.ts +24 -0
  597. package/dist/commonjs/api/scriptExecutions/options.d.ts.map +1 -0
  598. package/dist/commonjs/api/scriptExecutions/options.js +5 -0
  599. package/dist/commonjs/api/scriptExecutions/options.js.map +1 -0
  600. package/dist/commonjs/api/scriptPackages/index.d.ts +3 -0
  601. package/dist/commonjs/api/scriptPackages/index.d.ts.map +1 -0
  602. package/dist/commonjs/api/scriptPackages/index.js +9 -0
  603. package/dist/commonjs/api/scriptPackages/index.js.map +1 -0
  604. package/dist/commonjs/api/scriptPackages/operations.d.ts +14 -0
  605. package/dist/commonjs/api/scriptPackages/operations.d.ts.map +1 -0
  606. package/dist/commonjs/api/scriptPackages/operations.js +67 -0
  607. package/dist/commonjs/api/scriptPackages/operations.js.map +1 -0
  608. package/dist/commonjs/api/scriptPackages/options.d.ts +8 -0
  609. package/dist/commonjs/api/scriptPackages/options.d.ts.map +1 -0
  610. package/dist/commonjs/api/scriptPackages/options.js +5 -0
  611. package/dist/commonjs/api/scriptPackages/options.js.map +1 -0
  612. package/dist/commonjs/api/skus/index.d.ts +3 -0
  613. package/dist/commonjs/api/skus/index.d.ts.map +1 -0
  614. package/dist/commonjs/api/skus/index.js +8 -0
  615. package/dist/commonjs/api/skus/index.js.map +1 -0
  616. package/dist/commonjs/api/skus/operations.d.ts +10 -0
  617. package/dist/commonjs/api/skus/operations.d.ts.map +1 -0
  618. package/dist/commonjs/api/skus/operations.js +35 -0
  619. package/dist/commonjs/api/skus/operations.js.map +1 -0
  620. package/dist/commonjs/api/skus/options.d.ts +5 -0
  621. package/dist/commonjs/api/skus/options.d.ts.map +1 -0
  622. package/dist/commonjs/api/skus/options.js +5 -0
  623. package/dist/commonjs/api/skus/options.js.map +1 -0
  624. package/dist/commonjs/api/virtualMachines/index.d.ts +3 -0
  625. package/dist/commonjs/api/virtualMachines/index.d.ts.map +1 -0
  626. package/dist/commonjs/api/virtualMachines/index.js +10 -0
  627. package/dist/commonjs/api/virtualMachines/index.js.map +1 -0
  628. package/dist/commonjs/api/virtualMachines/operations.d.ts +19 -0
  629. package/dist/commonjs/api/virtualMachines/operations.d.ts.map +1 -0
  630. package/dist/commonjs/api/virtualMachines/operations.js +109 -0
  631. package/dist/commonjs/api/virtualMachines/operations.js.map +1 -0
  632. package/dist/commonjs/api/virtualMachines/options.d.ts +13 -0
  633. package/dist/commonjs/api/virtualMachines/options.d.ts.map +1 -0
  634. package/dist/commonjs/api/virtualMachines/options.js +5 -0
  635. package/dist/commonjs/api/virtualMachines/options.js.map +1 -0
  636. package/dist/commonjs/api/workloadNetworks/index.d.ts +3 -0
  637. package/dist/commonjs/api/workloadNetworks/index.d.ts.map +1 -0
  638. package/dist/commonjs/api/workloadNetworks/index.js +47 -0
  639. package/dist/commonjs/api/workloadNetworks/index.js.map +1 -0
  640. package/dist/commonjs/api/workloadNetworks/operations.d.ts +167 -0
  641. package/dist/commonjs/api/workloadNetworks/operations.d.ts.map +1 -0
  642. package/dist/commonjs/api/workloadNetworks/operations.js +1329 -0
  643. package/dist/commonjs/api/workloadNetworks/operations.js.map +1 -0
  644. package/dist/commonjs/api/workloadNetworks/options.d.ts +162 -0
  645. package/dist/commonjs/api/workloadNetworks/options.d.ts.map +1 -0
  646. package/dist/commonjs/api/workloadNetworks/options.js +5 -0
  647. package/dist/commonjs/api/workloadNetworks/options.js.map +1 -0
  648. package/dist/commonjs/azureVMwareSolutionAPI.d.ts +72 -34
  649. package/dist/commonjs/azureVMwareSolutionAPI.d.ts.map +1 -1
  650. package/dist/commonjs/azureVMwareSolutionAPI.js +54 -111
  651. package/dist/commonjs/azureVMwareSolutionAPI.js.map +1 -1
  652. package/dist/commonjs/classic/addons/index.d.ts +23 -0
  653. package/dist/commonjs/classic/addons/index.d.ts.map +1 -0
  654. package/dist/commonjs/classic/addons/index.js +18 -0
  655. package/dist/commonjs/classic/addons/index.js.map +1 -0
  656. package/dist/commonjs/classic/authorizations/index.d.ts +23 -0
  657. package/dist/commonjs/classic/authorizations/index.d.ts.map +1 -0
  658. package/dist/commonjs/classic/authorizations/index.js +18 -0
  659. package/dist/commonjs/classic/authorizations/index.js.map +1 -0
  660. package/dist/commonjs/classic/cloudLinks/index.d.ts +23 -0
  661. package/dist/commonjs/classic/cloudLinks/index.d.ts.map +1 -0
  662. package/dist/commonjs/classic/cloudLinks/index.js +18 -0
  663. package/dist/commonjs/classic/cloudLinks/index.js.map +1 -0
  664. package/dist/commonjs/classic/clusters/index.d.ts +27 -0
  665. package/dist/commonjs/classic/clusters/index.d.ts.map +1 -0
  666. package/dist/commonjs/classic/clusters/index.js +20 -0
  667. package/dist/commonjs/classic/clusters/index.js.map +1 -0
  668. package/dist/commonjs/classic/datastores/index.d.ts +23 -0
  669. package/dist/commonjs/classic/datastores/index.d.ts.map +1 -0
  670. package/dist/commonjs/classic/datastores/index.js +18 -0
  671. package/dist/commonjs/classic/datastores/index.js.map +1 -0
  672. package/dist/commonjs/classic/globalReachConnections/index.d.ts +23 -0
  673. package/dist/commonjs/classic/globalReachConnections/index.d.ts.map +1 -0
  674. package/dist/commonjs/classic/globalReachConnections/index.js +18 -0
  675. package/dist/commonjs/classic/globalReachConnections/index.js.map +1 -0
  676. package/dist/commonjs/classic/hcxEnterpriseSites/index.d.ts +22 -0
  677. package/dist/commonjs/classic/hcxEnterpriseSites/index.d.ts.map +1 -0
  678. package/dist/commonjs/classic/hcxEnterpriseSites/index.js +18 -0
  679. package/dist/commonjs/classic/hcxEnterpriseSites/index.js.map +1 -0
  680. package/dist/commonjs/classic/hosts/index.d.ts +13 -0
  681. package/dist/commonjs/classic/hosts/index.d.ts.map +1 -0
  682. package/dist/commonjs/classic/hosts/index.js +16 -0
  683. package/dist/commonjs/classic/hosts/index.js.map +1 -0
  684. package/dist/commonjs/classic/index.d.ts +22 -0
  685. package/dist/commonjs/classic/index.d.ts.map +1 -0
  686. package/dist/commonjs/classic/index.js +5 -0
  687. package/dist/commonjs/classic/index.js.map +1 -0
  688. package/dist/commonjs/classic/iscsiPaths/index.d.ts +23 -0
  689. package/dist/commonjs/classic/iscsiPaths/index.d.ts.map +1 -0
  690. package/dist/commonjs/classic/iscsiPaths/index.js +18 -0
  691. package/dist/commonjs/classic/iscsiPaths/index.js.map +1 -0
  692. package/dist/commonjs/classic/locations/index.d.ts +12 -0
  693. package/dist/commonjs/classic/locations/index.d.ts.map +1 -0
  694. package/dist/commonjs/classic/locations/index.js +16 -0
  695. package/dist/commonjs/classic/locations/index.js.map +1 -0
  696. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  697. package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
  698. package/dist/commonjs/classic/operations/index.js +15 -0
  699. package/dist/commonjs/classic/operations/index.js.map +1 -0
  700. package/dist/commonjs/classic/placementPolicies/index.d.ts +25 -0
  701. package/dist/commonjs/classic/placementPolicies/index.d.ts.map +1 -0
  702. package/dist/commonjs/classic/placementPolicies/index.js +19 -0
  703. package/dist/commonjs/classic/placementPolicies/index.js.map +1 -0
  704. package/dist/commonjs/classic/privateClouds/index.d.ts +33 -0
  705. package/dist/commonjs/classic/privateClouds/index.d.ts.map +1 -0
  706. package/dist/commonjs/classic/privateClouds/index.js +23 -0
  707. package/dist/commonjs/classic/privateClouds/index.js.map +1 -0
  708. package/dist/commonjs/classic/provisionedNetworks/index.d.ts +13 -0
  709. package/dist/commonjs/classic/provisionedNetworks/index.d.ts.map +1 -0
  710. package/dist/commonjs/classic/provisionedNetworks/index.js +16 -0
  711. package/dist/commonjs/classic/provisionedNetworks/index.js.map +1 -0
  712. package/dist/commonjs/classic/pureStoragePolicies/index.d.ts +23 -0
  713. package/dist/commonjs/classic/pureStoragePolicies/index.d.ts.map +1 -0
  714. package/dist/commonjs/classic/pureStoragePolicies/index.js +18 -0
  715. package/dist/commonjs/classic/pureStoragePolicies/index.js.map +1 -0
  716. package/dist/commonjs/classic/scriptCmdlets/index.d.ts +13 -0
  717. package/dist/commonjs/classic/scriptCmdlets/index.d.ts.map +1 -0
  718. package/dist/commonjs/classic/scriptCmdlets/index.js +16 -0
  719. package/dist/commonjs/classic/scriptCmdlets/index.js.map +1 -0
  720. package/dist/commonjs/classic/scriptExecutions/index.d.ts +25 -0
  721. package/dist/commonjs/classic/scriptExecutions/index.d.ts.map +1 -0
  722. package/dist/commonjs/classic/scriptExecutions/index.js +19 -0
  723. package/dist/commonjs/classic/scriptExecutions/index.js.map +1 -0
  724. package/dist/commonjs/classic/scriptPackages/index.d.ts +13 -0
  725. package/dist/commonjs/classic/scriptPackages/index.d.ts.map +1 -0
  726. package/dist/commonjs/classic/scriptPackages/index.js +16 -0
  727. package/dist/commonjs/classic/scriptPackages/index.js.map +1 -0
  728. package/dist/commonjs/classic/skus/index.d.ts +11 -0
  729. package/dist/commonjs/classic/skus/index.d.ts.map +1 -0
  730. package/dist/commonjs/classic/skus/index.js +15 -0
  731. package/dist/commonjs/classic/skus/index.js.map +1 -0
  732. package/dist/commonjs/classic/virtualMachines/index.d.ts +16 -0
  733. package/dist/commonjs/classic/virtualMachines/index.d.ts.map +1 -0
  734. package/dist/commonjs/classic/virtualMachines/index.js +17 -0
  735. package/dist/commonjs/classic/virtualMachines/index.js.map +1 -0
  736. package/dist/commonjs/classic/workloadNetworks/index.d.ts +90 -0
  737. package/dist/commonjs/classic/workloadNetworks/index.d.ts.map +1 -0
  738. package/dist/commonjs/classic/workloadNetworks/index.js +54 -0
  739. package/dist/commonjs/classic/workloadNetworks/index.js.map +1 -0
  740. package/dist/commonjs/index.d.ts +27 -3
  741. package/dist/commonjs/index.d.ts.map +1 -1
  742. package/dist/commonjs/index.js +79 -14
  743. package/dist/commonjs/index.js.map +1 -1
  744. package/dist/commonjs/logger.d.ts +2 -0
  745. package/dist/commonjs/logger.d.ts.map +1 -0
  746. package/dist/commonjs/logger.js +8 -0
  747. package/dist/commonjs/logger.js.map +1 -0
  748. package/dist/commonjs/models/index.d.ts +1 -3813
  749. package/dist/commonjs/models/index.d.ts.map +1 -1
  750. package/dist/commonjs/models/index.js +77 -715
  751. package/dist/commonjs/models/index.js.map +1 -1
  752. package/dist/commonjs/models/models.d.ts +3091 -0
  753. package/dist/commonjs/models/models.d.ts.map +1 -0
  754. package/dist/commonjs/models/models.js +3438 -0
  755. package/dist/commonjs/models/models.js.map +1 -0
  756. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  757. package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
  758. package/dist/commonjs/restorePollerHelpers.js +287 -0
  759. package/dist/commonjs/restorePollerHelpers.js.map +1 -0
  760. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
  761. package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
  762. package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
  763. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
  764. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  765. package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
  766. package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
  767. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
  768. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  769. package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
  770. package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
  771. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
  772. package/dist/esm/api/addons/index.d.ts +3 -0
  773. package/dist/esm/api/addons/index.d.ts.map +1 -0
  774. package/dist/esm/api/addons/index.js +4 -0
  775. package/dist/esm/api/addons/index.js.map +1 -0
  776. package/dist/esm/api/addons/operations.d.ts +28 -0
  777. package/dist/esm/api/addons/operations.d.ts.map +1 -0
  778. package/dist/esm/api/addons/operations.js +127 -0
  779. package/dist/esm/api/addons/operations.js.map +1 -0
  780. package/dist/esm/api/addons/options.d.ts +18 -0
  781. package/dist/esm/api/addons/options.d.ts.map +1 -0
  782. package/dist/esm/api/addons/options.js +4 -0
  783. package/dist/esm/api/addons/options.js.map +1 -0
  784. package/dist/esm/api/authorizations/index.d.ts +3 -0
  785. package/dist/esm/api/authorizations/index.d.ts.map +1 -0
  786. package/dist/esm/api/authorizations/index.js +4 -0
  787. package/dist/esm/api/authorizations/index.js.map +1 -0
  788. package/dist/esm/api/authorizations/operations.d.ts +28 -0
  789. package/dist/esm/api/authorizations/operations.d.ts.map +1 -0
  790. package/dist/esm/api/authorizations/operations.js +127 -0
  791. package/dist/esm/api/authorizations/operations.js.map +1 -0
  792. package/dist/esm/api/authorizations/options.d.ts +18 -0
  793. package/dist/esm/api/authorizations/options.d.ts.map +1 -0
  794. package/dist/esm/api/authorizations/options.js +4 -0
  795. package/dist/esm/api/authorizations/options.js.map +1 -0
  796. package/dist/esm/api/azureVMwareSolutionAPIContext.d.ts +17 -0
  797. package/dist/esm/api/azureVMwareSolutionAPIContext.d.ts.map +1 -0
  798. package/dist/esm/api/azureVMwareSolutionAPIContext.js +35 -0
  799. package/dist/esm/api/azureVMwareSolutionAPIContext.js.map +1 -0
  800. package/dist/esm/api/cloudLinks/index.d.ts +3 -0
  801. package/dist/esm/api/cloudLinks/index.d.ts.map +1 -0
  802. package/dist/esm/api/cloudLinks/index.js +4 -0
  803. package/dist/esm/api/cloudLinks/index.js.map +1 -0
  804. package/dist/esm/api/cloudLinks/operations.d.ts +28 -0
  805. package/dist/esm/api/cloudLinks/operations.d.ts.map +1 -0
  806. package/dist/esm/api/cloudLinks/operations.js +127 -0
  807. package/dist/esm/api/cloudLinks/operations.js.map +1 -0
  808. package/dist/esm/api/cloudLinks/options.d.ts +18 -0
  809. package/dist/esm/api/cloudLinks/options.d.ts.map +1 -0
  810. package/dist/esm/api/cloudLinks/options.js +4 -0
  811. package/dist/esm/api/cloudLinks/options.js.map +1 -0
  812. package/dist/esm/api/clusters/index.d.ts +3 -0
  813. package/dist/esm/api/clusters/index.d.ts.map +1 -0
  814. package/dist/esm/api/clusters/index.js +4 -0
  815. package/dist/esm/api/clusters/index.js.map +1 -0
  816. package/dist/esm/api/clusters/operations.d.ts +36 -0
  817. package/dist/esm/api/clusters/operations.d.ts.map +1 -0
  818. package/dist/esm/api/clusters/operations.js +185 -0
  819. package/dist/esm/api/clusters/operations.js.map +1 -0
  820. package/dist/esm/api/clusters/options.d.ts +26 -0
  821. package/dist/esm/api/clusters/options.d.ts.map +1 -0
  822. package/dist/esm/api/clusters/options.js +4 -0
  823. package/dist/esm/api/clusters/options.js.map +1 -0
  824. package/dist/esm/api/datastores/index.d.ts +3 -0
  825. package/dist/esm/api/datastores/index.d.ts.map +1 -0
  826. package/dist/esm/api/datastores/index.js +4 -0
  827. package/dist/esm/api/datastores/index.js.map +1 -0
  828. package/dist/esm/api/datastores/operations.d.ts +28 -0
  829. package/dist/esm/api/datastores/operations.d.ts.map +1 -0
  830. package/dist/esm/api/datastores/operations.js +131 -0
  831. package/dist/esm/api/datastores/operations.js.map +1 -0
  832. package/dist/esm/api/datastores/options.d.ts +18 -0
  833. package/dist/esm/api/datastores/options.d.ts.map +1 -0
  834. package/dist/esm/api/datastores/options.js +4 -0
  835. package/dist/esm/api/datastores/options.js.map +1 -0
  836. package/dist/esm/api/globalReachConnections/index.d.ts +3 -0
  837. package/dist/esm/api/globalReachConnections/index.d.ts.map +1 -0
  838. package/dist/esm/api/globalReachConnections/index.js +4 -0
  839. package/dist/esm/api/globalReachConnections/index.js.map +1 -0
  840. package/dist/esm/api/globalReachConnections/operations.d.ts +28 -0
  841. package/dist/esm/api/globalReachConnections/operations.d.ts.map +1 -0
  842. package/dist/esm/api/globalReachConnections/operations.js +131 -0
  843. package/dist/esm/api/globalReachConnections/operations.js.map +1 -0
  844. package/dist/esm/api/globalReachConnections/options.d.ts +18 -0
  845. package/dist/esm/api/globalReachConnections/options.d.ts.map +1 -0
  846. package/dist/esm/api/globalReachConnections/options.js +4 -0
  847. package/dist/esm/api/globalReachConnections/options.js.map +1 -0
  848. package/dist/esm/api/hcxEnterpriseSites/index.d.ts +3 -0
  849. package/dist/esm/api/hcxEnterpriseSites/index.d.ts.map +1 -0
  850. package/dist/esm/api/hcxEnterpriseSites/index.js +4 -0
  851. package/dist/esm/api/hcxEnterpriseSites/index.js.map +1 -0
  852. package/dist/esm/api/hcxEnterpriseSites/operations.d.ts +27 -0
  853. package/dist/esm/api/hcxEnterpriseSites/operations.d.ts.map +1 -0
  854. package/dist/esm/api/hcxEnterpriseSites/operations.js +122 -0
  855. package/dist/esm/api/hcxEnterpriseSites/operations.js.map +1 -0
  856. package/dist/esm/api/hcxEnterpriseSites/options.d.ts +14 -0
  857. package/dist/esm/api/hcxEnterpriseSites/options.d.ts.map +1 -0
  858. package/dist/esm/api/hcxEnterpriseSites/options.js +4 -0
  859. package/dist/esm/api/hcxEnterpriseSites/options.js.map +1 -0
  860. package/dist/esm/api/hosts/index.d.ts +3 -0
  861. package/dist/esm/api/hosts/index.d.ts.map +1 -0
  862. package/dist/esm/api/hosts/index.js +4 -0
  863. package/dist/esm/api/hosts/index.js.map +1 -0
  864. package/dist/esm/api/hosts/operations.d.ts +14 -0
  865. package/dist/esm/api/hosts/operations.d.ts.map +1 -0
  866. package/dist/esm/api/hosts/operations.js +61 -0
  867. package/dist/esm/api/hosts/operations.js.map +1 -0
  868. package/dist/esm/api/hosts/options.d.ts +8 -0
  869. package/dist/esm/api/hosts/options.d.ts.map +1 -0
  870. package/dist/esm/api/hosts/options.js +4 -0
  871. package/dist/esm/api/hosts/options.js.map +1 -0
  872. package/dist/esm/api/index.d.ts +2 -0
  873. package/dist/esm/api/index.d.ts.map +1 -0
  874. package/dist/esm/api/index.js +4 -0
  875. package/dist/esm/api/index.js.map +1 -0
  876. package/dist/esm/api/iscsiPaths/index.d.ts +3 -0
  877. package/dist/esm/api/iscsiPaths/index.d.ts.map +1 -0
  878. package/dist/esm/api/iscsiPaths/index.js +4 -0
  879. package/dist/esm/api/iscsiPaths/index.js.map +1 -0
  880. package/dist/esm/api/iscsiPaths/operations.d.ts +28 -0
  881. package/dist/esm/api/iscsiPaths/operations.d.ts.map +1 -0
  882. package/dist/esm/api/iscsiPaths/operations.js +124 -0
  883. package/dist/esm/api/iscsiPaths/operations.js.map +1 -0
  884. package/dist/esm/api/iscsiPaths/options.d.ts +18 -0
  885. package/dist/esm/api/iscsiPaths/options.d.ts.map +1 -0
  886. package/dist/esm/api/iscsiPaths/options.js +4 -0
  887. package/dist/esm/api/iscsiPaths/options.js.map +1 -0
  888. package/dist/esm/api/locations/index.d.ts +3 -0
  889. package/dist/esm/api/locations/index.d.ts.map +1 -0
  890. package/dist/esm/api/locations/index.js +4 -0
  891. package/dist/esm/api/locations/index.js.map +1 -0
  892. package/dist/esm/api/locations/operations.d.ts +13 -0
  893. package/dist/esm/api/locations/operations.d.ts.map +1 -0
  894. package/dist/esm/api/locations/operations.js +64 -0
  895. package/dist/esm/api/locations/operations.js.map +1 -0
  896. package/dist/esm/api/locations/options.d.ts +11 -0
  897. package/dist/esm/api/locations/options.d.ts.map +1 -0
  898. package/dist/esm/api/locations/options.js +4 -0
  899. package/dist/esm/api/locations/options.js.map +1 -0
  900. package/dist/esm/api/operations/index.d.ts +3 -0
  901. package/dist/esm/api/operations/index.d.ts.map +1 -0
  902. package/dist/esm/api/operations/index.js +4 -0
  903. package/dist/esm/api/operations/index.js.map +1 -0
  904. package/dist/esm/api/operations/operations.d.ts +10 -0
  905. package/dist/esm/api/operations/operations.d.ts.map +1 -0
  906. package/dist/esm/api/operations/operations.js +29 -0
  907. package/dist/esm/api/operations/operations.js.map +1 -0
  908. package/dist/esm/api/operations/options.d.ts +5 -0
  909. package/dist/esm/api/operations/options.d.ts.map +1 -0
  910. package/dist/esm/api/operations/options.js +4 -0
  911. package/dist/esm/api/operations/options.js.map +1 -0
  912. package/dist/esm/api/placementPolicies/index.d.ts +3 -0
  913. package/dist/esm/api/placementPolicies/index.d.ts.map +1 -0
  914. package/dist/esm/api/placementPolicies/index.js +4 -0
  915. package/dist/esm/api/placementPolicies/index.js.map +1 -0
  916. package/dist/esm/api/placementPolicies/operations.d.ts +32 -0
  917. package/dist/esm/api/placementPolicies/operations.d.ts.map +1 -0
  918. package/dist/esm/api/placementPolicies/operations.js +167 -0
  919. package/dist/esm/api/placementPolicies/operations.js.map +1 -0
  920. package/dist/esm/api/placementPolicies/options.d.ts +23 -0
  921. package/dist/esm/api/placementPolicies/options.d.ts.map +1 -0
  922. package/dist/esm/api/placementPolicies/options.js +4 -0
  923. package/dist/esm/api/placementPolicies/options.js.map +1 -0
  924. package/dist/esm/api/privateClouds/index.d.ts +3 -0
  925. package/dist/esm/api/privateClouds/index.d.ts.map +1 -0
  926. package/dist/esm/api/privateClouds/index.js +4 -0
  927. package/dist/esm/api/privateClouds/index.js.map +1 -0
  928. package/dist/esm/api/privateClouds/operations.d.ts +48 -0
  929. package/dist/esm/api/privateClouds/operations.d.ts.map +1 -0
  930. package/dist/esm/api/privateClouds/operations.js +278 -0
  931. package/dist/esm/api/privateClouds/operations.js.map +1 -0
  932. package/dist/esm/api/privateClouds/options.d.ts +39 -0
  933. package/dist/esm/api/privateClouds/options.d.ts.map +1 -0
  934. package/dist/esm/api/privateClouds/options.js +4 -0
  935. package/dist/esm/api/privateClouds/options.js.map +1 -0
  936. package/dist/esm/api/provisionedNetworks/index.d.ts +3 -0
  937. package/dist/esm/api/provisionedNetworks/index.d.ts.map +1 -0
  938. package/dist/esm/api/provisionedNetworks/index.js +4 -0
  939. package/dist/esm/api/provisionedNetworks/index.js.map +1 -0
  940. package/dist/esm/api/provisionedNetworks/operations.d.ts +14 -0
  941. package/dist/esm/api/provisionedNetworks/operations.d.ts.map +1 -0
  942. package/dist/esm/api/provisionedNetworks/operations.js +59 -0
  943. package/dist/esm/api/provisionedNetworks/operations.js.map +1 -0
  944. package/dist/esm/api/provisionedNetworks/options.d.ts +8 -0
  945. package/dist/esm/api/provisionedNetworks/options.d.ts.map +1 -0
  946. package/dist/esm/api/provisionedNetworks/options.js +4 -0
  947. package/dist/esm/api/provisionedNetworks/options.js.map +1 -0
  948. package/dist/esm/api/pureStoragePolicies/index.d.ts +3 -0
  949. package/dist/esm/api/pureStoragePolicies/index.d.ts.map +1 -0
  950. package/dist/esm/api/pureStoragePolicies/index.js +4 -0
  951. package/dist/esm/api/pureStoragePolicies/index.js.map +1 -0
  952. package/dist/esm/api/pureStoragePolicies/operations.d.ts +28 -0
  953. package/dist/esm/api/pureStoragePolicies/operations.d.ts.map +1 -0
  954. package/dist/esm/api/pureStoragePolicies/operations.js +131 -0
  955. package/dist/esm/api/pureStoragePolicies/operations.js.map +1 -0
  956. package/dist/esm/api/pureStoragePolicies/options.d.ts +18 -0
  957. package/dist/esm/api/pureStoragePolicies/options.d.ts.map +1 -0
  958. package/dist/esm/api/pureStoragePolicies/options.js +4 -0
  959. package/dist/esm/api/pureStoragePolicies/options.js.map +1 -0
  960. package/dist/esm/api/scriptCmdlets/index.d.ts +3 -0
  961. package/dist/esm/api/scriptCmdlets/index.d.ts.map +1 -0
  962. package/dist/esm/api/scriptCmdlets/index.js +4 -0
  963. package/dist/esm/api/scriptCmdlets/index.js.map +1 -0
  964. package/dist/esm/api/scriptCmdlets/operations.d.ts +14 -0
  965. package/dist/esm/api/scriptCmdlets/operations.d.ts.map +1 -0
  966. package/dist/esm/api/scriptCmdlets/operations.js +61 -0
  967. package/dist/esm/api/scriptCmdlets/operations.js.map +1 -0
  968. package/dist/esm/api/scriptCmdlets/options.d.ts +8 -0
  969. package/dist/esm/api/scriptCmdlets/options.d.ts.map +1 -0
  970. package/dist/esm/api/scriptCmdlets/options.js +4 -0
  971. package/dist/esm/api/scriptCmdlets/options.js.map +1 -0
  972. package/dist/esm/api/scriptExecutions/index.d.ts +3 -0
  973. package/dist/esm/api/scriptExecutions/index.d.ts.map +1 -0
  974. package/dist/esm/api/scriptExecutions/index.js +4 -0
  975. package/dist/esm/api/scriptExecutions/index.js.map +1 -0
  976. package/dist/esm/api/scriptExecutions/operations.d.ts +32 -0
  977. package/dist/esm/api/scriptExecutions/operations.d.ts.map +1 -0
  978. package/dist/esm/api/scriptExecutions/operations.js +166 -0
  979. package/dist/esm/api/scriptExecutions/operations.js.map +1 -0
  980. package/dist/esm/api/scriptExecutions/options.d.ts +24 -0
  981. package/dist/esm/api/scriptExecutions/options.d.ts.map +1 -0
  982. package/dist/esm/api/scriptExecutions/options.js +4 -0
  983. package/dist/esm/api/scriptExecutions/options.js.map +1 -0
  984. package/dist/esm/api/scriptPackages/index.d.ts +3 -0
  985. package/dist/esm/api/scriptPackages/index.d.ts.map +1 -0
  986. package/dist/esm/api/scriptPackages/index.js +4 -0
  987. package/dist/esm/api/scriptPackages/index.js.map +1 -0
  988. package/dist/esm/api/scriptPackages/operations.d.ts +14 -0
  989. package/dist/esm/api/scriptPackages/operations.d.ts.map +1 -0
  990. package/dist/esm/api/scriptPackages/operations.js +59 -0
  991. package/dist/esm/api/scriptPackages/operations.js.map +1 -0
  992. package/dist/esm/api/scriptPackages/options.d.ts +8 -0
  993. package/dist/esm/api/scriptPackages/options.d.ts.map +1 -0
  994. package/dist/esm/api/scriptPackages/options.js +4 -0
  995. package/dist/esm/api/scriptPackages/options.js.map +1 -0
  996. package/dist/esm/api/skus/index.d.ts +3 -0
  997. package/dist/esm/api/skus/index.d.ts.map +1 -0
  998. package/dist/esm/api/skus/index.js +4 -0
  999. package/dist/esm/api/skus/index.js.map +1 -0
  1000. package/dist/esm/api/skus/operations.d.ts +10 -0
  1001. package/dist/esm/api/skus/operations.d.ts.map +1 -0
  1002. package/dist/esm/api/skus/operations.js +30 -0
  1003. package/dist/esm/api/skus/operations.js.map +1 -0
  1004. package/dist/esm/api/skus/options.d.ts +5 -0
  1005. package/dist/esm/api/skus/options.d.ts.map +1 -0
  1006. package/dist/esm/api/skus/options.js +4 -0
  1007. package/dist/esm/api/skus/options.js.map +1 -0
  1008. package/dist/esm/api/virtualMachines/index.d.ts +3 -0
  1009. package/dist/esm/api/virtualMachines/index.d.ts.map +1 -0
  1010. package/dist/esm/api/virtualMachines/index.js +4 -0
  1011. package/dist/esm/api/virtualMachines/index.js.map +1 -0
  1012. package/dist/esm/api/virtualMachines/operations.d.ts +19 -0
  1013. package/dist/esm/api/virtualMachines/operations.d.ts.map +1 -0
  1014. package/dist/esm/api/virtualMachines/operations.js +98 -0
  1015. package/dist/esm/api/virtualMachines/operations.js.map +1 -0
  1016. package/dist/esm/api/virtualMachines/options.d.ts +13 -0
  1017. package/dist/esm/api/virtualMachines/options.d.ts.map +1 -0
  1018. package/dist/esm/api/virtualMachines/options.js +4 -0
  1019. package/dist/esm/api/virtualMachines/options.js.map +1 -0
  1020. package/dist/esm/api/workloadNetworks/index.d.ts +3 -0
  1021. package/dist/esm/api/workloadNetworks/index.d.ts.map +1 -0
  1022. package/dist/esm/api/workloadNetworks/index.js +4 -0
  1023. package/dist/esm/api/workloadNetworks/index.js.map +1 -0
  1024. package/dist/esm/api/workloadNetworks/operations.d.ts +167 -0
  1025. package/dist/esm/api/workloadNetworks/operations.d.ts.map +1 -0
  1026. package/dist/esm/api/workloadNetworks/operations.js +1207 -0
  1027. package/dist/esm/api/workloadNetworks/operations.js.map +1 -0
  1028. package/dist/esm/api/workloadNetworks/options.d.ts +162 -0
  1029. package/dist/esm/api/workloadNetworks/options.d.ts.map +1 -0
  1030. package/dist/esm/api/workloadNetworks/options.js +4 -0
  1031. package/dist/esm/api/workloadNetworks/options.js.map +1 -0
  1032. package/dist/esm/azureVMwareSolutionAPI.d.ts +72 -34
  1033. package/dist/esm/azureVMwareSolutionAPI.d.ts.map +1 -1
  1034. package/dist/esm/azureVMwareSolutionAPI.js +54 -110
  1035. package/dist/esm/azureVMwareSolutionAPI.js.map +1 -1
  1036. package/dist/esm/classic/addons/index.d.ts +23 -0
  1037. package/dist/esm/classic/addons/index.d.ts.map +1 -0
  1038. package/dist/esm/classic/addons/index.js +15 -0
  1039. package/dist/esm/classic/addons/index.js.map +1 -0
  1040. package/dist/esm/classic/authorizations/index.d.ts +23 -0
  1041. package/dist/esm/classic/authorizations/index.d.ts.map +1 -0
  1042. package/dist/esm/classic/authorizations/index.js +15 -0
  1043. package/dist/esm/classic/authorizations/index.js.map +1 -0
  1044. package/dist/esm/classic/cloudLinks/index.d.ts +23 -0
  1045. package/dist/esm/classic/cloudLinks/index.d.ts.map +1 -0
  1046. package/dist/esm/classic/cloudLinks/index.js +15 -0
  1047. package/dist/esm/classic/cloudLinks/index.js.map +1 -0
  1048. package/dist/esm/classic/clusters/index.d.ts +27 -0
  1049. package/dist/esm/classic/clusters/index.d.ts.map +1 -0
  1050. package/dist/esm/classic/clusters/index.js +17 -0
  1051. package/dist/esm/classic/clusters/index.js.map +1 -0
  1052. package/dist/esm/classic/datastores/index.d.ts +23 -0
  1053. package/dist/esm/classic/datastores/index.d.ts.map +1 -0
  1054. package/dist/esm/classic/datastores/index.js +15 -0
  1055. package/dist/esm/classic/datastores/index.js.map +1 -0
  1056. package/dist/esm/classic/globalReachConnections/index.d.ts +23 -0
  1057. package/dist/esm/classic/globalReachConnections/index.d.ts.map +1 -0
  1058. package/dist/esm/classic/globalReachConnections/index.js +15 -0
  1059. package/dist/esm/classic/globalReachConnections/index.js.map +1 -0
  1060. package/dist/esm/classic/hcxEnterpriseSites/index.d.ts +22 -0
  1061. package/dist/esm/classic/hcxEnterpriseSites/index.d.ts.map +1 -0
  1062. package/dist/esm/classic/hcxEnterpriseSites/index.js +15 -0
  1063. package/dist/esm/classic/hcxEnterpriseSites/index.js.map +1 -0
  1064. package/dist/esm/classic/hosts/index.d.ts +13 -0
  1065. package/dist/esm/classic/hosts/index.d.ts.map +1 -0
  1066. package/dist/esm/classic/hosts/index.js +13 -0
  1067. package/dist/esm/classic/hosts/index.js.map +1 -0
  1068. package/dist/esm/classic/index.d.ts +22 -0
  1069. package/dist/esm/classic/index.d.ts.map +1 -0
  1070. package/dist/esm/classic/index.js +4 -0
  1071. package/dist/esm/classic/index.js.map +1 -0
  1072. package/dist/esm/classic/iscsiPaths/index.d.ts +23 -0
  1073. package/dist/esm/classic/iscsiPaths/index.d.ts.map +1 -0
  1074. package/dist/esm/classic/iscsiPaths/index.js +15 -0
  1075. package/dist/esm/classic/iscsiPaths/index.js.map +1 -0
  1076. package/dist/esm/classic/locations/index.d.ts +12 -0
  1077. package/dist/esm/classic/locations/index.d.ts.map +1 -0
  1078. package/dist/esm/classic/locations/index.js +13 -0
  1079. package/dist/esm/classic/locations/index.js.map +1 -0
  1080. package/dist/esm/classic/operations/index.d.ts +11 -0
  1081. package/dist/esm/classic/operations/index.d.ts.map +1 -0
  1082. package/dist/esm/classic/operations/index.js +12 -0
  1083. package/dist/esm/classic/operations/index.js.map +1 -0
  1084. package/dist/esm/classic/placementPolicies/index.d.ts +25 -0
  1085. package/dist/esm/classic/placementPolicies/index.d.ts.map +1 -0
  1086. package/dist/esm/classic/placementPolicies/index.js +16 -0
  1087. package/dist/esm/classic/placementPolicies/index.js.map +1 -0
  1088. package/dist/esm/classic/privateClouds/index.d.ts +33 -0
  1089. package/dist/esm/classic/privateClouds/index.d.ts.map +1 -0
  1090. package/dist/esm/classic/privateClouds/index.js +20 -0
  1091. package/dist/esm/classic/privateClouds/index.js.map +1 -0
  1092. package/dist/esm/classic/provisionedNetworks/index.d.ts +13 -0
  1093. package/dist/esm/classic/provisionedNetworks/index.d.ts.map +1 -0
  1094. package/dist/esm/classic/provisionedNetworks/index.js +13 -0
  1095. package/dist/esm/classic/provisionedNetworks/index.js.map +1 -0
  1096. package/dist/esm/classic/pureStoragePolicies/index.d.ts +23 -0
  1097. package/dist/esm/classic/pureStoragePolicies/index.d.ts.map +1 -0
  1098. package/dist/esm/classic/pureStoragePolicies/index.js +15 -0
  1099. package/dist/esm/classic/pureStoragePolicies/index.js.map +1 -0
  1100. package/dist/esm/classic/scriptCmdlets/index.d.ts +13 -0
  1101. package/dist/esm/classic/scriptCmdlets/index.d.ts.map +1 -0
  1102. package/dist/esm/classic/scriptCmdlets/index.js +13 -0
  1103. package/dist/esm/classic/scriptCmdlets/index.js.map +1 -0
  1104. package/dist/esm/classic/scriptExecutions/index.d.ts +25 -0
  1105. package/dist/esm/classic/scriptExecutions/index.d.ts.map +1 -0
  1106. package/dist/esm/classic/scriptExecutions/index.js +16 -0
  1107. package/dist/esm/classic/scriptExecutions/index.js.map +1 -0
  1108. package/dist/esm/classic/scriptPackages/index.d.ts +13 -0
  1109. package/dist/esm/classic/scriptPackages/index.d.ts.map +1 -0
  1110. package/dist/esm/classic/scriptPackages/index.js +13 -0
  1111. package/dist/esm/classic/scriptPackages/index.js.map +1 -0
  1112. package/dist/esm/classic/skus/index.d.ts +11 -0
  1113. package/dist/esm/classic/skus/index.d.ts.map +1 -0
  1114. package/dist/esm/classic/skus/index.js +12 -0
  1115. package/dist/esm/classic/skus/index.js.map +1 -0
  1116. package/dist/esm/classic/virtualMachines/index.d.ts +16 -0
  1117. package/dist/esm/classic/virtualMachines/index.d.ts.map +1 -0
  1118. package/dist/esm/classic/virtualMachines/index.js +14 -0
  1119. package/dist/esm/classic/virtualMachines/index.js.map +1 -0
  1120. package/dist/esm/classic/workloadNetworks/index.d.ts +90 -0
  1121. package/dist/esm/classic/workloadNetworks/index.d.ts.map +1 -0
  1122. package/dist/esm/classic/workloadNetworks/index.js +51 -0
  1123. package/dist/esm/classic/workloadNetworks/index.js.map +1 -0
  1124. package/dist/esm/index.d.ts +27 -3
  1125. package/dist/esm/index.d.ts.map +1 -1
  1126. package/dist/esm/index.js +4 -11
  1127. package/dist/esm/index.js.map +1 -1
  1128. package/dist/esm/logger.d.ts +2 -0
  1129. package/dist/esm/logger.d.ts.map +1 -0
  1130. package/dist/esm/logger.js +5 -0
  1131. package/dist/esm/logger.js.map +1 -0
  1132. package/dist/esm/models/index.d.ts +1 -3813
  1133. package/dist/esm/models/index.d.ts.map +1 -1
  1134. package/dist/esm/models/index.js +3 -713
  1135. package/dist/esm/models/index.js.map +1 -1
  1136. package/dist/esm/models/models.d.ts +3091 -0
  1137. package/dist/esm/models/models.d.ts.map +1 -0
  1138. package/dist/esm/models/models.js +3154 -0
  1139. package/dist/esm/models/models.js.map +1 -0
  1140. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  1141. package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
  1142. package/dist/esm/restorePollerHelpers.js +284 -0
  1143. package/dist/esm/restorePollerHelpers.js.map +1 -0
  1144. package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
  1145. package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
  1146. package/dist/esm/static-helpers/pagingHelpers.js +137 -0
  1147. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  1148. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  1149. package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
  1150. package/dist/esm/static-helpers/pollingHelpers.js +76 -0
  1151. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  1152. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  1153. package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
  1154. package/dist/esm/static-helpers/urlTemplate.js +169 -0
  1155. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  1156. package/dist/react-native/api/addons/index.d.ts +3 -0
  1157. package/dist/react-native/api/addons/index.d.ts.map +1 -0
  1158. package/dist/react-native/api/addons/index.js +4 -0
  1159. package/dist/react-native/api/addons/index.js.map +1 -0
  1160. package/dist/react-native/api/addons/operations.d.ts +28 -0
  1161. package/dist/react-native/api/addons/operations.d.ts.map +1 -0
  1162. package/dist/react-native/api/addons/operations.js +127 -0
  1163. package/dist/react-native/api/addons/operations.js.map +1 -0
  1164. package/dist/react-native/api/addons/options.d.ts +18 -0
  1165. package/dist/react-native/api/addons/options.d.ts.map +1 -0
  1166. package/dist/react-native/api/addons/options.js +4 -0
  1167. package/dist/react-native/api/addons/options.js.map +1 -0
  1168. package/dist/react-native/api/authorizations/index.d.ts +3 -0
  1169. package/dist/react-native/api/authorizations/index.d.ts.map +1 -0
  1170. package/dist/react-native/api/authorizations/index.js +4 -0
  1171. package/dist/react-native/api/authorizations/index.js.map +1 -0
  1172. package/dist/react-native/api/authorizations/operations.d.ts +28 -0
  1173. package/dist/react-native/api/authorizations/operations.d.ts.map +1 -0
  1174. package/dist/react-native/api/authorizations/operations.js +127 -0
  1175. package/dist/react-native/api/authorizations/operations.js.map +1 -0
  1176. package/dist/react-native/api/authorizations/options.d.ts +18 -0
  1177. package/dist/react-native/api/authorizations/options.d.ts.map +1 -0
  1178. package/dist/react-native/api/authorizations/options.js +4 -0
  1179. package/dist/react-native/api/authorizations/options.js.map +1 -0
  1180. package/dist/react-native/api/azureVMwareSolutionAPIContext.d.ts +17 -0
  1181. package/dist/react-native/api/azureVMwareSolutionAPIContext.d.ts.map +1 -0
  1182. package/dist/react-native/api/azureVMwareSolutionAPIContext.js +35 -0
  1183. package/dist/react-native/api/azureVMwareSolutionAPIContext.js.map +1 -0
  1184. package/dist/react-native/api/cloudLinks/index.d.ts +3 -0
  1185. package/dist/react-native/api/cloudLinks/index.d.ts.map +1 -0
  1186. package/dist/react-native/api/cloudLinks/index.js +4 -0
  1187. package/dist/react-native/api/cloudLinks/index.js.map +1 -0
  1188. package/dist/react-native/api/cloudLinks/operations.d.ts +28 -0
  1189. package/dist/react-native/api/cloudLinks/operations.d.ts.map +1 -0
  1190. package/dist/react-native/api/cloudLinks/operations.js +127 -0
  1191. package/dist/react-native/api/cloudLinks/operations.js.map +1 -0
  1192. package/dist/react-native/api/cloudLinks/options.d.ts +18 -0
  1193. package/dist/react-native/api/cloudLinks/options.d.ts.map +1 -0
  1194. package/dist/react-native/api/cloudLinks/options.js +4 -0
  1195. package/dist/react-native/api/cloudLinks/options.js.map +1 -0
  1196. package/dist/react-native/api/clusters/index.d.ts +3 -0
  1197. package/dist/react-native/api/clusters/index.d.ts.map +1 -0
  1198. package/dist/react-native/api/clusters/index.js +4 -0
  1199. package/dist/react-native/api/clusters/index.js.map +1 -0
  1200. package/dist/react-native/api/clusters/operations.d.ts +36 -0
  1201. package/dist/react-native/api/clusters/operations.d.ts.map +1 -0
  1202. package/dist/react-native/api/clusters/operations.js +185 -0
  1203. package/dist/react-native/api/clusters/operations.js.map +1 -0
  1204. package/dist/react-native/api/clusters/options.d.ts +26 -0
  1205. package/dist/react-native/api/clusters/options.d.ts.map +1 -0
  1206. package/dist/react-native/api/clusters/options.js +4 -0
  1207. package/dist/react-native/api/clusters/options.js.map +1 -0
  1208. package/dist/react-native/api/datastores/index.d.ts +3 -0
  1209. package/dist/react-native/api/datastores/index.d.ts.map +1 -0
  1210. package/dist/react-native/api/datastores/index.js +4 -0
  1211. package/dist/react-native/api/datastores/index.js.map +1 -0
  1212. package/dist/react-native/api/datastores/operations.d.ts +28 -0
  1213. package/dist/react-native/api/datastores/operations.d.ts.map +1 -0
  1214. package/dist/react-native/api/datastores/operations.js +131 -0
  1215. package/dist/react-native/api/datastores/operations.js.map +1 -0
  1216. package/dist/react-native/api/datastores/options.d.ts +18 -0
  1217. package/dist/react-native/api/datastores/options.d.ts.map +1 -0
  1218. package/dist/react-native/api/datastores/options.js +4 -0
  1219. package/dist/react-native/api/datastores/options.js.map +1 -0
  1220. package/dist/react-native/api/globalReachConnections/index.d.ts +3 -0
  1221. package/dist/react-native/api/globalReachConnections/index.d.ts.map +1 -0
  1222. package/dist/react-native/api/globalReachConnections/index.js +4 -0
  1223. package/dist/react-native/api/globalReachConnections/index.js.map +1 -0
  1224. package/dist/react-native/api/globalReachConnections/operations.d.ts +28 -0
  1225. package/dist/react-native/api/globalReachConnections/operations.d.ts.map +1 -0
  1226. package/dist/react-native/api/globalReachConnections/operations.js +131 -0
  1227. package/dist/react-native/api/globalReachConnections/operations.js.map +1 -0
  1228. package/dist/react-native/api/globalReachConnections/options.d.ts +18 -0
  1229. package/dist/react-native/api/globalReachConnections/options.d.ts.map +1 -0
  1230. package/dist/react-native/api/globalReachConnections/options.js +4 -0
  1231. package/dist/react-native/api/globalReachConnections/options.js.map +1 -0
  1232. package/dist/react-native/api/hcxEnterpriseSites/index.d.ts +3 -0
  1233. package/dist/react-native/api/hcxEnterpriseSites/index.d.ts.map +1 -0
  1234. package/dist/react-native/api/hcxEnterpriseSites/index.js +4 -0
  1235. package/dist/react-native/api/hcxEnterpriseSites/index.js.map +1 -0
  1236. package/dist/react-native/api/hcxEnterpriseSites/operations.d.ts +27 -0
  1237. package/dist/react-native/api/hcxEnterpriseSites/operations.d.ts.map +1 -0
  1238. package/dist/react-native/api/hcxEnterpriseSites/operations.js +122 -0
  1239. package/dist/react-native/api/hcxEnterpriseSites/operations.js.map +1 -0
  1240. package/dist/react-native/api/hcxEnterpriseSites/options.d.ts +14 -0
  1241. package/dist/react-native/api/hcxEnterpriseSites/options.d.ts.map +1 -0
  1242. package/dist/react-native/api/hcxEnterpriseSites/options.js +4 -0
  1243. package/dist/react-native/api/hcxEnterpriseSites/options.js.map +1 -0
  1244. package/dist/react-native/api/hosts/index.d.ts +3 -0
  1245. package/dist/react-native/api/hosts/index.d.ts.map +1 -0
  1246. package/dist/react-native/api/hosts/index.js +4 -0
  1247. package/dist/react-native/api/hosts/index.js.map +1 -0
  1248. package/dist/react-native/api/hosts/operations.d.ts +14 -0
  1249. package/dist/react-native/api/hosts/operations.d.ts.map +1 -0
  1250. package/dist/react-native/api/hosts/operations.js +61 -0
  1251. package/dist/react-native/api/hosts/operations.js.map +1 -0
  1252. package/dist/react-native/api/hosts/options.d.ts +8 -0
  1253. package/dist/react-native/api/hosts/options.d.ts.map +1 -0
  1254. package/dist/react-native/api/hosts/options.js +4 -0
  1255. package/dist/react-native/api/hosts/options.js.map +1 -0
  1256. package/dist/react-native/api/index.d.ts +2 -0
  1257. package/dist/react-native/api/index.d.ts.map +1 -0
  1258. package/dist/react-native/api/index.js +4 -0
  1259. package/dist/react-native/api/index.js.map +1 -0
  1260. package/dist/react-native/api/iscsiPaths/index.d.ts +3 -0
  1261. package/dist/react-native/api/iscsiPaths/index.d.ts.map +1 -0
  1262. package/dist/react-native/api/iscsiPaths/index.js +4 -0
  1263. package/dist/react-native/api/iscsiPaths/index.js.map +1 -0
  1264. package/dist/react-native/api/iscsiPaths/operations.d.ts +28 -0
  1265. package/dist/react-native/api/iscsiPaths/operations.d.ts.map +1 -0
  1266. package/dist/react-native/api/iscsiPaths/operations.js +124 -0
  1267. package/dist/react-native/api/iscsiPaths/operations.js.map +1 -0
  1268. package/dist/react-native/api/iscsiPaths/options.d.ts +18 -0
  1269. package/dist/react-native/api/iscsiPaths/options.d.ts.map +1 -0
  1270. package/dist/react-native/api/iscsiPaths/options.js +4 -0
  1271. package/dist/react-native/api/iscsiPaths/options.js.map +1 -0
  1272. package/dist/react-native/api/locations/index.d.ts +3 -0
  1273. package/dist/react-native/api/locations/index.d.ts.map +1 -0
  1274. package/dist/react-native/api/locations/index.js +4 -0
  1275. package/dist/react-native/api/locations/index.js.map +1 -0
  1276. package/dist/react-native/api/locations/operations.d.ts +13 -0
  1277. package/dist/react-native/api/locations/operations.d.ts.map +1 -0
  1278. package/dist/react-native/api/locations/operations.js +64 -0
  1279. package/dist/react-native/api/locations/operations.js.map +1 -0
  1280. package/dist/react-native/api/locations/options.d.ts +11 -0
  1281. package/dist/react-native/api/locations/options.d.ts.map +1 -0
  1282. package/dist/react-native/api/locations/options.js +4 -0
  1283. package/dist/react-native/api/locations/options.js.map +1 -0
  1284. package/dist/react-native/api/operations/index.d.ts +3 -0
  1285. package/dist/react-native/api/operations/index.d.ts.map +1 -0
  1286. package/dist/react-native/api/operations/index.js +4 -0
  1287. package/dist/react-native/api/operations/index.js.map +1 -0
  1288. package/dist/react-native/api/operations/operations.d.ts +10 -0
  1289. package/dist/react-native/api/operations/operations.d.ts.map +1 -0
  1290. package/dist/react-native/api/operations/operations.js +29 -0
  1291. package/dist/react-native/api/operations/operations.js.map +1 -0
  1292. package/dist/react-native/api/operations/options.d.ts +5 -0
  1293. package/dist/react-native/api/operations/options.d.ts.map +1 -0
  1294. package/dist/react-native/api/operations/options.js +4 -0
  1295. package/dist/react-native/api/operations/options.js.map +1 -0
  1296. package/dist/react-native/api/placementPolicies/index.d.ts +3 -0
  1297. package/dist/react-native/api/placementPolicies/index.d.ts.map +1 -0
  1298. package/dist/react-native/api/placementPolicies/index.js +4 -0
  1299. package/dist/react-native/api/placementPolicies/index.js.map +1 -0
  1300. package/dist/react-native/api/placementPolicies/operations.d.ts +32 -0
  1301. package/dist/react-native/api/placementPolicies/operations.d.ts.map +1 -0
  1302. package/dist/react-native/api/placementPolicies/operations.js +167 -0
  1303. package/dist/react-native/api/placementPolicies/operations.js.map +1 -0
  1304. package/dist/react-native/api/placementPolicies/options.d.ts +23 -0
  1305. package/dist/react-native/api/placementPolicies/options.d.ts.map +1 -0
  1306. package/dist/react-native/api/placementPolicies/options.js +4 -0
  1307. package/dist/react-native/api/placementPolicies/options.js.map +1 -0
  1308. package/dist/react-native/api/privateClouds/index.d.ts +3 -0
  1309. package/dist/react-native/api/privateClouds/index.d.ts.map +1 -0
  1310. package/dist/react-native/api/privateClouds/index.js +4 -0
  1311. package/dist/react-native/api/privateClouds/index.js.map +1 -0
  1312. package/dist/react-native/api/privateClouds/operations.d.ts +48 -0
  1313. package/dist/react-native/api/privateClouds/operations.d.ts.map +1 -0
  1314. package/dist/react-native/api/privateClouds/operations.js +278 -0
  1315. package/dist/react-native/api/privateClouds/operations.js.map +1 -0
  1316. package/dist/react-native/api/privateClouds/options.d.ts +39 -0
  1317. package/dist/react-native/api/privateClouds/options.d.ts.map +1 -0
  1318. package/dist/react-native/api/privateClouds/options.js +4 -0
  1319. package/dist/react-native/api/privateClouds/options.js.map +1 -0
  1320. package/dist/react-native/api/provisionedNetworks/index.d.ts +3 -0
  1321. package/dist/react-native/api/provisionedNetworks/index.d.ts.map +1 -0
  1322. package/dist/react-native/api/provisionedNetworks/index.js +4 -0
  1323. package/dist/react-native/api/provisionedNetworks/index.js.map +1 -0
  1324. package/dist/react-native/api/provisionedNetworks/operations.d.ts +14 -0
  1325. package/dist/react-native/api/provisionedNetworks/operations.d.ts.map +1 -0
  1326. package/dist/react-native/api/provisionedNetworks/operations.js +59 -0
  1327. package/dist/react-native/api/provisionedNetworks/operations.js.map +1 -0
  1328. package/dist/react-native/api/provisionedNetworks/options.d.ts +8 -0
  1329. package/dist/react-native/api/provisionedNetworks/options.d.ts.map +1 -0
  1330. package/dist/react-native/api/provisionedNetworks/options.js +4 -0
  1331. package/dist/react-native/api/provisionedNetworks/options.js.map +1 -0
  1332. package/dist/react-native/api/pureStoragePolicies/index.d.ts +3 -0
  1333. package/dist/react-native/api/pureStoragePolicies/index.d.ts.map +1 -0
  1334. package/dist/react-native/api/pureStoragePolicies/index.js +4 -0
  1335. package/dist/react-native/api/pureStoragePolicies/index.js.map +1 -0
  1336. package/dist/react-native/api/pureStoragePolicies/operations.d.ts +28 -0
  1337. package/dist/react-native/api/pureStoragePolicies/operations.d.ts.map +1 -0
  1338. package/dist/react-native/api/pureStoragePolicies/operations.js +131 -0
  1339. package/dist/react-native/api/pureStoragePolicies/operations.js.map +1 -0
  1340. package/dist/react-native/api/pureStoragePolicies/options.d.ts +18 -0
  1341. package/dist/react-native/api/pureStoragePolicies/options.d.ts.map +1 -0
  1342. package/dist/react-native/api/pureStoragePolicies/options.js +4 -0
  1343. package/dist/react-native/api/pureStoragePolicies/options.js.map +1 -0
  1344. package/dist/react-native/api/scriptCmdlets/index.d.ts +3 -0
  1345. package/dist/react-native/api/scriptCmdlets/index.d.ts.map +1 -0
  1346. package/dist/react-native/api/scriptCmdlets/index.js +4 -0
  1347. package/dist/react-native/api/scriptCmdlets/index.js.map +1 -0
  1348. package/dist/react-native/api/scriptCmdlets/operations.d.ts +14 -0
  1349. package/dist/react-native/api/scriptCmdlets/operations.d.ts.map +1 -0
  1350. package/dist/react-native/api/scriptCmdlets/operations.js +61 -0
  1351. package/dist/react-native/api/scriptCmdlets/operations.js.map +1 -0
  1352. package/dist/react-native/api/scriptCmdlets/options.d.ts +8 -0
  1353. package/dist/react-native/api/scriptCmdlets/options.d.ts.map +1 -0
  1354. package/dist/react-native/api/scriptCmdlets/options.js +4 -0
  1355. package/dist/react-native/api/scriptCmdlets/options.js.map +1 -0
  1356. package/dist/react-native/api/scriptExecutions/index.d.ts +3 -0
  1357. package/dist/react-native/api/scriptExecutions/index.d.ts.map +1 -0
  1358. package/dist/react-native/api/scriptExecutions/index.js +4 -0
  1359. package/dist/react-native/api/scriptExecutions/index.js.map +1 -0
  1360. package/dist/react-native/api/scriptExecutions/operations.d.ts +32 -0
  1361. package/dist/react-native/api/scriptExecutions/operations.d.ts.map +1 -0
  1362. package/dist/react-native/api/scriptExecutions/operations.js +166 -0
  1363. package/dist/react-native/api/scriptExecutions/operations.js.map +1 -0
  1364. package/dist/react-native/api/scriptExecutions/options.d.ts +24 -0
  1365. package/dist/react-native/api/scriptExecutions/options.d.ts.map +1 -0
  1366. package/dist/react-native/api/scriptExecutions/options.js +4 -0
  1367. package/dist/react-native/api/scriptExecutions/options.js.map +1 -0
  1368. package/dist/react-native/api/scriptPackages/index.d.ts +3 -0
  1369. package/dist/react-native/api/scriptPackages/index.d.ts.map +1 -0
  1370. package/dist/react-native/api/scriptPackages/index.js +4 -0
  1371. package/dist/react-native/api/scriptPackages/index.js.map +1 -0
  1372. package/dist/react-native/api/scriptPackages/operations.d.ts +14 -0
  1373. package/dist/react-native/api/scriptPackages/operations.d.ts.map +1 -0
  1374. package/dist/react-native/api/scriptPackages/operations.js +59 -0
  1375. package/dist/react-native/api/scriptPackages/operations.js.map +1 -0
  1376. package/dist/react-native/api/scriptPackages/options.d.ts +8 -0
  1377. package/dist/react-native/api/scriptPackages/options.d.ts.map +1 -0
  1378. package/dist/react-native/api/scriptPackages/options.js +4 -0
  1379. package/dist/react-native/api/scriptPackages/options.js.map +1 -0
  1380. package/dist/react-native/api/skus/index.d.ts +3 -0
  1381. package/dist/react-native/api/skus/index.d.ts.map +1 -0
  1382. package/dist/react-native/api/skus/index.js +4 -0
  1383. package/dist/react-native/api/skus/index.js.map +1 -0
  1384. package/dist/react-native/api/skus/operations.d.ts +10 -0
  1385. package/dist/react-native/api/skus/operations.d.ts.map +1 -0
  1386. package/dist/react-native/api/skus/operations.js +30 -0
  1387. package/dist/react-native/api/skus/operations.js.map +1 -0
  1388. package/dist/react-native/api/skus/options.d.ts +5 -0
  1389. package/dist/react-native/api/skus/options.d.ts.map +1 -0
  1390. package/dist/react-native/api/skus/options.js +4 -0
  1391. package/dist/react-native/api/skus/options.js.map +1 -0
  1392. package/dist/react-native/api/virtualMachines/index.d.ts +3 -0
  1393. package/dist/react-native/api/virtualMachines/index.d.ts.map +1 -0
  1394. package/dist/react-native/api/virtualMachines/index.js +4 -0
  1395. package/dist/react-native/api/virtualMachines/index.js.map +1 -0
  1396. package/dist/react-native/api/virtualMachines/operations.d.ts +19 -0
  1397. package/dist/react-native/api/virtualMachines/operations.d.ts.map +1 -0
  1398. package/dist/react-native/api/virtualMachines/operations.js +98 -0
  1399. package/dist/react-native/api/virtualMachines/operations.js.map +1 -0
  1400. package/dist/react-native/api/virtualMachines/options.d.ts +13 -0
  1401. package/dist/react-native/api/virtualMachines/options.d.ts.map +1 -0
  1402. package/dist/react-native/api/virtualMachines/options.js +4 -0
  1403. package/dist/react-native/api/virtualMachines/options.js.map +1 -0
  1404. package/dist/react-native/api/workloadNetworks/index.d.ts +3 -0
  1405. package/dist/react-native/api/workloadNetworks/index.d.ts.map +1 -0
  1406. package/dist/react-native/api/workloadNetworks/index.js +4 -0
  1407. package/dist/react-native/api/workloadNetworks/index.js.map +1 -0
  1408. package/dist/react-native/api/workloadNetworks/operations.d.ts +167 -0
  1409. package/dist/react-native/api/workloadNetworks/operations.d.ts.map +1 -0
  1410. package/dist/react-native/api/workloadNetworks/operations.js +1207 -0
  1411. package/dist/react-native/api/workloadNetworks/operations.js.map +1 -0
  1412. package/dist/react-native/api/workloadNetworks/options.d.ts +162 -0
  1413. package/dist/react-native/api/workloadNetworks/options.d.ts.map +1 -0
  1414. package/dist/react-native/api/workloadNetworks/options.js +4 -0
  1415. package/dist/react-native/api/workloadNetworks/options.js.map +1 -0
  1416. package/dist/react-native/azureVMwareSolutionAPI.d.ts +72 -34
  1417. package/dist/react-native/azureVMwareSolutionAPI.d.ts.map +1 -1
  1418. package/dist/react-native/azureVMwareSolutionAPI.js +54 -110
  1419. package/dist/react-native/azureVMwareSolutionAPI.js.map +1 -1
  1420. package/dist/react-native/classic/addons/index.d.ts +23 -0
  1421. package/dist/react-native/classic/addons/index.d.ts.map +1 -0
  1422. package/dist/react-native/classic/addons/index.js +15 -0
  1423. package/dist/react-native/classic/addons/index.js.map +1 -0
  1424. package/dist/react-native/classic/authorizations/index.d.ts +23 -0
  1425. package/dist/react-native/classic/authorizations/index.d.ts.map +1 -0
  1426. package/dist/react-native/classic/authorizations/index.js +15 -0
  1427. package/dist/react-native/classic/authorizations/index.js.map +1 -0
  1428. package/dist/react-native/classic/cloudLinks/index.d.ts +23 -0
  1429. package/dist/react-native/classic/cloudLinks/index.d.ts.map +1 -0
  1430. package/dist/react-native/classic/cloudLinks/index.js +15 -0
  1431. package/dist/react-native/classic/cloudLinks/index.js.map +1 -0
  1432. package/dist/react-native/classic/clusters/index.d.ts +27 -0
  1433. package/dist/react-native/classic/clusters/index.d.ts.map +1 -0
  1434. package/dist/react-native/classic/clusters/index.js +17 -0
  1435. package/dist/react-native/classic/clusters/index.js.map +1 -0
  1436. package/dist/react-native/classic/datastores/index.d.ts +23 -0
  1437. package/dist/react-native/classic/datastores/index.d.ts.map +1 -0
  1438. package/dist/react-native/classic/datastores/index.js +15 -0
  1439. package/dist/react-native/classic/datastores/index.js.map +1 -0
  1440. package/dist/react-native/classic/globalReachConnections/index.d.ts +23 -0
  1441. package/dist/react-native/classic/globalReachConnections/index.d.ts.map +1 -0
  1442. package/dist/react-native/classic/globalReachConnections/index.js +15 -0
  1443. package/dist/react-native/classic/globalReachConnections/index.js.map +1 -0
  1444. package/dist/react-native/classic/hcxEnterpriseSites/index.d.ts +22 -0
  1445. package/dist/react-native/classic/hcxEnterpriseSites/index.d.ts.map +1 -0
  1446. package/dist/react-native/classic/hcxEnterpriseSites/index.js +15 -0
  1447. package/dist/react-native/classic/hcxEnterpriseSites/index.js.map +1 -0
  1448. package/dist/react-native/classic/hosts/index.d.ts +13 -0
  1449. package/dist/react-native/classic/hosts/index.d.ts.map +1 -0
  1450. package/dist/react-native/classic/hosts/index.js +13 -0
  1451. package/dist/react-native/classic/hosts/index.js.map +1 -0
  1452. package/dist/react-native/classic/index.d.ts +22 -0
  1453. package/dist/react-native/classic/index.d.ts.map +1 -0
  1454. package/dist/react-native/classic/index.js +4 -0
  1455. package/dist/react-native/classic/index.js.map +1 -0
  1456. package/dist/react-native/classic/iscsiPaths/index.d.ts +23 -0
  1457. package/dist/react-native/classic/iscsiPaths/index.d.ts.map +1 -0
  1458. package/dist/react-native/classic/iscsiPaths/index.js +15 -0
  1459. package/dist/react-native/classic/iscsiPaths/index.js.map +1 -0
  1460. package/dist/react-native/classic/locations/index.d.ts +12 -0
  1461. package/dist/react-native/classic/locations/index.d.ts.map +1 -0
  1462. package/dist/react-native/classic/locations/index.js +13 -0
  1463. package/dist/react-native/classic/locations/index.js.map +1 -0
  1464. package/dist/react-native/classic/operations/index.d.ts +11 -0
  1465. package/dist/react-native/classic/operations/index.d.ts.map +1 -0
  1466. package/dist/react-native/classic/operations/index.js +12 -0
  1467. package/dist/react-native/classic/operations/index.js.map +1 -0
  1468. package/dist/react-native/classic/placementPolicies/index.d.ts +25 -0
  1469. package/dist/react-native/classic/placementPolicies/index.d.ts.map +1 -0
  1470. package/dist/react-native/classic/placementPolicies/index.js +16 -0
  1471. package/dist/react-native/classic/placementPolicies/index.js.map +1 -0
  1472. package/dist/react-native/classic/privateClouds/index.d.ts +33 -0
  1473. package/dist/react-native/classic/privateClouds/index.d.ts.map +1 -0
  1474. package/dist/react-native/classic/privateClouds/index.js +20 -0
  1475. package/dist/react-native/classic/privateClouds/index.js.map +1 -0
  1476. package/dist/react-native/classic/provisionedNetworks/index.d.ts +13 -0
  1477. package/dist/react-native/classic/provisionedNetworks/index.d.ts.map +1 -0
  1478. package/dist/react-native/classic/provisionedNetworks/index.js +13 -0
  1479. package/dist/react-native/classic/provisionedNetworks/index.js.map +1 -0
  1480. package/dist/react-native/classic/pureStoragePolicies/index.d.ts +23 -0
  1481. package/dist/react-native/classic/pureStoragePolicies/index.d.ts.map +1 -0
  1482. package/dist/react-native/classic/pureStoragePolicies/index.js +15 -0
  1483. package/dist/react-native/classic/pureStoragePolicies/index.js.map +1 -0
  1484. package/dist/react-native/classic/scriptCmdlets/index.d.ts +13 -0
  1485. package/dist/react-native/classic/scriptCmdlets/index.d.ts.map +1 -0
  1486. package/dist/react-native/classic/scriptCmdlets/index.js +13 -0
  1487. package/dist/react-native/classic/scriptCmdlets/index.js.map +1 -0
  1488. package/dist/react-native/classic/scriptExecutions/index.d.ts +25 -0
  1489. package/dist/react-native/classic/scriptExecutions/index.d.ts.map +1 -0
  1490. package/dist/react-native/classic/scriptExecutions/index.js +16 -0
  1491. package/dist/react-native/classic/scriptExecutions/index.js.map +1 -0
  1492. package/dist/react-native/classic/scriptPackages/index.d.ts +13 -0
  1493. package/dist/react-native/classic/scriptPackages/index.d.ts.map +1 -0
  1494. package/dist/react-native/classic/scriptPackages/index.js +13 -0
  1495. package/dist/react-native/classic/scriptPackages/index.js.map +1 -0
  1496. package/dist/react-native/classic/skus/index.d.ts +11 -0
  1497. package/dist/react-native/classic/skus/index.d.ts.map +1 -0
  1498. package/dist/react-native/classic/skus/index.js +12 -0
  1499. package/dist/react-native/classic/skus/index.js.map +1 -0
  1500. package/dist/react-native/classic/virtualMachines/index.d.ts +16 -0
  1501. package/dist/react-native/classic/virtualMachines/index.d.ts.map +1 -0
  1502. package/dist/react-native/classic/virtualMachines/index.js +14 -0
  1503. package/dist/react-native/classic/virtualMachines/index.js.map +1 -0
  1504. package/dist/react-native/classic/workloadNetworks/index.d.ts +90 -0
  1505. package/dist/react-native/classic/workloadNetworks/index.d.ts.map +1 -0
  1506. package/dist/react-native/classic/workloadNetworks/index.js +51 -0
  1507. package/dist/react-native/classic/workloadNetworks/index.js.map +1 -0
  1508. package/dist/react-native/index.d.ts +27 -3
  1509. package/dist/react-native/index.d.ts.map +1 -1
  1510. package/dist/react-native/index.js +4 -11
  1511. package/dist/react-native/index.js.map +1 -1
  1512. package/dist/react-native/logger.d.ts +2 -0
  1513. package/dist/react-native/logger.d.ts.map +1 -0
  1514. package/dist/react-native/logger.js +5 -0
  1515. package/dist/react-native/logger.js.map +1 -0
  1516. package/dist/react-native/models/index.d.ts +1 -3813
  1517. package/dist/react-native/models/index.d.ts.map +1 -1
  1518. package/dist/react-native/models/index.js +3 -713
  1519. package/dist/react-native/models/index.js.map +1 -1
  1520. package/dist/react-native/models/models.d.ts +3091 -0
  1521. package/dist/react-native/models/models.d.ts.map +1 -0
  1522. package/dist/react-native/models/models.js +3154 -0
  1523. package/dist/react-native/models/models.js.map +1 -0
  1524. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  1525. package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
  1526. package/dist/react-native/restorePollerHelpers.js +284 -0
  1527. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  1528. package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
  1529. package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
  1530. package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
  1531. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  1532. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  1533. package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
  1534. package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
  1535. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  1536. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  1537. package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
  1538. package/dist/react-native/static-helpers/urlTemplate.js +169 -0
  1539. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  1540. package/package.json +509 -68
  1541. package/review/arm-avs-api-addons.api.md +44 -0
  1542. package/review/arm-avs-api-authorizations.api.md +44 -0
  1543. package/review/arm-avs-api-cloudLinks.api.md +44 -0
  1544. package/review/arm-avs-api-clusters.api.md +59 -0
  1545. package/review/arm-avs-api-datastores.api.md +44 -0
  1546. package/review/arm-avs-api-globalReachConnections.api.md +44 -0
  1547. package/review/arm-avs-api-hcxEnterpriseSites.api.md +40 -0
  1548. package/review/arm-avs-api-hosts.api.md +26 -0
  1549. package/review/arm-avs-api-iscsiPaths.api.md +44 -0
  1550. package/review/arm-avs-api-locations.api.md +27 -0
  1551. package/review/arm-avs-api-operations.api.md +19 -0
  1552. package/review/arm-avs-api-placementPolicies.api.md +52 -0
  1553. package/review/arm-avs-api-privateClouds.api.md +82 -0
  1554. package/review/arm-avs-api-provisionedNetworks.api.md +26 -0
  1555. package/review/arm-avs-api-pureStoragePolicies.api.md +44 -0
  1556. package/review/arm-avs-api-scriptCmdlets.api.md +26 -0
  1557. package/review/arm-avs-api-scriptExecutions.api.md +52 -0
  1558. package/review/arm-avs-api-scriptPackages.api.md +26 -0
  1559. package/review/arm-avs-api-skus.api.md +19 -0
  1560. package/review/arm-avs-api-virtualMachines.api.md +36 -0
  1561. package/review/arm-avs-api-workloadNetworks.api.md +314 -0
  1562. package/review/arm-avs-api.api.md +27 -0
  1563. package/review/arm-avs-models.api.md +1607 -0
  1564. package/review/arm-avs.api.md +676 -1210
  1565. package/dist/browser/lroImpl.d.ts +0 -11
  1566. package/dist/browser/lroImpl.d.ts.map +0 -1
  1567. package/dist/browser/lroImpl.js +0 -14
  1568. package/dist/browser/lroImpl.js.map +0 -1
  1569. package/dist/browser/models/mappers.d.ts +0 -162
  1570. package/dist/browser/models/mappers.d.ts.map +0 -1
  1571. package/dist/browser/models/mappers.js +0 -3978
  1572. package/dist/browser/models/mappers.js.map +0 -1
  1573. package/dist/browser/models/parameters.d.ts +0 -55
  1574. package/dist/browser/models/parameters.d.ts.map +0 -1
  1575. package/dist/browser/models/parameters.js +0 -480
  1576. package/dist/browser/models/parameters.js.map +0 -1
  1577. package/dist/browser/operations/addons.d.ts +0 -81
  1578. package/dist/browser/operations/addons.d.ts.map +0 -1
  1579. package/dist/browser/operations/addons.js +0 -350
  1580. package/dist/browser/operations/addons.js.map +0 -1
  1581. package/dist/browser/operations/authorizations.d.ts +0 -81
  1582. package/dist/browser/operations/authorizations.d.ts.map +0 -1
  1583. package/dist/browser/operations/authorizations.js +0 -356
  1584. package/dist/browser/operations/authorizations.js.map +0 -1
  1585. package/dist/browser/operations/cloudLinks.d.ts +0 -81
  1586. package/dist/browser/operations/cloudLinks.d.ts.map +0 -1
  1587. package/dist/browser/operations/cloudLinks.js +0 -356
  1588. package/dist/browser/operations/cloudLinks.js.map +0 -1
  1589. package/dist/browser/operations/clusters.d.ts +0 -107
  1590. package/dist/browser/operations/clusters.d.ts.map +0 -1
  1591. package/dist/browser/operations/clusters.js +0 -483
  1592. package/dist/browser/operations/clusters.js.map +0 -1
  1593. package/dist/browser/operations/datastores.d.ts +0 -89
  1594. package/dist/browser/operations/datastores.d.ts.map +0 -1
  1595. package/dist/browser/operations/datastores.js +0 -382
  1596. package/dist/browser/operations/datastores.js.map +0 -1
  1597. package/dist/browser/operations/globalReachConnections.d.ts +0 -81
  1598. package/dist/browser/operations/globalReachConnections.d.ts.map +0 -1
  1599. package/dist/browser/operations/globalReachConnections.js +0 -366
  1600. package/dist/browser/operations/globalReachConnections.js.map +0 -1
  1601. package/dist/browser/operations/hcxEnterpriseSites.d.ts +0 -63
  1602. package/dist/browser/operations/hcxEnterpriseSites.d.ts.map +0 -1
  1603. package/dist/browser/operations/hcxEnterpriseSites.js +0 -257
  1604. package/dist/browser/operations/hcxEnterpriseSites.js.map +0 -1
  1605. package/dist/browser/operations/index.d.ts +0 -18
  1606. package/dist/browser/operations/index.d.ts.map +0 -1
  1607. package/dist/browser/operations/index.js +0 -25
  1608. package/dist/browser/operations/index.js.map +0 -1
  1609. package/dist/browser/operations/iscsiPaths.d.ts +0 -76
  1610. package/dist/browser/operations/iscsiPaths.d.ts.map +0 -1
  1611. package/dist/browser/operations/iscsiPaths.js +0 -342
  1612. package/dist/browser/operations/iscsiPaths.js.map +0 -1
  1613. package/dist/browser/operations/locations.d.ts +0 -25
  1614. package/dist/browser/operations/locations.d.ts.map +0 -1
  1615. package/dist/browser/operations/locations.js +0 -81
  1616. package/dist/browser/operations/locations.js.map +0 -1
  1617. package/dist/browser/operations/operations.d.ts +0 -32
  1618. package/dist/browser/operations/operations.d.ts.map +0 -1
  1619. package/dist/browser/operations/operations.js +0 -133
  1620. package/dist/browser/operations/operations.js.map +0 -1
  1621. package/dist/browser/operations/placementPolicies.d.ts +0 -109
  1622. package/dist/browser/operations/placementPolicies.d.ts.map +0 -1
  1623. package/dist/browser/operations/placementPolicies.js +0 -481
  1624. package/dist/browser/operations/placementPolicies.js.map +0 -1
  1625. package/dist/browser/operations/privateClouds.d.ts +0 -142
  1626. package/dist/browser/operations/privateClouds.d.ts.map +0 -1
  1627. package/dist/browser/operations/privateClouds.js +0 -733
  1628. package/dist/browser/operations/privateClouds.js.map +0 -1
  1629. package/dist/browser/operations/scriptCmdlets.d.ts +0 -50
  1630. package/dist/browser/operations/scriptCmdlets.d.ts.map +0 -1
  1631. package/dist/browser/operations/scriptCmdlets.js +0 -201
  1632. package/dist/browser/operations/scriptCmdlets.js.map +0 -1
  1633. package/dist/browser/operations/scriptExecutions.d.ts +0 -89
  1634. package/dist/browser/operations/scriptExecutions.d.ts.map +0 -1
  1635. package/dist/browser/operations/scriptExecutions.js +0 -395
  1636. package/dist/browser/operations/scriptExecutions.js.map +0 -1
  1637. package/dist/browser/operations/scriptPackages.d.ts +0 -46
  1638. package/dist/browser/operations/scriptPackages.d.ts.map +0 -1
  1639. package/dist/browser/operations/scriptPackages.js +0 -182
  1640. package/dist/browser/operations/scriptPackages.js.map +0 -1
  1641. package/dist/browser/operations/virtualMachines.d.ts +0 -71
  1642. package/dist/browser/operations/virtualMachines.d.ts.map +0 -1
  1643. package/dist/browser/operations/virtualMachines.js +0 -296
  1644. package/dist/browser/operations/virtualMachines.js.map +0 -1
  1645. package/dist/browser/operations/workloadNetworks.d.ts +0 -680
  1646. package/dist/browser/operations/workloadNetworks.d.ts.map +0 -1
  1647. package/dist/browser/operations/workloadNetworks.js +0 -3360
  1648. package/dist/browser/operations/workloadNetworks.js.map +0 -1
  1649. package/dist/browser/operationsInterfaces/addons.d.ts +0 -56
  1650. package/dist/browser/operationsInterfaces/addons.d.ts.map +0 -1
  1651. package/dist/browser/operationsInterfaces/addons.js +0 -9
  1652. package/dist/browser/operationsInterfaces/addons.js.map +0 -1
  1653. package/dist/browser/operationsInterfaces/authorizations.d.ts +0 -56
  1654. package/dist/browser/operationsInterfaces/authorizations.d.ts.map +0 -1
  1655. package/dist/browser/operationsInterfaces/authorizations.js +0 -9
  1656. package/dist/browser/operationsInterfaces/authorizations.js.map +0 -1
  1657. package/dist/browser/operationsInterfaces/cloudLinks.d.ts +0 -56
  1658. package/dist/browser/operationsInterfaces/cloudLinks.d.ts.map +0 -1
  1659. package/dist/browser/operationsInterfaces/cloudLinks.js +0 -9
  1660. package/dist/browser/operationsInterfaces/cloudLinks.js.map +0 -1
  1661. package/dist/browser/operationsInterfaces/clusters.d.ts +0 -82
  1662. package/dist/browser/operationsInterfaces/clusters.d.ts.map +0 -1
  1663. package/dist/browser/operationsInterfaces/clusters.js +0 -9
  1664. package/dist/browser/operationsInterfaces/clusters.js.map +0 -1
  1665. package/dist/browser/operationsInterfaces/datastores.d.ts +0 -62
  1666. package/dist/browser/operationsInterfaces/datastores.d.ts.map +0 -1
  1667. package/dist/browser/operationsInterfaces/datastores.js +0 -9
  1668. package/dist/browser/operationsInterfaces/datastores.js.map +0 -1
  1669. package/dist/browser/operationsInterfaces/globalReachConnections.d.ts +0 -56
  1670. package/dist/browser/operationsInterfaces/globalReachConnections.d.ts.map +0 -1
  1671. package/dist/browser/operationsInterfaces/globalReachConnections.js +0 -9
  1672. package/dist/browser/operationsInterfaces/globalReachConnections.js.map +0 -1
  1673. package/dist/browser/operationsInterfaces/hcxEnterpriseSites.d.ts +0 -38
  1674. package/dist/browser/operationsInterfaces/hcxEnterpriseSites.d.ts.map +0 -1
  1675. package/dist/browser/operationsInterfaces/hcxEnterpriseSites.js +0 -9
  1676. package/dist/browser/operationsInterfaces/hcxEnterpriseSites.js.map +0 -1
  1677. package/dist/browser/operationsInterfaces/index.d.ts +0 -18
  1678. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  1679. package/dist/browser/operationsInterfaces/index.js +0 -25
  1680. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  1681. package/dist/browser/operationsInterfaces/iscsiPaths.d.ts +0 -51
  1682. package/dist/browser/operationsInterfaces/iscsiPaths.d.ts.map +0 -1
  1683. package/dist/browser/operationsInterfaces/iscsiPaths.js +0 -9
  1684. package/dist/browser/operationsInterfaces/iscsiPaths.js.map +0 -1
  1685. package/dist/browser/operationsInterfaces/locations.d.ts +0 -17
  1686. package/dist/browser/operationsInterfaces/locations.d.ts.map +0 -1
  1687. package/dist/browser/operationsInterfaces/locations.js +0 -9
  1688. package/dist/browser/operationsInterfaces/locations.js.map +0 -1
  1689. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  1690. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  1691. package/dist/browser/operationsInterfaces/operations.js +0 -9
  1692. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  1693. package/dist/browser/operationsInterfaces/placementPolicies.d.ts +0 -82
  1694. package/dist/browser/operationsInterfaces/placementPolicies.d.ts.map +0 -1
  1695. package/dist/browser/operationsInterfaces/placementPolicies.js +0 -9
  1696. package/dist/browser/operationsInterfaces/placementPolicies.js.map +0 -1
  1697. package/dist/browser/operationsInterfaces/privateClouds.d.ts +0 -106
  1698. package/dist/browser/operationsInterfaces/privateClouds.d.ts.map +0 -1
  1699. package/dist/browser/operationsInterfaces/privateClouds.js +0 -9
  1700. package/dist/browser/operationsInterfaces/privateClouds.js.map +0 -1
  1701. package/dist/browser/operationsInterfaces/scriptCmdlets.d.ts +0 -23
  1702. package/dist/browser/operationsInterfaces/scriptCmdlets.d.ts.map +0 -1
  1703. package/dist/browser/operationsInterfaces/scriptCmdlets.js +0 -9
  1704. package/dist/browser/operationsInterfaces/scriptCmdlets.js.map +0 -1
  1705. package/dist/browser/operationsInterfaces/scriptExecutions.d.ts +0 -64
  1706. package/dist/browser/operationsInterfaces/scriptExecutions.d.ts.map +0 -1
  1707. package/dist/browser/operationsInterfaces/scriptExecutions.js +0 -9
  1708. package/dist/browser/operationsInterfaces/scriptExecutions.js.map +0 -1
  1709. package/dist/browser/operationsInterfaces/scriptPackages.d.ts +0 -21
  1710. package/dist/browser/operationsInterfaces/scriptPackages.d.ts.map +0 -1
  1711. package/dist/browser/operationsInterfaces/scriptPackages.js +0 -9
  1712. package/dist/browser/operationsInterfaces/scriptPackages.js.map +0 -1
  1713. package/dist/browser/operationsInterfaces/virtualMachines.d.ts +0 -44
  1714. package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  1715. package/dist/browser/operationsInterfaces/virtualMachines.js +0 -9
  1716. package/dist/browser/operationsInterfaces/virtualMachines.js.map +0 -1
  1717. package/dist/browser/operationsInterfaces/workloadNetworks.d.ts +0 -502
  1718. package/dist/browser/operationsInterfaces/workloadNetworks.d.ts.map +0 -1
  1719. package/dist/browser/operationsInterfaces/workloadNetworks.js +0 -9
  1720. package/dist/browser/operationsInterfaces/workloadNetworks.js.map +0 -1
  1721. package/dist/browser/pagingHelper.d.ts +0 -13
  1722. package/dist/browser/pagingHelper.d.ts.map +0 -1
  1723. package/dist/browser/pagingHelper.js +0 -32
  1724. package/dist/browser/pagingHelper.js.map +0 -1
  1725. package/dist/commonjs/lroImpl.d.ts +0 -11
  1726. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  1727. package/dist/commonjs/lroImpl.js +0 -17
  1728. package/dist/commonjs/lroImpl.js.map +0 -1
  1729. package/dist/commonjs/models/mappers.d.ts +0 -162
  1730. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  1731. package/dist/commonjs/models/mappers.js +0 -3983
  1732. package/dist/commonjs/models/mappers.js.map +0 -1
  1733. package/dist/commonjs/models/parameters.d.ts +0 -55
  1734. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  1735. package/dist/commonjs/models/parameters.js +0 -484
  1736. package/dist/commonjs/models/parameters.js.map +0 -1
  1737. package/dist/commonjs/operations/addons.d.ts +0 -81
  1738. package/dist/commonjs/operations/addons.d.ts.map +0 -1
  1739. package/dist/commonjs/operations/addons.js +0 -354
  1740. package/dist/commonjs/operations/addons.js.map +0 -1
  1741. package/dist/commonjs/operations/authorizations.d.ts +0 -81
  1742. package/dist/commonjs/operations/authorizations.d.ts.map +0 -1
  1743. package/dist/commonjs/operations/authorizations.js +0 -360
  1744. package/dist/commonjs/operations/authorizations.js.map +0 -1
  1745. package/dist/commonjs/operations/cloudLinks.d.ts +0 -81
  1746. package/dist/commonjs/operations/cloudLinks.d.ts.map +0 -1
  1747. package/dist/commonjs/operations/cloudLinks.js +0 -360
  1748. package/dist/commonjs/operations/cloudLinks.js.map +0 -1
  1749. package/dist/commonjs/operations/clusters.d.ts +0 -107
  1750. package/dist/commonjs/operations/clusters.d.ts.map +0 -1
  1751. package/dist/commonjs/operations/clusters.js +0 -487
  1752. package/dist/commonjs/operations/clusters.js.map +0 -1
  1753. package/dist/commonjs/operations/datastores.d.ts +0 -89
  1754. package/dist/commonjs/operations/datastores.d.ts.map +0 -1
  1755. package/dist/commonjs/operations/datastores.js +0 -386
  1756. package/dist/commonjs/operations/datastores.js.map +0 -1
  1757. package/dist/commonjs/operations/globalReachConnections.d.ts +0 -81
  1758. package/dist/commonjs/operations/globalReachConnections.d.ts.map +0 -1
  1759. package/dist/commonjs/operations/globalReachConnections.js +0 -370
  1760. package/dist/commonjs/operations/globalReachConnections.js.map +0 -1
  1761. package/dist/commonjs/operations/hcxEnterpriseSites.d.ts +0 -63
  1762. package/dist/commonjs/operations/hcxEnterpriseSites.d.ts.map +0 -1
  1763. package/dist/commonjs/operations/hcxEnterpriseSites.js +0 -261
  1764. package/dist/commonjs/operations/hcxEnterpriseSites.js.map +0 -1
  1765. package/dist/commonjs/operations/index.d.ts +0 -18
  1766. package/dist/commonjs/operations/index.d.ts.map +0 -1
  1767. package/dist/commonjs/operations/index.js +0 -28
  1768. package/dist/commonjs/operations/index.js.map +0 -1
  1769. package/dist/commonjs/operations/iscsiPaths.d.ts +0 -76
  1770. package/dist/commonjs/operations/iscsiPaths.d.ts.map +0 -1
  1771. package/dist/commonjs/operations/iscsiPaths.js +0 -346
  1772. package/dist/commonjs/operations/iscsiPaths.js.map +0 -1
  1773. package/dist/commonjs/operations/locations.d.ts +0 -25
  1774. package/dist/commonjs/operations/locations.d.ts.map +0 -1
  1775. package/dist/commonjs/operations/locations.js +0 -86
  1776. package/dist/commonjs/operations/locations.js.map +0 -1
  1777. package/dist/commonjs/operations/operations.d.ts +0 -32
  1778. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  1779. package/dist/commonjs/operations/operations.js +0 -137
  1780. package/dist/commonjs/operations/operations.js.map +0 -1
  1781. package/dist/commonjs/operations/placementPolicies.d.ts +0 -109
  1782. package/dist/commonjs/operations/placementPolicies.d.ts.map +0 -1
  1783. package/dist/commonjs/operations/placementPolicies.js +0 -485
  1784. package/dist/commonjs/operations/placementPolicies.js.map +0 -1
  1785. package/dist/commonjs/operations/privateClouds.d.ts +0 -142
  1786. package/dist/commonjs/operations/privateClouds.d.ts.map +0 -1
  1787. package/dist/commonjs/operations/privateClouds.js +0 -737
  1788. package/dist/commonjs/operations/privateClouds.js.map +0 -1
  1789. package/dist/commonjs/operations/scriptCmdlets.d.ts +0 -50
  1790. package/dist/commonjs/operations/scriptCmdlets.d.ts.map +0 -1
  1791. package/dist/commonjs/operations/scriptCmdlets.js +0 -205
  1792. package/dist/commonjs/operations/scriptCmdlets.js.map +0 -1
  1793. package/dist/commonjs/operations/scriptExecutions.d.ts +0 -89
  1794. package/dist/commonjs/operations/scriptExecutions.d.ts.map +0 -1
  1795. package/dist/commonjs/operations/scriptExecutions.js +0 -399
  1796. package/dist/commonjs/operations/scriptExecutions.js.map +0 -1
  1797. package/dist/commonjs/operations/scriptPackages.d.ts +0 -46
  1798. package/dist/commonjs/operations/scriptPackages.d.ts.map +0 -1
  1799. package/dist/commonjs/operations/scriptPackages.js +0 -186
  1800. package/dist/commonjs/operations/scriptPackages.js.map +0 -1
  1801. package/dist/commonjs/operations/virtualMachines.d.ts +0 -71
  1802. package/dist/commonjs/operations/virtualMachines.d.ts.map +0 -1
  1803. package/dist/commonjs/operations/virtualMachines.js +0 -300
  1804. package/dist/commonjs/operations/virtualMachines.js.map +0 -1
  1805. package/dist/commonjs/operations/workloadNetworks.d.ts +0 -680
  1806. package/dist/commonjs/operations/workloadNetworks.d.ts.map +0 -1
  1807. package/dist/commonjs/operations/workloadNetworks.js +0 -3364
  1808. package/dist/commonjs/operations/workloadNetworks.js.map +0 -1
  1809. package/dist/commonjs/operationsInterfaces/addons.d.ts +0 -56
  1810. package/dist/commonjs/operationsInterfaces/addons.d.ts.map +0 -1
  1811. package/dist/commonjs/operationsInterfaces/addons.js +0 -10
  1812. package/dist/commonjs/operationsInterfaces/addons.js.map +0 -1
  1813. package/dist/commonjs/operationsInterfaces/authorizations.d.ts +0 -56
  1814. package/dist/commonjs/operationsInterfaces/authorizations.d.ts.map +0 -1
  1815. package/dist/commonjs/operationsInterfaces/authorizations.js +0 -10
  1816. package/dist/commonjs/operationsInterfaces/authorizations.js.map +0 -1
  1817. package/dist/commonjs/operationsInterfaces/cloudLinks.d.ts +0 -56
  1818. package/dist/commonjs/operationsInterfaces/cloudLinks.d.ts.map +0 -1
  1819. package/dist/commonjs/operationsInterfaces/cloudLinks.js +0 -10
  1820. package/dist/commonjs/operationsInterfaces/cloudLinks.js.map +0 -1
  1821. package/dist/commonjs/operationsInterfaces/clusters.d.ts +0 -82
  1822. package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +0 -1
  1823. package/dist/commonjs/operationsInterfaces/clusters.js +0 -10
  1824. package/dist/commonjs/operationsInterfaces/clusters.js.map +0 -1
  1825. package/dist/commonjs/operationsInterfaces/datastores.d.ts +0 -62
  1826. package/dist/commonjs/operationsInterfaces/datastores.d.ts.map +0 -1
  1827. package/dist/commonjs/operationsInterfaces/datastores.js +0 -10
  1828. package/dist/commonjs/operationsInterfaces/datastores.js.map +0 -1
  1829. package/dist/commonjs/operationsInterfaces/globalReachConnections.d.ts +0 -56
  1830. package/dist/commonjs/operationsInterfaces/globalReachConnections.d.ts.map +0 -1
  1831. package/dist/commonjs/operationsInterfaces/globalReachConnections.js +0 -10
  1832. package/dist/commonjs/operationsInterfaces/globalReachConnections.js.map +0 -1
  1833. package/dist/commonjs/operationsInterfaces/hcxEnterpriseSites.d.ts +0 -38
  1834. package/dist/commonjs/operationsInterfaces/hcxEnterpriseSites.d.ts.map +0 -1
  1835. package/dist/commonjs/operationsInterfaces/hcxEnterpriseSites.js +0 -10
  1836. package/dist/commonjs/operationsInterfaces/hcxEnterpriseSites.js.map +0 -1
  1837. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -18
  1838. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  1839. package/dist/commonjs/operationsInterfaces/index.js +0 -28
  1840. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  1841. package/dist/commonjs/operationsInterfaces/iscsiPaths.d.ts +0 -51
  1842. package/dist/commonjs/operationsInterfaces/iscsiPaths.d.ts.map +0 -1
  1843. package/dist/commonjs/operationsInterfaces/iscsiPaths.js +0 -10
  1844. package/dist/commonjs/operationsInterfaces/iscsiPaths.js.map +0 -1
  1845. package/dist/commonjs/operationsInterfaces/locations.d.ts +0 -17
  1846. package/dist/commonjs/operationsInterfaces/locations.d.ts.map +0 -1
  1847. package/dist/commonjs/operationsInterfaces/locations.js +0 -10
  1848. package/dist/commonjs/operationsInterfaces/locations.js.map +0 -1
  1849. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  1850. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  1851. package/dist/commonjs/operationsInterfaces/operations.js +0 -10
  1852. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  1853. package/dist/commonjs/operationsInterfaces/placementPolicies.d.ts +0 -82
  1854. package/dist/commonjs/operationsInterfaces/placementPolicies.d.ts.map +0 -1
  1855. package/dist/commonjs/operationsInterfaces/placementPolicies.js +0 -10
  1856. package/dist/commonjs/operationsInterfaces/placementPolicies.js.map +0 -1
  1857. package/dist/commonjs/operationsInterfaces/privateClouds.d.ts +0 -106
  1858. package/dist/commonjs/operationsInterfaces/privateClouds.d.ts.map +0 -1
  1859. package/dist/commonjs/operationsInterfaces/privateClouds.js +0 -10
  1860. package/dist/commonjs/operationsInterfaces/privateClouds.js.map +0 -1
  1861. package/dist/commonjs/operationsInterfaces/scriptCmdlets.d.ts +0 -23
  1862. package/dist/commonjs/operationsInterfaces/scriptCmdlets.d.ts.map +0 -1
  1863. package/dist/commonjs/operationsInterfaces/scriptCmdlets.js +0 -10
  1864. package/dist/commonjs/operationsInterfaces/scriptCmdlets.js.map +0 -1
  1865. package/dist/commonjs/operationsInterfaces/scriptExecutions.d.ts +0 -64
  1866. package/dist/commonjs/operationsInterfaces/scriptExecutions.d.ts.map +0 -1
  1867. package/dist/commonjs/operationsInterfaces/scriptExecutions.js +0 -10
  1868. package/dist/commonjs/operationsInterfaces/scriptExecutions.js.map +0 -1
  1869. package/dist/commonjs/operationsInterfaces/scriptPackages.d.ts +0 -21
  1870. package/dist/commonjs/operationsInterfaces/scriptPackages.d.ts.map +0 -1
  1871. package/dist/commonjs/operationsInterfaces/scriptPackages.js +0 -10
  1872. package/dist/commonjs/operationsInterfaces/scriptPackages.js.map +0 -1
  1873. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +0 -44
  1874. package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  1875. package/dist/commonjs/operationsInterfaces/virtualMachines.js +0 -10
  1876. package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +0 -1
  1877. package/dist/commonjs/operationsInterfaces/workloadNetworks.d.ts +0 -502
  1878. package/dist/commonjs/operationsInterfaces/workloadNetworks.d.ts.map +0 -1
  1879. package/dist/commonjs/operationsInterfaces/workloadNetworks.js +0 -10
  1880. package/dist/commonjs/operationsInterfaces/workloadNetworks.js.map +0 -1
  1881. package/dist/commonjs/pagingHelper.d.ts +0 -13
  1882. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  1883. package/dist/commonjs/pagingHelper.js +0 -36
  1884. package/dist/commonjs/pagingHelper.js.map +0 -1
  1885. package/dist/esm/lroImpl.d.ts +0 -11
  1886. package/dist/esm/lroImpl.d.ts.map +0 -1
  1887. package/dist/esm/lroImpl.js +0 -14
  1888. package/dist/esm/lroImpl.js.map +0 -1
  1889. package/dist/esm/models/mappers.d.ts +0 -162
  1890. package/dist/esm/models/mappers.d.ts.map +0 -1
  1891. package/dist/esm/models/mappers.js +0 -3978
  1892. package/dist/esm/models/mappers.js.map +0 -1
  1893. package/dist/esm/models/parameters.d.ts +0 -55
  1894. package/dist/esm/models/parameters.d.ts.map +0 -1
  1895. package/dist/esm/models/parameters.js +0 -480
  1896. package/dist/esm/models/parameters.js.map +0 -1
  1897. package/dist/esm/operations/addons.d.ts +0 -81
  1898. package/dist/esm/operations/addons.d.ts.map +0 -1
  1899. package/dist/esm/operations/addons.js +0 -350
  1900. package/dist/esm/operations/addons.js.map +0 -1
  1901. package/dist/esm/operations/authorizations.d.ts +0 -81
  1902. package/dist/esm/operations/authorizations.d.ts.map +0 -1
  1903. package/dist/esm/operations/authorizations.js +0 -356
  1904. package/dist/esm/operations/authorizations.js.map +0 -1
  1905. package/dist/esm/operations/cloudLinks.d.ts +0 -81
  1906. package/dist/esm/operations/cloudLinks.d.ts.map +0 -1
  1907. package/dist/esm/operations/cloudLinks.js +0 -356
  1908. package/dist/esm/operations/cloudLinks.js.map +0 -1
  1909. package/dist/esm/operations/clusters.d.ts +0 -107
  1910. package/dist/esm/operations/clusters.d.ts.map +0 -1
  1911. package/dist/esm/operations/clusters.js +0 -483
  1912. package/dist/esm/operations/clusters.js.map +0 -1
  1913. package/dist/esm/operations/datastores.d.ts +0 -89
  1914. package/dist/esm/operations/datastores.d.ts.map +0 -1
  1915. package/dist/esm/operations/datastores.js +0 -382
  1916. package/dist/esm/operations/datastores.js.map +0 -1
  1917. package/dist/esm/operations/globalReachConnections.d.ts +0 -81
  1918. package/dist/esm/operations/globalReachConnections.d.ts.map +0 -1
  1919. package/dist/esm/operations/globalReachConnections.js +0 -366
  1920. package/dist/esm/operations/globalReachConnections.js.map +0 -1
  1921. package/dist/esm/operations/hcxEnterpriseSites.d.ts +0 -63
  1922. package/dist/esm/operations/hcxEnterpriseSites.d.ts.map +0 -1
  1923. package/dist/esm/operations/hcxEnterpriseSites.js +0 -257
  1924. package/dist/esm/operations/hcxEnterpriseSites.js.map +0 -1
  1925. package/dist/esm/operations/index.d.ts +0 -18
  1926. package/dist/esm/operations/index.d.ts.map +0 -1
  1927. package/dist/esm/operations/index.js +0 -25
  1928. package/dist/esm/operations/index.js.map +0 -1
  1929. package/dist/esm/operations/iscsiPaths.d.ts +0 -76
  1930. package/dist/esm/operations/iscsiPaths.d.ts.map +0 -1
  1931. package/dist/esm/operations/iscsiPaths.js +0 -342
  1932. package/dist/esm/operations/iscsiPaths.js.map +0 -1
  1933. package/dist/esm/operations/locations.d.ts +0 -25
  1934. package/dist/esm/operations/locations.d.ts.map +0 -1
  1935. package/dist/esm/operations/locations.js +0 -81
  1936. package/dist/esm/operations/locations.js.map +0 -1
  1937. package/dist/esm/operations/operations.d.ts +0 -32
  1938. package/dist/esm/operations/operations.d.ts.map +0 -1
  1939. package/dist/esm/operations/operations.js +0 -133
  1940. package/dist/esm/operations/operations.js.map +0 -1
  1941. package/dist/esm/operations/placementPolicies.d.ts +0 -109
  1942. package/dist/esm/operations/placementPolicies.d.ts.map +0 -1
  1943. package/dist/esm/operations/placementPolicies.js +0 -481
  1944. package/dist/esm/operations/placementPolicies.js.map +0 -1
  1945. package/dist/esm/operations/privateClouds.d.ts +0 -142
  1946. package/dist/esm/operations/privateClouds.d.ts.map +0 -1
  1947. package/dist/esm/operations/privateClouds.js +0 -733
  1948. package/dist/esm/operations/privateClouds.js.map +0 -1
  1949. package/dist/esm/operations/scriptCmdlets.d.ts +0 -50
  1950. package/dist/esm/operations/scriptCmdlets.d.ts.map +0 -1
  1951. package/dist/esm/operations/scriptCmdlets.js +0 -201
  1952. package/dist/esm/operations/scriptCmdlets.js.map +0 -1
  1953. package/dist/esm/operations/scriptExecutions.d.ts +0 -89
  1954. package/dist/esm/operations/scriptExecutions.d.ts.map +0 -1
  1955. package/dist/esm/operations/scriptExecutions.js +0 -395
  1956. package/dist/esm/operations/scriptExecutions.js.map +0 -1
  1957. package/dist/esm/operations/scriptPackages.d.ts +0 -46
  1958. package/dist/esm/operations/scriptPackages.d.ts.map +0 -1
  1959. package/dist/esm/operations/scriptPackages.js +0 -182
  1960. package/dist/esm/operations/scriptPackages.js.map +0 -1
  1961. package/dist/esm/operations/virtualMachines.d.ts +0 -71
  1962. package/dist/esm/operations/virtualMachines.d.ts.map +0 -1
  1963. package/dist/esm/operations/virtualMachines.js +0 -296
  1964. package/dist/esm/operations/virtualMachines.js.map +0 -1
  1965. package/dist/esm/operations/workloadNetworks.d.ts +0 -680
  1966. package/dist/esm/operations/workloadNetworks.d.ts.map +0 -1
  1967. package/dist/esm/operations/workloadNetworks.js +0 -3360
  1968. package/dist/esm/operations/workloadNetworks.js.map +0 -1
  1969. package/dist/esm/operationsInterfaces/addons.d.ts +0 -56
  1970. package/dist/esm/operationsInterfaces/addons.d.ts.map +0 -1
  1971. package/dist/esm/operationsInterfaces/addons.js +0 -9
  1972. package/dist/esm/operationsInterfaces/addons.js.map +0 -1
  1973. package/dist/esm/operationsInterfaces/authorizations.d.ts +0 -56
  1974. package/dist/esm/operationsInterfaces/authorizations.d.ts.map +0 -1
  1975. package/dist/esm/operationsInterfaces/authorizations.js +0 -9
  1976. package/dist/esm/operationsInterfaces/authorizations.js.map +0 -1
  1977. package/dist/esm/operationsInterfaces/cloudLinks.d.ts +0 -56
  1978. package/dist/esm/operationsInterfaces/cloudLinks.d.ts.map +0 -1
  1979. package/dist/esm/operationsInterfaces/cloudLinks.js +0 -9
  1980. package/dist/esm/operationsInterfaces/cloudLinks.js.map +0 -1
  1981. package/dist/esm/operationsInterfaces/clusters.d.ts +0 -82
  1982. package/dist/esm/operationsInterfaces/clusters.d.ts.map +0 -1
  1983. package/dist/esm/operationsInterfaces/clusters.js +0 -9
  1984. package/dist/esm/operationsInterfaces/clusters.js.map +0 -1
  1985. package/dist/esm/operationsInterfaces/datastores.d.ts +0 -62
  1986. package/dist/esm/operationsInterfaces/datastores.d.ts.map +0 -1
  1987. package/dist/esm/operationsInterfaces/datastores.js +0 -9
  1988. package/dist/esm/operationsInterfaces/datastores.js.map +0 -1
  1989. package/dist/esm/operationsInterfaces/globalReachConnections.d.ts +0 -56
  1990. package/dist/esm/operationsInterfaces/globalReachConnections.d.ts.map +0 -1
  1991. package/dist/esm/operationsInterfaces/globalReachConnections.js +0 -9
  1992. package/dist/esm/operationsInterfaces/globalReachConnections.js.map +0 -1
  1993. package/dist/esm/operationsInterfaces/hcxEnterpriseSites.d.ts +0 -38
  1994. package/dist/esm/operationsInterfaces/hcxEnterpriseSites.d.ts.map +0 -1
  1995. package/dist/esm/operationsInterfaces/hcxEnterpriseSites.js +0 -9
  1996. package/dist/esm/operationsInterfaces/hcxEnterpriseSites.js.map +0 -1
  1997. package/dist/esm/operationsInterfaces/index.d.ts +0 -18
  1998. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1999. package/dist/esm/operationsInterfaces/index.js +0 -25
  2000. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  2001. package/dist/esm/operationsInterfaces/iscsiPaths.d.ts +0 -51
  2002. package/dist/esm/operationsInterfaces/iscsiPaths.d.ts.map +0 -1
  2003. package/dist/esm/operationsInterfaces/iscsiPaths.js +0 -9
  2004. package/dist/esm/operationsInterfaces/iscsiPaths.js.map +0 -1
  2005. package/dist/esm/operationsInterfaces/locations.d.ts +0 -17
  2006. package/dist/esm/operationsInterfaces/locations.d.ts.map +0 -1
  2007. package/dist/esm/operationsInterfaces/locations.js +0 -9
  2008. package/dist/esm/operationsInterfaces/locations.js.map +0 -1
  2009. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  2010. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  2011. package/dist/esm/operationsInterfaces/operations.js +0 -9
  2012. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  2013. package/dist/esm/operationsInterfaces/placementPolicies.d.ts +0 -82
  2014. package/dist/esm/operationsInterfaces/placementPolicies.d.ts.map +0 -1
  2015. package/dist/esm/operationsInterfaces/placementPolicies.js +0 -9
  2016. package/dist/esm/operationsInterfaces/placementPolicies.js.map +0 -1
  2017. package/dist/esm/operationsInterfaces/privateClouds.d.ts +0 -106
  2018. package/dist/esm/operationsInterfaces/privateClouds.d.ts.map +0 -1
  2019. package/dist/esm/operationsInterfaces/privateClouds.js +0 -9
  2020. package/dist/esm/operationsInterfaces/privateClouds.js.map +0 -1
  2021. package/dist/esm/operationsInterfaces/scriptCmdlets.d.ts +0 -23
  2022. package/dist/esm/operationsInterfaces/scriptCmdlets.d.ts.map +0 -1
  2023. package/dist/esm/operationsInterfaces/scriptCmdlets.js +0 -9
  2024. package/dist/esm/operationsInterfaces/scriptCmdlets.js.map +0 -1
  2025. package/dist/esm/operationsInterfaces/scriptExecutions.d.ts +0 -64
  2026. package/dist/esm/operationsInterfaces/scriptExecutions.d.ts.map +0 -1
  2027. package/dist/esm/operationsInterfaces/scriptExecutions.js +0 -9
  2028. package/dist/esm/operationsInterfaces/scriptExecutions.js.map +0 -1
  2029. package/dist/esm/operationsInterfaces/scriptPackages.d.ts +0 -21
  2030. package/dist/esm/operationsInterfaces/scriptPackages.d.ts.map +0 -1
  2031. package/dist/esm/operationsInterfaces/scriptPackages.js +0 -9
  2032. package/dist/esm/operationsInterfaces/scriptPackages.js.map +0 -1
  2033. package/dist/esm/operationsInterfaces/virtualMachines.d.ts +0 -44
  2034. package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  2035. package/dist/esm/operationsInterfaces/virtualMachines.js +0 -9
  2036. package/dist/esm/operationsInterfaces/virtualMachines.js.map +0 -1
  2037. package/dist/esm/operationsInterfaces/workloadNetworks.d.ts +0 -502
  2038. package/dist/esm/operationsInterfaces/workloadNetworks.d.ts.map +0 -1
  2039. package/dist/esm/operationsInterfaces/workloadNetworks.js +0 -9
  2040. package/dist/esm/operationsInterfaces/workloadNetworks.js.map +0 -1
  2041. package/dist/esm/pagingHelper.d.ts +0 -13
  2042. package/dist/esm/pagingHelper.d.ts.map +0 -1
  2043. package/dist/esm/pagingHelper.js +0 -32
  2044. package/dist/esm/pagingHelper.js.map +0 -1
  2045. package/dist/react-native/lroImpl.d.ts +0 -11
  2046. package/dist/react-native/lroImpl.d.ts.map +0 -1
  2047. package/dist/react-native/lroImpl.js +0 -14
  2048. package/dist/react-native/lroImpl.js.map +0 -1
  2049. package/dist/react-native/models/mappers.d.ts +0 -162
  2050. package/dist/react-native/models/mappers.d.ts.map +0 -1
  2051. package/dist/react-native/models/mappers.js +0 -3978
  2052. package/dist/react-native/models/mappers.js.map +0 -1
  2053. package/dist/react-native/models/parameters.d.ts +0 -55
  2054. package/dist/react-native/models/parameters.d.ts.map +0 -1
  2055. package/dist/react-native/models/parameters.js +0 -480
  2056. package/dist/react-native/models/parameters.js.map +0 -1
  2057. package/dist/react-native/operations/addons.d.ts +0 -81
  2058. package/dist/react-native/operations/addons.d.ts.map +0 -1
  2059. package/dist/react-native/operations/addons.js +0 -350
  2060. package/dist/react-native/operations/addons.js.map +0 -1
  2061. package/dist/react-native/operations/authorizations.d.ts +0 -81
  2062. package/dist/react-native/operations/authorizations.d.ts.map +0 -1
  2063. package/dist/react-native/operations/authorizations.js +0 -356
  2064. package/dist/react-native/operations/authorizations.js.map +0 -1
  2065. package/dist/react-native/operations/cloudLinks.d.ts +0 -81
  2066. package/dist/react-native/operations/cloudLinks.d.ts.map +0 -1
  2067. package/dist/react-native/operations/cloudLinks.js +0 -356
  2068. package/dist/react-native/operations/cloudLinks.js.map +0 -1
  2069. package/dist/react-native/operations/clusters.d.ts +0 -107
  2070. package/dist/react-native/operations/clusters.d.ts.map +0 -1
  2071. package/dist/react-native/operations/clusters.js +0 -483
  2072. package/dist/react-native/operations/clusters.js.map +0 -1
  2073. package/dist/react-native/operations/datastores.d.ts +0 -89
  2074. package/dist/react-native/operations/datastores.d.ts.map +0 -1
  2075. package/dist/react-native/operations/datastores.js +0 -382
  2076. package/dist/react-native/operations/datastores.js.map +0 -1
  2077. package/dist/react-native/operations/globalReachConnections.d.ts +0 -81
  2078. package/dist/react-native/operations/globalReachConnections.d.ts.map +0 -1
  2079. package/dist/react-native/operations/globalReachConnections.js +0 -366
  2080. package/dist/react-native/operations/globalReachConnections.js.map +0 -1
  2081. package/dist/react-native/operations/hcxEnterpriseSites.d.ts +0 -63
  2082. package/dist/react-native/operations/hcxEnterpriseSites.d.ts.map +0 -1
  2083. package/dist/react-native/operations/hcxEnterpriseSites.js +0 -257
  2084. package/dist/react-native/operations/hcxEnterpriseSites.js.map +0 -1
  2085. package/dist/react-native/operations/index.d.ts +0 -18
  2086. package/dist/react-native/operations/index.d.ts.map +0 -1
  2087. package/dist/react-native/operations/index.js +0 -25
  2088. package/dist/react-native/operations/index.js.map +0 -1
  2089. package/dist/react-native/operations/iscsiPaths.d.ts +0 -76
  2090. package/dist/react-native/operations/iscsiPaths.d.ts.map +0 -1
  2091. package/dist/react-native/operations/iscsiPaths.js +0 -342
  2092. package/dist/react-native/operations/iscsiPaths.js.map +0 -1
  2093. package/dist/react-native/operations/locations.d.ts +0 -25
  2094. package/dist/react-native/operations/locations.d.ts.map +0 -1
  2095. package/dist/react-native/operations/locations.js +0 -81
  2096. package/dist/react-native/operations/locations.js.map +0 -1
  2097. package/dist/react-native/operations/operations.d.ts +0 -32
  2098. package/dist/react-native/operations/operations.d.ts.map +0 -1
  2099. package/dist/react-native/operations/operations.js +0 -133
  2100. package/dist/react-native/operations/operations.js.map +0 -1
  2101. package/dist/react-native/operations/placementPolicies.d.ts +0 -109
  2102. package/dist/react-native/operations/placementPolicies.d.ts.map +0 -1
  2103. package/dist/react-native/operations/placementPolicies.js +0 -481
  2104. package/dist/react-native/operations/placementPolicies.js.map +0 -1
  2105. package/dist/react-native/operations/privateClouds.d.ts +0 -142
  2106. package/dist/react-native/operations/privateClouds.d.ts.map +0 -1
  2107. package/dist/react-native/operations/privateClouds.js +0 -733
  2108. package/dist/react-native/operations/privateClouds.js.map +0 -1
  2109. package/dist/react-native/operations/scriptCmdlets.d.ts +0 -50
  2110. package/dist/react-native/operations/scriptCmdlets.d.ts.map +0 -1
  2111. package/dist/react-native/operations/scriptCmdlets.js +0 -201
  2112. package/dist/react-native/operations/scriptCmdlets.js.map +0 -1
  2113. package/dist/react-native/operations/scriptExecutions.d.ts +0 -89
  2114. package/dist/react-native/operations/scriptExecutions.d.ts.map +0 -1
  2115. package/dist/react-native/operations/scriptExecutions.js +0 -395
  2116. package/dist/react-native/operations/scriptExecutions.js.map +0 -1
  2117. package/dist/react-native/operations/scriptPackages.d.ts +0 -46
  2118. package/dist/react-native/operations/scriptPackages.d.ts.map +0 -1
  2119. package/dist/react-native/operations/scriptPackages.js +0 -182
  2120. package/dist/react-native/operations/scriptPackages.js.map +0 -1
  2121. package/dist/react-native/operations/virtualMachines.d.ts +0 -71
  2122. package/dist/react-native/operations/virtualMachines.d.ts.map +0 -1
  2123. package/dist/react-native/operations/virtualMachines.js +0 -296
  2124. package/dist/react-native/operations/virtualMachines.js.map +0 -1
  2125. package/dist/react-native/operations/workloadNetworks.d.ts +0 -680
  2126. package/dist/react-native/operations/workloadNetworks.d.ts.map +0 -1
  2127. package/dist/react-native/operations/workloadNetworks.js +0 -3360
  2128. package/dist/react-native/operations/workloadNetworks.js.map +0 -1
  2129. package/dist/react-native/operationsInterfaces/addons.d.ts +0 -56
  2130. package/dist/react-native/operationsInterfaces/addons.d.ts.map +0 -1
  2131. package/dist/react-native/operationsInterfaces/addons.js +0 -9
  2132. package/dist/react-native/operationsInterfaces/addons.js.map +0 -1
  2133. package/dist/react-native/operationsInterfaces/authorizations.d.ts +0 -56
  2134. package/dist/react-native/operationsInterfaces/authorizations.d.ts.map +0 -1
  2135. package/dist/react-native/operationsInterfaces/authorizations.js +0 -9
  2136. package/dist/react-native/operationsInterfaces/authorizations.js.map +0 -1
  2137. package/dist/react-native/operationsInterfaces/cloudLinks.d.ts +0 -56
  2138. package/dist/react-native/operationsInterfaces/cloudLinks.d.ts.map +0 -1
  2139. package/dist/react-native/operationsInterfaces/cloudLinks.js +0 -9
  2140. package/dist/react-native/operationsInterfaces/cloudLinks.js.map +0 -1
  2141. package/dist/react-native/operationsInterfaces/clusters.d.ts +0 -82
  2142. package/dist/react-native/operationsInterfaces/clusters.d.ts.map +0 -1
  2143. package/dist/react-native/operationsInterfaces/clusters.js +0 -9
  2144. package/dist/react-native/operationsInterfaces/clusters.js.map +0 -1
  2145. package/dist/react-native/operationsInterfaces/datastores.d.ts +0 -62
  2146. package/dist/react-native/operationsInterfaces/datastores.d.ts.map +0 -1
  2147. package/dist/react-native/operationsInterfaces/datastores.js +0 -9
  2148. package/dist/react-native/operationsInterfaces/datastores.js.map +0 -1
  2149. package/dist/react-native/operationsInterfaces/globalReachConnections.d.ts +0 -56
  2150. package/dist/react-native/operationsInterfaces/globalReachConnections.d.ts.map +0 -1
  2151. package/dist/react-native/operationsInterfaces/globalReachConnections.js +0 -9
  2152. package/dist/react-native/operationsInterfaces/globalReachConnections.js.map +0 -1
  2153. package/dist/react-native/operationsInterfaces/hcxEnterpriseSites.d.ts +0 -38
  2154. package/dist/react-native/operationsInterfaces/hcxEnterpriseSites.d.ts.map +0 -1
  2155. package/dist/react-native/operationsInterfaces/hcxEnterpriseSites.js +0 -9
  2156. package/dist/react-native/operationsInterfaces/hcxEnterpriseSites.js.map +0 -1
  2157. package/dist/react-native/operationsInterfaces/index.d.ts +0 -18
  2158. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  2159. package/dist/react-native/operationsInterfaces/index.js +0 -25
  2160. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  2161. package/dist/react-native/operationsInterfaces/iscsiPaths.d.ts +0 -51
  2162. package/dist/react-native/operationsInterfaces/iscsiPaths.d.ts.map +0 -1
  2163. package/dist/react-native/operationsInterfaces/iscsiPaths.js +0 -9
  2164. package/dist/react-native/operationsInterfaces/iscsiPaths.js.map +0 -1
  2165. package/dist/react-native/operationsInterfaces/locations.d.ts +0 -17
  2166. package/dist/react-native/operationsInterfaces/locations.d.ts.map +0 -1
  2167. package/dist/react-native/operationsInterfaces/locations.js +0 -9
  2168. package/dist/react-native/operationsInterfaces/locations.js.map +0 -1
  2169. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  2170. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  2171. package/dist/react-native/operationsInterfaces/operations.js +0 -9
  2172. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  2173. package/dist/react-native/operationsInterfaces/placementPolicies.d.ts +0 -82
  2174. package/dist/react-native/operationsInterfaces/placementPolicies.d.ts.map +0 -1
  2175. package/dist/react-native/operationsInterfaces/placementPolicies.js +0 -9
  2176. package/dist/react-native/operationsInterfaces/placementPolicies.js.map +0 -1
  2177. package/dist/react-native/operationsInterfaces/privateClouds.d.ts +0 -106
  2178. package/dist/react-native/operationsInterfaces/privateClouds.d.ts.map +0 -1
  2179. package/dist/react-native/operationsInterfaces/privateClouds.js +0 -9
  2180. package/dist/react-native/operationsInterfaces/privateClouds.js.map +0 -1
  2181. package/dist/react-native/operationsInterfaces/scriptCmdlets.d.ts +0 -23
  2182. package/dist/react-native/operationsInterfaces/scriptCmdlets.d.ts.map +0 -1
  2183. package/dist/react-native/operationsInterfaces/scriptCmdlets.js +0 -9
  2184. package/dist/react-native/operationsInterfaces/scriptCmdlets.js.map +0 -1
  2185. package/dist/react-native/operationsInterfaces/scriptExecutions.d.ts +0 -64
  2186. package/dist/react-native/operationsInterfaces/scriptExecutions.d.ts.map +0 -1
  2187. package/dist/react-native/operationsInterfaces/scriptExecutions.js +0 -9
  2188. package/dist/react-native/operationsInterfaces/scriptExecutions.js.map +0 -1
  2189. package/dist/react-native/operationsInterfaces/scriptPackages.d.ts +0 -21
  2190. package/dist/react-native/operationsInterfaces/scriptPackages.d.ts.map +0 -1
  2191. package/dist/react-native/operationsInterfaces/scriptPackages.js +0 -9
  2192. package/dist/react-native/operationsInterfaces/scriptPackages.js.map +0 -1
  2193. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +0 -44
  2194. package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +0 -1
  2195. package/dist/react-native/operationsInterfaces/virtualMachines.js +0 -9
  2196. package/dist/react-native/operationsInterfaces/virtualMachines.js.map +0 -1
  2197. package/dist/react-native/operationsInterfaces/workloadNetworks.d.ts +0 -502
  2198. package/dist/react-native/operationsInterfaces/workloadNetworks.d.ts.map +0 -1
  2199. package/dist/react-native/operationsInterfaces/workloadNetworks.js +0 -9
  2200. package/dist/react-native/operationsInterfaces/workloadNetworks.js.map +0 -1
  2201. package/dist/react-native/pagingHelper.d.ts +0 -13
  2202. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  2203. package/dist/react-native/pagingHelper.js +0 -32
  2204. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** The response of a WorkloadNetwork list operation. */\nexport interface _WorkloadNetworkList {\n /** The WorkloadNetwork items on this page */\n value: WorkloadNetwork[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workloadNetworkListDeserializer(item: any): _WorkloadNetworkList {\n return {\n value: workloadNetworkArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workloadNetworkArrayDeserializer(result: Array<WorkloadNetwork>): any[] {\n return result.map((item) => {\n return workloadNetworkDeserializer(item);\n });\n}\n\n/** Workload Network */\nexport interface WorkloadNetwork extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkProperties;\n}\n\nexport function workloadNetworkDeserializer(item: any): WorkloadNetwork {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a workload network */\nexport interface WorkloadNetworkProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: WorkloadNetworkProvisioningState;\n}\n\nexport function workloadNetworkPropertiesDeserializer(item: any): WorkloadNetworkProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** base Workload Network provisioning state */\nexport enum KnownWorkloadNetworkProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * base Workload Network provisioning state \\\n * {@link KnownWorkloadNetworkProvisioningState} can be used interchangeably with WorkloadNetworkProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkProvisioningState = string;\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnowncreatedByType} can be used interchangeably with createdByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** The response of a WorkloadNetworkDhcp list operation. */\nexport interface _WorkloadNetworkDhcpList {\n /** The WorkloadNetworkDhcp items on this page */\n value: WorkloadNetworkDhcp[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workloadNetworkDhcpListDeserializer(item: any): _WorkloadNetworkDhcpList {\n return {\n value: workloadNetworkDhcpArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workloadNetworkDhcpArraySerializer(result: Array<WorkloadNetworkDhcp>): any[] {\n return result.map((item) => {\n return workloadNetworkDhcpSerializer(item);\n });\n}\n\nexport function workloadNetworkDhcpArrayDeserializer(result: Array<WorkloadNetworkDhcp>): any[] {\n return result.map((item) => {\n return workloadNetworkDhcpDeserializer(item);\n });\n}\n\n/** NSX DHCP */\nexport interface WorkloadNetworkDhcp extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkDhcpEntityUnion;\n}\n\nexport function workloadNetworkDhcpSerializer(item: WorkloadNetworkDhcp): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkDhcpEntityUnionSerializer(item[\"properties\"]),\n };\n}\n\nexport function workloadNetworkDhcpDeserializer(item: any): WorkloadNetworkDhcp {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkDhcpEntityUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/**\n * Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to\n * inherit from\n */\nexport interface WorkloadNetworkDhcpEntity {\n /** Type of DHCP: SERVER or RELAY. */\n /** The discriminator possible values: SERVER, RELAY */\n dhcpType: DhcpTypeEnum;\n /** Display name of the DHCP entity. */\n displayName?: string;\n /** NSX Segments consuming DHCP. */\n readonly segments?: string[];\n /** The provisioning state */\n readonly provisioningState?: WorkloadNetworkDhcpProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\nexport function workloadNetworkDhcpEntitySerializer(item: WorkloadNetworkDhcpEntity): any {\n return {\n dhcpType: item[\"dhcpType\"],\n displayName: item[\"displayName\"],\n revision: item[\"revision\"],\n };\n}\n\nexport function workloadNetworkDhcpEntityDeserializer(item: any): WorkloadNetworkDhcpEntity {\n return {\n dhcpType: item[\"dhcpType\"],\n displayName: item[\"displayName\"],\n segments: !item[\"segments\"]\n ? item[\"segments\"]\n : item[\"segments\"].map((p: any) => {\n return p;\n }),\n provisioningState: item[\"provisioningState\"],\n revision: item[\"revision\"],\n };\n}\n\n/** Alias for WorkloadNetworkDhcpEntityUnion */\nexport type WorkloadNetworkDhcpEntityUnion =\n | WorkloadNetworkDhcpServer\n | WorkloadNetworkDhcpRelay\n | WorkloadNetworkDhcpEntity;\n\nexport function workloadNetworkDhcpEntityUnionSerializer(\n item: WorkloadNetworkDhcpEntityUnion,\n): any {\n switch (item.dhcpType) {\n case \"SERVER\":\n return workloadNetworkDhcpServerSerializer(item as WorkloadNetworkDhcpServer);\n\n case \"RELAY\":\n return workloadNetworkDhcpRelaySerializer(item as WorkloadNetworkDhcpRelay);\n\n default:\n return workloadNetworkDhcpEntitySerializer(item);\n }\n}\n\nexport function workloadNetworkDhcpEntityUnionDeserializer(\n item: any,\n): WorkloadNetworkDhcpEntityUnion {\n switch (item.dhcpType) {\n case \"SERVER\":\n return workloadNetworkDhcpServerDeserializer(item as WorkloadNetworkDhcpServer);\n\n case \"RELAY\":\n return workloadNetworkDhcpRelayDeserializer(item as WorkloadNetworkDhcpRelay);\n\n default:\n return workloadNetworkDhcpEntityDeserializer(item);\n }\n}\n\n/** Type of DHCP: SERVER or RELAY. */\nexport enum KnownDhcpTypeEnum {\n Server = \"SERVER\",\n Relay = \"RELAY\",\n}\n\n/**\n * Type of DHCP: SERVER or RELAY. \\\n * {@link KnownDhcpTypeEnum} can be used interchangeably with DhcpTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SERVER** \\\n * **RELAY**\n */\nexport type DhcpTypeEnum = string;\n\n/** Workload Network DHCP provisioning state */\nexport enum KnownWorkloadNetworkDhcpProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Workload Network DHCP provisioning state \\\n * {@link KnownWorkloadNetworkDhcpProvisioningState} can be used interchangeably with WorkloadNetworkDhcpProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkDhcpProvisioningState = string;\n\n/** NSX DHCP Server */\nexport interface WorkloadNetworkDhcpServer extends WorkloadNetworkDhcpEntity {\n /** DHCP Server Address. */\n serverAddress?: string;\n /** DHCP Server Lease Time. */\n leaseTime?: number;\n /** Type of DHCP: SERVER or RELAY. */\n dhcpType: \"SERVER\";\n}\n\nexport function workloadNetworkDhcpServerSerializer(item: WorkloadNetworkDhcpServer): any {\n return {\n dhcpType: item[\"dhcpType\"],\n displayName: item[\"displayName\"],\n revision: item[\"revision\"],\n serverAddress: item[\"serverAddress\"],\n leaseTime: item[\"leaseTime\"],\n };\n}\n\nexport function workloadNetworkDhcpServerDeserializer(item: any): WorkloadNetworkDhcpServer {\n return {\n dhcpType: item[\"dhcpType\"],\n displayName: item[\"displayName\"],\n segments: !item[\"segments\"]\n ? item[\"segments\"]\n : item[\"segments\"].map((p: any) => {\n return p;\n }),\n provisioningState: item[\"provisioningState\"],\n revision: item[\"revision\"],\n serverAddress: item[\"serverAddress\"],\n leaseTime: item[\"leaseTime\"],\n };\n}\n\n/** NSX DHCP Relay */\nexport interface WorkloadNetworkDhcpRelay extends WorkloadNetworkDhcpEntity {\n /** DHCP Relay Addresses. Max 3. */\n serverAddresses?: string[];\n /** Type of DHCP: SERVER or RELAY. */\n dhcpType: \"RELAY\";\n}\n\nexport function workloadNetworkDhcpRelaySerializer(item: WorkloadNetworkDhcpRelay): any {\n return {\n dhcpType: item[\"dhcpType\"],\n displayName: item[\"displayName\"],\n revision: item[\"revision\"],\n serverAddresses: !item[\"serverAddresses\"]\n ? item[\"serverAddresses\"]\n : item[\"serverAddresses\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function workloadNetworkDhcpRelayDeserializer(item: any): WorkloadNetworkDhcpRelay {\n return {\n dhcpType: item[\"dhcpType\"],\n displayName: item[\"displayName\"],\n segments: !item[\"segments\"]\n ? item[\"segments\"]\n : item[\"segments\"].map((p: any) => {\n return p;\n }),\n provisioningState: item[\"provisioningState\"],\n revision: item[\"revision\"],\n serverAddresses: !item[\"serverAddresses\"]\n ? item[\"serverAddresses\"]\n : item[\"serverAddresses\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The response of a WorkloadNetworkDnsService list operation. */\nexport interface _WorkloadNetworkDnsServicesList {\n /** The WorkloadNetworkDnsService items on this page */\n value: WorkloadNetworkDnsService[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workloadNetworkDnsServicesListDeserializer(\n item: any,\n): _WorkloadNetworkDnsServicesList {\n return {\n value: workloadNetworkDnsServiceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workloadNetworkDnsServiceArraySerializer(\n result: Array<WorkloadNetworkDnsService>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkDnsServiceSerializer(item);\n });\n}\n\nexport function workloadNetworkDnsServiceArrayDeserializer(\n result: Array<WorkloadNetworkDnsService>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkDnsServiceDeserializer(item);\n });\n}\n\n/** NSX DNS Service */\nexport interface WorkloadNetworkDnsService extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkDnsServiceProperties;\n}\n\nexport function workloadNetworkDnsServiceSerializer(item: WorkloadNetworkDnsService): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkDnsServicePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function workloadNetworkDnsServiceDeserializer(item: any): WorkloadNetworkDnsService {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkDnsServicePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** NSX DNS Service Properties */\nexport interface WorkloadNetworkDnsServiceProperties {\n /** Display name of the DNS Service. */\n displayName?: string;\n /** DNS service IP of the DNS Service. */\n dnsServiceIp?: string;\n /** Default DNS zone of the DNS Service. */\n defaultDnsZone?: string;\n /** FQDN zones of the DNS Service. */\n fqdnZones?: string[];\n /** DNS Service log level. */\n logLevel?: DnsServiceLogLevelEnum;\n /** DNS Service status. */\n readonly status?: DnsServiceStatusEnum;\n /** The provisioning state */\n readonly provisioningState?: WorkloadNetworkDnsServiceProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\nexport function workloadNetworkDnsServicePropertiesSerializer(\n item: WorkloadNetworkDnsServiceProperties,\n): any {\n return {\n displayName: item[\"displayName\"],\n dnsServiceIp: item[\"dnsServiceIp\"],\n defaultDnsZone: item[\"defaultDnsZone\"],\n fqdnZones: !item[\"fqdnZones\"]\n ? item[\"fqdnZones\"]\n : item[\"fqdnZones\"].map((p: any) => {\n return p;\n }),\n logLevel: item[\"logLevel\"],\n revision: item[\"revision\"],\n };\n}\n\nexport function workloadNetworkDnsServicePropertiesDeserializer(\n item: any,\n): WorkloadNetworkDnsServiceProperties {\n return {\n displayName: item[\"displayName\"],\n dnsServiceIp: item[\"dnsServiceIp\"],\n defaultDnsZone: item[\"defaultDnsZone\"],\n fqdnZones: !item[\"fqdnZones\"]\n ? item[\"fqdnZones\"]\n : item[\"fqdnZones\"].map((p: any) => {\n return p;\n }),\n logLevel: item[\"logLevel\"],\n status: item[\"status\"],\n provisioningState: item[\"provisioningState\"],\n revision: item[\"revision\"],\n };\n}\n\n/** DNS service log level */\nexport enum KnownDnsServiceLogLevelEnum {\n /** is debug */\n Debug = \"DEBUG\",\n /** is info */\n Info = \"INFO\",\n /** is warning */\n Warning = \"WARNING\",\n /** is error */\n Error = \"ERROR\",\n /** is fatal */\n Fatal = \"FATAL\",\n}\n\n/**\n * DNS service log level \\\n * {@link KnownDnsServiceLogLevelEnum} can be used interchangeably with DnsServiceLogLevelEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **DEBUG**: is debug \\\n * **INFO**: is info \\\n * **WARNING**: is warning \\\n * **ERROR**: is error \\\n * **FATAL**: is fatal\n */\nexport type DnsServiceLogLevelEnum = string;\n\n/** DNS service status */\nexport enum KnownDnsServiceStatusEnum {\n /** is success */\n Success = \"SUCCESS\",\n /** is failure */\n Failure = \"FAILURE\",\n}\n\n/**\n * DNS service status \\\n * {@link KnownDnsServiceStatusEnum} can be used interchangeably with DnsServiceStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SUCCESS**: is success \\\n * **FAILURE**: is failure\n */\nexport type DnsServiceStatusEnum = string;\n\n/** Workload Network DNS Service provisioning state */\nexport enum KnownWorkloadNetworkDnsServiceProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Workload Network DNS Service provisioning state \\\n * {@link KnownWorkloadNetworkDnsServiceProvisioningState} can be used interchangeably with WorkloadNetworkDnsServiceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkDnsServiceProvisioningState = string;\n\n/** The response of a WorkloadNetworkDnsZone list operation. */\nexport interface _WorkloadNetworkDnsZonesList {\n /** The WorkloadNetworkDnsZone items on this page */\n value: WorkloadNetworkDnsZone[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workloadNetworkDnsZonesListDeserializer(item: any): _WorkloadNetworkDnsZonesList {\n return {\n value: workloadNetworkDnsZoneArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workloadNetworkDnsZoneArraySerializer(\n result: Array<WorkloadNetworkDnsZone>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkDnsZoneSerializer(item);\n });\n}\n\nexport function workloadNetworkDnsZoneArrayDeserializer(\n result: Array<WorkloadNetworkDnsZone>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkDnsZoneDeserializer(item);\n });\n}\n\n/** NSX DNS Zone */\nexport interface WorkloadNetworkDnsZone extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkDnsZoneProperties;\n}\n\nexport function workloadNetworkDnsZoneSerializer(item: WorkloadNetworkDnsZone): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkDnsZonePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function workloadNetworkDnsZoneDeserializer(item: any): WorkloadNetworkDnsZone {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkDnsZonePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** NSX DNS Zone Properties */\nexport interface WorkloadNetworkDnsZoneProperties {\n /** Display name of the DNS Zone. */\n displayName?: string;\n /** Domain names of the DNS Zone. */\n domain?: string[];\n /** DNS Server IP array of the DNS Zone. */\n dnsServerIps?: string[];\n /** Source IP of the DNS Zone. */\n sourceIp?: string;\n /** Number of DNS Services using the DNS zone. */\n dnsServices?: number;\n /** The provisioning state */\n readonly provisioningState?: WorkloadNetworkDnsZoneProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\nexport function workloadNetworkDnsZonePropertiesSerializer(\n item: WorkloadNetworkDnsZoneProperties,\n): any {\n return {\n displayName: item[\"displayName\"],\n domain: !item[\"domain\"]\n ? item[\"domain\"]\n : item[\"domain\"].map((p: any) => {\n return p;\n }),\n dnsServerIps: !item[\"dnsServerIps\"]\n ? item[\"dnsServerIps\"]\n : item[\"dnsServerIps\"].map((p: any) => {\n return p;\n }),\n sourceIp: item[\"sourceIp\"],\n dnsServices: item[\"dnsServices\"],\n revision: item[\"revision\"],\n };\n}\n\nexport function workloadNetworkDnsZonePropertiesDeserializer(\n item: any,\n): WorkloadNetworkDnsZoneProperties {\n return {\n displayName: item[\"displayName\"],\n domain: !item[\"domain\"]\n ? item[\"domain\"]\n : item[\"domain\"].map((p: any) => {\n return p;\n }),\n dnsServerIps: !item[\"dnsServerIps\"]\n ? item[\"dnsServerIps\"]\n : item[\"dnsServerIps\"].map((p: any) => {\n return p;\n }),\n sourceIp: item[\"sourceIp\"],\n dnsServices: item[\"dnsServices\"],\n provisioningState: item[\"provisioningState\"],\n revision: item[\"revision\"],\n };\n}\n\n/** Workload Network DNS Zone provisioning state */\nexport enum KnownWorkloadNetworkDnsZoneProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Workload Network DNS Zone provisioning state \\\n * {@link KnownWorkloadNetworkDnsZoneProvisioningState} can be used interchangeably with WorkloadNetworkDnsZoneProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkDnsZoneProvisioningState = string;\n\n/** The response of a WorkloadNetworkGateway list operation. */\nexport interface _WorkloadNetworkGatewayList {\n /** The WorkloadNetworkGateway items on this page */\n value: WorkloadNetworkGateway[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workloadNetworkGatewayListDeserializer(item: any): _WorkloadNetworkGatewayList {\n return {\n value: workloadNetworkGatewayArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workloadNetworkGatewayArrayDeserializer(\n result: Array<WorkloadNetworkGateway>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkGatewayDeserializer(item);\n });\n}\n\n/** NSX Gateway. */\nexport interface WorkloadNetworkGateway extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkGatewayProperties;\n}\n\nexport function workloadNetworkGatewayDeserializer(item: any): WorkloadNetworkGateway {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkGatewayPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a NSX Gateway. */\nexport interface WorkloadNetworkGatewayProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: WorkloadNetworkProvisioningState;\n /** Display name of the DHCP entity. */\n displayName?: string;\n /** NSX Gateway Path. */\n readonly path?: string;\n}\n\nexport function workloadNetworkGatewayPropertiesDeserializer(\n item: any,\n): WorkloadNetworkGatewayProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n displayName: item[\"displayName\"],\n path: item[\"path\"],\n };\n}\n\n/** The response of a WorkloadNetworkPortMirroring list operation. */\nexport interface _WorkloadNetworkPortMirroringList {\n /** The WorkloadNetworkPortMirroring items on this page */\n value: WorkloadNetworkPortMirroring[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workloadNetworkPortMirroringListDeserializer(\n item: any,\n): _WorkloadNetworkPortMirroringList {\n return {\n value: workloadNetworkPortMirroringArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workloadNetworkPortMirroringArraySerializer(\n result: Array<WorkloadNetworkPortMirroring>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkPortMirroringSerializer(item);\n });\n}\n\nexport function workloadNetworkPortMirroringArrayDeserializer(\n result: Array<WorkloadNetworkPortMirroring>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkPortMirroringDeserializer(item);\n });\n}\n\n/** NSX Port Mirroring */\nexport interface WorkloadNetworkPortMirroring extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkPortMirroringProperties;\n}\n\nexport function workloadNetworkPortMirroringSerializer(item: WorkloadNetworkPortMirroring): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkPortMirroringPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function workloadNetworkPortMirroringDeserializer(item: any): WorkloadNetworkPortMirroring {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkPortMirroringPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** NSX Port Mirroring Properties */\nexport interface WorkloadNetworkPortMirroringProperties {\n /** Display name of the port mirroring profile. */\n displayName?: string;\n /** Direction of port mirroring profile. */\n direction?: PortMirroringDirectionEnum;\n /** Source VM Group. */\n source?: string;\n /** Destination VM Group. */\n destination?: string;\n /** Port Mirroring Status. */\n readonly status?: PortMirroringStatusEnum;\n /** The provisioning state */\n readonly provisioningState?: WorkloadNetworkPortMirroringProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\nexport function workloadNetworkPortMirroringPropertiesSerializer(\n item: WorkloadNetworkPortMirroringProperties,\n): any {\n return {\n displayName: item[\"displayName\"],\n direction: item[\"direction\"],\n source: item[\"source\"],\n destination: item[\"destination\"],\n revision: item[\"revision\"],\n };\n}\n\nexport function workloadNetworkPortMirroringPropertiesDeserializer(\n item: any,\n): WorkloadNetworkPortMirroringProperties {\n return {\n displayName: item[\"displayName\"],\n direction: item[\"direction\"],\n source: item[\"source\"],\n destination: item[\"destination\"],\n status: item[\"status\"],\n provisioningState: item[\"provisioningState\"],\n revision: item[\"revision\"],\n };\n}\n\n/** Port Mirroring Direction */\nexport enum KnownPortMirroringDirectionEnum {\n /** is ingress */\n Ingress = \"INGRESS\",\n /** is egress */\n Egress = \"EGRESS\",\n /** is bidirectional */\n Bidirectional = \"BIDIRECTIONAL\",\n}\n\n/**\n * Port Mirroring Direction \\\n * {@link KnownPortMirroringDirectionEnum} can be used interchangeably with PortMirroringDirectionEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **INGRESS**: is ingress \\\n * **EGRESS**: is egress \\\n * **BIDIRECTIONAL**: is bidirectional\n */\nexport type PortMirroringDirectionEnum = string;\n\n/** Port Mirroring status */\nexport enum KnownPortMirroringStatusEnum {\n /** is success */\n Success = \"SUCCESS\",\n /** is failure */\n Failure = \"FAILURE\",\n}\n\n/**\n * Port Mirroring status \\\n * {@link KnownPortMirroringStatusEnum} can be used interchangeably with PortMirroringStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SUCCESS**: is success \\\n * **FAILURE**: is failure\n */\nexport type PortMirroringStatusEnum = string;\n\n/** Workload Network Port Mirroring provisioning state */\nexport enum KnownWorkloadNetworkPortMirroringProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Workload Network Port Mirroring provisioning state \\\n * {@link KnownWorkloadNetworkPortMirroringProvisioningState} can be used interchangeably with WorkloadNetworkPortMirroringProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkPortMirroringProvisioningState = string;\n\n/** The response of a WorkloadNetworkPublicIP list operation. */\nexport interface _WorkloadNetworkPublicIPsList {\n /** The WorkloadNetworkPublicIP items on this page */\n value: WorkloadNetworkPublicIP[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workloadNetworkPublicIPsListDeserializer(\n item: any,\n): _WorkloadNetworkPublicIPsList {\n return {\n value: workloadNetworkPublicIPArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workloadNetworkPublicIPArraySerializer(\n result: Array<WorkloadNetworkPublicIP>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkPublicIPSerializer(item);\n });\n}\n\nexport function workloadNetworkPublicIPArrayDeserializer(\n result: Array<WorkloadNetworkPublicIP>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkPublicIPDeserializer(item);\n });\n}\n\n/** NSX Public IP Block */\nexport interface WorkloadNetworkPublicIP extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkPublicIPProperties;\n}\n\nexport function workloadNetworkPublicIPSerializer(item: WorkloadNetworkPublicIP): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkPublicIPPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function workloadNetworkPublicIPDeserializer(item: any): WorkloadNetworkPublicIP {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkPublicIPPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** NSX Public IP Block Properties */\nexport interface WorkloadNetworkPublicIPProperties {\n /** Display name of the Public IP Block. */\n displayName?: string;\n /** Number of Public IPs requested. */\n numberOfPublicIPs?: number;\n /** CIDR Block of the Public IP Block. */\n readonly publicIPBlock?: string;\n /** The provisioning state */\n readonly provisioningState?: WorkloadNetworkPublicIPProvisioningState;\n}\n\nexport function workloadNetworkPublicIPPropertiesSerializer(\n item: WorkloadNetworkPublicIPProperties,\n): any {\n return {\n displayName: item[\"displayName\"],\n numberOfPublicIPs: item[\"numberOfPublicIPs\"],\n };\n}\n\nexport function workloadNetworkPublicIPPropertiesDeserializer(\n item: any,\n): WorkloadNetworkPublicIPProperties {\n return {\n displayName: item[\"displayName\"],\n numberOfPublicIPs: item[\"numberOfPublicIPs\"],\n publicIPBlock: item[\"publicIPBlock\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Workload Network Public IP provisioning state */\nexport enum KnownWorkloadNetworkPublicIPProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Workload Network Public IP provisioning state \\\n * {@link KnownWorkloadNetworkPublicIPProvisioningState} can be used interchangeably with WorkloadNetworkPublicIPProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkPublicIPProvisioningState = string;\n\n/** The response of a WorkloadNetworkSegment list operation. */\nexport interface _WorkloadNetworkSegmentsList {\n /** The WorkloadNetworkSegment items on this page */\n value: WorkloadNetworkSegment[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workloadNetworkSegmentsListDeserializer(item: any): _WorkloadNetworkSegmentsList {\n return {\n value: workloadNetworkSegmentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workloadNetworkSegmentArraySerializer(\n result: Array<WorkloadNetworkSegment>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkSegmentSerializer(item);\n });\n}\n\nexport function workloadNetworkSegmentArrayDeserializer(\n result: Array<WorkloadNetworkSegment>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkSegmentDeserializer(item);\n });\n}\n\n/** NSX Segment */\nexport interface WorkloadNetworkSegment extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkSegmentProperties;\n}\n\nexport function workloadNetworkSegmentSerializer(item: WorkloadNetworkSegment): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkSegmentPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function workloadNetworkSegmentDeserializer(item: any): WorkloadNetworkSegment {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkSegmentPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** NSX Segment Properties */\nexport interface WorkloadNetworkSegmentProperties {\n /** Display name of the segment. */\n displayName?: string;\n /** Gateway which to connect segment to. */\n connectedGateway?: string;\n /** Subnet which to connect segment to. */\n subnet?: WorkloadNetworkSegmentSubnet;\n /** Port Vif which segment is associated with. */\n readonly portVif?: WorkloadNetworkSegmentPortVif[];\n /** Segment status. */\n readonly status?: SegmentStatusEnum;\n /** The provisioning state */\n readonly provisioningState?: WorkloadNetworkSegmentProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\nexport function workloadNetworkSegmentPropertiesSerializer(\n item: WorkloadNetworkSegmentProperties,\n): any {\n return {\n displayName: item[\"displayName\"],\n connectedGateway: item[\"connectedGateway\"],\n subnet: !item[\"subnet\"]\n ? item[\"subnet\"]\n : workloadNetworkSegmentSubnetSerializer(item[\"subnet\"]),\n revision: item[\"revision\"],\n };\n}\n\nexport function workloadNetworkSegmentPropertiesDeserializer(\n item: any,\n): WorkloadNetworkSegmentProperties {\n return {\n displayName: item[\"displayName\"],\n connectedGateway: item[\"connectedGateway\"],\n subnet: !item[\"subnet\"]\n ? item[\"subnet\"]\n : workloadNetworkSegmentSubnetDeserializer(item[\"subnet\"]),\n portVif: !item[\"portVif\"]\n ? item[\"portVif\"]\n : workloadNetworkSegmentPortVifArrayDeserializer(item[\"portVif\"]),\n status: item[\"status\"],\n provisioningState: item[\"provisioningState\"],\n revision: item[\"revision\"],\n };\n}\n\n/** Subnet configuration for segment */\nexport interface WorkloadNetworkSegmentSubnet {\n /** DHCP Range assigned for subnet. */\n dhcpRanges?: string[];\n /** Gateway address. */\n gatewayAddress?: string;\n}\n\nexport function workloadNetworkSegmentSubnetSerializer(item: WorkloadNetworkSegmentSubnet): any {\n return {\n dhcpRanges: !item[\"dhcpRanges\"]\n ? item[\"dhcpRanges\"]\n : item[\"dhcpRanges\"].map((p: any) => {\n return p;\n }),\n gatewayAddress: item[\"gatewayAddress\"],\n };\n}\n\nexport function workloadNetworkSegmentSubnetDeserializer(item: any): WorkloadNetworkSegmentSubnet {\n return {\n dhcpRanges: !item[\"dhcpRanges\"]\n ? item[\"dhcpRanges\"]\n : item[\"dhcpRanges\"].map((p: any) => {\n return p;\n }),\n gatewayAddress: item[\"gatewayAddress\"],\n };\n}\n\nexport function workloadNetworkSegmentPortVifArrayDeserializer(\n result: Array<WorkloadNetworkSegmentPortVif>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkSegmentPortVifDeserializer(item);\n });\n}\n\n/** Ports and any VIF attached to segment. */\nexport interface WorkloadNetworkSegmentPortVif {\n /** Name of port or VIF attached to segment. */\n portName?: string;\n}\n\nexport function workloadNetworkSegmentPortVifDeserializer(\n item: any,\n): WorkloadNetworkSegmentPortVif {\n return {\n portName: item[\"portName\"],\n };\n}\n\n/** Segment status */\nexport enum KnownSegmentStatusEnum {\n /** is success */\n Success = \"SUCCESS\",\n /** is failure */\n Failure = \"FAILURE\",\n}\n\n/**\n * Segment status \\\n * {@link KnownSegmentStatusEnum} can be used interchangeably with SegmentStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SUCCESS**: is success \\\n * **FAILURE**: is failure\n */\nexport type SegmentStatusEnum = string;\n\n/** Workload Network Segment provisioning state */\nexport enum KnownWorkloadNetworkSegmentProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Workload Network Segment provisioning state \\\n * {@link KnownWorkloadNetworkSegmentProvisioningState} can be used interchangeably with WorkloadNetworkSegmentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkSegmentProvisioningState = string;\n\n/** The response of a WorkloadNetworkVirtualMachine list operation. */\nexport interface _WorkloadNetworkVirtualMachinesList {\n /** The WorkloadNetworkVirtualMachine items on this page */\n value: WorkloadNetworkVirtualMachine[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workloadNetworkVirtualMachinesListDeserializer(\n item: any,\n): _WorkloadNetworkVirtualMachinesList {\n return {\n value: workloadNetworkVirtualMachineArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workloadNetworkVirtualMachineArrayDeserializer(\n result: Array<WorkloadNetworkVirtualMachine>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkVirtualMachineDeserializer(item);\n });\n}\n\n/** NSX Virtual Machine */\nexport interface WorkloadNetworkVirtualMachine extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkVirtualMachineProperties;\n}\n\nexport function workloadNetworkVirtualMachineDeserializer(\n item: any,\n): WorkloadNetworkVirtualMachine {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkVirtualMachinePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** NSX Virtual Machine Properties */\nexport interface WorkloadNetworkVirtualMachineProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: WorkloadNetworkProvisioningState;\n /** Display name of the VM. */\n displayName?: string;\n /** Virtual machine type. */\n readonly vmType?: VMTypeEnum;\n}\n\nexport function workloadNetworkVirtualMachinePropertiesDeserializer(\n item: any,\n): WorkloadNetworkVirtualMachineProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n displayName: item[\"displayName\"],\n vmType: item[\"vmType\"],\n };\n}\n\n/** VM type */\nexport enum KnownVMTypeEnum {\n /** is regular */\n Regular = \"REGULAR\",\n /** is edge */\n Edge = \"EDGE\",\n /** is service */\n Service = \"SERVICE\",\n}\n\n/**\n * VM type \\\n * {@link KnownVMTypeEnum} can be used interchangeably with VMTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **REGULAR**: is regular \\\n * **EDGE**: is edge \\\n * **SERVICE**: is service\n */\nexport type VMTypeEnum = string;\n\n/** The response of a WorkloadNetworkVMGroup list operation. */\nexport interface _WorkloadNetworkVMGroupsList {\n /** The WorkloadNetworkVMGroup items on this page */\n value: WorkloadNetworkVMGroup[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workloadNetworkVMGroupsListDeserializer(item: any): _WorkloadNetworkVMGroupsList {\n return {\n value: workloadNetworkVMGroupArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workloadNetworkVMGroupArraySerializer(\n result: Array<WorkloadNetworkVMGroup>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkVMGroupSerializer(item);\n });\n}\n\nexport function workloadNetworkVMGroupArrayDeserializer(\n result: Array<WorkloadNetworkVMGroup>,\n): any[] {\n return result.map((item) => {\n return workloadNetworkVMGroupDeserializer(item);\n });\n}\n\n/** NSX VM Group */\nexport interface WorkloadNetworkVMGroup extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: WorkloadNetworkVMGroupProperties;\n}\n\nexport function workloadNetworkVMGroupSerializer(item: WorkloadNetworkVMGroup): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkVMGroupPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function workloadNetworkVMGroupDeserializer(item: any): WorkloadNetworkVMGroup {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadNetworkVMGroupPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** NSX VM Group Properties */\nexport interface WorkloadNetworkVMGroupProperties {\n /** Display name of the VM group. */\n displayName?: string;\n /** Virtual machine members of this group. */\n members?: string[];\n /** VM Group status. */\n readonly status?: VMGroupStatusEnum;\n /** The provisioning state */\n readonly provisioningState?: WorkloadNetworkVMGroupProvisioningState;\n /** NSX revision number. */\n revision?: number;\n}\n\nexport function workloadNetworkVMGroupPropertiesSerializer(\n item: WorkloadNetworkVMGroupProperties,\n): any {\n return {\n displayName: item[\"displayName\"],\n members: !item[\"members\"]\n ? item[\"members\"]\n : item[\"members\"].map((p: any) => {\n return p;\n }),\n revision: item[\"revision\"],\n };\n}\n\nexport function workloadNetworkVMGroupPropertiesDeserializer(\n item: any,\n): WorkloadNetworkVMGroupProperties {\n return {\n displayName: item[\"displayName\"],\n members: !item[\"members\"]\n ? item[\"members\"]\n : item[\"members\"].map((p: any) => {\n return p;\n }),\n status: item[\"status\"],\n provisioningState: item[\"provisioningState\"],\n revision: item[\"revision\"],\n };\n}\n\n/** VM group status */\nexport enum KnownVMGroupStatusEnum {\n /** is success */\n Success = \"SUCCESS\",\n /** is failure */\n Failure = \"FAILURE\",\n}\n\n/**\n * VM group status \\\n * {@link KnownVMGroupStatusEnum} can be used interchangeably with VMGroupStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SUCCESS**: is success \\\n * **FAILURE**: is failure\n */\nexport type VMGroupStatusEnum = string;\n\n/** Workload Network VM Group provisioning state */\nexport enum KnownWorkloadNetworkVMGroupProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Workload Network VM Group provisioning state \\\n * {@link KnownWorkloadNetworkVMGroupProvisioningState} can be used interchangeably with WorkloadNetworkVMGroupProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type WorkloadNetworkVMGroupProvisioningState = string;\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\nexport function skuSerializer(item: Sku): any {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n capacity: item[\"capacity\"],\n };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n capacity: item[\"capacity\"],\n };\n}\n\n/** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\nexport type SkuTier = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\";\n\n/** Subscription trial availability */\nexport interface Trial {\n /** Trial status */\n readonly status?: TrialStatus;\n /** Number of trial hosts available */\n readonly availableHosts?: number;\n}\n\nexport function trialDeserializer(item: any): Trial {\n return {\n status: item[\"status\"],\n availableHosts: item[\"availableHosts\"],\n };\n}\n\n/** trial status */\nexport enum KnownTrialStatus {\n /** is available */\n TrialAvailable = \"TrialAvailable\",\n /** is used */\n TrialUsed = \"TrialUsed\",\n /** is disabled */\n TrialDisabled = \"TrialDisabled\",\n}\n\n/**\n * trial status \\\n * {@link KnownTrialStatus} can be used interchangeably with TrialStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TrialAvailable**: is available \\\n * **TrialUsed**: is used \\\n * **TrialDisabled**: is disabled\n */\nexport type TrialStatus = string;\n\n/** Subscription quotas */\nexport interface Quota {\n /** Remaining hosts quota by sku type */\n readonly hostsRemaining?: Record<string, number>;\n /** Host quota is active for current subscription */\n readonly quotaEnabled?: QuotaEnabled;\n}\n\nexport function quotaDeserializer(item: any): Quota {\n return {\n hostsRemaining: item[\"hostsRemaining\"],\n quotaEnabled: item[\"quotaEnabled\"],\n };\n}\n\n/** quota enabled */\nexport enum KnownQuotaEnabled {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * quota enabled \\\n * {@link KnownQuotaEnabled} can be used interchangeably with QuotaEnabled,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type QuotaEnabled = string;\n\n/** The response of a PrivateCloud list operation. */\nexport interface _PrivateCloudList {\n /** The PrivateCloud items on this page */\n value: PrivateCloud[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateCloudListDeserializer(item: any): _PrivateCloudList {\n return {\n value: privateCloudArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateCloudArraySerializer(result: Array<PrivateCloud>): any[] {\n return result.map((item) => {\n return privateCloudSerializer(item);\n });\n}\n\nexport function privateCloudArrayDeserializer(result: Array<PrivateCloud>): any[] {\n return result.map((item) => {\n return privateCloudDeserializer(item);\n });\n}\n\n/** A private cloud resource */\nexport interface PrivateCloud extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: PrivateCloudProperties;\n /** The SKU (Stock Keeping Unit) assigned to this resource. */\n sku: Sku;\n /** The managed service identities assigned to this resource. */\n identity?: PrivateCloudIdentity;\n /** The availability zones. */\n zones?: string[];\n}\n\nexport function privateCloudSerializer(item: PrivateCloud): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateCloudPropertiesSerializer(item[\"properties\"]),\n sku: skuSerializer(item[\"sku\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : privateCloudIdentitySerializer(item[\"identity\"]),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function privateCloudDeserializer(item: any): PrivateCloud {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateCloudPropertiesDeserializer(item[\"properties\"]),\n sku: skuDeserializer(item[\"sku\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : privateCloudIdentityDeserializer(item[\"identity\"]),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The properties of a private cloud resource */\nexport interface PrivateCloudProperties {\n /** The default cluster used for management */\n managementCluster: ManagementCluster;\n /** Connectivity to internet is enabled or disabled */\n internet?: InternetEnum;\n /** vCenter Single Sign On Identity Sources */\n identitySources?: IdentitySource[];\n /** Properties describing how the cloud is distributed across availability zones */\n availability?: AvailabilityProperties;\n /** Customer managed key encryption, can be enabled or disabled */\n encryption?: Encryption;\n /**\n * Array of additional networks noncontiguous with networkBlock. Networks must be\n * unique and non-overlapping across VNet in your subscription, on-premise, and\n * this privateCloud networkBlock attribute. Make sure the CIDR format conforms to\n * (A.B.C.D/X).\n */\n extendedNetworkBlocks?: string[];\n /** The provisioning state */\n readonly provisioningState?: PrivateCloudProvisioningState;\n /** An ExpressRoute Circuit */\n circuit?: Circuit;\n /** The endpoints */\n readonly endpoints?: Endpoints;\n /**\n * The block of addresses should be unique across VNet in your subscription as\n * well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where\n * A,B,C,D are between 0 and 255, and X is between 0 and 22\n */\n networkBlock: string;\n /** Network used to access vCenter Server and NSX-T Manager */\n readonly managementNetwork?: string;\n /** Used for virtual machine cold migration, cloning, and snapshot migration */\n readonly provisioningNetwork?: string;\n /** Used for live migration of virtual machines */\n readonly vmotionNetwork?: string;\n /** Optionally, set the vCenter admin password when the private cloud is created */\n vcenterPassword?: string;\n /** Optionally, set the NSX-T Manager password when the private cloud is created */\n nsxtPassword?: string;\n /** Thumbprint of the vCenter Server SSL certificate */\n readonly vcenterCertificateThumbprint?: string;\n /** Thumbprint of the NSX-T Manager SSL certificate */\n readonly nsxtCertificateThumbprint?: string;\n /** Array of cloud link IDs from other clouds that connect to this one */\n readonly externalCloudLinks?: string[];\n /**\n * A secondary expressRoute circuit from a separate AZ. Only present in a\n * stretched private cloud\n */\n secondaryCircuit?: Circuit;\n /**\n * Flag to indicate whether the private cloud has the quota for provisioned NSX\n * Public IP count raised from 64 to 1024\n */\n readonly nsxPublicIpQuotaRaised?: NsxPublicIpQuotaRaisedEnum;\n /** Azure resource ID of the virtual network */\n virtualNetworkId?: string;\n /** The type of DNS zone to use. */\n dnsZoneType?: DnsZoneType;\n}\n\nexport function privateCloudPropertiesSerializer(item: PrivateCloudProperties): any {\n return {\n managementCluster: managementClusterSerializer(item[\"managementCluster\"]),\n internet: item[\"internet\"],\n identitySources: !item[\"identitySources\"]\n ? item[\"identitySources\"]\n : identitySourceArraySerializer(item[\"identitySources\"]),\n availability: !item[\"availability\"]\n ? item[\"availability\"]\n : availabilityPropertiesSerializer(item[\"availability\"]),\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n extendedNetworkBlocks: !item[\"extendedNetworkBlocks\"]\n ? item[\"extendedNetworkBlocks\"]\n : item[\"extendedNetworkBlocks\"].map((p: any) => {\n return p;\n }),\n circuit: !item[\"circuit\"] ? item[\"circuit\"] : circuitSerializer(item[\"circuit\"]),\n networkBlock: item[\"networkBlock\"],\n vcenterPassword: item[\"vcenterPassword\"],\n nsxtPassword: item[\"nsxtPassword\"],\n secondaryCircuit: !item[\"secondaryCircuit\"]\n ? item[\"secondaryCircuit\"]\n : circuitSerializer(item[\"secondaryCircuit\"]),\n virtualNetworkId: item[\"virtualNetworkId\"],\n dnsZoneType: item[\"dnsZoneType\"],\n };\n}\n\nexport function privateCloudPropertiesDeserializer(item: any): PrivateCloudProperties {\n return {\n managementCluster: managementClusterDeserializer(item[\"managementCluster\"]),\n internet: item[\"internet\"],\n identitySources: !item[\"identitySources\"]\n ? item[\"identitySources\"]\n : identitySourceArrayDeserializer(item[\"identitySources\"]),\n availability: !item[\"availability\"]\n ? item[\"availability\"]\n : availabilityPropertiesDeserializer(item[\"availability\"]),\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionDeserializer(item[\"encryption\"]),\n extendedNetworkBlocks: !item[\"extendedNetworkBlocks\"]\n ? item[\"extendedNetworkBlocks\"]\n : item[\"extendedNetworkBlocks\"].map((p: any) => {\n return p;\n }),\n provisioningState: item[\"provisioningState\"],\n circuit: !item[\"circuit\"] ? item[\"circuit\"] : circuitDeserializer(item[\"circuit\"]),\n endpoints: !item[\"endpoints\"] ? item[\"endpoints\"] : endpointsDeserializer(item[\"endpoints\"]),\n networkBlock: item[\"networkBlock\"],\n managementNetwork: item[\"managementNetwork\"],\n provisioningNetwork: item[\"provisioningNetwork\"],\n vmotionNetwork: item[\"vmotionNetwork\"],\n vcenterPassword: item[\"vcenterPassword\"],\n nsxtPassword: item[\"nsxtPassword\"],\n vcenterCertificateThumbprint: item[\"vcenterCertificateThumbprint\"],\n nsxtCertificateThumbprint: item[\"nsxtCertificateThumbprint\"],\n externalCloudLinks: !item[\"externalCloudLinks\"]\n ? item[\"externalCloudLinks\"]\n : item[\"externalCloudLinks\"].map((p: any) => {\n return p;\n }),\n secondaryCircuit: !item[\"secondaryCircuit\"]\n ? item[\"secondaryCircuit\"]\n : circuitDeserializer(item[\"secondaryCircuit\"]),\n nsxPublicIpQuotaRaised: item[\"nsxPublicIpQuotaRaised\"],\n virtualNetworkId: item[\"virtualNetworkId\"],\n dnsZoneType: item[\"dnsZoneType\"],\n };\n}\n\n/** The properties of a management cluster */\nexport interface ManagementCluster {\n /** The cluster size */\n clusterSize?: number;\n /** The state of the cluster provisioning */\n readonly provisioningState?: ClusterProvisioningState;\n /** The identity */\n readonly clusterId?: number;\n /** The hosts */\n hosts?: string[];\n /** Name of the vsan datastore associated with the cluster */\n vsanDatastoreName?: string;\n}\n\nexport function managementClusterSerializer(item: ManagementCluster): any {\n return {\n clusterSize: item[\"clusterSize\"],\n hosts: !item[\"hosts\"]\n ? item[\"hosts\"]\n : item[\"hosts\"].map((p: any) => {\n return p;\n }),\n vsanDatastoreName: item[\"vsanDatastoreName\"],\n };\n}\n\nexport function managementClusterDeserializer(item: any): ManagementCluster {\n return {\n clusterSize: item[\"clusterSize\"],\n provisioningState: item[\"provisioningState\"],\n clusterId: item[\"clusterId\"],\n hosts: !item[\"hosts\"]\n ? item[\"hosts\"]\n : item[\"hosts\"].map((p: any) => {\n return p;\n }),\n vsanDatastoreName: item[\"vsanDatastoreName\"],\n };\n}\n\n/** Cluster provisioning state */\nexport enum KnownClusterProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is cancelled */\n Cancelled = \"Cancelled\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Cluster provisioning state \\\n * {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Cancelled**: is cancelled \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type ClusterProvisioningState = string;\n\n/** Whether internet is enabled or disabled */\nexport enum KnownInternetEnum {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Whether internet is enabled or disabled \\\n * {@link KnownInternetEnum} can be used interchangeably with InternetEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type InternetEnum = string;\n\nexport function identitySourceArraySerializer(result: Array<IdentitySource>): any[] {\n return result.map((item) => {\n return identitySourceSerializer(item);\n });\n}\n\nexport function identitySourceArrayDeserializer(result: Array<IdentitySource>): any[] {\n return result.map((item) => {\n return identitySourceDeserializer(item);\n });\n}\n\n/** vCenter Single Sign On Identity Source */\nexport interface IdentitySource {\n /** The name of the identity source */\n name?: string;\n /** The domain's NetBIOS name */\n alias?: string;\n /** The domain's DNS name */\n domain?: string;\n /** The base distinguished name for users */\n baseUserDN?: string;\n /** The base distinguished name for groups */\n baseGroupDN?: string;\n /** Primary server URL */\n primaryServer?: string;\n /** Secondary server URL */\n secondaryServer?: string;\n /** Protect LDAP communication using SSL certificate (LDAPS) */\n ssl?: SslEnum;\n /**\n * The ID of an Active Directory user with a minimum of read-only access to Base\n * DN for users and group\n */\n username?: string;\n /**\n * The password of the Active Directory user with a minimum of read-only access to\n * Base DN for users and groups.\n */\n password?: string;\n}\n\nexport function identitySourceSerializer(item: IdentitySource): any {\n return {\n name: item[\"name\"],\n alias: item[\"alias\"],\n domain: item[\"domain\"],\n baseUserDN: item[\"baseUserDN\"],\n baseGroupDN: item[\"baseGroupDN\"],\n primaryServer: item[\"primaryServer\"],\n secondaryServer: item[\"secondaryServer\"],\n ssl: item[\"ssl\"],\n username: item[\"username\"],\n password: item[\"password\"],\n };\n}\n\nexport function identitySourceDeserializer(item: any): IdentitySource {\n return {\n name: item[\"name\"],\n alias: item[\"alias\"],\n domain: item[\"domain\"],\n baseUserDN: item[\"baseUserDN\"],\n baseGroupDN: item[\"baseGroupDN\"],\n primaryServer: item[\"primaryServer\"],\n secondaryServer: item[\"secondaryServer\"],\n ssl: item[\"ssl\"],\n username: item[\"username\"],\n password: item[\"password\"],\n };\n}\n\n/** Whether SSL is enabled or disabled */\nexport enum KnownSslEnum {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Whether SSL is enabled or disabled \\\n * {@link KnownSslEnum} can be used interchangeably with SslEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type SslEnum = string;\n\n/** The properties describing private cloud availability zone distribution */\nexport interface AvailabilityProperties {\n /** The availability strategy for the private cloud */\n strategy?: AvailabilityStrategy;\n /** The primary availability zone for the private cloud */\n zone?: number;\n /** The secondary availability zone for the private cloud */\n secondaryZone?: number;\n}\n\nexport function availabilityPropertiesSerializer(item: AvailabilityProperties): any {\n return {\n strategy: item[\"strategy\"],\n zone: item[\"zone\"],\n secondaryZone: item[\"secondaryZone\"],\n };\n}\n\nexport function availabilityPropertiesDeserializer(item: any): AvailabilityProperties {\n return {\n strategy: item[\"strategy\"],\n zone: item[\"zone\"],\n secondaryZone: item[\"secondaryZone\"],\n };\n}\n\n/** Whether the private clouds is available in a single zone or two zones */\nexport enum KnownAvailabilityStrategy {\n /** in single zone */\n SingleZone = \"SingleZone\",\n /** in two zones */\n DualZone = \"DualZone\",\n}\n\n/**\n * Whether the private clouds is available in a single zone or two zones \\\n * {@link KnownAvailabilityStrategy} can be used interchangeably with AvailabilityStrategy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SingleZone**: in single zone \\\n * **DualZone**: in two zones\n */\nexport type AvailabilityStrategy = string;\n\n/** The properties of customer managed encryption key */\nexport interface Encryption {\n /** Status of customer managed encryption key */\n status?: EncryptionState;\n /** The key vault where the encryption key is stored */\n keyVaultProperties?: EncryptionKeyVaultProperties;\n}\n\nexport function encryptionSerializer(item: Encryption): any {\n return {\n status: item[\"status\"],\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : encryptionKeyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n };\n}\n\nexport function encryptionDeserializer(item: any): Encryption {\n return {\n status: item[\"status\"],\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : encryptionKeyVaultPropertiesDeserializer(item[\"keyVaultProperties\"]),\n };\n}\n\n/** Whether encryption is enabled or disabled */\nexport enum KnownEncryptionState {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Whether encryption is enabled or disabled \\\n * {@link KnownEncryptionState} can be used interchangeably with EncryptionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type EncryptionState = string;\n\n/** An Encryption Key */\nexport interface EncryptionKeyVaultProperties {\n /** The name of the key. */\n keyName?: string;\n /** The version of the key. */\n keyVersion?: string;\n /** The auto-detected version of the key if versionType is auto-detected. */\n readonly autoDetectedKeyVersion?: string;\n /** The URL of the vault. */\n keyVaultUrl?: string;\n /** The state of key provided */\n readonly keyState?: EncryptionKeyStatus;\n /** Property of the key if user provided or auto detected */\n readonly versionType?: EncryptionVersionType;\n}\n\nexport function encryptionKeyVaultPropertiesSerializer(item: EncryptionKeyVaultProperties): any {\n return {\n keyName: item[\"keyName\"],\n keyVersion: item[\"keyVersion\"],\n keyVaultUrl: item[\"keyVaultUrl\"],\n };\n}\n\nexport function encryptionKeyVaultPropertiesDeserializer(item: any): EncryptionKeyVaultProperties {\n return {\n keyName: item[\"keyName\"],\n keyVersion: item[\"keyVersion\"],\n autoDetectedKeyVersion: item[\"autoDetectedKeyVersion\"],\n keyVaultUrl: item[\"keyVaultUrl\"],\n keyState: item[\"keyState\"],\n versionType: item[\"versionType\"],\n };\n}\n\n/** Whether the the encryption key is connected or access denied */\nexport enum KnownEncryptionKeyStatus {\n /** is connected */\n Connected = \"Connected\",\n /** is access denied */\n AccessDenied = \"AccessDenied\",\n}\n\n/**\n * Whether the the encryption key is connected or access denied \\\n * {@link KnownEncryptionKeyStatus} can be used interchangeably with EncryptionKeyStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected**: is connected \\\n * **AccessDenied**: is access denied\n */\nexport type EncryptionKeyStatus = string;\n\n/** Whether the encryption version is fixed or auto-detected */\nexport enum KnownEncryptionVersionType {\n /** is fixed */\n Fixed = \"Fixed\",\n /** is auto-detected */\n AutoDetected = \"AutoDetected\",\n}\n\n/**\n * Whether the encryption version is fixed or auto-detected \\\n * {@link KnownEncryptionVersionType} can be used interchangeably with EncryptionVersionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Fixed**: is fixed \\\n * **AutoDetected**: is auto-detected\n */\nexport type EncryptionVersionType = string;\n\n/** private cloud provisioning state */\nexport enum KnownPrivateCloudProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is cancelled */\n Cancelled = \"Cancelled\",\n /** is pending */\n Pending = \"Pending\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * private cloud provisioning state \\\n * {@link KnownPrivateCloudProvisioningState} can be used interchangeably with PrivateCloudProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Cancelled**: is cancelled \\\n * **Pending**: is pending \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type PrivateCloudProvisioningState = string;\n\n/** An ExpressRoute Circuit */\nexport interface Circuit {\n /** CIDR of primary subnet */\n readonly primarySubnet?: string;\n /** CIDR of secondary subnet */\n readonly secondarySubnet?: string;\n /** Identifier of the ExpressRoute Circuit (Microsoft Colo only) */\n readonly expressRouteID?: string;\n /** ExpressRoute Circuit private peering identifier */\n readonly expressRoutePrivatePeeringID?: string;\n}\n\nexport function circuitSerializer(item: Circuit): any {\n return item;\n}\n\nexport function circuitDeserializer(item: any): Circuit {\n return {\n primarySubnet: item[\"primarySubnet\"],\n secondarySubnet: item[\"secondarySubnet\"],\n expressRouteID: item[\"expressRouteID\"],\n expressRoutePrivatePeeringID: item[\"expressRoutePrivatePeeringID\"],\n };\n}\n\n/** Endpoint addresses */\nexport interface Endpoints {\n /** Endpoint FQDN for the NSX-T Data Center manager */\n readonly nsxtManager?: string;\n /** Endpoint FQDN for Virtual Center Server Appliance */\n readonly vcsa?: string;\n /** Endpoint FQDN for the HCX Cloud Manager */\n readonly hcxCloudManager?: string;\n /** Endpoint IP for the NSX-T Data Center manager */\n readonly nsxtManagerIp?: string;\n /** Endpoint IP for Virtual Center Server Appliance */\n readonly vcenterIp?: string;\n /** Endpoint IP for the HCX Cloud Manager */\n readonly hcxCloudManagerIp?: string;\n}\n\nexport function endpointsDeserializer(item: any): Endpoints {\n return {\n nsxtManager: item[\"nsxtManager\"],\n vcsa: item[\"vcsa\"],\n hcxCloudManager: item[\"hcxCloudManager\"],\n nsxtManagerIp: item[\"nsxtManagerIp\"],\n vcenterIp: item[\"vcenterIp\"],\n hcxCloudManagerIp: item[\"hcxCloudManagerIp\"],\n };\n}\n\n/** NSX public IP quota raised */\nexport enum KnownNsxPublicIpQuotaRaisedEnum {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * NSX public IP quota raised \\\n * {@link KnownNsxPublicIpQuotaRaisedEnum} can be used interchangeably with NsxPublicIpQuotaRaisedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type NsxPublicIpQuotaRaisedEnum = string;\n\n/** The type of DNS zone. */\nexport enum KnownDnsZoneType {\n /** Primary DNS zone. */\n Public = \"Public\",\n /** Private DNS zone. */\n Private = \"Private\",\n}\n\n/**\n * The type of DNS zone. \\\n * {@link KnownDnsZoneType} can be used interchangeably with DnsZoneType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Public**: Primary DNS zone. \\\n * **Private**: Private DNS zone.\n */\nexport type DnsZoneType = string;\n\n/** Managed service identity (either system assigned, or none) */\nexport interface PrivateCloudIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ResourceIdentityType;\n}\n\nexport function privateCloudIdentitySerializer(item: PrivateCloudIdentity): any {\n return { type: item[\"type\"] };\n}\n\nexport function privateCloudIdentityDeserializer(item: any): PrivateCloudIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n };\n}\n\n/** Type of managed service identity (either system assigned, or none). */\nexport enum KnownResourceIdentityType {\n /** No managed system identity. */\n None = \"None\",\n /** System assigned managed system identity. */\n SystemAssigned = \"SystemAssigned\",\n}\n\n/**\n * Type of managed service identity (either system assigned, or none). \\\n * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed system identity. \\\n * **SystemAssigned**: System assigned managed system identity.\n */\nexport type ResourceIdentityType = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** An update to a private cloud resource */\nexport interface PrivateCloudUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The SKU (Stock Keeping Unit) assigned to this resource. */\n sku?: Sku;\n /** The managed service identities assigned to this resource. */\n identity?: PrivateCloudIdentity;\n /** The updatable properties of a private cloud resource */\n properties?: PrivateCloudUpdateProperties;\n}\n\nexport function privateCloudUpdateSerializer(item: PrivateCloudUpdate): any {\n return {\n tags: item[\"tags\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : privateCloudIdentitySerializer(item[\"identity\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateCloudUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a private cloud resource that may be updated */\nexport interface PrivateCloudUpdateProperties {\n /** The default cluster used for management */\n managementCluster?: ManagementCluster;\n /** Connectivity to internet is enabled or disabled */\n internet?: InternetEnum;\n /** vCenter Single Sign On Identity Sources */\n identitySources?: IdentitySource[];\n /** Properties describing how the cloud is distributed across availability zones */\n availability?: AvailabilityProperties;\n /** Customer managed key encryption, can be enabled or disabled */\n encryption?: Encryption;\n /**\n * Array of additional networks noncontiguous with networkBlock. Networks must be\n * unique and non-overlapping across VNet in your subscription, on-premise, and\n * this privateCloud networkBlock attribute. Make sure the CIDR format conforms to\n * (A.B.C.D/X).\n */\n extendedNetworkBlocks?: string[];\n /** The type of DNS zone to use. */\n dnsZoneType?: DnsZoneType;\n}\n\nexport function privateCloudUpdatePropertiesSerializer(item: PrivateCloudUpdateProperties): any {\n return {\n managementCluster: !item[\"managementCluster\"]\n ? item[\"managementCluster\"]\n : managementClusterSerializer(item[\"managementCluster\"]),\n internet: item[\"internet\"],\n identitySources: !item[\"identitySources\"]\n ? item[\"identitySources\"]\n : identitySourceArraySerializer(item[\"identitySources\"]),\n availability: !item[\"availability\"]\n ? item[\"availability\"]\n : availabilityPropertiesSerializer(item[\"availability\"]),\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n extendedNetworkBlocks: !item[\"extendedNetworkBlocks\"]\n ? item[\"extendedNetworkBlocks\"]\n : item[\"extendedNetworkBlocks\"].map((p: any) => {\n return p;\n }),\n dnsZoneType: item[\"dnsZoneType\"],\n };\n}\n\n/** Administrative credentials for accessing vCenter and NSX-T */\nexport interface AdminCredentials {\n /** NSX-T Manager username */\n readonly nsxtUsername?: string;\n /** NSX-T Manager password */\n readonly nsxtPassword?: string;\n /** vCenter admin username */\n readonly vcenterUsername?: string;\n /** vCenter admin password */\n readonly vcenterPassword?: string;\n}\n\nexport function adminCredentialsDeserializer(item: any): AdminCredentials {\n return {\n nsxtUsername: item[\"nsxtUsername\"],\n nsxtPassword: item[\"nsxtPassword\"],\n vcenterUsername: item[\"vcenterUsername\"],\n vcenterPassword: item[\"vcenterPassword\"],\n };\n}\n\n/** The response of a Cluster list operation. */\nexport interface _ClusterList {\n /** The Cluster items on this page */\n value: Cluster[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _clusterListDeserializer(item: any): _ClusterList {\n return {\n value: clusterArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function clusterArraySerializer(result: Array<Cluster>): any[] {\n return result.map((item) => {\n return clusterSerializer(item);\n });\n}\n\nexport function clusterArrayDeserializer(result: Array<Cluster>): any[] {\n return result.map((item) => {\n return clusterDeserializer(item);\n });\n}\n\n/** A cluster resource */\nexport interface Cluster extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ClusterProperties;\n /** The SKU (Stock Keeping Unit) assigned to this resource. */\n sku: Sku;\n}\n\nexport function clusterSerializer(item: Cluster): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : clusterPropertiesSerializer(item[\"properties\"]),\n sku: skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function clusterDeserializer(item: any): Cluster {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : clusterPropertiesDeserializer(item[\"properties\"]),\n sku: skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** The properties of a cluster */\nexport interface ClusterProperties {\n /** The cluster size */\n clusterSize?: number;\n /** The state of the cluster provisioning */\n readonly provisioningState?: ClusterProvisioningState;\n /** The identity */\n readonly clusterId?: number;\n /** The hosts */\n hosts?: string[];\n /** Name of the vsan datastore associated with the cluster */\n vsanDatastoreName?: string;\n}\n\nexport function clusterPropertiesSerializer(item: ClusterProperties): any {\n return {\n clusterSize: item[\"clusterSize\"],\n hosts: !item[\"hosts\"]\n ? item[\"hosts\"]\n : item[\"hosts\"].map((p: any) => {\n return p;\n }),\n vsanDatastoreName: item[\"vsanDatastoreName\"],\n };\n}\n\nexport function clusterPropertiesDeserializer(item: any): ClusterProperties {\n return {\n clusterSize: item[\"clusterSize\"],\n provisioningState: item[\"provisioningState\"],\n clusterId: item[\"clusterId\"],\n hosts: !item[\"hosts\"]\n ? item[\"hosts\"]\n : item[\"hosts\"].map((p: any) => {\n return p;\n }),\n vsanDatastoreName: item[\"vsanDatastoreName\"],\n };\n}\n\n/** An update of a cluster resource */\nexport interface ClusterUpdate {\n /** The SKU (Stock Keeping Unit) assigned to this resource. */\n sku?: Sku;\n /** The properties of a cluster resource that may be updated */\n properties?: ClusterUpdateProperties;\n}\n\nexport function clusterUpdateSerializer(item: ClusterUpdate): any {\n return {\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : clusterUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a cluster that may be updated */\nexport interface ClusterUpdateProperties {\n /** The cluster size */\n clusterSize?: number;\n /** The hosts */\n hosts?: string[];\n}\n\nexport function clusterUpdatePropertiesSerializer(item: ClusterUpdateProperties): any {\n return {\n clusterSize: item[\"clusterSize\"],\n hosts: !item[\"hosts\"]\n ? item[\"hosts\"]\n : item[\"hosts\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** List of all zones and associated hosts for a cluster */\nexport interface ClusterZoneList {\n /** Zone and associated hosts info */\n zones?: ClusterZone[];\n}\n\nexport function clusterZoneListDeserializer(item: any): ClusterZoneList {\n return {\n zones: !item[\"zones\"] ? item[\"zones\"] : clusterZoneArrayDeserializer(item[\"zones\"]),\n };\n}\n\nexport function clusterZoneArrayDeserializer(result: Array<ClusterZone>): any[] {\n return result.map((item) => {\n return clusterZoneDeserializer(item);\n });\n}\n\n/** Zone and associated hosts info */\nexport interface ClusterZone {\n /** List of hosts belonging to the availability zone in a cluster */\n readonly hosts?: string[];\n /** Availability zone identifier */\n readonly zone?: string;\n}\n\nexport function clusterZoneDeserializer(item: any): ClusterZone {\n return {\n hosts: !item[\"hosts\"]\n ? item[\"hosts\"]\n : item[\"hosts\"].map((p: any) => {\n return p;\n }),\n zone: item[\"zone\"],\n };\n}\n\n/** The response of a Datastore list operation. */\nexport interface _DatastoreList {\n /** The Datastore items on this page */\n value: Datastore[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _datastoreListDeserializer(item: any): _DatastoreList {\n return {\n value: datastoreArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function datastoreArraySerializer(result: Array<Datastore>): any[] {\n return result.map((item) => {\n return datastoreSerializer(item);\n });\n}\n\nexport function datastoreArrayDeserializer(result: Array<Datastore>): any[] {\n return result.map((item) => {\n return datastoreDeserializer(item);\n });\n}\n\n/** A datastore resource */\nexport interface Datastore extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DatastoreProperties;\n}\n\nexport function datastoreSerializer(item: Datastore): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : datastorePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function datastoreDeserializer(item: any): Datastore {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : datastorePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a datastore */\nexport interface DatastoreProperties {\n /** The state of the datastore provisioning */\n readonly provisioningState?: DatastoreProvisioningState;\n /** An Azure NetApp Files volume */\n netAppVolume?: NetAppVolume;\n /** An iSCSI volume */\n diskPoolVolume?: DiskPoolVolume;\n /** An Elastic SAN volume */\n elasticSanVolume?: ElasticSanVolume;\n /** A Pure Storage volume */\n pureStorageVolume?: PureStorageVolume;\n /** The operational status of the datastore */\n readonly status?: DatastoreStatus;\n}\n\nexport function datastorePropertiesSerializer(item: DatastoreProperties): any {\n return {\n netAppVolume: !item[\"netAppVolume\"]\n ? item[\"netAppVolume\"]\n : netAppVolumeSerializer(item[\"netAppVolume\"]),\n diskPoolVolume: !item[\"diskPoolVolume\"]\n ? item[\"diskPoolVolume\"]\n : diskPoolVolumeSerializer(item[\"diskPoolVolume\"]),\n elasticSanVolume: !item[\"elasticSanVolume\"]\n ? item[\"elasticSanVolume\"]\n : elasticSanVolumeSerializer(item[\"elasticSanVolume\"]),\n pureStorageVolume: !item[\"pureStorageVolume\"]\n ? item[\"pureStorageVolume\"]\n : pureStorageVolumeSerializer(item[\"pureStorageVolume\"]),\n };\n}\n\nexport function datastorePropertiesDeserializer(item: any): DatastoreProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n netAppVolume: !item[\"netAppVolume\"]\n ? item[\"netAppVolume\"]\n : netAppVolumeDeserializer(item[\"netAppVolume\"]),\n diskPoolVolume: !item[\"diskPoolVolume\"]\n ? item[\"diskPoolVolume\"]\n : diskPoolVolumeDeserializer(item[\"diskPoolVolume\"]),\n elasticSanVolume: !item[\"elasticSanVolume\"]\n ? item[\"elasticSanVolume\"]\n : elasticSanVolumeDeserializer(item[\"elasticSanVolume\"]),\n pureStorageVolume: !item[\"pureStorageVolume\"]\n ? item[\"pureStorageVolume\"]\n : pureStorageVolumeDeserializer(item[\"pureStorageVolume\"]),\n status: item[\"status\"],\n };\n}\n\n/** datastore provisioning state */\nexport enum KnownDatastoreProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is cancelled */\n Cancelled = \"Cancelled\",\n /** is pending */\n Pending = \"Pending\",\n /** is creating */\n Creating = \"Creating\",\n /** is updating */\n Updating = \"Updating\",\n /** is deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * datastore provisioning state \\\n * {@link KnownDatastoreProvisioningState} can be used interchangeably with DatastoreProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Cancelled**: is cancelled \\\n * **Pending**: is pending \\\n * **Creating**: is creating \\\n * **Updating**: is updating \\\n * **Deleting**: is deleting\n */\nexport type DatastoreProvisioningState = string;\n\n/** An Azure NetApp Files volume from Microsoft.NetApp provider */\nexport interface NetAppVolume {\n /** Azure resource ID of the NetApp volume */\n id: string;\n}\n\nexport function netAppVolumeSerializer(item: NetAppVolume): any {\n return { id: item[\"id\"] };\n}\n\nexport function netAppVolumeDeserializer(item: any): NetAppVolume {\n return {\n id: item[\"id\"],\n };\n}\n\n/** An iSCSI volume from Microsoft.StoragePool provider */\nexport interface DiskPoolVolume {\n /** Azure resource ID of the iSCSI target */\n targetId: string;\n /** Name of the LUN to be used for datastore */\n lunName: string;\n /**\n * Mode that describes whether the LUN has to be mounted as a datastore or\n * attached as a LUN\n */\n mountOption?: MountOptionEnum;\n /** Device path */\n readonly path?: string;\n}\n\nexport function diskPoolVolumeSerializer(item: DiskPoolVolume): any {\n return {\n targetId: item[\"targetId\"],\n lunName: item[\"lunName\"],\n mountOption: item[\"mountOption\"],\n };\n}\n\nexport function diskPoolVolumeDeserializer(item: any): DiskPoolVolume {\n return {\n targetId: item[\"targetId\"],\n lunName: item[\"lunName\"],\n mountOption: item[\"mountOption\"],\n path: item[\"path\"],\n };\n}\n\n/** mount option */\nexport enum KnownMountOptionEnum {\n /** is mount */\n Mount = \"MOUNT\",\n /** is attach */\n Attach = \"ATTACH\",\n}\n\n/**\n * mount option \\\n * {@link KnownMountOptionEnum} can be used interchangeably with MountOptionEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MOUNT**: is mount \\\n * **ATTACH**: is attach\n */\nexport type MountOptionEnum = string;\n\n/** An Elastic SAN volume from Microsoft.ElasticSan provider */\nexport interface ElasticSanVolume {\n /** Azure resource ID of the Elastic SAN Volume */\n targetId: string;\n}\n\nexport function elasticSanVolumeSerializer(item: ElasticSanVolume): any {\n return { targetId: item[\"targetId\"] };\n}\n\nexport function elasticSanVolumeDeserializer(item: any): ElasticSanVolume {\n return {\n targetId: item[\"targetId\"],\n };\n}\n\n/** A Pure Storage volume from PureStorage.Block provider */\nexport interface PureStorageVolume {\n /** Azure resource ID of the Pure Storage Pool */\n storagePoolId: string;\n /** Volume size to be used to create a Virtual Volumes (vVols) datastore */\n sizeGb: number;\n}\n\nexport function pureStorageVolumeSerializer(item: PureStorageVolume): any {\n return { storagePoolId: item[\"storagePoolId\"], sizeGb: item[\"sizeGb\"] };\n}\n\nexport function pureStorageVolumeDeserializer(item: any): PureStorageVolume {\n return {\n storagePoolId: item[\"storagePoolId\"],\n sizeGb: item[\"sizeGb\"],\n };\n}\n\n/** datastore status */\nexport enum KnownDatastoreStatus {\n /** is unknown */\n Unknown = \"Unknown\",\n /** is accessible */\n Accessible = \"Accessible\",\n /** is inaccessible */\n Inaccessible = \"Inaccessible\",\n /** is attached */\n Attached = \"Attached\",\n /** is detached */\n Detached = \"Detached\",\n /** is lost communication */\n LostCommunication = \"LostCommunication\",\n /** is dead or error */\n DeadOrError = \"DeadOrError\",\n}\n\n/**\n * datastore status \\\n * {@link KnownDatastoreStatus} can be used interchangeably with DatastoreStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: is unknown \\\n * **Accessible**: is accessible \\\n * **Inaccessible**: is inaccessible \\\n * **Attached**: is attached \\\n * **Detached**: is detached \\\n * **LostCommunication**: is lost communication \\\n * **DeadOrError**: is dead or error\n */\nexport type DatastoreStatus = string;\n\n/** The response of a HcxEnterpriseSite list operation. */\nexport interface _HcxEnterpriseSiteList {\n /** The HcxEnterpriseSite items on this page */\n value: HcxEnterpriseSite[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _hcxEnterpriseSiteListDeserializer(item: any): _HcxEnterpriseSiteList {\n return {\n value: hcxEnterpriseSiteArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function hcxEnterpriseSiteArraySerializer(result: Array<HcxEnterpriseSite>): any[] {\n return result.map((item) => {\n return hcxEnterpriseSiteSerializer(item);\n });\n}\n\nexport function hcxEnterpriseSiteArrayDeserializer(result: Array<HcxEnterpriseSite>): any[] {\n return result.map((item) => {\n return hcxEnterpriseSiteDeserializer(item);\n });\n}\n\n/** An HCX Enterprise Site resource */\nexport interface HcxEnterpriseSite extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: HcxEnterpriseSiteProperties;\n}\n\nexport function hcxEnterpriseSiteSerializer(item: HcxEnterpriseSite): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : hcxEnterpriseSitePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function hcxEnterpriseSiteDeserializer(item: any): HcxEnterpriseSite {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : hcxEnterpriseSitePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of an HCX Enterprise Site */\nexport interface HcxEnterpriseSiteProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: HcxEnterpriseSiteProvisioningState;\n /** The activation key */\n readonly activationKey?: string;\n /** The status of the HCX Enterprise Site */\n readonly status?: HcxEnterpriseSiteStatus;\n}\n\nexport function hcxEnterpriseSitePropertiesSerializer(item: HcxEnterpriseSiteProperties): any {\n return item;\n}\n\nexport function hcxEnterpriseSitePropertiesDeserializer(item: any): HcxEnterpriseSiteProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n activationKey: item[\"activationKey\"],\n status: item[\"status\"],\n };\n}\n\n/** HCX Enterprise Site provisioning state */\nexport enum KnownHcxEnterpriseSiteProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * HCX Enterprise Site provisioning state \\\n * {@link KnownHcxEnterpriseSiteProvisioningState} can be used interchangeably with HcxEnterpriseSiteProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type HcxEnterpriseSiteProvisioningState = string;\n\n/** HCX Enterprise Site status */\nexport enum KnownHcxEnterpriseSiteStatus {\n /** is available */\n Available = \"Available\",\n /** is consumed */\n Consumed = \"Consumed\",\n /** is deactivated */\n Deactivated = \"Deactivated\",\n /** is deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * HCX Enterprise Site status \\\n * {@link KnownHcxEnterpriseSiteStatus} can be used interchangeably with HcxEnterpriseSiteStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Available**: is available \\\n * **Consumed**: is consumed \\\n * **Deactivated**: is deactivated \\\n * **Deleted**: is deleted\n */\nexport type HcxEnterpriseSiteStatus = string;\n\n/** The response of a ExpressRouteAuthorization list operation. */\nexport interface _ExpressRouteAuthorizationList {\n /** The ExpressRouteAuthorization items on this page */\n value: ExpressRouteAuthorization[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _expressRouteAuthorizationListDeserializer(\n item: any,\n): _ExpressRouteAuthorizationList {\n return {\n value: expressRouteAuthorizationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function expressRouteAuthorizationArraySerializer(\n result: Array<ExpressRouteAuthorization>,\n): any[] {\n return result.map((item) => {\n return expressRouteAuthorizationSerializer(item);\n });\n}\n\nexport function expressRouteAuthorizationArrayDeserializer(\n result: Array<ExpressRouteAuthorization>,\n): any[] {\n return result.map((item) => {\n return expressRouteAuthorizationDeserializer(item);\n });\n}\n\n/** ExpressRoute Circuit Authorization */\nexport interface ExpressRouteAuthorization extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ExpressRouteAuthorizationProperties;\n}\n\nexport function expressRouteAuthorizationSerializer(item: ExpressRouteAuthorization): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : expressRouteAuthorizationPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function expressRouteAuthorizationDeserializer(item: any): ExpressRouteAuthorization {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : expressRouteAuthorizationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of an ExpressRoute Circuit Authorization resource */\nexport interface ExpressRouteAuthorizationProperties {\n /** The state of the ExpressRoute Circuit Authorization provisioning */\n readonly provisioningState?: ExpressRouteAuthorizationProvisioningState;\n /** The ID of the ExpressRoute Circuit Authorization */\n readonly expressRouteAuthorizationId?: string;\n /** The key of the ExpressRoute Circuit Authorization */\n readonly expressRouteAuthorizationKey?: string;\n /** The ID of the ExpressRoute Circuit */\n expressRouteId?: string;\n}\n\nexport function expressRouteAuthorizationPropertiesSerializer(\n item: ExpressRouteAuthorizationProperties,\n): any {\n return { expressRouteId: item[\"expressRouteId\"] };\n}\n\nexport function expressRouteAuthorizationPropertiesDeserializer(\n item: any,\n): ExpressRouteAuthorizationProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n expressRouteAuthorizationId: item[\"expressRouteAuthorizationId\"],\n expressRouteAuthorizationKey: item[\"expressRouteAuthorizationKey\"],\n expressRouteId: item[\"expressRouteId\"],\n };\n}\n\n/** Express Route Circuit Authorization provisioning state */\nexport enum KnownExpressRouteAuthorizationProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Express Route Circuit Authorization provisioning state \\\n * {@link KnownExpressRouteAuthorizationProvisioningState} can be used interchangeably with ExpressRouteAuthorizationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Updating**: is updating\n */\nexport type ExpressRouteAuthorizationProvisioningState = string;\n\n/** The response of a GlobalReachConnection list operation. */\nexport interface _GlobalReachConnectionList {\n /** The GlobalReachConnection items on this page */\n value: GlobalReachConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _globalReachConnectionListDeserializer(item: any): _GlobalReachConnectionList {\n return {\n value: globalReachConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function globalReachConnectionArraySerializer(result: Array<GlobalReachConnection>): any[] {\n return result.map((item) => {\n return globalReachConnectionSerializer(item);\n });\n}\n\nexport function globalReachConnectionArrayDeserializer(\n result: Array<GlobalReachConnection>,\n): any[] {\n return result.map((item) => {\n return globalReachConnectionDeserializer(item);\n });\n}\n\n/** A global reach connection resource */\nexport interface GlobalReachConnection extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: GlobalReachConnectionProperties;\n}\n\nexport function globalReachConnectionSerializer(item: GlobalReachConnection): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : globalReachConnectionPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function globalReachConnectionDeserializer(item: any): GlobalReachConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : globalReachConnectionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a global reach connection */\nexport interface GlobalReachConnectionProperties {\n /** The state of the ExpressRoute Circuit Authorization provisioning */\n readonly provisioningState?: GlobalReachConnectionProvisioningState;\n /**\n * The network used for global reach carved out from the original network block\n * provided for the private cloud\n */\n readonly addressPrefix?: string;\n /**\n * Authorization key from the peer express route used for the global reach\n * connection\n */\n authorizationKey?: string;\n /** The connection status of the global reach connection */\n readonly circuitConnectionStatus?: GlobalReachConnectionStatus;\n /**\n * Identifier of the ExpressRoute Circuit to peer with in the global reach\n * connection\n */\n peerExpressRouteCircuit?: string;\n /**\n * The ID of the Private Cloud's ExpressRoute Circuit that is participating in the\n * global reach connection\n */\n expressRouteId?: string;\n}\n\nexport function globalReachConnectionPropertiesSerializer(\n item: GlobalReachConnectionProperties,\n): any {\n return {\n authorizationKey: item[\"authorizationKey\"],\n peerExpressRouteCircuit: item[\"peerExpressRouteCircuit\"],\n expressRouteId: item[\"expressRouteId\"],\n };\n}\n\nexport function globalReachConnectionPropertiesDeserializer(\n item: any,\n): GlobalReachConnectionProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n addressPrefix: item[\"addressPrefix\"],\n authorizationKey: item[\"authorizationKey\"],\n circuitConnectionStatus: item[\"circuitConnectionStatus\"],\n peerExpressRouteCircuit: item[\"peerExpressRouteCircuit\"],\n expressRouteId: item[\"expressRouteId\"],\n };\n}\n\n/** Global Reach Connection provisioning state */\nexport enum KnownGlobalReachConnectionProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Global Reach Connection provisioning state \\\n * {@link KnownGlobalReachConnectionProvisioningState} can be used interchangeably with GlobalReachConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Updating**: is updating\n */\nexport type GlobalReachConnectionProvisioningState = string;\n\n/** Global Reach Connection status */\nexport enum KnownGlobalReachConnectionStatus {\n /** is connected */\n Connected = \"Connected\",\n /** is connecting */\n Connecting = \"Connecting\",\n /** is disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Global Reach Connection status \\\n * {@link KnownGlobalReachConnectionStatus} can be used interchangeably with GlobalReachConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Connected**: is connected \\\n * **Connecting**: is connecting \\\n * **Disconnected**: is disconnected\n */\nexport type GlobalReachConnectionStatus = string;\n\n/** The response of a CloudLink list operation. */\nexport interface _CloudLinkList {\n /** The CloudLink items on this page */\n value: CloudLink[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _cloudLinkListDeserializer(item: any): _CloudLinkList {\n return {\n value: cloudLinkArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function cloudLinkArraySerializer(result: Array<CloudLink>): any[] {\n return result.map((item) => {\n return cloudLinkSerializer(item);\n });\n}\n\nexport function cloudLinkArrayDeserializer(result: Array<CloudLink>): any[] {\n return result.map((item) => {\n return cloudLinkDeserializer(item);\n });\n}\n\n/** A cloud link resource */\nexport interface CloudLink extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: CloudLinkProperties;\n}\n\nexport function cloudLinkSerializer(item: CloudLink): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : cloudLinkPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function cloudLinkDeserializer(item: any): CloudLink {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : cloudLinkPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a cloud link. */\nexport interface CloudLinkProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: CloudLinkProvisioningState;\n /** The state of the cloud link. */\n readonly status?: CloudLinkStatus;\n /** Identifier of the other private cloud participating in the link. */\n linkedCloud?: string;\n}\n\nexport function cloudLinkPropertiesSerializer(item: CloudLinkProperties): any {\n return { linkedCloud: item[\"linkedCloud\"] };\n}\n\nexport function cloudLinkPropertiesDeserializer(item: any): CloudLinkProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n linkedCloud: item[\"linkedCloud\"],\n };\n}\n\n/** cloud link provisioning state */\nexport enum KnownCloudLinkProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * cloud link provisioning state \\\n * {@link KnownCloudLinkProvisioningState} can be used interchangeably with CloudLinkProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type CloudLinkProvisioningState = string;\n\n/** Cloud Link status */\nexport enum KnownCloudLinkStatus {\n /** is active */\n Active = \"Active\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is failed */\n Failed = \"Failed\",\n /** is disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Cloud Link status \\\n * {@link KnownCloudLinkStatus} can be used interchangeably with CloudLinkStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: is active \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Failed**: is failed \\\n * **Disconnected**: is disconnected\n */\nexport type CloudLinkStatus = string;\n\n/** The response of a Addon list operation. */\nexport interface _AddonList {\n /** The Addon items on this page */\n value: Addon[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _addonListDeserializer(item: any): _AddonList {\n return {\n value: addonArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function addonArraySerializer(result: Array<Addon>): any[] {\n return result.map((item) => {\n return addonSerializer(item);\n });\n}\n\nexport function addonArrayDeserializer(result: Array<Addon>): any[] {\n return result.map((item) => {\n return addonDeserializer(item);\n });\n}\n\n/** An addon resource */\nexport interface Addon extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: AddonPropertiesUnion;\n}\n\nexport function addonSerializer(item: Addon): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : addonPropertiesUnionSerializer(item[\"properties\"]),\n };\n}\n\nexport function addonDeserializer(item: any): Addon {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : addonPropertiesUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of an addon */\nexport interface AddonProperties {\n /** Addon type */\n /** The discriminator possible values: SRM, VR, HCX, Arc */\n addonType: AddonType;\n /** The state of the addon provisioning */\n readonly provisioningState?: AddonProvisioningState;\n}\n\nexport function addonPropertiesSerializer(item: AddonProperties): any {\n return { addonType: item[\"addonType\"] };\n}\n\nexport function addonPropertiesDeserializer(item: any): AddonProperties {\n return {\n addonType: item[\"addonType\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Alias for AddonPropertiesUnion */\nexport type AddonPropertiesUnion =\n | AddonSrmProperties\n | AddonVrProperties\n | AddonHcxProperties\n | AddonArcProperties\n | AddonProperties;\n\nexport function addonPropertiesUnionSerializer(item: AddonPropertiesUnion): any {\n switch (item.addonType) {\n case \"SRM\":\n return addonSrmPropertiesSerializer(item as AddonSrmProperties);\n\n case \"VR\":\n return addonVrPropertiesSerializer(item as AddonVrProperties);\n\n case \"HCX\":\n return addonHcxPropertiesSerializer(item as AddonHcxProperties);\n\n case \"Arc\":\n return addonArcPropertiesSerializer(item as AddonArcProperties);\n\n default:\n return addonPropertiesSerializer(item);\n }\n}\n\nexport function addonPropertiesUnionDeserializer(item: any): AddonPropertiesUnion {\n switch (item.addonType) {\n case \"SRM\":\n return addonSrmPropertiesDeserializer(item as AddonSrmProperties);\n\n case \"VR\":\n return addonVrPropertiesDeserializer(item as AddonVrProperties);\n\n case \"HCX\":\n return addonHcxPropertiesDeserializer(item as AddonHcxProperties);\n\n case \"Arc\":\n return addonArcPropertiesDeserializer(item as AddonArcProperties);\n\n default:\n return addonPropertiesDeserializer(item);\n }\n}\n\n/** Addon type */\nexport enum KnownAddonType {\n SRM = \"SRM\",\n VR = \"VR\",\n HCX = \"HCX\",\n Arc = \"Arc\",\n}\n\n/**\n * Addon type \\\n * {@link KnownAddonType} can be used interchangeably with AddonType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SRM** \\\n * **VR** \\\n * **HCX** \\\n * **Arc**\n */\nexport type AddonType = string;\n\n/** Addon provisioning state */\nexport enum KnownAddonProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is cancelled */\n Cancelled = \"Cancelled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Addon provisioning state \\\n * {@link KnownAddonProvisioningState} can be used interchangeably with AddonProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Cancelled**: is cancelled \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type AddonProvisioningState = string;\n\n/** The properties of a Site Recovery Manager (SRM) addon */\nexport interface AddonSrmProperties extends AddonProperties {\n /** The Site Recovery Manager (SRM) license */\n licenseKey?: string;\n /** The type of private cloud addon */\n addonType: \"SRM\";\n}\n\nexport function addonSrmPropertiesSerializer(item: AddonSrmProperties): any {\n return { addonType: item[\"addonType\"], licenseKey: item[\"licenseKey\"] };\n}\n\nexport function addonSrmPropertiesDeserializer(item: any): AddonSrmProperties {\n return {\n addonType: item[\"addonType\"],\n provisioningState: item[\"provisioningState\"],\n licenseKey: item[\"licenseKey\"],\n };\n}\n\n/** The properties of a vSphere Replication (VR) addon */\nexport interface AddonVrProperties extends AddonProperties {\n /** The vSphere Replication Server (VRS) count */\n vrsCount: number;\n /** The type of private cloud addon */\n addonType: \"VR\";\n}\n\nexport function addonVrPropertiesSerializer(item: AddonVrProperties): any {\n return { addonType: item[\"addonType\"], vrsCount: item[\"vrsCount\"] };\n}\n\nexport function addonVrPropertiesDeserializer(item: any): AddonVrProperties {\n return {\n addonType: item[\"addonType\"],\n provisioningState: item[\"provisioningState\"],\n vrsCount: item[\"vrsCount\"],\n };\n}\n\n/** The properties of an HCX addon */\nexport interface AddonHcxProperties extends AddonProperties {\n /** The HCX offer, example VMware MaaS Cloud Provider (Enterprise) */\n offer: string;\n /** The type of private cloud addon */\n addonType: \"HCX\";\n /** HCX management network. */\n managementNetwork?: string;\n /** HCX uplink network */\n uplinkNetwork?: string;\n}\n\nexport function addonHcxPropertiesSerializer(item: AddonHcxProperties): any {\n return {\n addonType: item[\"addonType\"],\n offer: item[\"offer\"],\n managementNetwork: item[\"managementNetwork\"],\n uplinkNetwork: item[\"uplinkNetwork\"],\n };\n}\n\nexport function addonHcxPropertiesDeserializer(item: any): AddonHcxProperties {\n return {\n addonType: item[\"addonType\"],\n provisioningState: item[\"provisioningState\"],\n offer: item[\"offer\"],\n managementNetwork: item[\"managementNetwork\"],\n uplinkNetwork: item[\"uplinkNetwork\"],\n };\n}\n\n/** The properties of an Arc addon */\nexport interface AddonArcProperties extends AddonProperties {\n /** The VMware vCenter resource ID */\n vCenter?: string;\n /** The type of private cloud addon */\n addonType: \"Arc\";\n}\n\nexport function addonArcPropertiesSerializer(item: AddonArcProperties): any {\n return { addonType: item[\"addonType\"], vCenter: item[\"vCenter\"] };\n}\n\nexport function addonArcPropertiesDeserializer(item: any): AddonArcProperties {\n return {\n addonType: item[\"addonType\"],\n provisioningState: item[\"provisioningState\"],\n vCenter: item[\"vCenter\"],\n };\n}\n\n/** The response of a VirtualMachine list operation. */\nexport interface _VirtualMachinesList {\n /** The VirtualMachine items on this page */\n value: VirtualMachine[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _virtualMachinesListDeserializer(item: any): _VirtualMachinesList {\n return {\n value: virtualMachineArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function virtualMachineArrayDeserializer(result: Array<VirtualMachine>): any[] {\n return result.map((item) => {\n return virtualMachineDeserializer(item);\n });\n}\n\n/** Virtual Machine */\nexport interface VirtualMachine extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: VirtualMachineProperties;\n}\n\nexport function virtualMachineDeserializer(item: any): VirtualMachine {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : virtualMachinePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Virtual Machine Properties */\nexport interface VirtualMachineProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: VirtualMachineProvisioningState;\n /** Display name of the VM. */\n readonly displayName?: string;\n /** vCenter managed object reference ID of the virtual machine */\n readonly moRefId?: string;\n /** Path to virtual machine's folder starting from datacenter virtual machine folder */\n readonly folderPath?: string;\n /** Whether VM DRS-driven movement is restricted (enabled) or not (disabled) */\n readonly restrictMovement?: VirtualMachineRestrictMovementState;\n}\n\nexport function virtualMachinePropertiesDeserializer(item: any): VirtualMachineProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n displayName: item[\"displayName\"],\n moRefId: item[\"moRefId\"],\n folderPath: item[\"folderPath\"],\n restrictMovement: item[\"restrictMovement\"],\n };\n}\n\n/** Virtual Machine provisioning state */\nexport enum KnownVirtualMachineProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Virtual Machine provisioning state \\\n * {@link KnownVirtualMachineProvisioningState} can be used interchangeably with VirtualMachineProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type VirtualMachineProvisioningState = string;\n\n/** Virtual Machine Restrict Movement state */\nexport enum KnownVirtualMachineRestrictMovementState {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Virtual Machine Restrict Movement state \\\n * {@link KnownVirtualMachineRestrictMovementState} can be used interchangeably with VirtualMachineRestrictMovementState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type VirtualMachineRestrictMovementState = string;\n\n/** Set VM DRS-driven movement to restricted (enabled) or not (disabled) */\nexport interface VirtualMachineRestrictMovement {\n /** Whether VM DRS-driven movement is restricted (enabled) or not (disabled) */\n restrictMovement?: VirtualMachineRestrictMovementState;\n}\n\nexport function virtualMachineRestrictMovementSerializer(\n item: VirtualMachineRestrictMovement,\n): any {\n return { restrictMovement: item[\"restrictMovement\"] };\n}\n\n/** The response of a PlacementPolicy list operation. */\nexport interface _PlacementPoliciesList {\n /** The PlacementPolicy items on this page */\n value: PlacementPolicy[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _placementPoliciesListDeserializer(item: any): _PlacementPoliciesList {\n return {\n value: placementPolicyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function placementPolicyArraySerializer(result: Array<PlacementPolicy>): any[] {\n return result.map((item) => {\n return placementPolicySerializer(item);\n });\n}\n\nexport function placementPolicyArrayDeserializer(result: Array<PlacementPolicy>): any[] {\n return result.map((item) => {\n return placementPolicyDeserializer(item);\n });\n}\n\n/** A vSphere Distributed Resource Scheduler (DRS) placement policy */\nexport interface PlacementPolicy extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PlacementPolicyPropertiesUnion;\n}\n\nexport function placementPolicySerializer(item: PlacementPolicy): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : placementPolicyPropertiesUnionSerializer(item[\"properties\"]),\n };\n}\n\nexport function placementPolicyDeserializer(item: any): PlacementPolicy {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : placementPolicyPropertiesUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Abstract placement policy properties */\nexport interface PlacementPolicyProperties {\n /** Placement Policy type */\n /** The discriminator possible values: VmVm, VmHost */\n type: PlacementPolicyType;\n /** Whether the placement policy is enabled or disabled */\n state?: PlacementPolicyState;\n /** Display name of the placement policy */\n displayName?: string;\n /** The provisioning state */\n readonly provisioningState?: PlacementPolicyProvisioningState;\n}\n\nexport function placementPolicyPropertiesSerializer(item: PlacementPolicyProperties): any {\n return {\n type: item[\"type\"],\n state: item[\"state\"],\n displayName: item[\"displayName\"],\n };\n}\n\nexport function placementPolicyPropertiesDeserializer(item: any): PlacementPolicyProperties {\n return {\n type: item[\"type\"],\n state: item[\"state\"],\n displayName: item[\"displayName\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Alias for PlacementPolicyPropertiesUnion */\nexport type PlacementPolicyPropertiesUnion =\n | VmPlacementPolicyProperties\n | VmHostPlacementPolicyProperties\n | PlacementPolicyProperties;\n\nexport function placementPolicyPropertiesUnionSerializer(\n item: PlacementPolicyPropertiesUnion,\n): any {\n switch (item.type) {\n case \"VmVm\":\n return vmPlacementPolicyPropertiesSerializer(item as VmPlacementPolicyProperties);\n\n case \"VmHost\":\n return vmHostPlacementPolicyPropertiesSerializer(item as VmHostPlacementPolicyProperties);\n\n default:\n return placementPolicyPropertiesSerializer(item);\n }\n}\n\nexport function placementPolicyPropertiesUnionDeserializer(\n item: any,\n): PlacementPolicyPropertiesUnion {\n switch (item.type) {\n case \"VmVm\":\n return vmPlacementPolicyPropertiesDeserializer(item as VmPlacementPolicyProperties);\n\n case \"VmHost\":\n return vmHostPlacementPolicyPropertiesDeserializer(item as VmHostPlacementPolicyProperties);\n\n default:\n return placementPolicyPropertiesDeserializer(item);\n }\n}\n\n/** Placement Policy type */\nexport enum KnownPlacementPolicyType {\n VmVm = \"VmVm\",\n VmHost = \"VmHost\",\n}\n\n/**\n * Placement Policy type \\\n * {@link KnownPlacementPolicyType} can be used interchangeably with PlacementPolicyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **VmVm** \\\n * **VmHost**\n */\nexport type PlacementPolicyType = string;\n\n/** Placement Policy state */\nexport enum KnownPlacementPolicyState {\n /** is enabled */\n Enabled = \"Enabled\",\n /** is disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Placement Policy state \\\n * {@link KnownPlacementPolicyState} can be used interchangeably with PlacementPolicyState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: is enabled \\\n * **Disabled**: is disabled\n */\nexport type PlacementPolicyState = string;\n\n/** Placement Policy provisioning state */\nexport enum KnownPlacementPolicyProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Placement Policy provisioning state \\\n * {@link KnownPlacementPolicyProvisioningState} can be used interchangeably with PlacementPolicyProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type PlacementPolicyProvisioningState = string;\n\n/** VM-VM placement policy properties */\nexport interface VmPlacementPolicyProperties extends PlacementPolicyProperties {\n /** Virtual machine members list */\n vmMembers: string[];\n /** placement policy affinity type */\n affinityType: AffinityType;\n /** placement policy type */\n type: \"VmVm\";\n}\n\nexport function vmPlacementPolicyPropertiesSerializer(item: VmPlacementPolicyProperties): any {\n return {\n type: item[\"type\"],\n state: item[\"state\"],\n displayName: item[\"displayName\"],\n vmMembers: item[\"vmMembers\"].map((p: any) => {\n return p;\n }),\n affinityType: item[\"affinityType\"],\n };\n}\n\nexport function vmPlacementPolicyPropertiesDeserializer(item: any): VmPlacementPolicyProperties {\n return {\n type: item[\"type\"],\n state: item[\"state\"],\n displayName: item[\"displayName\"],\n provisioningState: item[\"provisioningState\"],\n vmMembers: item[\"vmMembers\"].map((p: any) => {\n return p;\n }),\n affinityType: item[\"affinityType\"],\n };\n}\n\n/** Affinity type */\nexport enum KnownAffinityType {\n /** is affinity */\n Affinity = \"Affinity\",\n /** is anti-affinity */\n AntiAffinity = \"AntiAffinity\",\n}\n\n/**\n * Affinity type \\\n * {@link KnownAffinityType} can be used interchangeably with AffinityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Affinity**: is affinity \\\n * **AntiAffinity**: is anti-affinity\n */\nexport type AffinityType = string;\n\n/** VM-Host placement policy properties */\nexport interface VmHostPlacementPolicyProperties extends PlacementPolicyProperties {\n /** Virtual machine members list */\n vmMembers: string[];\n /** Host members list */\n hostMembers: string[];\n /** placement policy affinity type */\n affinityType: AffinityType;\n /** vm-host placement policy affinity strength (should/must) */\n affinityStrength?: AffinityStrength;\n /** placement policy azure hybrid benefit opt-in type */\n azureHybridBenefitType?: AzureHybridBenefitType;\n /** placement policy type */\n type: \"VmHost\";\n}\n\nexport function vmHostPlacementPolicyPropertiesSerializer(\n item: VmHostPlacementPolicyProperties,\n): any {\n return {\n type: item[\"type\"],\n state: item[\"state\"],\n displayName: item[\"displayName\"],\n vmMembers: item[\"vmMembers\"].map((p: any) => {\n return p;\n }),\n hostMembers: item[\"hostMembers\"].map((p: any) => {\n return p;\n }),\n affinityType: item[\"affinityType\"],\n affinityStrength: item[\"affinityStrength\"],\n azureHybridBenefitType: item[\"azureHybridBenefitType\"],\n };\n}\n\nexport function vmHostPlacementPolicyPropertiesDeserializer(\n item: any,\n): VmHostPlacementPolicyProperties {\n return {\n type: item[\"type\"],\n state: item[\"state\"],\n displayName: item[\"displayName\"],\n provisioningState: item[\"provisioningState\"],\n vmMembers: item[\"vmMembers\"].map((p: any) => {\n return p;\n }),\n hostMembers: item[\"hostMembers\"].map((p: any) => {\n return p;\n }),\n affinityType: item[\"affinityType\"],\n affinityStrength: item[\"affinityStrength\"],\n azureHybridBenefitType: item[\"azureHybridBenefitType\"],\n };\n}\n\n/** Affinity Strength */\nexport enum KnownAffinityStrength {\n /** is should */\n Should = \"Should\",\n /** is must */\n Must = \"Must\",\n}\n\n/**\n * Affinity Strength \\\n * {@link KnownAffinityStrength} can be used interchangeably with AffinityStrength,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Should**: is should \\\n * **Must**: is must\n */\nexport type AffinityStrength = string;\n\n/** Azure Hybrid Benefit type */\nexport enum KnownAzureHybridBenefitType {\n /** is SqlHost */\n SqlHost = \"SqlHost\",\n /** is None */\n None = \"None\",\n}\n\n/**\n * Azure Hybrid Benefit type \\\n * {@link KnownAzureHybridBenefitType} can be used interchangeably with AzureHybridBenefitType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SqlHost**: is SqlHost \\\n * **None**: is None\n */\nexport type AzureHybridBenefitType = string;\n\n/** An update of a DRS placement policy resource */\nexport interface PlacementPolicyUpdate {\n /** The properties of a placement policy resource that may be updated */\n properties?: PlacementPolicyUpdateProperties;\n}\n\nexport function placementPolicyUpdateSerializer(item: PlacementPolicyUpdate): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : placementPolicyUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a placement policy resource that may be updated */\nexport interface PlacementPolicyUpdateProperties {\n /** Whether the placement policy is enabled or disabled */\n state?: PlacementPolicyState;\n /** Virtual machine members list */\n vmMembers?: string[];\n /** Host members list */\n hostMembers?: string[];\n /** vm-host placement policy affinity strength (should/must) */\n affinityStrength?: AffinityStrength;\n /** placement policy azure hybrid benefit opt-in type */\n azureHybridBenefitType?: AzureHybridBenefitType;\n}\n\nexport function placementPolicyUpdatePropertiesSerializer(\n item: PlacementPolicyUpdateProperties,\n): any {\n return {\n state: item[\"state\"],\n vmMembers: !item[\"vmMembers\"]\n ? item[\"vmMembers\"]\n : item[\"vmMembers\"].map((p: any) => {\n return p;\n }),\n hostMembers: !item[\"hostMembers\"]\n ? item[\"hostMembers\"]\n : item[\"hostMembers\"].map((p: any) => {\n return p;\n }),\n affinityStrength: item[\"affinityStrength\"],\n azureHybridBenefitType: item[\"azureHybridBenefitType\"],\n };\n}\n\n/** The response of a ScriptPackage list operation. */\nexport interface _ScriptPackagesList {\n /** The ScriptPackage items on this page */\n value: ScriptPackage[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _scriptPackagesListDeserializer(item: any): _ScriptPackagesList {\n return {\n value: scriptPackageArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function scriptPackageArrayDeserializer(result: Array<ScriptPackage>): any[] {\n return result.map((item) => {\n return scriptPackageDeserializer(item);\n });\n}\n\n/** Script Package resources available for execution */\nexport interface ScriptPackage extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ScriptPackageProperties;\n}\n\nexport function scriptPackageDeserializer(item: any): ScriptPackage {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scriptPackagePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a Script Package subresource */\nexport interface ScriptPackageProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ScriptPackageProvisioningState;\n /** User friendly description of the package */\n readonly description?: string;\n /** Module version */\n readonly version?: string;\n /** Company that created and supports the package */\n readonly company?: string;\n /** Link to support by the package vendor */\n readonly uri?: string;\n}\n\nexport function scriptPackagePropertiesDeserializer(item: any): ScriptPackageProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n version: item[\"version\"],\n company: item[\"company\"],\n uri: item[\"uri\"],\n };\n}\n\n/** Script Package provisioning state */\nexport enum KnownScriptPackageProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Script Package provisioning state \\\n * {@link KnownScriptPackageProvisioningState} can be used interchangeably with ScriptPackageProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type ScriptPackageProvisioningState = string;\n\n/** The response of a ScriptCmdlet list operation. */\nexport interface _ScriptCmdletsList {\n /** The ScriptCmdlet items on this page */\n value: ScriptCmdlet[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _scriptCmdletsListDeserializer(item: any): _ScriptCmdletsList {\n return {\n value: scriptCmdletArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function scriptCmdletArrayDeserializer(result: Array<ScriptCmdlet>): any[] {\n return result.map((item) => {\n return scriptCmdletDeserializer(item);\n });\n}\n\n/** A cmdlet available for script execution */\nexport interface ScriptCmdlet extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ScriptCmdletProperties;\n}\n\nexport function scriptCmdletDeserializer(item: any): ScriptCmdlet {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scriptCmdletPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a pre-canned script */\nexport interface ScriptCmdletProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ScriptCmdletProvisioningState;\n /** Description of the scripts functionality */\n readonly description?: string;\n /** Recommended time limit for execution */\n readonly timeout?: string;\n /** Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers */\n readonly audience?: ScriptCmdletAudience;\n /** Parameters the script will accept */\n readonly parameters?: ScriptParameter[];\n}\n\nexport function scriptCmdletPropertiesDeserializer(item: any): ScriptCmdletProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n timeout: item[\"timeout\"],\n audience: item[\"audience\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : scriptParameterArrayDeserializer(item[\"parameters\"]),\n };\n}\n\n/** A script cmdlet provisioning state */\nexport enum KnownScriptCmdletProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * A script cmdlet provisioning state \\\n * {@link KnownScriptCmdletProvisioningState} can be used interchangeably with ScriptCmdletProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type ScriptCmdletProvisioningState = string;\n\n/** Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers */\nexport enum KnownScriptCmdletAudience {\n /** is automation */\n Automation = \"Automation\",\n /** is any */\n Any = \"Any\",\n}\n\n/**\n * Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers \\\n * {@link KnownScriptCmdletAudience} can be used interchangeably with ScriptCmdletAudience,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automation**: is automation \\\n * **Any**: is any\n */\nexport type ScriptCmdletAudience = string;\n\nexport function scriptParameterArrayDeserializer(result: Array<ScriptParameter>): any[] {\n return result.map((item) => {\n return scriptParameterDeserializer(item);\n });\n}\n\n/** An parameter that the script will accept */\nexport interface ScriptParameter {\n /**\n * The type of parameter the script is expecting. psCredential is a\n * PSCredentialObject\n */\n readonly type?: ScriptParameterTypes;\n /** The parameter name that the script will expect a parameter value for */\n name?: string;\n /** User friendly description of the parameter */\n readonly description?: string;\n /**\n * Should this parameter be visible to arm and passed in the parameters argument\n * when executing\n */\n readonly visibility?: VisibilityParameterEnum;\n /** Is this parameter required or optional */\n readonly optional?: OptionalParamEnum;\n}\n\nexport function scriptParameterDeserializer(item: any): ScriptParameter {\n return {\n type: item[\"type\"],\n name: item[\"name\"],\n description: item[\"description\"],\n visibility: item[\"visibility\"],\n optional: item[\"optional\"],\n };\n}\n\n/** Script Parameter types */\nexport enum KnownScriptParameterTypes {\n /** is string */\n String = \"String\",\n /** is secure string */\n SecureString = \"SecureString\",\n /** is credential */\n Credential = \"Credential\",\n /** is int */\n Int = \"Int\",\n /** is bool */\n Bool = \"Bool\",\n /** is float */\n Float = \"Float\",\n}\n\n/**\n * Script Parameter types \\\n * {@link KnownScriptParameterTypes} can be used interchangeably with ScriptParameterTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **String**: is string \\\n * **SecureString**: is secure string \\\n * **Credential**: is credential \\\n * **Int**: is int \\\n * **Bool**: is bool \\\n * **Float**: is float\n */\nexport type ScriptParameterTypes = string;\n\n/** Visibility Parameter */\nexport enum KnownVisibilityParameterEnum {\n /** is visible */\n Visible = \"Visible\",\n /** is hidden */\n Hidden = \"Hidden\",\n}\n\n/**\n * Visibility Parameter \\\n * {@link KnownVisibilityParameterEnum} can be used interchangeably with VisibilityParameterEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Visible**: is visible \\\n * **Hidden**: is hidden\n */\nexport type VisibilityParameterEnum = string;\n\n/** Optional Param */\nexport enum KnownOptionalParamEnum {\n /** is optional */\n Optional = \"Optional\",\n /** is required */\n Required = \"Required\",\n}\n\n/**\n * Optional Param \\\n * {@link KnownOptionalParamEnum} can be used interchangeably with OptionalParamEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Optional**: is optional \\\n * **Required**: is required\n */\nexport type OptionalParamEnum = string;\n\n/** The response of a ScriptExecution list operation. */\nexport interface _ScriptExecutionsList {\n /** The ScriptExecution items on this page */\n value: ScriptExecution[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _scriptExecutionsListDeserializer(item: any): _ScriptExecutionsList {\n return {\n value: scriptExecutionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function scriptExecutionArraySerializer(result: Array<ScriptExecution>): any[] {\n return result.map((item) => {\n return scriptExecutionSerializer(item);\n });\n}\n\nexport function scriptExecutionArrayDeserializer(result: Array<ScriptExecution>): any[] {\n return result.map((item) => {\n return scriptExecutionDeserializer(item);\n });\n}\n\n/** An instance of a script executed by a user - custom or AVS */\nexport interface ScriptExecution extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ScriptExecutionProperties;\n}\n\nexport function scriptExecutionSerializer(item: ScriptExecution): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scriptExecutionPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function scriptExecutionDeserializer(item: any): ScriptExecution {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scriptExecutionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a user-invoked script */\nexport interface ScriptExecutionProperties {\n /** A reference to the script cmdlet resource if user is running a AVS script */\n scriptCmdletId?: string;\n /** Parameters the script will accept */\n parameters?: ScriptExecutionParameterUnion[];\n /**\n * Parameters that will be hidden/not visible to ARM, such as passwords and\n * credentials\n */\n hiddenParameters?: ScriptExecutionParameterUnion[];\n /**\n * Error message if the script was able to run, but if the script itself had\n * errors or powershell threw an exception\n */\n failureReason?: string;\n /** Time limit for execution */\n timeout: string;\n /** Time to live for the resource. If not provided, will be available for 60 days */\n retention?: string;\n /** Time the script execution was submitted */\n readonly submittedAt?: Date;\n /** Time the script execution was started */\n readonly startedAt?: Date;\n /** Time the script execution was finished */\n readonly finishedAt?: Date;\n /** The state of the script execution resource */\n readonly provisioningState?: ScriptExecutionProvisioningState;\n /** Standard output stream from the powershell execution */\n output?: string[];\n /** User-defined dictionary. */\n namedOutputs?: Record<string, Record<string, any>>;\n /** Standard information out stream from the powershell execution */\n readonly information?: string[];\n /** Standard warning out stream from the powershell execution */\n readonly warnings?: string[];\n /** Standard error output stream from the powershell execution */\n readonly errors?: string[];\n}\n\nexport function scriptExecutionPropertiesSerializer(item: ScriptExecutionProperties): any {\n return {\n scriptCmdletId: item[\"scriptCmdletId\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : scriptExecutionParameterUnionArraySerializer(item[\"parameters\"]),\n hiddenParameters: !item[\"hiddenParameters\"]\n ? item[\"hiddenParameters\"]\n : scriptExecutionParameterUnionArraySerializer(item[\"hiddenParameters\"]),\n failureReason: item[\"failureReason\"],\n timeout: item[\"timeout\"],\n retention: item[\"retention\"],\n output: !item[\"output\"]\n ? item[\"output\"]\n : item[\"output\"].map((p: any) => {\n return p;\n }),\n namedOutputs: !item[\"namedOutputs\"]\n ? item[\"namedOutputs\"]\n : _scriptExecutionPropertiesNamedOutputRecordSerializer(item[\"namedOutputs\"]),\n };\n}\n\nexport function scriptExecutionPropertiesDeserializer(item: any): ScriptExecutionProperties {\n return {\n scriptCmdletId: item[\"scriptCmdletId\"],\n parameters: !item[\"parameters\"]\n ? item[\"parameters\"]\n : scriptExecutionParameterUnionArrayDeserializer(item[\"parameters\"]),\n hiddenParameters: !item[\"hiddenParameters\"]\n ? item[\"hiddenParameters\"]\n : scriptExecutionParameterUnionArrayDeserializer(item[\"hiddenParameters\"]),\n failureReason: item[\"failureReason\"],\n timeout: item[\"timeout\"],\n retention: item[\"retention\"],\n submittedAt: !item[\"submittedAt\"] ? item[\"submittedAt\"] : new Date(item[\"submittedAt\"]),\n startedAt: !item[\"startedAt\"] ? item[\"startedAt\"] : new Date(item[\"startedAt\"]),\n finishedAt: !item[\"finishedAt\"] ? item[\"finishedAt\"] : new Date(item[\"finishedAt\"]),\n provisioningState: item[\"provisioningState\"],\n output: !item[\"output\"]\n ? item[\"output\"]\n : item[\"output\"].map((p: any) => {\n return p;\n }),\n namedOutputs: !item[\"namedOutputs\"]\n ? item[\"namedOutputs\"]\n : _scriptExecutionPropertiesNamedOutputRecordDeserializer(item[\"namedOutputs\"]),\n information: !item[\"information\"]\n ? item[\"information\"]\n : item[\"information\"].map((p: any) => {\n return p;\n }),\n warnings: !item[\"warnings\"]\n ? item[\"warnings\"]\n : item[\"warnings\"].map((p: any) => {\n return p;\n }),\n errors: !item[\"errors\"]\n ? item[\"errors\"]\n : item[\"errors\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function scriptExecutionParameterUnionArraySerializer(\n result: Array<ScriptExecutionParameterUnion>,\n): any[] {\n return result.map((item) => {\n return scriptExecutionParameterUnionSerializer(item);\n });\n}\n\nexport function scriptExecutionParameterUnionArrayDeserializer(\n result: Array<ScriptExecutionParameterUnion>,\n): any[] {\n return result.map((item) => {\n return scriptExecutionParameterUnionDeserializer(item);\n });\n}\n\n/** The arguments passed in to the execution */\nexport interface ScriptExecutionParameter {\n /** script execution parameter type */\n /** The discriminator possible values: SecureValue, Value, Credential */\n type: ScriptExecutionParameterType;\n /** The parameter name */\n name: string;\n}\n\nexport function scriptExecutionParameterSerializer(item: ScriptExecutionParameter): any {\n return { type: item[\"type\"], name: item[\"name\"] };\n}\n\nexport function scriptExecutionParameterDeserializer(item: any): ScriptExecutionParameter {\n return {\n type: item[\"type\"],\n name: item[\"name\"],\n };\n}\n\n/** Alias for ScriptExecutionParameterUnion */\nexport type ScriptExecutionParameterUnion =\n | ScriptSecureStringExecutionParameter\n | ScriptStringExecutionParameter\n | PSCredentialExecutionParameter\n | ScriptExecutionParameter;\n\nexport function scriptExecutionParameterUnionSerializer(item: ScriptExecutionParameterUnion): any {\n switch (item.type) {\n case \"SecureValue\":\n return scriptSecureStringExecutionParameterSerializer(\n item as ScriptSecureStringExecutionParameter,\n );\n\n case \"Value\":\n return scriptStringExecutionParameterSerializer(item as ScriptStringExecutionParameter);\n\n case \"Credential\":\n return psCredentialExecutionParameterSerializer(item as PSCredentialExecutionParameter);\n\n default:\n return scriptExecutionParameterSerializer(item);\n }\n}\n\nexport function scriptExecutionParameterUnionDeserializer(\n item: any,\n): ScriptExecutionParameterUnion {\n switch (item.type) {\n case \"SecureValue\":\n return scriptSecureStringExecutionParameterDeserializer(\n item as ScriptSecureStringExecutionParameter,\n );\n\n case \"Value\":\n return scriptStringExecutionParameterDeserializer(item as ScriptStringExecutionParameter);\n\n case \"Credential\":\n return psCredentialExecutionParameterDeserializer(item as PSCredentialExecutionParameter);\n\n default:\n return scriptExecutionParameterDeserializer(item);\n }\n}\n\n/** script execution parameter type */\nexport enum KnownScriptExecutionParameterType {\n Value = \"Value\",\n SecureValue = \"SecureValue\",\n Credential = \"Credential\",\n}\n\n/**\n * script execution parameter type \\\n * {@link KnownScriptExecutionParameterType} can be used interchangeably with ScriptExecutionParameterType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Value** \\\n * **SecureValue** \\\n * **Credential**\n */\nexport type ScriptExecutionParameterType = string;\n\n/** a plain text value execution parameter */\nexport interface ScriptSecureStringExecutionParameter extends ScriptExecutionParameter {\n /** A secure value for the passed parameter, not to be stored in logs */\n secureValue?: string;\n /** The type of execution parameter */\n type: \"SecureValue\";\n}\n\nexport function scriptSecureStringExecutionParameterSerializer(\n item: ScriptSecureStringExecutionParameter,\n): any {\n return {\n type: item[\"type\"],\n name: item[\"name\"],\n secureValue: item[\"secureValue\"],\n };\n}\n\nexport function scriptSecureStringExecutionParameterDeserializer(\n item: any,\n): ScriptSecureStringExecutionParameter {\n return {\n type: item[\"type\"],\n name: item[\"name\"],\n secureValue: item[\"secureValue\"],\n };\n}\n\n/** a plain text value execution parameter */\nexport interface ScriptStringExecutionParameter extends ScriptExecutionParameter {\n /** The value for the passed parameter */\n value?: string;\n /** The type of execution parameter */\n type: \"Value\";\n}\n\nexport function scriptStringExecutionParameterSerializer(\n item: ScriptStringExecutionParameter,\n): any {\n return { type: item[\"type\"], name: item[\"name\"], value: item[\"value\"] };\n}\n\nexport function scriptStringExecutionParameterDeserializer(\n item: any,\n): ScriptStringExecutionParameter {\n return {\n type: item[\"type\"],\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** a powershell credential object */\nexport interface PSCredentialExecutionParameter extends ScriptExecutionParameter {\n /** username for login */\n username?: string;\n /** password for login */\n password?: string;\n /** The type of execution parameter */\n type: \"Credential\";\n}\n\nexport function psCredentialExecutionParameterSerializer(\n item: PSCredentialExecutionParameter,\n): any {\n return {\n type: item[\"type\"],\n name: item[\"name\"],\n username: item[\"username\"],\n password: item[\"password\"],\n };\n}\n\nexport function psCredentialExecutionParameterDeserializer(\n item: any,\n): PSCredentialExecutionParameter {\n return {\n type: item[\"type\"],\n name: item[\"name\"],\n username: item[\"username\"],\n password: item[\"password\"],\n };\n}\n\n/** Script Execution provisioning state */\nexport enum KnownScriptExecutionProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is pending */\n Pending = \"Pending\",\n /** is running */\n Running = \"Running\",\n /** is cancelling */\n Cancelling = \"Cancelling\",\n /** is cancelled */\n Cancelled = \"Cancelled\",\n /** is deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Script Execution provisioning state \\\n * {@link KnownScriptExecutionProvisioningState} can be used interchangeably with ScriptExecutionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Pending**: is pending \\\n * **Running**: is running \\\n * **Cancelling**: is cancelling \\\n * **Cancelled**: is cancelled \\\n * **Deleting**: is deleting\n */\nexport type ScriptExecutionProvisioningState = string;\n\nexport function _scriptExecutionPropertiesNamedOutputRecordSerializer(\n item: Record<string, _ScriptExecutionPropertiesNamedOutput>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key]\n ? item[key]\n : _scriptExecutionPropertiesNamedOutputSerializer(item[key]);\n });\n return result;\n}\n\nexport function _scriptExecutionPropertiesNamedOutputRecordDeserializer(\n item: Record<string, any>,\n): Record<string, _ScriptExecutionPropertiesNamedOutput> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key]\n ? item[key]\n : _scriptExecutionPropertiesNamedOutputDeserializer(item[key]);\n });\n return result;\n}\n\n/** model interface _ScriptExecutionPropertiesNamedOutput */\nexport interface _ScriptExecutionPropertiesNamedOutput {}\n\nexport function _scriptExecutionPropertiesNamedOutputSerializer(\n item: _ScriptExecutionPropertiesNamedOutput,\n): any {\n return item;\n}\n\nexport function _scriptExecutionPropertiesNamedOutputDeserializer(\n item: any,\n): _ScriptExecutionPropertiesNamedOutput {\n return item;\n}\n\n/** The response of a IscsiPath list operation. */\nexport interface _IscsiPathListResult {\n /** The IscsiPath items on this page */\n value: IscsiPath[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _iscsiPathListResultDeserializer(item: any): _IscsiPathListResult {\n return {\n value: iscsiPathArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function iscsiPathArraySerializer(result: Array<IscsiPath>): any[] {\n return result.map((item) => {\n return iscsiPathSerializer(item);\n });\n}\n\nexport function iscsiPathArrayDeserializer(result: Array<IscsiPath>): any[] {\n return result.map((item) => {\n return iscsiPathDeserializer(item);\n });\n}\n\n/** An iSCSI path resource */\nexport interface IscsiPath extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: IscsiPathProperties;\n}\n\nexport function iscsiPathSerializer(item: IscsiPath): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : iscsiPathPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function iscsiPathDeserializer(item: any): IscsiPath {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : iscsiPathPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of an iSCSI path resource */\nexport interface IscsiPathProperties {\n /** The state of the iSCSI path provisioning */\n readonly provisioningState?: IscsiPathProvisioningState;\n /** CIDR Block for iSCSI path. */\n networkBlock: string;\n}\n\nexport function iscsiPathPropertiesSerializer(item: IscsiPathProperties): any {\n return { networkBlock: item[\"networkBlock\"] };\n}\n\nexport function iscsiPathPropertiesDeserializer(item: any): IscsiPathProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n networkBlock: item[\"networkBlock\"],\n };\n}\n\n/** private cloud provisioning state */\nexport enum KnownIscsiPathProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is pending */\n Pending = \"Pending\",\n /** is building */\n Building = \"Building\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * private cloud provisioning state \\\n * {@link KnownIscsiPathProvisioningState} can be used interchangeably with IscsiPathProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Pending**: is pending \\\n * **Building**: is building \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type IscsiPathProvisioningState = string;\n\n/** The response of a Host list operation. */\nexport interface _HostListResult {\n /** The Host items on this page */\n value: Host[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _hostListResultDeserializer(item: any): _HostListResult {\n return {\n value: hostArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function hostArrayDeserializer(result: Array<Host>): any[] {\n return result.map((item) => {\n return hostDeserializer(item);\n });\n}\n\n/** A host resource */\nexport interface Host extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: HostPropertiesUnion;\n /** The availability zones. */\n zones?: string[];\n /** The SKU (Stock Keeping Unit) assigned to this resource. */\n sku?: Sku;\n}\n\nexport function hostDeserializer(item: any): Host {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : hostPropertiesUnionDeserializer(item[\"properties\"]),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** The properties of a host. */\nexport interface HostProperties {\n /** The kind of host */\n /** The discriminator possible values: General, Specialized */\n kind: HostKind;\n /** The state of the host provisioning. */\n readonly provisioningState?: HostProvisioningState;\n /** Display name of the host in VMware vCenter. */\n displayName?: string;\n /** vCenter managed object reference ID of the host. */\n readonly moRefId?: string;\n /** Fully qualified domain name of the host. */\n readonly fqdn?: string;\n /** If provided, the host is in maintenance. The value is the reason for maintenance. */\n maintenance?: HostMaintenance;\n readonly faultDomain?: string;\n}\n\nexport function hostPropertiesDeserializer(item: any): HostProperties {\n return {\n kind: item[\"kind\"],\n provisioningState: item[\"provisioningState\"],\n displayName: item[\"displayName\"],\n moRefId: item[\"moRefId\"],\n fqdn: item[\"fqdn\"],\n maintenance: item[\"maintenance\"],\n faultDomain: item[\"faultDomain\"],\n };\n}\n\n/** Alias for HostPropertiesUnion */\nexport type HostPropertiesUnion =\n | GeneralHostProperties\n | SpecializedHostProperties\n | HostProperties;\n\nexport function hostPropertiesUnionDeserializer(item: any): HostPropertiesUnion {\n switch (item.kind) {\n case \"General\":\n return generalHostPropertiesDeserializer(item as GeneralHostProperties);\n\n case \"Specialized\":\n return specializedHostPropertiesDeserializer(item as SpecializedHostProperties);\n\n default:\n return hostPropertiesDeserializer(item);\n }\n}\n\n/** The kind of host. */\nexport enum KnownHostKind {\n General = \"General\",\n Specialized = \"Specialized\",\n}\n\n/**\n * The kind of host. \\\n * {@link KnownHostKind} can be used interchangeably with HostKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **General** \\\n * **Specialized**\n */\nexport type HostKind = string;\n\n/** provisioning state of the host */\nexport enum KnownHostProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * provisioning state of the host \\\n * {@link KnownHostProvisioningState} can be used interchangeably with HostProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type HostProvisioningState = string;\n\n/** The reason for host maintenance. */\nexport enum KnownHostMaintenance {\n /** The host is a replacement host. */\n Replacement = \"Replacement\",\n /** The host is for an upgrade, such as an upgrade to ESXi, NSX-T, or other component. */\n Upgrade = \"Upgrade\",\n}\n\n/**\n * The reason for host maintenance. \\\n * {@link KnownHostMaintenance} can be used interchangeably with HostMaintenance,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Replacement**: The host is a replacement host. \\\n * **Upgrade**: The host is for an upgrade, such as an upgrade to ESXi, NSX-T, or other component.\n */\nexport type HostMaintenance = string;\n\n/** The properties of a general host. */\nexport interface GeneralHostProperties extends HostProperties {\n /** The kind of host. */\n kind: \"General\";\n}\n\nexport function generalHostPropertiesDeserializer(item: any): GeneralHostProperties {\n return {\n kind: item[\"kind\"],\n provisioningState: item[\"provisioningState\"],\n displayName: item[\"displayName\"],\n moRefId: item[\"moRefId\"],\n fqdn: item[\"fqdn\"],\n maintenance: item[\"maintenance\"],\n faultDomain: item[\"faultDomain\"],\n };\n}\n\n/** The properties of a specialized host. */\nexport interface SpecializedHostProperties extends HostProperties {\n /** The kind of host is specialized. */\n kind: \"Specialized\";\n}\n\nexport function specializedHostPropertiesDeserializer(item: any): SpecializedHostProperties {\n return {\n kind: item[\"kind\"],\n provisioningState: item[\"provisioningState\"],\n displayName: item[\"displayName\"],\n moRefId: item[\"moRefId\"],\n fqdn: item[\"fqdn\"],\n maintenance: item[\"maintenance\"],\n faultDomain: item[\"faultDomain\"],\n };\n}\n\n/** The response of a ProvisionedNetwork list operation. */\nexport interface _ProvisionedNetworkListResult {\n /** The ProvisionedNetwork items on this page */\n value: ProvisionedNetwork[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _provisionedNetworkListResultDeserializer(\n item: any,\n): _ProvisionedNetworkListResult {\n return {\n value: provisionedNetworkArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function provisionedNetworkArrayDeserializer(result: Array<ProvisionedNetwork>): any[] {\n return result.map((item) => {\n return provisionedNetworkDeserializer(item);\n });\n}\n\n/** A provisioned network resource */\nexport interface ProvisionedNetwork extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ProvisionedNetworkProperties;\n}\n\nexport function provisionedNetworkDeserializer(item: any): ProvisionedNetwork {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : provisionedNetworkPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of a provisioned network. */\nexport interface ProvisionedNetworkProperties {\n /** The provisioning state of the resource. */\n readonly provisioningState?: ProvisionedNetworkProvisioningState;\n /** The address prefixes of the provisioned network in CIDR notation. */\n readonly addressPrefix?: string;\n /** The type of network provisioned. */\n readonly networkType?: ProvisionedNetworkTypes;\n}\n\nexport function provisionedNetworkPropertiesDeserializer(item: any): ProvisionedNetworkProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n addressPrefix: item[\"addressPrefix\"],\n networkType: item[\"networkType\"],\n };\n}\n\n/** provisioned network provisioning state */\nexport enum KnownProvisionedNetworkProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * provisioned network provisioning state \\\n * {@link KnownProvisionedNetworkProvisioningState} can be used interchangeably with ProvisionedNetworkProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type ProvisionedNetworkProvisioningState = string;\n\n/** The type of network provisioned. */\nexport enum KnownProvisionedNetworkTypes {\n /** network for ESX management */\n EsxManagement = \"esxManagement\",\n /** network for ESX replication */\n EsxReplication = \"esxReplication\",\n /** network for HCX management */\n HcxManagement = \"hcxManagement\",\n /** network for HCX uplink */\n HcxUplink = \"hcxUplink\",\n /** network for vCenter management */\n VcenterManagement = \"vcenterManagement\",\n /** network for vmotion */\n Vmotion = \"vmotion\",\n /** network for vsan */\n Vsan = \"vsan\",\n}\n\n/**\n * The type of network provisioned. \\\n * {@link KnownProvisionedNetworkTypes} can be used interchangeably with ProvisionedNetworkTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **esxManagement**: network for ESX management \\\n * **esxReplication**: network for ESX replication \\\n * **hcxManagement**: network for HCX management \\\n * **hcxUplink**: network for HCX uplink \\\n * **vcenterManagement**: network for vCenter management \\\n * **vmotion**: network for vmotion \\\n * **vsan**: network for vsan\n */\nexport type ProvisionedNetworkTypes = string;\n\n/** Paged collection of ResourceSku items */\nexport interface _PagedResourceSku {\n /** The ResourceSku items on this page */\n value: ResourceSku[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _pagedResourceSkuDeserializer(item: any): _PagedResourceSku {\n return {\n value: resourceSkuArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function resourceSkuArrayDeserializer(result: Array<ResourceSku>): any[] {\n return result.map((item) => {\n return resourceSkuDeserializer(item);\n });\n}\n\n/** A SKU for a resource. */\nexport interface ResourceSku {\n /** The type of resource the SKU applies to. */\n resourceType: ResourceSkuResourceType;\n /** The name of the SKU. */\n name: string;\n /** The tier of virtual machines in a scale set */\n tier?: string;\n /** The size of the SKU. */\n size?: string;\n /** The family of the SKU. */\n family?: string;\n /** The set of locations that the SKU is available. */\n locations: string[];\n /** A list of locations and availability zones in those locations where the SKU is available */\n locationInfo: ResourceSkuLocationInfo[];\n /** Name value pairs to describe the capability. */\n capabilities?: ResourceSkuCapabilities[];\n /** The restrictions of the SKU. */\n restrictions: ResourceSkuRestrictions[];\n}\n\nexport function resourceSkuDeserializer(item: any): ResourceSku {\n return {\n resourceType: item[\"resourceType\"],\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n locations: item[\"locations\"].map((p: any) => {\n return p;\n }),\n locationInfo: resourceSkuLocationInfoArrayDeserializer(item[\"locationInfo\"]),\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : resourceSkuCapabilitiesArrayDeserializer(item[\"capabilities\"]),\n restrictions: resourceSkuRestrictionsArrayDeserializer(item[\"restrictions\"]),\n };\n}\n\n/** Describes the type of resource the SKU applies to. */\nexport enum KnownResourceSkuResourceType {\n /** The SKU is for a private cloud. */\n PrivateClouds = \"privateClouds\",\n /** The SKU is for a private cloud cluster. */\n PrivateCloudsClusters = \"privateClouds/clusters\",\n}\n\n/**\n * Describes the type of resource the SKU applies to. \\\n * {@link KnownResourceSkuResourceType} can be used interchangeably with ResourceSkuResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **privateClouds**: The SKU is for a private cloud. \\\n * **privateClouds\\/clusters**: The SKU is for a private cloud cluster.\n */\nexport type ResourceSkuResourceType = string;\n\nexport function resourceSkuLocationInfoArrayDeserializer(\n result: Array<ResourceSkuLocationInfo>,\n): any[] {\n return result.map((item) => {\n return resourceSkuLocationInfoDeserializer(item);\n });\n}\n\n/** Describes an available Compute SKU Location Information. */\nexport interface ResourceSkuLocationInfo {\n /** Location of the SKU */\n location: string;\n /** List of availability zones where the SKU is supported. */\n zones: string[];\n /** Gets details of capabilities available to a SKU in specific zones. */\n zoneDetails: ResourceSkuZoneDetails[];\n}\n\nexport function resourceSkuLocationInfoDeserializer(item: any): ResourceSkuLocationInfo {\n return {\n location: item[\"location\"],\n zones: item[\"zones\"].map((p: any) => {\n return p;\n }),\n zoneDetails: resourceSkuZoneDetailsArrayDeserializer(item[\"zoneDetails\"]),\n };\n}\n\nexport function resourceSkuZoneDetailsArrayDeserializer(\n result: Array<ResourceSkuZoneDetails>,\n): any[] {\n return result.map((item) => {\n return resourceSkuZoneDetailsDeserializer(item);\n });\n}\n\n/** Describes The zonal capabilities of a SKU. */\nexport interface ResourceSkuZoneDetails {\n /** Gets the set of zones that the SKU is available in with the specified capabilities. */\n name: string[];\n /** A list of capabilities that are available for the SKU in the specified list of zones. */\n capabilities: ResourceSkuCapabilities[];\n}\n\nexport function resourceSkuZoneDetailsDeserializer(item: any): ResourceSkuZoneDetails {\n return {\n name: item[\"name\"].map((p: any) => {\n return p;\n }),\n capabilities: resourceSkuCapabilitiesArrayDeserializer(item[\"capabilities\"]),\n };\n}\n\nexport function resourceSkuCapabilitiesArrayDeserializer(\n result: Array<ResourceSkuCapabilities>,\n): any[] {\n return result.map((item) => {\n return resourceSkuCapabilitiesDeserializer(item);\n });\n}\n\n/** Describes The SKU capabilities object. */\nexport interface ResourceSkuCapabilities {\n /** The name of the SKU capability. */\n name: string;\n /** The value of the SKU capability. */\n value: string;\n}\n\nexport function resourceSkuCapabilitiesDeserializer(item: any): ResourceSkuCapabilities {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\nexport function resourceSkuRestrictionsArrayDeserializer(\n result: Array<ResourceSkuRestrictions>,\n): any[] {\n return result.map((item) => {\n return resourceSkuRestrictionsDeserializer(item);\n });\n}\n\n/** The restrictions of the SKU. */\nexport interface ResourceSkuRestrictions {\n /** the type of restrictions. */\n type?: ResourceSkuRestrictionsType;\n /** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */\n values: string[];\n /** The information about the restriction where the SKU cannot be used. */\n restrictionInfo: ResourceSkuRestrictionInfo;\n /** the reason for restriction. */\n reasonCode?: ResourceSkuRestrictionsReasonCode;\n}\n\nexport function resourceSkuRestrictionsDeserializer(item: any): ResourceSkuRestrictions {\n return {\n type: item[\"type\"],\n values: item[\"values\"].map((p: any) => {\n return p;\n }),\n restrictionInfo: resourceSkuRestrictionInfoDeserializer(item[\"restrictionInfo\"]),\n reasonCode: item[\"reasonCode\"],\n };\n}\n\n/** Describes the kind of SKU restrictions that can exist */\nexport enum KnownResourceSkuRestrictionsType {\n /** SKU restricted by location. */\n Location = \"Location\",\n /** SKU restricted by availability zone. */\n Zone = \"Zone\",\n}\n\n/**\n * Describes the kind of SKU restrictions that can exist \\\n * {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Location**: SKU restricted by location. \\\n * **Zone**: SKU restricted by availability zone.\n */\nexport type ResourceSkuRestrictionsType = string;\n\n/** Describes an available Compute SKU Restriction Information. */\nexport interface ResourceSkuRestrictionInfo {\n /** Locations where the SKU is restricted */\n locations?: string[];\n /** List of availability zones where the SKU is restricted. */\n zones?: string[];\n}\n\nexport function resourceSkuRestrictionInfoDeserializer(item: any): ResourceSkuRestrictionInfo {\n return {\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : item[\"locations\"].map((p: any) => {\n return p;\n }),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Describes the reason for SKU restriction. */\nexport enum KnownResourceSkuRestrictionsReasonCode {\n /** The restriction is due to exceeding a quota limitation. */\n QuotaId = \"QuotaId\",\n /** The restriction is not available for this subscription. */\n NotAvailableForSubscription = \"NotAvailableForSubscription\",\n}\n\n/**\n * Describes the reason for SKU restriction. \\\n * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuotaId**: The restriction is due to exceeding a quota limitation. \\\n * **NotAvailableForSubscription**: The restriction is not available for this subscription.\n */\nexport type ResourceSkuRestrictionsReasonCode = string;\n\n/** The response of a PureStoragePolicy list operation. */\nexport interface _PureStoragePolicyListResult {\n /** The PureStoragePolicy items on this page */\n value: PureStoragePolicy[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _pureStoragePolicyListResultDeserializer(item: any): _PureStoragePolicyListResult {\n return {\n value: pureStoragePolicyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function pureStoragePolicyArraySerializer(result: Array<PureStoragePolicy>): any[] {\n return result.map((item) => {\n return pureStoragePolicySerializer(item);\n });\n}\n\nexport function pureStoragePolicyArrayDeserializer(result: Array<PureStoragePolicy>): any[] {\n return result.map((item) => {\n return pureStoragePolicyDeserializer(item);\n });\n}\n\n/** An instance describing a Pure Storage Policy Based Management policy */\nexport interface PureStoragePolicy extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PureStoragePolicyProperties;\n}\n\nexport function pureStoragePolicySerializer(item: PureStoragePolicy): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : pureStoragePolicyPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function pureStoragePolicyDeserializer(item: any): PureStoragePolicy {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : pureStoragePolicyPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a Pure Storage Policy Based Management policy */\nexport interface PureStoragePolicyProperties {\n /** Definition of a Pure Storage Policy Based Management policy */\n storagePolicyDefinition: string;\n /** Azure resource ID of the Pure Storage Pool associated with the storage policy */\n storagePoolId: string;\n /** The state of the Pure Storage Policy Based Management policy provisioning */\n readonly provisioningState?: PureStoragePolicyProvisioningState;\n}\n\nexport function pureStoragePolicyPropertiesSerializer(item: PureStoragePolicyProperties): any {\n return {\n storagePolicyDefinition: item[\"storagePolicyDefinition\"],\n storagePoolId: item[\"storagePoolId\"],\n };\n}\n\nexport function pureStoragePolicyPropertiesDeserializer(item: any): PureStoragePolicyProperties {\n return {\n storagePolicyDefinition: item[\"storagePolicyDefinition\"],\n storagePoolId: item[\"storagePoolId\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Pure Storage Policy Based Management policy provisioning state */\nexport enum KnownPureStoragePolicyProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** is deleting */\n Deleting = \"Deleting\",\n /** is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Pure Storage Policy Based Management policy provisioning state \\\n * {@link KnownPureStoragePolicyProvisioningState} can be used interchangeably with PureStoragePolicyProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Deleting**: is deleting \\\n * **Updating**: is updating\n */\nexport type PureStoragePolicyProvisioningState = string;\n\n/** Script Output Stream type */\nexport enum KnownScriptOutputStreamType {\n /** is information */\n Information = \"Information\",\n /** is warning */\n Warning = \"Warning\",\n /** is output */\n Output = \"Output\",\n /** is error */\n Error = \"Error\",\n}\n\n/**\n * Script Output Stream type \\\n * {@link KnownScriptOutputStreamType} can be used interchangeably with ScriptOutputStreamType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Information**: is information \\\n * **Warning**: is warning \\\n * **Output**: is output \\\n * **Error**: is error\n */\nexport type ScriptOutputStreamType = string;\n\n/** Azure VMware Solution API versions. */\nexport enum KnownVersions {\n /** Azure VMware Solution API version 2023-09-01. */\n V20230901 = \"2023-09-01\",\n /** Azure VMware Solution API version 2024-09-01. */\n V20240901 = \"2024-09-01\",\n}\n"]}