@azure/arm-avs 2.1.0 → 3.0.0

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 (386) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/LICENSE.txt +1 -1
  4. package/README.md +70 -78
  5. package/dist/index.js +11681 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.min.js +1 -0
  8. package/dist/index.min.js.map +1 -0
  9. package/dist-esm/src/azureVMwareSolutionAPI.d.ts +33 -0
  10. package/dist-esm/src/azureVMwareSolutionAPI.d.ts.map +1 -0
  11. package/dist-esm/src/azureVMwareSolutionAPI.js +66 -0
  12. package/dist-esm/src/azureVMwareSolutionAPI.js.map +1 -0
  13. package/dist-esm/src/index.d.ts +5 -0
  14. package/dist-esm/src/index.d.ts.map +1 -0
  15. package/dist-esm/src/index.js +12 -0
  16. package/dist-esm/src/index.js.map +1 -0
  17. package/dist-esm/src/lroImpl.d.ts +16 -0
  18. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  19. package/dist-esm/src/lroImpl.js +29 -0
  20. package/dist-esm/src/lroImpl.js.map +1 -0
  21. package/dist-esm/src/models/index.d.ts +2962 -0
  22. package/dist-esm/src/models/index.d.ts.map +1 -0
  23. package/dist-esm/src/models/index.js +363 -0
  24. package/dist-esm/src/models/index.js.map +1 -0
  25. package/dist-esm/src/models/mappers.d.ts +115 -0
  26. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  27. package/{esm → dist-esm/src}/models/mappers.js +1693 -1639
  28. package/dist-esm/src/models/mappers.js.map +1 -0
  29. package/dist-esm/src/models/parameters.d.ts +53 -0
  30. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  31. package/dist-esm/src/models/parameters.js +409 -0
  32. package/dist-esm/src/models/parameters.js.map +1 -0
  33. package/dist-esm/src/operations/addons.d.ts +81 -0
  34. package/dist-esm/src/operations/addons.d.ts.map +1 -0
  35. package/dist-esm/src/operations/addons.js +331 -0
  36. package/dist-esm/src/operations/addons.js.map +1 -0
  37. package/dist-esm/src/operations/authorizations.d.ts +81 -0
  38. package/dist-esm/src/operations/authorizations.d.ts.map +1 -0
  39. package/dist-esm/src/operations/authorizations.js +337 -0
  40. package/dist-esm/src/operations/authorizations.js.map +1 -0
  41. package/dist-esm/src/operations/cloudLinks.d.ts +81 -0
  42. package/dist-esm/src/operations/cloudLinks.d.ts.map +1 -0
  43. package/dist-esm/src/operations/cloudLinks.js +337 -0
  44. package/dist-esm/src/operations/cloudLinks.js.map +1 -0
  45. package/dist-esm/src/operations/clusters.d.ts +99 -0
  46. package/dist-esm/src/operations/clusters.d.ts.map +1 -0
  47. package/dist-esm/src/operations/clusters.js +423 -0
  48. package/dist-esm/src/operations/clusters.js.map +1 -0
  49. package/dist-esm/src/operations/datastores.d.ts +89 -0
  50. package/dist-esm/src/operations/datastores.d.ts.map +1 -0
  51. package/dist-esm/src/operations/datastores.js +363 -0
  52. package/dist-esm/src/operations/datastores.js.map +1 -0
  53. package/dist-esm/src/operations/globalReachConnections.d.ts +81 -0
  54. package/dist-esm/src/operations/globalReachConnections.d.ts.map +1 -0
  55. package/dist-esm/src/operations/globalReachConnections.js +347 -0
  56. package/dist-esm/src/operations/globalReachConnections.js.map +1 -0
  57. package/dist-esm/src/operations/hcxEnterpriseSites.d.ts +63 -0
  58. package/dist-esm/src/operations/hcxEnterpriseSites.d.ts.map +1 -0
  59. package/dist-esm/src/operations/hcxEnterpriseSites.js +244 -0
  60. package/dist-esm/src/operations/hcxEnterpriseSites.js.map +1 -0
  61. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  62. package/dist-esm/src/operations/index.d.ts.map +1 -0
  63. package/{esm → dist-esm/src}/operations/index.js +1 -2
  64. package/dist-esm/src/operations/index.js.map +1 -0
  65. package/dist-esm/src/operations/locations.d.ts +25 -0
  66. package/dist-esm/src/operations/locations.d.ts.map +1 -0
  67. package/dist-esm/src/operations/locations.js +79 -0
  68. package/dist-esm/src/operations/locations.js.map +1 -0
  69. package/dist-esm/src/operations/operations.d.ts +32 -0
  70. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  71. package/dist-esm/src/operations/operations.js +120 -0
  72. package/dist-esm/src/operations/operations.js.map +1 -0
  73. package/dist-esm/src/operations/placementPolicies.d.ts +116 -0
  74. package/dist-esm/src/operations/placementPolicies.d.ts.map +1 -0
  75. package/dist-esm/src/operations/placementPolicies.js +466 -0
  76. package/dist-esm/src/operations/placementPolicies.js.map +1 -0
  77. package/dist-esm/src/operations/privateClouds.d.ts +142 -0
  78. package/dist-esm/src/operations/privateClouds.d.ts.map +1 -0
  79. package/dist-esm/src/operations/privateClouds.js +672 -0
  80. package/dist-esm/src/operations/privateClouds.js.map +1 -0
  81. package/dist-esm/src/operations/scriptCmdlets.d.ts +53 -0
  82. package/dist-esm/src/operations/scriptCmdlets.d.ts.map +1 -0
  83. package/dist-esm/src/operations/scriptCmdlets.js +191 -0
  84. package/dist-esm/src/operations/scriptCmdlets.js.map +1 -0
  85. package/dist-esm/src/operations/scriptExecutions.d.ts +89 -0
  86. package/dist-esm/src/operations/scriptExecutions.d.ts.map +1 -0
  87. package/dist-esm/src/operations/scriptExecutions.js +371 -0
  88. package/dist-esm/src/operations/scriptExecutions.js.map +1 -0
  89. package/dist-esm/src/operations/scriptPackages.d.ts +46 -0
  90. package/dist-esm/src/operations/scriptPackages.d.ts.map +1 -0
  91. package/dist-esm/src/operations/scriptPackages.js +169 -0
  92. package/dist-esm/src/operations/scriptPackages.js.map +1 -0
  93. package/dist-esm/src/operations/virtualMachines.d.ts +71 -0
  94. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
  95. package/dist-esm/src/operations/virtualMachines.js +272 -0
  96. package/dist-esm/src/operations/virtualMachines.js.map +1 -0
  97. package/dist-esm/src/operations/workloadNetworks.d.ts +661 -0
  98. package/dist-esm/src/operations/workloadNetworks.d.ts.map +1 -0
  99. package/dist-esm/src/operations/workloadNetworks.js +3049 -0
  100. package/dist-esm/src/operations/workloadNetworks.js.map +1 -0
  101. package/dist-esm/src/operationsInterfaces/addons.d.ts +56 -0
  102. package/dist-esm/src/operationsInterfaces/addons.d.ts.map +1 -0
  103. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/addons.js} +2 -1
  104. package/dist-esm/src/operationsInterfaces/addons.js.map +1 -0
  105. package/dist-esm/src/operationsInterfaces/authorizations.d.ts +56 -0
  106. package/dist-esm/src/operationsInterfaces/authorizations.d.ts.map +1 -0
  107. package/{src/models/locationsMappers.ts → dist-esm/src/operationsInterfaces/authorizations.js} +2 -9
  108. package/dist-esm/src/operationsInterfaces/authorizations.js.map +1 -0
  109. package/dist-esm/src/operationsInterfaces/cloudLinks.d.ts +56 -0
  110. package/dist-esm/src/operationsInterfaces/cloudLinks.d.ts.map +1 -0
  111. package/{esm/models/locationsMappers.js → dist-esm/src/operationsInterfaces/cloudLinks.js} +2 -2
  112. package/dist-esm/src/operationsInterfaces/cloudLinks.js.map +1 -0
  113. package/dist-esm/src/operationsInterfaces/clusters.d.ts +74 -0
  114. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
  115. package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
  116. package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
  117. package/dist-esm/src/operationsInterfaces/datastores.d.ts +62 -0
  118. package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +1 -0
  119. package/dist-esm/src/operationsInterfaces/datastores.js +9 -0
  120. package/dist-esm/src/operationsInterfaces/datastores.js.map +1 -0
  121. package/dist-esm/src/operationsInterfaces/globalReachConnections.d.ts +56 -0
  122. package/dist-esm/src/operationsInterfaces/globalReachConnections.d.ts.map +1 -0
  123. package/dist-esm/src/operationsInterfaces/globalReachConnections.js +9 -0
  124. package/dist-esm/src/operationsInterfaces/globalReachConnections.js.map +1 -0
  125. package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.d.ts +38 -0
  126. package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.d.ts.map +1 -0
  127. package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.js +9 -0
  128. package/dist-esm/src/operationsInterfaces/hcxEnterpriseSites.js.map +1 -0
  129. package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
  130. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  131. package/dist-esm/src/operationsInterfaces/index.js +24 -0
  132. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  133. package/dist-esm/src/operationsInterfaces/locations.d.ts +17 -0
  134. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
  135. package/dist-esm/src/operationsInterfaces/locations.js +9 -0
  136. package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
  137. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  138. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  139. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  140. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  141. package/dist-esm/src/operationsInterfaces/placementPolicies.d.ts +89 -0
  142. package/dist-esm/src/operationsInterfaces/placementPolicies.d.ts.map +1 -0
  143. package/dist-esm/src/operationsInterfaces/placementPolicies.js +9 -0
  144. package/dist-esm/src/operationsInterfaces/placementPolicies.js.map +1 -0
  145. package/dist-esm/src/operationsInterfaces/privateClouds.d.ts +106 -0
  146. package/dist-esm/src/operationsInterfaces/privateClouds.d.ts.map +1 -0
  147. package/dist-esm/src/operationsInterfaces/privateClouds.js +9 -0
  148. package/dist-esm/src/operationsInterfaces/privateClouds.js.map +1 -0
  149. package/dist-esm/src/operationsInterfaces/scriptCmdlets.d.ts +25 -0
  150. package/dist-esm/src/operationsInterfaces/scriptCmdlets.d.ts.map +1 -0
  151. package/dist-esm/src/operationsInterfaces/scriptCmdlets.js +9 -0
  152. package/dist-esm/src/operationsInterfaces/scriptCmdlets.js.map +1 -0
  153. package/dist-esm/src/operationsInterfaces/scriptExecutions.d.ts +64 -0
  154. package/dist-esm/src/operationsInterfaces/scriptExecutions.d.ts.map +1 -0
  155. package/dist-esm/src/operationsInterfaces/scriptExecutions.js +9 -0
  156. package/dist-esm/src/operationsInterfaces/scriptExecutions.js.map +1 -0
  157. package/dist-esm/src/operationsInterfaces/scriptPackages.d.ts +21 -0
  158. package/dist-esm/src/operationsInterfaces/scriptPackages.d.ts.map +1 -0
  159. package/dist-esm/src/operationsInterfaces/scriptPackages.js +9 -0
  160. package/dist-esm/src/operationsInterfaces/scriptPackages.js.map +1 -0
  161. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +44 -0
  162. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  163. package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
  164. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
  165. package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts +500 -0
  166. package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts.map +1 -0
  167. package/dist-esm/src/operationsInterfaces/workloadNetworks.js +9 -0
  168. package/dist-esm/src/operationsInterfaces/workloadNetworks.js.map +1 -0
  169. package/dist-esm/test/sampleTest.d.ts +2 -0
  170. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  171. package/dist-esm/test/sampleTest.js +40 -0
  172. package/dist-esm/test/sampleTest.js.map +1 -0
  173. package/package.json +65 -32
  174. package/review/arm-avs.api.md +2534 -0
  175. package/rollup.config.js +181 -30
  176. package/src/azureVMwareSolutionAPI.ts +139 -0
  177. package/src/index.ts +12 -0
  178. package/src/lroImpl.ts +34 -0
  179. package/src/models/index.ts +2550 -4167
  180. package/src/models/mappers.ts +1755 -1674
  181. package/src/models/parameters.ts +289 -94
  182. package/src/operations/addons.ts +339 -201
  183. package/src/operations/authorizations.ts +340 -196
  184. package/src/operations/cloudLinks.ts +340 -196
  185. package/src/operations/clusters.ts +441 -235
  186. package/src/operations/datastores.ts +364 -189
  187. package/src/operations/globalReachConnections.ts +341 -185
  188. package/src/operations/hcxEnterpriseSites.ts +200 -205
  189. package/src/operations/index.ts +1 -2
  190. package/src/operations/locations.ts +54 -80
  191. package/src/operations/operations.ts +85 -73
  192. package/src/operations/placementPolicies.ts +485 -245
  193. package/src/operations/privateClouds.ts +674 -401
  194. package/src/operations/scriptCmdlets.ts +175 -124
  195. package/src/operations/scriptExecutions.ts +372 -259
  196. package/src/operations/scriptPackages.ts +152 -123
  197. package/src/operations/virtualMachines.ts +271 -165
  198. package/src/operations/workloadNetworks.ts +3369 -1906
  199. package/src/operationsInterfaces/addons.ts +109 -0
  200. package/src/operationsInterfaces/authorizations.ts +109 -0
  201. package/src/operationsInterfaces/cloudLinks.ts +109 -0
  202. package/src/operationsInterfaces/clusters.ts +147 -0
  203. package/src/operationsInterfaces/datastores.ts +121 -0
  204. package/src/operationsInterfaces/globalReachConnections.ts +109 -0
  205. package/src/operationsInterfaces/hcxEnterpriseSites.ts +75 -0
  206. package/src/operationsInterfaces/index.ts +24 -0
  207. package/src/operationsInterfaces/locations.ts +36 -0
  208. package/src/operationsInterfaces/operations.ts +22 -0
  209. package/src/operationsInterfaces/placementPolicies.ts +170 -0
  210. package/src/operationsInterfaces/privateClouds.ts +198 -0
  211. package/src/operationsInterfaces/scriptCmdlets.ts +50 -0
  212. package/src/operationsInterfaces/scriptExecutions.ts +124 -0
  213. package/src/operationsInterfaces/scriptPackages.ts +44 -0
  214. package/src/operationsInterfaces/virtualMachines.ts +85 -0
  215. package/src/operationsInterfaces/workloadNetworks.ts +951 -0
  216. package/tsconfig.json +3 -3
  217. package/types/arm-avs.d.ts +4645 -0
  218. package/types/tsdoc-metadata.json +11 -0
  219. package/dist/arm-avs.js +0 -10045
  220. package/dist/arm-avs.js.map +0 -1
  221. package/dist/arm-avs.min.js +0 -1
  222. package/dist/arm-avs.min.js.map +0 -1
  223. package/esm/avsClient.d.ts +0 -39
  224. package/esm/avsClient.d.ts.map +0 -1
  225. package/esm/avsClient.js +0 -52
  226. package/esm/avsClient.js.map +0 -1
  227. package/esm/avsClientContext.d.ts +0 -22
  228. package/esm/avsClientContext.d.ts.map +0 -1
  229. package/esm/avsClientContext.js +0 -60
  230. package/esm/avsClientContext.js.map +0 -1
  231. package/esm/models/addonsMappers.d.ts +0 -2
  232. package/esm/models/addonsMappers.d.ts.map +0 -1
  233. package/esm/models/addonsMappers.js +0 -9
  234. package/esm/models/addonsMappers.js.map +0 -1
  235. package/esm/models/authorizationsMappers.d.ts +0 -2
  236. package/esm/models/authorizationsMappers.d.ts.map +0 -1
  237. package/esm/models/authorizationsMappers.js +0 -9
  238. package/esm/models/authorizationsMappers.js.map +0 -1
  239. package/esm/models/cloudLinksMappers.d.ts +0 -2
  240. package/esm/models/cloudLinksMappers.d.ts.map +0 -1
  241. package/esm/models/cloudLinksMappers.js +0 -9
  242. package/esm/models/cloudLinksMappers.js.map +0 -1
  243. package/esm/models/clustersMappers.d.ts +0 -2
  244. package/esm/models/clustersMappers.d.ts.map +0 -1
  245. package/esm/models/clustersMappers.js +0 -9
  246. package/esm/models/clustersMappers.js.map +0 -1
  247. package/esm/models/datastoresMappers.d.ts +0 -2
  248. package/esm/models/datastoresMappers.d.ts.map +0 -1
  249. package/esm/models/datastoresMappers.js +0 -9
  250. package/esm/models/datastoresMappers.js.map +0 -1
  251. package/esm/models/globalReachConnectionsMappers.d.ts +0 -2
  252. package/esm/models/globalReachConnectionsMappers.d.ts.map +0 -1
  253. package/esm/models/globalReachConnectionsMappers.js +0 -9
  254. package/esm/models/globalReachConnectionsMappers.js.map +0 -1
  255. package/esm/models/hcxEnterpriseSitesMappers.d.ts +0 -2
  256. package/esm/models/hcxEnterpriseSitesMappers.d.ts.map +0 -1
  257. package/esm/models/hcxEnterpriseSitesMappers.js +0 -9
  258. package/esm/models/hcxEnterpriseSitesMappers.js.map +0 -1
  259. package/esm/models/index.d.ts +0 -4643
  260. package/esm/models/index.d.ts.map +0 -1
  261. package/esm/models/index.js.map +0 -1
  262. package/esm/models/locationsMappers.d.ts +0 -2
  263. package/esm/models/locationsMappers.d.ts.map +0 -1
  264. package/esm/models/locationsMappers.js.map +0 -1
  265. package/esm/models/mappers.d.ts +0 -113
  266. package/esm/models/mappers.d.ts.map +0 -1
  267. package/esm/models/mappers.js.map +0 -1
  268. package/esm/models/operationsMappers.d.ts +0 -2
  269. package/esm/models/operationsMappers.d.ts.map +0 -1
  270. package/esm/models/operationsMappers.js +0 -9
  271. package/esm/models/operationsMappers.js.map +0 -1
  272. package/esm/models/parameters.d.ts +0 -29
  273. package/esm/models/parameters.d.ts.map +0 -1
  274. package/esm/models/parameters.js +0 -290
  275. package/esm/models/parameters.js.map +0 -1
  276. package/esm/models/placementPoliciesMappers.d.ts +0 -2
  277. package/esm/models/placementPoliciesMappers.d.ts.map +0 -1
  278. package/esm/models/placementPoliciesMappers.js +0 -9
  279. package/esm/models/placementPoliciesMappers.js.map +0 -1
  280. package/esm/models/privateCloudsMappers.d.ts +0 -2
  281. package/esm/models/privateCloudsMappers.d.ts.map +0 -1
  282. package/esm/models/privateCloudsMappers.js +0 -9
  283. package/esm/models/privateCloudsMappers.js.map +0 -1
  284. package/esm/models/scriptCmdletsMappers.d.ts +0 -2
  285. package/esm/models/scriptCmdletsMappers.d.ts.map +0 -1
  286. package/esm/models/scriptCmdletsMappers.js +0 -9
  287. package/esm/models/scriptCmdletsMappers.js.map +0 -1
  288. package/esm/models/scriptExecutionsMappers.d.ts +0 -2
  289. package/esm/models/scriptExecutionsMappers.d.ts.map +0 -1
  290. package/esm/models/scriptExecutionsMappers.js +0 -9
  291. package/esm/models/scriptExecutionsMappers.js.map +0 -1
  292. package/esm/models/scriptPackagesMappers.d.ts +0 -2
  293. package/esm/models/scriptPackagesMappers.d.ts.map +0 -1
  294. package/esm/models/scriptPackagesMappers.js +0 -9
  295. package/esm/models/scriptPackagesMappers.js.map +0 -1
  296. package/esm/models/virtualMachinesMappers.d.ts +0 -2
  297. package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
  298. package/esm/models/virtualMachinesMappers.js +0 -9
  299. package/esm/models/virtualMachinesMappers.js.map +0 -1
  300. package/esm/models/workloadNetworksMappers.d.ts +0 -2
  301. package/esm/models/workloadNetworksMappers.d.ts.map +0 -1
  302. package/esm/models/workloadNetworksMappers.js +0 -9
  303. package/esm/models/workloadNetworksMappers.js.map +0 -1
  304. package/esm/operations/addons.d.ts +0 -113
  305. package/esm/operations/addons.d.ts.map +0 -1
  306. package/esm/operations/addons.js +0 -238
  307. package/esm/operations/addons.js.map +0 -1
  308. package/esm/operations/authorizations.d.ts +0 -113
  309. package/esm/operations/authorizations.d.ts.map +0 -1
  310. package/esm/operations/authorizations.js +0 -238
  311. package/esm/operations/authorizations.js.map +0 -1
  312. package/esm/operations/cloudLinks.d.ts +0 -113
  313. package/esm/operations/cloudLinks.d.ts.map +0 -1
  314. package/esm/operations/cloudLinks.js +0 -238
  315. package/esm/operations/cloudLinks.js.map +0 -1
  316. package/esm/operations/clusters.d.ts +0 -135
  317. package/esm/operations/clusters.d.ts.map +0 -1
  318. package/esm/operations/clusters.js +0 -299
  319. package/esm/operations/clusters.js.map +0 -1
  320. package/esm/operations/datastores.d.ts +0 -125
  321. package/esm/operations/datastores.d.ts.map +0 -1
  322. package/esm/operations/datastores.js +0 -248
  323. package/esm/operations/datastores.js.map +0 -1
  324. package/esm/operations/globalReachConnections.d.ts +0 -115
  325. package/esm/operations/globalReachConnections.d.ts.map +0 -1
  326. package/esm/operations/globalReachConnections.js +0 -236
  327. package/esm/operations/globalReachConnections.js.map +0 -1
  328. package/esm/operations/hcxEnterpriseSites.d.ts +0 -124
  329. package/esm/operations/hcxEnterpriseSites.d.ts.map +0 -1
  330. package/esm/operations/hcxEnterpriseSites.js +0 -192
  331. package/esm/operations/hcxEnterpriseSites.js.map +0 -1
  332. package/esm/operations/index.d.ts.map +0 -1
  333. package/esm/operations/index.js.map +0 -1
  334. package/esm/operations/locations.d.ts +0 -49
  335. package/esm/operations/locations.d.ts.map +0 -1
  336. package/esm/operations/locations.js +0 -84
  337. package/esm/operations/locations.js.map +0 -1
  338. package/esm/operations/operations.d.ts +0 -46
  339. package/esm/operations/operations.d.ts.map +0 -1
  340. package/esm/operations/operations.js +0 -79
  341. package/esm/operations/operations.js.map +0 -1
  342. package/esm/operations/placementPolicies.d.ts +0 -154
  343. package/esm/operations/placementPolicies.d.ts.map +0 -1
  344. package/esm/operations/placementPolicies.js +0 -323
  345. package/esm/operations/placementPolicies.js.map +0 -1
  346. package/esm/operations/privateClouds.d.ts +0 -209
  347. package/esm/operations/privateClouds.d.ts.map +0 -1
  348. package/esm/operations/privateClouds.js +0 -466
  349. package/esm/operations/privateClouds.js.map +0 -1
  350. package/esm/operations/scriptCmdlets.d.ts +0 -87
  351. package/esm/operations/scriptCmdlets.d.ts.map +0 -1
  352. package/esm/operations/scriptCmdlets.js +0 -123
  353. package/esm/operations/scriptCmdlets.js.map +0 -1
  354. package/esm/operations/scriptExecutions.d.ts +0 -139
  355. package/esm/operations/scriptExecutions.d.ts.map +0 -1
  356. package/esm/operations/scriptExecutions.js +0 -286
  357. package/esm/operations/scriptExecutions.js.map +0 -1
  358. package/esm/operations/scriptPackages.d.ts +0 -76
  359. package/esm/operations/scriptPackages.d.ts.map +0 -1
  360. package/esm/operations/scriptPackages.js +0 -119
  361. package/esm/operations/scriptPackages.js.map +0 -1
  362. package/esm/operations/virtualMachines.d.ts +0 -103
  363. package/esm/operations/virtualMachines.d.ts.map +0 -1
  364. package/esm/operations/virtualMachines.js +0 -188
  365. package/esm/operations/virtualMachines.js.map +0 -1
  366. package/esm/operations/workloadNetworks.d.ts +0 -988
  367. package/esm/operations/workloadNetworks.d.ts.map +0 -1
  368. package/esm/operations/workloadNetworks.js +0 -2062
  369. package/esm/operations/workloadNetworks.js.map +0 -1
  370. package/src/avsClient.ts +0 -77
  371. package/src/avsClientContext.ts +0 -67
  372. package/src/models/addonsMappers.ts +0 -70
  373. package/src/models/authorizationsMappers.ts +0 -70
  374. package/src/models/cloudLinksMappers.ts +0 -70
  375. package/src/models/clustersMappers.ts +0 -71
  376. package/src/models/datastoresMappers.ts +0 -70
  377. package/src/models/globalReachConnectionsMappers.ts +0 -70
  378. package/src/models/hcxEnterpriseSitesMappers.ts +0 -70
  379. package/src/models/operationsMappers.ts +0 -22
  380. package/src/models/placementPoliciesMappers.ts +0 -71
  381. package/src/models/privateCloudsMappers.ts +0 -72
  382. package/src/models/scriptCmdletsMappers.ts +0 -70
  383. package/src/models/scriptExecutionsMappers.ts +0 -70
  384. package/src/models/scriptPackagesMappers.ts +0 -70
  385. package/src/models/virtualMachinesMappers.ts +0 -71
  386. package/src/models/workloadNetworksMappers.ts +0 -78
