@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,4645 @@
1
+ import * as coreAuth from '@azure/core-auth';
2
+ import * as coreClient from '@azure/core-client';
3
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
+ import { PollerLike } from '@azure/core-lro';
5
+ import { PollOperationState } from '@azure/core-lro';
6
+
7
+ /** An addon resource */
8
+ export declare type Addon = Resource & {
9
+ /** The properties of an addon resource */
10
+ properties?: AddonPropertiesUnion;
11
+ };
12
+
13
+ /** The properties of an HCX addon */
14
+ export declare type AddonHcxProperties = AddonProperties & {
15
+ /** Polymorphic discriminator, which specifies the different types this object can be */
16
+ addonType: "HCX";
17
+ /** The HCX offer, example VMware MaaS Cloud Provider (Enterprise) */
18
+ offer: string;
19
+ };
20
+
21
+ /** A paged list of addons */
22
+ export declare interface AddonList {
23
+ /**
24
+ * The items on a page
25
+ * NOTE: This property will not be serialized. It can only be populated by the server.
26
+ */
27
+ readonly value?: Addon[];
28
+ /**
29
+ * URL to get the next page if any
30
+ * NOTE: This property will not be serialized. It can only be populated by the server.
31
+ */
32
+ readonly nextLink?: string;
33
+ }
34
+
35
+ /** The properties of an addon */
36
+ export declare interface AddonProperties {
37
+ /** Polymorphic discriminator, which specifies the different types this object can be */
38
+ addonType: "SRM" | "VR" | "HCX";
39
+ /**
40
+ * The state of the addon provisioning
41
+ * NOTE: This property will not be serialized. It can only be populated by the server.
42
+ */
43
+ readonly provisioningState?: AddonProvisioningState;
44
+ }
45
+
46
+ export declare type AddonPropertiesUnion = AddonProperties | AddonSrmProperties | AddonVrProperties | AddonHcxProperties;
47
+
48
+ /**
49
+ * Defines values for AddonProvisioningState. \
50
+ * {@link KnownAddonProvisioningState} can be used interchangeably with AddonProvisioningState,
51
+ * this enum contains the known values that the service supports.
52
+ * ### Known values supported by the service
53
+ * **Succeeded** \
54
+ * **Failed** \
55
+ * **Cancelled** \
56
+ * **Building** \
57
+ * **Deleting** \
58
+ * **Updating**
59
+ */
60
+ export declare type AddonProvisioningState = string;
61
+
62
+ /** Interface representing a Addons. */
63
+ export declare interface Addons {
64
+ /**
65
+ * List addons in a private cloud
66
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
67
+ * @param privateCloudName Name of the private cloud
68
+ * @param options The options parameters.
69
+ */
70
+ list(resourceGroupName: string, privateCloudName: string, options?: AddonsListOptionalParams): PagedAsyncIterableIterator<Addon>;
71
+ /**
72
+ * Get an addon by name in a private cloud
73
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
74
+ * @param privateCloudName Name of the private cloud
75
+ * @param addonName Name of the addon for the private cloud
76
+ * @param options The options parameters.
77
+ */
78
+ get(resourceGroupName: string, privateCloudName: string, addonName: string, options?: AddonsGetOptionalParams): Promise<AddonsGetResponse>;
79
+ /**
80
+ * Create or update a addon in a private cloud
81
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
82
+ * @param privateCloudName The name of the private cloud.
83
+ * @param addonName Name of the addon for the private cloud
84
+ * @param addon A addon in the private cloud
85
+ * @param options The options parameters.
86
+ */
87
+ beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, addonName: string, addon: Addon, options?: AddonsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AddonsCreateOrUpdateResponse>, AddonsCreateOrUpdateResponse>>;
88
+ /**
89
+ * Create or update a addon in a private cloud
90
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
91
+ * @param privateCloudName The name of the private cloud.
92
+ * @param addonName Name of the addon for the private cloud
93
+ * @param addon A addon in the private cloud
94
+ * @param options The options parameters.
95
+ */
96
+ beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, addonName: string, addon: Addon, options?: AddonsCreateOrUpdateOptionalParams): Promise<AddonsCreateOrUpdateResponse>;
97
+ /**
98
+ * Delete a addon in a private cloud
99
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
100
+ * @param privateCloudName Name of the private cloud
101
+ * @param addonName Name of the addon for the private cloud
102
+ * @param options The options parameters.
103
+ */
104
+ beginDelete(resourceGroupName: string, privateCloudName: string, addonName: string, options?: AddonsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
105
+ /**
106
+ * Delete a addon in a private cloud
107
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
108
+ * @param privateCloudName Name of the private cloud
109
+ * @param addonName Name of the addon for the private cloud
110
+ * @param options The options parameters.
111
+ */
112
+ beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, addonName: string, options?: AddonsDeleteOptionalParams): Promise<void>;
113
+ }
114
+
115
+ /** Optional parameters. */
116
+ export declare interface AddonsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
117
+ /** Delay to wait until next poll, in milliseconds. */
118
+ updateIntervalInMs?: number;
119
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
120
+ resumeFrom?: string;
121
+ }
122
+
123
+ /** Contains response data for the createOrUpdate operation. */
124
+ export declare type AddonsCreateOrUpdateResponse = Addon;
125
+
126
+ /** Optional parameters. */
127
+ export declare interface AddonsDeleteOptionalParams extends coreClient.OperationOptions {
128
+ /** Delay to wait until next poll, in milliseconds. */
129
+ updateIntervalInMs?: number;
130
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
131
+ resumeFrom?: string;
132
+ }
133
+
134
+ /** Optional parameters. */
135
+ export declare interface AddonsGetOptionalParams extends coreClient.OperationOptions {
136
+ }
137
+
138
+ /** Contains response data for the get operation. */
139
+ export declare type AddonsGetResponse = Addon;
140
+
141
+ /** Optional parameters. */
142
+ export declare interface AddonsListNextOptionalParams extends coreClient.OperationOptions {
143
+ }
144
+
145
+ /** Contains response data for the listNext operation. */
146
+ export declare type AddonsListNextResponse = AddonList;
147
+
148
+ /** Optional parameters. */
149
+ export declare interface AddonsListOptionalParams extends coreClient.OperationOptions {
150
+ }
151
+
152
+ /** Contains response data for the list operation. */
153
+ export declare type AddonsListResponse = AddonList;
154
+
155
+ /** The properties of a Site Recovery Manager (SRM) addon */
156
+ export declare type AddonSrmProperties = AddonProperties & {
157
+ /** Polymorphic discriminator, which specifies the different types this object can be */
158
+ addonType: "SRM";
159
+ /** The Site Recovery Manager (SRM) license */
160
+ licenseKey?: string;
161
+ };
162
+
163
+ /**
164
+ * Defines values for AddonType. \
165
+ * {@link KnownAddonType} can be used interchangeably with AddonType,
166
+ * this enum contains the known values that the service supports.
167
+ * ### Known values supported by the service
168
+ * **SRM** \
169
+ * **VR** \
170
+ * **HCX**
171
+ */
172
+ export declare type AddonType = string;
173
+
174
+ /** The properties of a vSphere Replication (VR) addon */
175
+ export declare type AddonVrProperties = AddonProperties & {
176
+ /** Polymorphic discriminator, which specifies the different types this object can be */
177
+ addonType: "VR";
178
+ /** The vSphere Replication Server (VRS) count */
179
+ vrsCount: number;
180
+ };
181
+
182
+ /** Administrative credentials for accessing vCenter and NSX-T */
183
+ export declare interface AdminCredentials {
184
+ /**
185
+ * NSX-T Manager username
186
+ * NOTE: This property will not be serialized. It can only be populated by the server.
187
+ */
188
+ readonly nsxtUsername?: string;
189
+ /**
190
+ * NSX-T Manager password
191
+ * NOTE: This property will not be serialized. It can only be populated by the server.
192
+ */
193
+ readonly nsxtPassword?: string;
194
+ /**
195
+ * vCenter admin username
196
+ * NOTE: This property will not be serialized. It can only be populated by the server.
197
+ */
198
+ readonly vcenterUsername?: string;
199
+ /**
200
+ * vCenter admin password
201
+ * NOTE: This property will not be serialized. It can only be populated by the server.
202
+ */
203
+ readonly vcenterPassword?: string;
204
+ }
205
+
206
+ /**
207
+ * Defines values for AffinityType. \
208
+ * {@link KnownAffinityType} can be used interchangeably with AffinityType,
209
+ * this enum contains the known values that the service supports.
210
+ * ### Known values supported by the service
211
+ * **Affinity** \
212
+ * **AntiAffinity**
213
+ */
214
+ export declare type AffinityType = string;
215
+
216
+ /** Interface representing a Authorizations. */
217
+ export declare interface Authorizations {
218
+ /**
219
+ * List ExpressRoute Circuit Authorizations in a private cloud
220
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
221
+ * @param privateCloudName Name of the private cloud
222
+ * @param options The options parameters.
223
+ */
224
+ list(resourceGroupName: string, privateCloudName: string, options?: AuthorizationsListOptionalParams): PagedAsyncIterableIterator<ExpressRouteAuthorization>;
225
+ /**
226
+ * Get an ExpressRoute Circuit Authorization by name in a private cloud
227
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
228
+ * @param privateCloudName Name of the private cloud
229
+ * @param authorizationName Name of the ExpressRoute Circuit Authorization in the private cloud
230
+ * @param options The options parameters.
231
+ */
232
+ get(resourceGroupName: string, privateCloudName: string, authorizationName: string, options?: AuthorizationsGetOptionalParams): Promise<AuthorizationsGetResponse>;
233
+ /**
234
+ * Create or update an ExpressRoute Circuit Authorization in a private cloud
235
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
236
+ * @param privateCloudName The name of the private cloud.
237
+ * @param authorizationName Name of the ExpressRoute Circuit Authorization in the private cloud
238
+ * @param authorization An ExpressRoute Circuit Authorization
239
+ * @param options The options parameters.
240
+ */
241
+ beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, authorizationName: string, authorization: ExpressRouteAuthorization, options?: AuthorizationsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AuthorizationsCreateOrUpdateResponse>, AuthorizationsCreateOrUpdateResponse>>;
242
+ /**
243
+ * Create or update an ExpressRoute Circuit Authorization in a private cloud
244
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
245
+ * @param privateCloudName The name of the private cloud.
246
+ * @param authorizationName Name of the ExpressRoute Circuit Authorization in the private cloud
247
+ * @param authorization An ExpressRoute Circuit Authorization
248
+ * @param options The options parameters.
249
+ */
250
+ beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, authorizationName: string, authorization: ExpressRouteAuthorization, options?: AuthorizationsCreateOrUpdateOptionalParams): Promise<AuthorizationsCreateOrUpdateResponse>;
251
+ /**
252
+ * Delete an ExpressRoute Circuit Authorization in a private cloud
253
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
254
+ * @param privateCloudName Name of the private cloud
255
+ * @param authorizationName Name of the ExpressRoute Circuit Authorization in the private cloud
256
+ * @param options The options parameters.
257
+ */
258
+ beginDelete(resourceGroupName: string, privateCloudName: string, authorizationName: string, options?: AuthorizationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
259
+ /**
260
+ * Delete an ExpressRoute Circuit Authorization in a private cloud
261
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
262
+ * @param privateCloudName Name of the private cloud
263
+ * @param authorizationName Name of the ExpressRoute Circuit Authorization in the private cloud
264
+ * @param options The options parameters.
265
+ */
266
+ beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, authorizationName: string, options?: AuthorizationsDeleteOptionalParams): Promise<void>;
267
+ }
268
+
269
+ /** Optional parameters. */
270
+ export declare interface AuthorizationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
271
+ /** Delay to wait until next poll, in milliseconds. */
272
+ updateIntervalInMs?: number;
273
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
274
+ resumeFrom?: string;
275
+ }
276
+
277
+ /** Contains response data for the createOrUpdate operation. */
278
+ export declare type AuthorizationsCreateOrUpdateResponse = ExpressRouteAuthorization;
279
+
280
+ /** Optional parameters. */
281
+ export declare interface AuthorizationsDeleteOptionalParams extends coreClient.OperationOptions {
282
+ /** Delay to wait until next poll, in milliseconds. */
283
+ updateIntervalInMs?: number;
284
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
285
+ resumeFrom?: string;
286
+ }
287
+
288
+ /** Optional parameters. */
289
+ export declare interface AuthorizationsGetOptionalParams extends coreClient.OperationOptions {
290
+ }
291
+
292
+ /** Contains response data for the get operation. */
293
+ export declare type AuthorizationsGetResponse = ExpressRouteAuthorization;
294
+
295
+ /** Optional parameters. */
296
+ export declare interface AuthorizationsListNextOptionalParams extends coreClient.OperationOptions {
297
+ }
298
+
299
+ /** Contains response data for the listNext operation. */
300
+ export declare type AuthorizationsListNextResponse = ExpressRouteAuthorizationList;
301
+
302
+ /** Optional parameters. */
303
+ export declare interface AuthorizationsListOptionalParams extends coreClient.OperationOptions {
304
+ }
305
+
306
+ /** Contains response data for the list operation. */
307
+ export declare type AuthorizationsListResponse = ExpressRouteAuthorizationList;
308
+
309
+ /** The properties describing private cloud availability zone distribution */
310
+ export declare interface AvailabilityProperties {
311
+ /** The availability strategy for the private cloud */
312
+ strategy?: AvailabilityStrategy;
313
+ /** The primary availability zone for the private cloud */
314
+ zone?: number;
315
+ /** The secondary availability zone for the private cloud */
316
+ secondaryZone?: number;
317
+ }
318
+
319
+ /**
320
+ * Defines values for AvailabilityStrategy. \
321
+ * {@link KnownAvailabilityStrategy} can be used interchangeably with AvailabilityStrategy,
322
+ * this enum contains the known values that the service supports.
323
+ * ### Known values supported by the service
324
+ * **SingleZone** \
325
+ * **DualZone**
326
+ */
327
+ export declare type AvailabilityStrategy = string;
328
+
329
+ export declare class AzureVMwareSolutionAPI extends coreClient.ServiceClient {
330
+ $host: string;
331
+ apiVersion: string;
332
+ subscriptionId: string;
333
+ /**
334
+ * Initializes a new instance of the AzureVMwareSolutionAPI class.
335
+ * @param credentials Subscription credentials which uniquely identify client subscription.
336
+ * @param subscriptionId The ID of the target subscription.
337
+ * @param options The parameter options
338
+ */
339
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: AzureVMwareSolutionAPIOptionalParams);
340
+ operations: Operations;
341
+ locations: Locations;
342
+ privateClouds: PrivateClouds;
343
+ clusters: Clusters;
344
+ datastores: Datastores;
345
+ hcxEnterpriseSites: HcxEnterpriseSites;
346
+ authorizations: Authorizations;
347
+ globalReachConnections: GlobalReachConnections;
348
+ workloadNetworks: WorkloadNetworks;
349
+ cloudLinks: CloudLinks;
350
+ addons: Addons;
351
+ virtualMachines: VirtualMachines;
352
+ placementPolicies: PlacementPolicies;
353
+ scriptPackages: ScriptPackages;
354
+ scriptCmdlets: ScriptCmdlets;
355
+ scriptExecutions: ScriptExecutions;
356
+ }
357
+
358
+ /** Optional parameters. */
359
+ export declare interface AzureVMwareSolutionAPIOptionalParams extends coreClient.ServiceClientOptions {
360
+ /** server parameter */
361
+ $host?: string;
362
+ /** Api Version */
363
+ apiVersion?: string;
364
+ /** Overrides client endpoint. */
365
+ endpoint?: string;
366
+ }
367
+
368
+ /** An ExpressRoute Circuit */
369
+ export declare interface Circuit {
370
+ /**
371
+ * CIDR of primary subnet
372
+ * NOTE: This property will not be serialized. It can only be populated by the server.
373
+ */
374
+ readonly primarySubnet?: string;
375
+ /**
376
+ * CIDR of secondary subnet
377
+ * NOTE: This property will not be serialized. It can only be populated by the server.
378
+ */
379
+ readonly secondarySubnet?: string;
380
+ /**
381
+ * Identifier of the ExpressRoute Circuit (Microsoft Colo only)
382
+ * NOTE: This property will not be serialized. It can only be populated by the server.
383
+ */
384
+ readonly expressRouteID?: string;
385
+ /**
386
+ * ExpressRoute Circuit private peering identifier
387
+ * NOTE: This property will not be serialized. It can only be populated by the server.
388
+ */
389
+ readonly expressRoutePrivatePeeringID?: string;
390
+ }
391
+
392
+ /** API error response */
393
+ export declare interface CloudError {
394
+ /** An error returned by the API */
395
+ error?: ErrorResponse;
396
+ }
397
+
398
+ /** A cloud link resource */
399
+ export declare type CloudLink = Resource & {
400
+ /**
401
+ * The state of the cloud link.
402
+ * NOTE: This property will not be serialized. It can only be populated by the server.
403
+ */
404
+ readonly status?: CloudLinkStatus;
405
+ /** Identifier of the other private cloud participating in the link. */
406
+ linkedCloud?: string;
407
+ };
408
+
409
+ /** A paged list of cloud links */
410
+ export declare interface CloudLinkList {
411
+ /**
412
+ * The items on a page
413
+ * NOTE: This property will not be serialized. It can only be populated by the server.
414
+ */
415
+ readonly value?: CloudLink[];
416
+ /**
417
+ * URL to get the next page if any
418
+ * NOTE: This property will not be serialized. It can only be populated by the server.
419
+ */
420
+ readonly nextLink?: string;
421
+ }
422
+
423
+ /** Interface representing a CloudLinks. */
424
+ export declare interface CloudLinks {
425
+ /**
426
+ * List cloud link in a private cloud
427
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
428
+ * @param privateCloudName Name of the private cloud
429
+ * @param options The options parameters.
430
+ */
431
+ list(resourceGroupName: string, privateCloudName: string, options?: CloudLinksListOptionalParams): PagedAsyncIterableIterator<CloudLink>;
432
+ /**
433
+ * Get an cloud link by name in a private cloud
434
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
435
+ * @param privateCloudName Name of the private cloud
436
+ * @param cloudLinkName Name of the cloud link resource
437
+ * @param options The options parameters.
438
+ */
439
+ get(resourceGroupName: string, privateCloudName: string, cloudLinkName: string, options?: CloudLinksGetOptionalParams): Promise<CloudLinksGetResponse>;
440
+ /**
441
+ * Create or update a cloud link in a private cloud
442
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
443
+ * @param privateCloudName The name of the private cloud.
444
+ * @param cloudLinkName Name of the cloud link resource
445
+ * @param cloudLink A cloud link in the private cloud
446
+ * @param options The options parameters.
447
+ */
448
+ beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, cloudLinkName: string, cloudLink: CloudLink, options?: CloudLinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<CloudLinksCreateOrUpdateResponse>, CloudLinksCreateOrUpdateResponse>>;
449
+ /**
450
+ * Create or update a cloud link in a private cloud
451
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
452
+ * @param privateCloudName The name of the private cloud.
453
+ * @param cloudLinkName Name of the cloud link resource
454
+ * @param cloudLink A cloud link in the private cloud
455
+ * @param options The options parameters.
456
+ */
457
+ beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, cloudLinkName: string, cloudLink: CloudLink, options?: CloudLinksCreateOrUpdateOptionalParams): Promise<CloudLinksCreateOrUpdateResponse>;
458
+ /**
459
+ * Delete a cloud link in a private cloud
460
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
461
+ * @param privateCloudName Name of the private cloud
462
+ * @param cloudLinkName Name of the cloud link resource
463
+ * @param options The options parameters.
464
+ */
465
+ beginDelete(resourceGroupName: string, privateCloudName: string, cloudLinkName: string, options?: CloudLinksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
466
+ /**
467
+ * Delete a cloud link in a private cloud
468
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
469
+ * @param privateCloudName Name of the private cloud
470
+ * @param cloudLinkName Name of the cloud link resource
471
+ * @param options The options parameters.
472
+ */
473
+ beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, cloudLinkName: string, options?: CloudLinksDeleteOptionalParams): Promise<void>;
474
+ }
475
+
476
+ /** Optional parameters. */
477
+ export declare interface CloudLinksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
478
+ /** Delay to wait until next poll, in milliseconds. */
479
+ updateIntervalInMs?: number;
480
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
481
+ resumeFrom?: string;
482
+ }
483
+
484
+ /** Contains response data for the createOrUpdate operation. */
485
+ export declare type CloudLinksCreateOrUpdateResponse = CloudLink;
486
+
487
+ /** Optional parameters. */
488
+ export declare interface CloudLinksDeleteOptionalParams extends coreClient.OperationOptions {
489
+ /** Delay to wait until next poll, in milliseconds. */
490
+ updateIntervalInMs?: number;
491
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
492
+ resumeFrom?: string;
493
+ }
494
+
495
+ /** Optional parameters. */
496
+ export declare interface CloudLinksGetOptionalParams extends coreClient.OperationOptions {
497
+ }
498
+
499
+ /** Contains response data for the get operation. */
500
+ export declare type CloudLinksGetResponse = CloudLink;
501
+
502
+ /** Optional parameters. */
503
+ export declare interface CloudLinksListNextOptionalParams extends coreClient.OperationOptions {
504
+ }
505
+
506
+ /** Contains response data for the listNext operation. */
507
+ export declare type CloudLinksListNextResponse = CloudLinkList;
508
+
509
+ /** Optional parameters. */
510
+ export declare interface CloudLinksListOptionalParams extends coreClient.OperationOptions {
511
+ }
512
+
513
+ /** Contains response data for the list operation. */
514
+ export declare type CloudLinksListResponse = CloudLinkList;
515
+
516
+ /**
517
+ * Defines values for CloudLinkStatus. \
518
+ * {@link KnownCloudLinkStatus} can be used interchangeably with CloudLinkStatus,
519
+ * this enum contains the known values that the service supports.
520
+ * ### Known values supported by the service
521
+ * **Active** \
522
+ * **Building** \
523
+ * **Deleting** \
524
+ * **Failed** \
525
+ * **Disconnected**
526
+ */
527
+ export declare type CloudLinkStatus = string;
528
+
529
+ /** A cluster resource */
530
+ export declare type Cluster = Resource & {
531
+ /** The cluster SKU */
532
+ sku: Sku;
533
+ /** The cluster size */
534
+ clusterSize?: number;
535
+ /**
536
+ * The state of the cluster provisioning
537
+ * NOTE: This property will not be serialized. It can only be populated by the server.
538
+ */
539
+ readonly provisioningState?: ClusterProvisioningState;
540
+ /**
541
+ * The identity
542
+ * NOTE: This property will not be serialized. It can only be populated by the server.
543
+ */
544
+ readonly clusterId?: number;
545
+ /** The hosts */
546
+ hosts?: string[];
547
+ };
548
+
549
+ /** A paged list of clusters */
550
+ export declare interface ClusterList {
551
+ /**
552
+ * The items on a page
553
+ * NOTE: This property will not be serialized. It can only be populated by the server.
554
+ */
555
+ readonly value?: Cluster[];
556
+ /**
557
+ * URL to get the next page if any
558
+ * NOTE: This property will not be serialized. It can only be populated by the server.
559
+ */
560
+ readonly nextLink?: string;
561
+ }
562
+
563
+ /** The properties of a cluster */
564
+ export declare type ClusterProperties = CommonClusterProperties & {};
565
+
566
+ /**
567
+ * Defines values for ClusterProvisioningState. \
568
+ * {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,
569
+ * this enum contains the known values that the service supports.
570
+ * ### Known values supported by the service
571
+ * **Succeeded** \
572
+ * **Failed** \
573
+ * **Cancelled** \
574
+ * **Deleting** \
575
+ * **Updating**
576
+ */
577
+ export declare type ClusterProvisioningState = string;
578
+
579
+ /** Interface representing a Clusters. */
580
+ export declare interface Clusters {
581
+ /**
582
+ * List clusters in a private cloud
583
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
584
+ * @param privateCloudName Name of the private cloud
585
+ * @param options The options parameters.
586
+ */
587
+ list(resourceGroupName: string, privateCloudName: string, options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
588
+ /**
589
+ * Get a cluster by name in a private cloud
590
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
591
+ * @param privateCloudName Name of the private cloud
592
+ * @param clusterName Name of the cluster in the private cloud
593
+ * @param options The options parameters.
594
+ */
595
+ get(resourceGroupName: string, privateCloudName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
596
+ /**
597
+ * Create or update a cluster in a private cloud
598
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
599
+ * @param privateCloudName The name of the private cloud.
600
+ * @param clusterName Name of the cluster in the private cloud
601
+ * @param cluster A cluster in the private cloud
602
+ * @param options The options parameters.
603
+ */
604
+ beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
605
+ /**
606
+ * Create or update a cluster in a private cloud
607
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
608
+ * @param privateCloudName The name of the private cloud.
609
+ * @param clusterName Name of the cluster in the private cloud
610
+ * @param cluster A cluster in the private cloud
611
+ * @param options The options parameters.
612
+ */
613
+ beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
614
+ /**
615
+ * Update a cluster in a private cloud
616
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
617
+ * @param privateCloudName Name of the private cloud
618
+ * @param clusterName Name of the cluster in the private cloud
619
+ * @param clusterUpdate The cluster properties to be updated
620
+ * @param options The options parameters.
621
+ */
622
+ beginUpdate(resourceGroupName: string, privateCloudName: string, clusterName: string, clusterUpdate: ClusterUpdate, options?: ClustersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
623
+ /**
624
+ * Update a cluster in a private cloud
625
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
626
+ * @param privateCloudName Name of the private cloud
627
+ * @param clusterName Name of the cluster in the private cloud
628
+ * @param clusterUpdate The cluster properties to be updated
629
+ * @param options The options parameters.
630
+ */
631
+ beginUpdateAndWait(resourceGroupName: string, privateCloudName: string, clusterName: string, clusterUpdate: ClusterUpdate, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
632
+ /**
633
+ * Delete a cluster in a private cloud
634
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
635
+ * @param privateCloudName Name of the private cloud
636
+ * @param clusterName Name of the cluster in the private cloud
637
+ * @param options The options parameters.
638
+ */
639
+ beginDelete(resourceGroupName: string, privateCloudName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
640
+ /**
641
+ * Delete a cluster in a private cloud
642
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
643
+ * @param privateCloudName Name of the private cloud
644
+ * @param clusterName Name of the cluster in the private cloud
645
+ * @param options The options parameters.
646
+ */
647
+ beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
648
+ }
649
+
650
+ /** Optional parameters. */
651
+ export declare interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
652
+ /** Delay to wait until next poll, in milliseconds. */
653
+ updateIntervalInMs?: number;
654
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
655
+ resumeFrom?: string;
656
+ }
657
+
658
+ /** Contains response data for the createOrUpdate operation. */
659
+ export declare type ClustersCreateOrUpdateResponse = Cluster;
660
+
661
+ /** Optional parameters. */
662
+ export declare interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
663
+ /** Delay to wait until next poll, in milliseconds. */
664
+ updateIntervalInMs?: number;
665
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
666
+ resumeFrom?: string;
667
+ }
668
+
669
+ /** Optional parameters. */
670
+ export declare interface ClustersGetOptionalParams extends coreClient.OperationOptions {
671
+ }
672
+
673
+ /** Contains response data for the get operation. */
674
+ export declare type ClustersGetResponse = Cluster;
675
+
676
+ /** Optional parameters. */
677
+ export declare interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
678
+ }
679
+
680
+ /** Contains response data for the listNext operation. */
681
+ export declare type ClustersListNextResponse = ClusterList;
682
+
683
+ /** Optional parameters. */
684
+ export declare interface ClustersListOptionalParams extends coreClient.OperationOptions {
685
+ }
686
+
687
+ /** Contains response data for the list operation. */
688
+ export declare type ClustersListResponse = ClusterList;
689
+
690
+ /** Optional parameters. */
691
+ export declare interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
692
+ /** Delay to wait until next poll, in milliseconds. */
693
+ updateIntervalInMs?: number;
694
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
695
+ resumeFrom?: string;
696
+ }
697
+
698
+ /** Contains response data for the update operation. */
699
+ export declare type ClustersUpdateResponse = Cluster;
700
+
701
+ /** An update of a cluster resource */
702
+ export declare interface ClusterUpdate {
703
+ /** The cluster size */
704
+ clusterSize?: number;
705
+ /** The hosts */
706
+ hosts?: string[];
707
+ }
708
+
709
+ /** The common properties of a cluster */
710
+ export declare interface CommonClusterProperties {
711
+ /** The cluster size */
712
+ clusterSize?: number;
713
+ /**
714
+ * The state of the cluster provisioning
715
+ * NOTE: This property will not be serialized. It can only be populated by the server.
716
+ */
717
+ readonly provisioningState?: ClusterProvisioningState;
718
+ /**
719
+ * The identity
720
+ * NOTE: This property will not be serialized. It can only be populated by the server.
721
+ */
722
+ readonly clusterId?: number;
723
+ /** The hosts */
724
+ hosts?: string[];
725
+ }
726
+
727
+ /** A datastore resource */
728
+ export declare type Datastore = Resource & {
729
+ /**
730
+ * The state of the datastore provisioning
731
+ * NOTE: This property will not be serialized. It can only be populated by the server.
732
+ */
733
+ readonly provisioningState?: DatastoreProvisioningState;
734
+ /** An Azure NetApp Files volume */
735
+ netAppVolume?: NetAppVolume;
736
+ /** An iSCSI volume */
737
+ diskPoolVolume?: DiskPoolVolume;
738
+ /**
739
+ * The operational status of the datastore
740
+ * NOTE: This property will not be serialized. It can only be populated by the server.
741
+ */
742
+ readonly status?: DatastoreStatus;
743
+ };
744
+
745
+ /** A paged list of datastores */
746
+ export declare interface DatastoreList {
747
+ /**
748
+ * The items on a page
749
+ * NOTE: This property will not be serialized. It can only be populated by the server.
750
+ */
751
+ readonly value?: Datastore[];
752
+ /**
753
+ * URL to get the next page if any
754
+ * NOTE: This property will not be serialized. It can only be populated by the server.
755
+ */
756
+ readonly nextLink?: string;
757
+ }
758
+
759
+ /**
760
+ * Defines values for DatastoreProvisioningState. \
761
+ * {@link KnownDatastoreProvisioningState} can be used interchangeably with DatastoreProvisioningState,
762
+ * this enum contains the known values that the service supports.
763
+ * ### Known values supported by the service
764
+ * **Succeeded** \
765
+ * **Failed** \
766
+ * **Cancelled** \
767
+ * **Pending** \
768
+ * **Creating** \
769
+ * **Updating** \
770
+ * **Deleting**
771
+ */
772
+ export declare type DatastoreProvisioningState = string;
773
+
774
+ /** Interface representing a Datastores. */
775
+ export declare interface Datastores {
776
+ /**
777
+ * List datastores in a private cloud cluster
778
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
779
+ * @param privateCloudName Name of the private cloud
780
+ * @param clusterName Name of the cluster in the private cloud
781
+ * @param options The options parameters.
782
+ */
783
+ list(resourceGroupName: string, privateCloudName: string, clusterName: string, options?: DatastoresListOptionalParams): PagedAsyncIterableIterator<Datastore>;
784
+ /**
785
+ * Get a datastore in a private cloud cluster
786
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
787
+ * @param privateCloudName Name of the private cloud
788
+ * @param clusterName Name of the cluster in the private cloud
789
+ * @param datastoreName Name of the datastore in the private cloud cluster
790
+ * @param options The options parameters.
791
+ */
792
+ get(resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, options?: DatastoresGetOptionalParams): Promise<DatastoresGetResponse>;
793
+ /**
794
+ * Create or update a datastore in a private cloud cluster
795
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
796
+ * @param privateCloudName Name of the private cloud
797
+ * @param clusterName Name of the cluster in the private cloud
798
+ * @param datastoreName Name of the datastore in the private cloud cluster
799
+ * @param datastore A datastore in a private cloud cluster
800
+ * @param options The options parameters.
801
+ */
802
+ beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, datastore: Datastore, options?: DatastoresCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatastoresCreateOrUpdateResponse>, DatastoresCreateOrUpdateResponse>>;
803
+ /**
804
+ * Create or update a datastore in a private cloud cluster
805
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
806
+ * @param privateCloudName Name of the private cloud
807
+ * @param clusterName Name of the cluster in the private cloud
808
+ * @param datastoreName Name of the datastore in the private cloud cluster
809
+ * @param datastore A datastore in a private cloud cluster
810
+ * @param options The options parameters.
811
+ */
812
+ beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, datastore: Datastore, options?: DatastoresCreateOrUpdateOptionalParams): Promise<DatastoresCreateOrUpdateResponse>;
813
+ /**
814
+ * Delete a datastore in a private cloud cluster
815
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
816
+ * @param privateCloudName Name of the private cloud
817
+ * @param clusterName Name of the cluster in the private cloud
818
+ * @param datastoreName Name of the datastore in the private cloud cluster
819
+ * @param options The options parameters.
820
+ */
821
+ beginDelete(resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
822
+ /**
823
+ * Delete a datastore in a private cloud cluster
824
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
825
+ * @param privateCloudName Name of the private cloud
826
+ * @param clusterName Name of the cluster in the private cloud
827
+ * @param datastoreName Name of the datastore in the private cloud cluster
828
+ * @param options The options parameters.
829
+ */
830
+ beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, clusterName: string, datastoreName: string, options?: DatastoresDeleteOptionalParams): Promise<void>;
831
+ }
832
+
833
+ /** Optional parameters. */
834
+ export declare interface DatastoresCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
835
+ /** Delay to wait until next poll, in milliseconds. */
836
+ updateIntervalInMs?: number;
837
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
838
+ resumeFrom?: string;
839
+ }
840
+
841
+ /** Contains response data for the createOrUpdate operation. */
842
+ export declare type DatastoresCreateOrUpdateResponse = Datastore;
843
+
844
+ /** Optional parameters. */
845
+ export declare interface DatastoresDeleteOptionalParams extends coreClient.OperationOptions {
846
+ /** Delay to wait until next poll, in milliseconds. */
847
+ updateIntervalInMs?: number;
848
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
849
+ resumeFrom?: string;
850
+ }
851
+
852
+ /** Optional parameters. */
853
+ export declare interface DatastoresGetOptionalParams extends coreClient.OperationOptions {
854
+ }
855
+
856
+ /** Contains response data for the get operation. */
857
+ export declare type DatastoresGetResponse = Datastore;
858
+
859
+ /** Optional parameters. */
860
+ export declare interface DatastoresListNextOptionalParams extends coreClient.OperationOptions {
861
+ }
862
+
863
+ /** Contains response data for the listNext operation. */
864
+ export declare type DatastoresListNextResponse = DatastoreList;
865
+
866
+ /** Optional parameters. */
867
+ export declare interface DatastoresListOptionalParams extends coreClient.OperationOptions {
868
+ }
869
+
870
+ /** Contains response data for the list operation. */
871
+ export declare type DatastoresListResponse = DatastoreList;
872
+
873
+ /**
874
+ * Defines values for DatastoreStatus. \
875
+ * {@link KnownDatastoreStatus} can be used interchangeably with DatastoreStatus,
876
+ * this enum contains the known values that the service supports.
877
+ * ### Known values supported by the service
878
+ * **Unknown** \
879
+ * **Accessible** \
880
+ * **Inaccessible** \
881
+ * **Attached** \
882
+ * **Detached** \
883
+ * **LostCommunication** \
884
+ * **DeadOrError**
885
+ */
886
+ export declare type DatastoreStatus = string;
887
+
888
+ /**
889
+ * Defines values for DhcpTypeEnum. \
890
+ * {@link KnownDhcpTypeEnum} can be used interchangeably with DhcpTypeEnum,
891
+ * this enum contains the known values that the service supports.
892
+ * ### Known values supported by the service
893
+ * **SERVER** \
894
+ * **RELAY**
895
+ */
896
+ export declare type DhcpTypeEnum = string;
897
+
898
+ /** An iSCSI volume from Microsoft.StoragePool provider */
899
+ export declare interface DiskPoolVolume {
900
+ /** Azure resource ID of the iSCSI target */
901
+ targetId: string;
902
+ /** Name of the LUN to be used for datastore */
903
+ lunName: string;
904
+ /** Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN */
905
+ mountOption?: MountOptionEnum;
906
+ /**
907
+ * Device path
908
+ * NOTE: This property will not be serialized. It can only be populated by the server.
909
+ */
910
+ readonly path?: string;
911
+ }
912
+
913
+ /**
914
+ * Defines values for DnsServiceLogLevelEnum. \
915
+ * {@link KnownDnsServiceLogLevelEnum} can be used interchangeably with DnsServiceLogLevelEnum,
916
+ * this enum contains the known values that the service supports.
917
+ * ### Known values supported by the service
918
+ * **DEBUG** \
919
+ * **INFO** \
920
+ * **WARNING** \
921
+ * **ERROR** \
922
+ * **FATAL**
923
+ */
924
+ export declare type DnsServiceLogLevelEnum = string;
925
+
926
+ /**
927
+ * Defines values for DnsServiceStatusEnum. \
928
+ * {@link KnownDnsServiceStatusEnum} can be used interchangeably with DnsServiceStatusEnum,
929
+ * this enum contains the known values that the service supports.
930
+ * ### Known values supported by the service
931
+ * **SUCCESS** \
932
+ * **FAILURE**
933
+ */
934
+ export declare type DnsServiceStatusEnum = string;
935
+
936
+ /** The properties of customer managed encryption key */
937
+ export declare interface Encryption {
938
+ /** Status of customer managed encryption key */
939
+ status?: EncryptionState;
940
+ /** The key vault where the encryption key is stored */
941
+ keyVaultProperties?: EncryptionKeyVaultProperties;
942
+ }
943
+
944
+ /**
945
+ * Defines values for EncryptionKeyStatus. \
946
+ * {@link KnownEncryptionKeyStatus} can be used interchangeably with EncryptionKeyStatus,
947
+ * this enum contains the known values that the service supports.
948
+ * ### Known values supported by the service
949
+ * **Connected** \
950
+ * **AccessDenied**
951
+ */
952
+ export declare type EncryptionKeyStatus = string;
953
+
954
+ /** An Encryption Key */
955
+ export declare interface EncryptionKeyVaultProperties {
956
+ /** The name of the key. */
957
+ keyName?: string;
958
+ /** The version of the key. */
959
+ keyVersion?: string;
960
+ /** The URL of the vault. */
961
+ keyVaultUrl?: string;
962
+ /**
963
+ * The state of key provided
964
+ * NOTE: This property will not be serialized. It can only be populated by the server.
965
+ */
966
+ readonly keyState?: EncryptionKeyStatus;
967
+ /**
968
+ * Property of the key if user provided or auto detected
969
+ * NOTE: This property will not be serialized. It can only be populated by the server.
970
+ */
971
+ readonly versionType?: EncryptionVersionType;
972
+ }
973
+
974
+ /**
975
+ * Defines values for EncryptionState. \
976
+ * {@link KnownEncryptionState} can be used interchangeably with EncryptionState,
977
+ * this enum contains the known values that the service supports.
978
+ * ### Known values supported by the service
979
+ * **Enabled** \
980
+ * **Disabled**
981
+ */
982
+ export declare type EncryptionState = string;
983
+
984
+ /**
985
+ * Defines values for EncryptionVersionType. \
986
+ * {@link KnownEncryptionVersionType} can be used interchangeably with EncryptionVersionType,
987
+ * this enum contains the known values that the service supports.
988
+ * ### Known values supported by the service
989
+ * **Fixed** \
990
+ * **AutoDetected**
991
+ */
992
+ export declare type EncryptionVersionType = string;
993
+
994
+ /** Endpoint addresses */
995
+ export declare interface Endpoints {
996
+ /**
997
+ * Endpoint for the NSX-T Data Center manager
998
+ * NOTE: This property will not be serialized. It can only be populated by the server.
999
+ */
1000
+ readonly nsxtManager?: string;
1001
+ /**
1002
+ * Endpoint for Virtual Center Server Appliance
1003
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1004
+ */
1005
+ readonly vcsa?: string;
1006
+ /**
1007
+ * Endpoint for the HCX Cloud Manager
1008
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1009
+ */
1010
+ readonly hcxCloudManager?: string;
1011
+ }
1012
+
1013
+ /** The resource management error additional info. */
1014
+ export declare interface ErrorAdditionalInfo {
1015
+ /**
1016
+ * The additional info type.
1017
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1018
+ */
1019
+ readonly type?: string;
1020
+ /**
1021
+ * The additional info.
1022
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1023
+ */
1024
+ readonly info?: Record<string, unknown>;
1025
+ }
1026
+
1027
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
1028
+ export declare interface ErrorResponse {
1029
+ /**
1030
+ * The error code.
1031
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1032
+ */
1033
+ readonly code?: string;
1034
+ /**
1035
+ * The error message.
1036
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1037
+ */
1038
+ readonly message?: string;
1039
+ /**
1040
+ * The error target.
1041
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1042
+ */
1043
+ readonly target?: string;
1044
+ /**
1045
+ * The error details.
1046
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1047
+ */
1048
+ readonly details?: ErrorResponse[];
1049
+ /**
1050
+ * The error additional info.
1051
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1052
+ */
1053
+ readonly additionalInfo?: ErrorAdditionalInfo[];
1054
+ }
1055
+
1056
+ /** ExpressRoute Circuit Authorization */
1057
+ export declare type ExpressRouteAuthorization = Resource & {
1058
+ /**
1059
+ * The state of the ExpressRoute Circuit Authorization provisioning
1060
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1061
+ */
1062
+ readonly provisioningState?: ExpressRouteAuthorizationProvisioningState;
1063
+ /**
1064
+ * The ID of the ExpressRoute Circuit Authorization
1065
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1066
+ */
1067
+ readonly expressRouteAuthorizationId?: string;
1068
+ /**
1069
+ * The key of the ExpressRoute Circuit Authorization
1070
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1071
+ */
1072
+ readonly expressRouteAuthorizationKey?: string;
1073
+ /** The ID of the ExpressRoute Circuit */
1074
+ expressRouteId?: string;
1075
+ };
1076
+
1077
+ /** A paged list of ExpressRoute Circuit Authorizations */
1078
+ export declare interface ExpressRouteAuthorizationList {
1079
+ /**
1080
+ * The items on a page
1081
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1082
+ */
1083
+ readonly value?: ExpressRouteAuthorization[];
1084
+ /**
1085
+ * URL to get the next page if any
1086
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1087
+ */
1088
+ readonly nextLink?: string;
1089
+ }
1090
+
1091
+ /**
1092
+ * Defines values for ExpressRouteAuthorizationProvisioningState. \
1093
+ * {@link KnownExpressRouteAuthorizationProvisioningState} can be used interchangeably with ExpressRouteAuthorizationProvisioningState,
1094
+ * this enum contains the known values that the service supports.
1095
+ * ### Known values supported by the service
1096
+ * **Succeeded** \
1097
+ * **Failed** \
1098
+ * **Updating**
1099
+ */
1100
+ export declare type ExpressRouteAuthorizationProvisioningState = string;
1101
+
1102
+ /** A global reach connection resource */
1103
+ export declare type GlobalReachConnection = Resource & {
1104
+ /**
1105
+ * The state of the ExpressRoute Circuit Authorization provisioning
1106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1107
+ */
1108
+ readonly provisioningState?: GlobalReachConnectionProvisioningState;
1109
+ /**
1110
+ * The network used for global reach carved out from the original network block provided for the private cloud
1111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1112
+ */
1113
+ readonly addressPrefix?: string;
1114
+ /** Authorization key from the peer express route used for the global reach connection */
1115
+ authorizationKey?: string;
1116
+ /**
1117
+ * The connection status of the global reach connection
1118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1119
+ */
1120
+ readonly circuitConnectionStatus?: GlobalReachConnectionStatus;
1121
+ /** Identifier of the ExpressRoute Circuit to peer with in the global reach connection */
1122
+ peerExpressRouteCircuit?: string;
1123
+ /** The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection */
1124
+ expressRouteId?: string;
1125
+ };
1126
+
1127
+ /** A paged list of global reach connections */
1128
+ export declare interface GlobalReachConnectionList {
1129
+ /**
1130
+ * The items on a page
1131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1132
+ */
1133
+ readonly value?: GlobalReachConnection[];
1134
+ /**
1135
+ * URL to get the next page if any
1136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1137
+ */
1138
+ readonly nextLink?: string;
1139
+ }
1140
+
1141
+ /**
1142
+ * Defines values for GlobalReachConnectionProvisioningState. \
1143
+ * {@link KnownGlobalReachConnectionProvisioningState} can be used interchangeably with GlobalReachConnectionProvisioningState,
1144
+ * this enum contains the known values that the service supports.
1145
+ * ### Known values supported by the service
1146
+ * **Succeeded** \
1147
+ * **Failed** \
1148
+ * **Updating**
1149
+ */
1150
+ export declare type GlobalReachConnectionProvisioningState = string;
1151
+
1152
+ /** Interface representing a GlobalReachConnections. */
1153
+ export declare interface GlobalReachConnections {
1154
+ /**
1155
+ * List global reach connections in a private cloud
1156
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1157
+ * @param privateCloudName Name of the private cloud
1158
+ * @param options The options parameters.
1159
+ */
1160
+ list(resourceGroupName: string, privateCloudName: string, options?: GlobalReachConnectionsListOptionalParams): PagedAsyncIterableIterator<GlobalReachConnection>;
1161
+ /**
1162
+ * Get a global reach connection by name in a private cloud
1163
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1164
+ * @param privateCloudName Name of the private cloud
1165
+ * @param globalReachConnectionName Name of the global reach connection in the private cloud
1166
+ * @param options The options parameters.
1167
+ */
1168
+ get(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsGetOptionalParams): Promise<GlobalReachConnectionsGetResponse>;
1169
+ /**
1170
+ * Create or update a global reach connection in a private cloud
1171
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1172
+ * @param privateCloudName The name of the private cloud.
1173
+ * @param globalReachConnectionName Name of the global reach connection in the private cloud
1174
+ * @param globalReachConnection A global reach connection in the private cloud
1175
+ * @param options The options parameters.
1176
+ */
1177
+ beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, globalReachConnection: GlobalReachConnection, options?: GlobalReachConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<GlobalReachConnectionsCreateOrUpdateResponse>, GlobalReachConnectionsCreateOrUpdateResponse>>;
1178
+ /**
1179
+ * Create or update a global reach connection in a private cloud
1180
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1181
+ * @param privateCloudName The name of the private cloud.
1182
+ * @param globalReachConnectionName Name of the global reach connection in the private cloud
1183
+ * @param globalReachConnection A global reach connection in the private cloud
1184
+ * @param options The options parameters.
1185
+ */
1186
+ beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, globalReachConnection: GlobalReachConnection, options?: GlobalReachConnectionsCreateOrUpdateOptionalParams): Promise<GlobalReachConnectionsCreateOrUpdateResponse>;
1187
+ /**
1188
+ * Delete a global reach connection in a private cloud
1189
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1190
+ * @param privateCloudName Name of the private cloud
1191
+ * @param globalReachConnectionName Name of the global reach connection in the private cloud
1192
+ * @param options The options parameters.
1193
+ */
1194
+ beginDelete(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1195
+ /**
1196
+ * Delete a global reach connection in a private cloud
1197
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1198
+ * @param privateCloudName Name of the private cloud
1199
+ * @param globalReachConnectionName Name of the global reach connection in the private cloud
1200
+ * @param options The options parameters.
1201
+ */
1202
+ beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, globalReachConnectionName: string, options?: GlobalReachConnectionsDeleteOptionalParams): Promise<void>;
1203
+ }
1204
+
1205
+ /** Optional parameters. */
1206
+ export declare interface GlobalReachConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1207
+ /** Delay to wait until next poll, in milliseconds. */
1208
+ updateIntervalInMs?: number;
1209
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1210
+ resumeFrom?: string;
1211
+ }
1212
+
1213
+ /** Contains response data for the createOrUpdate operation. */
1214
+ export declare type GlobalReachConnectionsCreateOrUpdateResponse = GlobalReachConnection;
1215
+
1216
+ /** Optional parameters. */
1217
+ export declare interface GlobalReachConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
1218
+ /** Delay to wait until next poll, in milliseconds. */
1219
+ updateIntervalInMs?: number;
1220
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1221
+ resumeFrom?: string;
1222
+ }
1223
+
1224
+ /** Optional parameters. */
1225
+ export declare interface GlobalReachConnectionsGetOptionalParams extends coreClient.OperationOptions {
1226
+ }
1227
+
1228
+ /** Contains response data for the get operation. */
1229
+ export declare type GlobalReachConnectionsGetResponse = GlobalReachConnection;
1230
+
1231
+ /** Optional parameters. */
1232
+ export declare interface GlobalReachConnectionsListNextOptionalParams extends coreClient.OperationOptions {
1233
+ }
1234
+
1235
+ /** Contains response data for the listNext operation. */
1236
+ export declare type GlobalReachConnectionsListNextResponse = GlobalReachConnectionList;
1237
+
1238
+ /** Optional parameters. */
1239
+ export declare interface GlobalReachConnectionsListOptionalParams extends coreClient.OperationOptions {
1240
+ }
1241
+
1242
+ /** Contains response data for the list operation. */
1243
+ export declare type GlobalReachConnectionsListResponse = GlobalReachConnectionList;
1244
+
1245
+ /**
1246
+ * Defines values for GlobalReachConnectionStatus. \
1247
+ * {@link KnownGlobalReachConnectionStatus} can be used interchangeably with GlobalReachConnectionStatus,
1248
+ * this enum contains the known values that the service supports.
1249
+ * ### Known values supported by the service
1250
+ * **Connected** \
1251
+ * **Connecting** \
1252
+ * **Disconnected**
1253
+ */
1254
+ export declare type GlobalReachConnectionStatus = string;
1255
+
1256
+ /** An HCX Enterprise Site resource */
1257
+ export declare type HcxEnterpriseSite = Resource & {
1258
+ /**
1259
+ * The activation key
1260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1261
+ */
1262
+ readonly activationKey?: string;
1263
+ /**
1264
+ * The status of the HCX Enterprise Site
1265
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1266
+ */
1267
+ readonly status?: HcxEnterpriseSiteStatus;
1268
+ };
1269
+
1270
+ /** A paged list of HCX Enterprise Sites */
1271
+ export declare interface HcxEnterpriseSiteList {
1272
+ /**
1273
+ * The items on a page
1274
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1275
+ */
1276
+ readonly value?: HcxEnterpriseSite[];
1277
+ /**
1278
+ * URL to get the next page if any
1279
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1280
+ */
1281
+ readonly nextLink?: string;
1282
+ }
1283
+
1284
+ /** Interface representing a HcxEnterpriseSites. */
1285
+ export declare interface HcxEnterpriseSites {
1286
+ /**
1287
+ * List HCX Enterprise Sites in a private cloud
1288
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1289
+ * @param privateCloudName Name of the private cloud
1290
+ * @param options The options parameters.
1291
+ */
1292
+ list(resourceGroupName: string, privateCloudName: string, options?: HcxEnterpriseSitesListOptionalParams): PagedAsyncIterableIterator<HcxEnterpriseSite>;
1293
+ /**
1294
+ * Get an HCX Enterprise Site by name in a private cloud
1295
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1296
+ * @param privateCloudName Name of the private cloud
1297
+ * @param hcxEnterpriseSiteName Name of the HCX Enterprise Site in the private cloud
1298
+ * @param options The options parameters.
1299
+ */
1300
+ get(resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, options?: HcxEnterpriseSitesGetOptionalParams): Promise<HcxEnterpriseSitesGetResponse>;
1301
+ /**
1302
+ * Create or update an HCX Enterprise Site in a private cloud
1303
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1304
+ * @param privateCloudName The name of the private cloud.
1305
+ * @param hcxEnterpriseSiteName Name of the HCX Enterprise Site in the private cloud
1306
+ * @param hcxEnterpriseSite The HCX Enterprise Site
1307
+ * @param options The options parameters.
1308
+ */
1309
+ createOrUpdate(resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, hcxEnterpriseSite: HcxEnterpriseSite, options?: HcxEnterpriseSitesCreateOrUpdateOptionalParams): Promise<HcxEnterpriseSitesCreateOrUpdateResponse>;
1310
+ /**
1311
+ * Delete an HCX Enterprise Site in a private cloud
1312
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1313
+ * @param privateCloudName Name of the private cloud
1314
+ * @param hcxEnterpriseSiteName Name of the HCX Enterprise Site in the private cloud
1315
+ * @param options The options parameters.
1316
+ */
1317
+ delete(resourceGroupName: string, privateCloudName: string, hcxEnterpriseSiteName: string, options?: HcxEnterpriseSitesDeleteOptionalParams): Promise<void>;
1318
+ }
1319
+
1320
+ /** Optional parameters. */
1321
+ export declare interface HcxEnterpriseSitesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1322
+ }
1323
+
1324
+ /** Contains response data for the createOrUpdate operation. */
1325
+ export declare type HcxEnterpriseSitesCreateOrUpdateResponse = HcxEnterpriseSite;
1326
+
1327
+ /** Optional parameters. */
1328
+ export declare interface HcxEnterpriseSitesDeleteOptionalParams extends coreClient.OperationOptions {
1329
+ }
1330
+
1331
+ /** Optional parameters. */
1332
+ export declare interface HcxEnterpriseSitesGetOptionalParams extends coreClient.OperationOptions {
1333
+ }
1334
+
1335
+ /** Contains response data for the get operation. */
1336
+ export declare type HcxEnterpriseSitesGetResponse = HcxEnterpriseSite;
1337
+
1338
+ /** Optional parameters. */
1339
+ export declare interface HcxEnterpriseSitesListNextOptionalParams extends coreClient.OperationOptions {
1340
+ }
1341
+
1342
+ /** Contains response data for the listNext operation. */
1343
+ export declare type HcxEnterpriseSitesListNextResponse = HcxEnterpriseSiteList;
1344
+
1345
+ /** Optional parameters. */
1346
+ export declare interface HcxEnterpriseSitesListOptionalParams extends coreClient.OperationOptions {
1347
+ }
1348
+
1349
+ /** Contains response data for the list operation. */
1350
+ export declare type HcxEnterpriseSitesListResponse = HcxEnterpriseSiteList;
1351
+
1352
+ /**
1353
+ * Defines values for HcxEnterpriseSiteStatus. \
1354
+ * {@link KnownHcxEnterpriseSiteStatus} can be used interchangeably with HcxEnterpriseSiteStatus,
1355
+ * this enum contains the known values that the service supports.
1356
+ * ### Known values supported by the service
1357
+ * **Available** \
1358
+ * **Consumed** \
1359
+ * **Deactivated** \
1360
+ * **Deleted**
1361
+ */
1362
+ export declare type HcxEnterpriseSiteStatus = string;
1363
+
1364
+ /** vCenter Single Sign On Identity Source */
1365
+ export declare interface IdentitySource {
1366
+ /** The name of the identity source */
1367
+ name?: string;
1368
+ /** The domain's NetBIOS name */
1369
+ alias?: string;
1370
+ /** The domain's dns name */
1371
+ domain?: string;
1372
+ /** The base distinguished name for users */
1373
+ baseUserDN?: string;
1374
+ /** The base distinguished name for groups */
1375
+ baseGroupDN?: string;
1376
+ /** Primary server URL */
1377
+ primaryServer?: string;
1378
+ /** Secondary server URL */
1379
+ secondaryServer?: string;
1380
+ /** Protect LDAP communication using SSL certificate (LDAPS) */
1381
+ ssl?: SslEnum;
1382
+ /** The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group */
1383
+ username?: string;
1384
+ /** The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups. */
1385
+ password?: string;
1386
+ }
1387
+
1388
+ /**
1389
+ * Defines values for InternetEnum. \
1390
+ * {@link KnownInternetEnum} can be used interchangeably with InternetEnum,
1391
+ * this enum contains the known values that the service supports.
1392
+ * ### Known values supported by the service
1393
+ * **Enabled** \
1394
+ * **Disabled**
1395
+ */
1396
+ export declare type InternetEnum = string;
1397
+
1398
+ /** Known values of {@link AddonProvisioningState} that the service accepts. */
1399
+ export declare enum KnownAddonProvisioningState {
1400
+ Succeeded = "Succeeded",
1401
+ Failed = "Failed",
1402
+ Cancelled = "Cancelled",
1403
+ Building = "Building",
1404
+ Deleting = "Deleting",
1405
+ Updating = "Updating"
1406
+ }
1407
+
1408
+ /** Known values of {@link AddonType} that the service accepts. */
1409
+ export declare enum KnownAddonType {
1410
+ SRM = "SRM",
1411
+ VR = "VR",
1412
+ HCX = "HCX"
1413
+ }
1414
+
1415
+ /** Known values of {@link AffinityType} that the service accepts. */
1416
+ export declare enum KnownAffinityType {
1417
+ Affinity = "Affinity",
1418
+ AntiAffinity = "AntiAffinity"
1419
+ }
1420
+
1421
+ /** Known values of {@link AvailabilityStrategy} that the service accepts. */
1422
+ export declare enum KnownAvailabilityStrategy {
1423
+ SingleZone = "SingleZone",
1424
+ DualZone = "DualZone"
1425
+ }
1426
+
1427
+ /** Known values of {@link CloudLinkStatus} that the service accepts. */
1428
+ export declare enum KnownCloudLinkStatus {
1429
+ Active = "Active",
1430
+ Building = "Building",
1431
+ Deleting = "Deleting",
1432
+ Failed = "Failed",
1433
+ Disconnected = "Disconnected"
1434
+ }
1435
+
1436
+ /** Known values of {@link ClusterProvisioningState} that the service accepts. */
1437
+ export declare enum KnownClusterProvisioningState {
1438
+ Succeeded = "Succeeded",
1439
+ Failed = "Failed",
1440
+ Cancelled = "Cancelled",
1441
+ Deleting = "Deleting",
1442
+ Updating = "Updating"
1443
+ }
1444
+
1445
+ /** Known values of {@link DatastoreProvisioningState} that the service accepts. */
1446
+ export declare enum KnownDatastoreProvisioningState {
1447
+ Succeeded = "Succeeded",
1448
+ Failed = "Failed",
1449
+ Cancelled = "Cancelled",
1450
+ Pending = "Pending",
1451
+ Creating = "Creating",
1452
+ Updating = "Updating",
1453
+ Deleting = "Deleting"
1454
+ }
1455
+
1456
+ /** Known values of {@link DatastoreStatus} that the service accepts. */
1457
+ export declare enum KnownDatastoreStatus {
1458
+ Unknown = "Unknown",
1459
+ Accessible = "Accessible",
1460
+ Inaccessible = "Inaccessible",
1461
+ Attached = "Attached",
1462
+ Detached = "Detached",
1463
+ LostCommunication = "LostCommunication",
1464
+ DeadOrError = "DeadOrError"
1465
+ }
1466
+
1467
+ /** Known values of {@link DhcpTypeEnum} that the service accepts. */
1468
+ export declare enum KnownDhcpTypeEnum {
1469
+ Server = "SERVER",
1470
+ Relay = "RELAY"
1471
+ }
1472
+
1473
+ /** Known values of {@link DnsServiceLogLevelEnum} that the service accepts. */
1474
+ export declare enum KnownDnsServiceLogLevelEnum {
1475
+ Debug = "DEBUG",
1476
+ Info = "INFO",
1477
+ Warning = "WARNING",
1478
+ Error = "ERROR",
1479
+ Fatal = "FATAL"
1480
+ }
1481
+
1482
+ /** Known values of {@link DnsServiceStatusEnum} that the service accepts. */
1483
+ export declare enum KnownDnsServiceStatusEnum {
1484
+ Success = "SUCCESS",
1485
+ Failure = "FAILURE"
1486
+ }
1487
+
1488
+ /** Known values of {@link EncryptionKeyStatus} that the service accepts. */
1489
+ export declare enum KnownEncryptionKeyStatus {
1490
+ Connected = "Connected",
1491
+ AccessDenied = "AccessDenied"
1492
+ }
1493
+
1494
+ /** Known values of {@link EncryptionState} that the service accepts. */
1495
+ export declare enum KnownEncryptionState {
1496
+ Enabled = "Enabled",
1497
+ Disabled = "Disabled"
1498
+ }
1499
+
1500
+ /** Known values of {@link EncryptionVersionType} that the service accepts. */
1501
+ export declare enum KnownEncryptionVersionType {
1502
+ Fixed = "Fixed",
1503
+ AutoDetected = "AutoDetected"
1504
+ }
1505
+
1506
+ /** Known values of {@link ExpressRouteAuthorizationProvisioningState} that the service accepts. */
1507
+ export declare enum KnownExpressRouteAuthorizationProvisioningState {
1508
+ Succeeded = "Succeeded",
1509
+ Failed = "Failed",
1510
+ Updating = "Updating"
1511
+ }
1512
+
1513
+ /** Known values of {@link GlobalReachConnectionProvisioningState} that the service accepts. */
1514
+ export declare enum KnownGlobalReachConnectionProvisioningState {
1515
+ Succeeded = "Succeeded",
1516
+ Failed = "Failed",
1517
+ Updating = "Updating"
1518
+ }
1519
+
1520
+ /** Known values of {@link GlobalReachConnectionStatus} that the service accepts. */
1521
+ export declare enum KnownGlobalReachConnectionStatus {
1522
+ Connected = "Connected",
1523
+ Connecting = "Connecting",
1524
+ Disconnected = "Disconnected"
1525
+ }
1526
+
1527
+ /** Known values of {@link HcxEnterpriseSiteStatus} that the service accepts. */
1528
+ export declare enum KnownHcxEnterpriseSiteStatus {
1529
+ Available = "Available",
1530
+ Consumed = "Consumed",
1531
+ Deactivated = "Deactivated",
1532
+ Deleted = "Deleted"
1533
+ }
1534
+
1535
+ /** Known values of {@link InternetEnum} that the service accepts. */
1536
+ export declare enum KnownInternetEnum {
1537
+ Enabled = "Enabled",
1538
+ Disabled = "Disabled"
1539
+ }
1540
+
1541
+ /** Known values of {@link MountOptionEnum} that the service accepts. */
1542
+ export declare enum KnownMountOptionEnum {
1543
+ Mount = "MOUNT",
1544
+ Attach = "ATTACH"
1545
+ }
1546
+
1547
+ /** Known values of {@link OptionalParamEnum} that the service accepts. */
1548
+ export declare enum KnownOptionalParamEnum {
1549
+ Optional = "Optional",
1550
+ Required = "Required"
1551
+ }
1552
+
1553
+ /** Known values of {@link PlacementPolicyProvisioningState} that the service accepts. */
1554
+ export declare enum KnownPlacementPolicyProvisioningState {
1555
+ Succeeded = "Succeeded",
1556
+ Failed = "Failed",
1557
+ Building = "Building",
1558
+ Deleting = "Deleting",
1559
+ Updating = "Updating"
1560
+ }
1561
+
1562
+ /** Known values of {@link PlacementPolicyState} that the service accepts. */
1563
+ export declare enum KnownPlacementPolicyState {
1564
+ Enabled = "Enabled",
1565
+ Disabled = "Disabled"
1566
+ }
1567
+
1568
+ /** Known values of {@link PlacementPolicyType} that the service accepts. */
1569
+ export declare enum KnownPlacementPolicyType {
1570
+ VmVm = "VmVm",
1571
+ VmHost = "VmHost"
1572
+ }
1573
+
1574
+ /** Known values of {@link PortMirroringDirectionEnum} that the service accepts. */
1575
+ export declare enum KnownPortMirroringDirectionEnum {
1576
+ Ingress = "INGRESS",
1577
+ Egress = "EGRESS",
1578
+ Bidirectional = "BIDIRECTIONAL"
1579
+ }
1580
+
1581
+ /** Known values of {@link PortMirroringStatusEnum} that the service accepts. */
1582
+ export declare enum KnownPortMirroringStatusEnum {
1583
+ Success = "SUCCESS",
1584
+ Failure = "FAILURE"
1585
+ }
1586
+
1587
+ /** Known values of {@link PrivateCloudProvisioningState} that the service accepts. */
1588
+ export declare enum KnownPrivateCloudProvisioningState {
1589
+ Succeeded = "Succeeded",
1590
+ Failed = "Failed",
1591
+ Cancelled = "Cancelled",
1592
+ Pending = "Pending",
1593
+ Building = "Building",
1594
+ Deleting = "Deleting",
1595
+ Updating = "Updating"
1596
+ }
1597
+
1598
+ /** Known values of {@link QuotaEnabled} that the service accepts. */
1599
+ export declare enum KnownQuotaEnabled {
1600
+ Enabled = "Enabled",
1601
+ Disabled = "Disabled"
1602
+ }
1603
+
1604
+ /** Known values of {@link ResourceIdentityType} that the service accepts. */
1605
+ export declare enum KnownResourceIdentityType {
1606
+ SystemAssigned = "SystemAssigned",
1607
+ None = "None"
1608
+ }
1609
+
1610
+ /** Known values of {@link ScriptExecutionParameterType} that the service accepts. */
1611
+ export declare enum KnownScriptExecutionParameterType {
1612
+ Value = "Value",
1613
+ SecureValue = "SecureValue",
1614
+ Credential = "Credential"
1615
+ }
1616
+
1617
+ /** Known values of {@link ScriptExecutionProvisioningState} that the service accepts. */
1618
+ export declare enum KnownScriptExecutionProvisioningState {
1619
+ Pending = "Pending",
1620
+ Running = "Running",
1621
+ Succeeded = "Succeeded",
1622
+ Failed = "Failed",
1623
+ Cancelling = "Cancelling",
1624
+ Cancelled = "Cancelled",
1625
+ Deleting = "Deleting"
1626
+ }
1627
+
1628
+ /** Known values of {@link ScriptOutputStreamType} that the service accepts. */
1629
+ export declare enum KnownScriptOutputStreamType {
1630
+ Information = "Information",
1631
+ Warning = "Warning",
1632
+ Output = "Output",
1633
+ Error = "Error"
1634
+ }
1635
+
1636
+ /** Known values of {@link ScriptParameterTypes} that the service accepts. */
1637
+ export declare enum KnownScriptParameterTypes {
1638
+ String = "String",
1639
+ SecureString = "SecureString",
1640
+ Credential = "Credential",
1641
+ Int = "Int",
1642
+ Bool = "Bool",
1643
+ Float = "Float"
1644
+ }
1645
+
1646
+ /** Known values of {@link SegmentStatusEnum} that the service accepts. */
1647
+ export declare enum KnownSegmentStatusEnum {
1648
+ Success = "SUCCESS",
1649
+ Failure = "FAILURE"
1650
+ }
1651
+
1652
+ /** Known values of {@link SslEnum} that the service accepts. */
1653
+ export declare enum KnownSslEnum {
1654
+ Enabled = "Enabled",
1655
+ Disabled = "Disabled"
1656
+ }
1657
+
1658
+ /** Known values of {@link TrialStatus} that the service accepts. */
1659
+ export declare enum KnownTrialStatus {
1660
+ TrialAvailable = "TrialAvailable",
1661
+ TrialUsed = "TrialUsed",
1662
+ TrialDisabled = "TrialDisabled"
1663
+ }
1664
+
1665
+ /** Known values of {@link VirtualMachineRestrictMovementState} that the service accepts. */
1666
+ export declare enum KnownVirtualMachineRestrictMovementState {
1667
+ Enabled = "Enabled",
1668
+ Disabled = "Disabled"
1669
+ }
1670
+
1671
+ /** Known values of {@link VisibilityParameterEnum} that the service accepts. */
1672
+ export declare enum KnownVisibilityParameterEnum {
1673
+ Visible = "Visible",
1674
+ Hidden = "Hidden"
1675
+ }
1676
+
1677
+ /** Known values of {@link VMGroupStatusEnum} that the service accepts. */
1678
+ export declare enum KnownVMGroupStatusEnum {
1679
+ Success = "SUCCESS",
1680
+ Failure = "FAILURE"
1681
+ }
1682
+
1683
+ /** Known values of {@link VMTypeEnum} that the service accepts. */
1684
+ export declare enum KnownVMTypeEnum {
1685
+ Regular = "REGULAR",
1686
+ Edge = "EDGE",
1687
+ Service = "SERVICE"
1688
+ }
1689
+
1690
+ /** Known values of {@link WorkloadNetworkDhcpProvisioningState} that the service accepts. */
1691
+ export declare enum KnownWorkloadNetworkDhcpProvisioningState {
1692
+ Succeeded = "Succeeded",
1693
+ Failed = "Failed",
1694
+ Building = "Building",
1695
+ Deleting = "Deleting",
1696
+ Updating = "Updating"
1697
+ }
1698
+
1699
+ /** Known values of {@link WorkloadNetworkDnsServiceProvisioningState} that the service accepts. */
1700
+ export declare enum KnownWorkloadNetworkDnsServiceProvisioningState {
1701
+ Succeeded = "Succeeded",
1702
+ Failed = "Failed",
1703
+ Building = "Building",
1704
+ Deleting = "Deleting",
1705
+ Updating = "Updating"
1706
+ }
1707
+
1708
+ /** Known values of {@link WorkloadNetworkDnsZoneProvisioningState} that the service accepts. */
1709
+ export declare enum KnownWorkloadNetworkDnsZoneProvisioningState {
1710
+ Succeeded = "Succeeded",
1711
+ Failed = "Failed",
1712
+ Building = "Building",
1713
+ Deleting = "Deleting",
1714
+ Updating = "Updating"
1715
+ }
1716
+
1717
+ /** Known values of {@link WorkloadNetworkPortMirroringProvisioningState} that the service accepts. */
1718
+ export declare enum KnownWorkloadNetworkPortMirroringProvisioningState {
1719
+ Succeeded = "Succeeded",
1720
+ Failed = "Failed",
1721
+ Building = "Building",
1722
+ Deleting = "Deleting",
1723
+ Updating = "Updating"
1724
+ }
1725
+
1726
+ /** Known values of {@link WorkloadNetworkPublicIPProvisioningState} that the service accepts. */
1727
+ export declare enum KnownWorkloadNetworkPublicIPProvisioningState {
1728
+ Succeeded = "Succeeded",
1729
+ Failed = "Failed",
1730
+ Building = "Building",
1731
+ Deleting = "Deleting",
1732
+ Updating = "Updating"
1733
+ }
1734
+
1735
+ /** Known values of {@link WorkloadNetworkSegmentProvisioningState} that the service accepts. */
1736
+ export declare enum KnownWorkloadNetworkSegmentProvisioningState {
1737
+ Succeeded = "Succeeded",
1738
+ Failed = "Failed",
1739
+ Building = "Building",
1740
+ Deleting = "Deleting",
1741
+ Updating = "Updating"
1742
+ }
1743
+
1744
+ /** Known values of {@link WorkloadNetworkVMGroupProvisioningState} that the service accepts. */
1745
+ export declare enum KnownWorkloadNetworkVMGroupProvisioningState {
1746
+ Succeeded = "Succeeded",
1747
+ Failed = "Failed",
1748
+ Building = "Building",
1749
+ Deleting = "Deleting",
1750
+ Updating = "Updating"
1751
+ }
1752
+
1753
+ /** Interface representing a Locations. */
1754
+ export declare interface Locations {
1755
+ /**
1756
+ * Return trial status for subscription by region
1757
+ * @param location Azure region
1758
+ * @param options The options parameters.
1759
+ */
1760
+ checkTrialAvailability(location: string, options?: LocationsCheckTrialAvailabilityOptionalParams): Promise<LocationsCheckTrialAvailabilityResponse>;
1761
+ /**
1762
+ * Return quota for subscription by region
1763
+ * @param location Azure region
1764
+ * @param options The options parameters.
1765
+ */
1766
+ checkQuotaAvailability(location: string, options?: LocationsCheckQuotaAvailabilityOptionalParams): Promise<LocationsCheckQuotaAvailabilityResponse>;
1767
+ }
1768
+
1769
+ /** Optional parameters. */
1770
+ export declare interface LocationsCheckQuotaAvailabilityOptionalParams extends coreClient.OperationOptions {
1771
+ }
1772
+
1773
+ /** Contains response data for the checkQuotaAvailability operation. */
1774
+ export declare type LocationsCheckQuotaAvailabilityResponse = Quota;
1775
+
1776
+ /** Optional parameters. */
1777
+ export declare interface LocationsCheckTrialAvailabilityOptionalParams extends coreClient.OperationOptions {
1778
+ }
1779
+
1780
+ /** Contains response data for the checkTrialAvailability operation. */
1781
+ export declare type LocationsCheckTrialAvailabilityResponse = Trial;
1782
+
1783
+ /** Specifications of the Log for Azure Monitoring */
1784
+ export declare interface LogSpecification {
1785
+ /** Name of the log */
1786
+ name?: string;
1787
+ /** Localized friendly display name of the log */
1788
+ displayName?: string;
1789
+ /** Blob duration of the log */
1790
+ blobDuration?: string;
1791
+ }
1792
+
1793
+ /** The properties of a management cluster */
1794
+ export declare type ManagementCluster = CommonClusterProperties & {};
1795
+
1796
+ /** Specifications of the Dimension of metrics */
1797
+ export declare interface MetricDimension {
1798
+ /** Name of the dimension */
1799
+ name?: string;
1800
+ /** Localized friendly display name of the dimension */
1801
+ displayName?: string;
1802
+ /** Name of the dimension as it appears in MDM */
1803
+ internalName?: string;
1804
+ /** A boolean flag indicating whether this dimension should be included for the shoebox export scenario */
1805
+ toBeExportedForShoebox?: boolean;
1806
+ }
1807
+
1808
+ /** Specifications of the Metrics for Azure Monitoring */
1809
+ export declare interface MetricSpecification {
1810
+ /** Name of the metric */
1811
+ name?: string;
1812
+ /** Localized friendly display name of the metric */
1813
+ displayName?: string;
1814
+ /** Localized friendly description of the metric */
1815
+ displayDescription?: string;
1816
+ /** Unit that makes sense for the metric */
1817
+ unit?: string;
1818
+ /** Name of the metric category that the metric belongs to. A metric can only belong to a single category. */
1819
+ category?: string;
1820
+ /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
1821
+ aggregationType?: string;
1822
+ /** Supported aggregation types */
1823
+ supportedAggregationTypes?: string[];
1824
+ /** Supported time grain types */
1825
+ supportedTimeGrainTypes?: string[];
1826
+ /** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */
1827
+ fillGapWithZero?: boolean;
1828
+ /** Dimensions of the metric */
1829
+ dimensions?: MetricDimension[];
1830
+ /** Whether or not the service is using regional MDM accounts. */
1831
+ enableRegionalMdmAccount?: string;
1832
+ /** The name of the MDM account. */
1833
+ sourceMdmAccount?: string;
1834
+ /** The name of the MDM namespace. */
1835
+ sourceMdmNamespace?: string;
1836
+ }
1837
+
1838
+ /**
1839
+ * Defines values for MountOptionEnum. \
1840
+ * {@link KnownMountOptionEnum} can be used interchangeably with MountOptionEnum,
1841
+ * this enum contains the known values that the service supports.
1842
+ * ### Known values supported by the service
1843
+ * **MOUNT** \
1844
+ * **ATTACH**
1845
+ */
1846
+ export declare type MountOptionEnum = string;
1847
+
1848
+ /** An Azure NetApp Files volume from Microsoft.NetApp provider */
1849
+ export declare interface NetAppVolume {
1850
+ /** Azure resource ID of the NetApp volume */
1851
+ id: string;
1852
+ }
1853
+
1854
+ /** A REST API operation */
1855
+ export declare interface Operation {
1856
+ /**
1857
+ * Name of the operation being performed on this object
1858
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1859
+ */
1860
+ readonly name?: string;
1861
+ /**
1862
+ * Contains the localized display information for this operation
1863
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1864
+ */
1865
+ readonly display?: OperationDisplay;
1866
+ /** Gets or sets a value indicating whether the operation is a data action or not */
1867
+ isDataAction?: boolean;
1868
+ /** Origin of the operation */
1869
+ origin?: string;
1870
+ /** Properties of the operation */
1871
+ properties?: OperationProperties;
1872
+ }
1873
+
1874
+ /** Contains the localized display information for this operation */
1875
+ export declare interface OperationDisplay {
1876
+ /**
1877
+ * Localized friendly form of the resource provider name
1878
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1879
+ */
1880
+ readonly provider?: string;
1881
+ /**
1882
+ * Localized friendly form of the resource type related to this operation
1883
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1884
+ */
1885
+ readonly resource?: string;
1886
+ /**
1887
+ * Localized friendly name for the operation
1888
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1889
+ */
1890
+ readonly operation?: string;
1891
+ /**
1892
+ * Localized friendly description for the operation
1893
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1894
+ */
1895
+ readonly description?: string;
1896
+ }
1897
+
1898
+ /** Pageable list of operations */
1899
+ export declare interface OperationList {
1900
+ /**
1901
+ * List of operations
1902
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1903
+ */
1904
+ readonly value?: Operation[];
1905
+ /**
1906
+ * URL to get the next page if any
1907
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1908
+ */
1909
+ readonly nextLink?: string;
1910
+ }
1911
+
1912
+ /** Extra Operation properties */
1913
+ export declare interface OperationProperties {
1914
+ /** Service specifications of the operation */
1915
+ serviceSpecification?: ServiceSpecification;
1916
+ }
1917
+
1918
+ /** Interface representing a Operations. */
1919
+ export declare interface Operations {
1920
+ /**
1921
+ * Lists all of the available operations
1922
+ * @param options The options parameters.
1923
+ */
1924
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
1925
+ }
1926
+
1927
+ /** Optional parameters. */
1928
+ export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1929
+ }
1930
+
1931
+ /** Contains response data for the listNext operation. */
1932
+ export declare type OperationsListNextResponse = OperationList;
1933
+
1934
+ /** Optional parameters. */
1935
+ export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
1936
+ }
1937
+
1938
+ /** Contains response data for the list operation. */
1939
+ export declare type OperationsListResponse = OperationList;
1940
+
1941
+ /**
1942
+ * Defines values for OptionalParamEnum. \
1943
+ * {@link KnownOptionalParamEnum} can be used interchangeably with OptionalParamEnum,
1944
+ * this enum contains the known values that the service supports.
1945
+ * ### Known values supported by the service
1946
+ * **Optional** \
1947
+ * **Required**
1948
+ */
1949
+ export declare type OptionalParamEnum = string;
1950
+
1951
+ /** Interface representing a PlacementPolicies. */
1952
+ export declare interface PlacementPolicies {
1953
+ /**
1954
+ * List placement policies in a private cloud cluster
1955
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1956
+ * @param privateCloudName Name of the private cloud
1957
+ * @param clusterName Name of the cluster in the private cloud
1958
+ * @param options The options parameters.
1959
+ */
1960
+ list(resourceGroupName: string, privateCloudName: string, clusterName: string, options?: PlacementPoliciesListOptionalParams): PagedAsyncIterableIterator<PlacementPolicy>;
1961
+ /**
1962
+ * Get a placement policy by name in a private cloud cluster
1963
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1964
+ * @param privateCloudName Name of the private cloud
1965
+ * @param clusterName Name of the cluster in the private cloud
1966
+ * @param placementPolicyName Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement
1967
+ * policy
1968
+ * @param options The options parameters.
1969
+ */
1970
+ get(resourceGroupName: string, privateCloudName: string, clusterName: string, placementPolicyName: string, options?: PlacementPoliciesGetOptionalParams): Promise<PlacementPoliciesGetResponse>;
1971
+ /**
1972
+ * Create or update a placement policy in a private cloud cluster
1973
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1974
+ * @param privateCloudName Name of the private cloud
1975
+ * @param clusterName Name of the cluster in the private cloud
1976
+ * @param placementPolicyName Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement
1977
+ * policy
1978
+ * @param placementPolicy A placement policy in the private cloud cluster
1979
+ * @param options The options parameters.
1980
+ */
1981
+ beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, clusterName: string, placementPolicyName: string, placementPolicy: PlacementPolicy, options?: PlacementPoliciesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PlacementPoliciesCreateOrUpdateResponse>, PlacementPoliciesCreateOrUpdateResponse>>;
1982
+ /**
1983
+ * Create or update a placement policy in a private cloud cluster
1984
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1985
+ * @param privateCloudName Name of the private cloud
1986
+ * @param clusterName Name of the cluster in the private cloud
1987
+ * @param placementPolicyName Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement
1988
+ * policy
1989
+ * @param placementPolicy A placement policy in the private cloud cluster
1990
+ * @param options The options parameters.
1991
+ */
1992
+ beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, clusterName: string, placementPolicyName: string, placementPolicy: PlacementPolicy, options?: PlacementPoliciesCreateOrUpdateOptionalParams): Promise<PlacementPoliciesCreateOrUpdateResponse>;
1993
+ /**
1994
+ * Update a placement policy in a private cloud cluster
1995
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1996
+ * @param privateCloudName Name of the private cloud
1997
+ * @param clusterName Name of the cluster in the private cloud
1998
+ * @param placementPolicyName Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement
1999
+ * policy
2000
+ * @param placementPolicyUpdate The placement policy properties that may be updated
2001
+ * @param options The options parameters.
2002
+ */
2003
+ beginUpdate(resourceGroupName: string, privateCloudName: string, clusterName: string, placementPolicyName: string, placementPolicyUpdate: PlacementPolicyUpdate, options?: PlacementPoliciesUpdateOptionalParams): Promise<PollerLike<PollOperationState<PlacementPoliciesUpdateResponse>, PlacementPoliciesUpdateResponse>>;
2004
+ /**
2005
+ * Update a placement policy in a private cloud cluster
2006
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2007
+ * @param privateCloudName Name of the private cloud
2008
+ * @param clusterName Name of the cluster in the private cloud
2009
+ * @param placementPolicyName Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement
2010
+ * policy
2011
+ * @param placementPolicyUpdate The placement policy properties that may be updated
2012
+ * @param options The options parameters.
2013
+ */
2014
+ beginUpdateAndWait(resourceGroupName: string, privateCloudName: string, clusterName: string, placementPolicyName: string, placementPolicyUpdate: PlacementPolicyUpdate, options?: PlacementPoliciesUpdateOptionalParams): Promise<PlacementPoliciesUpdateResponse>;
2015
+ /**
2016
+ * Delete a placement policy in a private cloud cluster
2017
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2018
+ * @param privateCloudName Name of the private cloud
2019
+ * @param clusterName Name of the cluster in the private cloud
2020
+ * @param placementPolicyName Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement
2021
+ * policy
2022
+ * @param options The options parameters.
2023
+ */
2024
+ beginDelete(resourceGroupName: string, privateCloudName: string, clusterName: string, placementPolicyName: string, options?: PlacementPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2025
+ /**
2026
+ * Delete a placement policy in a private cloud cluster
2027
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2028
+ * @param privateCloudName Name of the private cloud
2029
+ * @param clusterName Name of the cluster in the private cloud
2030
+ * @param placementPolicyName Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement
2031
+ * policy
2032
+ * @param options The options parameters.
2033
+ */
2034
+ beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, clusterName: string, placementPolicyName: string, options?: PlacementPoliciesDeleteOptionalParams): Promise<void>;
2035
+ }
2036
+
2037
+ /** Optional parameters. */
2038
+ export declare interface PlacementPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2039
+ /** Delay to wait until next poll, in milliseconds. */
2040
+ updateIntervalInMs?: number;
2041
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2042
+ resumeFrom?: string;
2043
+ }
2044
+
2045
+ /** Contains response data for the createOrUpdate operation. */
2046
+ export declare type PlacementPoliciesCreateOrUpdateResponse = PlacementPolicy;
2047
+
2048
+ /** Optional parameters. */
2049
+ export declare interface PlacementPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
2050
+ /** Delay to wait until next poll, in milliseconds. */
2051
+ updateIntervalInMs?: number;
2052
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2053
+ resumeFrom?: string;
2054
+ }
2055
+
2056
+ /** Optional parameters. */
2057
+ export declare interface PlacementPoliciesGetOptionalParams extends coreClient.OperationOptions {
2058
+ }
2059
+
2060
+ /** Contains response data for the get operation. */
2061
+ export declare type PlacementPoliciesGetResponse = PlacementPolicy;
2062
+
2063
+ /** Represents list of placement policies */
2064
+ export declare interface PlacementPoliciesList {
2065
+ /**
2066
+ * The items on the page
2067
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2068
+ */
2069
+ readonly value?: PlacementPolicy[];
2070
+ /**
2071
+ * URL to get the next page if any
2072
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2073
+ */
2074
+ readonly nextLink?: string;
2075
+ }
2076
+
2077
+ /** Optional parameters. */
2078
+ export declare interface PlacementPoliciesListNextOptionalParams extends coreClient.OperationOptions {
2079
+ }
2080
+
2081
+ /** Contains response data for the listNext operation. */
2082
+ export declare type PlacementPoliciesListNextResponse = PlacementPoliciesList;
2083
+
2084
+ /** Optional parameters. */
2085
+ export declare interface PlacementPoliciesListOptionalParams extends coreClient.OperationOptions {
2086
+ }
2087
+
2088
+ /** Contains response data for the list operation. */
2089
+ export declare type PlacementPoliciesListResponse = PlacementPoliciesList;
2090
+
2091
+ /** Optional parameters. */
2092
+ export declare interface PlacementPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
2093
+ /** Delay to wait until next poll, in milliseconds. */
2094
+ updateIntervalInMs?: number;
2095
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2096
+ resumeFrom?: string;
2097
+ }
2098
+
2099
+ /** Contains response data for the update operation. */
2100
+ export declare type PlacementPoliciesUpdateResponse = PlacementPolicy;
2101
+
2102
+ /** A vSphere Distributed Resource Scheduler (DRS) placement policy */
2103
+ export declare type PlacementPolicy = Resource & {
2104
+ /** placement policy properties */
2105
+ properties?: PlacementPolicyPropertiesUnion;
2106
+ };
2107
+
2108
+ /** Abstract placement policy properties */
2109
+ export declare interface PlacementPolicyProperties {
2110
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2111
+ type: "VmVm" | "VmHost";
2112
+ /** Whether the placement policy is enabled or disabled */
2113
+ state?: PlacementPolicyState;
2114
+ /** Display name of the placement policy */
2115
+ displayName?: string;
2116
+ /**
2117
+ * The provisioning state
2118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2119
+ */
2120
+ readonly provisioningState?: PlacementPolicyProvisioningState;
2121
+ }
2122
+
2123
+ export declare type PlacementPolicyPropertiesUnion = PlacementPolicyProperties | VmPlacementPolicyProperties | VmHostPlacementPolicyProperties;
2124
+
2125
+ /**
2126
+ * Defines values for PlacementPolicyProvisioningState. \
2127
+ * {@link KnownPlacementPolicyProvisioningState} can be used interchangeably with PlacementPolicyProvisioningState,
2128
+ * this enum contains the known values that the service supports.
2129
+ * ### Known values supported by the service
2130
+ * **Succeeded** \
2131
+ * **Failed** \
2132
+ * **Building** \
2133
+ * **Deleting** \
2134
+ * **Updating**
2135
+ */
2136
+ export declare type PlacementPolicyProvisioningState = string;
2137
+
2138
+ /**
2139
+ * Defines values for PlacementPolicyState. \
2140
+ * {@link KnownPlacementPolicyState} can be used interchangeably with PlacementPolicyState,
2141
+ * this enum contains the known values that the service supports.
2142
+ * ### Known values supported by the service
2143
+ * **Enabled** \
2144
+ * **Disabled**
2145
+ */
2146
+ export declare type PlacementPolicyState = string;
2147
+
2148
+ /**
2149
+ * Defines values for PlacementPolicyType. \
2150
+ * {@link KnownPlacementPolicyType} can be used interchangeably with PlacementPolicyType,
2151
+ * this enum contains the known values that the service supports.
2152
+ * ### Known values supported by the service
2153
+ * **VmVm** \
2154
+ * **VmHost**
2155
+ */
2156
+ export declare type PlacementPolicyType = string;
2157
+
2158
+ /** An update of a DRS placement policy resource */
2159
+ export declare interface PlacementPolicyUpdate {
2160
+ /** Whether the placement policy is enabled or disabled */
2161
+ state?: PlacementPolicyState;
2162
+ /** Virtual machine members list */
2163
+ vmMembers?: string[];
2164
+ /** Host members list */
2165
+ hostMembers?: string[];
2166
+ }
2167
+
2168
+ /**
2169
+ * Defines values for PortMirroringDirectionEnum. \
2170
+ * {@link KnownPortMirroringDirectionEnum} can be used interchangeably with PortMirroringDirectionEnum,
2171
+ * this enum contains the known values that the service supports.
2172
+ * ### Known values supported by the service
2173
+ * **INGRESS** \
2174
+ * **EGRESS** \
2175
+ * **BIDIRECTIONAL**
2176
+ */
2177
+ export declare type PortMirroringDirectionEnum = string;
2178
+
2179
+ /**
2180
+ * Defines values for PortMirroringStatusEnum. \
2181
+ * {@link KnownPortMirroringStatusEnum} can be used interchangeably with PortMirroringStatusEnum,
2182
+ * this enum contains the known values that the service supports.
2183
+ * ### Known values supported by the service
2184
+ * **SUCCESS** \
2185
+ * **FAILURE**
2186
+ */
2187
+ export declare type PortMirroringStatusEnum = string;
2188
+
2189
+ /** A private cloud resource */
2190
+ export declare type PrivateCloud = TrackedResource & {
2191
+ /** The private cloud SKU */
2192
+ sku: Sku;
2193
+ /** The identity of the private cloud, if configured. */
2194
+ identity?: PrivateCloudIdentity;
2195
+ /** The default cluster used for management */
2196
+ managementCluster?: ManagementCluster;
2197
+ /** Connectivity to internet is enabled or disabled */
2198
+ internet?: InternetEnum;
2199
+ /** vCenter Single Sign On Identity Sources */
2200
+ identitySources?: IdentitySource[];
2201
+ /** Properties describing how the cloud is distributed across availability zones */
2202
+ availability?: AvailabilityProperties;
2203
+ /** Customer managed key encryption, can be enabled or disabled */
2204
+ encryption?: Encryption;
2205
+ /**
2206
+ * The provisioning state
2207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2208
+ */
2209
+ readonly provisioningState?: PrivateCloudProvisioningState;
2210
+ /** An ExpressRoute Circuit */
2211
+ circuit?: Circuit;
2212
+ /**
2213
+ * The endpoints
2214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2215
+ */
2216
+ readonly endpoints?: Endpoints;
2217
+ /** 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 */
2218
+ networkBlock?: string;
2219
+ /**
2220
+ * Network used to access vCenter Server and NSX-T Manager
2221
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2222
+ */
2223
+ readonly managementNetwork?: string;
2224
+ /**
2225
+ * Used for virtual machine cold migration, cloning, and snapshot migration
2226
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2227
+ */
2228
+ readonly provisioningNetwork?: string;
2229
+ /**
2230
+ * Used for live migration of virtual machines
2231
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2232
+ */
2233
+ readonly vmotionNetwork?: string;
2234
+ /** Optionally, set the vCenter admin password when the private cloud is created */
2235
+ vcenterPassword?: string;
2236
+ /** Optionally, set the NSX-T Manager password when the private cloud is created */
2237
+ nsxtPassword?: string;
2238
+ /**
2239
+ * Thumbprint of the vCenter Server SSL certificate
2240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2241
+ */
2242
+ readonly vcenterCertificateThumbprint?: string;
2243
+ /**
2244
+ * Thumbprint of the NSX-T Manager SSL certificate
2245
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2246
+ */
2247
+ readonly nsxtCertificateThumbprint?: string;
2248
+ /**
2249
+ * Array of cloud link IDs from other clouds that connect to this one
2250
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2251
+ */
2252
+ readonly externalCloudLinks?: string[];
2253
+ /** A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud */
2254
+ secondaryCircuit?: Circuit;
2255
+ };
2256
+
2257
+ /** Identity for the virtual machine. */
2258
+ export declare interface PrivateCloudIdentity {
2259
+ /**
2260
+ * The principal ID of private cloud identity. This property will only be provided for a system assigned identity.
2261
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2262
+ */
2263
+ readonly principalId?: string;
2264
+ /**
2265
+ * The tenant ID associated with the private cloud. This property will only be provided for a system assigned identity.
2266
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2267
+ */
2268
+ readonly tenantId?: string;
2269
+ /** 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. */
2270
+ type?: ResourceIdentityType;
2271
+ }
2272
+
2273
+ /** A paged list of private clouds */
2274
+ export declare interface PrivateCloudList {
2275
+ /**
2276
+ * The items on the page
2277
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2278
+ */
2279
+ readonly value?: PrivateCloud[];
2280
+ /**
2281
+ * URL to get the next page if any
2282
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2283
+ */
2284
+ readonly nextLink?: string;
2285
+ }
2286
+
2287
+ /** The properties of a private cloud resource */
2288
+ export declare type PrivateCloudProperties = PrivateCloudUpdateProperties & {
2289
+ /**
2290
+ * The provisioning state
2291
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2292
+ */
2293
+ readonly provisioningState?: PrivateCloudProvisioningState;
2294
+ /** An ExpressRoute Circuit */
2295
+ circuit?: Circuit;
2296
+ /**
2297
+ * The endpoints
2298
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2299
+ */
2300
+ readonly endpoints?: Endpoints;
2301
+ /** 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 */
2302
+ networkBlock: string;
2303
+ /**
2304
+ * Network used to access vCenter Server and NSX-T Manager
2305
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2306
+ */
2307
+ readonly managementNetwork?: string;
2308
+ /**
2309
+ * Used for virtual machine cold migration, cloning, and snapshot migration
2310
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2311
+ */
2312
+ readonly provisioningNetwork?: string;
2313
+ /**
2314
+ * Used for live migration of virtual machines
2315
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2316
+ */
2317
+ readonly vmotionNetwork?: string;
2318
+ /** Optionally, set the vCenter admin password when the private cloud is created */
2319
+ vcenterPassword?: string;
2320
+ /** Optionally, set the NSX-T Manager password when the private cloud is created */
2321
+ nsxtPassword?: string;
2322
+ /**
2323
+ * Thumbprint of the vCenter Server SSL certificate
2324
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2325
+ */
2326
+ readonly vcenterCertificateThumbprint?: string;
2327
+ /**
2328
+ * Thumbprint of the NSX-T Manager SSL certificate
2329
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2330
+ */
2331
+ readonly nsxtCertificateThumbprint?: string;
2332
+ /**
2333
+ * Array of cloud link IDs from other clouds that connect to this one
2334
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2335
+ */
2336
+ readonly externalCloudLinks?: string[];
2337
+ /** A secondary expressRoute circuit from a separate AZ. Only present in a stretched private cloud */
2338
+ secondaryCircuit?: Circuit;
2339
+ };
2340
+
2341
+ /**
2342
+ * Defines values for PrivateCloudProvisioningState. \
2343
+ * {@link KnownPrivateCloudProvisioningState} can be used interchangeably with PrivateCloudProvisioningState,
2344
+ * this enum contains the known values that the service supports.
2345
+ * ### Known values supported by the service
2346
+ * **Succeeded** \
2347
+ * **Failed** \
2348
+ * **Cancelled** \
2349
+ * **Pending** \
2350
+ * **Building** \
2351
+ * **Deleting** \
2352
+ * **Updating**
2353
+ */
2354
+ export declare type PrivateCloudProvisioningState = string;
2355
+
2356
+ /** Interface representing a PrivateClouds. */
2357
+ export declare interface PrivateClouds {
2358
+ /**
2359
+ * List private clouds in a resource group
2360
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2361
+ * @param options The options parameters.
2362
+ */
2363
+ list(resourceGroupName: string, options?: PrivateCloudsListOptionalParams): PagedAsyncIterableIterator<PrivateCloud>;
2364
+ /**
2365
+ * List private clouds in a subscription
2366
+ * @param options The options parameters.
2367
+ */
2368
+ listInSubscription(options?: PrivateCloudsListInSubscriptionOptionalParams): PagedAsyncIterableIterator<PrivateCloud>;
2369
+ /**
2370
+ * Get a private cloud
2371
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2372
+ * @param privateCloudName Name of the private cloud
2373
+ * @param options The options parameters.
2374
+ */
2375
+ get(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsGetOptionalParams): Promise<PrivateCloudsGetResponse>;
2376
+ /**
2377
+ * Create or update a private cloud
2378
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2379
+ * @param privateCloudName Name of the private cloud
2380
+ * @param privateCloud The private cloud
2381
+ * @param options The options parameters.
2382
+ */
2383
+ beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, privateCloud: PrivateCloud, options?: PrivateCloudsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateCloudsCreateOrUpdateResponse>, PrivateCloudsCreateOrUpdateResponse>>;
2384
+ /**
2385
+ * Create or update a private cloud
2386
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2387
+ * @param privateCloudName Name of the private cloud
2388
+ * @param privateCloud The private cloud
2389
+ * @param options The options parameters.
2390
+ */
2391
+ beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, privateCloud: PrivateCloud, options?: PrivateCloudsCreateOrUpdateOptionalParams): Promise<PrivateCloudsCreateOrUpdateResponse>;
2392
+ /**
2393
+ * Update a private cloud
2394
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2395
+ * @param privateCloudName Name of the private cloud
2396
+ * @param privateCloudUpdate The private cloud properties to be updated
2397
+ * @param options The options parameters.
2398
+ */
2399
+ beginUpdate(resourceGroupName: string, privateCloudName: string, privateCloudUpdate: PrivateCloudUpdate, options?: PrivateCloudsUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateCloudsUpdateResponse>, PrivateCloudsUpdateResponse>>;
2400
+ /**
2401
+ * Update a private cloud
2402
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2403
+ * @param privateCloudName Name of the private cloud
2404
+ * @param privateCloudUpdate The private cloud properties to be updated
2405
+ * @param options The options parameters.
2406
+ */
2407
+ beginUpdateAndWait(resourceGroupName: string, privateCloudName: string, privateCloudUpdate: PrivateCloudUpdate, options?: PrivateCloudsUpdateOptionalParams): Promise<PrivateCloudsUpdateResponse>;
2408
+ /**
2409
+ * Delete a private cloud
2410
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2411
+ * @param privateCloudName Name of the private cloud
2412
+ * @param options The options parameters.
2413
+ */
2414
+ beginDelete(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2415
+ /**
2416
+ * Delete a private cloud
2417
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2418
+ * @param privateCloudName Name of the private cloud
2419
+ * @param options The options parameters.
2420
+ */
2421
+ beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsDeleteOptionalParams): Promise<void>;
2422
+ /**
2423
+ * Rotate the vCenter password
2424
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2425
+ * @param privateCloudName Name of the private cloud
2426
+ * @param options The options parameters.
2427
+ */
2428
+ beginRotateVcenterPassword(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateVcenterPasswordOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2429
+ /**
2430
+ * Rotate the vCenter password
2431
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2432
+ * @param privateCloudName Name of the private cloud
2433
+ * @param options The options parameters.
2434
+ */
2435
+ beginRotateVcenterPasswordAndWait(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateVcenterPasswordOptionalParams): Promise<void>;
2436
+ /**
2437
+ * Rotate the NSX-T Manager password
2438
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2439
+ * @param privateCloudName Name of the private cloud
2440
+ * @param options The options parameters.
2441
+ */
2442
+ beginRotateNsxtPassword(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateNsxtPasswordOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2443
+ /**
2444
+ * Rotate the NSX-T Manager password
2445
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2446
+ * @param privateCloudName Name of the private cloud
2447
+ * @param options The options parameters.
2448
+ */
2449
+ beginRotateNsxtPasswordAndWait(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsRotateNsxtPasswordOptionalParams): Promise<void>;
2450
+ /**
2451
+ * List the admin credentials for the private cloud
2452
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2453
+ * @param privateCloudName Name of the private cloud
2454
+ * @param options The options parameters.
2455
+ */
2456
+ listAdminCredentials(resourceGroupName: string, privateCloudName: string, options?: PrivateCloudsListAdminCredentialsOptionalParams): Promise<PrivateCloudsListAdminCredentialsResponse>;
2457
+ }
2458
+
2459
+ /** Optional parameters. */
2460
+ export declare interface PrivateCloudsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2461
+ /** Delay to wait until next poll, in milliseconds. */
2462
+ updateIntervalInMs?: number;
2463
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2464
+ resumeFrom?: string;
2465
+ }
2466
+
2467
+ /** Contains response data for the createOrUpdate operation. */
2468
+ export declare type PrivateCloudsCreateOrUpdateResponse = PrivateCloud;
2469
+
2470
+ /** Optional parameters. */
2471
+ export declare interface PrivateCloudsDeleteOptionalParams 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
+
2478
+ /** Optional parameters. */
2479
+ export declare interface PrivateCloudsGetOptionalParams extends coreClient.OperationOptions {
2480
+ }
2481
+
2482
+ /** Contains response data for the get operation. */
2483
+ export declare type PrivateCloudsGetResponse = PrivateCloud;
2484
+
2485
+ /** Optional parameters. */
2486
+ export declare interface PrivateCloudsListAdminCredentialsOptionalParams extends coreClient.OperationOptions {
2487
+ }
2488
+
2489
+ /** Contains response data for the listAdminCredentials operation. */
2490
+ export declare type PrivateCloudsListAdminCredentialsResponse = AdminCredentials;
2491
+
2492
+ /** Optional parameters. */
2493
+ export declare interface PrivateCloudsListInSubscriptionNextOptionalParams extends coreClient.OperationOptions {
2494
+ }
2495
+
2496
+ /** Contains response data for the listInSubscriptionNext operation. */
2497
+ export declare type PrivateCloudsListInSubscriptionNextResponse = PrivateCloudList;
2498
+
2499
+ /** Optional parameters. */
2500
+ export declare interface PrivateCloudsListInSubscriptionOptionalParams extends coreClient.OperationOptions {
2501
+ }
2502
+
2503
+ /** Contains response data for the listInSubscription operation. */
2504
+ export declare type PrivateCloudsListInSubscriptionResponse = PrivateCloudList;
2505
+
2506
+ /** Optional parameters. */
2507
+ export declare interface PrivateCloudsListNextOptionalParams extends coreClient.OperationOptions {
2508
+ }
2509
+
2510
+ /** Contains response data for the listNext operation. */
2511
+ export declare type PrivateCloudsListNextResponse = PrivateCloudList;
2512
+
2513
+ /** Optional parameters. */
2514
+ export declare interface PrivateCloudsListOptionalParams extends coreClient.OperationOptions {
2515
+ }
2516
+
2517
+ /** Contains response data for the list operation. */
2518
+ export declare type PrivateCloudsListResponse = PrivateCloudList;
2519
+
2520
+ /** Optional parameters. */
2521
+ export declare interface PrivateCloudsRotateNsxtPasswordOptionalParams extends coreClient.OperationOptions {
2522
+ /** Delay to wait until next poll, in milliseconds. */
2523
+ updateIntervalInMs?: number;
2524
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2525
+ resumeFrom?: string;
2526
+ }
2527
+
2528
+ /** Optional parameters. */
2529
+ export declare interface PrivateCloudsRotateVcenterPasswordOptionalParams extends coreClient.OperationOptions {
2530
+ /** Delay to wait until next poll, in milliseconds. */
2531
+ updateIntervalInMs?: number;
2532
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2533
+ resumeFrom?: string;
2534
+ }
2535
+
2536
+ /** Optional parameters. */
2537
+ export declare interface PrivateCloudsUpdateOptionalParams extends coreClient.OperationOptions {
2538
+ /** Delay to wait until next poll, in milliseconds. */
2539
+ updateIntervalInMs?: number;
2540
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2541
+ resumeFrom?: string;
2542
+ }
2543
+
2544
+ /** Contains response data for the update operation. */
2545
+ export declare type PrivateCloudsUpdateResponse = PrivateCloud;
2546
+
2547
+ /** An update to a private cloud resource */
2548
+ export declare interface PrivateCloudUpdate {
2549
+ /** Resource tags */
2550
+ tags?: {
2551
+ [propertyName: string]: string;
2552
+ };
2553
+ /** The identity of the private cloud, if configured. */
2554
+ identity?: PrivateCloudIdentity;
2555
+ /** The default cluster used for management */
2556
+ managementCluster?: ManagementCluster;
2557
+ /** Connectivity to internet is enabled or disabled */
2558
+ internet?: InternetEnum;
2559
+ /** vCenter Single Sign On Identity Sources */
2560
+ identitySources?: IdentitySource[];
2561
+ /** Properties describing how the cloud is distributed across availability zones */
2562
+ availability?: AvailabilityProperties;
2563
+ /** Customer managed key encryption, can be enabled or disabled */
2564
+ encryption?: Encryption;
2565
+ }
2566
+
2567
+ /** The properties of a private cloud resource that may be updated */
2568
+ export declare interface PrivateCloudUpdateProperties {
2569
+ /** The default cluster used for management */
2570
+ managementCluster?: ManagementCluster;
2571
+ /** Connectivity to internet is enabled or disabled */
2572
+ internet?: InternetEnum;
2573
+ /** vCenter Single Sign On Identity Sources */
2574
+ identitySources?: IdentitySource[];
2575
+ /** Properties describing how the cloud is distributed across availability zones */
2576
+ availability?: AvailabilityProperties;
2577
+ /** Customer managed key encryption, can be enabled or disabled */
2578
+ encryption?: Encryption;
2579
+ }
2580
+
2581
+ /** The resource model definition for a ARM proxy resource */
2582
+ export declare type ProxyResource = Resource & {};
2583
+
2584
+ /** a powershell credential object */
2585
+ export declare type PSCredentialExecutionParameter = ScriptExecutionParameter & {
2586
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2587
+ type: "Credential";
2588
+ /** username for login */
2589
+ username?: string;
2590
+ /** password for login */
2591
+ password?: string;
2592
+ };
2593
+
2594
+ /** Subscription quotas */
2595
+ export declare interface Quota {
2596
+ /**
2597
+ * Remaining hosts quota by sku type
2598
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2599
+ */
2600
+ readonly hostsRemaining?: {
2601
+ [propertyName: string]: number;
2602
+ };
2603
+ /**
2604
+ * Host quota is active for current subscription
2605
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2606
+ */
2607
+ readonly quotaEnabled?: QuotaEnabled;
2608
+ }
2609
+
2610
+ /**
2611
+ * Defines values for QuotaEnabled. \
2612
+ * {@link KnownQuotaEnabled} can be used interchangeably with QuotaEnabled,
2613
+ * this enum contains the known values that the service supports.
2614
+ * ### Known values supported by the service
2615
+ * **Enabled** \
2616
+ * **Disabled**
2617
+ */
2618
+ export declare type QuotaEnabled = string;
2619
+
2620
+ /** The core properties of ARM resources */
2621
+ export declare interface Resource {
2622
+ /**
2623
+ * Resource ID.
2624
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2625
+ */
2626
+ readonly id?: string;
2627
+ /**
2628
+ * Resource name.
2629
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2630
+ */
2631
+ readonly name?: string;
2632
+ /**
2633
+ * Resource type.
2634
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2635
+ */
2636
+ readonly type?: string;
2637
+ }
2638
+
2639
+ /**
2640
+ * Defines values for ResourceIdentityType. \
2641
+ * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
2642
+ * this enum contains the known values that the service supports.
2643
+ * ### Known values supported by the service
2644
+ * **SystemAssigned** \
2645
+ * **None**
2646
+ */
2647
+ export declare type ResourceIdentityType = string;
2648
+
2649
+ /** A cmdlet available for script execution */
2650
+ export declare type ScriptCmdlet = ProxyResource & {
2651
+ /**
2652
+ * Description of the scripts functionality
2653
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2654
+ */
2655
+ readonly description?: string;
2656
+ /**
2657
+ * Recommended time limit for execution
2658
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2659
+ */
2660
+ readonly timeout?: string;
2661
+ /**
2662
+ * Parameters the script will accept
2663
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2664
+ */
2665
+ readonly parameters?: ScriptParameter[];
2666
+ };
2667
+
2668
+ /** Interface representing a ScriptCmdlets. */
2669
+ export declare interface ScriptCmdlets {
2670
+ /**
2671
+ * List script cmdlet resources available for a private cloud to create a script execution resource on
2672
+ * a private cloud
2673
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2674
+ * @param privateCloudName Name of the private cloud
2675
+ * @param scriptPackageName Name of the script package in the private cloud
2676
+ * @param options The options parameters.
2677
+ */
2678
+ list(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptCmdletsListOptionalParams): PagedAsyncIterableIterator<ScriptCmdlet>;
2679
+ /**
2680
+ * Return information about a script cmdlet resource in a specific package on a private cloud
2681
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2682
+ * @param privateCloudName Name of the private cloud
2683
+ * @param scriptPackageName Name of the script package in the private cloud
2684
+ * @param scriptCmdletName Name of the script cmdlet resource in the script package in the private
2685
+ * cloud
2686
+ * @param options The options parameters.
2687
+ */
2688
+ get(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, scriptCmdletName: string, options?: ScriptCmdletsGetOptionalParams): Promise<ScriptCmdletsGetResponse>;
2689
+ }
2690
+
2691
+ /** Optional parameters. */
2692
+ export declare interface ScriptCmdletsGetOptionalParams extends coreClient.OperationOptions {
2693
+ }
2694
+
2695
+ /** Contains response data for the get operation. */
2696
+ export declare type ScriptCmdletsGetResponse = ScriptCmdlet;
2697
+
2698
+ /** Pageable list of scripts/cmdlets */
2699
+ export declare interface ScriptCmdletsList {
2700
+ /**
2701
+ * List of scripts
2702
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2703
+ */
2704
+ readonly value?: ScriptCmdlet[];
2705
+ /**
2706
+ * URL to get the next page if any
2707
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2708
+ */
2709
+ readonly nextLink?: string;
2710
+ }
2711
+
2712
+ /** Optional parameters. */
2713
+ export declare interface ScriptCmdletsListNextOptionalParams extends coreClient.OperationOptions {
2714
+ }
2715
+
2716
+ /** Contains response data for the listNext operation. */
2717
+ export declare type ScriptCmdletsListNextResponse = ScriptCmdletsList;
2718
+
2719
+ /** Optional parameters. */
2720
+ export declare interface ScriptCmdletsListOptionalParams extends coreClient.OperationOptions {
2721
+ }
2722
+
2723
+ /** Contains response data for the list operation. */
2724
+ export declare type ScriptCmdletsListResponse = ScriptCmdletsList;
2725
+
2726
+ /** An instance of a script executed by a user - custom or AVS */
2727
+ export declare type ScriptExecution = ProxyResource & {
2728
+ /** A reference to the script cmdlet resource if user is running a AVS script */
2729
+ scriptCmdletId?: string;
2730
+ /** Parameters the script will accept */
2731
+ parameters?: ScriptExecutionParameterUnion[];
2732
+ /** Parameters that will be hidden/not visible to ARM, such as passwords and credentials */
2733
+ hiddenParameters?: ScriptExecutionParameterUnion[];
2734
+ /** Error message if the script was able to run, but if the script itself had errors or powershell threw an exception */
2735
+ failureReason?: string;
2736
+ /** Time limit for execution */
2737
+ timeout?: string;
2738
+ /** Time to live for the resource. If not provided, will be available for 60 days */
2739
+ retention?: string;
2740
+ /**
2741
+ * Time the script execution was submitted
2742
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2743
+ */
2744
+ readonly submittedAt?: Date;
2745
+ /**
2746
+ * Time the script execution was started
2747
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2748
+ */
2749
+ readonly startedAt?: Date;
2750
+ /**
2751
+ * Time the script execution was finished
2752
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2753
+ */
2754
+ readonly finishedAt?: Date;
2755
+ /**
2756
+ * The state of the script execution resource
2757
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2758
+ */
2759
+ readonly provisioningState?: ScriptExecutionProvisioningState;
2760
+ /** Standard output stream from the powershell execution */
2761
+ output?: string[];
2762
+ /** User-defined dictionary. */
2763
+ namedOutputs?: {
2764
+ [propertyName: string]: Record<string, unknown>;
2765
+ };
2766
+ /**
2767
+ * Standard information out stream from the powershell execution
2768
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2769
+ */
2770
+ readonly information?: string[];
2771
+ /**
2772
+ * Standard warning out stream from the powershell execution
2773
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2774
+ */
2775
+ readonly warnings?: string[];
2776
+ /**
2777
+ * Standard error output stream from the powershell execution
2778
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2779
+ */
2780
+ readonly errors?: string[];
2781
+ };
2782
+
2783
+ /** The arguments passed in to the execution */
2784
+ export declare interface ScriptExecutionParameter {
2785
+ /** Polymorphic discriminator, which specifies the different types this object can be */
2786
+ type: "SecureValue" | "Value" | "Credential";
2787
+ /** The parameter name */
2788
+ name: string;
2789
+ }
2790
+
2791
+ /**
2792
+ * Defines values for ScriptExecutionParameterType. \
2793
+ * {@link KnownScriptExecutionParameterType} can be used interchangeably with ScriptExecutionParameterType,
2794
+ * this enum contains the known values that the service supports.
2795
+ * ### Known values supported by the service
2796
+ * **Value** \
2797
+ * **SecureValue** \
2798
+ * **Credential**
2799
+ */
2800
+ export declare type ScriptExecutionParameterType = string;
2801
+
2802
+ export declare type ScriptExecutionParameterUnion = ScriptExecutionParameter | ScriptSecureStringExecutionParameter | ScriptStringExecutionParameter | PSCredentialExecutionParameter;
2803
+
2804
+ /**
2805
+ * Defines values for ScriptExecutionProvisioningState. \
2806
+ * {@link KnownScriptExecutionProvisioningState} can be used interchangeably with ScriptExecutionProvisioningState,
2807
+ * this enum contains the known values that the service supports.
2808
+ * ### Known values supported by the service
2809
+ * **Pending** \
2810
+ * **Running** \
2811
+ * **Succeeded** \
2812
+ * **Failed** \
2813
+ * **Cancelling** \
2814
+ * **Cancelled** \
2815
+ * **Deleting**
2816
+ */
2817
+ export declare type ScriptExecutionProvisioningState = string;
2818
+
2819
+ /** Interface representing a ScriptExecutions. */
2820
+ export declare interface ScriptExecutions {
2821
+ /**
2822
+ * List script executions in a private cloud
2823
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2824
+ * @param privateCloudName Name of the private cloud
2825
+ * @param options The options parameters.
2826
+ */
2827
+ list(resourceGroupName: string, privateCloudName: string, options?: ScriptExecutionsListOptionalParams): PagedAsyncIterableIterator<ScriptExecution>;
2828
+ /**
2829
+ * Get an script execution by name in a private cloud
2830
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2831
+ * @param privateCloudName Name of the private cloud
2832
+ * @param scriptExecutionName Name of the user-invoked script execution resource
2833
+ * @param options The options parameters.
2834
+ */
2835
+ get(resourceGroupName: string, privateCloudName: string, scriptExecutionName: string, options?: ScriptExecutionsGetOptionalParams): Promise<ScriptExecutionsGetResponse>;
2836
+ /**
2837
+ * Create or update a script execution in a private cloud
2838
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2839
+ * @param privateCloudName The name of the private cloud.
2840
+ * @param scriptExecutionName Name of the user-invoked script execution resource
2841
+ * @param scriptExecution A script running in the private cloud
2842
+ * @param options The options parameters.
2843
+ */
2844
+ beginCreateOrUpdate(resourceGroupName: string, privateCloudName: string, scriptExecutionName: string, scriptExecution: ScriptExecution, options?: ScriptExecutionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ScriptExecutionsCreateOrUpdateResponse>, ScriptExecutionsCreateOrUpdateResponse>>;
2845
+ /**
2846
+ * Create or update a script execution in a private cloud
2847
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2848
+ * @param privateCloudName The name of the private cloud.
2849
+ * @param scriptExecutionName Name of the user-invoked script execution resource
2850
+ * @param scriptExecution A script running in the private cloud
2851
+ * @param options The options parameters.
2852
+ */
2853
+ beginCreateOrUpdateAndWait(resourceGroupName: string, privateCloudName: string, scriptExecutionName: string, scriptExecution: ScriptExecution, options?: ScriptExecutionsCreateOrUpdateOptionalParams): Promise<ScriptExecutionsCreateOrUpdateResponse>;
2854
+ /**
2855
+ * Cancel a ScriptExecution in a private cloud
2856
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2857
+ * @param privateCloudName Name of the private cloud
2858
+ * @param scriptExecutionName Name of the user-invoked script execution resource
2859
+ * @param options The options parameters.
2860
+ */
2861
+ beginDelete(resourceGroupName: string, privateCloudName: string, scriptExecutionName: string, options?: ScriptExecutionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2862
+ /**
2863
+ * Cancel a ScriptExecution in a private cloud
2864
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2865
+ * @param privateCloudName Name of the private cloud
2866
+ * @param scriptExecutionName Name of the user-invoked script execution resource
2867
+ * @param options The options parameters.
2868
+ */
2869
+ beginDeleteAndWait(resourceGroupName: string, privateCloudName: string, scriptExecutionName: string, options?: ScriptExecutionsDeleteOptionalParams): Promise<void>;
2870
+ /**
2871
+ * Return the logs for a script execution resource
2872
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2873
+ * @param privateCloudName Name of the private cloud
2874
+ * @param scriptExecutionName Name of the user-invoked script execution resource
2875
+ * @param options The options parameters.
2876
+ */
2877
+ getExecutionLogs(resourceGroupName: string, privateCloudName: string, scriptExecutionName: string, options?: ScriptExecutionsGetExecutionLogsOptionalParams): Promise<ScriptExecutionsGetExecutionLogsResponse>;
2878
+ }
2879
+
2880
+ /** Optional parameters. */
2881
+ export declare interface ScriptExecutionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2882
+ /** Delay to wait until next poll, in milliseconds. */
2883
+ updateIntervalInMs?: number;
2884
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2885
+ resumeFrom?: string;
2886
+ }
2887
+
2888
+ /** Contains response data for the createOrUpdate operation. */
2889
+ export declare type ScriptExecutionsCreateOrUpdateResponse = ScriptExecution;
2890
+
2891
+ /** Optional parameters. */
2892
+ export declare interface ScriptExecutionsDeleteOptionalParams extends coreClient.OperationOptions {
2893
+ /** Delay to wait until next poll, in milliseconds. */
2894
+ updateIntervalInMs?: number;
2895
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2896
+ resumeFrom?: string;
2897
+ }
2898
+
2899
+ /** Optional parameters. */
2900
+ export declare interface ScriptExecutionsGetExecutionLogsOptionalParams extends coreClient.OperationOptions {
2901
+ /** Name of the desired output stream to return. If not provided, will return all. An empty array will return nothing */
2902
+ scriptOutputStreamType?: ScriptOutputStreamType[];
2903
+ }
2904
+
2905
+ /** Contains response data for the getExecutionLogs operation. */
2906
+ export declare type ScriptExecutionsGetExecutionLogsResponse = ScriptExecution;
2907
+
2908
+ /** Optional parameters. */
2909
+ export declare interface ScriptExecutionsGetOptionalParams extends coreClient.OperationOptions {
2910
+ }
2911
+
2912
+ /** Contains response data for the get operation. */
2913
+ export declare type ScriptExecutionsGetResponse = ScriptExecution;
2914
+
2915
+ /** Pageable list of script executions */
2916
+ export declare interface ScriptExecutionsList {
2917
+ /**
2918
+ * List of scripts
2919
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2920
+ */
2921
+ readonly value?: ScriptExecution[];
2922
+ /**
2923
+ * URL to get the next page if any
2924
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2925
+ */
2926
+ readonly nextLink?: string;
2927
+ }
2928
+
2929
+ /** Optional parameters. */
2930
+ export declare interface ScriptExecutionsListNextOptionalParams extends coreClient.OperationOptions {
2931
+ }
2932
+
2933
+ /** Contains response data for the listNext operation. */
2934
+ export declare type ScriptExecutionsListNextResponse = ScriptExecutionsList;
2935
+
2936
+ /** Optional parameters. */
2937
+ export declare interface ScriptExecutionsListOptionalParams extends coreClient.OperationOptions {
2938
+ }
2939
+
2940
+ /** Contains response data for the list operation. */
2941
+ export declare type ScriptExecutionsListResponse = ScriptExecutionsList;
2942
+
2943
+ /**
2944
+ * Defines values for ScriptOutputStreamType. \
2945
+ * {@link KnownScriptOutputStreamType} can be used interchangeably with ScriptOutputStreamType,
2946
+ * this enum contains the known values that the service supports.
2947
+ * ### Known values supported by the service
2948
+ * **Information** \
2949
+ * **Warning** \
2950
+ * **Output** \
2951
+ * **Error**
2952
+ */
2953
+ export declare type ScriptOutputStreamType = string;
2954
+
2955
+ /** Script Package resources available for execution */
2956
+ export declare type ScriptPackage = ProxyResource & {
2957
+ /**
2958
+ * User friendly description of the package
2959
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2960
+ */
2961
+ readonly description?: string;
2962
+ /**
2963
+ * Module version
2964
+ * NOTE: This property will not be serialized. It can only be populated by the server.
2965
+ */
2966
+ readonly version?: string;
2967
+ };
2968
+
2969
+ /** Interface representing a ScriptPackages. */
2970
+ export declare interface ScriptPackages {
2971
+ /**
2972
+ * List script packages available to run on the private cloud
2973
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2974
+ * @param privateCloudName Name of the private cloud
2975
+ * @param options The options parameters.
2976
+ */
2977
+ list(resourceGroupName: string, privateCloudName: string, options?: ScriptPackagesListOptionalParams): PagedAsyncIterableIterator<ScriptPackage>;
2978
+ /**
2979
+ * Get a script package available to run on a private cloud
2980
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2981
+ * @param privateCloudName Name of the private cloud
2982
+ * @param scriptPackageName Name of the script package in the private cloud
2983
+ * @param options The options parameters.
2984
+ */
2985
+ get(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptPackagesGetOptionalParams): Promise<ScriptPackagesGetResponse>;
2986
+ }
2987
+
2988
+ /** Optional parameters. */
2989
+ export declare interface ScriptPackagesGetOptionalParams extends coreClient.OperationOptions {
2990
+ }
2991
+
2992
+ /** Contains response data for the get operation. */
2993
+ export declare type ScriptPackagesGetResponse = ScriptPackage;
2994
+
2995
+ /** A list of the available script packages */
2996
+ export declare interface ScriptPackagesList {
2997
+ /**
2998
+ * List of script package resources
2999
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3000
+ */
3001
+ readonly value?: ScriptPackage[];
3002
+ /**
3003
+ * URL to get the next page if any
3004
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3005
+ */
3006
+ readonly nextLink?: string;
3007
+ }
3008
+
3009
+ /** Optional parameters. */
3010
+ export declare interface ScriptPackagesListNextOptionalParams extends coreClient.OperationOptions {
3011
+ }
3012
+
3013
+ /** Contains response data for the listNext operation. */
3014
+ export declare type ScriptPackagesListNextResponse = ScriptPackagesList;
3015
+
3016
+ /** Optional parameters. */
3017
+ export declare interface ScriptPackagesListOptionalParams extends coreClient.OperationOptions {
3018
+ }
3019
+
3020
+ /** Contains response data for the list operation. */
3021
+ export declare type ScriptPackagesListResponse = ScriptPackagesList;
3022
+
3023
+ /** An parameter that the script will accept */
3024
+ export declare interface ScriptParameter {
3025
+ /**
3026
+ * The type of parameter the script is expecting. psCredential is a PSCredentialObject
3027
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3028
+ */
3029
+ readonly type?: ScriptParameterTypes;
3030
+ /** The parameter name that the script will expect a parameter value for */
3031
+ name?: string;
3032
+ /**
3033
+ * User friendly description of the parameter
3034
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3035
+ */
3036
+ readonly description?: string;
3037
+ /**
3038
+ * Should this parameter be visible to arm and passed in the parameters argument when executing
3039
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3040
+ */
3041
+ readonly visibility?: VisibilityParameterEnum;
3042
+ /**
3043
+ * Is this parameter required or optional
3044
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3045
+ */
3046
+ readonly optional?: OptionalParamEnum;
3047
+ }
3048
+
3049
+ /**
3050
+ * Defines values for ScriptParameterTypes. \
3051
+ * {@link KnownScriptParameterTypes} can be used interchangeably with ScriptParameterTypes,
3052
+ * this enum contains the known values that the service supports.
3053
+ * ### Known values supported by the service
3054
+ * **String** \
3055
+ * **SecureString** \
3056
+ * **Credential** \
3057
+ * **Int** \
3058
+ * **Bool** \
3059
+ * **Float**
3060
+ */
3061
+ export declare type ScriptParameterTypes = string;
3062
+
3063
+ /** a plain text value execution parameter */
3064
+ export declare type ScriptSecureStringExecutionParameter = ScriptExecutionParameter & {
3065
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3066
+ type: "SecureValue";
3067
+ /** A secure value for the passed parameter, not to be stored in logs */
3068
+ secureValue?: string;
3069
+ };
3070
+
3071
+ /** a plain text value execution parameter */
3072
+ export declare type ScriptStringExecutionParameter = ScriptExecutionParameter & {
3073
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3074
+ type: "Value";
3075
+ /** The value for the passed parameter */
3076
+ value?: string;
3077
+ };
3078
+
3079
+ /**
3080
+ * Defines values for SegmentStatusEnum. \
3081
+ * {@link KnownSegmentStatusEnum} can be used interchangeably with SegmentStatusEnum,
3082
+ * this enum contains the known values that the service supports.
3083
+ * ### Known values supported by the service
3084
+ * **SUCCESS** \
3085
+ * **FAILURE**
3086
+ */
3087
+ export declare type SegmentStatusEnum = string;
3088
+
3089
+ /** Service specification payload */
3090
+ export declare interface ServiceSpecification {
3091
+ /** Specifications of the Log for Azure Monitoring */
3092
+ logSpecifications?: LogSpecification[];
3093
+ /** Specifications of the Metrics for Azure Monitoring */
3094
+ metricSpecifications?: MetricSpecification[];
3095
+ }
3096
+
3097
+ /** The resource model definition representing SKU */
3098
+ export declare interface Sku {
3099
+ /** The name of the SKU. */
3100
+ name: string;
3101
+ }
3102
+
3103
+ /**
3104
+ * Defines values for SslEnum. \
3105
+ * {@link KnownSslEnum} can be used interchangeably with SslEnum,
3106
+ * this enum contains the known values that the service supports.
3107
+ * ### Known values supported by the service
3108
+ * **Enabled** \
3109
+ * **Disabled**
3110
+ */
3111
+ export declare type SslEnum = string;
3112
+
3113
+ /** The resource model definition for a ARM tracked top level resource */
3114
+ export declare type TrackedResource = Resource & {
3115
+ /** Resource location */
3116
+ location?: string;
3117
+ /** Resource tags */
3118
+ tags?: {
3119
+ [propertyName: string]: string;
3120
+ };
3121
+ };
3122
+
3123
+ /** Subscription trial availability */
3124
+ export declare interface Trial {
3125
+ /**
3126
+ * Trial status
3127
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3128
+ */
3129
+ readonly status?: TrialStatus;
3130
+ /**
3131
+ * Number of trial hosts available
3132
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3133
+ */
3134
+ readonly availableHosts?: number;
3135
+ }
3136
+
3137
+ /**
3138
+ * Defines values for TrialStatus. \
3139
+ * {@link KnownTrialStatus} can be used interchangeably with TrialStatus,
3140
+ * this enum contains the known values that the service supports.
3141
+ * ### Known values supported by the service
3142
+ * **TrialAvailable** \
3143
+ * **TrialUsed** \
3144
+ * **TrialDisabled**
3145
+ */
3146
+ export declare type TrialStatus = string;
3147
+
3148
+ /** Virtual Machine */
3149
+ export declare type VirtualMachine = ProxyResource & {
3150
+ /**
3151
+ * Display name of the VM.
3152
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3153
+ */
3154
+ readonly displayName?: string;
3155
+ /**
3156
+ * Virtual machine managed object reference id
3157
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3158
+ */
3159
+ readonly moRefId?: string;
3160
+ /**
3161
+ * Path to virtual machine's folder starting from datacenter virtual machine folder
3162
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3163
+ */
3164
+ readonly folderPath?: string;
3165
+ /**
3166
+ * Whether VM DRS-driven movement is restricted (enabled) or not (disabled)
3167
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3168
+ */
3169
+ readonly restrictMovement?: VirtualMachineRestrictMovementState;
3170
+ };
3171
+
3172
+ /** Set VM DRS-driven movement to restricted (enabled) or not (disabled) */
3173
+ export declare interface VirtualMachineRestrictMovement {
3174
+ /** Whether VM DRS-driven movement is restricted (enabled) or not (disabled) */
3175
+ restrictMovement?: VirtualMachineRestrictMovementState;
3176
+ }
3177
+
3178
+ /**
3179
+ * Defines values for VirtualMachineRestrictMovementState. \
3180
+ * {@link KnownVirtualMachineRestrictMovementState} can be used interchangeably with VirtualMachineRestrictMovementState,
3181
+ * this enum contains the known values that the service supports.
3182
+ * ### Known values supported by the service
3183
+ * **Enabled** \
3184
+ * **Disabled**
3185
+ */
3186
+ export declare type VirtualMachineRestrictMovementState = string;
3187
+
3188
+ /** Interface representing a VirtualMachines. */
3189
+ export declare interface VirtualMachines {
3190
+ /**
3191
+ * List of virtual machines in a private cloud cluster
3192
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3193
+ * @param privateCloudName Name of the private cloud
3194
+ * @param clusterName Name of the cluster in the private cloud
3195
+ * @param options The options parameters.
3196
+ */
3197
+ list(resourceGroupName: string, privateCloudName: string, clusterName: string, options?: VirtualMachinesListOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
3198
+ /**
3199
+ * Get a virtual machine by id in a private cloud cluster
3200
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3201
+ * @param privateCloudName Name of the private cloud
3202
+ * @param clusterName Name of the cluster in the private cloud
3203
+ * @param virtualMachineId Virtual Machine identifier
3204
+ * @param options The options parameters.
3205
+ */
3206
+ get(resourceGroupName: string, privateCloudName: string, clusterName: string, virtualMachineId: string, options?: VirtualMachinesGetOptionalParams): Promise<VirtualMachinesGetResponse>;
3207
+ /**
3208
+ * Enable or disable DRS-driven VM movement restriction
3209
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3210
+ * @param privateCloudName Name of the private cloud
3211
+ * @param clusterName Name of the cluster in the private cloud
3212
+ * @param virtualMachineId Virtual Machine identifier
3213
+ * @param restrictMovement Whether VM DRS-driven movement is restricted (Enabled) or not (Disabled)
3214
+ * @param options The options parameters.
3215
+ */
3216
+ beginRestrictMovement(resourceGroupName: string, privateCloudName: string, clusterName: string, virtualMachineId: string, restrictMovement: VirtualMachineRestrictMovement, options?: VirtualMachinesRestrictMovementOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3217
+ /**
3218
+ * Enable or disable DRS-driven VM movement restriction
3219
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3220
+ * @param privateCloudName Name of the private cloud
3221
+ * @param clusterName Name of the cluster in the private cloud
3222
+ * @param virtualMachineId Virtual Machine identifier
3223
+ * @param restrictMovement Whether VM DRS-driven movement is restricted (Enabled) or not (Disabled)
3224
+ * @param options The options parameters.
3225
+ */
3226
+ beginRestrictMovementAndWait(resourceGroupName: string, privateCloudName: string, clusterName: string, virtualMachineId: string, restrictMovement: VirtualMachineRestrictMovement, options?: VirtualMachinesRestrictMovementOptionalParams): Promise<void>;
3227
+ }
3228
+
3229
+ /** Optional parameters. */
3230
+ export declare interface VirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
3231
+ }
3232
+
3233
+ /** Contains response data for the get operation. */
3234
+ export declare type VirtualMachinesGetResponse = VirtualMachine;
3235
+
3236
+ /** A list of Virtual Machines */
3237
+ export declare interface VirtualMachinesList {
3238
+ /**
3239
+ * The items to be displayed on the page
3240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3241
+ */
3242
+ readonly value?: VirtualMachine[];
3243
+ /**
3244
+ * URL to get the next page if any
3245
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3246
+ */
3247
+ readonly nextLink?: string;
3248
+ }
3249
+
3250
+ /** Optional parameters. */
3251
+ export declare interface VirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
3252
+ }
3253
+
3254
+ /** Contains response data for the listNext operation. */
3255
+ export declare type VirtualMachinesListNextResponse = VirtualMachinesList;
3256
+
3257
+ /** Optional parameters. */
3258
+ export declare interface VirtualMachinesListOptionalParams extends coreClient.OperationOptions {
3259
+ }
3260
+
3261
+ /** Contains response data for the list operation. */
3262
+ export declare type VirtualMachinesListResponse = VirtualMachinesList;
3263
+
3264
+ /** Optional parameters. */
3265
+ export declare interface VirtualMachinesRestrictMovementOptionalParams extends coreClient.OperationOptions {
3266
+ /** Delay to wait until next poll, in milliseconds. */
3267
+ updateIntervalInMs?: number;
3268
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3269
+ resumeFrom?: string;
3270
+ }
3271
+
3272
+ /**
3273
+ * Defines values for VisibilityParameterEnum. \
3274
+ * {@link KnownVisibilityParameterEnum} can be used interchangeably with VisibilityParameterEnum,
3275
+ * this enum contains the known values that the service supports.
3276
+ * ### Known values supported by the service
3277
+ * **Visible** \
3278
+ * **Hidden**
3279
+ */
3280
+ export declare type VisibilityParameterEnum = string;
3281
+
3282
+ /**
3283
+ * Defines values for VMGroupStatusEnum. \
3284
+ * {@link KnownVMGroupStatusEnum} can be used interchangeably with VMGroupStatusEnum,
3285
+ * this enum contains the known values that the service supports.
3286
+ * ### Known values supported by the service
3287
+ * **SUCCESS** \
3288
+ * **FAILURE**
3289
+ */
3290
+ export declare type VMGroupStatusEnum = string;
3291
+
3292
+ /** VM-Host placement policy properties */
3293
+ export declare type VmHostPlacementPolicyProperties = PlacementPolicyProperties & {
3294
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3295
+ type: "VmHost";
3296
+ /** Virtual machine members list */
3297
+ vmMembers: string[];
3298
+ /** Host members list */
3299
+ hostMembers: string[];
3300
+ /** placement policy affinity type */
3301
+ affinityType: AffinityType;
3302
+ };
3303
+
3304
+ /** VM-VM placement policy properties */
3305
+ export declare type VmPlacementPolicyProperties = PlacementPolicyProperties & {
3306
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3307
+ type: "VmVm";
3308
+ /** Virtual machine members list */
3309
+ vmMembers: string[];
3310
+ /** placement policy affinity type */
3311
+ affinityType: AffinityType;
3312
+ };
3313
+
3314
+ /**
3315
+ * Defines values for VMTypeEnum. \
3316
+ * {@link KnownVMTypeEnum} can be used interchangeably with VMTypeEnum,
3317
+ * this enum contains the known values that the service supports.
3318
+ * ### Known values supported by the service
3319
+ * **REGULAR** \
3320
+ * **EDGE** \
3321
+ * **SERVICE**
3322
+ */
3323
+ export declare type VMTypeEnum = string;
3324
+
3325
+ /** NSX DHCP */
3326
+ export declare type WorkloadNetworkDhcp = ProxyResource & {
3327
+ /** DHCP properties. */
3328
+ properties?: WorkloadNetworkDhcpEntityUnion;
3329
+ };
3330
+
3331
+ /** Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to inherit from */
3332
+ export declare interface WorkloadNetworkDhcpEntity {
3333
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3334
+ dhcpType: "SERVER" | "RELAY";
3335
+ /** Display name of the DHCP entity. */
3336
+ displayName?: string;
3337
+ /**
3338
+ * NSX Segments consuming DHCP.
3339
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3340
+ */
3341
+ readonly segments?: string[];
3342
+ /**
3343
+ * The provisioning state
3344
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3345
+ */
3346
+ readonly provisioningState?: WorkloadNetworkDhcpProvisioningState;
3347
+ /** NSX revision number. */
3348
+ revision?: number;
3349
+ }
3350
+
3351
+ export declare type WorkloadNetworkDhcpEntityUnion = WorkloadNetworkDhcpEntity | WorkloadNetworkDhcpServer | WorkloadNetworkDhcpRelay;
3352
+
3353
+ /** A list of NSX dhcp entities */
3354
+ export declare interface WorkloadNetworkDhcpList {
3355
+ /**
3356
+ * The items on the page
3357
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3358
+ */
3359
+ readonly value?: WorkloadNetworkDhcp[];
3360
+ /**
3361
+ * URL to get the next page if any
3362
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3363
+ */
3364
+ readonly nextLink?: string;
3365
+ }
3366
+
3367
+ /**
3368
+ * Defines values for WorkloadNetworkDhcpProvisioningState. \
3369
+ * {@link KnownWorkloadNetworkDhcpProvisioningState} can be used interchangeably with WorkloadNetworkDhcpProvisioningState,
3370
+ * this enum contains the known values that the service supports.
3371
+ * ### Known values supported by the service
3372
+ * **Succeeded** \
3373
+ * **Failed** \
3374
+ * **Building** \
3375
+ * **Deleting** \
3376
+ * **Updating**
3377
+ */
3378
+ export declare type WorkloadNetworkDhcpProvisioningState = string;
3379
+
3380
+ /** NSX DHCP Relay */
3381
+ export declare type WorkloadNetworkDhcpRelay = WorkloadNetworkDhcpEntity & {
3382
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3383
+ dhcpType: "RELAY";
3384
+ /** DHCP Relay Addresses. Max 3. */
3385
+ serverAddresses?: string[];
3386
+ };
3387
+
3388
+ /** NSX DHCP Server */
3389
+ export declare type WorkloadNetworkDhcpServer = WorkloadNetworkDhcpEntity & {
3390
+ /** Polymorphic discriminator, which specifies the different types this object can be */
3391
+ dhcpType: "SERVER";
3392
+ /** DHCP Server Address. */
3393
+ serverAddress?: string;
3394
+ /** DHCP Server Lease Time. */
3395
+ leaseTime?: number;
3396
+ };
3397
+
3398
+ /** NSX DNS Service */
3399
+ export declare type WorkloadNetworkDnsService = ProxyResource & {
3400
+ /** Display name of the DNS Service. */
3401
+ displayName?: string;
3402
+ /** DNS service IP of the DNS Service. */
3403
+ dnsServiceIp?: string;
3404
+ /** Default DNS zone of the DNS Service. */
3405
+ defaultDnsZone?: string;
3406
+ /** FQDN zones of the DNS Service. */
3407
+ fqdnZones?: string[];
3408
+ /** DNS Service log level. */
3409
+ logLevel?: DnsServiceLogLevelEnum;
3410
+ /**
3411
+ * DNS Service status.
3412
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3413
+ */
3414
+ readonly status?: DnsServiceStatusEnum;
3415
+ /**
3416
+ * The provisioning state
3417
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3418
+ */
3419
+ readonly provisioningState?: WorkloadNetworkDnsServiceProvisioningState;
3420
+ /** NSX revision number. */
3421
+ revision?: number;
3422
+ };
3423
+
3424
+ /**
3425
+ * Defines values for WorkloadNetworkDnsServiceProvisioningState. \
3426
+ * {@link KnownWorkloadNetworkDnsServiceProvisioningState} can be used interchangeably with WorkloadNetworkDnsServiceProvisioningState,
3427
+ * this enum contains the known values that the service supports.
3428
+ * ### Known values supported by the service
3429
+ * **Succeeded** \
3430
+ * **Failed** \
3431
+ * **Building** \
3432
+ * **Deleting** \
3433
+ * **Updating**
3434
+ */
3435
+ export declare type WorkloadNetworkDnsServiceProvisioningState = string;
3436
+
3437
+ /** A list of NSX DNS Services */
3438
+ export declare interface WorkloadNetworkDnsServicesList {
3439
+ /**
3440
+ * The items on the page
3441
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3442
+ */
3443
+ readonly value?: WorkloadNetworkDnsService[];
3444
+ /**
3445
+ * URL to get the next page if any
3446
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3447
+ */
3448
+ readonly nextLink?: string;
3449
+ }
3450
+
3451
+ /** NSX DNS Zone */
3452
+ export declare type WorkloadNetworkDnsZone = ProxyResource & {
3453
+ /** Display name of the DNS Zone. */
3454
+ displayName?: string;
3455
+ /** Domain names of the DNS Zone. */
3456
+ domain?: string[];
3457
+ /** DNS Server IP array of the DNS Zone. */
3458
+ dnsServerIps?: string[];
3459
+ /** Source IP of the DNS Zone. */
3460
+ sourceIp?: string;
3461
+ /** Number of DNS Services using the DNS zone. */
3462
+ dnsServices?: number;
3463
+ /**
3464
+ * The provisioning state
3465
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3466
+ */
3467
+ readonly provisioningState?: WorkloadNetworkDnsZoneProvisioningState;
3468
+ /** NSX revision number. */
3469
+ revision?: number;
3470
+ };
3471
+
3472
+ /**
3473
+ * Defines values for WorkloadNetworkDnsZoneProvisioningState. \
3474
+ * {@link KnownWorkloadNetworkDnsZoneProvisioningState} can be used interchangeably with WorkloadNetworkDnsZoneProvisioningState,
3475
+ * this enum contains the known values that the service supports.
3476
+ * ### Known values supported by the service
3477
+ * **Succeeded** \
3478
+ * **Failed** \
3479
+ * **Building** \
3480
+ * **Deleting** \
3481
+ * **Updating**
3482
+ */
3483
+ export declare type WorkloadNetworkDnsZoneProvisioningState = string;
3484
+
3485
+ /** A list of NSX DNS Zones */
3486
+ export declare interface WorkloadNetworkDnsZonesList {
3487
+ /**
3488
+ * The items on the page
3489
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3490
+ */
3491
+ readonly value?: WorkloadNetworkDnsZone[];
3492
+ /**
3493
+ * URL to get the next page if any
3494
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3495
+ */
3496
+ readonly nextLink?: string;
3497
+ }
3498
+
3499
+ /** NSX Gateway. */
3500
+ export declare type WorkloadNetworkGateway = ProxyResource & {
3501
+ /** Display name of the DHCP entity. */
3502
+ displayName?: string;
3503
+ /**
3504
+ * NSX Gateway Path.
3505
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3506
+ */
3507
+ readonly path?: string;
3508
+ };
3509
+
3510
+ /** A list of NSX Gateways */
3511
+ export declare interface WorkloadNetworkGatewayList {
3512
+ /**
3513
+ * The items on the page
3514
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3515
+ */
3516
+ readonly value?: WorkloadNetworkGateway[];
3517
+ /**
3518
+ * URL to get the next page if any
3519
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3520
+ */
3521
+ readonly nextLink?: string;
3522
+ }
3523
+
3524
+ /** NSX Port Mirroring */
3525
+ export declare type WorkloadNetworkPortMirroring = ProxyResource & {
3526
+ /** Display name of the port mirroring profile. */
3527
+ displayName?: string;
3528
+ /** Direction of port mirroring profile. */
3529
+ direction?: PortMirroringDirectionEnum;
3530
+ /** Source VM Group. */
3531
+ source?: string;
3532
+ /** Destination VM Group. */
3533
+ destination?: string;
3534
+ /**
3535
+ * Port Mirroring Status.
3536
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3537
+ */
3538
+ readonly status?: PortMirroringStatusEnum;
3539
+ /**
3540
+ * The provisioning state
3541
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3542
+ */
3543
+ readonly provisioningState?: WorkloadNetworkPortMirroringProvisioningState;
3544
+ /** NSX revision number. */
3545
+ revision?: number;
3546
+ };
3547
+
3548
+ /** A list of NSX Port Mirroring */
3549
+ export declare interface WorkloadNetworkPortMirroringList {
3550
+ /**
3551
+ * The items on the page
3552
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3553
+ */
3554
+ readonly value?: WorkloadNetworkPortMirroring[];
3555
+ /**
3556
+ * URL to get the next page if any
3557
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3558
+ */
3559
+ readonly nextLink?: string;
3560
+ }
3561
+
3562
+ /**
3563
+ * Defines values for WorkloadNetworkPortMirroringProvisioningState. \
3564
+ * {@link KnownWorkloadNetworkPortMirroringProvisioningState} can be used interchangeably with WorkloadNetworkPortMirroringProvisioningState,
3565
+ * this enum contains the known values that the service supports.
3566
+ * ### Known values supported by the service
3567
+ * **Succeeded** \
3568
+ * **Failed** \
3569
+ * **Building** \
3570
+ * **Deleting** \
3571
+ * **Updating**
3572
+ */
3573
+ export declare type WorkloadNetworkPortMirroringProvisioningState = string;
3574
+
3575
+ /** NSX Public IP Block */
3576
+ export declare type WorkloadNetworkPublicIP = ProxyResource & {
3577
+ /** Display name of the Public IP Block. */
3578
+ displayName?: string;
3579
+ /** Number of Public IPs requested. */
3580
+ numberOfPublicIPs?: number;
3581
+ /**
3582
+ * CIDR Block of the Public IP Block.
3583
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3584
+ */
3585
+ readonly publicIPBlock?: string;
3586
+ /**
3587
+ * The provisioning state
3588
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3589
+ */
3590
+ readonly provisioningState?: WorkloadNetworkPublicIPProvisioningState;
3591
+ };
3592
+
3593
+ /**
3594
+ * Defines values for WorkloadNetworkPublicIPProvisioningState. \
3595
+ * {@link KnownWorkloadNetworkPublicIPProvisioningState} can be used interchangeably with WorkloadNetworkPublicIPProvisioningState,
3596
+ * this enum contains the known values that the service supports.
3597
+ * ### Known values supported by the service
3598
+ * **Succeeded** \
3599
+ * **Failed** \
3600
+ * **Building** \
3601
+ * **Deleting** \
3602
+ * **Updating**
3603
+ */
3604
+ export declare type WorkloadNetworkPublicIPProvisioningState = string;
3605
+
3606
+ /** A list of NSX Public IP Blocks */
3607
+ export declare interface WorkloadNetworkPublicIPsList {
3608
+ /**
3609
+ * The items on the page
3610
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3611
+ */
3612
+ readonly value?: WorkloadNetworkPublicIP[];
3613
+ /**
3614
+ * URL to get the next page if any
3615
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3616
+ */
3617
+ readonly nextLink?: string;
3618
+ }
3619
+
3620
+ /** Interface representing a WorkloadNetworks. */
3621
+ export declare interface WorkloadNetworks {
3622
+ /**
3623
+ * List of segments in a private cloud workload network.
3624
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3625
+ * @param privateCloudName Name of the private cloud
3626
+ * @param options The options parameters.
3627
+ */
3628
+ listSegments(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListSegmentsOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkSegment>;
3629
+ /**
3630
+ * List dhcp in a private cloud workload network.
3631
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3632
+ * @param privateCloudName Name of the private cloud
3633
+ * @param options The options parameters.
3634
+ */
3635
+ listDhcp(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListDhcpOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkDhcp>;
3636
+ /**
3637
+ * List of gateways in a private cloud workload network.
3638
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3639
+ * @param privateCloudName Name of the private cloud
3640
+ * @param options The options parameters.
3641
+ */
3642
+ listGateways(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListGatewaysOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkGateway>;
3643
+ /**
3644
+ * List of port mirroring profiles in a private cloud workload network.
3645
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3646
+ * @param privateCloudName Name of the private cloud
3647
+ * @param options The options parameters.
3648
+ */
3649
+ listPortMirroring(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListPortMirroringOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkPortMirroring>;
3650
+ /**
3651
+ * List of vm groups in a private cloud workload network.
3652
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3653
+ * @param privateCloudName Name of the private cloud
3654
+ * @param options The options parameters.
3655
+ */
3656
+ listVMGroups(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListVMGroupsOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkVMGroup>;
3657
+ /**
3658
+ * List of virtual machines in a private cloud workload network.
3659
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3660
+ * @param privateCloudName Name of the private cloud
3661
+ * @param options The options parameters.
3662
+ */
3663
+ listVirtualMachines(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListVirtualMachinesOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkVirtualMachine>;
3664
+ /**
3665
+ * List of DNS services in a private cloud workload network.
3666
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3667
+ * @param privateCloudName Name of the private cloud
3668
+ * @param options The options parameters.
3669
+ */
3670
+ listDnsServices(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListDnsServicesOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkDnsService>;
3671
+ /**
3672
+ * List of DNS zones in a private cloud workload network.
3673
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3674
+ * @param privateCloudName Name of the private cloud
3675
+ * @param options The options parameters.
3676
+ */
3677
+ listDnsZones(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListDnsZonesOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkDnsZone>;
3678
+ /**
3679
+ * List of Public IP Blocks in a private cloud workload network.
3680
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3681
+ * @param privateCloudName Name of the private cloud
3682
+ * @param options The options parameters.
3683
+ */
3684
+ listPublicIPs(resourceGroupName: string, privateCloudName: string, options?: WorkloadNetworksListPublicIPsOptionalParams): PagedAsyncIterableIterator<WorkloadNetworkPublicIP>;
3685
+ /**
3686
+ * Get a segment by id in a private cloud workload network.
3687
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3688
+ * @param privateCloudName Name of the private cloud
3689
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
3690
+ * @param options The options parameters.
3691
+ */
3692
+ getSegment(resourceGroupName: string, privateCloudName: string, segmentId: string, options?: WorkloadNetworksGetSegmentOptionalParams): Promise<WorkloadNetworksGetSegmentResponse>;
3693
+ /**
3694
+ * Create a segment by id in a private cloud workload network.
3695
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3696
+ * @param privateCloudName Name of the private cloud
3697
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
3698
+ * @param workloadNetworkSegment NSX Segment
3699
+ * @param options The options parameters.
3700
+ */
3701
+ beginCreateSegments(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment: WorkloadNetworkSegment, options?: WorkloadNetworksCreateSegmentsOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreateSegmentsResponse>, WorkloadNetworksCreateSegmentsResponse>>;
3702
+ /**
3703
+ * Create a segment by id in a private cloud workload network.
3704
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3705
+ * @param privateCloudName Name of the private cloud
3706
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
3707
+ * @param workloadNetworkSegment NSX Segment
3708
+ * @param options The options parameters.
3709
+ */
3710
+ beginCreateSegmentsAndWait(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment: WorkloadNetworkSegment, options?: WorkloadNetworksCreateSegmentsOptionalParams): Promise<WorkloadNetworksCreateSegmentsResponse>;
3711
+ /**
3712
+ * Create or update a segment by id in a private cloud workload network.
3713
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3714
+ * @param privateCloudName Name of the private cloud
3715
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
3716
+ * @param workloadNetworkSegment NSX Segment
3717
+ * @param options The options parameters.
3718
+ */
3719
+ beginUpdateSegments(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment: WorkloadNetworkSegment, options?: WorkloadNetworksUpdateSegmentsOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdateSegmentsResponse>, WorkloadNetworksUpdateSegmentsResponse>>;
3720
+ /**
3721
+ * Create or update a segment by id in a private cloud workload network.
3722
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3723
+ * @param privateCloudName Name of the private cloud
3724
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
3725
+ * @param workloadNetworkSegment NSX Segment
3726
+ * @param options The options parameters.
3727
+ */
3728
+ beginUpdateSegmentsAndWait(resourceGroupName: string, privateCloudName: string, segmentId: string, workloadNetworkSegment: WorkloadNetworkSegment, options?: WorkloadNetworksUpdateSegmentsOptionalParams): Promise<WorkloadNetworksUpdateSegmentsResponse>;
3729
+ /**
3730
+ * Delete a segment by id in a private cloud workload network.
3731
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3732
+ * @param privateCloudName Name of the private cloud
3733
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
3734
+ * @param options The options parameters.
3735
+ */
3736
+ beginDeleteSegment(resourceGroupName: string, privateCloudName: string, segmentId: string, options?: WorkloadNetworksDeleteSegmentOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3737
+ /**
3738
+ * Delete a segment by id in a private cloud workload network.
3739
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3740
+ * @param privateCloudName Name of the private cloud
3741
+ * @param segmentId NSX Segment identifier. Generally the same as the Segment's display name
3742
+ * @param options The options parameters.
3743
+ */
3744
+ beginDeleteSegmentAndWait(resourceGroupName: string, privateCloudName: string, segmentId: string, options?: WorkloadNetworksDeleteSegmentOptionalParams): Promise<void>;
3745
+ /**
3746
+ * Get dhcp by id in a private cloud workload network.
3747
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3748
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
3749
+ * @param privateCloudName Name of the private cloud
3750
+ * @param options The options parameters.
3751
+ */
3752
+ getDhcp(resourceGroupName: string, dhcpId: string, privateCloudName: string, options?: WorkloadNetworksGetDhcpOptionalParams): Promise<WorkloadNetworksGetDhcpResponse>;
3753
+ /**
3754
+ * Create dhcp by id in a private cloud workload network.
3755
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3756
+ * @param privateCloudName Name of the private cloud
3757
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
3758
+ * @param workloadNetworkDhcp NSX DHCP
3759
+ * @param options The options parameters.
3760
+ */
3761
+ beginCreateDhcp(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp: WorkloadNetworkDhcp, options?: WorkloadNetworksCreateDhcpOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreateDhcpResponse>, WorkloadNetworksCreateDhcpResponse>>;
3762
+ /**
3763
+ * Create dhcp by id in a private cloud workload network.
3764
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3765
+ * @param privateCloudName Name of the private cloud
3766
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
3767
+ * @param workloadNetworkDhcp NSX DHCP
3768
+ * @param options The options parameters.
3769
+ */
3770
+ beginCreateDhcpAndWait(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp: WorkloadNetworkDhcp, options?: WorkloadNetworksCreateDhcpOptionalParams): Promise<WorkloadNetworksCreateDhcpResponse>;
3771
+ /**
3772
+ * Create or update dhcp by id in a private cloud workload network.
3773
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3774
+ * @param privateCloudName Name of the private cloud
3775
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
3776
+ * @param workloadNetworkDhcp NSX DHCP
3777
+ * @param options The options parameters.
3778
+ */
3779
+ beginUpdateDhcp(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp: WorkloadNetworkDhcp, options?: WorkloadNetworksUpdateDhcpOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdateDhcpResponse>, WorkloadNetworksUpdateDhcpResponse>>;
3780
+ /**
3781
+ * Create or update dhcp by id in a private cloud workload network.
3782
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3783
+ * @param privateCloudName Name of the private cloud
3784
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
3785
+ * @param workloadNetworkDhcp NSX DHCP
3786
+ * @param options The options parameters.
3787
+ */
3788
+ beginUpdateDhcpAndWait(resourceGroupName: string, privateCloudName: string, dhcpId: string, workloadNetworkDhcp: WorkloadNetworkDhcp, options?: WorkloadNetworksUpdateDhcpOptionalParams): Promise<WorkloadNetworksUpdateDhcpResponse>;
3789
+ /**
3790
+ * Delete dhcp by id in a private cloud workload network.
3791
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3792
+ * @param privateCloudName Name of the private cloud
3793
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
3794
+ * @param options The options parameters.
3795
+ */
3796
+ beginDeleteDhcp(resourceGroupName: string, privateCloudName: string, dhcpId: string, options?: WorkloadNetworksDeleteDhcpOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3797
+ /**
3798
+ * Delete dhcp by id in a private cloud workload network.
3799
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3800
+ * @param privateCloudName Name of the private cloud
3801
+ * @param dhcpId NSX DHCP identifier. Generally the same as the DHCP display name
3802
+ * @param options The options parameters.
3803
+ */
3804
+ beginDeleteDhcpAndWait(resourceGroupName: string, privateCloudName: string, dhcpId: string, options?: WorkloadNetworksDeleteDhcpOptionalParams): Promise<void>;
3805
+ /**
3806
+ * Get a gateway by id in a private cloud workload network.
3807
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3808
+ * @param privateCloudName Name of the private cloud
3809
+ * @param gatewayId NSX Gateway identifier. Generally the same as the Gateway's display name
3810
+ * @param options The options parameters.
3811
+ */
3812
+ getGateway(resourceGroupName: string, privateCloudName: string, gatewayId: string, options?: WorkloadNetworksGetGatewayOptionalParams): Promise<WorkloadNetworksGetGatewayResponse>;
3813
+ /**
3814
+ * Get a port mirroring profile by id in a private cloud workload network.
3815
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3816
+ * @param privateCloudName Name of the private cloud
3817
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
3818
+ * display name
3819
+ * @param options The options parameters.
3820
+ */
3821
+ getPortMirroring(resourceGroupName: string, privateCloudName: string, portMirroringId: string, options?: WorkloadNetworksGetPortMirroringOptionalParams): Promise<WorkloadNetworksGetPortMirroringResponse>;
3822
+ /**
3823
+ * Create a port mirroring profile by id in a private cloud workload network.
3824
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3825
+ * @param privateCloudName Name of the private cloud
3826
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
3827
+ * display name
3828
+ * @param workloadNetworkPortMirroring NSX port mirroring
3829
+ * @param options The options parameters.
3830
+ */
3831
+ beginCreatePortMirroring(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring: WorkloadNetworkPortMirroring, options?: WorkloadNetworksCreatePortMirroringOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreatePortMirroringResponse>, WorkloadNetworksCreatePortMirroringResponse>>;
3832
+ /**
3833
+ * Create a port mirroring profile by id in a private cloud workload network.
3834
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3835
+ * @param privateCloudName Name of the private cloud
3836
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
3837
+ * display name
3838
+ * @param workloadNetworkPortMirroring NSX port mirroring
3839
+ * @param options The options parameters.
3840
+ */
3841
+ beginCreatePortMirroringAndWait(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring: WorkloadNetworkPortMirroring, options?: WorkloadNetworksCreatePortMirroringOptionalParams): Promise<WorkloadNetworksCreatePortMirroringResponse>;
3842
+ /**
3843
+ * Create or update a port mirroring profile by id in a private cloud workload network.
3844
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3845
+ * @param privateCloudName Name of the private cloud
3846
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
3847
+ * display name
3848
+ * @param workloadNetworkPortMirroring NSX port mirroring
3849
+ * @param options The options parameters.
3850
+ */
3851
+ beginUpdatePortMirroring(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring: WorkloadNetworkPortMirroring, options?: WorkloadNetworksUpdatePortMirroringOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdatePortMirroringResponse>, WorkloadNetworksUpdatePortMirroringResponse>>;
3852
+ /**
3853
+ * Create or update a port mirroring profile by id in a private cloud workload network.
3854
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3855
+ * @param privateCloudName Name of the private cloud
3856
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
3857
+ * display name
3858
+ * @param workloadNetworkPortMirroring NSX port mirroring
3859
+ * @param options The options parameters.
3860
+ */
3861
+ beginUpdatePortMirroringAndWait(resourceGroupName: string, privateCloudName: string, portMirroringId: string, workloadNetworkPortMirroring: WorkloadNetworkPortMirroring, options?: WorkloadNetworksUpdatePortMirroringOptionalParams): Promise<WorkloadNetworksUpdatePortMirroringResponse>;
3862
+ /**
3863
+ * Delete a port mirroring profile by id in a private cloud workload network.
3864
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3865
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
3866
+ * display name
3867
+ * @param privateCloudName Name of the private cloud
3868
+ * @param options The options parameters.
3869
+ */
3870
+ beginDeletePortMirroring(resourceGroupName: string, portMirroringId: string, privateCloudName: string, options?: WorkloadNetworksDeletePortMirroringOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3871
+ /**
3872
+ * Delete a port mirroring profile by id in a private cloud workload network.
3873
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3874
+ * @param portMirroringId NSX Port Mirroring identifier. Generally the same as the Port Mirroring
3875
+ * display name
3876
+ * @param privateCloudName Name of the private cloud
3877
+ * @param options The options parameters.
3878
+ */
3879
+ beginDeletePortMirroringAndWait(resourceGroupName: string, portMirroringId: string, privateCloudName: string, options?: WorkloadNetworksDeletePortMirroringOptionalParams): Promise<void>;
3880
+ /**
3881
+ * Get a vm group by id in a private cloud workload network.
3882
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3883
+ * @param privateCloudName Name of the private cloud
3884
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
3885
+ * @param options The options parameters.
3886
+ */
3887
+ getVMGroup(resourceGroupName: string, privateCloudName: string, vmGroupId: string, options?: WorkloadNetworksGetVMGroupOptionalParams): Promise<WorkloadNetworksGetVMGroupResponse>;
3888
+ /**
3889
+ * Create a vm group by id in a private cloud workload network.
3890
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3891
+ * @param privateCloudName Name of the private cloud
3892
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
3893
+ * @param workloadNetworkVMGroup NSX VM Group
3894
+ * @param options The options parameters.
3895
+ */
3896
+ beginCreateVMGroup(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup: WorkloadNetworkVMGroup, options?: WorkloadNetworksCreateVMGroupOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreateVMGroupResponse>, WorkloadNetworksCreateVMGroupResponse>>;
3897
+ /**
3898
+ * Create a vm group by id in a private cloud workload network.
3899
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3900
+ * @param privateCloudName Name of the private cloud
3901
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
3902
+ * @param workloadNetworkVMGroup NSX VM Group
3903
+ * @param options The options parameters.
3904
+ */
3905
+ beginCreateVMGroupAndWait(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup: WorkloadNetworkVMGroup, options?: WorkloadNetworksCreateVMGroupOptionalParams): Promise<WorkloadNetworksCreateVMGroupResponse>;
3906
+ /**
3907
+ * Create or update a vm group by id in a private cloud workload network.
3908
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3909
+ * @param privateCloudName Name of the private cloud
3910
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
3911
+ * @param workloadNetworkVMGroup NSX VM Group
3912
+ * @param options The options parameters.
3913
+ */
3914
+ beginUpdateVMGroup(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup: WorkloadNetworkVMGroup, options?: WorkloadNetworksUpdateVMGroupOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdateVMGroupResponse>, WorkloadNetworksUpdateVMGroupResponse>>;
3915
+ /**
3916
+ * Create or update a vm group by id in a private cloud workload network.
3917
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3918
+ * @param privateCloudName Name of the private cloud
3919
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
3920
+ * @param workloadNetworkVMGroup NSX VM Group
3921
+ * @param options The options parameters.
3922
+ */
3923
+ beginUpdateVMGroupAndWait(resourceGroupName: string, privateCloudName: string, vmGroupId: string, workloadNetworkVMGroup: WorkloadNetworkVMGroup, options?: WorkloadNetworksUpdateVMGroupOptionalParams): Promise<WorkloadNetworksUpdateVMGroupResponse>;
3924
+ /**
3925
+ * Delete a vm group by id in a private cloud workload network.
3926
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3927
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
3928
+ * @param privateCloudName Name of the private cloud
3929
+ * @param options The options parameters.
3930
+ */
3931
+ beginDeleteVMGroup(resourceGroupName: string, vmGroupId: string, privateCloudName: string, options?: WorkloadNetworksDeleteVMGroupOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3932
+ /**
3933
+ * Delete a vm group by id in a private cloud workload network.
3934
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3935
+ * @param vmGroupId NSX VM Group identifier. Generally the same as the VM Group's display name
3936
+ * @param privateCloudName Name of the private cloud
3937
+ * @param options The options parameters.
3938
+ */
3939
+ beginDeleteVMGroupAndWait(resourceGroupName: string, vmGroupId: string, privateCloudName: string, options?: WorkloadNetworksDeleteVMGroupOptionalParams): Promise<void>;
3940
+ /**
3941
+ * Get a virtual machine by id in a private cloud workload network.
3942
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3943
+ * @param privateCloudName Name of the private cloud
3944
+ * @param virtualMachineId Virtual Machine identifier
3945
+ * @param options The options parameters.
3946
+ */
3947
+ getVirtualMachine(resourceGroupName: string, privateCloudName: string, virtualMachineId: string, options?: WorkloadNetworksGetVirtualMachineOptionalParams): Promise<WorkloadNetworksGetVirtualMachineResponse>;
3948
+ /**
3949
+ * Get a DNS service by id in a private cloud workload network.
3950
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3951
+ * @param privateCloudName Name of the private cloud
3952
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
3953
+ * @param options The options parameters.
3954
+ */
3955
+ getDnsService(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, options?: WorkloadNetworksGetDnsServiceOptionalParams): Promise<WorkloadNetworksGetDnsServiceResponse>;
3956
+ /**
3957
+ * Create a DNS service by id in a private cloud workload network.
3958
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3959
+ * @param privateCloudName Name of the private cloud
3960
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
3961
+ * @param workloadNetworkDnsService NSX DNS Service
3962
+ * @param options The options parameters.
3963
+ */
3964
+ beginCreateDnsService(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService: WorkloadNetworkDnsService, options?: WorkloadNetworksCreateDnsServiceOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreateDnsServiceResponse>, WorkloadNetworksCreateDnsServiceResponse>>;
3965
+ /**
3966
+ * Create a DNS service by id in a private cloud workload network.
3967
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3968
+ * @param privateCloudName Name of the private cloud
3969
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
3970
+ * @param workloadNetworkDnsService NSX DNS Service
3971
+ * @param options The options parameters.
3972
+ */
3973
+ beginCreateDnsServiceAndWait(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService: WorkloadNetworkDnsService, options?: WorkloadNetworksCreateDnsServiceOptionalParams): Promise<WorkloadNetworksCreateDnsServiceResponse>;
3974
+ /**
3975
+ * Create or update a DNS service by id in a private cloud workload network.
3976
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3977
+ * @param privateCloudName Name of the private cloud
3978
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
3979
+ * @param workloadNetworkDnsService NSX DNS Service
3980
+ * @param options The options parameters.
3981
+ */
3982
+ beginUpdateDnsService(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService: WorkloadNetworkDnsService, options?: WorkloadNetworksUpdateDnsServiceOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdateDnsServiceResponse>, WorkloadNetworksUpdateDnsServiceResponse>>;
3983
+ /**
3984
+ * Create or update a DNS service by id in a private cloud workload network.
3985
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3986
+ * @param privateCloudName Name of the private cloud
3987
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
3988
+ * @param workloadNetworkDnsService NSX DNS Service
3989
+ * @param options The options parameters.
3990
+ */
3991
+ beginUpdateDnsServiceAndWait(resourceGroupName: string, privateCloudName: string, dnsServiceId: string, workloadNetworkDnsService: WorkloadNetworkDnsService, options?: WorkloadNetworksUpdateDnsServiceOptionalParams): Promise<WorkloadNetworksUpdateDnsServiceResponse>;
3992
+ /**
3993
+ * Delete a DNS service by id in a private cloud workload network.
3994
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3995
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
3996
+ * @param privateCloudName Name of the private cloud
3997
+ * @param options The options parameters.
3998
+ */
3999
+ beginDeleteDnsService(resourceGroupName: string, dnsServiceId: string, privateCloudName: string, options?: WorkloadNetworksDeleteDnsServiceOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
4000
+ /**
4001
+ * Delete a DNS service by id in a private cloud workload network.
4002
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4003
+ * @param dnsServiceId NSX DNS Service identifier. Generally the same as the DNS Service's display name
4004
+ * @param privateCloudName Name of the private cloud
4005
+ * @param options The options parameters.
4006
+ */
4007
+ beginDeleteDnsServiceAndWait(resourceGroupName: string, dnsServiceId: string, privateCloudName: string, options?: WorkloadNetworksDeleteDnsServiceOptionalParams): Promise<void>;
4008
+ /**
4009
+ * Get a DNS zone by id in a private cloud workload network.
4010
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4011
+ * @param privateCloudName Name of the private cloud
4012
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
4013
+ * @param options The options parameters.
4014
+ */
4015
+ getDnsZone(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, options?: WorkloadNetworksGetDnsZoneOptionalParams): Promise<WorkloadNetworksGetDnsZoneResponse>;
4016
+ /**
4017
+ * Create a DNS zone by id in a private cloud workload network.
4018
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4019
+ * @param privateCloudName Name of the private cloud
4020
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
4021
+ * @param workloadNetworkDnsZone NSX DNS Zone
4022
+ * @param options The options parameters.
4023
+ */
4024
+ beginCreateDnsZone(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone: WorkloadNetworkDnsZone, options?: WorkloadNetworksCreateDnsZoneOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreateDnsZoneResponse>, WorkloadNetworksCreateDnsZoneResponse>>;
4025
+ /**
4026
+ * Create a DNS zone by id in a private cloud workload network.
4027
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4028
+ * @param privateCloudName Name of the private cloud
4029
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
4030
+ * @param workloadNetworkDnsZone NSX DNS Zone
4031
+ * @param options The options parameters.
4032
+ */
4033
+ beginCreateDnsZoneAndWait(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone: WorkloadNetworkDnsZone, options?: WorkloadNetworksCreateDnsZoneOptionalParams): Promise<WorkloadNetworksCreateDnsZoneResponse>;
4034
+ /**
4035
+ * Create or update a DNS zone by id in a private cloud workload network.
4036
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4037
+ * @param privateCloudName Name of the private cloud
4038
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
4039
+ * @param workloadNetworkDnsZone NSX DNS Zone
4040
+ * @param options The options parameters.
4041
+ */
4042
+ beginUpdateDnsZone(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone: WorkloadNetworkDnsZone, options?: WorkloadNetworksUpdateDnsZoneOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksUpdateDnsZoneResponse>, WorkloadNetworksUpdateDnsZoneResponse>>;
4043
+ /**
4044
+ * Create or update a DNS zone by id in a private cloud workload network.
4045
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4046
+ * @param privateCloudName Name of the private cloud
4047
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
4048
+ * @param workloadNetworkDnsZone NSX DNS Zone
4049
+ * @param options The options parameters.
4050
+ */
4051
+ beginUpdateDnsZoneAndWait(resourceGroupName: string, privateCloudName: string, dnsZoneId: string, workloadNetworkDnsZone: WorkloadNetworkDnsZone, options?: WorkloadNetworksUpdateDnsZoneOptionalParams): Promise<WorkloadNetworksUpdateDnsZoneResponse>;
4052
+ /**
4053
+ * Delete a DNS zone by id in a private cloud workload network.
4054
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4055
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
4056
+ * @param privateCloudName Name of the private cloud
4057
+ * @param options The options parameters.
4058
+ */
4059
+ beginDeleteDnsZone(resourceGroupName: string, dnsZoneId: string, privateCloudName: string, options?: WorkloadNetworksDeleteDnsZoneOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
4060
+ /**
4061
+ * Delete a DNS zone by id in a private cloud workload network.
4062
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4063
+ * @param dnsZoneId NSX DNS Zone identifier. Generally the same as the DNS Zone's display name
4064
+ * @param privateCloudName Name of the private cloud
4065
+ * @param options The options parameters.
4066
+ */
4067
+ beginDeleteDnsZoneAndWait(resourceGroupName: string, dnsZoneId: string, privateCloudName: string, options?: WorkloadNetworksDeleteDnsZoneOptionalParams): Promise<void>;
4068
+ /**
4069
+ * Get a Public IP Block by id in a private cloud workload network.
4070
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4071
+ * @param privateCloudName Name of the private cloud
4072
+ * @param publicIPId NSX Public IP Block identifier. Generally the same as the Public IP Block's
4073
+ * display name
4074
+ * @param options The options parameters.
4075
+ */
4076
+ getPublicIP(resourceGroupName: string, privateCloudName: string, publicIPId: string, options?: WorkloadNetworksGetPublicIPOptionalParams): Promise<WorkloadNetworksGetPublicIPResponse>;
4077
+ /**
4078
+ * Create a Public IP Block by id in a private cloud workload network.
4079
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4080
+ * @param privateCloudName Name of the private cloud
4081
+ * @param publicIPId NSX Public IP Block identifier. Generally the same as the Public IP Block's
4082
+ * display name
4083
+ * @param workloadNetworkPublicIP NSX Public IP Block
4084
+ * @param options The options parameters.
4085
+ */
4086
+ beginCreatePublicIP(resourceGroupName: string, privateCloudName: string, publicIPId: string, workloadNetworkPublicIP: WorkloadNetworkPublicIP, options?: WorkloadNetworksCreatePublicIPOptionalParams): Promise<PollerLike<PollOperationState<WorkloadNetworksCreatePublicIPResponse>, WorkloadNetworksCreatePublicIPResponse>>;
4087
+ /**
4088
+ * Create a Public IP Block by id in a private cloud workload network.
4089
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4090
+ * @param privateCloudName Name of the private cloud
4091
+ * @param publicIPId NSX Public IP Block identifier. Generally the same as the Public IP Block's
4092
+ * display name
4093
+ * @param workloadNetworkPublicIP NSX Public IP Block
4094
+ * @param options The options parameters.
4095
+ */
4096
+ beginCreatePublicIPAndWait(resourceGroupName: string, privateCloudName: string, publicIPId: string, workloadNetworkPublicIP: WorkloadNetworkPublicIP, options?: WorkloadNetworksCreatePublicIPOptionalParams): Promise<WorkloadNetworksCreatePublicIPResponse>;
4097
+ /**
4098
+ * Delete a Public IP Block by id in a private cloud workload network.
4099
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4100
+ * @param publicIPId NSX Public IP Block identifier. Generally the same as the Public IP Block's
4101
+ * display name
4102
+ * @param privateCloudName Name of the private cloud
4103
+ * @param options The options parameters.
4104
+ */
4105
+ beginDeletePublicIP(resourceGroupName: string, publicIPId: string, privateCloudName: string, options?: WorkloadNetworksDeletePublicIPOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
4106
+ /**
4107
+ * Delete a Public IP Block by id in a private cloud workload network.
4108
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4109
+ * @param publicIPId NSX Public IP Block identifier. Generally the same as the Public IP Block's
4110
+ * display name
4111
+ * @param privateCloudName Name of the private cloud
4112
+ * @param options The options parameters.
4113
+ */
4114
+ beginDeletePublicIPAndWait(resourceGroupName: string, publicIPId: string, privateCloudName: string, options?: WorkloadNetworksDeletePublicIPOptionalParams): Promise<void>;
4115
+ }
4116
+
4117
+ /** Optional parameters. */
4118
+ export declare interface WorkloadNetworksCreateDhcpOptionalParams extends coreClient.OperationOptions {
4119
+ /** Delay to wait until next poll, in milliseconds. */
4120
+ updateIntervalInMs?: number;
4121
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4122
+ resumeFrom?: string;
4123
+ }
4124
+
4125
+ /** Contains response data for the createDhcp operation. */
4126
+ export declare type WorkloadNetworksCreateDhcpResponse = WorkloadNetworkDhcp;
4127
+
4128
+ /** Optional parameters. */
4129
+ export declare interface WorkloadNetworksCreateDnsServiceOptionalParams extends coreClient.OperationOptions {
4130
+ /** Delay to wait until next poll, in milliseconds. */
4131
+ updateIntervalInMs?: number;
4132
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4133
+ resumeFrom?: string;
4134
+ }
4135
+
4136
+ /** Contains response data for the createDnsService operation. */
4137
+ export declare type WorkloadNetworksCreateDnsServiceResponse = WorkloadNetworkDnsService;
4138
+
4139
+ /** Optional parameters. */
4140
+ export declare interface WorkloadNetworksCreateDnsZoneOptionalParams extends coreClient.OperationOptions {
4141
+ /** Delay to wait until next poll, in milliseconds. */
4142
+ updateIntervalInMs?: number;
4143
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4144
+ resumeFrom?: string;
4145
+ }
4146
+
4147
+ /** Contains response data for the createDnsZone operation. */
4148
+ export declare type WorkloadNetworksCreateDnsZoneResponse = WorkloadNetworkDnsZone;
4149
+
4150
+ /** Optional parameters. */
4151
+ export declare interface WorkloadNetworksCreatePortMirroringOptionalParams extends coreClient.OperationOptions {
4152
+ /** Delay to wait until next poll, in milliseconds. */
4153
+ updateIntervalInMs?: number;
4154
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4155
+ resumeFrom?: string;
4156
+ }
4157
+
4158
+ /** Contains response data for the createPortMirroring operation. */
4159
+ export declare type WorkloadNetworksCreatePortMirroringResponse = WorkloadNetworkPortMirroring;
4160
+
4161
+ /** Optional parameters. */
4162
+ export declare interface WorkloadNetworksCreatePublicIPOptionalParams extends coreClient.OperationOptions {
4163
+ /** Delay to wait until next poll, in milliseconds. */
4164
+ updateIntervalInMs?: number;
4165
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4166
+ resumeFrom?: string;
4167
+ }
4168
+
4169
+ /** Contains response data for the createPublicIP operation. */
4170
+ export declare type WorkloadNetworksCreatePublicIPResponse = WorkloadNetworkPublicIP;
4171
+
4172
+ /** Optional parameters. */
4173
+ export declare interface WorkloadNetworksCreateSegmentsOptionalParams extends coreClient.OperationOptions {
4174
+ /** Delay to wait until next poll, in milliseconds. */
4175
+ updateIntervalInMs?: number;
4176
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4177
+ resumeFrom?: string;
4178
+ }
4179
+
4180
+ /** Contains response data for the createSegments operation. */
4181
+ export declare type WorkloadNetworksCreateSegmentsResponse = WorkloadNetworkSegment;
4182
+
4183
+ /** Optional parameters. */
4184
+ export declare interface WorkloadNetworksCreateVMGroupOptionalParams extends coreClient.OperationOptions {
4185
+ /** Delay to wait until next poll, in milliseconds. */
4186
+ updateIntervalInMs?: number;
4187
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4188
+ resumeFrom?: string;
4189
+ }
4190
+
4191
+ /** Contains response data for the createVMGroup operation. */
4192
+ export declare type WorkloadNetworksCreateVMGroupResponse = WorkloadNetworkVMGroup;
4193
+
4194
+ /** Optional parameters. */
4195
+ export declare interface WorkloadNetworksDeleteDhcpOptionalParams extends coreClient.OperationOptions {
4196
+ /** Delay to wait until next poll, in milliseconds. */
4197
+ updateIntervalInMs?: number;
4198
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4199
+ resumeFrom?: string;
4200
+ }
4201
+
4202
+ /** Optional parameters. */
4203
+ export declare interface WorkloadNetworksDeleteDnsServiceOptionalParams extends coreClient.OperationOptions {
4204
+ /** Delay to wait until next poll, in milliseconds. */
4205
+ updateIntervalInMs?: number;
4206
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4207
+ resumeFrom?: string;
4208
+ }
4209
+
4210
+ /** Optional parameters. */
4211
+ export declare interface WorkloadNetworksDeleteDnsZoneOptionalParams extends coreClient.OperationOptions {
4212
+ /** Delay to wait until next poll, in milliseconds. */
4213
+ updateIntervalInMs?: number;
4214
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4215
+ resumeFrom?: string;
4216
+ }
4217
+
4218
+ /** Optional parameters. */
4219
+ export declare interface WorkloadNetworksDeletePortMirroringOptionalParams extends coreClient.OperationOptions {
4220
+ /** Delay to wait until next poll, in milliseconds. */
4221
+ updateIntervalInMs?: number;
4222
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4223
+ resumeFrom?: string;
4224
+ }
4225
+
4226
+ /** Optional parameters. */
4227
+ export declare interface WorkloadNetworksDeletePublicIPOptionalParams extends coreClient.OperationOptions {
4228
+ /** Delay to wait until next poll, in milliseconds. */
4229
+ updateIntervalInMs?: number;
4230
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4231
+ resumeFrom?: string;
4232
+ }
4233
+
4234
+ /** Optional parameters. */
4235
+ export declare interface WorkloadNetworksDeleteSegmentOptionalParams extends coreClient.OperationOptions {
4236
+ /** Delay to wait until next poll, in milliseconds. */
4237
+ updateIntervalInMs?: number;
4238
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4239
+ resumeFrom?: string;
4240
+ }
4241
+
4242
+ /** Optional parameters. */
4243
+ export declare interface WorkloadNetworksDeleteVMGroupOptionalParams extends coreClient.OperationOptions {
4244
+ /** Delay to wait until next poll, in milliseconds. */
4245
+ updateIntervalInMs?: number;
4246
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4247
+ resumeFrom?: string;
4248
+ }
4249
+
4250
+ /** NSX Segment */
4251
+ export declare type WorkloadNetworkSegment = ProxyResource & {
4252
+ /** Display name of the segment. */
4253
+ displayName?: string;
4254
+ /** Gateway which to connect segment to. */
4255
+ connectedGateway?: string;
4256
+ /** Subnet which to connect segment to. */
4257
+ subnet?: WorkloadNetworkSegmentSubnet;
4258
+ /**
4259
+ * Port Vif which segment is associated with.
4260
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4261
+ */
4262
+ readonly portVif?: WorkloadNetworkSegmentPortVif[];
4263
+ /**
4264
+ * Segment status.
4265
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4266
+ */
4267
+ readonly status?: SegmentStatusEnum;
4268
+ /**
4269
+ * The provisioning state
4270
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4271
+ */
4272
+ readonly provisioningState?: WorkloadNetworkSegmentProvisioningState;
4273
+ /** NSX revision number. */
4274
+ revision?: number;
4275
+ };
4276
+
4277
+ /** Ports and any VIF attached to segment. */
4278
+ export declare interface WorkloadNetworkSegmentPortVif {
4279
+ /** Name of port or VIF attached to segment. */
4280
+ portName?: string;
4281
+ }
4282
+
4283
+ /**
4284
+ * Defines values for WorkloadNetworkSegmentProvisioningState. \
4285
+ * {@link KnownWorkloadNetworkSegmentProvisioningState} can be used interchangeably with WorkloadNetworkSegmentProvisioningState,
4286
+ * this enum contains the known values that the service supports.
4287
+ * ### Known values supported by the service
4288
+ * **Succeeded** \
4289
+ * **Failed** \
4290
+ * **Building** \
4291
+ * **Deleting** \
4292
+ * **Updating**
4293
+ */
4294
+ export declare type WorkloadNetworkSegmentProvisioningState = string;
4295
+
4296
+ /** A list of NSX Segments */
4297
+ export declare interface WorkloadNetworkSegmentsList {
4298
+ /**
4299
+ * The items on the page
4300
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4301
+ */
4302
+ readonly value?: WorkloadNetworkSegment[];
4303
+ /**
4304
+ * URL to get the next page if any
4305
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4306
+ */
4307
+ readonly nextLink?: string;
4308
+ }
4309
+
4310
+ /** Subnet configuration for segment */
4311
+ export declare interface WorkloadNetworkSegmentSubnet {
4312
+ /** DHCP Range assigned for subnet. */
4313
+ dhcpRanges?: string[];
4314
+ /** Gateway address. */
4315
+ gatewayAddress?: string;
4316
+ }
4317
+
4318
+ /** Optional parameters. */
4319
+ export declare interface WorkloadNetworksGetDhcpOptionalParams extends coreClient.OperationOptions {
4320
+ }
4321
+
4322
+ /** Contains response data for the getDhcp operation. */
4323
+ export declare type WorkloadNetworksGetDhcpResponse = WorkloadNetworkDhcp;
4324
+
4325
+ /** Optional parameters. */
4326
+ export declare interface WorkloadNetworksGetDnsServiceOptionalParams extends coreClient.OperationOptions {
4327
+ }
4328
+
4329
+ /** Contains response data for the getDnsService operation. */
4330
+ export declare type WorkloadNetworksGetDnsServiceResponse = WorkloadNetworkDnsService;
4331
+
4332
+ /** Optional parameters. */
4333
+ export declare interface WorkloadNetworksGetDnsZoneOptionalParams extends coreClient.OperationOptions {
4334
+ }
4335
+
4336
+ /** Contains response data for the getDnsZone operation. */
4337
+ export declare type WorkloadNetworksGetDnsZoneResponse = WorkloadNetworkDnsZone;
4338
+
4339
+ /** Optional parameters. */
4340
+ export declare interface WorkloadNetworksGetGatewayOptionalParams extends coreClient.OperationOptions {
4341
+ }
4342
+
4343
+ /** Contains response data for the getGateway operation. */
4344
+ export declare type WorkloadNetworksGetGatewayResponse = WorkloadNetworkGateway;
4345
+
4346
+ /** Optional parameters. */
4347
+ export declare interface WorkloadNetworksGetPortMirroringOptionalParams extends coreClient.OperationOptions {
4348
+ }
4349
+
4350
+ /** Contains response data for the getPortMirroring operation. */
4351
+ export declare type WorkloadNetworksGetPortMirroringResponse = WorkloadNetworkPortMirroring;
4352
+
4353
+ /** Optional parameters. */
4354
+ export declare interface WorkloadNetworksGetPublicIPOptionalParams extends coreClient.OperationOptions {
4355
+ }
4356
+
4357
+ /** Contains response data for the getPublicIP operation. */
4358
+ export declare type WorkloadNetworksGetPublicIPResponse = WorkloadNetworkPublicIP;
4359
+
4360
+ /** Optional parameters. */
4361
+ export declare interface WorkloadNetworksGetSegmentOptionalParams extends coreClient.OperationOptions {
4362
+ }
4363
+
4364
+ /** Contains response data for the getSegment operation. */
4365
+ export declare type WorkloadNetworksGetSegmentResponse = WorkloadNetworkSegment;
4366
+
4367
+ /** Optional parameters. */
4368
+ export declare interface WorkloadNetworksGetVirtualMachineOptionalParams extends coreClient.OperationOptions {
4369
+ }
4370
+
4371
+ /** Contains response data for the getVirtualMachine operation. */
4372
+ export declare type WorkloadNetworksGetVirtualMachineResponse = WorkloadNetworkVirtualMachine;
4373
+
4374
+ /** Optional parameters. */
4375
+ export declare interface WorkloadNetworksGetVMGroupOptionalParams extends coreClient.OperationOptions {
4376
+ }
4377
+
4378
+ /** Contains response data for the getVMGroup operation. */
4379
+ export declare type WorkloadNetworksGetVMGroupResponse = WorkloadNetworkVMGroup;
4380
+
4381
+ /** Optional parameters. */
4382
+ export declare interface WorkloadNetworksListDhcpNextOptionalParams extends coreClient.OperationOptions {
4383
+ }
4384
+
4385
+ /** Contains response data for the listDhcpNext operation. */
4386
+ export declare type WorkloadNetworksListDhcpNextResponse = WorkloadNetworkDhcpList;
4387
+
4388
+ /** Optional parameters. */
4389
+ export declare interface WorkloadNetworksListDhcpOptionalParams extends coreClient.OperationOptions {
4390
+ }
4391
+
4392
+ /** Contains response data for the listDhcp operation. */
4393
+ export declare type WorkloadNetworksListDhcpResponse = WorkloadNetworkDhcpList;
4394
+
4395
+ /** Optional parameters. */
4396
+ export declare interface WorkloadNetworksListDnsServicesNextOptionalParams extends coreClient.OperationOptions {
4397
+ }
4398
+
4399
+ /** Contains response data for the listDnsServicesNext operation. */
4400
+ export declare type WorkloadNetworksListDnsServicesNextResponse = WorkloadNetworkDnsServicesList;
4401
+
4402
+ /** Optional parameters. */
4403
+ export declare interface WorkloadNetworksListDnsServicesOptionalParams extends coreClient.OperationOptions {
4404
+ }
4405
+
4406
+ /** Contains response data for the listDnsServices operation. */
4407
+ export declare type WorkloadNetworksListDnsServicesResponse = WorkloadNetworkDnsServicesList;
4408
+
4409
+ /** Optional parameters. */
4410
+ export declare interface WorkloadNetworksListDnsZonesNextOptionalParams extends coreClient.OperationOptions {
4411
+ }
4412
+
4413
+ /** Contains response data for the listDnsZonesNext operation. */
4414
+ export declare type WorkloadNetworksListDnsZonesNextResponse = WorkloadNetworkDnsZonesList;
4415
+
4416
+ /** Optional parameters. */
4417
+ export declare interface WorkloadNetworksListDnsZonesOptionalParams extends coreClient.OperationOptions {
4418
+ }
4419
+
4420
+ /** Contains response data for the listDnsZones operation. */
4421
+ export declare type WorkloadNetworksListDnsZonesResponse = WorkloadNetworkDnsZonesList;
4422
+
4423
+ /** Optional parameters. */
4424
+ export declare interface WorkloadNetworksListGatewaysNextOptionalParams extends coreClient.OperationOptions {
4425
+ }
4426
+
4427
+ /** Contains response data for the listGatewaysNext operation. */
4428
+ export declare type WorkloadNetworksListGatewaysNextResponse = WorkloadNetworkGatewayList;
4429
+
4430
+ /** Optional parameters. */
4431
+ export declare interface WorkloadNetworksListGatewaysOptionalParams extends coreClient.OperationOptions {
4432
+ }
4433
+
4434
+ /** Contains response data for the listGateways operation. */
4435
+ export declare type WorkloadNetworksListGatewaysResponse = WorkloadNetworkGatewayList;
4436
+
4437
+ /** Optional parameters. */
4438
+ export declare interface WorkloadNetworksListPortMirroringNextOptionalParams extends coreClient.OperationOptions {
4439
+ }
4440
+
4441
+ /** Contains response data for the listPortMirroringNext operation. */
4442
+ export declare type WorkloadNetworksListPortMirroringNextResponse = WorkloadNetworkPortMirroringList;
4443
+
4444
+ /** Optional parameters. */
4445
+ export declare interface WorkloadNetworksListPortMirroringOptionalParams extends coreClient.OperationOptions {
4446
+ }
4447
+
4448
+ /** Contains response data for the listPortMirroring operation. */
4449
+ export declare type WorkloadNetworksListPortMirroringResponse = WorkloadNetworkPortMirroringList;
4450
+
4451
+ /** Optional parameters. */
4452
+ export declare interface WorkloadNetworksListPublicIPsNextOptionalParams extends coreClient.OperationOptions {
4453
+ }
4454
+
4455
+ /** Contains response data for the listPublicIPsNext operation. */
4456
+ export declare type WorkloadNetworksListPublicIPsNextResponse = WorkloadNetworkPublicIPsList;
4457
+
4458
+ /** Optional parameters. */
4459
+ export declare interface WorkloadNetworksListPublicIPsOptionalParams extends coreClient.OperationOptions {
4460
+ }
4461
+
4462
+ /** Contains response data for the listPublicIPs operation. */
4463
+ export declare type WorkloadNetworksListPublicIPsResponse = WorkloadNetworkPublicIPsList;
4464
+
4465
+ /** Optional parameters. */
4466
+ export declare interface WorkloadNetworksListSegmentsNextOptionalParams extends coreClient.OperationOptions {
4467
+ }
4468
+
4469
+ /** Contains response data for the listSegmentsNext operation. */
4470
+ export declare type WorkloadNetworksListSegmentsNextResponse = WorkloadNetworkSegmentsList;
4471
+
4472
+ /** Optional parameters. */
4473
+ export declare interface WorkloadNetworksListSegmentsOptionalParams extends coreClient.OperationOptions {
4474
+ }
4475
+
4476
+ /** Contains response data for the listSegments operation. */
4477
+ export declare type WorkloadNetworksListSegmentsResponse = WorkloadNetworkSegmentsList;
4478
+
4479
+ /** Optional parameters. */
4480
+ export declare interface WorkloadNetworksListVirtualMachinesNextOptionalParams extends coreClient.OperationOptions {
4481
+ }
4482
+
4483
+ /** Contains response data for the listVirtualMachinesNext operation. */
4484
+ export declare type WorkloadNetworksListVirtualMachinesNextResponse = WorkloadNetworkVirtualMachinesList;
4485
+
4486
+ /** Optional parameters. */
4487
+ export declare interface WorkloadNetworksListVirtualMachinesOptionalParams extends coreClient.OperationOptions {
4488
+ }
4489
+
4490
+ /** Contains response data for the listVirtualMachines operation. */
4491
+ export declare type WorkloadNetworksListVirtualMachinesResponse = WorkloadNetworkVirtualMachinesList;
4492
+
4493
+ /** Optional parameters. */
4494
+ export declare interface WorkloadNetworksListVMGroupsNextOptionalParams extends coreClient.OperationOptions {
4495
+ }
4496
+
4497
+ /** Contains response data for the listVMGroupsNext operation. */
4498
+ export declare type WorkloadNetworksListVMGroupsNextResponse = WorkloadNetworkVMGroupsList;
4499
+
4500
+ /** Optional parameters. */
4501
+ export declare interface WorkloadNetworksListVMGroupsOptionalParams extends coreClient.OperationOptions {
4502
+ }
4503
+
4504
+ /** Contains response data for the listVMGroups operation. */
4505
+ export declare type WorkloadNetworksListVMGroupsResponse = WorkloadNetworkVMGroupsList;
4506
+
4507
+ /** Optional parameters. */
4508
+ export declare interface WorkloadNetworksUpdateDhcpOptionalParams extends coreClient.OperationOptions {
4509
+ /** Delay to wait until next poll, in milliseconds. */
4510
+ updateIntervalInMs?: number;
4511
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4512
+ resumeFrom?: string;
4513
+ }
4514
+
4515
+ /** Contains response data for the updateDhcp operation. */
4516
+ export declare type WorkloadNetworksUpdateDhcpResponse = WorkloadNetworkDhcp;
4517
+
4518
+ /** Optional parameters. */
4519
+ export declare interface WorkloadNetworksUpdateDnsServiceOptionalParams extends coreClient.OperationOptions {
4520
+ /** Delay to wait until next poll, in milliseconds. */
4521
+ updateIntervalInMs?: number;
4522
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4523
+ resumeFrom?: string;
4524
+ }
4525
+
4526
+ /** Contains response data for the updateDnsService operation. */
4527
+ export declare type WorkloadNetworksUpdateDnsServiceResponse = WorkloadNetworkDnsService;
4528
+
4529
+ /** Optional parameters. */
4530
+ export declare interface WorkloadNetworksUpdateDnsZoneOptionalParams extends coreClient.OperationOptions {
4531
+ /** Delay to wait until next poll, in milliseconds. */
4532
+ updateIntervalInMs?: number;
4533
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4534
+ resumeFrom?: string;
4535
+ }
4536
+
4537
+ /** Contains response data for the updateDnsZone operation. */
4538
+ export declare type WorkloadNetworksUpdateDnsZoneResponse = WorkloadNetworkDnsZone;
4539
+
4540
+ /** Optional parameters. */
4541
+ export declare interface WorkloadNetworksUpdatePortMirroringOptionalParams extends coreClient.OperationOptions {
4542
+ /** Delay to wait until next poll, in milliseconds. */
4543
+ updateIntervalInMs?: number;
4544
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4545
+ resumeFrom?: string;
4546
+ }
4547
+
4548
+ /** Contains response data for the updatePortMirroring operation. */
4549
+ export declare type WorkloadNetworksUpdatePortMirroringResponse = WorkloadNetworkPortMirroring;
4550
+
4551
+ /** Optional parameters. */
4552
+ export declare interface WorkloadNetworksUpdateSegmentsOptionalParams extends coreClient.OperationOptions {
4553
+ /** Delay to wait until next poll, in milliseconds. */
4554
+ updateIntervalInMs?: number;
4555
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4556
+ resumeFrom?: string;
4557
+ }
4558
+
4559
+ /** Contains response data for the updateSegments operation. */
4560
+ export declare type WorkloadNetworksUpdateSegmentsResponse = WorkloadNetworkSegment;
4561
+
4562
+ /** Optional parameters. */
4563
+ export declare interface WorkloadNetworksUpdateVMGroupOptionalParams extends coreClient.OperationOptions {
4564
+ /** Delay to wait until next poll, in milliseconds. */
4565
+ updateIntervalInMs?: number;
4566
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4567
+ resumeFrom?: string;
4568
+ }
4569
+
4570
+ /** Contains response data for the updateVMGroup operation. */
4571
+ export declare type WorkloadNetworksUpdateVMGroupResponse = WorkloadNetworkVMGroup;
4572
+
4573
+ /** NSX Virtual Machine */
4574
+ export declare type WorkloadNetworkVirtualMachine = ProxyResource & {
4575
+ /** Display name of the VM. */
4576
+ displayName?: string;
4577
+ /**
4578
+ * Virtual machine type.
4579
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4580
+ */
4581
+ readonly vmType?: VMTypeEnum;
4582
+ };
4583
+
4584
+ /** A list of NSX Virtual Machines */
4585
+ export declare interface WorkloadNetworkVirtualMachinesList {
4586
+ /**
4587
+ * The items on the page
4588
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4589
+ */
4590
+ readonly value?: WorkloadNetworkVirtualMachine[];
4591
+ /**
4592
+ * URL to get the next page if any
4593
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4594
+ */
4595
+ readonly nextLink?: string;
4596
+ }
4597
+
4598
+ /** NSX VM Group */
4599
+ export declare type WorkloadNetworkVMGroup = ProxyResource & {
4600
+ /** Display name of the VM group. */
4601
+ displayName?: string;
4602
+ /** Virtual machine members of this group. */
4603
+ members?: string[];
4604
+ /**
4605
+ * VM Group status.
4606
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4607
+ */
4608
+ readonly status?: VMGroupStatusEnum;
4609
+ /**
4610
+ * The provisioning state
4611
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4612
+ */
4613
+ readonly provisioningState?: WorkloadNetworkVMGroupProvisioningState;
4614
+ /** NSX revision number. */
4615
+ revision?: number;
4616
+ };
4617
+
4618
+ /**
4619
+ * Defines values for WorkloadNetworkVMGroupProvisioningState. \
4620
+ * {@link KnownWorkloadNetworkVMGroupProvisioningState} can be used interchangeably with WorkloadNetworkVMGroupProvisioningState,
4621
+ * this enum contains the known values that the service supports.
4622
+ * ### Known values supported by the service
4623
+ * **Succeeded** \
4624
+ * **Failed** \
4625
+ * **Building** \
4626
+ * **Deleting** \
4627
+ * **Updating**
4628
+ */
4629
+ export declare type WorkloadNetworkVMGroupProvisioningState = string;
4630
+
4631
+ /** A list of NSX VM Groups */
4632
+ export declare interface WorkloadNetworkVMGroupsList {
4633
+ /**
4634
+ * The items on the page
4635
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4636
+ */
4637
+ readonly value?: WorkloadNetworkVMGroup[];
4638
+ /**
4639
+ * URL to get the next page if any
4640
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4641
+ */
4642
+ readonly nextLink?: string;
4643
+ }
4644
+
4645
+ export { }