@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,3091 @@
1
+ /** The response of a WorkloadNetwork list operation. */
2
+ export interface _WorkloadNetworkList {
3
+ /** The WorkloadNetwork items on this page */
4
+ value: WorkloadNetwork[];
5
+ /** The link to the next page of items */
6
+ nextLink?: string;
7
+ }
8
+ export declare function _workloadNetworkListDeserializer(item: any): _WorkloadNetworkList;
9
+ export declare function workloadNetworkArrayDeserializer(result: Array<WorkloadNetwork>): any[];
10
+ /** Workload Network */
11
+ export interface WorkloadNetwork extends ProxyResource {
12
+ /** The resource-specific properties for this resource. */
13
+ properties?: WorkloadNetworkProperties;
14
+ }
15
+ export declare function workloadNetworkDeserializer(item: any): WorkloadNetwork;
16
+ /** The properties of a workload network */
17
+ export interface WorkloadNetworkProperties {
18
+ /** The provisioning state of the resource. */
19
+ readonly provisioningState?: WorkloadNetworkProvisioningState;
20
+ }
21
+ export declare function workloadNetworkPropertiesDeserializer(item: any): WorkloadNetworkProperties;
22
+ /** base Workload Network provisioning state */
23
+ export declare enum KnownWorkloadNetworkProvisioningState {
24
+ /** Resource has been created. */
25
+ Succeeded = "Succeeded",
26
+ /** Resource creation failed. */
27
+ Failed = "Failed",
28
+ /** Resource creation was canceled. */
29
+ Canceled = "Canceled",
30
+ /** is building */
31
+ Building = "Building",
32
+ /** is deleting */
33
+ Deleting = "Deleting",
34
+ /** is updating */
35
+ Updating = "Updating"
36
+ }
37
+ /**
38
+ * base Workload Network provisioning state \
39
+ * {@link KnownWorkloadNetworkProvisioningState} can be used interchangeably with WorkloadNetworkProvisioningState,
40
+ * this enum contains the known values that the service supports.
41
+ * ### Known values supported by the service
42
+ * **Succeeded**: Resource has been created. \
43
+ * **Failed**: Resource creation failed. \
44
+ * **Canceled**: Resource creation was canceled. \
45
+ * **Building**: is building \
46
+ * **Deleting**: is deleting \
47
+ * **Updating**: is updating
48
+ */
49
+ export type WorkloadNetworkProvisioningState = string;
50
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
51
+ export interface ProxyResource extends Resource {
52
+ }
53
+ export declare function proxyResourceSerializer(item: ProxyResource): any;
54
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
55
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
56
+ export interface Resource {
57
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
58
+ readonly id?: string;
59
+ /** The name of the resource */
60
+ readonly name?: string;
61
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
62
+ readonly type?: string;
63
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
64
+ readonly systemData?: SystemData;
65
+ }
66
+ export declare function resourceSerializer(item: Resource): any;
67
+ export declare function resourceDeserializer(item: any): Resource;
68
+ /** Metadata pertaining to creation and last modification of the resource. */
69
+ export interface SystemData {
70
+ /** The identity that created the resource. */
71
+ createdBy?: string;
72
+ /** The type of identity that created the resource. */
73
+ createdByType?: CreatedByType;
74
+ /** The timestamp of resource creation (UTC). */
75
+ createdAt?: Date;
76
+ /** The identity that last modified the resource. */
77
+ lastModifiedBy?: string;
78
+ /** The type of identity that last modified the resource. */
79
+ lastModifiedByType?: CreatedByType;
80
+ /** The timestamp of resource last modification (UTC) */
81
+ lastModifiedAt?: Date;
82
+ }
83
+ export declare function systemDataDeserializer(item: any): SystemData;
84
+ /** The kind of entity that created the resource. */
85
+ export declare enum KnownCreatedByType {
86
+ /** The entity was created by a user. */
87
+ User = "User",
88
+ /** The entity was created by an application. */
89
+ Application = "Application",
90
+ /** The entity was created by a managed identity. */
91
+ ManagedIdentity = "ManagedIdentity",
92
+ /** The entity was created by a key. */
93
+ Key = "Key"
94
+ }
95
+ /**
96
+ * The kind of entity that created the resource. \
97
+ * {@link KnowncreatedByType} can be used interchangeably with createdByType,
98
+ * this enum contains the known values that the service supports.
99
+ * ### Known values supported by the service
100
+ * **User**: The entity was created by a user. \
101
+ * **Application**: The entity was created by an application. \
102
+ * **ManagedIdentity**: The entity was created by a managed identity. \
103
+ * **Key**: The entity was created by a key.
104
+ */
105
+ export type CreatedByType = string;
106
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
107
+ export interface ErrorResponse {
108
+ /** The error object. */
109
+ error?: ErrorDetail;
110
+ }
111
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
112
+ /** The error detail. */
113
+ export interface ErrorDetail {
114
+ /** The error code. */
115
+ readonly code?: string;
116
+ /** The error message. */
117
+ readonly message?: string;
118
+ /** The error target. */
119
+ readonly target?: string;
120
+ /** The error details. */
121
+ readonly details?: ErrorDetail[];
122
+ /** The error additional info. */
123
+ readonly additionalInfo?: ErrorAdditionalInfo[];
124
+ }
125
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
126
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
127
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
128
+ /** The resource management error additional info. */
129
+ export interface ErrorAdditionalInfo {
130
+ /** The additional info type. */
131
+ readonly type?: string;
132
+ /** The additional info. */
133
+ readonly info?: any;
134
+ }
135
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
136
+ /** The response of a WorkloadNetworkDhcp list operation. */
137
+ export interface _WorkloadNetworkDhcpList {
138
+ /** The WorkloadNetworkDhcp items on this page */
139
+ value: WorkloadNetworkDhcp[];
140
+ /** The link to the next page of items */
141
+ nextLink?: string;
142
+ }
143
+ export declare function _workloadNetworkDhcpListDeserializer(item: any): _WorkloadNetworkDhcpList;
144
+ export declare function workloadNetworkDhcpArraySerializer(result: Array<WorkloadNetworkDhcp>): any[];
145
+ export declare function workloadNetworkDhcpArrayDeserializer(result: Array<WorkloadNetworkDhcp>): any[];
146
+ /** NSX DHCP */
147
+ export interface WorkloadNetworkDhcp extends ProxyResource {
148
+ /** The resource-specific properties for this resource. */
149
+ properties?: WorkloadNetworkDhcpEntityUnion;
150
+ }
151
+ export declare function workloadNetworkDhcpSerializer(item: WorkloadNetworkDhcp): any;
152
+ export declare function workloadNetworkDhcpDeserializer(item: any): WorkloadNetworkDhcp;
153
+ /**
154
+ * Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to
155
+ * inherit from
156
+ */
157
+ export interface WorkloadNetworkDhcpEntity {
158
+ /** Type of DHCP: SERVER or RELAY. */
159
+ /** The discriminator possible values: SERVER, RELAY */
160
+ dhcpType: DhcpTypeEnum;
161
+ /** Display name of the DHCP entity. */
162
+ displayName?: string;
163
+ /** NSX Segments consuming DHCP. */
164
+ readonly segments?: string[];
165
+ /** The provisioning state */
166
+ readonly provisioningState?: WorkloadNetworkDhcpProvisioningState;
167
+ /** NSX revision number. */
168
+ revision?: number;
169
+ }
170
+ export declare function workloadNetworkDhcpEntitySerializer(item: WorkloadNetworkDhcpEntity): any;
171
+ export declare function workloadNetworkDhcpEntityDeserializer(item: any): WorkloadNetworkDhcpEntity;
172
+ /** Alias for WorkloadNetworkDhcpEntityUnion */
173
+ export type WorkloadNetworkDhcpEntityUnion = WorkloadNetworkDhcpServer | WorkloadNetworkDhcpRelay | WorkloadNetworkDhcpEntity;
174
+ export declare function workloadNetworkDhcpEntityUnionSerializer(item: WorkloadNetworkDhcpEntityUnion): any;
175
+ export declare function workloadNetworkDhcpEntityUnionDeserializer(item: any): WorkloadNetworkDhcpEntityUnion;
176
+ /** Type of DHCP: SERVER or RELAY. */
177
+ export declare enum KnownDhcpTypeEnum {
178
+ Server = "SERVER",
179
+ Relay = "RELAY"
180
+ }
181
+ /**
182
+ * Type of DHCP: SERVER or RELAY. \
183
+ * {@link KnownDhcpTypeEnum} can be used interchangeably with DhcpTypeEnum,
184
+ * this enum contains the known values that the service supports.
185
+ * ### Known values supported by the service
186
+ * **SERVER** \
187
+ * **RELAY**
188
+ */
189
+ export type DhcpTypeEnum = string;
190
+ /** Workload Network DHCP provisioning state */
191
+ export declare enum KnownWorkloadNetworkDhcpProvisioningState {
192
+ /** Resource has been created. */
193
+ Succeeded = "Succeeded",
194
+ /** Resource creation failed. */
195
+ Failed = "Failed",
196
+ /** Resource creation was canceled. */
197
+ Canceled = "Canceled",
198
+ /** is building */
199
+ Building = "Building",
200
+ /** is deleting */
201
+ Deleting = "Deleting",
202
+ /** is updating */
203
+ Updating = "Updating"
204
+ }
205
+ /**
206
+ * Workload Network DHCP provisioning state \
207
+ * {@link KnownWorkloadNetworkDhcpProvisioningState} can be used interchangeably with WorkloadNetworkDhcpProvisioningState,
208
+ * this enum contains the known values that the service supports.
209
+ * ### Known values supported by the service
210
+ * **Succeeded**: Resource has been created. \
211
+ * **Failed**: Resource creation failed. \
212
+ * **Canceled**: Resource creation was canceled. \
213
+ * **Building**: is building \
214
+ * **Deleting**: is deleting \
215
+ * **Updating**: is updating
216
+ */
217
+ export type WorkloadNetworkDhcpProvisioningState = string;
218
+ /** NSX DHCP Server */
219
+ export interface WorkloadNetworkDhcpServer extends WorkloadNetworkDhcpEntity {
220
+ /** DHCP Server Address. */
221
+ serverAddress?: string;
222
+ /** DHCP Server Lease Time. */
223
+ leaseTime?: number;
224
+ /** Type of DHCP: SERVER or RELAY. */
225
+ dhcpType: "SERVER";
226
+ }
227
+ export declare function workloadNetworkDhcpServerSerializer(item: WorkloadNetworkDhcpServer): any;
228
+ export declare function workloadNetworkDhcpServerDeserializer(item: any): WorkloadNetworkDhcpServer;
229
+ /** NSX DHCP Relay */
230
+ export interface WorkloadNetworkDhcpRelay extends WorkloadNetworkDhcpEntity {
231
+ /** DHCP Relay Addresses. Max 3. */
232
+ serverAddresses?: string[];
233
+ /** Type of DHCP: SERVER or RELAY. */
234
+ dhcpType: "RELAY";
235
+ }
236
+ export declare function workloadNetworkDhcpRelaySerializer(item: WorkloadNetworkDhcpRelay): any;
237
+ export declare function workloadNetworkDhcpRelayDeserializer(item: any): WorkloadNetworkDhcpRelay;
238
+ /** The response of a WorkloadNetworkDnsService list operation. */
239
+ export interface _WorkloadNetworkDnsServicesList {
240
+ /** The WorkloadNetworkDnsService items on this page */
241
+ value: WorkloadNetworkDnsService[];
242
+ /** The link to the next page of items */
243
+ nextLink?: string;
244
+ }
245
+ export declare function _workloadNetworkDnsServicesListDeserializer(item: any): _WorkloadNetworkDnsServicesList;
246
+ export declare function workloadNetworkDnsServiceArraySerializer(result: Array<WorkloadNetworkDnsService>): any[];
247
+ export declare function workloadNetworkDnsServiceArrayDeserializer(result: Array<WorkloadNetworkDnsService>): any[];
248
+ /** NSX DNS Service */
249
+ export interface WorkloadNetworkDnsService extends ProxyResource {
250
+ /** The resource-specific properties for this resource. */
251
+ properties?: WorkloadNetworkDnsServiceProperties;
252
+ }
253
+ export declare function workloadNetworkDnsServiceSerializer(item: WorkloadNetworkDnsService): any;
254
+ export declare function workloadNetworkDnsServiceDeserializer(item: any): WorkloadNetworkDnsService;
255
+ /** NSX DNS Service Properties */
256
+ export interface WorkloadNetworkDnsServiceProperties {
257
+ /** Display name of the DNS Service. */
258
+ displayName?: string;
259
+ /** DNS service IP of the DNS Service. */
260
+ dnsServiceIp?: string;
261
+ /** Default DNS zone of the DNS Service. */
262
+ defaultDnsZone?: string;
263
+ /** FQDN zones of the DNS Service. */
264
+ fqdnZones?: string[];
265
+ /** DNS Service log level. */
266
+ logLevel?: DnsServiceLogLevelEnum;
267
+ /** DNS Service status. */
268
+ readonly status?: DnsServiceStatusEnum;
269
+ /** The provisioning state */
270
+ readonly provisioningState?: WorkloadNetworkDnsServiceProvisioningState;
271
+ /** NSX revision number. */
272
+ revision?: number;
273
+ }
274
+ export declare function workloadNetworkDnsServicePropertiesSerializer(item: WorkloadNetworkDnsServiceProperties): any;
275
+ export declare function workloadNetworkDnsServicePropertiesDeserializer(item: any): WorkloadNetworkDnsServiceProperties;
276
+ /** DNS service log level */
277
+ export declare enum KnownDnsServiceLogLevelEnum {
278
+ /** is debug */
279
+ Debug = "DEBUG",
280
+ /** is info */
281
+ Info = "INFO",
282
+ /** is warning */
283
+ Warning = "WARNING",
284
+ /** is error */
285
+ Error = "ERROR",
286
+ /** is fatal */
287
+ Fatal = "FATAL"
288
+ }
289
+ /**
290
+ * DNS service log level \
291
+ * {@link KnownDnsServiceLogLevelEnum} can be used interchangeably with DnsServiceLogLevelEnum,
292
+ * this enum contains the known values that the service supports.
293
+ * ### Known values supported by the service
294
+ * **DEBUG**: is debug \
295
+ * **INFO**: is info \
296
+ * **WARNING**: is warning \
297
+ * **ERROR**: is error \
298
+ * **FATAL**: is fatal
299
+ */
300
+ export type DnsServiceLogLevelEnum = string;
301
+ /** DNS service status */
302
+ export declare enum KnownDnsServiceStatusEnum {
303
+ /** is success */
304
+ Success = "SUCCESS",
305
+ /** is failure */
306
+ Failure = "FAILURE"
307
+ }
308
+ /**
309
+ * DNS service status \
310
+ * {@link KnownDnsServiceStatusEnum} can be used interchangeably with DnsServiceStatusEnum,
311
+ * this enum contains the known values that the service supports.
312
+ * ### Known values supported by the service
313
+ * **SUCCESS**: is success \
314
+ * **FAILURE**: is failure
315
+ */
316
+ export type DnsServiceStatusEnum = string;
317
+ /** Workload Network DNS Service provisioning state */
318
+ export declare enum KnownWorkloadNetworkDnsServiceProvisioningState {
319
+ /** Resource has been created. */
320
+ Succeeded = "Succeeded",
321
+ /** Resource creation failed. */
322
+ Failed = "Failed",
323
+ /** Resource creation was canceled. */
324
+ Canceled = "Canceled",
325
+ /** is building */
326
+ Building = "Building",
327
+ /** is deleting */
328
+ Deleting = "Deleting",
329
+ /** is updating */
330
+ Updating = "Updating"
331
+ }
332
+ /**
333
+ * Workload Network DNS Service provisioning state \
334
+ * {@link KnownWorkloadNetworkDnsServiceProvisioningState} can be used interchangeably with WorkloadNetworkDnsServiceProvisioningState,
335
+ * this enum contains the known values that the service supports.
336
+ * ### Known values supported by the service
337
+ * **Succeeded**: Resource has been created. \
338
+ * **Failed**: Resource creation failed. \
339
+ * **Canceled**: Resource creation was canceled. \
340
+ * **Building**: is building \
341
+ * **Deleting**: is deleting \
342
+ * **Updating**: is updating
343
+ */
344
+ export type WorkloadNetworkDnsServiceProvisioningState = string;
345
+ /** The response of a WorkloadNetworkDnsZone list operation. */
346
+ export interface _WorkloadNetworkDnsZonesList {
347
+ /** The WorkloadNetworkDnsZone items on this page */
348
+ value: WorkloadNetworkDnsZone[];
349
+ /** The link to the next page of items */
350
+ nextLink?: string;
351
+ }
352
+ export declare function _workloadNetworkDnsZonesListDeserializer(item: any): _WorkloadNetworkDnsZonesList;
353
+ export declare function workloadNetworkDnsZoneArraySerializer(result: Array<WorkloadNetworkDnsZone>): any[];
354
+ export declare function workloadNetworkDnsZoneArrayDeserializer(result: Array<WorkloadNetworkDnsZone>): any[];
355
+ /** NSX DNS Zone */
356
+ export interface WorkloadNetworkDnsZone extends ProxyResource {
357
+ /** The resource-specific properties for this resource. */
358
+ properties?: WorkloadNetworkDnsZoneProperties;
359
+ }
360
+ export declare function workloadNetworkDnsZoneSerializer(item: WorkloadNetworkDnsZone): any;
361
+ export declare function workloadNetworkDnsZoneDeserializer(item: any): WorkloadNetworkDnsZone;
362
+ /** NSX DNS Zone Properties */
363
+ export interface WorkloadNetworkDnsZoneProperties {
364
+ /** Display name of the DNS Zone. */
365
+ displayName?: string;
366
+ /** Domain names of the DNS Zone. */
367
+ domain?: string[];
368
+ /** DNS Server IP array of the DNS Zone. */
369
+ dnsServerIps?: string[];
370
+ /** Source IP of the DNS Zone. */
371
+ sourceIp?: string;
372
+ /** Number of DNS Services using the DNS zone. */
373
+ dnsServices?: number;
374
+ /** The provisioning state */
375
+ readonly provisioningState?: WorkloadNetworkDnsZoneProvisioningState;
376
+ /** NSX revision number. */
377
+ revision?: number;
378
+ }
379
+ export declare function workloadNetworkDnsZonePropertiesSerializer(item: WorkloadNetworkDnsZoneProperties): any;
380
+ export declare function workloadNetworkDnsZonePropertiesDeserializer(item: any): WorkloadNetworkDnsZoneProperties;
381
+ /** Workload Network DNS Zone provisioning state */
382
+ export declare enum KnownWorkloadNetworkDnsZoneProvisioningState {
383
+ /** Resource has been created. */
384
+ Succeeded = "Succeeded",
385
+ /** Resource creation failed. */
386
+ Failed = "Failed",
387
+ /** Resource creation was canceled. */
388
+ Canceled = "Canceled",
389
+ /** is building */
390
+ Building = "Building",
391
+ /** is deleting */
392
+ Deleting = "Deleting",
393
+ /** is updating */
394
+ Updating = "Updating"
395
+ }
396
+ /**
397
+ * Workload Network DNS Zone provisioning state \
398
+ * {@link KnownWorkloadNetworkDnsZoneProvisioningState} can be used interchangeably with WorkloadNetworkDnsZoneProvisioningState,
399
+ * this enum contains the known values that the service supports.
400
+ * ### Known values supported by the service
401
+ * **Succeeded**: Resource has been created. \
402
+ * **Failed**: Resource creation failed. \
403
+ * **Canceled**: Resource creation was canceled. \
404
+ * **Building**: is building \
405
+ * **Deleting**: is deleting \
406
+ * **Updating**: is updating
407
+ */
408
+ export type WorkloadNetworkDnsZoneProvisioningState = string;
409
+ /** The response of a WorkloadNetworkGateway list operation. */
410
+ export interface _WorkloadNetworkGatewayList {
411
+ /** The WorkloadNetworkGateway items on this page */
412
+ value: WorkloadNetworkGateway[];
413
+ /** The link to the next page of items */
414
+ nextLink?: string;
415
+ }
416
+ export declare function _workloadNetworkGatewayListDeserializer(item: any): _WorkloadNetworkGatewayList;
417
+ export declare function workloadNetworkGatewayArrayDeserializer(result: Array<WorkloadNetworkGateway>): any[];
418
+ /** NSX Gateway. */
419
+ export interface WorkloadNetworkGateway extends ProxyResource {
420
+ /** The resource-specific properties for this resource. */
421
+ properties?: WorkloadNetworkGatewayProperties;
422
+ }
423
+ export declare function workloadNetworkGatewayDeserializer(item: any): WorkloadNetworkGateway;
424
+ /** Properties of a NSX Gateway. */
425
+ export interface WorkloadNetworkGatewayProperties {
426
+ /** The provisioning state of the resource. */
427
+ readonly provisioningState?: WorkloadNetworkProvisioningState;
428
+ /** Display name of the DHCP entity. */
429
+ displayName?: string;
430
+ /** NSX Gateway Path. */
431
+ readonly path?: string;
432
+ }
433
+ export declare function workloadNetworkGatewayPropertiesDeserializer(item: any): WorkloadNetworkGatewayProperties;
434
+ /** The response of a WorkloadNetworkPortMirroring list operation. */
435
+ export interface _WorkloadNetworkPortMirroringList {
436
+ /** The WorkloadNetworkPortMirroring items on this page */
437
+ value: WorkloadNetworkPortMirroring[];
438
+ /** The link to the next page of items */
439
+ nextLink?: string;
440
+ }
441
+ export declare function _workloadNetworkPortMirroringListDeserializer(item: any): _WorkloadNetworkPortMirroringList;
442
+ export declare function workloadNetworkPortMirroringArraySerializer(result: Array<WorkloadNetworkPortMirroring>): any[];
443
+ export declare function workloadNetworkPortMirroringArrayDeserializer(result: Array<WorkloadNetworkPortMirroring>): any[];
444
+ /** NSX Port Mirroring */
445
+ export interface WorkloadNetworkPortMirroring extends ProxyResource {
446
+ /** The resource-specific properties for this resource. */
447
+ properties?: WorkloadNetworkPortMirroringProperties;
448
+ }
449
+ export declare function workloadNetworkPortMirroringSerializer(item: WorkloadNetworkPortMirroring): any;
450
+ export declare function workloadNetworkPortMirroringDeserializer(item: any): WorkloadNetworkPortMirroring;
451
+ /** NSX Port Mirroring Properties */
452
+ export interface WorkloadNetworkPortMirroringProperties {
453
+ /** Display name of the port mirroring profile. */
454
+ displayName?: string;
455
+ /** Direction of port mirroring profile. */
456
+ direction?: PortMirroringDirectionEnum;
457
+ /** Source VM Group. */
458
+ source?: string;
459
+ /** Destination VM Group. */
460
+ destination?: string;
461
+ /** Port Mirroring Status. */
462
+ readonly status?: PortMirroringStatusEnum;
463
+ /** The provisioning state */
464
+ readonly provisioningState?: WorkloadNetworkPortMirroringProvisioningState;
465
+ /** NSX revision number. */
466
+ revision?: number;
467
+ }
468
+ export declare function workloadNetworkPortMirroringPropertiesSerializer(item: WorkloadNetworkPortMirroringProperties): any;
469
+ export declare function workloadNetworkPortMirroringPropertiesDeserializer(item: any): WorkloadNetworkPortMirroringProperties;
470
+ /** Port Mirroring Direction */
471
+ export declare enum KnownPortMirroringDirectionEnum {
472
+ /** is ingress */
473
+ Ingress = "INGRESS",
474
+ /** is egress */
475
+ Egress = "EGRESS",
476
+ /** is bidirectional */
477
+ Bidirectional = "BIDIRECTIONAL"
478
+ }
479
+ /**
480
+ * Port Mirroring Direction \
481
+ * {@link KnownPortMirroringDirectionEnum} can be used interchangeably with PortMirroringDirectionEnum,
482
+ * this enum contains the known values that the service supports.
483
+ * ### Known values supported by the service
484
+ * **INGRESS**: is ingress \
485
+ * **EGRESS**: is egress \
486
+ * **BIDIRECTIONAL**: is bidirectional
487
+ */
488
+ export type PortMirroringDirectionEnum = string;
489
+ /** Port Mirroring status */
490
+ export declare enum KnownPortMirroringStatusEnum {
491
+ /** is success */
492
+ Success = "SUCCESS",
493
+ /** is failure */
494
+ Failure = "FAILURE"
495
+ }
496
+ /**
497
+ * Port Mirroring status \
498
+ * {@link KnownPortMirroringStatusEnum} can be used interchangeably with PortMirroringStatusEnum,
499
+ * this enum contains the known values that the service supports.
500
+ * ### Known values supported by the service
501
+ * **SUCCESS**: is success \
502
+ * **FAILURE**: is failure
503
+ */
504
+ export type PortMirroringStatusEnum = string;
505
+ /** Workload Network Port Mirroring provisioning state */
506
+ export declare enum KnownWorkloadNetworkPortMirroringProvisioningState {
507
+ /** Resource has been created. */
508
+ Succeeded = "Succeeded",
509
+ /** Resource creation failed. */
510
+ Failed = "Failed",
511
+ /** Resource creation was canceled. */
512
+ Canceled = "Canceled",
513
+ /** is building */
514
+ Building = "Building",
515
+ /** is deleting */
516
+ Deleting = "Deleting",
517
+ /** is updating */
518
+ Updating = "Updating"
519
+ }
520
+ /**
521
+ * Workload Network Port Mirroring provisioning state \
522
+ * {@link KnownWorkloadNetworkPortMirroringProvisioningState} can be used interchangeably with WorkloadNetworkPortMirroringProvisioningState,
523
+ * this enum contains the known values that the service supports.
524
+ * ### Known values supported by the service
525
+ * **Succeeded**: Resource has been created. \
526
+ * **Failed**: Resource creation failed. \
527
+ * **Canceled**: Resource creation was canceled. \
528
+ * **Building**: is building \
529
+ * **Deleting**: is deleting \
530
+ * **Updating**: is updating
531
+ */
532
+ export type WorkloadNetworkPortMirroringProvisioningState = string;
533
+ /** The response of a WorkloadNetworkPublicIP list operation. */
534
+ export interface _WorkloadNetworkPublicIPsList {
535
+ /** The WorkloadNetworkPublicIP items on this page */
536
+ value: WorkloadNetworkPublicIP[];
537
+ /** The link to the next page of items */
538
+ nextLink?: string;
539
+ }
540
+ export declare function _workloadNetworkPublicIPsListDeserializer(item: any): _WorkloadNetworkPublicIPsList;
541
+ export declare function workloadNetworkPublicIPArraySerializer(result: Array<WorkloadNetworkPublicIP>): any[];
542
+ export declare function workloadNetworkPublicIPArrayDeserializer(result: Array<WorkloadNetworkPublicIP>): any[];
543
+ /** NSX Public IP Block */
544
+ export interface WorkloadNetworkPublicIP extends ProxyResource {
545
+ /** The resource-specific properties for this resource. */
546
+ properties?: WorkloadNetworkPublicIPProperties;
547
+ }
548
+ export declare function workloadNetworkPublicIPSerializer(item: WorkloadNetworkPublicIP): any;
549
+ export declare function workloadNetworkPublicIPDeserializer(item: any): WorkloadNetworkPublicIP;
550
+ /** NSX Public IP Block Properties */
551
+ export interface WorkloadNetworkPublicIPProperties {
552
+ /** Display name of the Public IP Block. */
553
+ displayName?: string;
554
+ /** Number of Public IPs requested. */
555
+ numberOfPublicIPs?: number;
556
+ /** CIDR Block of the Public IP Block. */
557
+ readonly publicIPBlock?: string;
558
+ /** The provisioning state */
559
+ readonly provisioningState?: WorkloadNetworkPublicIPProvisioningState;
560
+ }
561
+ export declare function workloadNetworkPublicIPPropertiesSerializer(item: WorkloadNetworkPublicIPProperties): any;
562
+ export declare function workloadNetworkPublicIPPropertiesDeserializer(item: any): WorkloadNetworkPublicIPProperties;
563
+ /** Workload Network Public IP provisioning state */
564
+ export declare enum KnownWorkloadNetworkPublicIPProvisioningState {
565
+ /** Resource has been created. */
566
+ Succeeded = "Succeeded",
567
+ /** Resource creation failed. */
568
+ Failed = "Failed",
569
+ /** Resource creation was canceled. */
570
+ Canceled = "Canceled",
571
+ /** is building */
572
+ Building = "Building",
573
+ /** is deleting */
574
+ Deleting = "Deleting",
575
+ /** is updating */
576
+ Updating = "Updating"
577
+ }
578
+ /**
579
+ * Workload Network Public IP provisioning state \
580
+ * {@link KnownWorkloadNetworkPublicIPProvisioningState} can be used interchangeably with WorkloadNetworkPublicIPProvisioningState,
581
+ * this enum contains the known values that the service supports.
582
+ * ### Known values supported by the service
583
+ * **Succeeded**: Resource has been created. \
584
+ * **Failed**: Resource creation failed. \
585
+ * **Canceled**: Resource creation was canceled. \
586
+ * **Building**: is building \
587
+ * **Deleting**: is deleting \
588
+ * **Updating**: is updating
589
+ */
590
+ export type WorkloadNetworkPublicIPProvisioningState = string;
591
+ /** The response of a WorkloadNetworkSegment list operation. */
592
+ export interface _WorkloadNetworkSegmentsList {
593
+ /** The WorkloadNetworkSegment items on this page */
594
+ value: WorkloadNetworkSegment[];
595
+ /** The link to the next page of items */
596
+ nextLink?: string;
597
+ }
598
+ export declare function _workloadNetworkSegmentsListDeserializer(item: any): _WorkloadNetworkSegmentsList;
599
+ export declare function workloadNetworkSegmentArraySerializer(result: Array<WorkloadNetworkSegment>): any[];
600
+ export declare function workloadNetworkSegmentArrayDeserializer(result: Array<WorkloadNetworkSegment>): any[];
601
+ /** NSX Segment */
602
+ export interface WorkloadNetworkSegment extends ProxyResource {
603
+ /** The resource-specific properties for this resource. */
604
+ properties?: WorkloadNetworkSegmentProperties;
605
+ }
606
+ export declare function workloadNetworkSegmentSerializer(item: WorkloadNetworkSegment): any;
607
+ export declare function workloadNetworkSegmentDeserializer(item: any): WorkloadNetworkSegment;
608
+ /** NSX Segment Properties */
609
+ export interface WorkloadNetworkSegmentProperties {
610
+ /** Display name of the segment. */
611
+ displayName?: string;
612
+ /** Gateway which to connect segment to. */
613
+ connectedGateway?: string;
614
+ /** Subnet which to connect segment to. */
615
+ subnet?: WorkloadNetworkSegmentSubnet;
616
+ /** Port Vif which segment is associated with. */
617
+ readonly portVif?: WorkloadNetworkSegmentPortVif[];
618
+ /** Segment status. */
619
+ readonly status?: SegmentStatusEnum;
620
+ /** The provisioning state */
621
+ readonly provisioningState?: WorkloadNetworkSegmentProvisioningState;
622
+ /** NSX revision number. */
623
+ revision?: number;
624
+ }
625
+ export declare function workloadNetworkSegmentPropertiesSerializer(item: WorkloadNetworkSegmentProperties): any;
626
+ export declare function workloadNetworkSegmentPropertiesDeserializer(item: any): WorkloadNetworkSegmentProperties;
627
+ /** Subnet configuration for segment */
628
+ export interface WorkloadNetworkSegmentSubnet {
629
+ /** DHCP Range assigned for subnet. */
630
+ dhcpRanges?: string[];
631
+ /** Gateway address. */
632
+ gatewayAddress?: string;
633
+ }
634
+ export declare function workloadNetworkSegmentSubnetSerializer(item: WorkloadNetworkSegmentSubnet): any;
635
+ export declare function workloadNetworkSegmentSubnetDeserializer(item: any): WorkloadNetworkSegmentSubnet;
636
+ export declare function workloadNetworkSegmentPortVifArrayDeserializer(result: Array<WorkloadNetworkSegmentPortVif>): any[];
637
+ /** Ports and any VIF attached to segment. */
638
+ export interface WorkloadNetworkSegmentPortVif {
639
+ /** Name of port or VIF attached to segment. */
640
+ portName?: string;
641
+ }
642
+ export declare function workloadNetworkSegmentPortVifDeserializer(item: any): WorkloadNetworkSegmentPortVif;
643
+ /** Segment status */
644
+ export declare enum KnownSegmentStatusEnum {
645
+ /** is success */
646
+ Success = "SUCCESS",
647
+ /** is failure */
648
+ Failure = "FAILURE"
649
+ }
650
+ /**
651
+ * Segment status \
652
+ * {@link KnownSegmentStatusEnum} can be used interchangeably with SegmentStatusEnum,
653
+ * this enum contains the known values that the service supports.
654
+ * ### Known values supported by the service
655
+ * **SUCCESS**: is success \
656
+ * **FAILURE**: is failure
657
+ */
658
+ export type SegmentStatusEnum = string;
659
+ /** Workload Network Segment provisioning state */
660
+ export declare enum KnownWorkloadNetworkSegmentProvisioningState {
661
+ /** Resource has been created. */
662
+ Succeeded = "Succeeded",
663
+ /** Resource creation failed. */
664
+ Failed = "Failed",
665
+ /** Resource creation was canceled. */
666
+ Canceled = "Canceled",
667
+ /** is building */
668
+ Building = "Building",
669
+ /** is deleting */
670
+ Deleting = "Deleting",
671
+ /** is updating */
672
+ Updating = "Updating"
673
+ }
674
+ /**
675
+ * Workload Network Segment provisioning state \
676
+ * {@link KnownWorkloadNetworkSegmentProvisioningState} can be used interchangeably with WorkloadNetworkSegmentProvisioningState,
677
+ * this enum contains the known values that the service supports.
678
+ * ### Known values supported by the service
679
+ * **Succeeded**: Resource has been created. \
680
+ * **Failed**: Resource creation failed. \
681
+ * **Canceled**: Resource creation was canceled. \
682
+ * **Building**: is building \
683
+ * **Deleting**: is deleting \
684
+ * **Updating**: is updating
685
+ */
686
+ export type WorkloadNetworkSegmentProvisioningState = string;
687
+ /** The response of a WorkloadNetworkVirtualMachine list operation. */
688
+ export interface _WorkloadNetworkVirtualMachinesList {
689
+ /** The WorkloadNetworkVirtualMachine items on this page */
690
+ value: WorkloadNetworkVirtualMachine[];
691
+ /** The link to the next page of items */
692
+ nextLink?: string;
693
+ }
694
+ export declare function _workloadNetworkVirtualMachinesListDeserializer(item: any): _WorkloadNetworkVirtualMachinesList;
695
+ export declare function workloadNetworkVirtualMachineArrayDeserializer(result: Array<WorkloadNetworkVirtualMachine>): any[];
696
+ /** NSX Virtual Machine */
697
+ export interface WorkloadNetworkVirtualMachine extends ProxyResource {
698
+ /** The resource-specific properties for this resource. */
699
+ properties?: WorkloadNetworkVirtualMachineProperties;
700
+ }
701
+ export declare function workloadNetworkVirtualMachineDeserializer(item: any): WorkloadNetworkVirtualMachine;
702
+ /** NSX Virtual Machine Properties */
703
+ export interface WorkloadNetworkVirtualMachineProperties {
704
+ /** The provisioning state of the resource. */
705
+ readonly provisioningState?: WorkloadNetworkProvisioningState;
706
+ /** Display name of the VM. */
707
+ displayName?: string;
708
+ /** Virtual machine type. */
709
+ readonly vmType?: VMTypeEnum;
710
+ }
711
+ export declare function workloadNetworkVirtualMachinePropertiesDeserializer(item: any): WorkloadNetworkVirtualMachineProperties;
712
+ /** VM type */
713
+ export declare enum KnownVMTypeEnum {
714
+ /** is regular */
715
+ Regular = "REGULAR",
716
+ /** is edge */
717
+ Edge = "EDGE",
718
+ /** is service */
719
+ Service = "SERVICE"
720
+ }
721
+ /**
722
+ * VM type \
723
+ * {@link KnownVMTypeEnum} can be used interchangeably with VMTypeEnum,
724
+ * this enum contains the known values that the service supports.
725
+ * ### Known values supported by the service
726
+ * **REGULAR**: is regular \
727
+ * **EDGE**: is edge \
728
+ * **SERVICE**: is service
729
+ */
730
+ export type VMTypeEnum = string;
731
+ /** The response of a WorkloadNetworkVMGroup list operation. */
732
+ export interface _WorkloadNetworkVMGroupsList {
733
+ /** The WorkloadNetworkVMGroup items on this page */
734
+ value: WorkloadNetworkVMGroup[];
735
+ /** The link to the next page of items */
736
+ nextLink?: string;
737
+ }
738
+ export declare function _workloadNetworkVMGroupsListDeserializer(item: any): _WorkloadNetworkVMGroupsList;
739
+ export declare function workloadNetworkVMGroupArraySerializer(result: Array<WorkloadNetworkVMGroup>): any[];
740
+ export declare function workloadNetworkVMGroupArrayDeserializer(result: Array<WorkloadNetworkVMGroup>): any[];
741
+ /** NSX VM Group */
742
+ export interface WorkloadNetworkVMGroup extends ProxyResource {
743
+ /** The resource-specific properties for this resource. */
744
+ properties?: WorkloadNetworkVMGroupProperties;
745
+ }
746
+ export declare function workloadNetworkVMGroupSerializer(item: WorkloadNetworkVMGroup): any;
747
+ export declare function workloadNetworkVMGroupDeserializer(item: any): WorkloadNetworkVMGroup;
748
+ /** NSX VM Group Properties */
749
+ export interface WorkloadNetworkVMGroupProperties {
750
+ /** Display name of the VM group. */
751
+ displayName?: string;
752
+ /** Virtual machine members of this group. */
753
+ members?: string[];
754
+ /** VM Group status. */
755
+ readonly status?: VMGroupStatusEnum;
756
+ /** The provisioning state */
757
+ readonly provisioningState?: WorkloadNetworkVMGroupProvisioningState;
758
+ /** NSX revision number. */
759
+ revision?: number;
760
+ }
761
+ export declare function workloadNetworkVMGroupPropertiesSerializer(item: WorkloadNetworkVMGroupProperties): any;
762
+ export declare function workloadNetworkVMGroupPropertiesDeserializer(item: any): WorkloadNetworkVMGroupProperties;
763
+ /** VM group status */
764
+ export declare enum KnownVMGroupStatusEnum {
765
+ /** is success */
766
+ Success = "SUCCESS",
767
+ /** is failure */
768
+ Failure = "FAILURE"
769
+ }
770
+ /**
771
+ * VM group status \
772
+ * {@link KnownVMGroupStatusEnum} can be used interchangeably with VMGroupStatusEnum,
773
+ * this enum contains the known values that the service supports.
774
+ * ### Known values supported by the service
775
+ * **SUCCESS**: is success \
776
+ * **FAILURE**: is failure
777
+ */
778
+ export type VMGroupStatusEnum = string;
779
+ /** Workload Network VM Group provisioning state */
780
+ export declare enum KnownWorkloadNetworkVMGroupProvisioningState {
781
+ /** Resource has been created. */
782
+ Succeeded = "Succeeded",
783
+ /** Resource creation failed. */
784
+ Failed = "Failed",
785
+ /** Resource creation was canceled. */
786
+ Canceled = "Canceled",
787
+ /** is building */
788
+ Building = "Building",
789
+ /** is deleting */
790
+ Deleting = "Deleting",
791
+ /** is updating */
792
+ Updating = "Updating"
793
+ }
794
+ /**
795
+ * Workload Network VM Group provisioning state \
796
+ * {@link KnownWorkloadNetworkVMGroupProvisioningState} can be used interchangeably with WorkloadNetworkVMGroupProvisioningState,
797
+ * this enum contains the known values that the service supports.
798
+ * ### Known values supported by the service
799
+ * **Succeeded**: Resource has been created. \
800
+ * **Failed**: Resource creation failed. \
801
+ * **Canceled**: Resource creation was canceled. \
802
+ * **Building**: is building \
803
+ * **Deleting**: is deleting \
804
+ * **Updating**: is updating
805
+ */
806
+ export type WorkloadNetworkVMGroupProvisioningState = string;
807
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
808
+ export interface _OperationListResult {
809
+ /** The Operation items on this page */
810
+ value: Operation[];
811
+ /** The link to the next page of items */
812
+ nextLink?: string;
813
+ }
814
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
815
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
816
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
817
+ export interface Operation {
818
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
819
+ readonly name?: string;
820
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
821
+ readonly isDataAction?: boolean;
822
+ /** Localized display information for this particular operation. */
823
+ display?: OperationDisplay;
824
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
825
+ readonly origin?: Origin;
826
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
827
+ readonly actionType?: ActionType;
828
+ }
829
+ export declare function operationDeserializer(item: any): Operation;
830
+ /** Localized display information for and operation. */
831
+ export interface OperationDisplay {
832
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
833
+ readonly provider?: string;
834
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
835
+ readonly resource?: string;
836
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
837
+ readonly operation?: string;
838
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
839
+ readonly description?: string;
840
+ }
841
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
842
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
843
+ export declare enum KnownOrigin {
844
+ /** Indicates the operation is initiated by a user. */
845
+ User = "user",
846
+ /** Indicates the operation is initiated by a system. */
847
+ System = "system",
848
+ /** Indicates the operation is initiated by a user or system. */
849
+ UserSystem = "user,system"
850
+ }
851
+ /**
852
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
853
+ * {@link KnownOrigin} can be used interchangeably with Origin,
854
+ * this enum contains the known values that the service supports.
855
+ * ### Known values supported by the service
856
+ * **user**: Indicates the operation is initiated by a user. \
857
+ * **system**: Indicates the operation is initiated by a system. \
858
+ * **user,system**: Indicates the operation is initiated by a user or system.
859
+ */
860
+ export type Origin = string;
861
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
862
+ export declare enum KnownActionType {
863
+ /** Actions are for internal-only APIs. */
864
+ Internal = "Internal"
865
+ }
866
+ /**
867
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
868
+ * {@link KnownActionType} can be used interchangeably with ActionType,
869
+ * this enum contains the known values that the service supports.
870
+ * ### Known values supported by the service
871
+ * **Internal**: Actions are for internal-only APIs.
872
+ */
873
+ export type ActionType = string;
874
+ /** The resource model definition representing SKU */
875
+ export interface Sku {
876
+ /** The name of the SKU. Ex - P3. It is typically a letter+number code */
877
+ name: string;
878
+ /** 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. */
879
+ tier?: SkuTier;
880
+ /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
881
+ size?: string;
882
+ /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
883
+ family?: string;
884
+ /** 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. */
885
+ capacity?: number;
886
+ }
887
+ export declare function skuSerializer(item: Sku): any;
888
+ export declare function skuDeserializer(item: any): Sku;
889
+ /** 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. */
890
+ export type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
891
+ /** Subscription trial availability */
892
+ export interface Trial {
893
+ /** Trial status */
894
+ readonly status?: TrialStatus;
895
+ /** Number of trial hosts available */
896
+ readonly availableHosts?: number;
897
+ }
898
+ export declare function trialDeserializer(item: any): Trial;
899
+ /** trial status */
900
+ export declare enum KnownTrialStatus {
901
+ /** is available */
902
+ TrialAvailable = "TrialAvailable",
903
+ /** is used */
904
+ TrialUsed = "TrialUsed",
905
+ /** is disabled */
906
+ TrialDisabled = "TrialDisabled"
907
+ }
908
+ /**
909
+ * trial status \
910
+ * {@link KnownTrialStatus} can be used interchangeably with TrialStatus,
911
+ * this enum contains the known values that the service supports.
912
+ * ### Known values supported by the service
913
+ * **TrialAvailable**: is available \
914
+ * **TrialUsed**: is used \
915
+ * **TrialDisabled**: is disabled
916
+ */
917
+ export type TrialStatus = string;
918
+ /** Subscription quotas */
919
+ export interface Quota {
920
+ /** Remaining hosts quota by sku type */
921
+ readonly hostsRemaining?: Record<string, number>;
922
+ /** Host quota is active for current subscription */
923
+ readonly quotaEnabled?: QuotaEnabled;
924
+ }
925
+ export declare function quotaDeserializer(item: any): Quota;
926
+ /** quota enabled */
927
+ export declare enum KnownQuotaEnabled {
928
+ /** is enabled */
929
+ Enabled = "Enabled",
930
+ /** is disabled */
931
+ Disabled = "Disabled"
932
+ }
933
+ /**
934
+ * quota enabled \
935
+ * {@link KnownQuotaEnabled} can be used interchangeably with QuotaEnabled,
936
+ * this enum contains the known values that the service supports.
937
+ * ### Known values supported by the service
938
+ * **Enabled**: is enabled \
939
+ * **Disabled**: is disabled
940
+ */
941
+ export type QuotaEnabled = string;
942
+ /** The response of a PrivateCloud list operation. */
943
+ export interface _PrivateCloudList {
944
+ /** The PrivateCloud items on this page */
945
+ value: PrivateCloud[];
946
+ /** The link to the next page of items */
947
+ nextLink?: string;
948
+ }
949
+ export declare function _privateCloudListDeserializer(item: any): _PrivateCloudList;
950
+ export declare function privateCloudArraySerializer(result: Array<PrivateCloud>): any[];
951
+ export declare function privateCloudArrayDeserializer(result: Array<PrivateCloud>): any[];
952
+ /** A private cloud resource */
953
+ export interface PrivateCloud extends TrackedResource {
954
+ /** The resource-specific properties for this resource. */
955
+ properties?: PrivateCloudProperties;
956
+ /** The SKU (Stock Keeping Unit) assigned to this resource. */
957
+ sku: Sku;
958
+ /** The managed service identities assigned to this resource. */
959
+ identity?: PrivateCloudIdentity;
960
+ /** The availability zones. */
961
+ zones?: string[];
962
+ }
963
+ export declare function privateCloudSerializer(item: PrivateCloud): any;
964
+ export declare function privateCloudDeserializer(item: any): PrivateCloud;
965
+ /** The properties of a private cloud resource */
966
+ export interface PrivateCloudProperties {
967
+ /** The default cluster used for management */
968
+ managementCluster: ManagementCluster;
969
+ /** Connectivity to internet is enabled or disabled */
970
+ internet?: InternetEnum;
971
+ /** vCenter Single Sign On Identity Sources */
972
+ identitySources?: IdentitySource[];
973
+ /** Properties describing how the cloud is distributed across availability zones */
974
+ availability?: AvailabilityProperties;
975
+ /** Customer managed key encryption, can be enabled or disabled */
976
+ encryption?: Encryption;
977
+ /**
978
+ * Array of additional networks noncontiguous with networkBlock. Networks must be
979
+ * unique and non-overlapping across VNet in your subscription, on-premise, and
980
+ * this privateCloud networkBlock attribute. Make sure the CIDR format conforms to
981
+ * (A.B.C.D/X).
982
+ */
983
+ extendedNetworkBlocks?: string[];
984
+ /** The provisioning state */
985
+ readonly provisioningState?: PrivateCloudProvisioningState;
986
+ /** An ExpressRoute Circuit */
987
+ circuit?: Circuit;
988
+ /** The endpoints */
989
+ readonly endpoints?: Endpoints;
990
+ /**
991
+ * The block of addresses should be unique across VNet in your subscription as
992
+ * well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where
993
+ * A,B,C,D are between 0 and 255, and X is between 0 and 22
994
+ */
995
+ networkBlock: string;
996
+ /** Network used to access vCenter Server and NSX-T Manager */
997
+ readonly managementNetwork?: string;
998
+ /** Used for virtual machine cold migration, cloning, and snapshot migration */
999
+ readonly provisioningNetwork?: string;
1000
+ /** Used for live migration of virtual machines */
1001
+ readonly vmotionNetwork?: string;
1002
+ /** Optionally, set the vCenter admin password when the private cloud is created */
1003
+ vcenterPassword?: string;
1004
+ /** Optionally, set the NSX-T Manager password when the private cloud is created */
1005
+ nsxtPassword?: string;
1006
+ /** Thumbprint of the vCenter Server SSL certificate */
1007
+ readonly vcenterCertificateThumbprint?: string;
1008
+ /** Thumbprint of the NSX-T Manager SSL certificate */
1009
+ readonly nsxtCertificateThumbprint?: string;
1010
+ /** Array of cloud link IDs from other clouds that connect to this one */
1011
+ readonly externalCloudLinks?: string[];
1012
+ /**
1013
+ * A secondary expressRoute circuit from a separate AZ. Only present in a
1014
+ * stretched private cloud
1015
+ */
1016
+ secondaryCircuit?: Circuit;
1017
+ /**
1018
+ * Flag to indicate whether the private cloud has the quota for provisioned NSX
1019
+ * Public IP count raised from 64 to 1024
1020
+ */
1021
+ readonly nsxPublicIpQuotaRaised?: NsxPublicIpQuotaRaisedEnum;
1022
+ /** Azure resource ID of the virtual network */
1023
+ virtualNetworkId?: string;
1024
+ /** The type of DNS zone to use. */
1025
+ dnsZoneType?: DnsZoneType;
1026
+ }
1027
+ export declare function privateCloudPropertiesSerializer(item: PrivateCloudProperties): any;
1028
+ export declare function privateCloudPropertiesDeserializer(item: any): PrivateCloudProperties;
1029
+ /** The properties of a management cluster */
1030
+ export interface ManagementCluster {
1031
+ /** The cluster size */
1032
+ clusterSize?: number;
1033
+ /** The state of the cluster provisioning */
1034
+ readonly provisioningState?: ClusterProvisioningState;
1035
+ /** The identity */
1036
+ readonly clusterId?: number;
1037
+ /** The hosts */
1038
+ hosts?: string[];
1039
+ /** Name of the vsan datastore associated with the cluster */
1040
+ vsanDatastoreName?: string;
1041
+ }
1042
+ export declare function managementClusterSerializer(item: ManagementCluster): any;
1043
+ export declare function managementClusterDeserializer(item: any): ManagementCluster;
1044
+ /** Cluster provisioning state */
1045
+ export declare enum KnownClusterProvisioningState {
1046
+ /** Resource has been created. */
1047
+ Succeeded = "Succeeded",
1048
+ /** Resource creation failed. */
1049
+ Failed = "Failed",
1050
+ /** Resource creation was canceled. */
1051
+ Canceled = "Canceled",
1052
+ /** is cancelled */
1053
+ Cancelled = "Cancelled",
1054
+ /** is deleting */
1055
+ Deleting = "Deleting",
1056
+ /** is updating */
1057
+ Updating = "Updating"
1058
+ }
1059
+ /**
1060
+ * Cluster provisioning state \
1061
+ * {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,
1062
+ * this enum contains the known values that the service supports.
1063
+ * ### Known values supported by the service
1064
+ * **Succeeded**: Resource has been created. \
1065
+ * **Failed**: Resource creation failed. \
1066
+ * **Canceled**: Resource creation was canceled. \
1067
+ * **Cancelled**: is cancelled \
1068
+ * **Deleting**: is deleting \
1069
+ * **Updating**: is updating
1070
+ */
1071
+ export type ClusterProvisioningState = string;
1072
+ /** Whether internet is enabled or disabled */
1073
+ export declare enum KnownInternetEnum {
1074
+ /** is enabled */
1075
+ Enabled = "Enabled",
1076
+ /** is disabled */
1077
+ Disabled = "Disabled"
1078
+ }
1079
+ /**
1080
+ * Whether internet is enabled or disabled \
1081
+ * {@link KnownInternetEnum} can be used interchangeably with InternetEnum,
1082
+ * this enum contains the known values that the service supports.
1083
+ * ### Known values supported by the service
1084
+ * **Enabled**: is enabled \
1085
+ * **Disabled**: is disabled
1086
+ */
1087
+ export type InternetEnum = string;
1088
+ export declare function identitySourceArraySerializer(result: Array<IdentitySource>): any[];
1089
+ export declare function identitySourceArrayDeserializer(result: Array<IdentitySource>): any[];
1090
+ /** vCenter Single Sign On Identity Source */
1091
+ export interface IdentitySource {
1092
+ /** The name of the identity source */
1093
+ name?: string;
1094
+ /** The domain's NetBIOS name */
1095
+ alias?: string;
1096
+ /** The domain's DNS name */
1097
+ domain?: string;
1098
+ /** The base distinguished name for users */
1099
+ baseUserDN?: string;
1100
+ /** The base distinguished name for groups */
1101
+ baseGroupDN?: string;
1102
+ /** Primary server URL */
1103
+ primaryServer?: string;
1104
+ /** Secondary server URL */
1105
+ secondaryServer?: string;
1106
+ /** Protect LDAP communication using SSL certificate (LDAPS) */
1107
+ ssl?: SslEnum;
1108
+ /**
1109
+ * The ID of an Active Directory user with a minimum of read-only access to Base
1110
+ * DN for users and group
1111
+ */
1112
+ username?: string;
1113
+ /**
1114
+ * The password of the Active Directory user with a minimum of read-only access to
1115
+ * Base DN for users and groups.
1116
+ */
1117
+ password?: string;
1118
+ }
1119
+ export declare function identitySourceSerializer(item: IdentitySource): any;
1120
+ export declare function identitySourceDeserializer(item: any): IdentitySource;
1121
+ /** Whether SSL is enabled or disabled */
1122
+ export declare enum KnownSslEnum {
1123
+ /** is enabled */
1124
+ Enabled = "Enabled",
1125
+ /** is disabled */
1126
+ Disabled = "Disabled"
1127
+ }
1128
+ /**
1129
+ * Whether SSL is enabled or disabled \
1130
+ * {@link KnownSslEnum} can be used interchangeably with SslEnum,
1131
+ * this enum contains the known values that the service supports.
1132
+ * ### Known values supported by the service
1133
+ * **Enabled**: is enabled \
1134
+ * **Disabled**: is disabled
1135
+ */
1136
+ export type SslEnum = string;
1137
+ /** The properties describing private cloud availability zone distribution */
1138
+ export interface AvailabilityProperties {
1139
+ /** The availability strategy for the private cloud */
1140
+ strategy?: AvailabilityStrategy;
1141
+ /** The primary availability zone for the private cloud */
1142
+ zone?: number;
1143
+ /** The secondary availability zone for the private cloud */
1144
+ secondaryZone?: number;
1145
+ }
1146
+ export declare function availabilityPropertiesSerializer(item: AvailabilityProperties): any;
1147
+ export declare function availabilityPropertiesDeserializer(item: any): AvailabilityProperties;
1148
+ /** Whether the private clouds is available in a single zone or two zones */
1149
+ export declare enum KnownAvailabilityStrategy {
1150
+ /** in single zone */
1151
+ SingleZone = "SingleZone",
1152
+ /** in two zones */
1153
+ DualZone = "DualZone"
1154
+ }
1155
+ /**
1156
+ * Whether the private clouds is available in a single zone or two zones \
1157
+ * {@link KnownAvailabilityStrategy} can be used interchangeably with AvailabilityStrategy,
1158
+ * this enum contains the known values that the service supports.
1159
+ * ### Known values supported by the service
1160
+ * **SingleZone**: in single zone \
1161
+ * **DualZone**: in two zones
1162
+ */
1163
+ export type AvailabilityStrategy = string;
1164
+ /** The properties of customer managed encryption key */
1165
+ export interface Encryption {
1166
+ /** Status of customer managed encryption key */
1167
+ status?: EncryptionState;
1168
+ /** The key vault where the encryption key is stored */
1169
+ keyVaultProperties?: EncryptionKeyVaultProperties;
1170
+ }
1171
+ export declare function encryptionSerializer(item: Encryption): any;
1172
+ export declare function encryptionDeserializer(item: any): Encryption;
1173
+ /** Whether encryption is enabled or disabled */
1174
+ export declare enum KnownEncryptionState {
1175
+ /** is enabled */
1176
+ Enabled = "Enabled",
1177
+ /** is disabled */
1178
+ Disabled = "Disabled"
1179
+ }
1180
+ /**
1181
+ * Whether encryption is enabled or disabled \
1182
+ * {@link KnownEncryptionState} can be used interchangeably with EncryptionState,
1183
+ * this enum contains the known values that the service supports.
1184
+ * ### Known values supported by the service
1185
+ * **Enabled**: is enabled \
1186
+ * **Disabled**: is disabled
1187
+ */
1188
+ export type EncryptionState = string;
1189
+ /** An Encryption Key */
1190
+ export interface EncryptionKeyVaultProperties {
1191
+ /** The name of the key. */
1192
+ keyName?: string;
1193
+ /** The version of the key. */
1194
+ keyVersion?: string;
1195
+ /** The auto-detected version of the key if versionType is auto-detected. */
1196
+ readonly autoDetectedKeyVersion?: string;
1197
+ /** The URL of the vault. */
1198
+ keyVaultUrl?: string;
1199
+ /** The state of key provided */
1200
+ readonly keyState?: EncryptionKeyStatus;
1201
+ /** Property of the key if user provided or auto detected */
1202
+ readonly versionType?: EncryptionVersionType;
1203
+ }
1204
+ export declare function encryptionKeyVaultPropertiesSerializer(item: EncryptionKeyVaultProperties): any;
1205
+ export declare function encryptionKeyVaultPropertiesDeserializer(item: any): EncryptionKeyVaultProperties;
1206
+ /** Whether the the encryption key is connected or access denied */
1207
+ export declare enum KnownEncryptionKeyStatus {
1208
+ /** is connected */
1209
+ Connected = "Connected",
1210
+ /** is access denied */
1211
+ AccessDenied = "AccessDenied"
1212
+ }
1213
+ /**
1214
+ * Whether the the encryption key is connected or access denied \
1215
+ * {@link KnownEncryptionKeyStatus} can be used interchangeably with EncryptionKeyStatus,
1216
+ * this enum contains the known values that the service supports.
1217
+ * ### Known values supported by the service
1218
+ * **Connected**: is connected \
1219
+ * **AccessDenied**: is access denied
1220
+ */
1221
+ export type EncryptionKeyStatus = string;
1222
+ /** Whether the encryption version is fixed or auto-detected */
1223
+ export declare enum KnownEncryptionVersionType {
1224
+ /** is fixed */
1225
+ Fixed = "Fixed",
1226
+ /** is auto-detected */
1227
+ AutoDetected = "AutoDetected"
1228
+ }
1229
+ /**
1230
+ * Whether the encryption version is fixed or auto-detected \
1231
+ * {@link KnownEncryptionVersionType} can be used interchangeably with EncryptionVersionType,
1232
+ * this enum contains the known values that the service supports.
1233
+ * ### Known values supported by the service
1234
+ * **Fixed**: is fixed \
1235
+ * **AutoDetected**: is auto-detected
1236
+ */
1237
+ export type EncryptionVersionType = string;
1238
+ /** private cloud provisioning state */
1239
+ export declare enum KnownPrivateCloudProvisioningState {
1240
+ /** Resource has been created. */
1241
+ Succeeded = "Succeeded",
1242
+ /** Resource creation failed. */
1243
+ Failed = "Failed",
1244
+ /** Resource creation was canceled. */
1245
+ Canceled = "Canceled",
1246
+ /** is cancelled */
1247
+ Cancelled = "Cancelled",
1248
+ /** is pending */
1249
+ Pending = "Pending",
1250
+ /** is building */
1251
+ Building = "Building",
1252
+ /** is deleting */
1253
+ Deleting = "Deleting",
1254
+ /** is updating */
1255
+ Updating = "Updating"
1256
+ }
1257
+ /**
1258
+ * private cloud provisioning state \
1259
+ * {@link KnownPrivateCloudProvisioningState} can be used interchangeably with PrivateCloudProvisioningState,
1260
+ * this enum contains the known values that the service supports.
1261
+ * ### Known values supported by the service
1262
+ * **Succeeded**: Resource has been created. \
1263
+ * **Failed**: Resource creation failed. \
1264
+ * **Canceled**: Resource creation was canceled. \
1265
+ * **Cancelled**: is cancelled \
1266
+ * **Pending**: is pending \
1267
+ * **Building**: is building \
1268
+ * **Deleting**: is deleting \
1269
+ * **Updating**: is updating
1270
+ */
1271
+ export type PrivateCloudProvisioningState = string;
1272
+ /** An ExpressRoute Circuit */
1273
+ export interface Circuit {
1274
+ /** CIDR of primary subnet */
1275
+ readonly primarySubnet?: string;
1276
+ /** CIDR of secondary subnet */
1277
+ readonly secondarySubnet?: string;
1278
+ /** Identifier of the ExpressRoute Circuit (Microsoft Colo only) */
1279
+ readonly expressRouteID?: string;
1280
+ /** ExpressRoute Circuit private peering identifier */
1281
+ readonly expressRoutePrivatePeeringID?: string;
1282
+ }
1283
+ export declare function circuitSerializer(item: Circuit): any;
1284
+ export declare function circuitDeserializer(item: any): Circuit;
1285
+ /** Endpoint addresses */
1286
+ export interface Endpoints {
1287
+ /** Endpoint FQDN for the NSX-T Data Center manager */
1288
+ readonly nsxtManager?: string;
1289
+ /** Endpoint FQDN for Virtual Center Server Appliance */
1290
+ readonly vcsa?: string;
1291
+ /** Endpoint FQDN for the HCX Cloud Manager */
1292
+ readonly hcxCloudManager?: string;
1293
+ /** Endpoint IP for the NSX-T Data Center manager */
1294
+ readonly nsxtManagerIp?: string;
1295
+ /** Endpoint IP for Virtual Center Server Appliance */
1296
+ readonly vcenterIp?: string;
1297
+ /** Endpoint IP for the HCX Cloud Manager */
1298
+ readonly hcxCloudManagerIp?: string;
1299
+ }
1300
+ export declare function endpointsDeserializer(item: any): Endpoints;
1301
+ /** NSX public IP quota raised */
1302
+ export declare enum KnownNsxPublicIpQuotaRaisedEnum {
1303
+ /** is enabled */
1304
+ Enabled = "Enabled",
1305
+ /** is disabled */
1306
+ Disabled = "Disabled"
1307
+ }
1308
+ /**
1309
+ * NSX public IP quota raised \
1310
+ * {@link KnownNsxPublicIpQuotaRaisedEnum} can be used interchangeably with NsxPublicIpQuotaRaisedEnum,
1311
+ * this enum contains the known values that the service supports.
1312
+ * ### Known values supported by the service
1313
+ * **Enabled**: is enabled \
1314
+ * **Disabled**: is disabled
1315
+ */
1316
+ export type NsxPublicIpQuotaRaisedEnum = string;
1317
+ /** The type of DNS zone. */
1318
+ export declare enum KnownDnsZoneType {
1319
+ /** Primary DNS zone. */
1320
+ Public = "Public",
1321
+ /** Private DNS zone. */
1322
+ Private = "Private"
1323
+ }
1324
+ /**
1325
+ * The type of DNS zone. \
1326
+ * {@link KnownDnsZoneType} can be used interchangeably with DnsZoneType,
1327
+ * this enum contains the known values that the service supports.
1328
+ * ### Known values supported by the service
1329
+ * **Public**: Primary DNS zone. \
1330
+ * **Private**: Private DNS zone.
1331
+ */
1332
+ export type DnsZoneType = string;
1333
+ /** Managed service identity (either system assigned, or none) */
1334
+ export interface PrivateCloudIdentity {
1335
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
1336
+ readonly principalId?: string;
1337
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
1338
+ readonly tenantId?: string;
1339
+ /** The type of managed identity assigned to this resource. */
1340
+ type: ResourceIdentityType;
1341
+ }
1342
+ export declare function privateCloudIdentitySerializer(item: PrivateCloudIdentity): any;
1343
+ export declare function privateCloudIdentityDeserializer(item: any): PrivateCloudIdentity;
1344
+ /** Type of managed service identity (either system assigned, or none). */
1345
+ export declare enum KnownResourceIdentityType {
1346
+ /** No managed system identity. */
1347
+ None = "None",
1348
+ /** System assigned managed system identity. */
1349
+ SystemAssigned = "SystemAssigned"
1350
+ }
1351
+ /**
1352
+ * Type of managed service identity (either system assigned, or none). \
1353
+ * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
1354
+ * this enum contains the known values that the service supports.
1355
+ * ### Known values supported by the service
1356
+ * **None**: No managed system identity. \
1357
+ * **SystemAssigned**: System assigned managed system identity.
1358
+ */
1359
+ export type ResourceIdentityType = string;
1360
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1361
+ export interface TrackedResource extends Resource {
1362
+ /** Resource tags. */
1363
+ tags?: Record<string, string>;
1364
+ /** The geo-location where the resource lives */
1365
+ location: string;
1366
+ }
1367
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
1368
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
1369
+ /** An update to a private cloud resource */
1370
+ export interface PrivateCloudUpdate {
1371
+ /** Resource tags. */
1372
+ tags?: Record<string, string>;
1373
+ /** The SKU (Stock Keeping Unit) assigned to this resource. */
1374
+ sku?: Sku;
1375
+ /** The managed service identities assigned to this resource. */
1376
+ identity?: PrivateCloudIdentity;
1377
+ /** The updatable properties of a private cloud resource */
1378
+ properties?: PrivateCloudUpdateProperties;
1379
+ }
1380
+ export declare function privateCloudUpdateSerializer(item: PrivateCloudUpdate): any;
1381
+ /** The properties of a private cloud resource that may be updated */
1382
+ export interface PrivateCloudUpdateProperties {
1383
+ /** The default cluster used for management */
1384
+ managementCluster?: ManagementCluster;
1385
+ /** Connectivity to internet is enabled or disabled */
1386
+ internet?: InternetEnum;
1387
+ /** vCenter Single Sign On Identity Sources */
1388
+ identitySources?: IdentitySource[];
1389
+ /** Properties describing how the cloud is distributed across availability zones */
1390
+ availability?: AvailabilityProperties;
1391
+ /** Customer managed key encryption, can be enabled or disabled */
1392
+ encryption?: Encryption;
1393
+ /**
1394
+ * Array of additional networks noncontiguous with networkBlock. Networks must be
1395
+ * unique and non-overlapping across VNet in your subscription, on-premise, and
1396
+ * this privateCloud networkBlock attribute. Make sure the CIDR format conforms to
1397
+ * (A.B.C.D/X).
1398
+ */
1399
+ extendedNetworkBlocks?: string[];
1400
+ /** The type of DNS zone to use. */
1401
+ dnsZoneType?: DnsZoneType;
1402
+ }
1403
+ export declare function privateCloudUpdatePropertiesSerializer(item: PrivateCloudUpdateProperties): any;
1404
+ /** Administrative credentials for accessing vCenter and NSX-T */
1405
+ export interface AdminCredentials {
1406
+ /** NSX-T Manager username */
1407
+ readonly nsxtUsername?: string;
1408
+ /** NSX-T Manager password */
1409
+ readonly nsxtPassword?: string;
1410
+ /** vCenter admin username */
1411
+ readonly vcenterUsername?: string;
1412
+ /** vCenter admin password */
1413
+ readonly vcenterPassword?: string;
1414
+ }
1415
+ export declare function adminCredentialsDeserializer(item: any): AdminCredentials;
1416
+ /** The response of a Cluster list operation. */
1417
+ export interface _ClusterList {
1418
+ /** The Cluster items on this page */
1419
+ value: Cluster[];
1420
+ /** The link to the next page of items */
1421
+ nextLink?: string;
1422
+ }
1423
+ export declare function _clusterListDeserializer(item: any): _ClusterList;
1424
+ export declare function clusterArraySerializer(result: Array<Cluster>): any[];
1425
+ export declare function clusterArrayDeserializer(result: Array<Cluster>): any[];
1426
+ /** A cluster resource */
1427
+ export interface Cluster extends ProxyResource {
1428
+ /** The resource-specific properties for this resource. */
1429
+ properties?: ClusterProperties;
1430
+ /** The SKU (Stock Keeping Unit) assigned to this resource. */
1431
+ sku: Sku;
1432
+ }
1433
+ export declare function clusterSerializer(item: Cluster): any;
1434
+ export declare function clusterDeserializer(item: any): Cluster;
1435
+ /** The properties of a cluster */
1436
+ export interface ClusterProperties {
1437
+ /** The cluster size */
1438
+ clusterSize?: number;
1439
+ /** The state of the cluster provisioning */
1440
+ readonly provisioningState?: ClusterProvisioningState;
1441
+ /** The identity */
1442
+ readonly clusterId?: number;
1443
+ /** The hosts */
1444
+ hosts?: string[];
1445
+ /** Name of the vsan datastore associated with the cluster */
1446
+ vsanDatastoreName?: string;
1447
+ }
1448
+ export declare function clusterPropertiesSerializer(item: ClusterProperties): any;
1449
+ export declare function clusterPropertiesDeserializer(item: any): ClusterProperties;
1450
+ /** An update of a cluster resource */
1451
+ export interface ClusterUpdate {
1452
+ /** The SKU (Stock Keeping Unit) assigned to this resource. */
1453
+ sku?: Sku;
1454
+ /** The properties of a cluster resource that may be updated */
1455
+ properties?: ClusterUpdateProperties;
1456
+ }
1457
+ export declare function clusterUpdateSerializer(item: ClusterUpdate): any;
1458
+ /** The properties of a cluster that may be updated */
1459
+ export interface ClusterUpdateProperties {
1460
+ /** The cluster size */
1461
+ clusterSize?: number;
1462
+ /** The hosts */
1463
+ hosts?: string[];
1464
+ }
1465
+ export declare function clusterUpdatePropertiesSerializer(item: ClusterUpdateProperties): any;
1466
+ /** List of all zones and associated hosts for a cluster */
1467
+ export interface ClusterZoneList {
1468
+ /** Zone and associated hosts info */
1469
+ zones?: ClusterZone[];
1470
+ }
1471
+ export declare function clusterZoneListDeserializer(item: any): ClusterZoneList;
1472
+ export declare function clusterZoneArrayDeserializer(result: Array<ClusterZone>): any[];
1473
+ /** Zone and associated hosts info */
1474
+ export interface ClusterZone {
1475
+ /** List of hosts belonging to the availability zone in a cluster */
1476
+ readonly hosts?: string[];
1477
+ /** Availability zone identifier */
1478
+ readonly zone?: string;
1479
+ }
1480
+ export declare function clusterZoneDeserializer(item: any): ClusterZone;
1481
+ /** The response of a Datastore list operation. */
1482
+ export interface _DatastoreList {
1483
+ /** The Datastore items on this page */
1484
+ value: Datastore[];
1485
+ /** The link to the next page of items */
1486
+ nextLink?: string;
1487
+ }
1488
+ export declare function _datastoreListDeserializer(item: any): _DatastoreList;
1489
+ export declare function datastoreArraySerializer(result: Array<Datastore>): any[];
1490
+ export declare function datastoreArrayDeserializer(result: Array<Datastore>): any[];
1491
+ /** A datastore resource */
1492
+ export interface Datastore extends ProxyResource {
1493
+ /** The resource-specific properties for this resource. */
1494
+ properties?: DatastoreProperties;
1495
+ }
1496
+ export declare function datastoreSerializer(item: Datastore): any;
1497
+ export declare function datastoreDeserializer(item: any): Datastore;
1498
+ /** The properties of a datastore */
1499
+ export interface DatastoreProperties {
1500
+ /** The state of the datastore provisioning */
1501
+ readonly provisioningState?: DatastoreProvisioningState;
1502
+ /** An Azure NetApp Files volume */
1503
+ netAppVolume?: NetAppVolume;
1504
+ /** An iSCSI volume */
1505
+ diskPoolVolume?: DiskPoolVolume;
1506
+ /** An Elastic SAN volume */
1507
+ elasticSanVolume?: ElasticSanVolume;
1508
+ /** A Pure Storage volume */
1509
+ pureStorageVolume?: PureStorageVolume;
1510
+ /** The operational status of the datastore */
1511
+ readonly status?: DatastoreStatus;
1512
+ }
1513
+ export declare function datastorePropertiesSerializer(item: DatastoreProperties): any;
1514
+ export declare function datastorePropertiesDeserializer(item: any): DatastoreProperties;
1515
+ /** datastore provisioning state */
1516
+ export declare enum KnownDatastoreProvisioningState {
1517
+ /** Resource has been created. */
1518
+ Succeeded = "Succeeded",
1519
+ /** Resource creation failed. */
1520
+ Failed = "Failed",
1521
+ /** Resource creation was canceled. */
1522
+ Canceled = "Canceled",
1523
+ /** is cancelled */
1524
+ Cancelled = "Cancelled",
1525
+ /** is pending */
1526
+ Pending = "Pending",
1527
+ /** is creating */
1528
+ Creating = "Creating",
1529
+ /** is updating */
1530
+ Updating = "Updating",
1531
+ /** is deleting */
1532
+ Deleting = "Deleting"
1533
+ }
1534
+ /**
1535
+ * datastore provisioning state \
1536
+ * {@link KnownDatastoreProvisioningState} can be used interchangeably with DatastoreProvisioningState,
1537
+ * this enum contains the known values that the service supports.
1538
+ * ### Known values supported by the service
1539
+ * **Succeeded**: Resource has been created. \
1540
+ * **Failed**: Resource creation failed. \
1541
+ * **Canceled**: Resource creation was canceled. \
1542
+ * **Cancelled**: is cancelled \
1543
+ * **Pending**: is pending \
1544
+ * **Creating**: is creating \
1545
+ * **Updating**: is updating \
1546
+ * **Deleting**: is deleting
1547
+ */
1548
+ export type DatastoreProvisioningState = string;
1549
+ /** An Azure NetApp Files volume from Microsoft.NetApp provider */
1550
+ export interface NetAppVolume {
1551
+ /** Azure resource ID of the NetApp volume */
1552
+ id: string;
1553
+ }
1554
+ export declare function netAppVolumeSerializer(item: NetAppVolume): any;
1555
+ export declare function netAppVolumeDeserializer(item: any): NetAppVolume;
1556
+ /** An iSCSI volume from Microsoft.StoragePool provider */
1557
+ export interface DiskPoolVolume {
1558
+ /** Azure resource ID of the iSCSI target */
1559
+ targetId: string;
1560
+ /** Name of the LUN to be used for datastore */
1561
+ lunName: string;
1562
+ /**
1563
+ * Mode that describes whether the LUN has to be mounted as a datastore or
1564
+ * attached as a LUN
1565
+ */
1566
+ mountOption?: MountOptionEnum;
1567
+ /** Device path */
1568
+ readonly path?: string;
1569
+ }
1570
+ export declare function diskPoolVolumeSerializer(item: DiskPoolVolume): any;
1571
+ export declare function diskPoolVolumeDeserializer(item: any): DiskPoolVolume;
1572
+ /** mount option */
1573
+ export declare enum KnownMountOptionEnum {
1574
+ /** is mount */
1575
+ Mount = "MOUNT",
1576
+ /** is attach */
1577
+ Attach = "ATTACH"
1578
+ }
1579
+ /**
1580
+ * mount option \
1581
+ * {@link KnownMountOptionEnum} can be used interchangeably with MountOptionEnum,
1582
+ * this enum contains the known values that the service supports.
1583
+ * ### Known values supported by the service
1584
+ * **MOUNT**: is mount \
1585
+ * **ATTACH**: is attach
1586
+ */
1587
+ export type MountOptionEnum = string;
1588
+ /** An Elastic SAN volume from Microsoft.ElasticSan provider */
1589
+ export interface ElasticSanVolume {
1590
+ /** Azure resource ID of the Elastic SAN Volume */
1591
+ targetId: string;
1592
+ }
1593
+ export declare function elasticSanVolumeSerializer(item: ElasticSanVolume): any;
1594
+ export declare function elasticSanVolumeDeserializer(item: any): ElasticSanVolume;
1595
+ /** A Pure Storage volume from PureStorage.Block provider */
1596
+ export interface PureStorageVolume {
1597
+ /** Azure resource ID of the Pure Storage Pool */
1598
+ storagePoolId: string;
1599
+ /** Volume size to be used to create a Virtual Volumes (vVols) datastore */
1600
+ sizeGb: number;
1601
+ }
1602
+ export declare function pureStorageVolumeSerializer(item: PureStorageVolume): any;
1603
+ export declare function pureStorageVolumeDeserializer(item: any): PureStorageVolume;
1604
+ /** datastore status */
1605
+ export declare enum KnownDatastoreStatus {
1606
+ /** is unknown */
1607
+ Unknown = "Unknown",
1608
+ /** is accessible */
1609
+ Accessible = "Accessible",
1610
+ /** is inaccessible */
1611
+ Inaccessible = "Inaccessible",
1612
+ /** is attached */
1613
+ Attached = "Attached",
1614
+ /** is detached */
1615
+ Detached = "Detached",
1616
+ /** is lost communication */
1617
+ LostCommunication = "LostCommunication",
1618
+ /** is dead or error */
1619
+ DeadOrError = "DeadOrError"
1620
+ }
1621
+ /**
1622
+ * datastore status \
1623
+ * {@link KnownDatastoreStatus} can be used interchangeably with DatastoreStatus,
1624
+ * this enum contains the known values that the service supports.
1625
+ * ### Known values supported by the service
1626
+ * **Unknown**: is unknown \
1627
+ * **Accessible**: is accessible \
1628
+ * **Inaccessible**: is inaccessible \
1629
+ * **Attached**: is attached \
1630
+ * **Detached**: is detached \
1631
+ * **LostCommunication**: is lost communication \
1632
+ * **DeadOrError**: is dead or error
1633
+ */
1634
+ export type DatastoreStatus = string;
1635
+ /** The response of a HcxEnterpriseSite list operation. */
1636
+ export interface _HcxEnterpriseSiteList {
1637
+ /** The HcxEnterpriseSite items on this page */
1638
+ value: HcxEnterpriseSite[];
1639
+ /** The link to the next page of items */
1640
+ nextLink?: string;
1641
+ }
1642
+ export declare function _hcxEnterpriseSiteListDeserializer(item: any): _HcxEnterpriseSiteList;
1643
+ export declare function hcxEnterpriseSiteArraySerializer(result: Array<HcxEnterpriseSite>): any[];
1644
+ export declare function hcxEnterpriseSiteArrayDeserializer(result: Array<HcxEnterpriseSite>): any[];
1645
+ /** An HCX Enterprise Site resource */
1646
+ export interface HcxEnterpriseSite extends ProxyResource {
1647
+ /** The resource-specific properties for this resource. */
1648
+ properties?: HcxEnterpriseSiteProperties;
1649
+ }
1650
+ export declare function hcxEnterpriseSiteSerializer(item: HcxEnterpriseSite): any;
1651
+ export declare function hcxEnterpriseSiteDeserializer(item: any): HcxEnterpriseSite;
1652
+ /** The properties of an HCX Enterprise Site */
1653
+ export interface HcxEnterpriseSiteProperties {
1654
+ /** The provisioning state of the resource. */
1655
+ readonly provisioningState?: HcxEnterpriseSiteProvisioningState;
1656
+ /** The activation key */
1657
+ readonly activationKey?: string;
1658
+ /** The status of the HCX Enterprise Site */
1659
+ readonly status?: HcxEnterpriseSiteStatus;
1660
+ }
1661
+ export declare function hcxEnterpriseSitePropertiesSerializer(item: HcxEnterpriseSiteProperties): any;
1662
+ export declare function hcxEnterpriseSitePropertiesDeserializer(item: any): HcxEnterpriseSiteProperties;
1663
+ /** HCX Enterprise Site provisioning state */
1664
+ export declare enum KnownHcxEnterpriseSiteProvisioningState {
1665
+ /** Resource has been created. */
1666
+ Succeeded = "Succeeded",
1667
+ /** Resource creation failed. */
1668
+ Failed = "Failed",
1669
+ /** Resource creation was canceled. */
1670
+ Canceled = "Canceled"
1671
+ }
1672
+ /**
1673
+ * HCX Enterprise Site provisioning state \
1674
+ * {@link KnownHcxEnterpriseSiteProvisioningState} can be used interchangeably with HcxEnterpriseSiteProvisioningState,
1675
+ * this enum contains the known values that the service supports.
1676
+ * ### Known values supported by the service
1677
+ * **Succeeded**: Resource has been created. \
1678
+ * **Failed**: Resource creation failed. \
1679
+ * **Canceled**: Resource creation was canceled.
1680
+ */
1681
+ export type HcxEnterpriseSiteProvisioningState = string;
1682
+ /** HCX Enterprise Site status */
1683
+ export declare enum KnownHcxEnterpriseSiteStatus {
1684
+ /** is available */
1685
+ Available = "Available",
1686
+ /** is consumed */
1687
+ Consumed = "Consumed",
1688
+ /** is deactivated */
1689
+ Deactivated = "Deactivated",
1690
+ /** is deleted */
1691
+ Deleted = "Deleted"
1692
+ }
1693
+ /**
1694
+ * HCX Enterprise Site status \
1695
+ * {@link KnownHcxEnterpriseSiteStatus} can be used interchangeably with HcxEnterpriseSiteStatus,
1696
+ * this enum contains the known values that the service supports.
1697
+ * ### Known values supported by the service
1698
+ * **Available**: is available \
1699
+ * **Consumed**: is consumed \
1700
+ * **Deactivated**: is deactivated \
1701
+ * **Deleted**: is deleted
1702
+ */
1703
+ export type HcxEnterpriseSiteStatus = string;
1704
+ /** The response of a ExpressRouteAuthorization list operation. */
1705
+ export interface _ExpressRouteAuthorizationList {
1706
+ /** The ExpressRouteAuthorization items on this page */
1707
+ value: ExpressRouteAuthorization[];
1708
+ /** The link to the next page of items */
1709
+ nextLink?: string;
1710
+ }
1711
+ export declare function _expressRouteAuthorizationListDeserializer(item: any): _ExpressRouteAuthorizationList;
1712
+ export declare function expressRouteAuthorizationArraySerializer(result: Array<ExpressRouteAuthorization>): any[];
1713
+ export declare function expressRouteAuthorizationArrayDeserializer(result: Array<ExpressRouteAuthorization>): any[];
1714
+ /** ExpressRoute Circuit Authorization */
1715
+ export interface ExpressRouteAuthorization extends ProxyResource {
1716
+ /** The resource-specific properties for this resource. */
1717
+ properties?: ExpressRouteAuthorizationProperties;
1718
+ }
1719
+ export declare function expressRouteAuthorizationSerializer(item: ExpressRouteAuthorization): any;
1720
+ export declare function expressRouteAuthorizationDeserializer(item: any): ExpressRouteAuthorization;
1721
+ /** The properties of an ExpressRoute Circuit Authorization resource */
1722
+ export interface ExpressRouteAuthorizationProperties {
1723
+ /** The state of the ExpressRoute Circuit Authorization provisioning */
1724
+ readonly provisioningState?: ExpressRouteAuthorizationProvisioningState;
1725
+ /** The ID of the ExpressRoute Circuit Authorization */
1726
+ readonly expressRouteAuthorizationId?: string;
1727
+ /** The key of the ExpressRoute Circuit Authorization */
1728
+ readonly expressRouteAuthorizationKey?: string;
1729
+ /** The ID of the ExpressRoute Circuit */
1730
+ expressRouteId?: string;
1731
+ }
1732
+ export declare function expressRouteAuthorizationPropertiesSerializer(item: ExpressRouteAuthorizationProperties): any;
1733
+ export declare function expressRouteAuthorizationPropertiesDeserializer(item: any): ExpressRouteAuthorizationProperties;
1734
+ /** Express Route Circuit Authorization provisioning state */
1735
+ export declare enum KnownExpressRouteAuthorizationProvisioningState {
1736
+ /** Resource has been created. */
1737
+ Succeeded = "Succeeded",
1738
+ /** Resource creation failed. */
1739
+ Failed = "Failed",
1740
+ /** Resource creation was canceled. */
1741
+ Canceled = "Canceled",
1742
+ /** is updating */
1743
+ Updating = "Updating"
1744
+ }
1745
+ /**
1746
+ * Express Route Circuit Authorization provisioning state \
1747
+ * {@link KnownExpressRouteAuthorizationProvisioningState} can be used interchangeably with ExpressRouteAuthorizationProvisioningState,
1748
+ * this enum contains the known values that the service supports.
1749
+ * ### Known values supported by the service
1750
+ * **Succeeded**: Resource has been created. \
1751
+ * **Failed**: Resource creation failed. \
1752
+ * **Canceled**: Resource creation was canceled. \
1753
+ * **Updating**: is updating
1754
+ */
1755
+ export type ExpressRouteAuthorizationProvisioningState = string;
1756
+ /** The response of a GlobalReachConnection list operation. */
1757
+ export interface _GlobalReachConnectionList {
1758
+ /** The GlobalReachConnection items on this page */
1759
+ value: GlobalReachConnection[];
1760
+ /** The link to the next page of items */
1761
+ nextLink?: string;
1762
+ }
1763
+ export declare function _globalReachConnectionListDeserializer(item: any): _GlobalReachConnectionList;
1764
+ export declare function globalReachConnectionArraySerializer(result: Array<GlobalReachConnection>): any[];
1765
+ export declare function globalReachConnectionArrayDeserializer(result: Array<GlobalReachConnection>): any[];
1766
+ /** A global reach connection resource */
1767
+ export interface GlobalReachConnection extends ProxyResource {
1768
+ /** The resource-specific properties for this resource. */
1769
+ properties?: GlobalReachConnectionProperties;
1770
+ }
1771
+ export declare function globalReachConnectionSerializer(item: GlobalReachConnection): any;
1772
+ export declare function globalReachConnectionDeserializer(item: any): GlobalReachConnection;
1773
+ /** The properties of a global reach connection */
1774
+ export interface GlobalReachConnectionProperties {
1775
+ /** The state of the ExpressRoute Circuit Authorization provisioning */
1776
+ readonly provisioningState?: GlobalReachConnectionProvisioningState;
1777
+ /**
1778
+ * The network used for global reach carved out from the original network block
1779
+ * provided for the private cloud
1780
+ */
1781
+ readonly addressPrefix?: string;
1782
+ /**
1783
+ * Authorization key from the peer express route used for the global reach
1784
+ * connection
1785
+ */
1786
+ authorizationKey?: string;
1787
+ /** The connection status of the global reach connection */
1788
+ readonly circuitConnectionStatus?: GlobalReachConnectionStatus;
1789
+ /**
1790
+ * Identifier of the ExpressRoute Circuit to peer with in the global reach
1791
+ * connection
1792
+ */
1793
+ peerExpressRouteCircuit?: string;
1794
+ /**
1795
+ * The ID of the Private Cloud's ExpressRoute Circuit that is participating in the
1796
+ * global reach connection
1797
+ */
1798
+ expressRouteId?: string;
1799
+ }
1800
+ export declare function globalReachConnectionPropertiesSerializer(item: GlobalReachConnectionProperties): any;
1801
+ export declare function globalReachConnectionPropertiesDeserializer(item: any): GlobalReachConnectionProperties;
1802
+ /** Global Reach Connection provisioning state */
1803
+ export declare enum KnownGlobalReachConnectionProvisioningState {
1804
+ /** Resource has been created. */
1805
+ Succeeded = "Succeeded",
1806
+ /** Resource creation failed. */
1807
+ Failed = "Failed",
1808
+ /** Resource creation was canceled. */
1809
+ Canceled = "Canceled",
1810
+ /** is updating */
1811
+ Updating = "Updating"
1812
+ }
1813
+ /**
1814
+ * Global Reach Connection provisioning state \
1815
+ * {@link KnownGlobalReachConnectionProvisioningState} can be used interchangeably with GlobalReachConnectionProvisioningState,
1816
+ * this enum contains the known values that the service supports.
1817
+ * ### Known values supported by the service
1818
+ * **Succeeded**: Resource has been created. \
1819
+ * **Failed**: Resource creation failed. \
1820
+ * **Canceled**: Resource creation was canceled. \
1821
+ * **Updating**: is updating
1822
+ */
1823
+ export type GlobalReachConnectionProvisioningState = string;
1824
+ /** Global Reach Connection status */
1825
+ export declare enum KnownGlobalReachConnectionStatus {
1826
+ /** is connected */
1827
+ Connected = "Connected",
1828
+ /** is connecting */
1829
+ Connecting = "Connecting",
1830
+ /** is disconnected */
1831
+ Disconnected = "Disconnected"
1832
+ }
1833
+ /**
1834
+ * Global Reach Connection status \
1835
+ * {@link KnownGlobalReachConnectionStatus} can be used interchangeably with GlobalReachConnectionStatus,
1836
+ * this enum contains the known values that the service supports.
1837
+ * ### Known values supported by the service
1838
+ * **Connected**: is connected \
1839
+ * **Connecting**: is connecting \
1840
+ * **Disconnected**: is disconnected
1841
+ */
1842
+ export type GlobalReachConnectionStatus = string;
1843
+ /** The response of a CloudLink list operation. */
1844
+ export interface _CloudLinkList {
1845
+ /** The CloudLink items on this page */
1846
+ value: CloudLink[];
1847
+ /** The link to the next page of items */
1848
+ nextLink?: string;
1849
+ }
1850
+ export declare function _cloudLinkListDeserializer(item: any): _CloudLinkList;
1851
+ export declare function cloudLinkArraySerializer(result: Array<CloudLink>): any[];
1852
+ export declare function cloudLinkArrayDeserializer(result: Array<CloudLink>): any[];
1853
+ /** A cloud link resource */
1854
+ export interface CloudLink extends ProxyResource {
1855
+ /** The resource-specific properties for this resource. */
1856
+ properties?: CloudLinkProperties;
1857
+ }
1858
+ export declare function cloudLinkSerializer(item: CloudLink): any;
1859
+ export declare function cloudLinkDeserializer(item: any): CloudLink;
1860
+ /** The properties of a cloud link. */
1861
+ export interface CloudLinkProperties {
1862
+ /** The provisioning state of the resource. */
1863
+ readonly provisioningState?: CloudLinkProvisioningState;
1864
+ /** The state of the cloud link. */
1865
+ readonly status?: CloudLinkStatus;
1866
+ /** Identifier of the other private cloud participating in the link. */
1867
+ linkedCloud?: string;
1868
+ }
1869
+ export declare function cloudLinkPropertiesSerializer(item: CloudLinkProperties): any;
1870
+ export declare function cloudLinkPropertiesDeserializer(item: any): CloudLinkProperties;
1871
+ /** cloud link provisioning state */
1872
+ export declare enum KnownCloudLinkProvisioningState {
1873
+ /** Resource has been created. */
1874
+ Succeeded = "Succeeded",
1875
+ /** Resource creation failed. */
1876
+ Failed = "Failed",
1877
+ /** Resource creation was canceled. */
1878
+ Canceled = "Canceled"
1879
+ }
1880
+ /**
1881
+ * cloud link provisioning state \
1882
+ * {@link KnownCloudLinkProvisioningState} can be used interchangeably with CloudLinkProvisioningState,
1883
+ * this enum contains the known values that the service supports.
1884
+ * ### Known values supported by the service
1885
+ * **Succeeded**: Resource has been created. \
1886
+ * **Failed**: Resource creation failed. \
1887
+ * **Canceled**: Resource creation was canceled.
1888
+ */
1889
+ export type CloudLinkProvisioningState = string;
1890
+ /** Cloud Link status */
1891
+ export declare enum KnownCloudLinkStatus {
1892
+ /** is active */
1893
+ Active = "Active",
1894
+ /** is building */
1895
+ Building = "Building",
1896
+ /** is deleting */
1897
+ Deleting = "Deleting",
1898
+ /** is failed */
1899
+ Failed = "Failed",
1900
+ /** is disconnected */
1901
+ Disconnected = "Disconnected"
1902
+ }
1903
+ /**
1904
+ * Cloud Link status \
1905
+ * {@link KnownCloudLinkStatus} can be used interchangeably with CloudLinkStatus,
1906
+ * this enum contains the known values that the service supports.
1907
+ * ### Known values supported by the service
1908
+ * **Active**: is active \
1909
+ * **Building**: is building \
1910
+ * **Deleting**: is deleting \
1911
+ * **Failed**: is failed \
1912
+ * **Disconnected**: is disconnected
1913
+ */
1914
+ export type CloudLinkStatus = string;
1915
+ /** The response of a Addon list operation. */
1916
+ export interface _AddonList {
1917
+ /** The Addon items on this page */
1918
+ value: Addon[];
1919
+ /** The link to the next page of items */
1920
+ nextLink?: string;
1921
+ }
1922
+ export declare function _addonListDeserializer(item: any): _AddonList;
1923
+ export declare function addonArraySerializer(result: Array<Addon>): any[];
1924
+ export declare function addonArrayDeserializer(result: Array<Addon>): any[];
1925
+ /** An addon resource */
1926
+ export interface Addon extends ProxyResource {
1927
+ /** The resource-specific properties for this resource. */
1928
+ properties?: AddonPropertiesUnion;
1929
+ }
1930
+ export declare function addonSerializer(item: Addon): any;
1931
+ export declare function addonDeserializer(item: any): Addon;
1932
+ /** The properties of an addon */
1933
+ export interface AddonProperties {
1934
+ /** Addon type */
1935
+ /** The discriminator possible values: SRM, VR, HCX, Arc */
1936
+ addonType: AddonType;
1937
+ /** The state of the addon provisioning */
1938
+ readonly provisioningState?: AddonProvisioningState;
1939
+ }
1940
+ export declare function addonPropertiesSerializer(item: AddonProperties): any;
1941
+ export declare function addonPropertiesDeserializer(item: any): AddonProperties;
1942
+ /** Alias for AddonPropertiesUnion */
1943
+ export type AddonPropertiesUnion = AddonSrmProperties | AddonVrProperties | AddonHcxProperties | AddonArcProperties | AddonProperties;
1944
+ export declare function addonPropertiesUnionSerializer(item: AddonPropertiesUnion): any;
1945
+ export declare function addonPropertiesUnionDeserializer(item: any): AddonPropertiesUnion;
1946
+ /** Addon type */
1947
+ export declare enum KnownAddonType {
1948
+ SRM = "SRM",
1949
+ VR = "VR",
1950
+ HCX = "HCX",
1951
+ Arc = "Arc"
1952
+ }
1953
+ /**
1954
+ * Addon type \
1955
+ * {@link KnownAddonType} can be used interchangeably with AddonType,
1956
+ * this enum contains the known values that the service supports.
1957
+ * ### Known values supported by the service
1958
+ * **SRM** \
1959
+ * **VR** \
1960
+ * **HCX** \
1961
+ * **Arc**
1962
+ */
1963
+ export type AddonType = string;
1964
+ /** Addon provisioning state */
1965
+ export declare enum KnownAddonProvisioningState {
1966
+ /** Resource has been created. */
1967
+ Succeeded = "Succeeded",
1968
+ /** Resource creation failed. */
1969
+ Failed = "Failed",
1970
+ /** Resource creation was canceled. */
1971
+ Canceled = "Canceled",
1972
+ /** is cancelled */
1973
+ Cancelled = "Cancelled",
1974
+ /** is building */
1975
+ Building = "Building",
1976
+ /** is deleting */
1977
+ Deleting = "Deleting",
1978
+ /** is updating */
1979
+ Updating = "Updating"
1980
+ }
1981
+ /**
1982
+ * Addon provisioning state \
1983
+ * {@link KnownAddonProvisioningState} can be used interchangeably with AddonProvisioningState,
1984
+ * this enum contains the known values that the service supports.
1985
+ * ### Known values supported by the service
1986
+ * **Succeeded**: Resource has been created. \
1987
+ * **Failed**: Resource creation failed. \
1988
+ * **Canceled**: Resource creation was canceled. \
1989
+ * **Cancelled**: is cancelled \
1990
+ * **Building**: is building \
1991
+ * **Deleting**: is deleting \
1992
+ * **Updating**: is updating
1993
+ */
1994
+ export type AddonProvisioningState = string;
1995
+ /** The properties of a Site Recovery Manager (SRM) addon */
1996
+ export interface AddonSrmProperties extends AddonProperties {
1997
+ /** The Site Recovery Manager (SRM) license */
1998
+ licenseKey?: string;
1999
+ /** The type of private cloud addon */
2000
+ addonType: "SRM";
2001
+ }
2002
+ export declare function addonSrmPropertiesSerializer(item: AddonSrmProperties): any;
2003
+ export declare function addonSrmPropertiesDeserializer(item: any): AddonSrmProperties;
2004
+ /** The properties of a vSphere Replication (VR) addon */
2005
+ export interface AddonVrProperties extends AddonProperties {
2006
+ /** The vSphere Replication Server (VRS) count */
2007
+ vrsCount: number;
2008
+ /** The type of private cloud addon */
2009
+ addonType: "VR";
2010
+ }
2011
+ export declare function addonVrPropertiesSerializer(item: AddonVrProperties): any;
2012
+ export declare function addonVrPropertiesDeserializer(item: any): AddonVrProperties;
2013
+ /** The properties of an HCX addon */
2014
+ export interface AddonHcxProperties extends AddonProperties {
2015
+ /** The HCX offer, example VMware MaaS Cloud Provider (Enterprise) */
2016
+ offer: string;
2017
+ /** The type of private cloud addon */
2018
+ addonType: "HCX";
2019
+ /** HCX management network. */
2020
+ managementNetwork?: string;
2021
+ /** HCX uplink network */
2022
+ uplinkNetwork?: string;
2023
+ }
2024
+ export declare function addonHcxPropertiesSerializer(item: AddonHcxProperties): any;
2025
+ export declare function addonHcxPropertiesDeserializer(item: any): AddonHcxProperties;
2026
+ /** The properties of an Arc addon */
2027
+ export interface AddonArcProperties extends AddonProperties {
2028
+ /** The VMware vCenter resource ID */
2029
+ vCenter?: string;
2030
+ /** The type of private cloud addon */
2031
+ addonType: "Arc";
2032
+ }
2033
+ export declare function addonArcPropertiesSerializer(item: AddonArcProperties): any;
2034
+ export declare function addonArcPropertiesDeserializer(item: any): AddonArcProperties;
2035
+ /** The response of a VirtualMachine list operation. */
2036
+ export interface _VirtualMachinesList {
2037
+ /** The VirtualMachine items on this page */
2038
+ value: VirtualMachine[];
2039
+ /** The link to the next page of items */
2040
+ nextLink?: string;
2041
+ }
2042
+ export declare function _virtualMachinesListDeserializer(item: any): _VirtualMachinesList;
2043
+ export declare function virtualMachineArrayDeserializer(result: Array<VirtualMachine>): any[];
2044
+ /** Virtual Machine */
2045
+ export interface VirtualMachine extends ProxyResource {
2046
+ /** The resource-specific properties for this resource. */
2047
+ properties?: VirtualMachineProperties;
2048
+ }
2049
+ export declare function virtualMachineDeserializer(item: any): VirtualMachine;
2050
+ /** Virtual Machine Properties */
2051
+ export interface VirtualMachineProperties {
2052
+ /** The provisioning state of the resource. */
2053
+ readonly provisioningState?: VirtualMachineProvisioningState;
2054
+ /** Display name of the VM. */
2055
+ readonly displayName?: string;
2056
+ /** vCenter managed object reference ID of the virtual machine */
2057
+ readonly moRefId?: string;
2058
+ /** Path to virtual machine's folder starting from datacenter virtual machine folder */
2059
+ readonly folderPath?: string;
2060
+ /** Whether VM DRS-driven movement is restricted (enabled) or not (disabled) */
2061
+ readonly restrictMovement?: VirtualMachineRestrictMovementState;
2062
+ }
2063
+ export declare function virtualMachinePropertiesDeserializer(item: any): VirtualMachineProperties;
2064
+ /** Virtual Machine provisioning state */
2065
+ export declare enum KnownVirtualMachineProvisioningState {
2066
+ /** Resource has been created. */
2067
+ Succeeded = "Succeeded",
2068
+ /** Resource creation failed. */
2069
+ Failed = "Failed",
2070
+ /** Resource creation was canceled. */
2071
+ Canceled = "Canceled"
2072
+ }
2073
+ /**
2074
+ * Virtual Machine provisioning state \
2075
+ * {@link KnownVirtualMachineProvisioningState} can be used interchangeably with VirtualMachineProvisioningState,
2076
+ * this enum contains the known values that the service supports.
2077
+ * ### Known values supported by the service
2078
+ * **Succeeded**: Resource has been created. \
2079
+ * **Failed**: Resource creation failed. \
2080
+ * **Canceled**: Resource creation was canceled.
2081
+ */
2082
+ export type VirtualMachineProvisioningState = string;
2083
+ /** Virtual Machine Restrict Movement state */
2084
+ export declare enum KnownVirtualMachineRestrictMovementState {
2085
+ /** is enabled */
2086
+ Enabled = "Enabled",
2087
+ /** is disabled */
2088
+ Disabled = "Disabled"
2089
+ }
2090
+ /**
2091
+ * Virtual Machine Restrict Movement state \
2092
+ * {@link KnownVirtualMachineRestrictMovementState} can be used interchangeably with VirtualMachineRestrictMovementState,
2093
+ * this enum contains the known values that the service supports.
2094
+ * ### Known values supported by the service
2095
+ * **Enabled**: is enabled \
2096
+ * **Disabled**: is disabled
2097
+ */
2098
+ export type VirtualMachineRestrictMovementState = string;
2099
+ /** Set VM DRS-driven movement to restricted (enabled) or not (disabled) */
2100
+ export interface VirtualMachineRestrictMovement {
2101
+ /** Whether VM DRS-driven movement is restricted (enabled) or not (disabled) */
2102
+ restrictMovement?: VirtualMachineRestrictMovementState;
2103
+ }
2104
+ export declare function virtualMachineRestrictMovementSerializer(item: VirtualMachineRestrictMovement): any;
2105
+ /** The response of a PlacementPolicy list operation. */
2106
+ export interface _PlacementPoliciesList {
2107
+ /** The PlacementPolicy items on this page */
2108
+ value: PlacementPolicy[];
2109
+ /** The link to the next page of items */
2110
+ nextLink?: string;
2111
+ }
2112
+ export declare function _placementPoliciesListDeserializer(item: any): _PlacementPoliciesList;
2113
+ export declare function placementPolicyArraySerializer(result: Array<PlacementPolicy>): any[];
2114
+ export declare function placementPolicyArrayDeserializer(result: Array<PlacementPolicy>): any[];
2115
+ /** A vSphere Distributed Resource Scheduler (DRS) placement policy */
2116
+ export interface PlacementPolicy extends ProxyResource {
2117
+ /** The resource-specific properties for this resource. */
2118
+ properties?: PlacementPolicyPropertiesUnion;
2119
+ }
2120
+ export declare function placementPolicySerializer(item: PlacementPolicy): any;
2121
+ export declare function placementPolicyDeserializer(item: any): PlacementPolicy;
2122
+ /** Abstract placement policy properties */
2123
+ export interface PlacementPolicyProperties {
2124
+ /** Placement Policy type */
2125
+ /** The discriminator possible values: VmVm, VmHost */
2126
+ type: PlacementPolicyType;
2127
+ /** Whether the placement policy is enabled or disabled */
2128
+ state?: PlacementPolicyState;
2129
+ /** Display name of the placement policy */
2130
+ displayName?: string;
2131
+ /** The provisioning state */
2132
+ readonly provisioningState?: PlacementPolicyProvisioningState;
2133
+ }
2134
+ export declare function placementPolicyPropertiesSerializer(item: PlacementPolicyProperties): any;
2135
+ export declare function placementPolicyPropertiesDeserializer(item: any): PlacementPolicyProperties;
2136
+ /** Alias for PlacementPolicyPropertiesUnion */
2137
+ export type PlacementPolicyPropertiesUnion = VmPlacementPolicyProperties | VmHostPlacementPolicyProperties | PlacementPolicyProperties;
2138
+ export declare function placementPolicyPropertiesUnionSerializer(item: PlacementPolicyPropertiesUnion): any;
2139
+ export declare function placementPolicyPropertiesUnionDeserializer(item: any): PlacementPolicyPropertiesUnion;
2140
+ /** Placement Policy type */
2141
+ export declare enum KnownPlacementPolicyType {
2142
+ VmVm = "VmVm",
2143
+ VmHost = "VmHost"
2144
+ }
2145
+ /**
2146
+ * Placement Policy type \
2147
+ * {@link KnownPlacementPolicyType} can be used interchangeably with PlacementPolicyType,
2148
+ * this enum contains the known values that the service supports.
2149
+ * ### Known values supported by the service
2150
+ * **VmVm** \
2151
+ * **VmHost**
2152
+ */
2153
+ export type PlacementPolicyType = string;
2154
+ /** Placement Policy state */
2155
+ export declare enum KnownPlacementPolicyState {
2156
+ /** is enabled */
2157
+ Enabled = "Enabled",
2158
+ /** is disabled */
2159
+ Disabled = "Disabled"
2160
+ }
2161
+ /**
2162
+ * Placement Policy state \
2163
+ * {@link KnownPlacementPolicyState} can be used interchangeably with PlacementPolicyState,
2164
+ * this enum contains the known values that the service supports.
2165
+ * ### Known values supported by the service
2166
+ * **Enabled**: is enabled \
2167
+ * **Disabled**: is disabled
2168
+ */
2169
+ export type PlacementPolicyState = string;
2170
+ /** Placement Policy provisioning state */
2171
+ export declare enum KnownPlacementPolicyProvisioningState {
2172
+ /** Resource has been created. */
2173
+ Succeeded = "Succeeded",
2174
+ /** Resource creation failed. */
2175
+ Failed = "Failed",
2176
+ /** Resource creation was canceled. */
2177
+ Canceled = "Canceled",
2178
+ /** is building */
2179
+ Building = "Building",
2180
+ /** is deleting */
2181
+ Deleting = "Deleting",
2182
+ /** is updating */
2183
+ Updating = "Updating"
2184
+ }
2185
+ /**
2186
+ * Placement Policy provisioning state \
2187
+ * {@link KnownPlacementPolicyProvisioningState} can be used interchangeably with PlacementPolicyProvisioningState,
2188
+ * this enum contains the known values that the service supports.
2189
+ * ### Known values supported by the service
2190
+ * **Succeeded**: Resource has been created. \
2191
+ * **Failed**: Resource creation failed. \
2192
+ * **Canceled**: Resource creation was canceled. \
2193
+ * **Building**: is building \
2194
+ * **Deleting**: is deleting \
2195
+ * **Updating**: is updating
2196
+ */
2197
+ export type PlacementPolicyProvisioningState = string;
2198
+ /** VM-VM placement policy properties */
2199
+ export interface VmPlacementPolicyProperties extends PlacementPolicyProperties {
2200
+ /** Virtual machine members list */
2201
+ vmMembers: string[];
2202
+ /** placement policy affinity type */
2203
+ affinityType: AffinityType;
2204
+ /** placement policy type */
2205
+ type: "VmVm";
2206
+ }
2207
+ export declare function vmPlacementPolicyPropertiesSerializer(item: VmPlacementPolicyProperties): any;
2208
+ export declare function vmPlacementPolicyPropertiesDeserializer(item: any): VmPlacementPolicyProperties;
2209
+ /** Affinity type */
2210
+ export declare enum KnownAffinityType {
2211
+ /** is affinity */
2212
+ Affinity = "Affinity",
2213
+ /** is anti-affinity */
2214
+ AntiAffinity = "AntiAffinity"
2215
+ }
2216
+ /**
2217
+ * Affinity type \
2218
+ * {@link KnownAffinityType} can be used interchangeably with AffinityType,
2219
+ * this enum contains the known values that the service supports.
2220
+ * ### Known values supported by the service
2221
+ * **Affinity**: is affinity \
2222
+ * **AntiAffinity**: is anti-affinity
2223
+ */
2224
+ export type AffinityType = string;
2225
+ /** VM-Host placement policy properties */
2226
+ export interface VmHostPlacementPolicyProperties extends PlacementPolicyProperties {
2227
+ /** Virtual machine members list */
2228
+ vmMembers: string[];
2229
+ /** Host members list */
2230
+ hostMembers: string[];
2231
+ /** placement policy affinity type */
2232
+ affinityType: AffinityType;
2233
+ /** vm-host placement policy affinity strength (should/must) */
2234
+ affinityStrength?: AffinityStrength;
2235
+ /** placement policy azure hybrid benefit opt-in type */
2236
+ azureHybridBenefitType?: AzureHybridBenefitType;
2237
+ /** placement policy type */
2238
+ type: "VmHost";
2239
+ }
2240
+ export declare function vmHostPlacementPolicyPropertiesSerializer(item: VmHostPlacementPolicyProperties): any;
2241
+ export declare function vmHostPlacementPolicyPropertiesDeserializer(item: any): VmHostPlacementPolicyProperties;
2242
+ /** Affinity Strength */
2243
+ export declare enum KnownAffinityStrength {
2244
+ /** is should */
2245
+ Should = "Should",
2246
+ /** is must */
2247
+ Must = "Must"
2248
+ }
2249
+ /**
2250
+ * Affinity Strength \
2251
+ * {@link KnownAffinityStrength} can be used interchangeably with AffinityStrength,
2252
+ * this enum contains the known values that the service supports.
2253
+ * ### Known values supported by the service
2254
+ * **Should**: is should \
2255
+ * **Must**: is must
2256
+ */
2257
+ export type AffinityStrength = string;
2258
+ /** Azure Hybrid Benefit type */
2259
+ export declare enum KnownAzureHybridBenefitType {
2260
+ /** is SqlHost */
2261
+ SqlHost = "SqlHost",
2262
+ /** is None */
2263
+ None = "None"
2264
+ }
2265
+ /**
2266
+ * Azure Hybrid Benefit type \
2267
+ * {@link KnownAzureHybridBenefitType} can be used interchangeably with AzureHybridBenefitType,
2268
+ * this enum contains the known values that the service supports.
2269
+ * ### Known values supported by the service
2270
+ * **SqlHost**: is SqlHost \
2271
+ * **None**: is None
2272
+ */
2273
+ export type AzureHybridBenefitType = string;
2274
+ /** An update of a DRS placement policy resource */
2275
+ export interface PlacementPolicyUpdate {
2276
+ /** The properties of a placement policy resource that may be updated */
2277
+ properties?: PlacementPolicyUpdateProperties;
2278
+ }
2279
+ export declare function placementPolicyUpdateSerializer(item: PlacementPolicyUpdate): any;
2280
+ /** The properties of a placement policy resource that may be updated */
2281
+ export interface PlacementPolicyUpdateProperties {
2282
+ /** Whether the placement policy is enabled or disabled */
2283
+ state?: PlacementPolicyState;
2284
+ /** Virtual machine members list */
2285
+ vmMembers?: string[];
2286
+ /** Host members list */
2287
+ hostMembers?: string[];
2288
+ /** vm-host placement policy affinity strength (should/must) */
2289
+ affinityStrength?: AffinityStrength;
2290
+ /** placement policy azure hybrid benefit opt-in type */
2291
+ azureHybridBenefitType?: AzureHybridBenefitType;
2292
+ }
2293
+ export declare function placementPolicyUpdatePropertiesSerializer(item: PlacementPolicyUpdateProperties): any;
2294
+ /** The response of a ScriptPackage list operation. */
2295
+ export interface _ScriptPackagesList {
2296
+ /** The ScriptPackage items on this page */
2297
+ value: ScriptPackage[];
2298
+ /** The link to the next page of items */
2299
+ nextLink?: string;
2300
+ }
2301
+ export declare function _scriptPackagesListDeserializer(item: any): _ScriptPackagesList;
2302
+ export declare function scriptPackageArrayDeserializer(result: Array<ScriptPackage>): any[];
2303
+ /** Script Package resources available for execution */
2304
+ export interface ScriptPackage extends ProxyResource {
2305
+ /** The resource-specific properties for this resource. */
2306
+ properties?: ScriptPackageProperties;
2307
+ }
2308
+ export declare function scriptPackageDeserializer(item: any): ScriptPackage;
2309
+ /** Properties of a Script Package subresource */
2310
+ export interface ScriptPackageProperties {
2311
+ /** The provisioning state of the resource. */
2312
+ readonly provisioningState?: ScriptPackageProvisioningState;
2313
+ /** User friendly description of the package */
2314
+ readonly description?: string;
2315
+ /** Module version */
2316
+ readonly version?: string;
2317
+ /** Company that created and supports the package */
2318
+ readonly company?: string;
2319
+ /** Link to support by the package vendor */
2320
+ readonly uri?: string;
2321
+ }
2322
+ export declare function scriptPackagePropertiesDeserializer(item: any): ScriptPackageProperties;
2323
+ /** Script Package provisioning state */
2324
+ export declare enum KnownScriptPackageProvisioningState {
2325
+ /** Resource has been created. */
2326
+ Succeeded = "Succeeded",
2327
+ /** Resource creation failed. */
2328
+ Failed = "Failed",
2329
+ /** Resource creation was canceled. */
2330
+ Canceled = "Canceled"
2331
+ }
2332
+ /**
2333
+ * Script Package provisioning state \
2334
+ * {@link KnownScriptPackageProvisioningState} can be used interchangeably with ScriptPackageProvisioningState,
2335
+ * this enum contains the known values that the service supports.
2336
+ * ### Known values supported by the service
2337
+ * **Succeeded**: Resource has been created. \
2338
+ * **Failed**: Resource creation failed. \
2339
+ * **Canceled**: Resource creation was canceled.
2340
+ */
2341
+ export type ScriptPackageProvisioningState = string;
2342
+ /** The response of a ScriptCmdlet list operation. */
2343
+ export interface _ScriptCmdletsList {
2344
+ /** The ScriptCmdlet items on this page */
2345
+ value: ScriptCmdlet[];
2346
+ /** The link to the next page of items */
2347
+ nextLink?: string;
2348
+ }
2349
+ export declare function _scriptCmdletsListDeserializer(item: any): _ScriptCmdletsList;
2350
+ export declare function scriptCmdletArrayDeserializer(result: Array<ScriptCmdlet>): any[];
2351
+ /** A cmdlet available for script execution */
2352
+ export interface ScriptCmdlet extends ProxyResource {
2353
+ /** The resource-specific properties for this resource. */
2354
+ properties?: ScriptCmdletProperties;
2355
+ }
2356
+ export declare function scriptCmdletDeserializer(item: any): ScriptCmdlet;
2357
+ /** Properties of a pre-canned script */
2358
+ export interface ScriptCmdletProperties {
2359
+ /** The provisioning state of the resource. */
2360
+ readonly provisioningState?: ScriptCmdletProvisioningState;
2361
+ /** Description of the scripts functionality */
2362
+ readonly description?: string;
2363
+ /** Recommended time limit for execution */
2364
+ readonly timeout?: string;
2365
+ /** Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers */
2366
+ readonly audience?: ScriptCmdletAudience;
2367
+ /** Parameters the script will accept */
2368
+ readonly parameters?: ScriptParameter[];
2369
+ }
2370
+ export declare function scriptCmdletPropertiesDeserializer(item: any): ScriptCmdletProperties;
2371
+ /** A script cmdlet provisioning state */
2372
+ export declare enum KnownScriptCmdletProvisioningState {
2373
+ /** Resource has been created. */
2374
+ Succeeded = "Succeeded",
2375
+ /** Resource creation failed. */
2376
+ Failed = "Failed",
2377
+ /** Resource creation was canceled. */
2378
+ Canceled = "Canceled"
2379
+ }
2380
+ /**
2381
+ * A script cmdlet provisioning state \
2382
+ * {@link KnownScriptCmdletProvisioningState} can be used interchangeably with ScriptCmdletProvisioningState,
2383
+ * this enum contains the known values that the service supports.
2384
+ * ### Known values supported by the service
2385
+ * **Succeeded**: Resource has been created. \
2386
+ * **Failed**: Resource creation failed. \
2387
+ * **Canceled**: Resource creation was canceled.
2388
+ */
2389
+ export type ScriptCmdletProvisioningState = string;
2390
+ /** Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers */
2391
+ export declare enum KnownScriptCmdletAudience {
2392
+ /** is automation */
2393
+ Automation = "Automation",
2394
+ /** is any */
2395
+ Any = "Any"
2396
+ }
2397
+ /**
2398
+ * Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers \
2399
+ * {@link KnownScriptCmdletAudience} can be used interchangeably with ScriptCmdletAudience,
2400
+ * this enum contains the known values that the service supports.
2401
+ * ### Known values supported by the service
2402
+ * **Automation**: is automation \
2403
+ * **Any**: is any
2404
+ */
2405
+ export type ScriptCmdletAudience = string;
2406
+ export declare function scriptParameterArrayDeserializer(result: Array<ScriptParameter>): any[];
2407
+ /** An parameter that the script will accept */
2408
+ export interface ScriptParameter {
2409
+ /**
2410
+ * The type of parameter the script is expecting. psCredential is a
2411
+ * PSCredentialObject
2412
+ */
2413
+ readonly type?: ScriptParameterTypes;
2414
+ /** The parameter name that the script will expect a parameter value for */
2415
+ name?: string;
2416
+ /** User friendly description of the parameter */
2417
+ readonly description?: string;
2418
+ /**
2419
+ * Should this parameter be visible to arm and passed in the parameters argument
2420
+ * when executing
2421
+ */
2422
+ readonly visibility?: VisibilityParameterEnum;
2423
+ /** Is this parameter required or optional */
2424
+ readonly optional?: OptionalParamEnum;
2425
+ }
2426
+ export declare function scriptParameterDeserializer(item: any): ScriptParameter;
2427
+ /** Script Parameter types */
2428
+ export declare enum KnownScriptParameterTypes {
2429
+ /** is string */
2430
+ String = "String",
2431
+ /** is secure string */
2432
+ SecureString = "SecureString",
2433
+ /** is credential */
2434
+ Credential = "Credential",
2435
+ /** is int */
2436
+ Int = "Int",
2437
+ /** is bool */
2438
+ Bool = "Bool",
2439
+ /** is float */
2440
+ Float = "Float"
2441
+ }
2442
+ /**
2443
+ * Script Parameter types \
2444
+ * {@link KnownScriptParameterTypes} can be used interchangeably with ScriptParameterTypes,
2445
+ * this enum contains the known values that the service supports.
2446
+ * ### Known values supported by the service
2447
+ * **String**: is string \
2448
+ * **SecureString**: is secure string \
2449
+ * **Credential**: is credential \
2450
+ * **Int**: is int \
2451
+ * **Bool**: is bool \
2452
+ * **Float**: is float
2453
+ */
2454
+ export type ScriptParameterTypes = string;
2455
+ /** Visibility Parameter */
2456
+ export declare enum KnownVisibilityParameterEnum {
2457
+ /** is visible */
2458
+ Visible = "Visible",
2459
+ /** is hidden */
2460
+ Hidden = "Hidden"
2461
+ }
2462
+ /**
2463
+ * Visibility Parameter \
2464
+ * {@link KnownVisibilityParameterEnum} can be used interchangeably with VisibilityParameterEnum,
2465
+ * this enum contains the known values that the service supports.
2466
+ * ### Known values supported by the service
2467
+ * **Visible**: is visible \
2468
+ * **Hidden**: is hidden
2469
+ */
2470
+ export type VisibilityParameterEnum = string;
2471
+ /** Optional Param */
2472
+ export declare enum KnownOptionalParamEnum {
2473
+ /** is optional */
2474
+ Optional = "Optional",
2475
+ /** is required */
2476
+ Required = "Required"
2477
+ }
2478
+ /**
2479
+ * Optional Param \
2480
+ * {@link KnownOptionalParamEnum} can be used interchangeably with OptionalParamEnum,
2481
+ * this enum contains the known values that the service supports.
2482
+ * ### Known values supported by the service
2483
+ * **Optional**: is optional \
2484
+ * **Required**: is required
2485
+ */
2486
+ export type OptionalParamEnum = string;
2487
+ /** The response of a ScriptExecution list operation. */
2488
+ export interface _ScriptExecutionsList {
2489
+ /** The ScriptExecution items on this page */
2490
+ value: ScriptExecution[];
2491
+ /** The link to the next page of items */
2492
+ nextLink?: string;
2493
+ }
2494
+ export declare function _scriptExecutionsListDeserializer(item: any): _ScriptExecutionsList;
2495
+ export declare function scriptExecutionArraySerializer(result: Array<ScriptExecution>): any[];
2496
+ export declare function scriptExecutionArrayDeserializer(result: Array<ScriptExecution>): any[];
2497
+ /** An instance of a script executed by a user - custom or AVS */
2498
+ export interface ScriptExecution extends ProxyResource {
2499
+ /** The resource-specific properties for this resource. */
2500
+ properties?: ScriptExecutionProperties;
2501
+ }
2502
+ export declare function scriptExecutionSerializer(item: ScriptExecution): any;
2503
+ export declare function scriptExecutionDeserializer(item: any): ScriptExecution;
2504
+ /** Properties of a user-invoked script */
2505
+ export interface ScriptExecutionProperties {
2506
+ /** A reference to the script cmdlet resource if user is running a AVS script */
2507
+ scriptCmdletId?: string;
2508
+ /** Parameters the script will accept */
2509
+ parameters?: ScriptExecutionParameterUnion[];
2510
+ /**
2511
+ * Parameters that will be hidden/not visible to ARM, such as passwords and
2512
+ * credentials
2513
+ */
2514
+ hiddenParameters?: ScriptExecutionParameterUnion[];
2515
+ /**
2516
+ * Error message if the script was able to run, but if the script itself had
2517
+ * errors or powershell threw an exception
2518
+ */
2519
+ failureReason?: string;
2520
+ /** Time limit for execution */
2521
+ timeout: string;
2522
+ /** Time to live for the resource. If not provided, will be available for 60 days */
2523
+ retention?: string;
2524
+ /** Time the script execution was submitted */
2525
+ readonly submittedAt?: Date;
2526
+ /** Time the script execution was started */
2527
+ readonly startedAt?: Date;
2528
+ /** Time the script execution was finished */
2529
+ readonly finishedAt?: Date;
2530
+ /** The state of the script execution resource */
2531
+ readonly provisioningState?: ScriptExecutionProvisioningState;
2532
+ /** Standard output stream from the powershell execution */
2533
+ output?: string[];
2534
+ /** User-defined dictionary. */
2535
+ namedOutputs?: Record<string, Record<string, any>>;
2536
+ /** Standard information out stream from the powershell execution */
2537
+ readonly information?: string[];
2538
+ /** Standard warning out stream from the powershell execution */
2539
+ readonly warnings?: string[];
2540
+ /** Standard error output stream from the powershell execution */
2541
+ readonly errors?: string[];
2542
+ }
2543
+ export declare function scriptExecutionPropertiesSerializer(item: ScriptExecutionProperties): any;
2544
+ export declare function scriptExecutionPropertiesDeserializer(item: any): ScriptExecutionProperties;
2545
+ export declare function scriptExecutionParameterUnionArraySerializer(result: Array<ScriptExecutionParameterUnion>): any[];
2546
+ export declare function scriptExecutionParameterUnionArrayDeserializer(result: Array<ScriptExecutionParameterUnion>): any[];
2547
+ /** The arguments passed in to the execution */
2548
+ export interface ScriptExecutionParameter {
2549
+ /** script execution parameter type */
2550
+ /** The discriminator possible values: SecureValue, Value, Credential */
2551
+ type: ScriptExecutionParameterType;
2552
+ /** The parameter name */
2553
+ name: string;
2554
+ }
2555
+ export declare function scriptExecutionParameterSerializer(item: ScriptExecutionParameter): any;
2556
+ export declare function scriptExecutionParameterDeserializer(item: any): ScriptExecutionParameter;
2557
+ /** Alias for ScriptExecutionParameterUnion */
2558
+ export type ScriptExecutionParameterUnion = ScriptSecureStringExecutionParameter | ScriptStringExecutionParameter | PSCredentialExecutionParameter | ScriptExecutionParameter;
2559
+ export declare function scriptExecutionParameterUnionSerializer(item: ScriptExecutionParameterUnion): any;
2560
+ export declare function scriptExecutionParameterUnionDeserializer(item: any): ScriptExecutionParameterUnion;
2561
+ /** script execution parameter type */
2562
+ export declare enum KnownScriptExecutionParameterType {
2563
+ Value = "Value",
2564
+ SecureValue = "SecureValue",
2565
+ Credential = "Credential"
2566
+ }
2567
+ /**
2568
+ * script execution parameter type \
2569
+ * {@link KnownScriptExecutionParameterType} can be used interchangeably with ScriptExecutionParameterType,
2570
+ * this enum contains the known values that the service supports.
2571
+ * ### Known values supported by the service
2572
+ * **Value** \
2573
+ * **SecureValue** \
2574
+ * **Credential**
2575
+ */
2576
+ export type ScriptExecutionParameterType = string;
2577
+ /** a plain text value execution parameter */
2578
+ export interface ScriptSecureStringExecutionParameter extends ScriptExecutionParameter {
2579
+ /** A secure value for the passed parameter, not to be stored in logs */
2580
+ secureValue?: string;
2581
+ /** The type of execution parameter */
2582
+ type: "SecureValue";
2583
+ }
2584
+ export declare function scriptSecureStringExecutionParameterSerializer(item: ScriptSecureStringExecutionParameter): any;
2585
+ export declare function scriptSecureStringExecutionParameterDeserializer(item: any): ScriptSecureStringExecutionParameter;
2586
+ /** a plain text value execution parameter */
2587
+ export interface ScriptStringExecutionParameter extends ScriptExecutionParameter {
2588
+ /** The value for the passed parameter */
2589
+ value?: string;
2590
+ /** The type of execution parameter */
2591
+ type: "Value";
2592
+ }
2593
+ export declare function scriptStringExecutionParameterSerializer(item: ScriptStringExecutionParameter): any;
2594
+ export declare function scriptStringExecutionParameterDeserializer(item: any): ScriptStringExecutionParameter;
2595
+ /** a powershell credential object */
2596
+ export interface PSCredentialExecutionParameter extends ScriptExecutionParameter {
2597
+ /** username for login */
2598
+ username?: string;
2599
+ /** password for login */
2600
+ password?: string;
2601
+ /** The type of execution parameter */
2602
+ type: "Credential";
2603
+ }
2604
+ export declare function psCredentialExecutionParameterSerializer(item: PSCredentialExecutionParameter): any;
2605
+ export declare function psCredentialExecutionParameterDeserializer(item: any): PSCredentialExecutionParameter;
2606
+ /** Script Execution provisioning state */
2607
+ export declare enum KnownScriptExecutionProvisioningState {
2608
+ /** Resource has been created. */
2609
+ Succeeded = "Succeeded",
2610
+ /** Resource creation failed. */
2611
+ Failed = "Failed",
2612
+ /** Resource creation was canceled. */
2613
+ Canceled = "Canceled",
2614
+ /** is pending */
2615
+ Pending = "Pending",
2616
+ /** is running */
2617
+ Running = "Running",
2618
+ /** is cancelling */
2619
+ Cancelling = "Cancelling",
2620
+ /** is cancelled */
2621
+ Cancelled = "Cancelled",
2622
+ /** is deleting */
2623
+ Deleting = "Deleting"
2624
+ }
2625
+ /**
2626
+ * Script Execution provisioning state \
2627
+ * {@link KnownScriptExecutionProvisioningState} can be used interchangeably with ScriptExecutionProvisioningState,
2628
+ * this enum contains the known values that the service supports.
2629
+ * ### Known values supported by the service
2630
+ * **Succeeded**: Resource has been created. \
2631
+ * **Failed**: Resource creation failed. \
2632
+ * **Canceled**: Resource creation was canceled. \
2633
+ * **Pending**: is pending \
2634
+ * **Running**: is running \
2635
+ * **Cancelling**: is cancelling \
2636
+ * **Cancelled**: is cancelled \
2637
+ * **Deleting**: is deleting
2638
+ */
2639
+ export type ScriptExecutionProvisioningState = string;
2640
+ export declare function _scriptExecutionPropertiesNamedOutputRecordSerializer(item: Record<string, _ScriptExecutionPropertiesNamedOutput>): Record<string, any>;
2641
+ export declare function _scriptExecutionPropertiesNamedOutputRecordDeserializer(item: Record<string, any>): Record<string, _ScriptExecutionPropertiesNamedOutput>;
2642
+ /** model interface _ScriptExecutionPropertiesNamedOutput */
2643
+ export interface _ScriptExecutionPropertiesNamedOutput {
2644
+ }
2645
+ export declare function _scriptExecutionPropertiesNamedOutputSerializer(item: _ScriptExecutionPropertiesNamedOutput): any;
2646
+ export declare function _scriptExecutionPropertiesNamedOutputDeserializer(item: any): _ScriptExecutionPropertiesNamedOutput;
2647
+ /** The response of a IscsiPath list operation. */
2648
+ export interface _IscsiPathListResult {
2649
+ /** The IscsiPath items on this page */
2650
+ value: IscsiPath[];
2651
+ /** The link to the next page of items */
2652
+ nextLink?: string;
2653
+ }
2654
+ export declare function _iscsiPathListResultDeserializer(item: any): _IscsiPathListResult;
2655
+ export declare function iscsiPathArraySerializer(result: Array<IscsiPath>): any[];
2656
+ export declare function iscsiPathArrayDeserializer(result: Array<IscsiPath>): any[];
2657
+ /** An iSCSI path resource */
2658
+ export interface IscsiPath extends ProxyResource {
2659
+ /** The resource-specific properties for this resource. */
2660
+ properties?: IscsiPathProperties;
2661
+ }
2662
+ export declare function iscsiPathSerializer(item: IscsiPath): any;
2663
+ export declare function iscsiPathDeserializer(item: any): IscsiPath;
2664
+ /** The properties of an iSCSI path resource */
2665
+ export interface IscsiPathProperties {
2666
+ /** The state of the iSCSI path provisioning */
2667
+ readonly provisioningState?: IscsiPathProvisioningState;
2668
+ /** CIDR Block for iSCSI path. */
2669
+ networkBlock: string;
2670
+ }
2671
+ export declare function iscsiPathPropertiesSerializer(item: IscsiPathProperties): any;
2672
+ export declare function iscsiPathPropertiesDeserializer(item: any): IscsiPathProperties;
2673
+ /** private cloud provisioning state */
2674
+ export declare enum KnownIscsiPathProvisioningState {
2675
+ /** Resource has been created. */
2676
+ Succeeded = "Succeeded",
2677
+ /** Resource creation failed. */
2678
+ Failed = "Failed",
2679
+ /** Resource creation was canceled. */
2680
+ Canceled = "Canceled",
2681
+ /** is pending */
2682
+ Pending = "Pending",
2683
+ /** is building */
2684
+ Building = "Building",
2685
+ /** is deleting */
2686
+ Deleting = "Deleting",
2687
+ /** is updating */
2688
+ Updating = "Updating"
2689
+ }
2690
+ /**
2691
+ * private cloud provisioning state \
2692
+ * {@link KnownIscsiPathProvisioningState} can be used interchangeably with IscsiPathProvisioningState,
2693
+ * this enum contains the known values that the service supports.
2694
+ * ### Known values supported by the service
2695
+ * **Succeeded**: Resource has been created. \
2696
+ * **Failed**: Resource creation failed. \
2697
+ * **Canceled**: Resource creation was canceled. \
2698
+ * **Pending**: is pending \
2699
+ * **Building**: is building \
2700
+ * **Deleting**: is deleting \
2701
+ * **Updating**: is updating
2702
+ */
2703
+ export type IscsiPathProvisioningState = string;
2704
+ /** The response of a Host list operation. */
2705
+ export interface _HostListResult {
2706
+ /** The Host items on this page */
2707
+ value: Host[];
2708
+ /** The link to the next page of items */
2709
+ nextLink?: string;
2710
+ }
2711
+ export declare function _hostListResultDeserializer(item: any): _HostListResult;
2712
+ export declare function hostArrayDeserializer(result: Array<Host>): any[];
2713
+ /** A host resource */
2714
+ export interface Host extends ProxyResource {
2715
+ /** The resource-specific properties for this resource. */
2716
+ properties?: HostPropertiesUnion;
2717
+ /** The availability zones. */
2718
+ zones?: string[];
2719
+ /** The SKU (Stock Keeping Unit) assigned to this resource. */
2720
+ sku?: Sku;
2721
+ }
2722
+ export declare function hostDeserializer(item: any): Host;
2723
+ /** The properties of a host. */
2724
+ export interface HostProperties {
2725
+ /** The kind of host */
2726
+ /** The discriminator possible values: General, Specialized */
2727
+ kind: HostKind;
2728
+ /** The state of the host provisioning. */
2729
+ readonly provisioningState?: HostProvisioningState;
2730
+ /** Display name of the host in VMware vCenter. */
2731
+ displayName?: string;
2732
+ /** vCenter managed object reference ID of the host. */
2733
+ readonly moRefId?: string;
2734
+ /** Fully qualified domain name of the host. */
2735
+ readonly fqdn?: string;
2736
+ /** If provided, the host is in maintenance. The value is the reason for maintenance. */
2737
+ maintenance?: HostMaintenance;
2738
+ readonly faultDomain?: string;
2739
+ }
2740
+ export declare function hostPropertiesDeserializer(item: any): HostProperties;
2741
+ /** Alias for HostPropertiesUnion */
2742
+ export type HostPropertiesUnion = GeneralHostProperties | SpecializedHostProperties | HostProperties;
2743
+ export declare function hostPropertiesUnionDeserializer(item: any): HostPropertiesUnion;
2744
+ /** The kind of host. */
2745
+ export declare enum KnownHostKind {
2746
+ General = "General",
2747
+ Specialized = "Specialized"
2748
+ }
2749
+ /**
2750
+ * The kind of host. \
2751
+ * {@link KnownHostKind} can be used interchangeably with HostKind,
2752
+ * this enum contains the known values that the service supports.
2753
+ * ### Known values supported by the service
2754
+ * **General** \
2755
+ * **Specialized**
2756
+ */
2757
+ export type HostKind = string;
2758
+ /** provisioning state of the host */
2759
+ export declare enum KnownHostProvisioningState {
2760
+ /** Resource has been created. */
2761
+ Succeeded = "Succeeded",
2762
+ /** Resource creation failed. */
2763
+ Failed = "Failed",
2764
+ /** Resource creation was canceled. */
2765
+ Canceled = "Canceled"
2766
+ }
2767
+ /**
2768
+ * provisioning state of the host \
2769
+ * {@link KnownHostProvisioningState} can be used interchangeably with HostProvisioningState,
2770
+ * this enum contains the known values that the service supports.
2771
+ * ### Known values supported by the service
2772
+ * **Succeeded**: Resource has been created. \
2773
+ * **Failed**: Resource creation failed. \
2774
+ * **Canceled**: Resource creation was canceled.
2775
+ */
2776
+ export type HostProvisioningState = string;
2777
+ /** The reason for host maintenance. */
2778
+ export declare enum KnownHostMaintenance {
2779
+ /** The host is a replacement host. */
2780
+ Replacement = "Replacement",
2781
+ /** The host is for an upgrade, such as an upgrade to ESXi, NSX-T, or other component. */
2782
+ Upgrade = "Upgrade"
2783
+ }
2784
+ /**
2785
+ * The reason for host maintenance. \
2786
+ * {@link KnownHostMaintenance} can be used interchangeably with HostMaintenance,
2787
+ * this enum contains the known values that the service supports.
2788
+ * ### Known values supported by the service
2789
+ * **Replacement**: The host is a replacement host. \
2790
+ * **Upgrade**: The host is for an upgrade, such as an upgrade to ESXi, NSX-T, or other component.
2791
+ */
2792
+ export type HostMaintenance = string;
2793
+ /** The properties of a general host. */
2794
+ export interface GeneralHostProperties extends HostProperties {
2795
+ /** The kind of host. */
2796
+ kind: "General";
2797
+ }
2798
+ export declare function generalHostPropertiesDeserializer(item: any): GeneralHostProperties;
2799
+ /** The properties of a specialized host. */
2800
+ export interface SpecializedHostProperties extends HostProperties {
2801
+ /** The kind of host is specialized. */
2802
+ kind: "Specialized";
2803
+ }
2804
+ export declare function specializedHostPropertiesDeserializer(item: any): SpecializedHostProperties;
2805
+ /** The response of a ProvisionedNetwork list operation. */
2806
+ export interface _ProvisionedNetworkListResult {
2807
+ /** The ProvisionedNetwork items on this page */
2808
+ value: ProvisionedNetwork[];
2809
+ /** The link to the next page of items */
2810
+ nextLink?: string;
2811
+ }
2812
+ export declare function _provisionedNetworkListResultDeserializer(item: any): _ProvisionedNetworkListResult;
2813
+ export declare function provisionedNetworkArrayDeserializer(result: Array<ProvisionedNetwork>): any[];
2814
+ /** A provisioned network resource */
2815
+ export interface ProvisionedNetwork extends ProxyResource {
2816
+ /** The resource-specific properties for this resource. */
2817
+ properties?: ProvisionedNetworkProperties;
2818
+ }
2819
+ export declare function provisionedNetworkDeserializer(item: any): ProvisionedNetwork;
2820
+ /** The properties of a provisioned network. */
2821
+ export interface ProvisionedNetworkProperties {
2822
+ /** The provisioning state of the resource. */
2823
+ readonly provisioningState?: ProvisionedNetworkProvisioningState;
2824
+ /** The address prefixes of the provisioned network in CIDR notation. */
2825
+ readonly addressPrefix?: string;
2826
+ /** The type of network provisioned. */
2827
+ readonly networkType?: ProvisionedNetworkTypes;
2828
+ }
2829
+ export declare function provisionedNetworkPropertiesDeserializer(item: any): ProvisionedNetworkProperties;
2830
+ /** provisioned network provisioning state */
2831
+ export declare enum KnownProvisionedNetworkProvisioningState {
2832
+ /** Resource has been created. */
2833
+ Succeeded = "Succeeded",
2834
+ /** Resource creation failed. */
2835
+ Failed = "Failed",
2836
+ /** Resource creation was canceled. */
2837
+ Canceled = "Canceled"
2838
+ }
2839
+ /**
2840
+ * provisioned network provisioning state \
2841
+ * {@link KnownProvisionedNetworkProvisioningState} can be used interchangeably with ProvisionedNetworkProvisioningState,
2842
+ * this enum contains the known values that the service supports.
2843
+ * ### Known values supported by the service
2844
+ * **Succeeded**: Resource has been created. \
2845
+ * **Failed**: Resource creation failed. \
2846
+ * **Canceled**: Resource creation was canceled.
2847
+ */
2848
+ export type ProvisionedNetworkProvisioningState = string;
2849
+ /** The type of network provisioned. */
2850
+ export declare enum KnownProvisionedNetworkTypes {
2851
+ /** network for ESX management */
2852
+ EsxManagement = "esxManagement",
2853
+ /** network for ESX replication */
2854
+ EsxReplication = "esxReplication",
2855
+ /** network for HCX management */
2856
+ HcxManagement = "hcxManagement",
2857
+ /** network for HCX uplink */
2858
+ HcxUplink = "hcxUplink",
2859
+ /** network for vCenter management */
2860
+ VcenterManagement = "vcenterManagement",
2861
+ /** network for vmotion */
2862
+ Vmotion = "vmotion",
2863
+ /** network for vsan */
2864
+ Vsan = "vsan"
2865
+ }
2866
+ /**
2867
+ * The type of network provisioned. \
2868
+ * {@link KnownProvisionedNetworkTypes} can be used interchangeably with ProvisionedNetworkTypes,
2869
+ * this enum contains the known values that the service supports.
2870
+ * ### Known values supported by the service
2871
+ * **esxManagement**: network for ESX management \
2872
+ * **esxReplication**: network for ESX replication \
2873
+ * **hcxManagement**: network for HCX management \
2874
+ * **hcxUplink**: network for HCX uplink \
2875
+ * **vcenterManagement**: network for vCenter management \
2876
+ * **vmotion**: network for vmotion \
2877
+ * **vsan**: network for vsan
2878
+ */
2879
+ export type ProvisionedNetworkTypes = string;
2880
+ /** Paged collection of ResourceSku items */
2881
+ export interface _PagedResourceSku {
2882
+ /** The ResourceSku items on this page */
2883
+ value: ResourceSku[];
2884
+ /** The link to the next page of items */
2885
+ nextLink?: string;
2886
+ }
2887
+ export declare function _pagedResourceSkuDeserializer(item: any): _PagedResourceSku;
2888
+ export declare function resourceSkuArrayDeserializer(result: Array<ResourceSku>): any[];
2889
+ /** A SKU for a resource. */
2890
+ export interface ResourceSku {
2891
+ /** The type of resource the SKU applies to. */
2892
+ resourceType: ResourceSkuResourceType;
2893
+ /** The name of the SKU. */
2894
+ name: string;
2895
+ /** The tier of virtual machines in a scale set */
2896
+ tier?: string;
2897
+ /** The size of the SKU. */
2898
+ size?: string;
2899
+ /** The family of the SKU. */
2900
+ family?: string;
2901
+ /** The set of locations that the SKU is available. */
2902
+ locations: string[];
2903
+ /** A list of locations and availability zones in those locations where the SKU is available */
2904
+ locationInfo: ResourceSkuLocationInfo[];
2905
+ /** Name value pairs to describe the capability. */
2906
+ capabilities?: ResourceSkuCapabilities[];
2907
+ /** The restrictions of the SKU. */
2908
+ restrictions: ResourceSkuRestrictions[];
2909
+ }
2910
+ export declare function resourceSkuDeserializer(item: any): ResourceSku;
2911
+ /** Describes the type of resource the SKU applies to. */
2912
+ export declare enum KnownResourceSkuResourceType {
2913
+ /** The SKU is for a private cloud. */
2914
+ PrivateClouds = "privateClouds",
2915
+ /** The SKU is for a private cloud cluster. */
2916
+ PrivateCloudsClusters = "privateClouds/clusters"
2917
+ }
2918
+ /**
2919
+ * Describes the type of resource the SKU applies to. \
2920
+ * {@link KnownResourceSkuResourceType} can be used interchangeably with ResourceSkuResourceType,
2921
+ * this enum contains the known values that the service supports.
2922
+ * ### Known values supported by the service
2923
+ * **privateClouds**: The SKU is for a private cloud. \
2924
+ * **privateClouds\/clusters**: The SKU is for a private cloud cluster.
2925
+ */
2926
+ export type ResourceSkuResourceType = string;
2927
+ export declare function resourceSkuLocationInfoArrayDeserializer(result: Array<ResourceSkuLocationInfo>): any[];
2928
+ /** Describes an available Compute SKU Location Information. */
2929
+ export interface ResourceSkuLocationInfo {
2930
+ /** Location of the SKU */
2931
+ location: string;
2932
+ /** List of availability zones where the SKU is supported. */
2933
+ zones: string[];
2934
+ /** Gets details of capabilities available to a SKU in specific zones. */
2935
+ zoneDetails: ResourceSkuZoneDetails[];
2936
+ }
2937
+ export declare function resourceSkuLocationInfoDeserializer(item: any): ResourceSkuLocationInfo;
2938
+ export declare function resourceSkuZoneDetailsArrayDeserializer(result: Array<ResourceSkuZoneDetails>): any[];
2939
+ /** Describes The zonal capabilities of a SKU. */
2940
+ export interface ResourceSkuZoneDetails {
2941
+ /** Gets the set of zones that the SKU is available in with the specified capabilities. */
2942
+ name: string[];
2943
+ /** A list of capabilities that are available for the SKU in the specified list of zones. */
2944
+ capabilities: ResourceSkuCapabilities[];
2945
+ }
2946
+ export declare function resourceSkuZoneDetailsDeserializer(item: any): ResourceSkuZoneDetails;
2947
+ export declare function resourceSkuCapabilitiesArrayDeserializer(result: Array<ResourceSkuCapabilities>): any[];
2948
+ /** Describes The SKU capabilities object. */
2949
+ export interface ResourceSkuCapabilities {
2950
+ /** The name of the SKU capability. */
2951
+ name: string;
2952
+ /** The value of the SKU capability. */
2953
+ value: string;
2954
+ }
2955
+ export declare function resourceSkuCapabilitiesDeserializer(item: any): ResourceSkuCapabilities;
2956
+ export declare function resourceSkuRestrictionsArrayDeserializer(result: Array<ResourceSkuRestrictions>): any[];
2957
+ /** The restrictions of the SKU. */
2958
+ export interface ResourceSkuRestrictions {
2959
+ /** the type of restrictions. */
2960
+ type?: ResourceSkuRestrictionsType;
2961
+ /** The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. */
2962
+ values: string[];
2963
+ /** The information about the restriction where the SKU cannot be used. */
2964
+ restrictionInfo: ResourceSkuRestrictionInfo;
2965
+ /** the reason for restriction. */
2966
+ reasonCode?: ResourceSkuRestrictionsReasonCode;
2967
+ }
2968
+ export declare function resourceSkuRestrictionsDeserializer(item: any): ResourceSkuRestrictions;
2969
+ /** Describes the kind of SKU restrictions that can exist */
2970
+ export declare enum KnownResourceSkuRestrictionsType {
2971
+ /** SKU restricted by location. */
2972
+ Location = "Location",
2973
+ /** SKU restricted by availability zone. */
2974
+ Zone = "Zone"
2975
+ }
2976
+ /**
2977
+ * Describes the kind of SKU restrictions that can exist \
2978
+ * {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
2979
+ * this enum contains the known values that the service supports.
2980
+ * ### Known values supported by the service
2981
+ * **Location**: SKU restricted by location. \
2982
+ * **Zone**: SKU restricted by availability zone.
2983
+ */
2984
+ export type ResourceSkuRestrictionsType = string;
2985
+ /** Describes an available Compute SKU Restriction Information. */
2986
+ export interface ResourceSkuRestrictionInfo {
2987
+ /** Locations where the SKU is restricted */
2988
+ locations?: string[];
2989
+ /** List of availability zones where the SKU is restricted. */
2990
+ zones?: string[];
2991
+ }
2992
+ export declare function resourceSkuRestrictionInfoDeserializer(item: any): ResourceSkuRestrictionInfo;
2993
+ /** Describes the reason for SKU restriction. */
2994
+ export declare enum KnownResourceSkuRestrictionsReasonCode {
2995
+ /** The restriction is due to exceeding a quota limitation. */
2996
+ QuotaId = "QuotaId",
2997
+ /** The restriction is not available for this subscription. */
2998
+ NotAvailableForSubscription = "NotAvailableForSubscription"
2999
+ }
3000
+ /**
3001
+ * Describes the reason for SKU restriction. \
3002
+ * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
3003
+ * this enum contains the known values that the service supports.
3004
+ * ### Known values supported by the service
3005
+ * **QuotaId**: The restriction is due to exceeding a quota limitation. \
3006
+ * **NotAvailableForSubscription**: The restriction is not available for this subscription.
3007
+ */
3008
+ export type ResourceSkuRestrictionsReasonCode = string;
3009
+ /** The response of a PureStoragePolicy list operation. */
3010
+ export interface _PureStoragePolicyListResult {
3011
+ /** The PureStoragePolicy items on this page */
3012
+ value: PureStoragePolicy[];
3013
+ /** The link to the next page of items */
3014
+ nextLink?: string;
3015
+ }
3016
+ export declare function _pureStoragePolicyListResultDeserializer(item: any): _PureStoragePolicyListResult;
3017
+ export declare function pureStoragePolicyArraySerializer(result: Array<PureStoragePolicy>): any[];
3018
+ export declare function pureStoragePolicyArrayDeserializer(result: Array<PureStoragePolicy>): any[];
3019
+ /** An instance describing a Pure Storage Policy Based Management policy */
3020
+ export interface PureStoragePolicy extends ProxyResource {
3021
+ /** The resource-specific properties for this resource. */
3022
+ properties?: PureStoragePolicyProperties;
3023
+ }
3024
+ export declare function pureStoragePolicySerializer(item: PureStoragePolicy): any;
3025
+ export declare function pureStoragePolicyDeserializer(item: any): PureStoragePolicy;
3026
+ /** Properties of a Pure Storage Policy Based Management policy */
3027
+ export interface PureStoragePolicyProperties {
3028
+ /** Definition of a Pure Storage Policy Based Management policy */
3029
+ storagePolicyDefinition: string;
3030
+ /** Azure resource ID of the Pure Storage Pool associated with the storage policy */
3031
+ storagePoolId: string;
3032
+ /** The state of the Pure Storage Policy Based Management policy provisioning */
3033
+ readonly provisioningState?: PureStoragePolicyProvisioningState;
3034
+ }
3035
+ export declare function pureStoragePolicyPropertiesSerializer(item: PureStoragePolicyProperties): any;
3036
+ export declare function pureStoragePolicyPropertiesDeserializer(item: any): PureStoragePolicyProperties;
3037
+ /** Pure Storage Policy Based Management policy provisioning state */
3038
+ export declare enum KnownPureStoragePolicyProvisioningState {
3039
+ /** Resource has been created. */
3040
+ Succeeded = "Succeeded",
3041
+ /** Resource creation failed. */
3042
+ Failed = "Failed",
3043
+ /** Resource creation was canceled. */
3044
+ Canceled = "Canceled",
3045
+ /** is deleting */
3046
+ Deleting = "Deleting",
3047
+ /** is updating */
3048
+ Updating = "Updating"
3049
+ }
3050
+ /**
3051
+ * Pure Storage Policy Based Management policy provisioning state \
3052
+ * {@link KnownPureStoragePolicyProvisioningState} can be used interchangeably with PureStoragePolicyProvisioningState,
3053
+ * this enum contains the known values that the service supports.
3054
+ * ### Known values supported by the service
3055
+ * **Succeeded**: Resource has been created. \
3056
+ * **Failed**: Resource creation failed. \
3057
+ * **Canceled**: Resource creation was canceled. \
3058
+ * **Deleting**: is deleting \
3059
+ * **Updating**: is updating
3060
+ */
3061
+ export type PureStoragePolicyProvisioningState = string;
3062
+ /** Script Output Stream type */
3063
+ export declare enum KnownScriptOutputStreamType {
3064
+ /** is information */
3065
+ Information = "Information",
3066
+ /** is warning */
3067
+ Warning = "Warning",
3068
+ /** is output */
3069
+ Output = "Output",
3070
+ /** is error */
3071
+ Error = "Error"
3072
+ }
3073
+ /**
3074
+ * Script Output Stream type \
3075
+ * {@link KnownScriptOutputStreamType} can be used interchangeably with ScriptOutputStreamType,
3076
+ * this enum contains the known values that the service supports.
3077
+ * ### Known values supported by the service
3078
+ * **Information**: is information \
3079
+ * **Warning**: is warning \
3080
+ * **Output**: is output \
3081
+ * **Error**: is error
3082
+ */
3083
+ export type ScriptOutputStreamType = string;
3084
+ /** Azure VMware Solution API versions. */
3085
+ export declare enum KnownVersions {
3086
+ /** Azure VMware Solution API version 2023-09-01. */
3087
+ V20230901 = "2023-09-01",
3088
+ /** Azure VMware Solution API version 2024-09-01. */
3089
+ V20240901 = "2024-09-01"
3090
+ }
3091
+ //# sourceMappingURL=models.d.ts.map