@azure/arm-vmwarecloudsimple 1.1.1 → 2.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 (283) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  4. package/dist/index.js +5683 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1328 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +44 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +59 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1185 -834
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +35 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/parameters.js +157 -106
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/customizationPolicies.d.ts +46 -0
  29. package/dist-esm/src/operations/customizationPolicies.d.ts.map +1 -0
  30. package/dist-esm/src/operations/customizationPolicies.js +169 -0
  31. package/dist-esm/src/operations/customizationPolicies.js.map +1 -0
  32. package/dist-esm/src/operations/dedicatedCloudNodes.d.ts +92 -0
  33. package/dist-esm/src/operations/dedicatedCloudNodes.d.ts.map +1 -0
  34. package/dist-esm/src/operations/dedicatedCloudNodes.js +446 -0
  35. package/dist-esm/src/operations/dedicatedCloudNodes.js.map +1 -0
  36. package/dist-esm/src/operations/dedicatedCloudServices.d.ts +91 -0
  37. package/dist-esm/src/operations/dedicatedCloudServices.d.ts.map +1 -0
  38. package/dist-esm/src/operations/dedicatedCloudServices.js +431 -0
  39. package/dist-esm/src/operations/dedicatedCloudServices.js.map +1 -0
  40. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  41. package/dist-esm/src/operations/index.d.ts.map +1 -0
  42. package/{esm → dist-esm/src}/operations/index.js +4 -5
  43. package/dist-esm/src/operations/index.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +39 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +155 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/privateClouds.d.ts +42 -0
  49. package/dist-esm/src/operations/privateClouds.d.ts.map +1 -0
  50. package/dist-esm/src/operations/privateClouds.js +162 -0
  51. package/dist-esm/src/operations/privateClouds.js.map +1 -0
  52. package/dist-esm/src/operations/resourcePools.d.ts +46 -0
  53. package/dist-esm/src/operations/resourcePools.d.ts.map +1 -0
  54. package/dist-esm/src/operations/resourcePools.js +169 -0
  55. package/dist-esm/src/operations/resourcePools.js.map +1 -0
  56. package/dist-esm/src/operations/skusAvailability.d.ts +35 -0
  57. package/dist-esm/src/operations/skusAvailability.d.ts.map +1 -0
  58. package/dist-esm/src/operations/skusAvailability.js +132 -0
  59. package/dist-esm/src/operations/skusAvailability.js.map +1 -0
  60. package/dist-esm/src/operations/usages.d.ts +35 -0
  61. package/dist-esm/src/operations/usages.d.ts.map +1 -0
  62. package/dist-esm/src/operations/usages.js +132 -0
  63. package/dist-esm/src/operations/usages.js.map +1 -0
  64. package/dist-esm/src/operations/virtualMachineTemplates.d.ts +49 -0
  65. package/dist-esm/src/operations/virtualMachineTemplates.d.ts.map +1 -0
  66. package/dist-esm/src/operations/virtualMachineTemplates.js +172 -0
  67. package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -0
  68. package/dist-esm/src/operations/virtualMachines.d.ts +135 -0
  69. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
  70. package/dist-esm/src/operations/virtualMachines.js +687 -0
  71. package/dist-esm/src/operations/virtualMachines.js.map +1 -0
  72. package/dist-esm/src/operations/virtualNetworks.d.ts +49 -0
  73. package/dist-esm/src/operations/virtualNetworks.d.ts.map +1 -0
  74. package/dist-esm/src/operations/virtualNetworks.js +172 -0
  75. package/dist-esm/src/operations/virtualNetworks.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/customizationPolicies.d.ts +21 -0
  77. package/dist-esm/src/operationsInterfaces/customizationPolicies.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/customizationPolicies.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/customizationPolicies.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.d.ts +56 -0
  81. package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/dedicatedCloudNodes.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.d.ts +55 -0
  85. package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/dedicatedCloudServices.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
  89. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/index.js +19 -0
  91. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/operations.d.ts +18 -0
  93. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/privateClouds.d.ts +19 -0
  97. package/dist-esm/src/operationsInterfaces/privateClouds.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/privateClouds.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/privateClouds.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/resourcePools.d.ts +21 -0
  101. package/dist-esm/src/operationsInterfaces/resourcePools.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/resourcePools.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/resourcePools.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/skusAvailability.d.ts +12 -0
  105. package/dist-esm/src/operationsInterfaces/skusAvailability.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/skusAvailability.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/skusAvailability.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
  109. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/usages.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts +22 -0
  113. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/virtualMachineTemplates.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +99 -0
  117. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts +22 -0
  121. package/dist-esm/src/operationsInterfaces/virtualNetworks.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/virtualNetworks.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/virtualNetworks.js.map +1 -0
  124. package/dist-esm/src/vMwareCloudSimple.d.ts +30 -0
  125. package/dist-esm/src/vMwareCloudSimple.d.ts.map +1 -0
  126. package/dist-esm/src/vMwareCloudSimple.js +66 -0
  127. package/dist-esm/src/vMwareCloudSimple.js.map +1 -0
  128. package/dist-esm/test/sampleTest.d.ts +2 -0
  129. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  130. package/dist-esm/test/sampleTest.js +40 -0
  131. package/dist-esm/test/sampleTest.js.map +1 -0
  132. package/package.json +70 -32
  133. package/review/arm-vmwarecloudsimple.api.md +1140 -0
  134. package/rollup.config.js +181 -30
  135. package/src/index.ts +12 -0
  136. package/src/lroImpl.ts +34 -0
  137. package/src/models/index.ts +1155 -1956
  138. package/src/models/mappers.ts +1229 -846
  139. package/src/models/parameters.ts +200 -107
  140. package/src/operations/customizationPolicies.ts +217 -0
  141. package/src/operations/dedicatedCloudNodes.ts +391 -317
  142. package/src/operations/dedicatedCloudServices.ts +372 -319
  143. package/src/operations/index.ts +4 -5
  144. package/src/operations/operations.ts +117 -125
  145. package/src/operations/privateClouds.ts +131 -123
  146. package/src/operations/resourcePools.ts +145 -129
  147. package/src/operations/skusAvailability.ts +109 -85
  148. package/src/operations/usages.ts +109 -85
  149. package/src/operations/virtualMachineTemplates.ts +162 -132
  150. package/src/operations/virtualMachines.ts +705 -403
  151. package/src/operations/virtualNetworks.ts +163 -136
  152. package/src/operationsInterfaces/customizationPolicies.ts +44 -0
  153. package/src/operationsInterfaces/dedicatedCloudNodes.ts +110 -0
  154. package/src/operationsInterfaces/dedicatedCloudServices.ts +103 -0
  155. package/src/operationsInterfaces/index.ts +19 -0
  156. package/src/operationsInterfaces/operations.ts +38 -0
  157. package/src/operationsInterfaces/privateClouds.ts +40 -0
  158. package/src/operationsInterfaces/resourcePools.ts +44 -0
  159. package/src/operationsInterfaces/skusAvailability.ts +24 -0
  160. package/src/operationsInterfaces/usages.ts +24 -0
  161. package/src/operationsInterfaces/virtualMachineTemplates.ts +46 -0
  162. package/src/operationsInterfaces/virtualMachines.ts +191 -0
  163. package/src/operationsInterfaces/virtualNetworks.ts +46 -0
  164. package/src/vMwareCloudSimple.ts +126 -0
  165. package/tsconfig.json +3 -3
  166. package/types/arm-vmwarecloudsimple.d.ts +1861 -0
  167. package/types/tsdoc-metadata.json +11 -0
  168. package/dist/arm-vmwarecloudsimple.js +0 -4540
  169. package/dist/arm-vmwarecloudsimple.js.map +0 -1
  170. package/dist/arm-vmwarecloudsimple.min.js +0 -1
  171. package/dist/arm-vmwarecloudsimple.min.js.map +0 -1
  172. package/esm/models/dedicatedCloudNodesMappers.d.ts +0 -2
  173. package/esm/models/dedicatedCloudNodesMappers.d.ts.map +0 -1
  174. package/esm/models/dedicatedCloudNodesMappers.js +0 -9
  175. package/esm/models/dedicatedCloudNodesMappers.js.map +0 -1
  176. package/esm/models/dedicatedCloudServicesMappers.d.ts +0 -2
  177. package/esm/models/dedicatedCloudServicesMappers.d.ts.map +0 -1
  178. package/esm/models/dedicatedCloudServicesMappers.js +0 -9
  179. package/esm/models/dedicatedCloudServicesMappers.js.map +0 -1
  180. package/esm/models/index.d.ts +0 -2190
  181. package/esm/models/index.d.ts.map +0 -1
  182. package/esm/models/index.js +0 -8
  183. package/esm/models/index.js.map +0 -1
  184. package/esm/models/mappers.d.ts +0 -46
  185. package/esm/models/mappers.d.ts.map +0 -1
  186. package/esm/models/mappers.js.map +0 -1
  187. package/esm/models/operationsMappers.d.ts +0 -2
  188. package/esm/models/operationsMappers.d.ts.map +0 -1
  189. package/esm/models/operationsMappers.js +0 -9
  190. package/esm/models/operationsMappers.js.map +0 -1
  191. package/esm/models/parameters.d.ts +0 -24
  192. package/esm/models/parameters.d.ts.map +0 -1
  193. package/esm/models/parameters.js.map +0 -1
  194. package/esm/models/privateCloudsMappers.d.ts +0 -2
  195. package/esm/models/privateCloudsMappers.d.ts.map +0 -1
  196. package/esm/models/privateCloudsMappers.js +0 -9
  197. package/esm/models/privateCloudsMappers.js.map +0 -1
  198. package/esm/models/resourcePoolsMappers.d.ts +0 -2
  199. package/esm/models/resourcePoolsMappers.d.ts.map +0 -1
  200. package/esm/models/resourcePoolsMappers.js +0 -9
  201. package/esm/models/resourcePoolsMappers.js.map +0 -1
  202. package/esm/models/skusAvailabilityMappers.d.ts +0 -2
  203. package/esm/models/skusAvailabilityMappers.d.ts.map +0 -1
  204. package/esm/models/skusAvailabilityMappers.js +0 -9
  205. package/esm/models/skusAvailabilityMappers.js.map +0 -1
  206. package/esm/models/usagesMappers.d.ts +0 -2
  207. package/esm/models/usagesMappers.d.ts.map +0 -1
  208. package/esm/models/usagesMappers.js +0 -9
  209. package/esm/models/usagesMappers.js.map +0 -1
  210. package/esm/models/virtualMachineTemplatesMappers.d.ts +0 -2
  211. package/esm/models/virtualMachineTemplatesMappers.d.ts.map +0 -1
  212. package/esm/models/virtualMachineTemplatesMappers.js +0 -9
  213. package/esm/models/virtualMachineTemplatesMappers.js.map +0 -1
  214. package/esm/models/virtualMachinesMappers.d.ts +0 -2
  215. package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
  216. package/esm/models/virtualMachinesMappers.js +0 -9
  217. package/esm/models/virtualMachinesMappers.js.map +0 -1
  218. package/esm/models/virtualNetworksMappers.d.ts +0 -2
  219. package/esm/models/virtualNetworksMappers.d.ts.map +0 -1
  220. package/esm/models/virtualNetworksMappers.js +0 -9
  221. package/esm/models/virtualNetworksMappers.js.map +0 -1
  222. package/esm/operations/dedicatedCloudNodes.d.ts +0 -173
  223. package/esm/operations/dedicatedCloudNodes.d.ts.map +0 -1
  224. package/esm/operations/dedicatedCloudNodes.js +0 -304
  225. package/esm/operations/dedicatedCloudNodes.js.map +0 -1
  226. package/esm/operations/dedicatedCloudServices.d.ts +0 -174
  227. package/esm/operations/dedicatedCloudServices.d.ts.map +0 -1
  228. package/esm/operations/dedicatedCloudServices.js +0 -300
  229. package/esm/operations/dedicatedCloudServices.js.map +0 -1
  230. package/esm/operations/index.d.ts.map +0 -1
  231. package/esm/operations/index.js.map +0 -1
  232. package/esm/operations/operations.d.ts +0 -70
  233. package/esm/operations/operations.d.ts.map +0 -1
  234. package/esm/operations/operations.js +0 -116
  235. package/esm/operations/operations.js.map +0 -1
  236. package/esm/operations/privateClouds.d.ts +0 -73
  237. package/esm/operations/privateClouds.d.ts.map +0 -1
  238. package/esm/operations/privateClouds.js +0 -113
  239. package/esm/operations/privateClouds.js.map +0 -1
  240. package/esm/operations/resourcePools.d.ts +0 -79
  241. package/esm/operations/resourcePools.d.ts.map +0 -1
  242. package/esm/operations/resourcePools.js +0 -117
  243. package/esm/operations/resourcePools.js.map +0 -1
  244. package/esm/operations/skusAvailability.d.ts +0 -51
  245. package/esm/operations/skusAvailability.d.ts.map +0 -1
  246. package/esm/operations/skusAvailability.js +0 -83
  247. package/esm/operations/skusAvailability.js.map +0 -1
  248. package/esm/operations/usages.d.ts +0 -51
  249. package/esm/operations/usages.d.ts.map +0 -1
  250. package/esm/operations/usages.js +0 -83
  251. package/esm/operations/usages.js.map +0 -1
  252. package/esm/operations/virtualMachineTemplates.d.ts +0 -82
  253. package/esm/operations/virtualMachineTemplates.d.ts.map +0 -1
  254. package/esm/operations/virtualMachineTemplates.js +0 -119
  255. package/esm/operations/virtualMachineTemplates.js.map +0 -1
  256. package/esm/operations/virtualMachines.d.ts +0 -201
  257. package/esm/operations/virtualMachines.d.ts.map +0 -1
  258. package/esm/operations/virtualMachines.js +0 -472
  259. package/esm/operations/virtualMachines.js.map +0 -1
  260. package/esm/operations/virtualNetworks.d.ts +0 -85
  261. package/esm/operations/virtualNetworks.d.ts.map +0 -1
  262. package/esm/operations/virtualNetworks.js +0 -119
  263. package/esm/operations/virtualNetworks.js.map +0 -1
  264. package/esm/vMwareCloudSimpleClient.d.ts +0 -34
  265. package/esm/vMwareCloudSimpleClient.d.ts.map +0 -1
  266. package/esm/vMwareCloudSimpleClient.js +0 -48
  267. package/esm/vMwareCloudSimpleClient.js.map +0 -1
  268. package/esm/vMwareCloudSimpleClientContext.d.ts +0 -24
  269. package/esm/vMwareCloudSimpleClientContext.d.ts.map +0 -1
  270. package/esm/vMwareCloudSimpleClientContext.js +0 -66
  271. package/esm/vMwareCloudSimpleClientContext.js.map +0 -1
  272. package/src/models/dedicatedCloudNodesMappers.ts +0 -26
  273. package/src/models/dedicatedCloudServicesMappers.ts +0 -25
  274. package/src/models/operationsMappers.ts +0 -20
  275. package/src/models/privateCloudsMappers.ts +0 -20
  276. package/src/models/resourcePoolsMappers.ts +0 -14
  277. package/src/models/skusAvailabilityMappers.ts +0 -14
  278. package/src/models/usagesMappers.ts +0 -15
  279. package/src/models/virtualMachineTemplatesMappers.ts +0 -18
  280. package/src/models/virtualMachinesMappers.ts +0 -29
  281. package/src/models/virtualNetworksMappers.ts +0 -14
  282. package/src/vMwareCloudSimpleClient.ts +0 -67
  283. package/src/vMwareCloudSimpleClientContext.ts +0 -74