@@ -0,0 +1,2962 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare type WorkloadNetworkDhcpEntityUnion = WorkloadNetworkDhcpEntity | WorkloadNetworkDhcpServer | WorkloadNetworkDhcpRelay;
3
+ export declare type AddonPropertiesUnion = AddonProperties | AddonSrmProperties | AddonVrProperties | AddonHcxProperties;
4
+ export declare type PlacementPolicyPropertiesUnion = PlacementPolicyProperties | VmPlacementPolicyProperties | VmHostPlacementPolicyProperties;
5
+ export declare type ScriptExecutionParameterUnion = ScriptExecutionParameter | ScriptSecureStringExecutionParameter | ScriptStringExecutionParameter | PSCredentialExecutionParameter;
6
+ /** Pageable list of operations */
7
+ export interface OperationList {
8
+ /**
9
+ * List of operations
10
+ * NOTE: This property will not be serialized. It can only be populated by the server.
11
+ */
12
+ readonly value?: Operation[];
13
+ /**
14
+ * URL to get the next page if any
15
+ * NOTE: This property will not be serialized. It can only be populated by the server.
16
+ */
17
+ readonly nextLink?: string;
18
+ }
19
+ /** A REST API operation */
20
+ export interface Operation {
21
+ /**
22
+ * Name of the operation being performed on this object
23
+ * NOTE: This property will not be serialized. It can only be populated by the server.
24
+ */
25
+ readonly name?: string;
26
+ /**
27
+ * Contains the localized display information for this operation
28
+ * NOTE: This property will not be serialized. It can only be populated by the server.
29
+ */
30
+ readonly display?: OperationDisplay;
31
+ /** Gets or sets a value indicating whether the operation is a data action or not */
32
+ isDataAction?: boolean;
33
+ /** Origin of the operation */
34
+ origin?: string;
35
+ /** Properties of the operation */
36
+ properties?: OperationProperties;
37
+ }
38
+ /** Contains the localized display information for this operation */
39
+ export interface OperationDisplay {
40
+ /**
41
+ * Localized friendly form of the resource provider name
42
+ * NOTE: This property will not be serialized. It can only be populated by the server.
43
+ */
44
+ readonly provider?: string;
45
+ /**
46
+ * Localized friendly form of the resource type related to this operation
47
+ * NOTE: This property will not be serialized. It can only be populated by the server.
48
+ */
49
+ readonly resource?: string;
50
+ /**
51
+ * Localized friendly name for the operation
52
+ * NOTE: This property will not be serialized. It can only be populated by the server.
53
+ */
54
+ readonly operation?: string;
55
+ /**
56
+ * Localized friendly description for the operation
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
+ */
59
+ readonly description?: string;
60
+ }
61
+ /** Extra Operation properties */
62
+ export interface OperationProperties {
63
+ /** Service specifications of the operation */
64
+ serviceSpecification?: ServiceSpecification;
65
+ }
66
+ /** Service specification payload */
67
+ export interface ServiceSpecification {
68
+ /** Specifications of the Log for Azure Monitoring */
69
+ logSpecifications?: LogSpecification[];
70
+ /** Specifications of the Metrics for Azure Monitoring */
71
+ metricSpecifications?: MetricSpecification[];
72
+ }
73
+ /** Specifications of the Log for Azure Monitoring */
74
+ export interface LogSpecification {
75
+ /** Name of the log */
76
+ name?: string;
77
+ /** Localized friendly display name of the log */
78
+ displayName?: string;
79
+ /** Blob duration of the log */
80
+ blobDuration?: string;
81
+ }
82
+ /** Specifications of the Metrics for Azure Monitoring */
83
+ export interface MetricSpecification {
84
+ /** Name of the metric */
85
+ name?: string;
86
+ /** Localized friendly display name of the metric */
87
+ displayName?: string;
88
+ /** Localized friendly description of the metric */
89
+ displayDescription?: string;
90
+ /** Unit that makes sense for the metric */
91
+ unit?: string;
92
+ /** Name of the metric category that the metric belongs to. A metric can only belong to a single category. */
93
+ category?: string;
94
+ /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
95
+ aggregationType?: string;
96
+ /** Supported aggregation types */
97
+ supportedAggregationTypes?: string[];
98
+ /** Supported time grain types */
99
+ supportedTimeGrainTypes?: string[];
100
+ /** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */
101
+ fillGapWithZero?: boolean;
102
+ /** Dimensions of the metric */
103
+ dimensions?: MetricDimension[];
104
+ /** Whether or not the service is using regional MDM accounts. */
105
+ enableRegionalMdmAccount?: string;
106
+ /** The name of the MDM account. */
107
+ sourceMdmAccount?: string;
108
+ /** The name of the MDM namespace. */
109
+ sourceMdmNamespace?: string;
110
+ }
111
+ /** Specifications of the Dimension of metrics */
112
+ export interface MetricDimension {
113
+ /** Name of the dimension */
114
+ name?: string;
115
+ /** Localized friendly display name of the dimension */
116
+ displayName?: string;
117
+ /** Name of the dimension as it appears in MDM */
118
+ internalName?: string;
119
+ /** A boolean flag indicating whether this dimension should be included for the shoebox export scenario */
120
+ toBeExportedForShoebox?: boolean;
121
+ }
122
+ /** API error response */
123
+ export interface CloudError {
124
+ /** An error returned by the API */
125
+ error?: ErrorResponse;
126
+ }
127
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
128
+ export interface ErrorResponse {
129
+ /**
130
+ * The error code.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly code?: string;
134
+ /**
135
+ * The error message.
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly message?: string;
139
+ /**
140
+ * The error target.
141
+ * NOTE: This property will not be serialized. It can only be populated by the server.
142
+ */
143
+ readonly target?: string;
144
+ /**
145
+ * The error details.
146
+ * NOTE: This property will not be serialized. It can only be populated by the server.
147
+ */
148
+ readonly details?: ErrorResponse[];
149
+ /**
150
+ * The error additional info.
151
+ * NOTE: This property will not be serialized. It can only be populated by the server.
152
+ */
153
+ readonly additionalInfo?: ErrorAdditionalInfo[];
154
+ }
155
+ /** The resource management error additional info. */
156
+ export interface ErrorAdditionalInfo {
157
+ /**
158
+ * The additional info type.
159
+ * NOTE: This property will not be serialized. It can only be populated by the server.
160
+ */
161
+ readonly type?: string;
162
+ /**
163
+ * The additional info.
164
+ * NOTE: This property will not be serialized. It can only be populated by the server.
165
+ */
166
+ readonly info?: Record<string, unknown>;
167
+ }
168
+ /** Subscription trial availability */
169
+ export interface Trial {
170
+ /**
171
+ * Trial status
172
+ * NOTE: This property will not be serialized. It can only be populated by the server.
173
+ */
174
+ readonly status?: TrialStatus;
175
+ /**
176
+ * Number of trial hosts available
177
+ * NOTE: This property will not be serialized. It can only be populated by the server.
178
+ */
179
+ readonly availableHosts?: number;
180
+ }
181
+ /** Subscription quotas */
182
+ export interface Quota {
183
+ /**
184
+ * Remaining hosts quota by sku type
185
+ * NOTE: This property will not be serialized. It can only be populated by the server.
186
+ */
187
+ readonly hostsRemaining?: {
188
+ [propertyName: string]: number;
189
+ };
190
+ /**
191
+ * Host quota is active for current subscription
192
+ * NOTE: This property will not be serialized. It can only be populated by the server.
193
+ */
194
+ readonly quotaEnabled?: QuotaEnabled;
195
+ }
196
+ /** A paged list of private clouds */
197
+ export interface PrivateCloudList {
198
+ /**
199
+ * The items on the page
200
+ * NOTE: This property will not be serialized. It can only be populated by the server.
201
+ */
202
+ readonly value?: PrivateCloud[];
203
+ /**
204
+ * URL to get the next page if any
205
+ * NOTE: This property will not be serialized. It can only be populated by the server.
206
+ */
207
+ readonly nextLink?: string;
208
+ }
209
+ /** The resource model definition representing SKU */
210
+ export interface Sku {
211
+ /** The name of the SKU. */
212
+ name: string;
213
+ }
214
+ /** An ExpressRoute Circuit */
215
+ export interface Circuit {
216
+ /**
217
+ * CIDR of primary subnet
218
+ * NOTE: This property will not be serialized. It can only be populated by the server.
219
+ */
220
+ readonly primarySubnet?: string;
221
+ /**
222
+ * CIDR of secondary subnet
223
+ * NOTE: This property will not be serialized. It can only be populated by the server.
224
+ */
225
+ readonly secondarySubnet?: string;
226
+ /**
227
+ * Identifier of the ExpressRoute Circuit (Microsoft Colo only)
228
+ * NOTE: This property will not be serialized. It can only be populated by the server.
229
+ */
230
+ readonly expressRouteID?: string;
231
+ /**
232
+ * ExpressRoute Circuit private peering identifier
233
+ * NOTE: This property will not be serialized. It can only be populated by the server.
234
+ */
235
+ readonly expressRoutePrivatePeeringID?: string;
236
+ }
237
+ /** Endpoint addresses */
238
+ export interface Endpoints {
239
+ /**
240
+ * Endpoint for the NSX-T Data Center manager
241
+ * NOTE: This property will not be serialized. It can only be populated by the server.
242
+ */
243
+ readonly nsxtManager?: string;
244
+ /**
245
+ * Endpoint for Virtual Center Server Appliance
246
+ * NOTE: This property will not be serialized. It can only be populated by the server.
247
+ */
248
+ readonly vcsa?: string;
249
+ /**
250
+ * Endpoint for the HCX Cloud Manager
251
+ * NOTE: This property will not be serialized. It can only be populated by the server.
252
+ */
253
+ readonly hcxCloudManager?: string;
254
+ }
255
+ /** The properties of a private cloud resource that may be updated */
256
+ export interface PrivateCloudUpdateProperties {
257
+ /** The default cluster used for management */
258
+ managementCluster?: ManagementCluster;
259
+ /** Connectivity to internet is enabled or disabled */
260
+ internet?: InternetEnum;
261
+ /** vCenter Single Sign On Identity Sources */
262
+ identitySources?: IdentitySource[];
263
+ /** Properties describing how the cloud is distributed across availability zones */
264
+ availability?: AvailabilityProperties;
265
+ /** Customer managed key encryption, can be enabled or disabled */
266
+ encryption?: Encryption;
267
+ }
268
+ /** The common properties of a cluster */
269
+ export interface CommonClusterProperties {
270
+ /** The cluster size */
271
+ clusterSize?: number;
272
+ /**
273
+ * The state of the cluster provisioning
274
+ * NOTE: This property will not be serialized. It can only be populated by the server.
275
+ */
276
+ readonly provisioningState?: ClusterProvisioningState;
277
+ /**
278
+ * The identity
279
+ * NOTE: This property will not be serialized. It can only be populated by the server.
280
+ */
281
+ readonly clusterId?: number;
282
+ /** The hosts */
283
+ hosts?: string[];
284
+ }
285
+ /** vCenter Single Sign On Identity Source */
286
+ export interface IdentitySource {
287
+ /** The name of the identity source */
288
+ name?: string;
289
+ /** The domain's NetBIOS name */
290
+ alias?: string;
291
+ /** The domain's dns name */
292
+ domain?: string;
293
+ /** The base distinguished name for users */
294
+ baseUserDN?: string;
295
+ /** The base distinguished name for groups */
296
+ baseGroupDN?: string;
297
+ /** Primary server URL */
298
+ primaryServer?: string;
299
+ /** Secondary server URL */
300
+ secondaryServer?: string;
301
+ /** Protect LDAP communication using SSL certificate (LDAPS) */
302
+ ssl?: SslEnum;
303
+ /** The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group */
304
+ username?: string;
305
+ /** The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups. */
306
+ password?: string;
307
+ }
308
+ /** The properties describing private cloud availability zone distribution */
309
+ export interface AvailabilityProperties {
310
+ /** The availability strategy for the private cloud */
311
+ strategy?: AvailabilityStrategy;
312
+ /** The primary availability zone for the private cloud */
313
+ zone?: number;
314
+ /** The secondary availability zone for the private cloud */
315
+ secondaryZone?: number;
316
+ }
317
+ /** The properties of customer managed encryption key */
318
+ export interface Encryption {
319
+ /** Status of customer managed encryption key */
320
+ status?: EncryptionState;
321
+ /** The key vault where the encryption key is stored */
322
+ keyVaultProperties?: EncryptionKeyVaultProperties;
323
+ }
324
+ /** An Encryption Key */
325
+ export interface EncryptionKeyVaultProperties {
326
+ /** The name of the key. */
327
+ keyName?: string;
328
+ /** The version of the key. */
329
+ keyVersion?: string;
330
+ /** The URL of the vault. */
331
+ keyVaultUrl?: string;
332
+ /**
333
+ * The state of key provided
334
+ * NOTE: This property will not be serialized. It can only be populated by the server.
335
+ */
336
+ readonly keyState?: EncryptionKeyStatus;
337
+ /**
338
+ * Property of the key if user provided or auto detected
339
+ * NOTE: This property will not be serialized. It can only be populated by the server.
340
+ */
341
+ readonly versionType?: EncryptionVersionType;
342
+ }
343
+ /** Identity for the virtual machine. */
344
+ export interface PrivateCloudIdentity {
345
+ /**
346
+ * The principal ID of private cloud identity. This property will only be provided for a system assigned identity.
347
+ * NOTE: This property will not be serialized. It can only be populated by the server.
348
+ */
349
+ readonly principalId?: string;
350
+ /**
351
+ * The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.
352
+ * NOTE: This property will not be serialized. It can only be populated by the server.
353
+ */
354
+ readonly tenantId?: string;
355
+ /** The type of identity used for the private cloud. The type 'SystemAssigned' refers to an implicitly created identity. The type 'None' will remove any identities from the Private Cloud. */
356
+ type?: ResourceIdentityType;
357
+ }
358
+ /** The core properties of ARM resources */
359
+ export interface Resource {
360
+ /**
361
+ * Resource ID.
362
+ * NOTE: This property will not be serialized. It can only be populated by the server.
363
+ */
364
+ readonly id?: string;
365
+ /**
366
+ * Resource name.
367
+ * NOTE: This property will not be serialized. It can only be populated by the server.
368
+ */
369
+ readonly name?: string;
370
+ /**
371
+ * Resource type.
372
+ * NOTE: This property will not be serialized. It can only be populated by the server.
373
+ */
374
+ readonly type?: string;
375
+ }
376
+ /** An update to a private cloud resource */
377
+ export interface PrivateCloudUpdate {
378
+ /** Resource tags */
379
+ tags?: {
380
+ [propertyName: string]: string;
381
+ };
382
+ /** The identity of the private cloud, if configured. */
383
+ identity?: PrivateCloudIdentity;
384
+ /** The default cluster used for management */
385
+ managementCluster?: ManagementCluster;
386
+ /** Connectivity to internet is enabled or disabled */
387
+ internet?: InternetEnum;
388
+ /** vCenter Single Sign On Identity Sources */
389
+ identitySources?: IdentitySource[];
390
+ /** Properties describing how the cloud is distributed across availability zones */
391
+ availability?: AvailabilityProperties;
392
+ /** Customer managed key encryption, can be enabled or disabled */
393
+ encryption?: Encryption;
394
+ }
395
+ /** A paged list of clusters */
396
+ export interface ClusterList {
397
+ /**
398
+ * The items on a page
399
+ * NOTE: This property will not be serialized. It can only be populated by the server.
400
+ */
401
+ readonly value?: Cluster[];
402
+ /**
403
+ * URL to get the next page if any
404
+ * NOTE: This property will not be serialized. It can only be populated by the server.
405
+ */
406
+ readonly nextLink?: string;
407
+ }
408
+ /** An update of a cluster resource */
409
+ export interface ClusterUpdate {
410
+ /** The cluster size */
411
+ clusterSize?: number;
412
+ /** The hosts */
413
+ hosts?: string[];
414
+ }
415
+ /** A paged list of datastores */
416
+ export interface DatastoreList {
417
+ /**
418
+ * The items on a page
419
+ * NOTE: This property will not be serialized. It can only be populated by the server.
420
+ */
421
+ readonly value?: Datastore[];
422
+ /**
423
+ * URL to get the next page if any
424
+ * NOTE: This property will not be serialized. It can only be populated by the server.
425
+ */
426
+ readonly nextLink?: string;
427
+ }
428
+ /** An Azure NetApp Files volume from Microsoft.NetApp provider */
429
+ export interface NetAppVolume {
430
+ /** Azure resource ID of the NetApp volume */
431
+ id: string;
432
+ }
433
+ /** An iSCSI volume from Microsoft.StoragePool provider */
434
+ export interface DiskPoolVolume {
435
+ /** Azure resource ID of the iSCSI target */
436
+ targetId: string;
437
+ /** Name of the LUN to be used for datastore */
438
+ lunName: string;
439
+ /** Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN */
440
+ mountOption?: MountOptionEnum;
441
+ /**
442
+ * Device path
443
+ * NOTE: This property will not be serialized. It can only be populated by the server.
444
+ */
445
+ readonly path?: string;
446
+ }
447
+ /** Administrative credentials for accessing vCenter and NSX-T */
448
+ export interface AdminCredentials {
449
+ /**
450
+ * NSX-T Manager username
451
+ * NOTE: This property will not be serialized. It can only be populated by the server.
452
+ */
453
+ readonly nsxtUsername?: string;
454
+ /**
455
+ * NSX-T Manager password
456
+ * NOTE: This property will not be serialized. It can only be populated by the server.
457
+ */
458
+ readonly nsxtPassword?: string;
459
+ /**
460
+ * vCenter admin username
461
+ * NOTE: This property will not be serialized. It can only be populated by the server.
462
+ */
463
+ readonly vcenterUsername?: string;
464
+ /**
465
+ * vCenter admin password
466
+ * NOTE: This property will not be serialized. It can only be populated by the server.
467
+ */
468
+ readonly vcenterPassword?: string;
469
+ }
470
+ /** A paged list of HCX Enterprise Sites */
471
+ export interface HcxEnterpriseSiteList {
472
+ /**
473
+ * The items on a page
474
+ * NOTE: This property will not be serialized. It can only be populated by the server.
475
+ */
476
+ readonly value?: HcxEnterpriseSite[];
477
+ /**
478
+ * URL to get the next page if any
479
+ * NOTE: This property will not be serialized. It can only be populated by the server.
480
+ */
481
+ readonly nextLink?: string;
482
+ }
483
+ /** A paged list of ExpressRoute Circuit Authorizations */
484
+ export interface ExpressRouteAuthorizationList {
485
+ /**
486
+ * The items on a page
487
+ * NOTE: This property will not be serialized. It can only be populated by the server.
488
+ */
489
+ readonly value?: ExpressRouteAuthorization[];
490
+ /**
491
+ * URL to get the next page if any
492
+ * NOTE: This property will not be serialized. It can only be populated by the server.
493
+ */
494
+ readonly nextLink?: string;
495
+ }
496
+ /** A paged list of global reach connections */
497
+ export interface GlobalReachConnectionList {
498
+ /**
499
+ * The items on a page
500
+ * NOTE: This property will not be serialized. It can only be populated by the server.
501
+ */
502
+ readonly value?: GlobalReachConnection[];
503
+ /**
504
+ * URL to get the next page if any
505
+ * NOTE: This property will not be serialized. It can only be populated by the server.
506
+ */
507
+ readonly nextLink?: string;
508
+ }
509
+ /** A list of NSX Segments */
510
+ export interface WorkloadNetworkSegmentsList {
511
+ /**
512
+ * The items on the page
513
+ * NOTE: This property will not be serialized. It can only be populated by the server.
514
+ */
515
+ readonly value?: WorkloadNetworkSegment[];
516
+ /**
517
+ * URL to get the next page if any
518
+ * NOTE: This property will not be serialized. It can only be populated by the server.
519
+ */
520
+ readonly nextLink?: string;
521
+ }
522
+ /** Subnet configuration for segment */
523
+ export interface WorkloadNetworkSegmentSubnet {
524
+ /** DHCP Range assigned for subnet. */
525
+ dhcpRanges?: string[];
526
+ /** Gateway address. */
527
+ gatewayAddress?: string;
528
+ }
529
+ /** Ports and any VIF attached to segment. */
530
+ export interface WorkloadNetworkSegmentPortVif {
531
+ /** Name of port or VIF attached to segment. */
532
+ portName?: string;
533
+ }
534
+ /** A list of NSX dhcp entities */
535
+ export interface WorkloadNetworkDhcpList {
536
+ /**
537
+ * The items on the page
538
+ * NOTE: This property will not be serialized. It can only be populated by the server.
539
+ */
540
+ readonly value?: WorkloadNetworkDhcp[];
541
+ /**
542
+ * URL to get the next page if any
543
+ * NOTE: This property will not be serialized. It can only be populated by the server.
544
+ */
545
+ readonly nextLink?: string;
546
+ }
547
+ /** Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to inherit from */
548
+ export interface WorkloadNetworkDhcpEntity {
549
+ /** Polymorphic discriminator, which specifies the different types this object can be */
550
+ dhcpType: "SERVER" | "RELAY";
551
+ /** Display name of the DHCP entity. */
552
+ displayName?: string;
553
+ /**
554
+ * NSX Segments consuming DHCP.
555
+ * NOTE: This property will not be serialized. It can only be populated by the server.
556
+ */
557
+ readonly segments?: string[];
558
+ /**
559
+ * The provisioning state
560
+ * NOTE: This property will not be serialized. It can only be populated by the server.
561
+ */
562
+ readonly provisioningState?: WorkloadNetworkDhcpProvisioningState;
563
+ /** NSX revision number. */
564
+ revision?: number;
565
+ }
566
+ /** A list of NSX Gateways */
567
+ export interface WorkloadNetworkGatewayList {
568
+ /**
569
+ * The items on the page
570
+ * NOTE: This property will not be serialized. It can only be populated by the server.
571
+ */
572
+ readonly value?: WorkloadNetworkGateway[];
573
+ /**
574
+ * URL to get the next page if any
575
+ * NOTE: This property will not be serialized. It can only be populated by the server.
576
+ */
577
+ readonly nextLink?: string;
578
+ }
579
+ /** A list of NSX Port Mirroring */
580
+ export interface WorkloadNetworkPortMirroringList {
581
+ /**
582
+ * The items on the page
583
+ * NOTE: This property will not be serialized. It can only be populated by the server.
584
+ */
585
+ readonly value?: WorkloadNetworkPortMirroring[];
586
+ /**
587
+ * URL to get the next page if any
588
+ * NOTE: This property will not be serialized. It can only be populated by the server.
589
+ */
590
+ readonly nextLink?: string;
591
+ }
592
+ /** A list of NSX VM Groups */
593
+ export interface WorkloadNetworkVMGroupsList {
594
+ /**
595
+ * The items on the page
596
+ * NOTE: This property will not be serialized. It can only be populated by the server.
597
+ */
598
+ readonly value?: WorkloadNetworkVMGroup[];
599
+ /**
600
+ * URL to get the next page if any
601
+ * NOTE: This property will not be serialized. It can only be populated by the server.
602
+ */
603
+ readonly nextLink?: string;
604
+ }
605
+ /** A list of NSX Virtual Machines */
606
+ export interface WorkloadNetworkVirtualMachinesList {
607
+ /**
608
+ * The items on the page
609
+ * NOTE: This property will not be serialized. It can only be populated by the server.
610
+ */
611
+ readonly value?: WorkloadNetworkVirtualMachine[];
612
+ /**
613
+ * URL to get the next page if any
614
+ * NOTE: This property will not be serialized. It can only be populated by the server.
615
+ */
616
+ readonly nextLink?: string;
617
+ }
618
+ /** A list of NSX DNS Services */
619
+ export interface WorkloadNetworkDnsServicesList {
620
+ /**
621
+ * The items on the page
622
+ * NOTE: This property will not be serialized. It can only be populated by the server.
623
+ */
624
+ readonly value?: WorkloadNetworkDnsService[];
625
+ /**
626
+ * URL to get the next page if any
627
+ * NOTE: This property will not be serialized. It can only be populated by the server.
628
+ */
629
+ readonly nextLink?: string;
630
+ }
631
+ /** A list of NSX DNS Zones */
632
+ export interface WorkloadNetworkDnsZonesList {
633
+ /**
634
+ * The items on the page
635
+ * NOTE: This property will not be serialized. It can only be populated by the server.
636
+ */
637
+ readonly value?: WorkloadNetworkDnsZone[];
638
+ /**
639
+ * URL to get the next page if any
640
+ * NOTE: This property will not be serialized. It can only be populated by the server.
641
+ */
642
+ readonly nextLink?: string;
643
+ }
644
+ /** A list of NSX Public IP Blocks */
645
+ export interface WorkloadNetworkPublicIPsList {
646
+ /**
647
+ * The items on the page
648
+ * NOTE: This property will not be serialized. It can only be populated by the server.
649
+ */
650
+ readonly value?: WorkloadNetworkPublicIP[];
651
+ /**
652
+ * URL to get the next page if any
653
+ * NOTE: This property will not be serialized. It can only be populated by the server.
654
+ */
655
+ readonly nextLink?: string;
656
+ }
657
+ /** A paged list of cloud links */
658
+ export interface CloudLinkList {
659
+ /**
660
+ * The items on a page
661
+ * NOTE: This property will not be serialized. It can only be populated by the server.
662
+ */
663
+ readonly value?: CloudLink[];
664
+ /**
665
+ * URL to get the next page if any
666
+ * NOTE: This property will not be serialized. It can only be populated by the server.
667
+ */
668
+ readonly nextLink?: string;
669
+ }
670
+ /** A paged list of addons */
671
+ export interface AddonList {
672
+ /**
673
+ * The items on a page
674
+ * NOTE: This property will not be serialized. It can only be populated by the server.
675
+ */
676
+ readonly value?: Addon[];
677
+ /**
678
+ * URL to get the next page if any
679
+ * NOTE: This property will not be serialized. It can only be populated by the server.
680
+ */
681
+ readonly nextLink?: string;
682
+ }
683
+ /** The properties of an addon */
684
+ export interface AddonProperties {
685
+ /** Polymorphic discriminator, which specifies the different types this object can be */
686
+ addonType: "SRM" | "VR" | "HCX";
687
+ /**
688
+ * The state of the addon provisioning
689
+ * NOTE: This property will not be serialized. It can only be populated by the server.
690
+ */
691
+ readonly provisioningState?: AddonProvisioningState;
692
+ }
693
+ /** A list of Virtual Machines */
694
+ export interface VirtualMachinesList {
695
+ /**
696
+ * The items to be displayed on the page
697
+ * NOTE: This property will not be serialized. It can only be populated by the server.
698
+ */
699
+ readonly value?: VirtualMachine[];
700
+ /**
701
+ * URL to get the next page if any
702
+ * NOTE: This property will not be serialized. It can only be populated by the server.
703
+ */
704
+ readonly nextLink?: string;
705
+ }
706
+ /** Set VM DRS-driven movement to restricted (enabled) or not (disabled) */
707
+ export interface VirtualMachineRestrictMovement {
708
+ /** Whether VM DRS-driven movement is restricted (enabled) or not (disabled) */
709
+ restrictMovement?: VirtualMachineRestrictMovementState;
710
+ }
711
+ /** Represents list of placement policies */
712
+ export interface PlacementPoliciesList {
713
+ /**
714
+ * The items on the page
715
+ * NOTE: This property will not be serialized. It can only be populated by the server.
716
+ */
717
+ readonly value?: PlacementPolicy[];
718
+ /**
719
+ * URL to get the next page if any
720
+ * NOTE: This property will not be serialized. It can only be populated by the server.
721
+ */
722
+ readonly nextLink?: string;
723
+ }
724
+ /** Abstract placement policy properties */
725
+ export interface PlacementPolicyProperties {
726
+ /** Polymorphic discriminator, which specifies the different types this object can be */
727
+ type: "VmVm" | "VmHost";
728
+ /** Whether the placement policy is enabled or disabled */
729
+ state?: PlacementPolicyState;
730
+ /** Display name of the placement policy */
731
+ displayName?: string;
732
+ /**
733
+ * The provisioning state
734
+ * NOTE: This property will not be serialized. It can only be populated by the server.
735
+ */
736
+ readonly provisioningState?: PlacementPolicyProvisioningState;
737
+ }
738
+ /** An update of a DRS placement policy resource */
739
+ export interface PlacementPolicyUpdate {
740
+ /** Whether the placement policy is enabled or disabled */
741
+ state?: PlacementPolicyState;
742
+ /** Virtual machine members list */
743
+ vmMembers?: string[];
744
+ /** Host members list */
745
+ hostMembers?: string[];
746
+ }
747
+ /** A list of the available script packages */
748
+ export interface ScriptPackagesList {
749
+ /**
750
+ * List of script package resources
751
+ * NOTE: This property will not be serialized. It can only be populated by the server.
752
+ */
753
+ readonly value?: ScriptPackage[];
754
+ /**
755
+ * URL to get the next page if any
756
+ * NOTE: This property will not be serialized. It can only be populated by the server.
757
+ */
758
+ readonly nextLink?: string;
759
+ }
760
+ /** Pageable list of scripts/cmdlets */
761
+ export interface ScriptCmdletsList {
762
+ /**
763
+ * List of scripts
764
+ * NOTE: This property will not be serialized. It can only be populated by the server.
765
+ */
766
+ readonly value?: ScriptCmdlet[];
767
+ /**
768
+ * URL to get the next page if any
769
+ * NOTE: This property will not be serialized. It can only be populated by the server.
770
+ */
771
+ readonly nextLink?: string;
772
+ }
773
+ /** An parameter that the script will accept */
774
+ export interface ScriptParameter {
775
+ /**
776
+ * The type of parameter the script is expecting. psCredential is a PSCredentialObject
777
+ * NOTE: This property will not be serialized. It can only be populated by the server.
778
+ */
779
+ readonly type?: ScriptParameterTypes;
780
+ /** The parameter name that the script will expect a parameter value for */
781
+ name?: string;
782
+ /**
783
+ * User friendly description of the parameter
784
+ * NOTE: This property will not be serialized. It can only be populated by the server.
785
+ */
786
+ readonly description?: string;
787
+ /**
788
+ * Should this parameter be visible to arm and passed in the parameters argument when executing
789
+ * NOTE: This property will not be serialized. It can only be populated by the server.
790
+ */
791
+ readonly visibility?: VisibilityParameterEnum;
792
+ /**
793
+ * Is this parameter required or optional
794
+ * NOTE: This property will not be serialized. It can only be populated by the server.
795
+ */
796
+ readonly optional?: OptionalParamEnum;
797
+ }
798
+ /** Pageable list of script executions */
799
+ export interface ScriptExecutionsList {
800
+ /**
801
+ * List of scripts
802
+ * NOTE: This property will not be serialized. It can only be populated by the server.
803
+ */
804
+ readonly value?: ScriptExecution[];
805
+ /**
806
+ * URL to get the next page if any
807
+ * NOTE: This property will not be serialized. It can only be populated by the server.
808
+ */
809
+ readonly nextLink?: string;
810
+ }
811
+ /** The arguments passed in to the execution */
812
+ export interface ScriptExecutionParameter {
813
+ /** Polymorphic discriminator, which specifies the different types this object can be */
814
+ type: "SecureValue" | "Value" | "Credential";
815
+ /** The parameter name */
816
+ name: string;
817
+ }
818
+ /** The properties of a private cloud resource */
819
+ export declare type PrivateCloudProperties = PrivateCloudUpdateProperties & {
820
+ /**
821
+ * The provisioning state
822
+ * NOTE: This property will not be serialized. It can only be populated by the server.
823
+ */
824
+ readonly provisioningState?: PrivateCloudProvisioningState;
825
+ /** An ExpressRoute Circuit */
826
+ circuit?: Circuit;
827
+ /**
828
+ * The endpoints
829
+ * NOTE: This property will not be serialized. It can only be populated by the server.
830
+ */
831
+ readonly endpoints?: Endpoints;
832
+ /** The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22 */
833
+ networkBlock: string;
834
+ /**
835
+ * Network used to access vCenter Server and NSX-T Manager
836
+ * NOTE: This property will not be serialized. It can only be populated by the server.
837
+ */
838
+ readonly managementNetwork?: string;
839
+ /**
840
+ * Used for virtual machine cold migration, cloning, and snapshot migration
841
+ * NOTE: This property will not be serialized. It can only be populated by the server.
842
+ */
843
+ readonly provisioningNetwork?: string;
844
+ /**
845
+ * Used for live migration of virtual machines
846
+ * NOTE: This property will not be serialized. It can only be populated by the server.
847
+ */
848
+ readonly vmotionNetwork?: string;
849
+ /** Optionally, set the vCenter admin password when the private cloud is created */
850
+ vcenterPassword?: string;
851
+ /** Optionally, set the NSX-T Manager password when the private cloud is created */
852
+ nsxtPassword?: string;
853
+ /**
854
+ * Thumbprint of the vCenter Server SSL certificate
855
+ * NOTE: This property will not be serialized. It can only be populated by the server.
856
+ */
857
+ readonly vcenterCertificateThumbprint?: string;
858
+ /**
859
+ * Thumbprint of the NSX-T Manager SSL certificate
860
+ * NOTE: This property will not be serialized. It can only be populated by the server.
861
+ */
862
+ readonly nsxtCertificateThumbprint?: string;
863
+ /**
864
+ * Array of cloud link IDs from other clouds that connect to this one
865
+ * NOTE: This property will not be serialized. It can only be populated by the server.
866
+ */
867
+ readonly externalCloudLinks?: string[];
868
+ /** A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud */
869
+ secondaryCircuit?: Circuit;
870
+ };
871
+ /** The properties of a management cluster */
872
+ export declare type ManagementCluster = CommonClusterProperties & {};
873
+ /** The properties of a cluster */
874
+ export declare type ClusterProperties = CommonClusterProperties & {};
875
+ /** The resource model definition for a ARM tracked top level resource */
876
+ export declare type TrackedResource = Resource & {
877
+ /** Resource location */
878
+ location?: string;
879
+ /** Resource tags */
880
+ tags?: {
881
+ [propertyName: string]: string;
882
+ };
883
+ };
884
+ /** A cluster resource */
885
+ export declare type Cluster = Resource & {
886
+ /** The cluster SKU */
887
+ sku: Sku;
888
+ /** The cluster size */
889
+ clusterSize?: number;
890
+ /**
891
+ * The state of the cluster provisioning
892
+ * NOTE: This property will not be serialized. It can only be populated by the server.
893
+ */
894
+ readonly provisioningState?: ClusterProvisioningState;
895
+ /**
896
+ * The identity
897
+ * NOTE: This property will not be serialized. It can only be populated by the server.
898
+ */
899
+ readonly clusterId?: number;
900
+ /** The hosts */
901
+ hosts?: string[];
902
+ };
903
+ /** A datastore resource */
904
+ export declare type Datastore = Resource & {
905
+ /**
906
+ * The state of the datastore provisioning
907
+ * NOTE: This property will not be serialized. It can only be populated by the server.
908
+ */
909
+ readonly provisioningState?: DatastoreProvisioningState;
910
+ /** An Azure NetApp Files volume */
911
+ netAppVolume?: NetAppVolume;
912
+ /** An iSCSI volume */
913
+ diskPoolVolume?: DiskPoolVolume;
914
+ /**
915
+ * The operational status of the datastore
916
+ * NOTE: This property will not be serialized. It can only be populated by the server.
917
+ */
918
+ readonly status?: DatastoreStatus;
919
+ };
920
+ /** An HCX Enterprise Site resource */
921
+ export declare type HcxEnterpriseSite = Resource & {
922
+ /**
923
+ * The activation key
924
+ * NOTE: This property will not be serialized. It can only be populated by the server.
925
+ */
926
+ readonly activationKey?: string;
927
+ /**
928
+ * The status of the HCX Enterprise Site
929
+ * NOTE: This property will not be serialized. It can only be populated by the server.
930
+ */
931
+ readonly status?: HcxEnterpriseSiteStatus;
932
+ };
933
+ /** ExpressRoute Circuit Authorization */
934
+ export declare type ExpressRouteAuthorization = Resource & {
935
+ /**
936
+ * The state of the ExpressRoute Circuit Authorization provisioning
937
+ * NOTE: This property will not be serialized. It can only be populated by the server.
938
+ */
939
+ readonly provisioningState?: ExpressRouteAuthorizationProvisioningState;
940
+ /**
941
+ * The ID of the ExpressRoute Circuit Authorization
942
+ * NOTE: This property will not be serialized. It can only be populated by the server.
943
+ */
944
+ readonly expressRouteAuthorizationId?: string;
945
+ /**
946
+ * The key of the ExpressRoute Circuit Authorization
947
+ * NOTE: This property will not be serialized. It can only be populated by the server.
948
+ */
949
+ readonly expressRouteAuthorizationKey?: string;
950
+ /** The ID of the ExpressRoute Circuit */
951
+ expressRouteId?: string;
952
+ };
953
+ /** A global reach connection resource */
954
+ export declare type GlobalReachConnection = Resource & {
955
+ /**
956
+ * The state of the ExpressRoute Circuit Authorization provisioning
957
+ * NOTE: This property will not be serialized. It can only be populated by the server.
958
+ */
959
+ readonly provisioningState?: GlobalReachConnectionProvisioningState;
960
+ /**
961
+ * The network used for global reach carved out from the original network block provided for the private cloud
962
+ * NOTE: This property will not be serialized. It can only be populated by the server.
963
+ */
964
+ readonly addressPrefix?: string;
965
+ /** Authorization key from the peer express route used for the global reach connection */
966
+ authorizationKey?: string;
967
+ /**
968
+ * The connection status of the global reach connection
969
+ * NOTE: This property will not be serialized. It can only be populated by the server.
970
+ */
971
+ readonly circuitConnectionStatus?: GlobalReachConnectionStatus;
972
+ /** Identifier of the ExpressRoute Circuit to peer with in the global reach connection */
973
+ peerExpressRouteCircuit?: string;
974
+ /** The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection */
975
+ expressRouteId?: string;
976
+ };
977
+ /** The resource model definition for a ARM proxy resource */
978
+ export declare type ProxyResource = Resource & {};
979
+ /** A cloud link resource */
980
+ export declare type CloudLink = Resource & {
981
+ /**
982
+ * The state of the cloud link.
983
+ * NOTE: This property will not be serialized. It can only be populated by the server.
984
+ */
985
+ readonly status?: CloudLinkStatus;
986
+ /** Identifier of the other private cloud participating in the link. */
987
+ linkedCloud?: string;
988
+ };
989
+ /** An addon resource */
990
+ export declare type Addon = Resource & {
991
+ /** The properties of an addon resource */
992
+ properties?: AddonPropertiesUnion;
993
+ };
994
+ /** A vSphere Distributed Resource Scheduler (DRS) placement policy */
995
+ export declare type PlacementPolicy = Resource & {
996
+ /** placement policy properties */
997
+ properties?: PlacementPolicyPropertiesUnion;
998
+ };
999
+ /** NSX DHCP Server */
1000
+ export declare type WorkloadNetworkDhcpServer = WorkloadNetworkDhcpEntity & {
1001
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1002
+ dhcpType: "SERVER";
1003
+ /** DHCP Server Address. */
1004
+ serverAddress?: string;
1005
+ /** DHCP Server Lease Time. */
1006
+ leaseTime?: number;
1007
+ };
1008
+ /** NSX DHCP Relay */
1009
+ export declare type WorkloadNetworkDhcpRelay = WorkloadNetworkDhcpEntity & {
1010
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1011
+ dhcpType: "RELAY";
1012
+ /** DHCP Relay Addresses. Max 3. */
1013
+ serverAddresses?: string[];
1014
+ };
1015
+ /** The properties of a Site Recovery Manager (SRM) addon */
1016
+ export declare type AddonSrmProperties = AddonProperties & {
1017
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1018
+ addonType: "SRM";
1019
+ /** The Site Recovery Manager (SRM) license */
1020
+ licenseKey?: string;
1021
+ };
1022
+ /** The properties of a vSphere Replication (VR) addon */
1023
+ export declare type AddonVrProperties = AddonProperties & {
1024
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1025
+ addonType: "VR";
1026
+ /** The vSphere Replication Server (VRS) count */
1027
+ vrsCount: number;
1028
+ };
1029
+ /** The properties of an HCX addon */
1030
+ export declare type AddonHcxProperties = AddonProperties & {
1031
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1032
+ addonType: "HCX";
1033
+ /** The HCX offer, example VMware MaaS Cloud Provider (Enterprise) */
1034
+ offer: string;
1035
+ };
1036
+ /** VM-VM placement policy properties */
1037
+ export declare type VmPlacementPolicyProperties = PlacementPolicyProperties & {
1038
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1039
+ type: "VmVm";
1040
+ /** Virtual machine members list */
1041
+ vmMembers: string[];
1042
+ /** placement policy affinity type */
1043
+ affinityType: AffinityType;
1044
+ };
1045
+ /** VM-Host placement policy properties */
1046
+ export declare type VmHostPlacementPolicyProperties = PlacementPolicyProperties & {
1047
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1048
+ type: "VmHost";
1049
+ /** Virtual machine members list */
1050
+ vmMembers: string[];
1051
+ /** Host members list */
1052
+ hostMembers: string[];
1053
+ /** placement policy affinity type */
1054
+ affinityType: AffinityType;
1055
+ };
1056
+ /** a plain text value execution parameter */
1057
+ export declare type ScriptSecureStringExecutionParameter = ScriptExecutionParameter & {
1058
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1059
+ type: "SecureValue";
1060
+ /** A secure value for the passed parameter, not to be stored in logs */
1061
+ secureValue?: string;
1062
+ };
1063
+ /** a plain text value execution parameter */
1064
+ export declare type ScriptStringExecutionParameter = ScriptExecutionParameter & {
1065
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1066
+ type: "Value";
1067
+ /** The value for the passed parameter */
1068
+ value?: string;
1069
+ };
1070
+ /** a powershell credential object */
1071
+ export declare type PSCredentialExecutionParameter = ScriptExecutionParameter & {
1072
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1073
+ type: "Credential";
1074
+ /** username for login */
1075
+ username?: string;
1076
+ /** password for login */
1077
+ password?: string;
1078
+ };
1079
+ /** A private cloud resource */
1080
+ export declare type PrivateCloud = TrackedResource & {
1081
+ /** The private cloud SKU */
1082
+ sku: Sku;
1083
+ /** The identity of the private cloud, if configured. */
1084
+ identity?: PrivateCloudIdentity;
1085
+ /** The default cluster used for management */
1086
+ managementCluster?: ManagementCluster;
1087
+ /** Connectivity to internet is enabled or disabled */
1088
+ internet?: InternetEnum;
1089
+ /** vCenter Single Sign On Identity Sources */
1090
+ identitySources?: IdentitySource[];
1091
+ /** Properties describing how the cloud is distributed across availability zones */
1092
+ availability?: AvailabilityProperties;
1093
+ /** Customer managed key encryption, can be enabled or disabled */
1094
+ encryption?: Encryption;
1095
+ /**
1096
+ * The provisioning state
1097
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1098
+ */
1099
+ readonly provisioningState?: PrivateCloudProvisioningState;
1100
+ /** An ExpressRoute Circuit */
1101
+ circuit?: Circuit;
1102
+ /**
1103
+ * The endpoints
1104
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1105
+ */
1106
+ readonly endpoints?: Endpoints;
1107
+ /** The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22 */
1108
+ networkBlock?: string;
1109
+ /**
1110
+ * Network used to access vCenter Server and NSX-T Manager
1111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1112
+ */
1113
+ readonly managementNetwork?: string;
1114
+ /**
1115
+ * Used for virtual machine cold migration, cloning, and snapshot migration
1116
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1117
+ */
1118
+ readonly provisioningNetwork?: string;
1119
+ /**
1120
+ * Used for live migration of virtual machines
1121
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1122
+ */
1123
+ readonly vmotionNetwork?: string;
1124
+ /** Optionally, set the vCenter admin password when the private cloud is created */
1125
+ vcenterPassword?: string;
1126
+ /** Optionally, set the NSX-T Manager password when the private cloud is created */
1127
+ nsxtPassword?: string;
1128
+ /**
1129
+ * Thumbprint of the vCenter Server SSL certificate
1130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1131
+ */
1132
+ readonly vcenterCertificateThumbprint?: string;
1133
+ /**
1134
+ * Thumbprint of the NSX-T Manager SSL certificate
1135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1136
+ */
1137
+ readonly nsxtCertificateThumbprint?: string;
1138
+ /**
1139
+ * Array of cloud link IDs from other clouds that connect to this one
1140
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1141
+ */
1142
+ readonly externalCloudLinks?: string[];
1143
+ /** A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud */
1144
+ secondaryCircuit?: Circuit;
1145
+ };
1146
+ /** NSX Segment */
1147
+ export declare type WorkloadNetworkSegment = ProxyResource & {
1148
+ /** Display name of the segment. */
1149
+ displayName?: string;
1150
+ /** Gateway which to connect segment to. */
1151
+ connectedGateway?: string;
1152
+ /** Subnet which to connect segment to. */
1153
+ subnet?: WorkloadNetworkSegmentSubnet;
1154
+ /**
1155
+ * Port Vif which segment is associated with.
1156
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1157
+ */
1158
+ readonly portVif?: WorkloadNetworkSegmentPortVif[];
1159
+ /**
1160
+ * Segment status.
1161
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1162
+ */
1163
+ readonly status?: SegmentStatusEnum;
1164
+ /**
1165
+ * The provisioning state
1166
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1167
+ */
1168
+ readonly provisioningState?: WorkloadNetworkSegmentProvisioningState;
1169
+ /** NSX revision number. */
1170
+ revision?: number;
1171
+ };
1172
+ /** NSX DHCP */
1173
+ export declare type WorkloadNetworkDhcp = ProxyResource & {
1174
+ /** DHCP properties. */
1175
+ properties?: WorkloadNetworkDhcpEntityUnion;
1176
+ };
1177
+ /** NSX Gateway. */
1178
+ export declare type WorkloadNetworkGateway = ProxyResource & {
1179
+ /** Display name of the DHCP entity. */
1180
+ displayName?: string;
1181
+ /**
1182
+ * NSX Gateway Path.
1183
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1184
+ */
1185
+ readonly path?: string;
1186
+ };
1187
+ /** NSX Port Mirroring */
1188
+ export declare type WorkloadNetworkPortMirroring = ProxyResource & {
1189
+ /** Display name of the port mirroring profile. */
1190
+ displayName?: string;
1191
+ /** Direction of port mirroring profile. */
1192
+ direction?: PortMirroringDirectionEnum;
1193
+ /** Source VM Group. */
1194
+ source?: string;
1195
+ /** Destination VM Group. */
1196
+ destination?: string;
1197
+ /**
1198
+ * Port Mirroring Status.
1199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1200
+ */
1201
+ readonly status?: PortMirroringStatusEnum;
1202
+ /**
1203
+ * The provisioning state
1204
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1205
+ */
1206
+ readonly provisioningState?: WorkloadNetworkPortMirroringProvisioningState;
1207
+ /** NSX revision number. */
1208
+ revision?: number;
1209
+ };
1210
+ /** NSX VM Group */
1211
+ export declare type WorkloadNetworkVMGroup = ProxyResource & {
1212
+ /** Display name of the VM group. */
1213
+ displayName?: string;
1214
+ /** Virtual machine members of this group. */
1215
+ members?: string[];
1216
+ /**
1217
+ * VM Group status.
1218
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1219
+ */
1220
+ readonly status?: VMGroupStatusEnum;
1221
+ /**
1222
+ * The provisioning state
1223
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1224
+ */
1225
+ readonly provisioningState?: WorkloadNetworkVMGroupProvisioningState;
1226
+ /** NSX revision number. */
1227
+ revision?: number;
1228
+ };
1229
+ /** NSX Virtual Machine */
1230
+ export declare type WorkloadNetworkVirtualMachine = ProxyResource & {
1231
+ /** Display name of the VM. */
1232
+ displayName?: string;
1233
+ /**
1234
+ * Virtual machine type.
1235
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1236
+ */
1237
+ readonly vmType?: VMTypeEnum;
1238
+ };
1239
+ /** NSX DNS Service */
1240
+ export declare type WorkloadNetworkDnsService = ProxyResource & {
1241
+ /** Display name of the DNS Service. */
1242
+ displayName?: string;
1243
+ /** DNS service IP of the DNS Service. */
1244
+ dnsServiceIp?: string;
1245
+ /** Default DNS zone of the DNS Service. */
1246
+ defaultDnsZone?: string;
1247
+ /** FQDN zones of the DNS Service. */
1248
+ fqdnZones?: string[];
1249
+ /** DNS Service log level. */
1250
+ logLevel?: DnsServiceLogLevelEnum;
1251
+ /**
1252
+ * DNS Service status.
1253
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1254
+ */
1255
+ readonly status?: DnsServiceStatusEnum;
1256
+ /**
1257
+ * The provisioning state
1258
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1259
+ */
1260
+ readonly provisioningState?: WorkloadNetworkDnsServiceProvisioningState;
1261
+ /** NSX revision number. */
1262
+ revision?: number;
1263
+ };
1264
+ /** NSX DNS Zone */
1265
+ export declare type WorkloadNetworkDnsZone = ProxyResource & {
1266
+ /** Display name of the DNS Zone. */
1267
+ displayName?: string;
1268
+ /** Domain names of the DNS Zone. */
1269
+ domain?: string[];
1270
+ /** DNS Server IP array of the DNS Zone. */
1271
+ dnsServerIps?: string[];
1272
+ /** Source IP of the DNS Zone. */
1273
+ sourceIp?: string;
1274
+ /** Number of DNS Services using the DNS zone. */
1275
+ dnsServices?: number;
1276
+ /**
1277
+ * The provisioning state
1278
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1279
+ */
1280
+ readonly provisioningState?: WorkloadNetworkDnsZoneProvisioningState;
1281
+ /** NSX revision number. */
1282
+ revision?: number;
1283
+ };
1284
+ /** NSX Public IP Block */
1285
+ export declare type WorkloadNetworkPublicIP = ProxyResource & {
1286
+ /** Display name of the Public IP Block. */
1287
+ displayName?: string;
1288
+ /** Number of Public IPs requested. */
1289
+ numberOfPublicIPs?: number;
1290
+ /**
1291
+ * CIDR Block of the Public IP Block.
1292
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1293
+ */
1294
+ readonly publicIPBlock?: string;
1295
+ /**
1296
+ * The provisioning state
1297
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1298
+ */
1299
+ readonly provisioningState?: WorkloadNetworkPublicIPProvisioningState;
1300
+ };
1301
+ /** Virtual Machine */
1302
+ export declare type VirtualMachine = ProxyResource & {
1303
+ /**
1304
+ * Display name of the VM.
1305
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1306
+ */
1307
+ readonly displayName?: string;
1308
+ /**
1309
+ * Virtual machine managed object reference id
1310
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1311
+ */
1312
+ readonly moRefId?: string;
1313
+ /**
1314
+ * Path to virtual machine's folder starting from datacenter virtual machine folder
1315
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1316
+ */
1317
+ readonly folderPath?: string;
1318
+ /**
1319
+ * Whether VM DRS-driven movement is restricted (enabled) or not (disabled)
1320
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1321
+ */
1322
+ readonly restrictMovement?: VirtualMachineRestrictMovementState;
1323
+ };
1324
+ /** Script Package resources available for execution */
1325
+ export declare type ScriptPackage = ProxyResource & {
1326
+ /**
1327
+ * User friendly description of the package
1328
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1329
+ */
1330
+ readonly description?: string;
1331
+ /**
1332
+ * Module version
1333
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1334
+ */
1335
+ readonly version?: string;
1336
+ };
1337
+ /** A cmdlet available for script execution */
1338
+ export declare type ScriptCmdlet = ProxyResource & {
1339
+ /**
1340
+ * Description of the scripts functionality
1341
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1342
+ */
1343
+ readonly description?: string;
1344
+ /**
1345
+ * Recommended time limit for execution
1346
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1347
+ */
1348
+ readonly timeout?: string;
1349
+ /**
1350
+ * Parameters the script will accept
1351
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1352
+ */
1353
+ readonly parameters?: ScriptParameter[];
1354
+ };
1355
+ /** An instance of a script executed by a user - custom or AVS */
1356
+ export declare type ScriptExecution = ProxyResource & {
1357
+ /** A reference to the script cmdlet resource if user is running a AVS script */
1358
+ scriptCmdletId?: string;
1359
+ /** Parameters the script will accept */
1360
+ parameters?: ScriptExecutionParameterUnion[];
1361
+ /** Parameters that will be hidden/not visible to ARM, such as passwords and credentials */
1362
+ hiddenParameters?: ScriptExecutionParameterUnion[];
1363
+ /** Error message if the script was able to run, but if the script itself had errors or powershell threw an exception */
1364
+ failureReason?: string;
1365
+ /** Time limit for execution */
1366
+ timeout?: string;
1367
+ /** Time to live for the resource. If not provided, will be available for 60 days */
1368
+ retention?: string;
1369
+ /**
1370
+ * Time the script execution was submitted
1371
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1372
+ */
1373
+ readonly submittedAt?: Date;
1374
+ /**
1375
+ * Time the script execution was started
1376
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1377
+ */
1378
+ readonly startedAt?: Date;
1379
+ /**
1380
+ * Time the script execution was finished
1381
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1382
+ */
1383
+ readonly finishedAt?: Date;
1384
+ /**
1385
+ * The state of the script execution resource
1386
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1387
+ */
1388
+ readonly provisioningState?: ScriptExecutionProvisioningState;
1389
+ /** Standard output stream from the powershell execution */
1390
+ output?: string[];
1391
+ /** User-defined dictionary. */
1392
+ namedOutputs?: {
1393
+ [propertyName: string]: Record<string, unknown>;
1394
+ };
1395
+ /**
1396
+ * Standard information out stream from the powershell execution
1397
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1398
+ */
1399
+ readonly information?: string[];
1400
+ /**
1401
+ * Standard warning out stream from the powershell execution
1402
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1403
+ */
1404
+ readonly warnings?: string[];
1405
+ /**
1406
+ * Standard error output stream from the powershell execution
1407
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1408
+ */
1409
+ readonly errors?: string[];
1410
+ };
1411
+ /** Known values of {@link TrialStatus} that the service accepts. */
1412
+ export declare enum KnownTrialStatus {
1413
+ TrialAvailable = "TrialAvailable",
1414
+ TrialUsed = "TrialUsed",
1415
+ TrialDisabled = "TrialDisabled"
1416
+ }
1417
+ /**
1418
+ * Defines values for TrialStatus. \
1419
+ * {@link KnownTrialStatus} can be used interchangeably with TrialStatus,
1420
+ * this enum contains the known values that the service supports.
1421
+ * ### Known values supported by the service
1422
+ * **TrialAvailable** \
1423
+ * **TrialUsed** \
1424
+ * **TrialDisabled**
1425
+ */
1426
+ export declare type TrialStatus = string;
1427
+ /** Known values of {@link QuotaEnabled} that the service accepts. */
1428
+ export declare enum KnownQuotaEnabled {
1429
+ Enabled = "Enabled",
1430
+ Disabled = "Disabled"
1431
+ }
1432
+ /**
1433
+ * Defines values for QuotaEnabled. \
1434
+ * {@link KnownQuotaEnabled} can be used interchangeably with QuotaEnabled,
1435
+ * this enum contains the known values that the service supports.
1436
+ * ### Known values supported by the service
1437
+ * **Enabled** \
1438
+ * **Disabled**
1439
+ */
1440
+ export declare type QuotaEnabled = string;
1441
+ /** Known values of {@link PrivateCloudProvisioningState} that the service accepts. */
1442
+ export declare enum KnownPrivateCloudProvisioningState {
1443
+ Succeeded = "Succeeded",
1444
+ Failed = "Failed",
1445
+ Cancelled = "Cancelled",
1446
+ Pending = "Pending",
1447
+ Building = "Building",
1448
+ Deleting = "Deleting",
1449
+ Updating = "Updating"
1450
+ }
1451
+ /**
1452
+ * Defines values for PrivateCloudProvisioningState. \
1453
+ * {@link KnownPrivateCloudProvisioningState} can be used interchangeably with PrivateCloudProvisioningState,
1454
+ * this enum contains the known values that the service supports.
1455
+ * ### Known values supported by the service
1456
+ * **Succeeded** \
1457
+ * **Failed** \
1458
+ * **Cancelled** \
1459
+ * **Pending** \
1460
+ * **Building** \
1461
+ * **Deleting** \
1462
+ * **Updating**
1463
+ */
1464
+ export declare type PrivateCloudProvisioningState = string;
1465
+ /** Known values of {@link ClusterProvisioningState} that the service accepts. */
1466
+ export declare enum KnownClusterProvisioningState {
1467
+ Succeeded = "Succeeded",
1468
+ Failed = "Failed",
1469
+ Cancelled = "Cancelled",
1470
+ Deleting = "Deleting",
1471
+ Updating = "Updating"
1472
+ }
1473
+ /**
1474
+ * Defines values for ClusterProvisioningState. \
1475
+ * {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,
1476
+ * this enum contains the known values that the service supports.
1477
+ * ### Known values supported by the service
1478
+ * **Succeeded** \
1479
+ * **Failed** \
1480
+ * **Cancelled** \
1481
+ * **Deleting** \
1482
+ * **Updating**
1483
+ */
1484
+ export declare type ClusterProvisioningState = string;
1485
+ /** Known values of {@link InternetEnum} that the service accepts. */
1486
+ export declare enum KnownInternetEnum {
1487
+ Enabled = "Enabled",
1488
+ Disabled = "Disabled"
1489
+ }
1490
+ /**
1491
+ * Defines values for InternetEnum. \
1492
+ * {@link KnownInternetEnum} can be used interchangeably with InternetEnum,
1493
+ * this enum contains the known values that the service supports.
1494
+ * ### Known values supported by the service
1495
+ * **Enabled** \
1496
+ * **Disabled**
1497
+ */
1498
+ export declare type InternetEnum = string;
1499
+ /** Known values of {@link SslEnum} that the service accepts. */
1500
+ export declare enum KnownSslEnum {
1501
+ Enabled = "Enabled",
1502
+ Disabled = "Disabled"
1503
+ }
1504
+ /**
1505
+ * Defines values for SslEnum. \
1506
+ * {@link KnownSslEnum} can be used interchangeably with SslEnum,
1507
+ * this enum contains the known values that the service supports.
1508
+ * ### Known values supported by the service
1509
+ * **Enabled** \
1510
+ * **Disabled**
1511
+ */
1512
+ export declare type SslEnum = string;
1513
+ /** Known values of {@link AvailabilityStrategy} that the service accepts. */
1514
+ export declare enum KnownAvailabilityStrategy {
1515
+ SingleZone = "SingleZone",
1516
+ DualZone = "DualZone"
1517
+ }
1518
+ /**
1519
+ * Defines values for AvailabilityStrategy. \
1520
+ * {@link KnownAvailabilityStrategy} can be used interchangeably with AvailabilityStrategy,
1521
+ * this enum contains the known values that the service supports.
1522
+ * ### Known values supported by the service
1523
+ * **SingleZone** \
1524
+ * **DualZone**
1525
+ */
1526
+ export declare type AvailabilityStrategy = string;
1527
+ /** Known values of {@link EncryptionState} that the service accepts. */
1528
+ export declare enum KnownEncryptionState {
1529
+ Enabled = "Enabled",
1530
+ Disabled = "Disabled"
1531
+ }
1532
+ /**
1533
+ * Defines values for EncryptionState. \
1534
+ * {@link KnownEncryptionState} can be used interchangeably with EncryptionState,
1535
+ * this enum contains the known values that the service supports.
1536
+ * ### Known values supported by the service
1537
+ * **Enabled** \
1538
+ * **Disabled**
1539
+ */
1540
+ export declare type EncryptionState = string;
1541
+ /** Known values of {@link EncryptionKeyStatus} that the service accepts. */
1542
+ export declare enum KnownEncryptionKeyStatus {
1543
+ Connected = "Connected",
1544
+ AccessDenied = "AccessDenied"
1545
+ }
1546
+ /**
1547
+ * Defines values for EncryptionKeyStatus. \
1548
+ * {@link KnownEncryptionKeyStatus} can be used interchangeably with EncryptionKeyStatus,
1549
+ * this enum contains the known values that the service supports.
1550
+ * ### Known values supported by the service
1551
+ * **Connected** \
1552
+ * **AccessDenied**
1553
+ */
1554
+ export declare type EncryptionKeyStatus = string;
1555
+ /** Known values of {@link EncryptionVersionType} that the service accepts. */
1556
+ export declare enum KnownEncryptionVersionType {
1557
+ Fixed = "Fixed",
1558
+ AutoDetected = "AutoDetected"
1559
+ }
1560
+ /**
1561
+ * Defines values for EncryptionVersionType. \
1562
+ * {@link KnownEncryptionVersionType} can be used interchangeably with EncryptionVersionType,
1563
+ * this enum contains the known values that the service supports.
1564
+ * ### Known values supported by the service
1565
+ * **Fixed** \
1566
+ * **AutoDetected**
1567
+ */
1568
+ export declare type EncryptionVersionType = string;
1569
+ /** Known values of {@link ResourceIdentityType} that the service accepts. */
1570
+ export declare enum KnownResourceIdentityType {
1571
+ SystemAssigned = "SystemAssigned",
1572
+ None = "None"
1573
+ }
1574
+ /**
1575
+ * Defines values for ResourceIdentityType. \
1576
+ * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
1577
+ * this enum contains the known values that the service supports.
1578
+ * ### Known values supported by the service
1579
+ * **SystemAssigned** \
1580
+ * **None**
1581
+ */
1582
+ export declare type ResourceIdentityType = string;
1583
+ /** Known values of {@link DatastoreProvisioningState} that the service accepts. */
1584
+ export declare enum KnownDatastoreProvisioningState {
1585
+ Succeeded = "Succeeded",
1586
+ Failed = "Failed",
1587
+ Cancelled = "Cancelled",
1588
+ Pending = "Pending",
1589
+ Creating = "Creating",
1590
+ Updating = "Updating",
1591
+ Deleting = "Deleting"
1592
+ }
1593
+ /**
1594
+ * Defines values for DatastoreProvisioningState. \
1595
+ * {@link KnownDatastoreProvisioningState} can be used interchangeably with DatastoreProvisioningState,
1596
+ * this enum contains the known values that the service supports.
1597
+ * ### Known values supported by the service
1598
+ * **Succeeded** \
1599
+ * **Failed** \
1600
+ * **Cancelled** \
1601
+ * **Pending** \
1602
+ * **Creating** \
1603
+ * **Updating** \
1604
+ * **Deleting**
1605
+ */
1606
+ export declare type DatastoreProvisioningState = string;
1607
+ /** Known values of {@link MountOptionEnum} that the service accepts. */
1608
+ export declare enum KnownMountOptionEnum {
1609
+ Mount = "MOUNT",
1610
+ Attach = "ATTACH"
1611
+ }
1612
+ /**
1613
+ * Defines values for MountOptionEnum. \
1614
+ * {@link KnownMountOptionEnum} can be used interchangeably with MountOptionEnum,
1615
+ * this enum contains the known values that the service supports.
1616
+ * ### Known values supported by the service
1617
+ * **MOUNT** \
1618
+ * **ATTACH**
1619
+ */
1620
+ export declare type MountOptionEnum = string;
1621
+ /** Known values of {@link DatastoreStatus} that the service accepts. */
1622
+ export declare enum KnownDatastoreStatus {
1623
+ Unknown = "Unknown",
1624
+ Accessible = "Accessible",
1625
+ Inaccessible = "Inaccessible",
1626
+ Attached = "Attached",
1627
+ Detached = "Detached",
1628
+ LostCommunication = "LostCommunication",
1629
+ DeadOrError = "DeadOrError"
1630
+ }
1631
+ /**
1632
+ * Defines values for DatastoreStatus. \
1633
+ * {@link KnownDatastoreStatus} can be used interchangeably with DatastoreStatus,
1634
+ * this enum contains the known values that the service supports.
1635
+ * ### Known values supported by the service
1636
+ * **Unknown** \
1637
+ * **Accessible** \
1638
+ * **Inaccessible** \
1639
+ * **Attached** \
1640
+ * **Detached** \
1641
+ * **LostCommunication** \
1642
+ * **DeadOrError**
1643
+ */
1644
+ export declare type DatastoreStatus = string;
1645
+ /** Known values of {@link HcxEnterpriseSiteStatus} that the service accepts. */
1646
+ export declare enum KnownHcxEnterpriseSiteStatus {
1647
+ Available = "Available",
1648
+ Consumed = "Consumed",
1649
+ Deactivated = "Deactivated",
1650
+ Deleted = "Deleted"
1651
+ }
1652
+ /**
1653
+ * Defines values for HcxEnterpriseSiteStatus. \
1654
+ * {@link KnownHcxEnterpriseSiteStatus} can be used interchangeably with HcxEnterpriseSiteStatus,
1655
+ * this enum contains the known values that the service supports.
1656
+ * ### Known values supported by the service
1657
+ * **Available** \
1658
+ * **Consumed** \
1659
+ * **Deactivated** \
1660
+ * **Deleted**
1661
+ */
1662
+ export declare type HcxEnterpriseSiteStatus = string;
1663
+ /** Known values of {@link ExpressRouteAuthorizationProvisioningState} that the service accepts. */
1664
+ export declare enum KnownExpressRouteAuthorizationProvisioningState {
1665
+ Succeeded = "Succeeded",
1666
+ Failed = "Failed",
1667
+ Updating = "Updating"
1668
+ }
1669
+ /**
1670
+ * Defines values for ExpressRouteAuthorizationProvisioningState. \
1671
+ * {@link KnownExpressRouteAuthorizationProvisioningState} can be used interchangeably with ExpressRouteAuthorizationProvisioningState,
1672
+ * this enum contains the known values that the service supports.
1673
+ * ### Known values supported by the service
1674
+ * **Succeeded** \
1675
+ * **Failed** \
1676
+ * **Updating**
1677
+ */
1678
+ export declare type ExpressRouteAuthorizationProvisioningState = string;
1679
+ /** Known values of {@link GlobalReachConnectionProvisioningState} that the service accepts. */
1680
+ export declare enum KnownGlobalReachConnectionProvisioningState {
1681
+ Succeeded = "Succeeded",
1682
+ Failed = "Failed",
1683
+ Updating = "Updating"
1684
+ }
1685
+ /**
1686
+ * Defines values for GlobalReachConnectionProvisioningState. \
1687
+ * {@link KnownGlobalReachConnectionProvisioningState} can be used interchangeably with GlobalReachConnectionProvisioningState,
1688
+ * this enum contains the known values that the service supports.
1689
+ * ### Known values supported by the service
1690
+ * **Succeeded** \
1691
+ * **Failed** \
1692
+ * **Updating**
1693
+ */
1694
+ export declare type GlobalReachConnectionProvisioningState = string;
1695
+ /** Known values of {@link GlobalReachConnectionStatus} that the service accepts. */
1696
+ export declare enum KnownGlobalReachConnectionStatus {
1697
+ Connected = "Connected",
1698
+ Connecting = "Connecting",
1699
+ Disconnected = "Disconnected"
1700
+ }
1701
+ /**
1702
+ * Defines values for GlobalReachConnectionStatus. \
1703
+ * {@link KnownGlobalReachConnectionStatus} can be used interchangeably with GlobalReachConnectionStatus,
1704
+ * this enum contains the known values that the service supports.
1705
+ * ### Known values supported by the service
1706
+ * **Connected** \
1707
+ * **Connecting** \
1708
+ * **Disconnected**
1709
+ */
1710
+ export declare type GlobalReachConnectionStatus = string;
1711
+ /** Known values of {@link SegmentStatusEnum} that the service accepts. */
1712
+ export declare enum KnownSegmentStatusEnum {
1713
+ Success = "SUCCESS",
1714
+ Failure = "FAILURE"
1715
+ }
1716
+ /**
1717
+ * Defines values for SegmentStatusEnum. \
1718
+ * {@link KnownSegmentStatusEnum} can be used interchangeably with SegmentStatusEnum,
1719
+ * this enum contains the known values that the service supports.
1720
+ * ### Known values supported by the service
1721
+ * **SUCCESS** \
1722
+ * **FAILURE**
1723
+ */
1724
+ export declare type SegmentStatusEnum = string;
1725
+ /** Known values of {@link WorkloadNetworkSegmentProvisioningState} that the service accepts. */
1726
+ export declare enum KnownWorkloadNetworkSegmentProvisioningState {
1727
+ Succeeded = "Succeeded",
1728
+ Failed = "Failed",
1729
+ Building = "Building",
1730
+ Deleting = "Deleting",
1731
+ Updating = "Updating"
1732
+ }
1733
+ /**
1734
+ * Defines values for WorkloadNetworkSegmentProvisioningState. \
1735
+ * {@link KnownWorkloadNetworkSegmentProvisioningState} can be used interchangeably with WorkloadNetworkSegmentProvisioningState,
1736
+ * this enum contains the known values that the service supports.
1737
+ * ### Known values supported by the service
1738
+ * **Succeeded** \
1739
+ * **Failed** \
1740
+ * **Building** \
1741
+ * **Deleting** \
1742
+ * **Updating**
1743
+ */
1744
+ export declare type WorkloadNetworkSegmentProvisioningState = string;
1745
+ /** Known values of {@link DhcpTypeEnum} that the service accepts. */
1746
+ export declare enum KnownDhcpTypeEnum {
1747
+ Server = "SERVER",
1748
+ Relay = "RELAY"
1749
+ }
1750
+ /**
1751
+ * Defines values for DhcpTypeEnum. \
1752
+ * {@link KnownDhcpTypeEnum} can be used interchangeably with DhcpTypeEnum,
1753
+ * this enum contains the known values that the service supports.
1754
+ * ### Known values supported by the service
1755
+ * **SERVER** \
1756
+ * **RELAY**
1757
+ */
1758
+ export declare type DhcpTypeEnum = string;
1759
+ /** Known values of {@link WorkloadNetworkDhcpProvisioningState} that the service accepts. */
1760
+ export declare enum KnownWorkloadNetworkDhcpProvisioningState {
1761
+ Succeeded = "Succeeded",
1762
+ Failed = "Failed",
1763
+ Building = "Building",
1764
+ Deleting = "Deleting",
1765
+ Updating = "Updating"
1766
+ }
1767
+ /**
1768
+ * Defines values for WorkloadNetworkDhcpProvisioningState. \
1769
+ * {@link KnownWorkloadNetworkDhcpProvisioningState} can be used interchangeably with WorkloadNetworkDhcpProvisioningState,
1770
+ * this enum contains the known values that the service supports.
1771
+ * ### Known values supported by the service
1772
+ * **Succeeded** \
1773
+ * **Failed** \
1774
+ * **Building** \
1775
+ * **Deleting** \
1776
+ * **Updating**
1777
+ */
1778
+ export declare type WorkloadNetworkDhcpProvisioningState = string;
1779
+ /** Known values of {@link PortMirroringDirectionEnum} that the service accepts. */
1780
+ export declare enum KnownPortMirroringDirectionEnum {
1781
+ Ingress = "INGRESS",
1782
+ Egress = "EGRESS",
1783
+ Bidirectional = "BIDIRECTIONAL"
1784
+ }
1785
+ /**
1786
+ * Defines values for PortMirroringDirectionEnum. \
1787
+ * {@link KnownPortMirroringDirectionEnum} can be used interchangeably with PortMirroringDirectionEnum,
1788
+ * this enum contains the known values that the service supports.
1789
+ * ### Known values supported by the service
1790
+ * **INGRESS** \
1791
+ * **EGRESS** \
1792
+ * **BIDIRECTIONAL**
1793
+ */
1794
+ export declare type PortMirroringDirectionEnum = string;
1795
+ /** Known values of {@link PortMirroringStatusEnum} that the service accepts. */
1796
+ export declare enum KnownPortMirroringStatusEnum {
1797
+ Success = "SUCCESS",
1798
+ Failure = "FAILURE"
1799
+ }
1800
+ /**
1801
+ * Defines values for PortMirroringStatusEnum. \
1802
+ * {@link KnownPortMirroringStatusEnum} can be used interchangeably with PortMirroringStatusEnum,
1803
+ * this enum contains the known values that the service supports.
1804
+ * ### Known values supported by the service
1805
+ * **SUCCESS** \
1806
+ * **FAILURE**
1807
+ */
1808
+ export declare type PortMirroringStatusEnum = string;
1809
+ /** Known values of {@link WorkloadNetworkPortMirroringProvisioningState} that the service accepts. */
1810
+ export declare enum KnownWorkloadNetworkPortMirroringProvisioningState {
1811
+ Succeeded = "Succeeded",
1812
+ Failed = "Failed",
1813
+ Building = "Building",
1814
+ Deleting = "Deleting",
1815
+ Updating = "Updating"
1816
+ }
1817
+ /**
1818
+ * Defines values for WorkloadNetworkPortMirroringProvisioningState. \
1819
+ * {@link KnownWorkloadNetworkPortMirroringProvisioningState} can be used interchangeably with WorkloadNetworkPortMirroringProvisioningState,
1820
+ * this enum contains the known values that the service supports.
1821
+ * ### Known values supported by the service
1822
+ * **Succeeded** \
1823
+ * **Failed** \
1824
+ * **Building** \
1825
+ * **Deleting** \
1826
+ * **Updating**
1827
+ */
1828
+ export declare type WorkloadNetworkPortMirroringProvisioningState = string;
1829
+ /** Known values of {@link VMGroupStatusEnum} that the service accepts. */
1830
+ export declare enum KnownVMGroupStatusEnum {
1831
+ Success = "SUCCESS",
1832
+ Failure = "FAILURE"
1833
+ }
1834
+ /**
1835
+ * Defines values for VMGroupStatusEnum. \
1836
+ * {@link KnownVMGroupStatusEnum} can be used interchangeably with VMGroupStatusEnum,
1837
+ * this enum contains the known values that the service supports.
1838
+ * ### Known values supported by the service
1839
+ * **SUCCESS** \
1840
+ * **FAILURE**
1841
+ */
1842
+ export declare type VMGroupStatusEnum = string;
1843
+ /** Known values of {@link WorkloadNetworkVMGroupProvisioningState} that the service accepts. */
1844
+ export declare enum KnownWorkloadNetworkVMGroupProvisioningState {
1845
+ Succeeded = "Succeeded",
1846
+ Failed = "Failed",
1847
+ Building = "Building",
1848
+ Deleting = "Deleting",
1849
+ Updating = "Updating"
1850
+ }
1851
+ /**
1852
+ * Defines values for WorkloadNetworkVMGroupProvisioningState. \
1853
+ * {@link KnownWorkloadNetworkVMGroupProvisioningState} can be used interchangeably with WorkloadNetworkVMGroupProvisioningState,
1854
+ * this enum contains the known values that the service supports.
1855
+ * ### Known values supported by the service
1856
+ * **Succeeded** \
1857
+ * **Failed** \
1858
+ * **Building** \
1859
+ * **Deleting** \
1860
+ * **Updating**
1861
+ */
1862
+ export declare type WorkloadNetworkVMGroupProvisioningState = string;
1863
+ /** Known values of {@link VMTypeEnum} that the service accepts. */
1864
+ export declare enum KnownVMTypeEnum {
1865
+ Regular = "REGULAR",
1866
+ Edge = "EDGE",
1867
+ Service = "SERVICE"
1868
+ }
1869
+ /**
1870
+ * Defines values for VMTypeEnum. \
1871
+ * {@link KnownVMTypeEnum} can be used interchangeably with VMTypeEnum,
1872
+ * this enum contains the known values that the service supports.
1873
+ * ### Known values supported by the service
1874
+ * **REGULAR** \
1875
+ * **EDGE** \
1876
+ * **SERVICE**
1877
+ */
1878
+ export declare type VMTypeEnum = string;
1879
+ /** Known values of {@link DnsServiceLogLevelEnum} that the service accepts. */
1880
+ export declare enum KnownDnsServiceLogLevelEnum {
1881
+ Debug = "DEBUG",
1882
+ Info = "INFO",
1883
+ Warning = "WARNING",
1884
+ Error = "ERROR",
1885
+ Fatal = "FATAL"
1886
+ }
1887
+ /**
1888
+ * Defines values for DnsServiceLogLevelEnum. \
1889
+ * {@link KnownDnsServiceLogLevelEnum} can be used interchangeably with DnsServiceLogLevelEnum,
1890
+ * this enum contains the known values that the service supports.
1891
+ * ### Known values supported by the service
1892
+ * **DEBUG** \
1893
+ * **INFO** \
1894
+ * **WARNING** \
1895
+ * **ERROR** \
1896
+ * **FATAL**
1897
+ */
1898
+ export declare type DnsServiceLogLevelEnum = string;
1899
+ /** Known values of {@link DnsServiceStatusEnum} that the service accepts. */
1900
+ export declare enum KnownDnsServiceStatusEnum {
1901
+ Success = "SUCCESS",
1902
+ Failure = "FAILURE"
1903
+ }
1904
+ /**
1905
+ * Defines values for DnsServiceStatusEnum. \
1906
+ * {@link KnownDnsServiceStatusEnum} can be used interchangeably with DnsServiceStatusEnum,
1907
+ * this enum contains the known values that the service supports.
1908
+ * ### Known values supported by the service
1909
+ * **SUCCESS** \
1910
+ * **FAILURE**
1911
+ */
1912
+ export declare type DnsServiceStatusEnum = string;
1913
+ /** Known values of {@link WorkloadNetworkDnsServiceProvisioningState} that the service accepts. */
1914
+ export declare enum KnownWorkloadNetworkDnsServiceProvisioningState {
1915
+ Succeeded = "Succeeded",
1916
+ Failed = "Failed",
1917
+ Building = "Building",
1918
+ Deleting = "Deleting",
1919
+ Updating = "Updating"
1920
+ }
1921
+ /**
1922
+ * Defines values for WorkloadNetworkDnsServiceProvisioningState. \
1923
+ * {@link KnownWorkloadNetworkDnsServiceProvisioningState} can be used interchangeably with WorkloadNetworkDnsServiceProvisioningState,
1924
+ * this enum contains the known values that the service supports.
1925
+ * ### Known values supported by the service
1926
+ * **Succeeded** \
1927
+ * **Failed** \
1928
+ * **Building** \
1929
+ * **Deleting** \
1930
+ * **Updating**
1931
+ */
1932
+ export declare type WorkloadNetworkDnsServiceProvisioningState = string;
1933
+ /** Known values of {@link WorkloadNetworkDnsZoneProvisioningState} that the service accepts. */
1934
+ export declare enum KnownWorkloadNetworkDnsZoneProvisioningState {
1935
+ Succeeded = "Succeeded",
1936
+ Failed = "Failed",
1937
+ Building = "Building",
1938
+ Deleting = "Deleting",
1939
+ Updating = "Updating"
1940
+ }
1941
+ /**
1942
+ * Defines values for WorkloadNetworkDnsZoneProvisioningState. \
1943
+ * {@link KnownWorkloadNetworkDnsZoneProvisioningState} can be used interchangeably with WorkloadNetworkDnsZoneProvisioningState,
1944
+ * this enum contains the known values that the service supports.
1945
+ * ### Known values supported by the service
1946
+ * **Succeeded** \
1947
+ * **Failed** \
1948
+ * **Building** \
1949
+ * **Deleting** \
1950
+ * **Updating**
1951
+ */
1952
+ export declare type WorkloadNetworkDnsZoneProvisioningState = string;
1953
+ /** Known values of {@link WorkloadNetworkPublicIPProvisioningState} that the service accepts. */
1954
+ export declare enum KnownWorkloadNetworkPublicIPProvisioningState {
1955
+ Succeeded = "Succeeded",
1956
+ Failed = "Failed",
1957
+ Building = "Building",
1958
+ Deleting = "Deleting",
1959
+ Updating = "Updating"
1960
+ }
1961
+ /**
1962
+ * Defines values for WorkloadNetworkPublicIPProvisioningState. \
1963
+ * {@link KnownWorkloadNetworkPublicIPProvisioningState} can be used interchangeably with WorkloadNetworkPublicIPProvisioningState,
1964
+ * this enum contains the known values that the service supports.
1965
+ * ### Known values supported by the service
1966
+ * **Succeeded** \
1967
+ * **Failed** \
1968
+ * **Building** \
1969
+ * **Deleting** \
1970
+ * **Updating**
1971
+ */
1972
+ export declare type WorkloadNetworkPublicIPProvisioningState = string;
1973
+ /** Known values of {@link CloudLinkStatus} that the service accepts. */
1974
+ export declare enum KnownCloudLinkStatus {
1975
+ Active = "Active",
1976
+ Building = "Building",
1977
+ Deleting = "Deleting",
1978
+ Failed = "Failed",
1979
+ Disconnected = "Disconnected"
1980
+ }
1981
+ /**
1982
+ * Defines values for CloudLinkStatus. \
1983
+ * {@link KnownCloudLinkStatus} can be used interchangeably with CloudLinkStatus,
1984
+ * this enum contains the known values that the service supports.
1985
+ * ### Known values supported by the service
1986
+ * **Active** \
1987
+ * **Building** \
1988
+ * **Deleting** \
1989
+ * **Failed** \
1990
+ * **Disconnected**
1991
+ */
1992
+ export declare type CloudLinkStatus = string;
1993
+ /** Known values of {@link AddonType} that the service accepts. */
1994
+ export declare enum KnownAddonType {
1995
+ SRM = "SRM",
1996
+ VR = "VR",
1997
+ HCX = "HCX"
1998
+ }
1999
+ /**
2000
+ * Defines values for AddonType. \
2001
+ * {@link KnownAddonType} can be used interchangeably with AddonType,
2002
+ * this enum contains the known values that the service supports.
2003
+ * ### Known values supported by the service
2004
+ * **SRM** \
2005
+ * **VR** \
2006
+ * **HCX**
2007
+ */
2008
+ export declare type AddonType = string;
2009
+ /** Known values of {@link AddonProvisioningState} that the service accepts. */
2010
+ export declare enum KnownAddonProvisioningState {
2011
+ Succeeded = "Succeeded",
2012
+ Failed = "Failed",
2013
+ Cancelled = "Cancelled",
2014
+ Building = "Building",
2015
+ Deleting = "Deleting",
2016
+ Updating = "Updating"
2017
+ }
2018
+ /**
2019
+ * Defines values for AddonProvisioningState. \
2020
+ * {@link KnownAddonProvisioningState} can be used interchangeably with AddonProvisioningState,
2021
+ * this enum contains the known values that the service supports.
2022
+ * ### Known values supported by the service
2023
+ * **Succeeded** \
2024
+ * **Failed** \
2025
+ * **Cancelled** \
2026
+ * **Building** \
2027
+ * **Deleting** \
2028
+ * **Updating**
2029
+ */
2030
+ export declare type AddonProvisioningState = string;
2031
+ /** Known values of {@link VirtualMachineRestrictMovementState} that the service accepts. */
2032
+ export declare enum KnownVirtualMachineRestrictMovementState {
2033
+ Enabled = "Enabled",
2034
+ Disabled = "Disabled"
2035
+ }
2036
+ /**
2037
+ * Defines values for VirtualMachineRestrictMovementState. \
2038
+ * {@link KnownVirtualMachineRestrictMovementState} can be used interchangeably with VirtualMachineRestrictMovementState,
2039
+ * this enum contains the known values that the service supports.
2040
+ * ### Known values supported by the service
2041
+ * **Enabled** \
2042
+ * **Disabled**
2043
+ */
2044
+ export declare type VirtualMachineRestrictMovementState = string;
2045
+ /** Known values of {@link PlacementPolicyType} that the service accepts. */
2046
+ export declare enum KnownPlacementPolicyType {
2047
+ VmVm = "VmVm",
2048
+ VmHost = "VmHost"
2049
+ }
2050
+ /**
2051
+ * Defines values for PlacementPolicyType. \
2052
+ * {@link KnownPlacementPolicyType} can be used interchangeably with PlacementPolicyType,
2053
+ * this enum contains the known values that the service supports.
2054
+ * ### Known values supported by the service
2055
+ * **VmVm** \
2056
+ * **VmHost**
2057
+ */
2058
+ export declare type PlacementPolicyType = string;
2059
+ /** Known values of {@link PlacementPolicyState} that the service accepts. */
2060
+ export declare enum KnownPlacementPolicyState {
2061
+ Enabled = "Enabled",
2062
+ Disabled = "Disabled"
2063
+ }
2064
+ /**
2065
+ * Defines values for PlacementPolicyState. \
2066
+ * {@link KnownPlacementPolicyState} can be used interchangeably with PlacementPolicyState,
2067
+ * this enum contains the known values that the service supports.
2068
+ * ### Known values supported by the service
2069
+ * **Enabled** \
2070
+ * **Disabled**
2071
+ */
2072
+ export declare type PlacementPolicyState = string;
2073
+ /** Known values of {@link PlacementPolicyProvisioningState} that the service accepts. */
2074
+ export declare enum KnownPlacementPolicyProvisioningState {
2075
+ Succeeded = "Succeeded",
2076
+ Failed = "Failed",
2077
+ Building = "Building",
2078
+ Deleting = "Deleting",
2079
+ Updating = "Updating"
2080
+ }
2081
+ /**
2082
+ * Defines values for PlacementPolicyProvisioningState. \
2083
+ * {@link KnownPlacementPolicyProvisioningState} can be used interchangeably with PlacementPolicyProvisioningState,
2084
+ * this enum contains the known values that the service supports.
2085
+ * ### Known values supported by the service
2086
+ * **Succeeded** \
2087
+ * **Failed** \
2088
+ * **Building** \
2089
+ * **Deleting** \
2090
+ * **Updating**
2091
+ */
2092
+ export declare type PlacementPolicyProvisioningState = string;
2093
+ /** Known values of {@link ScriptParameterTypes} that the service accepts. */
2094
+ export declare enum KnownScriptParameterTypes {
2095
+ String = "String",
2096
+ SecureString = "SecureString",
2097
+ Credential = "Credential",
2098
+ Int = "Int",
2099
+ Bool = "Bool",
2100
+ Float = "Float"
2101
+ }
2102
+ /**
2103
+ * Defines values for ScriptParameterTypes. \
2104
+ * {@link KnownScriptParameterTypes} can be used interchangeably with ScriptParameterTypes,
2105
+ * this enum contains the known values that the service supports.
2106
+ * ### Known values supported by the service
2107
+ * **String** \
2108
+ * **SecureString** \
2109
+ * **Credential** \
2110
+ * **Int** \
2111
+ * **Bool** \
2112
+ * **Float**
2113
+ */
2114
+ export declare type ScriptParameterTypes = string;
2115
+ /** Known values of {@link VisibilityParameterEnum} that the service accepts. */
2116
+ export declare enum KnownVisibilityParameterEnum {
2117
+ Visible = "Visible",
2118
+ Hidden = "Hidden"
2119
+ }
2120
+ /**
2121
+ * Defines values for VisibilityParameterEnum. \
2122
+ * {@link KnownVisibilityParameterEnum} can be used interchangeably with VisibilityParameterEnum,
2123
+ * this enum contains the known values that the service supports.
2124
+ * ### Known values supported by the service
2125
+ * **Visible** \
2126
+ * **Hidden**
2127
+ */
2128
+ export declare type VisibilityParameterEnum = string;
2129
+ /** Known values of {@link OptionalParamEnum} that the service accepts. */
2130
+ export declare enum KnownOptionalParamEnum {
2131
+ Optional = "Optional",
2132
+ Required = "Required"
2133
+ }
2134
+ /**
2135
+ * Defines values for OptionalParamEnum. \
2136
+ * {@link KnownOptionalParamEnum} can be used interchangeably with OptionalParamEnum,
2137
+ * this enum contains the known values that the service supports.
2138
+ * ### Known values supported by the service
2139
+ * **Optional** \
2140
+ * **Required**
2141
+ */
2142
+ export declare type OptionalParamEnum = string;
2143
+ /** Known values of {@link ScriptExecutionParameterType} that the service accepts. */
2144
+ export declare enum KnownScriptExecutionParameterType {
2145
+ Value = "Value",
2146
+ SecureValue = "SecureValue",
2147
+ Credential = "Credential"
2148
+ }
2149
+ /**
2150
+ * Defines values for ScriptExecutionParameterType. \
2151
+ * {@link KnownScriptExecutionParameterType} can be used interchangeably with ScriptExecutionParameterType,
2152
+ * this enum contains the known values that the service supports.
2153
+ * ### Known values supported by the service
2154
+ * **Value** \
2155
+ * **SecureValue** \
2156
+ * **Credential**
2157
+ */
2158
+ export declare type ScriptExecutionParameterType = string;
2159
+ /** Known values of {@link ScriptExecutionProvisioningState} that the service accepts. */
2160
+ export declare enum KnownScriptExecutionProvisioningState {
2161
+ Pending = "Pending",
2162
+ Running = "Running",
2163
+ Succeeded = "Succeeded",
2164
+ Failed = "Failed",
2165
+ Cancelling = "Cancelling",
2166
+ Cancelled = "Cancelled",
2167
+ Deleting = "Deleting"
2168
+ }
2169
+ /**
2170
+ * Defines values for ScriptExecutionProvisioningState. \
2171
+ * {@link KnownScriptExecutionProvisioningState} can be used interchangeably with ScriptExecutionProvisioningState,
2172
+ * this enum contains the known values that the service supports.
2173
+ * ### Known values supported by the service
2174
+ * **Pending** \
2175
+ * **Running** \
2176
+ * **Succeeded** \
2177
+ * **Failed** \
2178
+ * **Cancelling** \
2179
+ * **Cancelled** \
2180
+ * **Deleting**
2181
+ */
2182
+ export declare type ScriptExecutionProvisioningState = string;
2183
+ /** Known values of {@link ScriptOutputStreamType} that the service accepts. */
2184
+ export declare enum KnownScriptOutputStreamType {
2185
+ Information = "Information",
2186
+ Warning = "Warning",
2187
+ Output = "Output",
2188
+ Error = "Error"
2189
+ }
2190
+ /**
2191
+ * Defines values for ScriptOutputStreamType. \
2192
+ * {@link KnownScriptOutputStreamType} can be used interchangeably with ScriptOutputStreamType,
2193
+ * this enum contains the known values that the service supports.
2194
+ * ### Known values supported by the service
2195
+ * **Information** \
2196
+ * **Warning** \
2197
+ * **Output** \
2198
+ * **Error**
2199
+ */
2200
+ export declare type ScriptOutputStreamType = string;
2201
+ /** Known values of {@link AffinityType} that the service accepts. */
2202
+ export declare enum KnownAffinityType {
2203
+ Affinity = "Affinity",
2204
+ AntiAffinity = "AntiAffinity"
2205
+ }
2206
+ /**
2207
+ * Defines values for AffinityType. \
2208
+ * {@link KnownAffinityType} can be used interchangeably with AffinityType,
2209
+ * this enum contains the known values that the service supports.
2210
+ * ### Known values supported by the service
2211
+ * **Affinity** \
2212
+ * **AntiAffinity**
2213
+ */
2214
+ export declare type AffinityType = string;
2215
+ /** Optional parameters. */
2216
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
2217
+ }
2218
+ /** Contains response data for the list operation. */
2219
+ export declare type OperationsListResponse = OperationList;
2220
+ /** Optional parameters. */
2221
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2222
+ }
2223
+ /** Contains response data for the listNext operation. */
2224
+ export declare type OperationsListNextResponse = OperationList;
2225
+ /** Optional parameters. */
2226
+ export interface LocationsCheckTrialAvailabilityOptionalParams extends coreClient.OperationOptions {
2227
+ }
2228
+ /** Contains response data for the checkTrialAvailability operation. */
2229
+ export declare type LocationsCheckTrialAvailabilityResponse = Trial;
2230
+ /** Optional parameters. */
2231
+ export interface LocationsCheckQuotaAvailabilityOptionalParams extends coreClient.OperationOptions {
2232
+ }
2233
+ /** Contains response data for the checkQuotaAvailability operation. */
2234
+ export declare type LocationsCheckQuotaAvailabilityResponse = Quota;
2235
+ /** Optional parameters. */
2236
+ export interface PrivateCloudsListOptionalParams extends coreClient.OperationOptions {
2237
+ }
2238
+ /** Contains response data for the list operation. */
2239
+ export declare type PrivateCloudsListResponse = PrivateCloudList;
2240
+ /** Optional parameters. */
2241
+ export interface PrivateCloudsListInSubscriptionOptionalParams extends coreClient.OperationOptions {
2242
+ }
2243
+ /** Contains response data for the listInSubscription operation. */
2244
+ export declare type PrivateCloudsListInSubscriptionResponse = PrivateCloudList;
2245
+ /** Optional parameters. */
2246
+ export interface PrivateCloudsGetOptionalParams extends coreClient.OperationOptions {
2247
+ }
2248
+ /** Contains response data for the get operation. */
2249
+ export declare type PrivateCloudsGetResponse = PrivateCloud;
2250
+ /** Optional parameters. */
2251
+ export interface PrivateCloudsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2252
+ /** Delay to wait until next poll, in milliseconds. */
2253
+ updateIntervalInMs?: number;
2254
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2255
+ resumeFrom?: string;
2256
+ }
2257
+ /** Contains response data for the createOrUpdate operation. */
2258
+ export declare type PrivateCloudsCreateOrUpdateResponse = PrivateCloud;
2259
+ /** Optional parameters. */
2260
+ export interface PrivateCloudsUpdateOptionalParams extends coreClient.OperationOptions {
2261
+ /** Delay to wait until next poll, in milliseconds. */
2262
+ updateIntervalInMs?: number;
2263
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2264
+ resumeFrom?: string;
2265
+ }
2266
+ /** Contains response data for the update operation. */
2267
+ export declare type PrivateCloudsUpdateResponse = PrivateCloud;
2268
+ /** Optional parameters. */
2269
+ export interface PrivateCloudsDeleteOptionalParams extends coreClient.OperationOptions {
2270
+ /** Delay to wait until next poll, in milliseconds. */
2271
+ updateIntervalInMs?: number;
2272
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2273
+ resumeFrom?: string;
2274
+ }
2275
+ /** Optional parameters. */
2276
+ export interface PrivateCloudsRotateVcenterPasswordOptionalParams extends coreClient.OperationOptions {
2277
+ /** Delay to wait until next poll, in milliseconds. */
2278
+ updateIntervalInMs?: number;
2279
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2280
+ resumeFrom?: string;
2281
+ }
2282
+ /** Optional parameters. */
2283
+ export interface PrivateCloudsRotateNsxtPasswordOptionalParams extends coreClient.OperationOptions {
2284
+ /** Delay to wait until next poll, in milliseconds. */
2285
+ updateIntervalInMs?: number;
2286
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2287
+ resumeFrom?: string;
2288
+ }
2289
+ /** Optional parameters. */
2290
+ export interface PrivateCloudsListAdminCredentialsOptionalParams extends coreClient.OperationOptions {
2291
+ }
2292
+ /** Contains response data for the listAdminCredentials operation. */
2293
+ export declare type PrivateCloudsListAdminCredentialsResponse = AdminCredentials;
2294
+ /** Optional parameters. */
2295
+ export interface PrivateCloudsListNextOptionalParams extends coreClient.OperationOptions {
2296
+ }
2297
+ /** Contains response data for the listNext operation. */
2298
+ export declare type PrivateCloudsListNextResponse = PrivateCloudList;
2299
+ /** Optional parameters. */
2300
+ export interface PrivateCloudsListInSubscriptionNextOptionalParams extends coreClient.OperationOptions {
2301
+ }
2302
+ /** Contains response data for the listInSubscriptionNext operation. */
2303
+ export declare type PrivateCloudsListInSubscriptionNextResponse = PrivateCloudList;
2304
+ /** Optional parameters. */
2305
+ export interface ClustersListOptionalParams extends coreClient.OperationOptions {
2306
+ }
2307
+ /** Contains response data for the list operation. */
2308
+ export declare type ClustersListResponse = ClusterList;
2309
+ /** Optional parameters. */
2310
+ export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
2311
+ }
2312
+ /** Contains response data for the get operation. */
2313
+ export declare type ClustersGetResponse = Cluster;
2314
+ /** Optional parameters. */
2315
+ export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2316
+ /** Delay to wait until next poll, in milliseconds. */
2317
+ updateIntervalInMs?: number;
2318
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2319
+ resumeFrom?: string;
2320
+ }
2321
+ /** Contains response data for the createOrUpdate operation. */
2322
+ export declare type ClustersCreateOrUpdateResponse = Cluster;
2323
+ /** Optional parameters. */
2324
+ export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
2325
+ /** Delay to wait until next poll, in milliseconds. */
2326
+ updateIntervalInMs?: number;
2327
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2328
+ resumeFrom?: string;
2329
+ }
2330
+ /** Contains response data for the update operation. */
2331
+ export declare type ClustersUpdateResponse = Cluster;
2332
+ /** Optional parameters. */
2333
+ export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
2334
+ /** Delay to wait until next poll, in milliseconds. */
2335
+ updateIntervalInMs?: number;
2336
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2337
+ resumeFrom?: string;
2338
+ }
2339
+ /** Optional parameters. */
2340
+ export interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
2341
+ }
2342
+ /** Contains response data for the listNext operation. */
2343
+ export declare type ClustersListNextResponse = ClusterList;
2344
+ /** Optional parameters. */
2345
+ export interface DatastoresListOptionalParams extends coreClient.OperationOptions {
2346
+ }
2347
+ /** Contains response data for the list operation. */
2348
+ export declare type DatastoresListResponse = DatastoreList;
2349
+ /** Optional parameters. */
2350
+ export interface DatastoresGetOptionalParams extends coreClient.OperationOptions {
2351
+ }
2352
+ /** Contains response data for the get operation. */
2353
+ export declare type DatastoresGetResponse = Datastore;
2354
+ /** Optional parameters. */
2355
+ export interface DatastoresCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2356
+ /** Delay to wait until next poll, in milliseconds. */
2357
+ updateIntervalInMs?: number;
2358
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2359
+ resumeFrom?: string;
2360
+ }
2361
+ /** Contains response data for the createOrUpdate operation. */
2362
+ export declare type DatastoresCreateOrUpdateResponse = Datastore;
2363
+ /** Optional parameters. */
2364
+ export interface DatastoresDeleteOptionalParams extends coreClient.OperationOptions {
2365
+ /** Delay to wait until next poll, in milliseconds. */
2366
+ updateIntervalInMs?: number;
2367
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2368
+ resumeFrom?: string;
2369
+ }
2370
+ /** Optional parameters. */
2371
+ export interface DatastoresListNextOptionalParams extends coreClient.OperationOptions {
2372
+ }
2373
+ /** Contains response data for the listNext operation. */
2374
+ export declare type DatastoresListNextResponse = DatastoreList;
2375
+ /** Optional parameters. */
2376
+ export interface HcxEnterpriseSitesListOptionalParams extends coreClient.OperationOptions {
2377
+ }
2378
+ /** Contains response data for the list operation. */
2379
+ export declare type HcxEnterpriseSitesListResponse = HcxEnterpriseSiteList;
2380
+ /** Optional parameters. */
2381
+ export interface HcxEnterpriseSitesGetOptionalParams extends coreClient.OperationOptions {
2382
+ }
2383
+ /** Contains response data for the get operation. */
2384
+ export declare type HcxEnterpriseSitesGetResponse = HcxEnterpriseSite;
2385
+ /** Optional parameters. */
2386
+ export interface HcxEnterpriseSitesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2387
+ }
2388
+ /** Contains response data for the createOrUpdate operation. */
2389
+ export declare type HcxEnterpriseSitesCreateOrUpdateResponse = HcxEnterpriseSite;
2390
+ /** Optional parameters. */
2391
+ export interface HcxEnterpriseSitesDeleteOptionalParams extends coreClient.OperationOptions {
2392
+ }
2393
+ /** Optional parameters. */
2394
+ export interface HcxEnterpriseSitesListNextOptionalParams extends coreClient.OperationOptions {
2395
+ }
2396
+ /** Contains response data for the listNext operation. */
2397
+ export declare type HcxEnterpriseSitesListNextResponse = HcxEnterpriseSiteList;
2398
+ /** Optional parameters. */
2399
+ export interface AuthorizationsListOptionalParams extends coreClient.OperationOptions {
2400
+ }
2401
+ /** Contains response data for the list operation. */
2402
+ export declare type AuthorizationsListResponse = ExpressRouteAuthorizationList;
2403
+ /** Optional parameters. */
2404
+ export interface AuthorizationsGetOptionalParams extends coreClient.OperationOptions {
2405
+ }
2406
+ /** Contains response data for the get operation. */
2407
+ export declare type AuthorizationsGetResponse = ExpressRouteAuthorization;
2408
+ /** Optional parameters. */
2409
+ export interface AuthorizationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2410
+ /** Delay to wait until next poll, in milliseconds. */
2411
+ updateIntervalInMs?: number;
2412
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2413
+ resumeFrom?: string;
2414
+ }
2415
+ /** Contains response data for the createOrUpdate operation. */
2416
+ export declare type AuthorizationsCreateOrUpdateResponse = ExpressRouteAuthorization;
2417
+ /** Optional parameters. */
2418
+ export interface AuthorizationsDeleteOptionalParams extends coreClient.OperationOptions {
2419
+ /** Delay to wait until next poll, in milliseconds. */
2420
+ updateIntervalInMs?: number;
2421
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2422
+ resumeFrom?: string;
2423
+ }
2424
+ /** Optional parameters. */
2425
+ export interface AuthorizationsListNextOptionalParams extends coreClient.OperationOptions {
2426
+ }
2427
+ /** Contains response data for the listNext operation. */
2428
+ export declare type AuthorizationsListNextResponse = ExpressRouteAuthorizationList;
2429
+ /** Optional parameters. */
2430
+ export interface GlobalReachConnectionsListOptionalParams extends coreClient.OperationOptions {
2431
+ }
2432
+ /** Contains response data for the list operation. */
2433
+ export declare type GlobalReachConnectionsListResponse = GlobalReachConnectionList;
2434
+ /** Optional parameters. */
2435
+ export interface GlobalReachConnectionsGetOptionalParams extends coreClient.OperationOptions {
2436
+ }
2437
+ /** Contains response data for the get operation. */
2438
+ export declare type GlobalReachConnectionsGetResponse = GlobalReachConnection;
2439
+ /** Optional parameters. */
2440
+ export interface GlobalReachConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2441
+ /** Delay to wait until next poll, in milliseconds. */
2442
+ updateIntervalInMs?: number;
2443
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2444
+ resumeFrom?: string;
2445
+ }
2446
+ /** Contains response data for the createOrUpdate operation. */
2447
+ export declare type GlobalReachConnectionsCreateOrUpdateResponse = GlobalReachConnection;
2448
+ /** Optional parameters. */
2449
+ export interface GlobalReachConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
2450
+ /** Delay to wait until next poll, in milliseconds. */
2451
+ updateIntervalInMs?: number;
2452
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2453
+ resumeFrom?: string;
2454
+ }
2455
+ /** Optional parameters. */
2456
+ export interface GlobalReachConnectionsListNextOptionalParams extends coreClient.OperationOptions {
2457
+ }
2458
+ /** Contains response data for the listNext operation. */
2459
+ export declare type GlobalReachConnectionsListNextResponse = GlobalReachConnectionList;
2460
+ /** Optional parameters. */
2461
+ export interface WorkloadNetworksListSegmentsOptionalParams extends coreClient.OperationOptions {
2462
+ }
2463
+ /** Contains response data for the listSegments operation. */
2464
+ export declare type WorkloadNetworksListSegmentsResponse = WorkloadNetworkSegmentsList;
2465
+ /** Optional parameters. */
2466
+ export interface WorkloadNetworksGetSegmentOptionalParams extends coreClient.OperationOptions {
2467
+ }
2468
+ /** Contains response data for the getSegment operation. */
2469
+ export declare type WorkloadNetworksGetSegmentResponse = WorkloadNetworkSegment;
2470
+ /** Optional parameters. */
2471
+ export interface WorkloadNetworksCreateSegmentsOptionalParams extends coreClient.OperationOptions {
2472
+ /** Delay to wait until next poll, in milliseconds. */
2473
+ updateIntervalInMs?: number;
2474
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2475
+ resumeFrom?: string;
2476
+ }
2477
+ /** Contains response data for the createSegments operation. */
2478
+ export declare type WorkloadNetworksCreateSegmentsResponse = WorkloadNetworkSegment;
2479
+ /** Optional parameters. */
2480
+ export interface WorkloadNetworksUpdateSegmentsOptionalParams extends coreClient.OperationOptions {
2481
+ /** Delay to wait until next poll, in milliseconds. */
2482
+ updateIntervalInMs?: number;
2483
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2484
+ resumeFrom?: string;
2485
+ }
2486
+ /** Contains response data for the updateSegments operation. */
2487
+ export declare type WorkloadNetworksUpdateSegmentsResponse = WorkloadNetworkSegment;
2488
+ /** Optional parameters. */
2489
+ export interface WorkloadNetworksDeleteSegmentOptionalParams extends coreClient.OperationOptions {
2490
+ /** Delay to wait until next poll, in milliseconds. */
2491
+ updateIntervalInMs?: number;
2492
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2493
+ resumeFrom?: string;
2494
+ }
2495
+ /** Optional parameters. */
2496
+ export interface WorkloadNetworksListDhcpOptionalParams extends coreClient.OperationOptions {
2497
+ }
2498
+ /** Contains response data for the listDhcp operation. */
2499
+ export declare type WorkloadNetworksListDhcpResponse = WorkloadNetworkDhcpList;
2500
+ /** Optional parameters. */
2501
+ export interface WorkloadNetworksGetDhcpOptionalParams extends coreClient.OperationOptions {
2502
+ }
2503
+ /** Contains response data for the getDhcp operation. */
2504
+ export declare type WorkloadNetworksGetDhcpResponse = WorkloadNetworkDhcp;
2505
+ /** Optional parameters. */
2506
+ export interface WorkloadNetworksCreateDhcpOptionalParams extends coreClient.OperationOptions {
2507
+ /** Delay to wait until next poll, in milliseconds. */
2508
+ updateIntervalInMs?: number;
2509
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2510
+ resumeFrom?: string;
2511
+ }
2512
+ /** Contains response data for the createDhcp operation. */
2513
+ export declare type WorkloadNetworksCreateDhcpResponse = WorkloadNetworkDhcp;
2514
+ /** Optional parameters. */
2515
+ export interface WorkloadNetworksUpdateDhcpOptionalParams extends coreClient.OperationOptions {
2516
+ /** Delay to wait until next poll, in milliseconds. */
2517
+ updateIntervalInMs?: number;
2518
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2519
+ resumeFrom?: string;
2520
+ }
2521
+ /** Contains response data for the updateDhcp operation. */
2522
+ export declare type WorkloadNetworksUpdateDhcpResponse = WorkloadNetworkDhcp;
2523
+ /** Optional parameters. */
2524
+ export interface WorkloadNetworksDeleteDhcpOptionalParams extends coreClient.OperationOptions {
2525
+ /** Delay to wait until next poll, in milliseconds. */
2526
+ updateIntervalInMs?: number;
2527
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2528
+ resumeFrom?: string;
2529
+ }
2530
+ /** Optional parameters. */
2531
+ export interface WorkloadNetworksListGatewaysOptionalParams extends coreClient.OperationOptions {
2532
+ }
2533
+ /** Contains response data for the listGateways operation. */
2534
+ export declare type WorkloadNetworksListGatewaysResponse = WorkloadNetworkGatewayList;
2535
+ /** Optional parameters. */
2536
+ export interface WorkloadNetworksGetGatewayOptionalParams extends coreClient.OperationOptions {
2537
+ }
2538
+ /** Contains response data for the getGateway operation. */
2539
+ export declare type WorkloadNetworksGetGatewayResponse = WorkloadNetworkGateway;
2540
+ /** Optional parameters. */
2541
+ export interface WorkloadNetworksListPortMirroringOptionalParams extends coreClient.OperationOptions {
2542
+ }
2543
+ /** Contains response data for the listPortMirroring operation. */
2544
+ export declare type WorkloadNetworksListPortMirroringResponse = WorkloadNetworkPortMirroringList;
2545
+ /** Optional parameters. */
2546
+ export interface WorkloadNetworksGetPortMirroringOptionalParams extends coreClient.OperationOptions {
2547
+ }
2548
+ /** Contains response data for the getPortMirroring operation. */
2549
+ export declare type WorkloadNetworksGetPortMirroringResponse = WorkloadNetworkPortMirroring;
2550
+ /** Optional parameters. */
2551
+ export interface WorkloadNetworksCreatePortMirroringOptionalParams extends coreClient.OperationOptions {
2552
+ /** Delay to wait until next poll, in milliseconds. */
2553
+ updateIntervalInMs?: number;
2554
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2555
+ resumeFrom?: string;
2556
+ }
2557
+ /** Contains response data for the createPortMirroring operation. */
2558
+ export declare type WorkloadNetworksCreatePortMirroringResponse = WorkloadNetworkPortMirroring;
2559
+ /** Optional parameters. */
2560
+ export interface WorkloadNetworksUpdatePortMirroringOptionalParams extends coreClient.OperationOptions {
2561
+ /** Delay to wait until next poll, in milliseconds. */
2562
+ updateIntervalInMs?: number;
2563
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2564
+ resumeFrom?: string;
2565
+ }
2566
+ /** Contains response data for the updatePortMirroring operation. */
2567
+ export declare type WorkloadNetworksUpdatePortMirroringResponse = WorkloadNetworkPortMirroring;
2568
+ /** Optional parameters. */
2569
+ export interface WorkloadNetworksDeletePortMirroringOptionalParams extends coreClient.OperationOptions {
2570
+ /** Delay to wait until next poll, in milliseconds. */
2571
+ updateIntervalInMs?: number;
2572
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2573
+ resumeFrom?: string;
2574
+ }
2575
+ /** Optional parameters. */
2576
+ export interface WorkloadNetworksListVMGroupsOptionalParams extends coreClient.OperationOptions {
2577
+ }
2578
+ /** Contains response data for the listVMGroups operation. */
2579
+ export declare type WorkloadNetworksListVMGroupsResponse = WorkloadNetworkVMGroupsList;
2580
+ /** Optional parameters. */
2581
+ export interface WorkloadNetworksGetVMGroupOptionalParams extends coreClient.OperationOptions {
2582
+ }
2583
+ /** Contains response data for the getVMGroup operation. */
2584
+ export declare type WorkloadNetworksGetVMGroupResponse = WorkloadNetworkVMGroup;
2585
+ /** Optional parameters. */
2586
+ export interface WorkloadNetworksCreateVMGroupOptionalParams extends coreClient.OperationOptions {
2587
+ /** Delay to wait until next poll, in milliseconds. */
2588
+ updateIntervalInMs?: number;
2589
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2590
+ resumeFrom?: string;
2591
+ }
2592
+ /** Contains response data for the createVMGroup operation. */
2593
+ export declare type WorkloadNetworksCreateVMGroupResponse = WorkloadNetworkVMGroup;
2594
+ /** Optional parameters. */
2595
+ export interface WorkloadNetworksUpdateVMGroupOptionalParams extends coreClient.OperationOptions {
2596
+ /** Delay to wait until next poll, in milliseconds. */
2597
+ updateIntervalInMs?: number;
2598
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2599
+ resumeFrom?: string;
2600
+ }
2601
+ /** Contains response data for the updateVMGroup operation. */
2602
+ export declare type WorkloadNetworksUpdateVMGroupResponse = WorkloadNetworkVMGroup;
2603
+ /** Optional parameters. */
2604
+ export interface WorkloadNetworksDeleteVMGroupOptionalParams extends coreClient.OperationOptions {
2605
+ /** Delay to wait until next poll, in milliseconds. */
2606
+ updateIntervalInMs?: number;
2607
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2608
+ resumeFrom?: string;
2609
+ }
2610
+ /** Optional parameters. */
2611
+ export interface WorkloadNetworksListVirtualMachinesOptionalParams extends coreClient.OperationOptions {
2612
+ }
2613
+ /** Contains response data for the listVirtualMachines operation. */
2614
+ export declare type WorkloadNetworksListVirtualMachinesResponse = WorkloadNetworkVirtualMachinesList;
2615
+ /** Optional parameters. */
2616
+ export interface WorkloadNetworksGetVirtualMachineOptionalParams extends coreClient.OperationOptions {
2617
+ }
2618
+ /** Contains response data for the getVirtualMachine operation. */
2619
+ export declare type WorkloadNetworksGetVirtualMachineResponse = WorkloadNetworkVirtualMachine;
2620
+ /** Optional parameters. */
2621
+ export interface WorkloadNetworksListDnsServicesOptionalParams extends coreClient.OperationOptions {
2622
+ }
2623
+ /** Contains response data for the listDnsServices operation. */
2624
+ export declare type WorkloadNetworksListDnsServicesResponse = WorkloadNetworkDnsServicesList;
2625
+ /** Optional parameters. */
2626
+ export interface WorkloadNetworksGetDnsServiceOptionalParams extends coreClient.OperationOptions {
2627
+ }
2628
+ /** Contains response data for the getDnsService operation. */
2629
+ export declare type WorkloadNetworksGetDnsServiceResponse = WorkloadNetworkDnsService;
2630
+ /** Optional parameters. */
2631
+ export interface WorkloadNetworksCreateDnsServiceOptionalParams extends coreClient.OperationOptions {
2632
+ /** Delay to wait until next poll, in milliseconds. */
2633
+ updateIntervalInMs?: number;
2634
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2635
+ resumeFrom?: string;
2636
+ }
2637
+ /** Contains response data for the createDnsService operation. */
2638
+ export declare type WorkloadNetworksCreateDnsServiceResponse = WorkloadNetworkDnsService;
2639
+ /** Optional parameters. */
2640
+ export interface WorkloadNetworksUpdateDnsServiceOptionalParams extends coreClient.OperationOptions {
2641
+ /** Delay to wait until next poll, in milliseconds. */
2642
+ updateIntervalInMs?: number;
2643
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2644
+ resumeFrom?: string;
2645
+ }
2646
+ /** Contains response data for the updateDnsService operation. */
2647
+ export declare type WorkloadNetworksUpdateDnsServiceResponse = WorkloadNetworkDnsService;
2648
+ /** Optional parameters. */
2649
+ export interface WorkloadNetworksDeleteDnsServiceOptionalParams extends coreClient.OperationOptions {
2650
+ /** Delay to wait until next poll, in milliseconds. */
2651
+ updateIntervalInMs?: number;
2652
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2653
+ resumeFrom?: string;
2654
+ }
2655
+ /** Optional parameters. */
2656
+ export interface WorkloadNetworksListDnsZonesOptionalParams extends coreClient.OperationOptions {
2657
+ }
2658
+ /** Contains response data for the listDnsZones operation. */
2659
+ export declare type WorkloadNetworksListDnsZonesResponse = WorkloadNetworkDnsZonesList;
2660
+ /** Optional parameters. */
2661
+ export interface WorkloadNetworksGetDnsZoneOptionalParams extends coreClient.OperationOptions {
2662
+ }
2663
+ /** Contains response data for the getDnsZone operation. */
2664
+ export declare type WorkloadNetworksGetDnsZoneResponse = WorkloadNetworkDnsZone;
2665
+ /** Optional parameters. */
2666
+ export interface WorkloadNetworksCreateDnsZoneOptionalParams extends coreClient.OperationOptions {
2667
+ /** Delay to wait until next poll, in milliseconds. */
2668
+ updateIntervalInMs?: number;
2669
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2670
+ resumeFrom?: string;
2671
+ }
2672
+ /** Contains response data for the createDnsZone operation. */
2673
+ export declare type WorkloadNetworksCreateDnsZoneResponse = WorkloadNetworkDnsZone;
2674
+ /** Optional parameters. */
2675
+ export interface WorkloadNetworksUpdateDnsZoneOptionalParams extends coreClient.OperationOptions {
2676
+ /** Delay to wait until next poll, in milliseconds. */
2677
+ updateIntervalInMs?: number;
2678
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2679
+ resumeFrom?: string;
2680
+ }
2681
+ /** Contains response data for the updateDnsZone operation. */
2682
+ export declare type WorkloadNetworksUpdateDnsZoneResponse = WorkloadNetworkDnsZone;
2683
+ /** Optional parameters. */
2684
+ export interface WorkloadNetworksDeleteDnsZoneOptionalParams extends coreClient.OperationOptions {
2685
+ /** Delay to wait until next poll, in milliseconds. */
2686
+ updateIntervalInMs?: number;
2687
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2688
+ resumeFrom?: string;
2689
+ }
2690
+ /** Optional parameters. */
2691
+ export interface WorkloadNetworksListPublicIPsOptionalParams extends coreClient.OperationOptions {
2692
+ }
2693
+ /** Contains response data for the listPublicIPs operation. */
2694
+ export declare type WorkloadNetworksListPublicIPsResponse = WorkloadNetworkPublicIPsList;
2695
+ /** Optional parameters. */
2696
+ export interface WorkloadNetworksGetPublicIPOptionalParams extends coreClient.OperationOptions {
2697
+ }
2698
+ /** Contains response data for the getPublicIP operation. */
2699
+ export declare type WorkloadNetworksGetPublicIPResponse = WorkloadNetworkPublicIP;
2700
+ /** Optional parameters. */
2701
+ export interface WorkloadNetworksCreatePublicIPOptionalParams extends coreClient.OperationOptions {
2702
+ /** Delay to wait until next poll, in milliseconds. */
2703
+ updateIntervalInMs?: number;
2704
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2705
+ resumeFrom?: string;
2706
+ }
2707
+ /** Contains response data for the createPublicIP operation. */
2708
+ export declare type WorkloadNetworksCreatePublicIPResponse = WorkloadNetworkPublicIP;
2709
+ /** Optional parameters. */
2710
+ export interface WorkloadNetworksDeletePublicIPOptionalParams extends coreClient.OperationOptions {
2711
+ /** Delay to wait until next poll, in milliseconds. */
2712
+ updateIntervalInMs?: number;
2713
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2714
+ resumeFrom?: string;
2715
+ }
2716
+ /** Optional parameters. */
2717
+ export interface WorkloadNetworksListSegmentsNextOptionalParams extends coreClient.OperationOptions {
2718
+ }
2719
+ /** Contains response data for the listSegmentsNext operation. */
2720
+ export declare type WorkloadNetworksListSegmentsNextResponse = WorkloadNetworkSegmentsList;
2721
+ /** Optional parameters. */
2722
+ export interface WorkloadNetworksListDhcpNextOptionalParams extends coreClient.OperationOptions {
2723
+ }
2724
+ /** Contains response data for the listDhcpNext operation. */
2725
+ export declare type WorkloadNetworksListDhcpNextResponse = WorkloadNetworkDhcpList;
2726
+ /** Optional parameters. */
2727
+ export interface WorkloadNetworksListGatewaysNextOptionalParams extends coreClient.OperationOptions {
2728
+ }
2729
+ /** Contains response data for the listGatewaysNext operation. */
2730
+ export declare type WorkloadNetworksListGatewaysNextResponse = WorkloadNetworkGatewayList;
2731
+ /** Optional parameters. */
2732
+ export interface WorkloadNetworksListPortMirroringNextOptionalParams extends coreClient.OperationOptions {
2733
+ }
2734
+ /** Contains response data for the listPortMirroringNext operation. */
2735
+ export declare type WorkloadNetworksListPortMirroringNextResponse = WorkloadNetworkPortMirroringList;
2736
+ /** Optional parameters. */
2737
+ export interface WorkloadNetworksListVMGroupsNextOptionalParams extends coreClient.OperationOptions {
2738
+ }
2739
+ /** Contains response data for the listVMGroupsNext operation. */
2740
+ export declare type WorkloadNetworksListVMGroupsNextResponse = WorkloadNetworkVMGroupsList;
2741
+ /** Optional parameters. */
2742
+ export interface WorkloadNetworksListVirtualMachinesNextOptionalParams extends coreClient.OperationOptions {
2743
+ }
2744
+ /** Contains response data for the listVirtualMachinesNext operation. */
2745
+ export declare type WorkloadNetworksListVirtualMachinesNextResponse = WorkloadNetworkVirtualMachinesList;
2746
+ /** Optional parameters. */
2747
+ export interface WorkloadNetworksListDnsServicesNextOptionalParams extends coreClient.OperationOptions {
2748
+ }
2749
+ /** Contains response data for the listDnsServicesNext operation. */
2750
+ export declare type WorkloadNetworksListDnsServicesNextResponse = WorkloadNetworkDnsServicesList;
2751
+ /** Optional parameters. */
2752
+ export interface WorkloadNetworksListDnsZonesNextOptionalParams extends coreClient.OperationOptions {
2753
+ }
2754
+ /** Contains response data for the listDnsZonesNext operation. */
2755
+ export declare type WorkloadNetworksListDnsZonesNextResponse = WorkloadNetworkDnsZonesList;
2756
+ /** Optional parameters. */
2757
+ export interface WorkloadNetworksListPublicIPsNextOptionalParams extends coreClient.OperationOptions {
2758
+ }
2759
+ /** Contains response data for the listPublicIPsNext operation. */
2760
+ export declare type WorkloadNetworksListPublicIPsNextResponse = WorkloadNetworkPublicIPsList;
2761
+ /** Optional parameters. */
2762
+ export interface CloudLinksListOptionalParams extends coreClient.OperationOptions {
2763
+ }
2764
+ /** Contains response data for the list operation. */
2765
+ export declare type CloudLinksListResponse = CloudLinkList;
2766
+ /** Optional parameters. */
2767
+ export interface CloudLinksGetOptionalParams extends coreClient.OperationOptions {
2768
+ }
2769
+ /** Contains response data for the get operation. */
2770
+ export declare type CloudLinksGetResponse = CloudLink;
2771
+ /** Optional parameters. */
2772
+ export interface CloudLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2773
+ /** Delay to wait until next poll, in milliseconds. */
2774
+ updateIntervalInMs?: number;
2775
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2776
+ resumeFrom?: string;
2777
+ }
2778
+ /** Contains response data for the createOrUpdate operation. */
2779
+ export declare type CloudLinksCreateOrUpdateResponse = CloudLink;
2780
+ /** Optional parameters. */
2781
+ export interface CloudLinksDeleteOptionalParams extends coreClient.OperationOptions {
2782
+ /** Delay to wait until next poll, in milliseconds. */
2783
+ updateIntervalInMs?: number;
2784
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2785
+ resumeFrom?: string;
2786
+ }
2787
+ /** Optional parameters. */
2788
+ export interface CloudLinksListNextOptionalParams extends coreClient.OperationOptions {
2789
+ }
2790
+ /** Contains response data for the listNext operation. */
2791
+ export declare type CloudLinksListNextResponse = CloudLinkList;
2792
+ /** Optional parameters. */
2793
+ export interface AddonsListOptionalParams extends coreClient.OperationOptions {
2794
+ }
2795
+ /** Contains response data for the list operation. */
2796
+ export declare type AddonsListResponse = AddonList;
2797
+ /** Optional parameters. */
2798
+ export interface AddonsGetOptionalParams extends coreClient.OperationOptions {
2799
+ }
2800
+ /** Contains response data for the get operation. */
2801
+ export declare type AddonsGetResponse = Addon;
2802
+ /** Optional parameters. */
2803
+ export interface AddonsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2804
+ /** Delay to wait until next poll, in milliseconds. */
2805
+ updateIntervalInMs?: number;
2806
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2807
+ resumeFrom?: string;
2808
+ }
2809
+ /** Contains response data for the createOrUpdate operation. */
2810
+ export declare type AddonsCreateOrUpdateResponse = Addon;
2811
+ /** Optional parameters. */
2812
+ export interface AddonsDeleteOptionalParams extends coreClient.OperationOptions {
2813
+ /** Delay to wait until next poll, in milliseconds. */
2814
+ updateIntervalInMs?: number;
2815
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2816
+ resumeFrom?: string;
2817
+ }
2818
+ /** Optional parameters. */
2819
+ export interface AddonsListNextOptionalParams extends coreClient.OperationOptions {
2820
+ }
2821
+ /** Contains response data for the listNext operation. */
2822
+ export declare type AddonsListNextResponse = AddonList;
2823
+ /** Optional parameters. */
2824
+ export interface VirtualMachinesListOptionalParams extends coreClient.OperationOptions {
2825
+ }
2826
+ /** Contains response data for the list operation. */
2827
+ export declare type VirtualMachinesListResponse = VirtualMachinesList;
2828
+ /** Optional parameters. */
2829
+ export interface VirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
2830
+ }
2831
+ /** Contains response data for the get operation. */
2832
+ export declare type VirtualMachinesGetResponse = VirtualMachine;
2833
+ /** Optional parameters. */
2834
+ export interface VirtualMachinesRestrictMovementOptionalParams extends coreClient.OperationOptions {
2835
+ /** Delay to wait until next poll, in milliseconds. */
2836
+ updateIntervalInMs?: number;
2837
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2838
+ resumeFrom?: string;
2839
+ }
2840
+ /** Optional parameters. */
2841
+ export interface VirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
2842
+ }
2843
+ /** Contains response data for the listNext operation. */
2844
+ export declare type VirtualMachinesListNextResponse = VirtualMachinesList;
2845
+ /** Optional parameters. */
2846
+ export interface PlacementPoliciesListOptionalParams extends coreClient.OperationOptions {
2847
+ }
2848
+ /** Contains response data for the list operation. */
2849
+ export declare type PlacementPoliciesListResponse = PlacementPoliciesList;
2850
+ /** Optional parameters. */
2851
+ export interface PlacementPoliciesGetOptionalParams extends coreClient.OperationOptions {
2852
+ }
2853
+ /** Contains response data for the get operation. */
2854
+ export declare type PlacementPoliciesGetResponse = PlacementPolicy;
2855
+ /** Optional parameters. */
2856
+ export interface PlacementPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2857
+ /** Delay to wait until next poll, in milliseconds. */
2858
+ updateIntervalInMs?: number;
2859
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2860
+ resumeFrom?: string;
2861
+ }
2862
+ /** Contains response data for the createOrUpdate operation. */
2863
+ export declare type PlacementPoliciesCreateOrUpdateResponse = PlacementPolicy;
2864
+ /** Optional parameters. */
2865
+ export interface PlacementPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
2866
+ /** Delay to wait until next poll, in milliseconds. */
2867
+ updateIntervalInMs?: number;
2868
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2869
+ resumeFrom?: string;
2870
+ }
2871
+ /** Contains response data for the update operation. */
2872
+ export declare type PlacementPoliciesUpdateResponse = PlacementPolicy;
2873
+ /** Optional parameters. */
2874
+ export interface PlacementPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
2875
+ /** Delay to wait until next poll, in milliseconds. */
2876
+ updateIntervalInMs?: number;
2877
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2878
+ resumeFrom?: string;
2879
+ }
2880
+ /** Optional parameters. */
2881
+ export interface PlacementPoliciesListNextOptionalParams extends coreClient.OperationOptions {
2882
+ }
2883
+ /** Contains response data for the listNext operation. */
2884
+ export declare type PlacementPoliciesListNextResponse = PlacementPoliciesList;
2885
+ /** Optional parameters. */
2886
+ export interface ScriptPackagesListOptionalParams extends coreClient.OperationOptions {
2887
+ }
2888
+ /** Contains response data for the list operation. */
2889
+ export declare type ScriptPackagesListResponse = ScriptPackagesList;
2890
+ /** Optional parameters. */
2891
+ export interface ScriptPackagesGetOptionalParams extends coreClient.OperationOptions {
2892
+ }
2893
+ /** Contains response data for the get operation. */
2894
+ export declare type ScriptPackagesGetResponse = ScriptPackage;
2895
+ /** Optional parameters. */
2896
+ export interface ScriptPackagesListNextOptionalParams extends coreClient.OperationOptions {
2897
+ }
2898
+ /** Contains response data for the listNext operation. */
2899
+ export declare type ScriptPackagesListNextResponse = ScriptPackagesList;
2900
+ /** Optional parameters. */
2901
+ export interface ScriptCmdletsListOptionalParams extends coreClient.OperationOptions {
2902
+ }
2903
+ /** Contains response data for the list operation. */
2904
+ export declare type ScriptCmdletsListResponse = ScriptCmdletsList;
2905
+ /** Optional parameters. */
2906
+ export interface ScriptCmdletsGetOptionalParams extends coreClient.OperationOptions {
2907
+ }
2908
+ /** Contains response data for the get operation. */
2909
+ export declare type ScriptCmdletsGetResponse = ScriptCmdlet;
2910
+ /** Optional parameters. */
2911
+ export interface ScriptCmdletsListNextOptionalParams extends coreClient.OperationOptions {
2912
+ }
2913
+ /** Contains response data for the listNext operation. */
2914
+ export declare type ScriptCmdletsListNextResponse = ScriptCmdletsList;
2915
+ /** Optional parameters. */
2916
+ export interface ScriptExecutionsListOptionalParams extends coreClient.OperationOptions {
2917
+ }
2918
+ /** Contains response data for the list operation. */
2919
+ export declare type ScriptExecutionsListResponse = ScriptExecutionsList;
2920
+ /** Optional parameters. */
2921
+ export interface ScriptExecutionsGetOptionalParams extends coreClient.OperationOptions {
2922
+ }
2923
+ /** Contains response data for the get operation. */
2924
+ export declare type ScriptExecutionsGetResponse = ScriptExecution;
2925
+ /** Optional parameters. */
2926
+ export interface ScriptExecutionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2927
+ /** Delay to wait until next poll, in milliseconds. */
2928
+ updateIntervalInMs?: number;
2929
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2930
+ resumeFrom?: string;
2931
+ }
2932
+ /** Contains response data for the createOrUpdate operation. */
2933
+ export declare type ScriptExecutionsCreateOrUpdateResponse = ScriptExecution;
2934
+ /** Optional parameters. */
2935
+ export interface ScriptExecutionsDeleteOptionalParams extends coreClient.OperationOptions {
2936
+ /** Delay to wait until next poll, in milliseconds. */
2937
+ updateIntervalInMs?: number;
2938
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2939
+ resumeFrom?: string;
2940
+ }
2941
+ /** Optional parameters. */
2942
+ export interface ScriptExecutionsGetExecutionLogsOptionalParams extends coreClient.OperationOptions {
2943
+ /** Name of the desired output stream to return. If not provided, will return all. An empty array will return nothing */
2944
+ scriptOutputStreamType?: ScriptOutputStreamType[];
2945
+ }
2946
+ /** Contains response data for the getExecutionLogs operation. */
2947
+ export declare type ScriptExecutionsGetExecutionLogsResponse = ScriptExecution;
2948
+ /** Optional parameters. */
2949
+ export interface ScriptExecutionsListNextOptionalParams extends coreClient.OperationOptions {
2950
+ }
2951
+ /** Contains response data for the listNext operation. */
2952
+ export declare type ScriptExecutionsListNextResponse = ScriptExecutionsList;
2953
+ /** Optional parameters. */
2954
+ export interface AzureVMwareSolutionAPIOptionalParams extends coreClient.ServiceClientOptions {
2955
+ /** server parameter */
2956
+ $host?: string;
2957
+ /** Api Version */
2958
+ apiVersion?: string;
2959
+ /** Overrides client endpoint. */
2960
+ endpoint?: string;
2961
+ }
2962
+ //# sourceMappingURL=index.d.ts.map