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