@@ -0,0 +1,1140 @@
1
+ ## API Report File for "@azure/arm-vmwarecloudsimple"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
10
+ import { PollerLike } from '@azure/core-lro';
11
+ import { PollOperationState } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export type AggregationType = "Average" | "Total";
15
+
16
+ // @public
17
+ export interface AvailableOperation {
18
+ display?: AvailableOperationDisplay;
19
+ isDataAction?: boolean;
20
+ name?: string;
21
+ origin?: OperationOrigin;
22
+ serviceSpecification?: AvailableOperationDisplayPropertyServiceSpecificationMetricsList;
23
+ }
24
+
25
+ // @public
26
+ export interface AvailableOperationDisplay {
27
+ description?: string;
28
+ operation?: string;
29
+ provider?: string;
30
+ resource?: string;
31
+ }
32
+
33
+ // @public
34
+ export interface AvailableOperationDisplayPropertyServiceSpecificationMetricsItem {
35
+ aggregationType: AggregationType;
36
+ displayDescription: string;
37
+ displayName: string;
38
+ name: string;
39
+ unit: string;
40
+ }
41
+
42
+ // @public
43
+ export interface AvailableOperationDisplayPropertyServiceSpecificationMetricsList {
44
+ metricSpecifications?: AvailableOperationDisplayPropertyServiceSpecificationMetricsItem[];
45
+ }
46
+
47
+ // @public
48
+ export interface AvailableOperationsListResponse {
49
+ nextLink?: string;
50
+ value?: AvailableOperation[];
51
+ }
52
+
53
+ // @public
54
+ export interface CsrpError {
55
+ error?: CsrpErrorBody;
56
+ }
57
+
58
+ // @public
59
+ export interface CsrpErrorBody {
60
+ readonly code?: string;
61
+ readonly details?: CsrpErrorBody[];
62
+ readonly message?: string;
63
+ target?: string;
64
+ }
65
+
66
+ // @public
67
+ export interface CustomizationHostName {
68
+ name?: string;
69
+ type?: CustomizationHostNameType;
70
+ }
71
+
72
+ // @public
73
+ export type CustomizationHostNameType = string;
74
+
75
+ // @public (undocumented)
76
+ export interface CustomizationIdentity {
77
+ data?: string;
78
+ hostName?: CustomizationHostName;
79
+ type?: CustomizationIdentityType;
80
+ userData?: CustomizationIdentityUserData;
81
+ }
82
+
83
+ // @public
84
+ export type CustomizationIdentityType = string;
85
+
86
+ // @public
87
+ export interface CustomizationIdentityUserData {
88
+ isPasswordPredefined?: boolean;
89
+ }
90
+
91
+ // @public (undocumented)
92
+ export interface CustomizationIPAddress {
93
+ argument?: string;
94
+ ipAddress?: string;
95
+ type?: CustomizationIPAddressType;
96
+ }
97
+
98
+ // @public
99
+ export type CustomizationIPAddressType = string;
100
+
101
+ // @public (undocumented)
102
+ export interface CustomizationIPSettings {
103
+ gateway?: string[];
104
+ ip?: CustomizationIPAddress;
105
+ subnetMask?: string;
106
+ }
107
+
108
+ // @public (undocumented)
109
+ export interface CustomizationNicSetting {
110
+ adapter?: CustomizationIPSettings;
111
+ macAddress?: string;
112
+ }
113
+
114
+ // @public
115
+ export interface CustomizationPolicies {
116
+ get(regionId: string, pcName: string, customizationPolicyName: string, options?: CustomizationPoliciesGetOptionalParams): Promise<CustomizationPoliciesGetResponse>;
117
+ list(regionId: string, pcName: string, options?: CustomizationPoliciesListOptionalParams): PagedAsyncIterableIterator<CustomizationPolicy>;
118
+ }
119
+
120
+ // @public
121
+ export interface CustomizationPoliciesGetOptionalParams extends coreClient.OperationOptions {
122
+ }
123
+
124
+ // @public
125
+ export type CustomizationPoliciesGetResponse = CustomizationPolicy;
126
+
127
+ // @public
128
+ export interface CustomizationPoliciesListNextOptionalParams extends coreClient.OperationOptions {
129
+ filter?: string;
130
+ }
131
+
132
+ // @public
133
+ export type CustomizationPoliciesListNextResponse = CustomizationPoliciesListResponse;
134
+
135
+ // @public
136
+ export type CustomizationPoliciesListOperationResponse = CustomizationPoliciesListResponse;
137
+
138
+ // @public
139
+ export interface CustomizationPoliciesListOptionalParams extends coreClient.OperationOptions {
140
+ filter?: string;
141
+ }
142
+
143
+ // @public
144
+ export interface CustomizationPoliciesListResponse {
145
+ nextLink?: string;
146
+ value?: CustomizationPolicy[];
147
+ }
148
+
149
+ // @public
150
+ export interface CustomizationPolicy {
151
+ description?: string;
152
+ id?: string;
153
+ location?: string;
154
+ readonly name?: string;
155
+ privateCloudId?: string;
156
+ specification?: CustomizationSpecification;
157
+ readonly type?: string;
158
+ typePropertiesType?: CustomizationPolicyPropertiesType;
159
+ version?: string;
160
+ }
161
+
162
+ // @public
163
+ export type CustomizationPolicyPropertiesType = string;
164
+
165
+ // @public
166
+ export interface CustomizationSpecification {
167
+ identity?: CustomizationIdentity;
168
+ nicSettings?: CustomizationNicSetting[];
169
+ }
170
+
171
+ // @public
172
+ export interface DedicatedCloudNode {
173
+ availabilityZoneId?: string;
174
+ readonly availabilityZoneName?: string;
175
+ readonly cloudRackName?: string;
176
+ readonly created?: Date;
177
+ readonly id?: string;
178
+ idPropertiesSkuDescriptionId?: string;
179
+ location: string;
180
+ readonly name?: string;
181
+ namePropertiesSkuDescriptionName?: string;
182
+ nodesCount?: number;
183
+ placementGroupId?: string;
184
+ readonly placementGroupName?: string;
185
+ readonly privateCloudId?: string;
186
+ readonly privateCloudName?: string;
187
+ readonly provisioningState?: string;
188
+ purchaseId?: string;
189
+ sku?: Sku;
190
+ readonly status?: NodeStatus;
191
+ tags?: {
192
+ [propertyName: string]: string;
193
+ };
194
+ readonly type?: string;
195
+ readonly vmwareClusterName?: string;
196
+ }
197
+
198
+ // @public
199
+ export interface DedicatedCloudNodeListResponse {
200
+ nextLink?: string;
201
+ value?: DedicatedCloudNode[];
202
+ }
203
+
204
+ // @public
205
+ export interface DedicatedCloudNodes {
206
+ beginCreateOrUpdate(resourceGroupName: string, dedicatedCloudNodeName: string, dedicatedCloudNodeRequest: DedicatedCloudNode, options?: DedicatedCloudNodesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DedicatedCloudNodesCreateOrUpdateResponse>, DedicatedCloudNodesCreateOrUpdateResponse>>;
207
+ beginCreateOrUpdateAndWait(resourceGroupName: string, dedicatedCloudNodeName: string, dedicatedCloudNodeRequest: DedicatedCloudNode, options?: DedicatedCloudNodesCreateOrUpdateOptionalParams): Promise<DedicatedCloudNodesCreateOrUpdateResponse>;
208
+ delete(resourceGroupName: string, dedicatedCloudNodeName: string, options?: DedicatedCloudNodesDeleteOptionalParams): Promise<void>;
209
+ get(resourceGroupName: string, dedicatedCloudNodeName: string, options?: DedicatedCloudNodesGetOptionalParams): Promise<DedicatedCloudNodesGetResponse>;
210
+ listByResourceGroup(resourceGroupName: string, options?: DedicatedCloudNodesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedCloudNode>;
211
+ listBySubscription(options?: DedicatedCloudNodesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedCloudNode>;
212
+ update(resourceGroupName: string, dedicatedCloudNodeName: string, dedicatedCloudNodeRequest: PatchPayload, options?: DedicatedCloudNodesUpdateOptionalParams): Promise<DedicatedCloudNodesUpdateResponse>;
213
+ }
214
+
215
+ // @public
216
+ export interface DedicatedCloudNodesCreateOrUpdateHeaders {
217
+ // (undocumented)
218
+ azureAsyncOperation?: string;
219
+ // (undocumented)
220
+ location?: string;
221
+ // (undocumented)
222
+ retryAfter?: number;
223
+ }
224
+
225
+ // @public
226
+ export interface DedicatedCloudNodesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
227
+ resumeFrom?: string;
228
+ updateIntervalInMs?: number;
229
+ }
230
+
231
+ // @public
232
+ export type DedicatedCloudNodesCreateOrUpdateResponse = DedicatedCloudNodesCreateOrUpdateHeaders & DedicatedCloudNode;
233
+
234
+ // @public
235
+ export interface DedicatedCloudNodesDeleteExceptionHeaders {
236
+ // (undocumented)
237
+ contentType?: string;
238
+ }
239
+
240
+ // @public
241
+ export interface DedicatedCloudNodesDeleteOptionalParams extends coreClient.OperationOptions {
242
+ }
243
+
244
+ // @public
245
+ export interface DedicatedCloudNodesGetOptionalParams extends coreClient.OperationOptions {
246
+ }
247
+
248
+ // @public
249
+ export type DedicatedCloudNodesGetResponse = DedicatedCloudNode;
250
+
251
+ // @public
252
+ export interface DedicatedCloudNodesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
253
+ filter?: string;
254
+ skipToken?: string;
255
+ top?: number;
256
+ }
257
+
258
+ // @public
259
+ export type DedicatedCloudNodesListByResourceGroupNextResponse = DedicatedCloudNodeListResponse;
260
+
261
+ // @public
262
+ export interface DedicatedCloudNodesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
263
+ filter?: string;
264
+ skipToken?: string;
265
+ top?: number;
266
+ }
267
+
268
+ // @public
269
+ export type DedicatedCloudNodesListByResourceGroupResponse = DedicatedCloudNodeListResponse;
270
+
271
+ // @public
272
+ export interface DedicatedCloudNodesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
273
+ filter?: string;
274
+ skipToken?: string;
275
+ top?: number;
276
+ }
277
+
278
+ // @public
279
+ export type DedicatedCloudNodesListBySubscriptionNextResponse = DedicatedCloudNodeListResponse;
280
+
281
+ // @public
282
+ export interface DedicatedCloudNodesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
283
+ filter?: string;
284
+ skipToken?: string;
285
+ top?: number;
286
+ }
287
+
288
+ // @public
289
+ export type DedicatedCloudNodesListBySubscriptionResponse = DedicatedCloudNodeListResponse;
290
+
291
+ // @public
292
+ export interface DedicatedCloudNodesUpdateOptionalParams extends coreClient.OperationOptions {
293
+ }
294
+
295
+ // @public
296
+ export type DedicatedCloudNodesUpdateResponse = DedicatedCloudNode;
297
+
298
+ // @public
299
+ export interface DedicatedCloudService {
300
+ gatewaySubnet?: string;
301
+ readonly id?: string;
302
+ readonly isAccountOnboarded?: OnboardingStatus;
303
+ location: string;
304
+ readonly name?: string;
305
+ readonly nodes?: number;
306
+ readonly serviceURL?: string;
307
+ tags?: {
308
+ [propertyName: string]: string;
309
+ };
310
+ readonly type?: string;
311
+ }
312
+
313
+ // @public
314
+ export interface DedicatedCloudServiceListResponse {
315
+ nextLink?: string;
316
+ value?: DedicatedCloudService[];
317
+ }
318
+
319
+ // @public
320
+ export interface DedicatedCloudServices {
321
+ beginDelete(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
322
+ beginDeleteAndWait(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesDeleteOptionalParams): Promise<void>;
323
+ createOrUpdate(resourceGroupName: string, dedicatedCloudServiceName: string, dedicatedCloudServiceRequest: DedicatedCloudService, options?: DedicatedCloudServicesCreateOrUpdateOptionalParams): Promise<DedicatedCloudServicesCreateOrUpdateResponse>;
324
+ get(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesGetOptionalParams): Promise<DedicatedCloudServicesGetResponse>;
325
+ listByResourceGroup(resourceGroupName: string, options?: DedicatedCloudServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService>;
326
+ listBySubscription(options?: DedicatedCloudServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService>;
327
+ update(resourceGroupName: string, dedicatedCloudServiceName: string, dedicatedCloudServiceRequest: PatchPayload, options?: DedicatedCloudServicesUpdateOptionalParams): Promise<DedicatedCloudServicesUpdateResponse>;
328
+ }
329
+
330
+ // @public
331
+ export interface DedicatedCloudServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
332
+ }
333
+
334
+ // @public
335
+ export type DedicatedCloudServicesCreateOrUpdateResponse = DedicatedCloudService;
336
+
337
+ // @public
338
+ export interface DedicatedCloudServicesDeleteExceptionHeaders {
339
+ // (undocumented)
340
+ contentType?: string;
341
+ }
342
+
343
+ // @public
344
+ export interface DedicatedCloudServicesDeleteOptionalParams extends coreClient.OperationOptions {
345
+ resumeFrom?: string;
346
+ updateIntervalInMs?: number;
347
+ }
348
+
349
+ // @public
350
+ export interface DedicatedCloudServicesGetOptionalParams extends coreClient.OperationOptions {
351
+ }
352
+
353
+ // @public
354
+ export type DedicatedCloudServicesGetResponse = DedicatedCloudService;
355
+
356
+ // @public
357
+ export interface DedicatedCloudServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
358
+ filter?: string;
359
+ skipToken?: string;
360
+ top?: number;
361
+ }
362
+
363
+ // @public
364
+ export type DedicatedCloudServicesListByResourceGroupNextResponse = DedicatedCloudServiceListResponse;
365
+
366
+ // @public
367
+ export interface DedicatedCloudServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
368
+ filter?: string;
369
+ skipToken?: string;
370
+ top?: number;
371
+ }
372
+
373
+ // @public
374
+ export type DedicatedCloudServicesListByResourceGroupResponse = DedicatedCloudServiceListResponse;
375
+
376
+ // @public
377
+ export interface DedicatedCloudServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
378
+ filter?: string;
379
+ skipToken?: string;
380
+ top?: number;
381
+ }
382
+
383
+ // @public
384
+ export type DedicatedCloudServicesListBySubscriptionNextResponse = DedicatedCloudServiceListResponse;
385
+
386
+ // @public
387
+ export interface DedicatedCloudServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
388
+ filter?: string;
389
+ skipToken?: string;
390
+ top?: number;
391
+ }
392
+
393
+ // @public
394
+ export type DedicatedCloudServicesListBySubscriptionResponse = DedicatedCloudServiceListResponse;
395
+
396
+ // @public
397
+ export interface DedicatedCloudServicesUpdateOptionalParams extends coreClient.OperationOptions {
398
+ }
399
+
400
+ // @public
401
+ export type DedicatedCloudServicesUpdateResponse = DedicatedCloudService;
402
+
403
+ // @public
404
+ export type DiskIndependenceMode = "persistent" | "independent_persistent" | "independent_nonpersistent";
405
+
406
+ // @public
407
+ export interface GuestOSCustomization {
408
+ dnsServers?: string[];
409
+ hostName?: string;
410
+ password?: string;
411
+ policyId?: string;
412
+ username?: string;
413
+ }
414
+
415
+ // @public
416
+ export interface GuestOsnicCustomization {
417
+ allocation?: GuestOsnicCustomizationAllocation;
418
+ dnsServers?: string[];
419
+ gateway?: string[];
420
+ ipAddress?: string;
421
+ mask?: string;
422
+ primaryWinsServer?: string;
423
+ secondaryWinsServer?: string;
424
+ }
425
+
426
+ // @public
427
+ export type GuestOsnicCustomizationAllocation = string;
428
+
429
+ // @public
430
+ export type GuestOSType = "linux" | "windows" | "other";
431
+
432
+ // @public
433
+ export enum KnownCustomizationHostNameType {
434
+ // (undocumented)
435
+ CustomName = "CUSTOM_NAME",
436
+ // (undocumented)
437
+ Fixed = "FIXED",
438
+ // (undocumented)
439
+ PrefixBased = "PREFIX_BASED",
440
+ // (undocumented)
441
+ UserDefined = "USER_DEFINED",
442
+ // (undocumented)
443
+ VirtualMachineName = "VIRTUAL_MACHINE_NAME"
444
+ }
445
+
446
+ // @public
447
+ export enum KnownCustomizationIdentityType {
448
+ // (undocumented)
449
+ Linux = "LINUX",
450
+ // (undocumented)
451
+ Windows = "WINDOWS",
452
+ // (undocumented)
453
+ WindowsText = "WINDOWS_TEXT"
454
+ }
455
+
456
+ // @public
457
+ export enum KnownCustomizationIPAddressType {
458
+ // (undocumented)
459
+ Custom = "CUSTOM",
460
+ // (undocumented)
461
+ DhcpIP = "DHCP_IP",
462
+ // (undocumented)
463
+ FixedIP = "FIXED_IP",
464
+ // (undocumented)
465
+ UserDefined = "USER_DEFINED"
466
+ }
467
+
468
+ // @public
469
+ export enum KnownCustomizationPolicyPropertiesType {
470
+ // (undocumented)
471
+ Linux = "LINUX",
472
+ // (undocumented)
473
+ Windows = "WINDOWS"
474
+ }
475
+
476
+ // @public
477
+ export enum KnownGuestOsnicCustomizationAllocation {
478
+ // (undocumented)
479
+ Dynamic = "dynamic",
480
+ // (undocumented)
481
+ Static = "static"
482
+ }
483
+
484
+ // @public
485
+ export type NICType = "E1000" | "E1000E" | "PCNET32" | "VMXNET" | "VMXNET2" | "VMXNET3";
486
+
487
+ // @public
488
+ export type NodeStatus = "unused" | "used";
489
+
490
+ // @public
491
+ export type OnboardingStatus = "notOnBoarded" | "onBoarded" | "onBoardingFailed" | "onBoarding";
492
+
493
+ // @public
494
+ export interface OperationError {
495
+ code?: string;
496
+ message?: string;
497
+ }
498
+
499
+ // @public
500
+ export type OperationOrigin = "user" | "system" | "user,system";
501
+
502
+ // @public
503
+ export interface OperationResource {
504
+ readonly endTime?: Date;
505
+ error?: OperationError;
506
+ readonly id?: string;
507
+ readonly name?: string;
508
+ readonly startTime?: Date;
509
+ readonly status?: string;
510
+ }
511
+
512
+ // @public
513
+ export interface Operations {
514
+ get(regionId: string, operationId: string, options?: OperationsGetOptionalParams): Promise<OperationsGetResponse>;
515
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<AvailableOperation>;
516
+ }
517
+
518
+ // @public
519
+ export interface OperationsGetExceptionHeaders {
520
+ // (undocumented)
521
+ contentType?: string;
522
+ }
523
+
524
+ // @public
525
+ export interface OperationsGetHeaders {
526
+ // (undocumented)
527
+ location?: string;
528
+ // (undocumented)
529
+ retryAfter?: number;
530
+ }
531
+
532
+ // @public
533
+ export interface OperationsGetOptionalParams extends coreClient.OperationOptions {
534
+ }
535
+
536
+ // @public
537
+ export type OperationsGetResponse = OperationResource;
538
+
539
+ // @public
540
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
541
+ }
542
+
543
+ // @public
544
+ export type OperationsListNextResponse = AvailableOperationsListResponse;
545
+
546
+ // @public
547
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
548
+ }
549
+
550
+ // @public
551
+ export type OperationsListResponse = AvailableOperationsListResponse;
552
+
553
+ // @public
554
+ export interface PatchPayload {
555
+ tags?: {
556
+ [propertyName: string]: string;
557
+ };
558
+ }
559
+
560
+ // @public
561
+ export interface PrivateCloud {
562
+ availabilityZoneId?: string;
563
+ availabilityZoneName?: string;
564
+ clustersNumber?: number;
565
+ createdBy?: string;
566
+ createdOn?: Date;
567
+ dnsServers?: string[];
568
+ expires?: string;
569
+ id?: string;
570
+ location?: string;
571
+ name?: string;
572
+ nsxType?: string;
573
+ placementGroupId?: string;
574
+ placementGroupName?: string;
575
+ privateCloudId?: string;
576
+ resourcePools?: ResourcePool[];
577
+ state?: string;
578
+ totalCpuCores?: number;
579
+ totalNodes?: number;
580
+ totalRam?: number;
581
+ totalStorage?: number;
582
+ type?: "Microsoft.VMwareCloudSimple/privateClouds";
583
+ typePropertiesType?: string;
584
+ vcenterFqdn?: string;
585
+ vcenterRefid?: string;
586
+ virtualMachineTemplates?: VirtualMachineTemplate[];
587
+ virtualNetworks?: VirtualNetwork[];
588
+ vrOpsEnabled?: boolean;
589
+ vSphereVersion?: string;
590
+ }
591
+
592
+ // @public
593
+ export interface PrivateCloudList {
594
+ nextLink?: string;
595
+ value?: PrivateCloud[];
596
+ }
597
+
598
+ // @public
599
+ export interface PrivateClouds {
600
+ get(pcName: string, regionId: string, options?: PrivateCloudsGetOptionalParams): Promise<PrivateCloudsGetResponse>;
601
+ list(regionId: string, options?: PrivateCloudsListOptionalParams): PagedAsyncIterableIterator<PrivateCloud>;
602
+ }
603
+
604
+ // @public
605
+ export interface PrivateCloudsGetOptionalParams extends coreClient.OperationOptions {
606
+ }
607
+
608
+ // @public
609
+ export type PrivateCloudsGetResponse = PrivateCloud;
610
+
611
+ // @public
612
+ export interface PrivateCloudsListNextOptionalParams extends coreClient.OperationOptions {
613
+ }
614
+
615
+ // @public
616
+ export type PrivateCloudsListNextResponse = PrivateCloudList;
617
+
618
+ // @public
619
+ export interface PrivateCloudsListOptionalParams extends coreClient.OperationOptions {
620
+ }
621
+
622
+ // @public
623
+ export type PrivateCloudsListResponse = PrivateCloudList;
624
+
625
+ // @public
626
+ export interface ResourcePool {
627
+ readonly fullName?: string;
628
+ id: string;
629
+ readonly location?: string;
630
+ readonly name?: string;
631
+ readonly privateCloudId?: string;
632
+ readonly type?: string;
633
+ }
634
+
635
+ // @public
636
+ export interface ResourcePools {
637
+ get(regionId: string, pcName: string, resourcePoolName: string, options?: ResourcePoolsGetOptionalParams): Promise<ResourcePoolsGetResponse>;
638
+ list(regionId: string, pcName: string, options?: ResourcePoolsListOptionalParams): PagedAsyncIterableIterator<ResourcePool>;
639
+ }
640
+
641
+ // @public
642
+ export interface ResourcePoolsGetOptionalParams extends coreClient.OperationOptions {
643
+ }
644
+
645
+ // @public
646
+ export type ResourcePoolsGetResponse = ResourcePool;
647
+
648
+ // @public
649
+ export interface ResourcePoolsListNextOptionalParams extends coreClient.OperationOptions {
650
+ }
651
+
652
+ // @public
653
+ export type ResourcePoolsListNextResponse = ResourcePoolsListResponse;
654
+
655
+ // @public
656
+ export type ResourcePoolsListOperationResponse = ResourcePoolsListResponse;
657
+
658
+ // @public
659
+ export interface ResourcePoolsListOptionalParams extends coreClient.OperationOptions {
660
+ }
661
+
662
+ // @public
663
+ export interface ResourcePoolsListResponse {
664
+ nextLink?: string;
665
+ value?: ResourcePool[];
666
+ }
667
+
668
+ // @public
669
+ export interface Sku {
670
+ capacity?: string;
671
+ description?: string;
672
+ family?: string;
673
+ name: string;
674
+ tier?: string;
675
+ }
676
+
677
+ // @public
678
+ export interface SkuAvailability {
679
+ dedicatedAvailabilityZoneId?: string;
680
+ dedicatedAvailabilityZoneName?: string;
681
+ dedicatedPlacementGroupId?: string;
682
+ dedicatedPlacementGroupName?: string;
683
+ limit: number;
684
+ resourceType?: string;
685
+ skuId?: string;
686
+ skuName?: string;
687
+ }
688
+
689
+ // @public
690
+ export interface SkuAvailabilityListResponse {
691
+ nextLink?: string;
692
+ value?: SkuAvailability[];
693
+ }
694
+
695
+ // @public
696
+ export interface SkusAvailability {
697
+ list(regionId: string, options?: SkusAvailabilityListOptionalParams): PagedAsyncIterableIterator<SkuAvailability>;
698
+ }
699
+
700
+ // @public
701
+ export interface SkusAvailabilityListNextOptionalParams extends coreClient.OperationOptions {
702
+ skuId?: string;
703
+ }
704
+
705
+ // @public
706
+ export type SkusAvailabilityListNextResponse = SkuAvailabilityListResponse;
707
+
708
+ // @public
709
+ export interface SkusAvailabilityListOptionalParams extends coreClient.OperationOptions {
710
+ skuId?: string;
711
+ }
712
+
713
+ // @public
714
+ export type SkusAvailabilityListResponse = SkuAvailabilityListResponse;
715
+
716
+ // @public
717
+ export type StopMode = "reboot" | "suspend" | "shutdown" | "poweroff";
718
+
719
+ // @public
720
+ export interface Usage {
721
+ currentValue: number;
722
+ limit: number;
723
+ name?: UsageName;
724
+ unit?: UsageCount;
725
+ }
726
+
727
+ // @public
728
+ export type UsageCount = "Count" | "Bytes" | "Seconds" | "Percent" | "CountPerSecond" | "BytesPerSecond";
729
+
730
+ // @public
731
+ export interface UsageListResponse {
732
+ nextLink?: string;
733
+ readonly value?: Usage[];
734
+ }
735
+
736
+ // @public
737
+ export interface UsageName {
738
+ localizedValue?: string;
739
+ value?: string;
740
+ }
741
+
742
+ // @public
743
+ export interface Usages {
744
+ list(regionId: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<Usage>;
745
+ }
746
+
747
+ // @public
748
+ export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
749
+ filter?: string;
750
+ }
751
+
752
+ // @public
753
+ export type UsagesListNextResponse = UsageListResponse;
754
+
755
+ // @public
756
+ export interface UsagesListOptionalParams extends coreClient.OperationOptions {
757
+ filter?: string;
758
+ }
759
+
760
+ // @public
761
+ export type UsagesListResponse = UsageListResponse;
762
+
763
+ // @public
764
+ export interface VirtualDisk {
765
+ controllerId: string;
766
+ independenceMode: DiskIndependenceMode;
767
+ totalSize: number;
768
+ virtualDiskId?: string;
769
+ readonly virtualDiskName?: string;
770
+ }
771
+
772
+ // @public
773
+ export interface VirtualDiskController {
774
+ readonly id?: string;
775
+ readonly name?: string;
776
+ readonly subType?: string;
777
+ readonly type?: string;
778
+ }
779
+
780
+ // @public
781
+ export interface VirtualMachine {
782
+ amountOfRam?: number;
783
+ readonly controllers?: VirtualDiskController[];
784
+ customization?: GuestOSCustomization;
785
+ disks?: VirtualDisk[];
786
+ readonly dnsname?: string;
787
+ exposeToGuestVM?: boolean;
788
+ readonly folder?: string;
789
+ readonly guestOS?: string;
790
+ readonly guestOSType?: GuestOSType;
791
+ readonly id?: string;
792
+ location: string;
793
+ readonly name?: string;
794
+ nics?: VirtualNic[];
795
+ numberOfCores?: number;
796
+ password?: string;
797
+ privateCloudId?: string;
798
+ readonly provisioningState?: string;
799
+ readonly publicIP?: string;
800
+ resourcePool?: ResourcePool;
801
+ readonly status?: VirtualMachineStatus;
802
+ tags?: {
803
+ [propertyName: string]: string;
804
+ };
805
+ templateId?: string;
806
+ readonly type?: string;
807
+ username?: string;
808
+ readonly vmId?: string;
809
+ readonly vmwaretools?: string;
810
+ vSphereNetworks?: string[];
811
+ }
812
+
813
+ // @public
814
+ export interface VirtualMachineListResponse {
815
+ nextLink?: string;
816
+ value?: VirtualMachine[];
817
+ }
818
+
819
+ // @public
820
+ export interface VirtualMachines {
821
+ beginCreateOrUpdate(resourceGroupName: string, virtualMachineName: string, virtualMachineRequest: VirtualMachine, options?: VirtualMachinesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesCreateOrUpdateResponse>, VirtualMachinesCreateOrUpdateResponse>>;
822
+ beginCreateOrUpdateAndWait(resourceGroupName: string, virtualMachineName: string, virtualMachineRequest: VirtualMachine, options?: VirtualMachinesCreateOrUpdateOptionalParams): Promise<VirtualMachinesCreateOrUpdateResponse>;
823
+ beginDelete(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesDeleteResponse>, VirtualMachinesDeleteResponse>>;
824
+ beginDeleteAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesDeleteOptionalParams): Promise<VirtualMachinesDeleteResponse>;
825
+ beginStart(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
826
+ beginStartAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStartOptionalParams): Promise<void>;
827
+ beginStop(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
828
+ beginStopAndWait(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesStopOptionalParams): Promise<void>;
829
+ beginUpdate(resourceGroupName: string, virtualMachineName: string, virtualMachineRequest: PatchPayload, options?: VirtualMachinesUpdateOptionalParams): Promise<PollerLike<PollOperationState<VirtualMachinesUpdateResponse>, VirtualMachinesUpdateResponse>>;
830
+ beginUpdateAndWait(resourceGroupName: string, virtualMachineName: string, virtualMachineRequest: PatchPayload, options?: VirtualMachinesUpdateOptionalParams): Promise<VirtualMachinesUpdateResponse>;
831
+ get(resourceGroupName: string, virtualMachineName: string, options?: VirtualMachinesGetOptionalParams): Promise<VirtualMachinesGetResponse>;
832
+ listByResourceGroup(resourceGroupName: string, options?: VirtualMachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
833
+ listBySubscription(options?: VirtualMachinesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
834
+ }
835
+
836
+ // @public
837
+ export interface VirtualMachinesCreateOrUpdateHeaders {
838
+ // (undocumented)
839
+ azureAsyncOperation?: string;
840
+ }
841
+
842
+ // @public
843
+ export interface VirtualMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
844
+ resumeFrom?: string;
845
+ updateIntervalInMs?: number;
846
+ }
847
+
848
+ // @public
849
+ export type VirtualMachinesCreateOrUpdateResponse = VirtualMachinesCreateOrUpdateHeaders & VirtualMachine;
850
+
851
+ // @public
852
+ export interface VirtualMachinesDeleteExceptionHeaders {
853
+ // (undocumented)
854
+ contentType?: string;
855
+ }
856
+
857
+ // @public
858
+ export interface VirtualMachinesDeleteHeaders {
859
+ // (undocumented)
860
+ azureAsyncOperation?: string;
861
+ // (undocumented)
862
+ location?: string;
863
+ // (undocumented)
864
+ retryAfter?: number;
865
+ }
866
+
867
+ // @public
868
+ export interface VirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
869
+ resumeFrom?: string;
870
+ updateIntervalInMs?: number;
871
+ }
872
+
873
+ // @public
874
+ export type VirtualMachinesDeleteResponse = VirtualMachinesDeleteHeaders;
875
+
876
+ // @public
877
+ export interface VirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
878
+ }
879
+
880
+ // @public
881
+ export type VirtualMachinesGetResponse = VirtualMachine;
882
+
883
+ // @public
884
+ export interface VirtualMachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
885
+ filter?: string;
886
+ skipToken?: string;
887
+ top?: number;
888
+ }
889
+
890
+ // @public
891
+ export type VirtualMachinesListByResourceGroupNextResponse = VirtualMachineListResponse;
892
+
893
+ // @public
894
+ export interface VirtualMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
895
+ filter?: string;
896
+ skipToken?: string;
897
+ top?: number;
898
+ }
899
+
900
+ // @public
901
+ export type VirtualMachinesListByResourceGroupResponse = VirtualMachineListResponse;
902
+
903
+ // @public
904
+ export interface VirtualMachinesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
905
+ filter?: string;
906
+ skipToken?: string;
907
+ top?: number;
908
+ }
909
+
910
+ // @public
911
+ export type VirtualMachinesListBySubscriptionNextResponse = VirtualMachineListResponse;
912
+
913
+ // @public
914
+ export interface VirtualMachinesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
915
+ filter?: string;
916
+ skipToken?: string;
917
+ top?: number;
918
+ }
919
+
920
+ // @public
921
+ export type VirtualMachinesListBySubscriptionResponse = VirtualMachineListResponse;
922
+
923
+ // @public
924
+ export interface VirtualMachinesStartExceptionHeaders {
925
+ // (undocumented)
926
+ contentType?: string;
927
+ }
928
+
929
+ // @public
930
+ export interface VirtualMachinesStartHeaders {
931
+ // (undocumented)
932
+ azureAsyncOperation?: string;
933
+ // (undocumented)
934
+ location?: string;
935
+ // (undocumented)
936
+ retryAfter?: number;
937
+ }
938
+
939
+ // @public
940
+ export interface VirtualMachinesStartOptionalParams extends coreClient.OperationOptions {
941
+ resumeFrom?: string;
942
+ updateIntervalInMs?: number;
943
+ }
944
+
945
+ // @public
946
+ export interface VirtualMachinesStopExceptionHeaders {
947
+ // (undocumented)
948
+ contentType?: string;
949
+ }
950
+
951
+ // @public
952
+ export interface VirtualMachinesStopHeaders {
953
+ // (undocumented)
954
+ azureAsyncOperation?: string;
955
+ // (undocumented)
956
+ location?: string;
957
+ // (undocumented)
958
+ retryAfter?: number;
959
+ }
960
+
961
+ // @public
962
+ export interface VirtualMachinesStopOptionalParams extends coreClient.OperationOptions {
963
+ m?: VirtualMachineStopMode;
964
+ mode?: StopMode;
965
+ resumeFrom?: string;
966
+ updateIntervalInMs?: number;
967
+ }
968
+
969
+ // @public
970
+ export type VirtualMachineStatus = "running" | "suspended" | "poweredoff" | "updating" | "deallocating" | "deleting";
971
+
972
+ // @public
973
+ export interface VirtualMachineStopMode {
974
+ mode?: StopMode;
975
+ }
976
+
977
+ // @public
978
+ export interface VirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
979
+ resumeFrom?: string;
980
+ updateIntervalInMs?: number;
981
+ }
982
+
983
+ // @public
984
+ export type VirtualMachinesUpdateResponse = VirtualMachine;
985
+
986
+ // @public
987
+ export interface VirtualMachineTemplate {
988
+ amountOfRam?: number;
989
+ controllers?: VirtualDiskController[];
990
+ description?: string;
991
+ disks?: VirtualDisk[];
992
+ exposeToGuestVM?: boolean;
993
+ readonly guestOS?: string;
994
+ readonly guestOSType?: string;
995
+ readonly id?: string;
996
+ location?: string;
997
+ readonly name?: string;
998
+ nics?: VirtualNic[];
999
+ numberOfCores?: number;
1000
+ path?: string;
1001
+ privateCloudId?: string;
1002
+ readonly type?: string;
1003
+ readonly vmwaretools?: string;
1004
+ vSphereNetworks?: string[];
1005
+ vSphereTags?: string[];
1006
+ }
1007
+
1008
+ // @public
1009
+ export interface VirtualMachineTemplateListResponse {
1010
+ nextLink?: string;
1011
+ value?: VirtualMachineTemplate[];
1012
+ }
1013
+
1014
+ // @public
1015
+ export interface VirtualMachineTemplates {
1016
+ get(regionId: string, pcName: string, virtualMachineTemplateName: string, options?: VirtualMachineTemplatesGetOptionalParams): Promise<VirtualMachineTemplatesGetResponse>;
1017
+ list(pcName: string, regionId: string, resourcePoolName: string, options?: VirtualMachineTemplatesListOptionalParams): PagedAsyncIterableIterator<VirtualMachineTemplate>;
1018
+ }
1019
+
1020
+ // @public
1021
+ export interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
1022
+ }
1023
+
1024
+ // @public
1025
+ export type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
1026
+
1027
+ // @public
1028
+ export interface VirtualMachineTemplatesListNextOptionalParams extends coreClient.OperationOptions {
1029
+ }
1030
+
1031
+ // @public
1032
+ export type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplateListResponse;
1033
+
1034
+ // @public
1035
+ export interface VirtualMachineTemplatesListOptionalParams extends coreClient.OperationOptions {
1036
+ }
1037
+
1038
+ // @public
1039
+ export type VirtualMachineTemplatesListResponse = VirtualMachineTemplateListResponse;
1040
+
1041
+ // @public
1042
+ export interface VirtualNetwork {
1043
+ readonly assignable?: boolean;
1044
+ id: string;
1045
+ readonly location?: string;
1046
+ readonly name?: string;
1047
+ readonly privateCloudId?: string;
1048
+ readonly type?: string;
1049
+ }
1050
+
1051
+ // @public
1052
+ export interface VirtualNetworkListResponse {
1053
+ nextLink?: string;
1054
+ value?: VirtualNetwork[];
1055
+ }
1056
+
1057
+ // @public
1058
+ export interface VirtualNetworks {
1059
+ get(regionId: string, pcName: string, virtualNetworkName: string, options?: VirtualNetworksGetOptionalParams): Promise<VirtualNetworksGetResponse>;
1060
+ list(regionId: string, pcName: string, resourcePoolName: string, options?: VirtualNetworksListOptionalParams): PagedAsyncIterableIterator<VirtualNetwork>;
1061
+ }
1062
+
1063
+ // @public
1064
+ export interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
1065
+ }
1066
+
1067
+ // @public
1068
+ export type VirtualNetworksGetResponse = VirtualNetwork;
1069
+
1070
+ // @public
1071
+ export interface VirtualNetworksListNextOptionalParams extends coreClient.OperationOptions {
1072
+ }
1073
+
1074
+ // @public
1075
+ export type VirtualNetworksListNextResponse = VirtualNetworkListResponse;
1076
+
1077
+ // @public
1078
+ export interface VirtualNetworksListOptionalParams extends coreClient.OperationOptions {
1079
+ }
1080
+
1081
+ // @public
1082
+ export type VirtualNetworksListResponse = VirtualNetworkListResponse;
1083
+
1084
+ // @public
1085
+ export interface VirtualNic {
1086
+ customization?: GuestOsnicCustomization;
1087
+ ipAddresses?: string[];
1088
+ macAddress?: string;
1089
+ network: VirtualNetwork;
1090
+ nicType: NICType;
1091
+ powerOnBoot?: boolean;
1092
+ virtualNicId?: string;
1093
+ readonly virtualNicName?: string;
1094
+ }
1095
+
1096
+ // @public (undocumented)
1097
+ export class VMwareCloudSimple extends coreClient.ServiceClient {
1098
+ // (undocumented)
1099
+ $host: string;
1100
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, referer: string, options?: VMwareCloudSimpleOptionalParams);
1101
+ // (undocumented)
1102
+ apiVersion: string;
1103
+ // (undocumented)
1104
+ customizationPolicies: CustomizationPolicies;
1105
+ // (undocumented)
1106
+ dedicatedCloudNodes: DedicatedCloudNodes;
1107
+ // (undocumented)
1108
+ dedicatedCloudServices: DedicatedCloudServices;
1109
+ // (undocumented)
1110
+ operations: Operations;
1111
+ // (undocumented)
1112
+ privateClouds: PrivateClouds;
1113
+ // (undocumented)
1114
+ referer: string;
1115
+ // (undocumented)
1116
+ resourcePools: ResourcePools;
1117
+ // (undocumented)
1118
+ skusAvailability: SkusAvailability;
1119
+ // (undocumented)
1120
+ subscriptionId: string;
1121
+ // (undocumented)
1122
+ usages: Usages;
1123
+ // (undocumented)
1124
+ virtualMachines: VirtualMachines;
1125
+ // (undocumented)
1126
+ virtualMachineTemplates: VirtualMachineTemplates;
1127
+ // (undocumented)
1128
+ virtualNetworks: VirtualNetworks;
1129
+ }
1130
+
1131
+ // @public
1132
+ export interface VMwareCloudSimpleOptionalParams extends coreClient.ServiceClientOptions {
1133
+ $host?: string;
1134
+ apiVersion?: string;
1135
+ endpoint?: string;
1136
+ }
1137
+
1138
+ // (No @packageDocumentation comment for this package)
1139
+
1140
+ ```