@alicloud/ecd20200930 4.25.5 → 5.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.
- package/dist/client.d.ts +66 -103
- package/dist/client.js +104 -142
- package/dist/client.js.map +1 -1
- package/dist/models/CreateAndBindNasFileSystemRequest.d.ts +7 -19
- package/dist/models/CreateAndBindNasFileSystemRequest.js.map +1 -1
- package/dist/models/CreateDesktopsRequest.d.ts +106 -128
- package/dist/models/CreateDesktopsRequest.js +4 -0
- package/dist/models/CreateDesktopsRequest.js.map +1 -1
- package/dist/models/CreateDesktopsResponseBody.d.ts +2 -3
- package/dist/models/CreateDesktopsResponseBody.js.map +1 -1
- package/dist/models/CreateDesktopsShrinkRequest.d.ts +89 -99
- package/dist/models/CreateDesktopsShrinkRequest.js +4 -0
- package/dist/models/CreateDesktopsShrinkRequest.js.map +1 -1
- package/dist/models/CreateNetworkPackageRequest.d.ts +32 -25
- package/dist/models/CreateNetworkPackageRequest.js +27 -1
- package/dist/models/CreateNetworkPackageRequest.js.map +1 -1
- package/dist/models/CreateNetworkPackageResponseBody.d.ts +3 -3
- package/dist/models/DescribeCenterPolicyListRequest.d.ts +5 -4
- package/dist/models/DescribeCenterPolicyListRequest.js.map +1 -1
- package/dist/models/DescribeCenterPolicyListResponseBody.d.ts +85 -84
- package/dist/models/DescribeCenterPolicyListResponseBody.js +10 -0
- package/dist/models/DescribeCenterPolicyListResponseBody.js.map +1 -1
- package/dist/models/DescribeNetworkPackagesRequest.d.ts +22 -14
- package/dist/models/DescribeNetworkPackagesRequest.js +27 -1
- package/dist/models/DescribeNetworkPackagesRequest.js.map +1 -1
- package/dist/models/DescribeNetworkPackagesResponseBody.d.ts +36 -98
- package/dist/models/DescribeNetworkPackagesResponseBody.js +27 -1
- package/dist/models/DescribeNetworkPackagesResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplatesRequest.d.ts +11 -11
- package/dist/models/DescribeTemplatesResponseBody.d.ts +45 -45
- package/dist/models/ListTagResourcesRequest.d.ts +7 -11
- package/dist/models/ListTagResourcesRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +5 -9
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/ModifyAutoSnapshotPolicyRequest.d.ts +11 -4
- package/dist/models/ModifyAutoSnapshotPolicyRequest.js.map +1 -1
- package/dist/models/SetDirectorySsoStatusRequest.d.ts +4 -6
- package/dist/models/SetDirectorySsoStatusRequest.js.map +1 -1
- package/dist/models/TagResourcesRequest.d.ts +6 -10
- package/dist/models/TagResourcesRequest.js.map +1 -1
- package/dist/models/UntagResourcesRequest.d.ts +2 -6
- package/dist/models/UntagResourcesRequest.js.map +1 -1
- package/dist/models/model.d.ts +3 -4
- package/dist/models/model.js +37 -39
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +108 -150
- package/src/models/CreateAndBindNasFileSystemRequest.ts +7 -19
- package/src/models/CreateDesktopsRequest.ts +110 -128
- package/src/models/CreateDesktopsResponseBody.ts +2 -3
- package/src/models/CreateDesktopsShrinkRequest.ts +93 -99
- package/src/models/CreateNetworkPackageRequest.ts +49 -25
- package/src/models/CreateNetworkPackageResponseBody.ts +3 -3
- package/src/models/DescribeCenterPolicyListRequest.ts +5 -4
- package/src/models/DescribeCenterPolicyListResponseBody.ts +95 -84
- package/src/models/DescribeNetworkPackagesRequest.ts +39 -14
- package/src/models/DescribeNetworkPackagesResponseBody.ts +53 -98
- package/src/models/DescribeTemplatesRequest.ts +11 -11
- package/src/models/DescribeTemplatesResponseBody.ts +45 -45
- package/src/models/ListTagResourcesRequest.ts +7 -11
- package/src/models/ListTagResourcesResponseBody.ts +5 -9
- package/src/models/ModifyAutoSnapshotPolicyRequest.ts +11 -4
- package/src/models/SetDirectorySsoStatusRequest.ts +4 -6
- package/src/models/TagResourcesRequest.ts +6 -10
- package/src/models/UntagResourcesRequest.ts +2 -6
- package/src/models/model.ts +3 -4
- package/dist/models/DescribeFlowStatisticRequest.d.ts +0 -76
- package/dist/models/DescribeFlowStatisticRequest.js +0 -68
- package/dist/models/DescribeFlowStatisticRequest.js.map +0 -1
- package/dist/models/DescribeFlowStatisticResponse.d.ts +0 -19
- package/dist/models/DescribeFlowStatisticResponse.js +0 -69
- package/dist/models/DescribeFlowStatisticResponse.js.map +0 -1
- package/dist/models/DescribeFlowStatisticResponseBody.d.ts +0 -78
- package/dist/models/DescribeFlowStatisticResponseBody.js +0 -90
- package/dist/models/DescribeFlowStatisticResponseBody.js.map +0 -1
- package/src/models/DescribeFlowStatisticRequest.ts +0 -99
- package/src/models/DescribeFlowStatisticResponse.ts +0 -40
- package/src/models/DescribeFlowStatisticResponseBody.ts +0 -114
|
@@ -10,7 +10,7 @@ export declare class CreateDesktopsRequestBundleModels extends $dara.Model {
|
|
|
10
10
|
amount?: number;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
13
|
+
* The cloud desktop template ID.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* b-je9hani001wfn****
|
|
@@ -18,13 +18,11 @@ export declare class CreateDesktopsRequestBundleModels extends $dara.Model {
|
|
|
18
18
|
bundleId?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The
|
|
21
|
+
* The cloud desktop name. The naming rules are as follows:
|
|
22
22
|
*
|
|
23
|
-
* - The name
|
|
24
|
-
*
|
|
25
|
-
* - The name
|
|
26
|
-
*
|
|
27
|
-
* - The name can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
|
|
23
|
+
* - The name can be up to 64 characters in length.
|
|
24
|
+
* - The name must start with a letter or a Chinese character and cannot start with `http://` or `https://`.
|
|
25
|
+
* - The name can contain Chinese characters, letters, digits, colons (:), underscores (_), periods (.), or hyphens (-).
|
|
28
26
|
*
|
|
29
27
|
* @example
|
|
30
28
|
* DemoComputer02
|
|
@@ -32,25 +30,22 @@ export declare class CreateDesktopsRequestBundleModels extends $dara.Model {
|
|
|
32
30
|
desktopName?: string;
|
|
33
31
|
/**
|
|
34
32
|
* @remarks
|
|
35
|
-
* The list of
|
|
33
|
+
* The list of users to whom the cloud desktops are assigned.
|
|
36
34
|
*/
|
|
37
35
|
endUserIds?: string[];
|
|
38
36
|
/**
|
|
39
37
|
* @remarks
|
|
40
|
-
* The custom hostname of the cloud desktop.
|
|
38
|
+
* The custom hostname of the cloud desktop. Settings for this parameter are supported only for cloud desktops that run the Windows operating system in an AD office network.
|
|
41
39
|
*
|
|
42
|
-
* The
|
|
40
|
+
* The naming rules for the hostname are as follows:
|
|
43
41
|
*
|
|
44
42
|
* - The hostname must be 2 to 15 characters in length.
|
|
43
|
+
* - The hostname can contain uppercase letters, lowercase letters, digits, or hyphens (-). It cannot start or end with a hyphen, contain consecutive hyphens, or consist of only digits.
|
|
45
44
|
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
* If you create multiple cloud desktops, you can use the `name_prefix[begin_number,bits]name_suffix` format to specify sequential hostnames for the cloud desktops. For example, if you set the `Hostname` parameter to `ecd-[1,4]-test`, the hostname of the first cloud desktop is `ecd-0001-test`, the second is `ecd-0002-test`, and so on.
|
|
45
|
+
* When you create multiple cloud desktops, you can use the `name_prefix[begin_number,bits]name_suffix` format to uniformly name the cloud desktops. For example, if you set Hostname to ecd-[1,4]-test, the hostname of the first cloud desktop is ecd-0001-test, the hostname of the second cloud desktop is ecd-0002-test, and so on.
|
|
49
46
|
*
|
|
50
47
|
* - `name_prefix`: the prefix of the hostname.
|
|
51
|
-
*
|
|
52
|
-
* - `[begin_number,bits]`: The sequential part of the hostname.
|
|
53
|
-
*
|
|
48
|
+
* - `[begin_number,bits]`: the sequential number in the hostname. `begin_number` is the starting number. Valid values: 0 to 999999. Default value: 0. `bits` is the number of digits. Valid values: 1 to 6. Default value: 6.
|
|
54
49
|
* - `name_suffix`: the suffix of the hostname.
|
|
55
50
|
*
|
|
56
51
|
* @example
|
|
@@ -59,7 +54,7 @@ export declare class CreateDesktopsRequestBundleModels extends $dara.Model {
|
|
|
59
54
|
hostname?: string;
|
|
60
55
|
/**
|
|
61
56
|
* @remarks
|
|
62
|
-
* Specifies whether to enable disk encryption.
|
|
57
|
+
* Specifies whether to enable cloud disk encryption.
|
|
63
58
|
*
|
|
64
59
|
* @example
|
|
65
60
|
* false
|
|
@@ -67,7 +62,7 @@ export declare class CreateDesktopsRequestBundleModels extends $dara.Model {
|
|
|
67
62
|
volumeEncryptionEnabled?: boolean;
|
|
68
63
|
/**
|
|
69
64
|
* @remarks
|
|
70
|
-
* The ID of the KMS key
|
|
65
|
+
* The ID of the Key Management Service (KMS) key used for cloud disk encryption. You can call [ListKeys](https://help.aliyun.com/document_detail/28951.html) to obtain the key ID.
|
|
71
66
|
*
|
|
72
67
|
* @example
|
|
73
68
|
* 08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4****
|
|
@@ -87,11 +82,9 @@ export declare class CreateDesktopsRequestBundleModels extends $dara.Model {
|
|
|
87
82
|
export declare class CreateDesktopsRequestDesktopAttachment extends $dara.Model {
|
|
88
83
|
/**
|
|
89
84
|
* @remarks
|
|
90
|
-
* The
|
|
91
|
-
*
|
|
92
|
-
* -
|
|
93
|
-
*
|
|
94
|
-
* - cloud_essd: enhanced SSD (ESSD)
|
|
85
|
+
* The data cloud disk type. The system cloud disk type must be the same as the data cloud disk type. Valid values:
|
|
86
|
+
* - cloud_auto: standard SSD ultra cloud disk
|
|
87
|
+
* - cloud_essd: ESSD cloud disk
|
|
95
88
|
*
|
|
96
89
|
* @example
|
|
97
90
|
* cloud_auto
|
|
@@ -99,10 +92,8 @@ export declare class CreateDesktopsRequestDesktopAttachment extends $dara.Model
|
|
|
99
92
|
dataDiskCategory?: string;
|
|
100
93
|
/**
|
|
101
94
|
* @remarks
|
|
102
|
-
* The PL of the ESSD. This parameter is required
|
|
103
|
-
*
|
|
95
|
+
* The performance level (PL) of the ESSD cloud disk. This parameter is required when an ESSD cloud disk is selected. Valid values:
|
|
104
96
|
* - PL0
|
|
105
|
-
*
|
|
106
97
|
* - PL1
|
|
107
98
|
*
|
|
108
99
|
* @example
|
|
@@ -111,7 +102,7 @@ export declare class CreateDesktopsRequestDesktopAttachment extends $dara.Model
|
|
|
111
102
|
dataDiskPerLevel?: string;
|
|
112
103
|
/**
|
|
113
104
|
* @remarks
|
|
114
|
-
* The
|
|
105
|
+
* The user cloud disk capacity. Valid values: 40 to 2040 GiB, in increments of 10 GiB.
|
|
115
106
|
*
|
|
116
107
|
* @example
|
|
117
108
|
* 40
|
|
@@ -119,15 +110,11 @@ export declare class CreateDesktopsRequestDesktopAttachment extends $dara.Model
|
|
|
119
110
|
dataDiskSize?: number;
|
|
120
111
|
/**
|
|
121
112
|
* @remarks
|
|
122
|
-
* The
|
|
123
|
-
*
|
|
124
|
-
* - zh-
|
|
125
|
-
*
|
|
126
|
-
* -
|
|
127
|
-
*
|
|
128
|
-
* - en-US: American English
|
|
129
|
-
*
|
|
130
|
-
* - ja-JP: Japanese
|
|
113
|
+
* The language. Valid values:
|
|
114
|
+
* - zh-CN
|
|
115
|
+
* - zh-HK
|
|
116
|
+
* - en-US
|
|
117
|
+
* - ja-JP
|
|
131
118
|
*
|
|
132
119
|
* @example
|
|
133
120
|
* zh-CN
|
|
@@ -135,7 +122,7 @@ export declare class CreateDesktopsRequestDesktopAttachment extends $dara.Model
|
|
|
135
122
|
defaultLanguage?: string;
|
|
136
123
|
/**
|
|
137
124
|
* @remarks
|
|
138
|
-
* The desktop
|
|
125
|
+
* The cloud desktop specification. You can call [DescribeDesktopTypes](https://help.aliyun.com/document_detail/188882.html) to query the supported specification IDs.
|
|
139
126
|
*
|
|
140
127
|
* @example
|
|
141
128
|
* eds.enterprise_office.8c16g
|
|
@@ -151,11 +138,9 @@ export declare class CreateDesktopsRequestDesktopAttachment extends $dara.Model
|
|
|
151
138
|
imageId?: string;
|
|
152
139
|
/**
|
|
153
140
|
* @remarks
|
|
154
|
-
* The
|
|
155
|
-
*
|
|
156
|
-
* -
|
|
157
|
-
*
|
|
158
|
-
* - cloud_essd: enhanced SSD (ESSD)
|
|
141
|
+
* The system cloud disk type. The system cloud disk type must be the same as the data cloud disk type. Valid values:
|
|
142
|
+
* - cloud_auto: standard SSD ultra cloud disk
|
|
143
|
+
* - cloud_essd: ESSD cloud disk
|
|
159
144
|
*
|
|
160
145
|
* @example
|
|
161
146
|
* cloud_auto
|
|
@@ -163,10 +148,8 @@ export declare class CreateDesktopsRequestDesktopAttachment extends $dara.Model
|
|
|
163
148
|
systemDiskCategory?: string;
|
|
164
149
|
/**
|
|
165
150
|
* @remarks
|
|
166
|
-
* The performance level (PL) of the ESSD. This parameter is required
|
|
167
|
-
*
|
|
151
|
+
* The performance level (PL) of the ESSD cloud disk. This parameter is required when an ESSD cloud disk is selected. Valid values:
|
|
168
152
|
* - PL0
|
|
169
|
-
*
|
|
170
153
|
* - PL1
|
|
171
154
|
*
|
|
172
155
|
* @example
|
|
@@ -175,7 +158,7 @@ export declare class CreateDesktopsRequestDesktopAttachment extends $dara.Model
|
|
|
175
158
|
systemDiskPerLevel?: string;
|
|
176
159
|
/**
|
|
177
160
|
* @remarks
|
|
178
|
-
* The
|
|
161
|
+
* The system cloud disk capacity. Valid values: 60 to 500 GiB, in increments of 10 GiB.
|
|
179
162
|
*
|
|
180
163
|
* @example
|
|
181
164
|
* 40
|
|
@@ -195,7 +178,7 @@ export declare class CreateDesktopsRequestDesktopAttachment extends $dara.Model
|
|
|
195
178
|
export declare class CreateDesktopsRequestDesktopTimers extends $dara.Model {
|
|
196
179
|
/**
|
|
197
180
|
* @remarks
|
|
198
|
-
* Specifies whether to allow end users to configure
|
|
181
|
+
* Specifies whether to allow end users to configure scheduled tasks.
|
|
199
182
|
*
|
|
200
183
|
* @example
|
|
201
184
|
* true
|
|
@@ -203,11 +186,9 @@ export declare class CreateDesktopsRequestDesktopTimers extends $dara.Model {
|
|
|
203
186
|
allowClientSetting?: boolean;
|
|
204
187
|
/**
|
|
205
188
|
* @remarks
|
|
206
|
-
* The cron expression
|
|
189
|
+
* The cron expression of the scheduled task.
|
|
207
190
|
*
|
|
208
|
-
* >Notice:
|
|
209
|
-
*
|
|
210
|
-
* The cron expression is evaluated in UTC. For example, to specify 00:00 (UTC+8) every day, set the value to `0 0 16 ? * 1,2,3,4,5,6,7`.
|
|
191
|
+
* >Notice: Specify the time in UTC. For example, to schedule a task at 00:00 (UTC+8) every day, set the value to 0 0 16 ? * 1,2,3,4,5,6,7.</notice>
|
|
211
192
|
*
|
|
212
193
|
* @example
|
|
213
194
|
* 0 40 7 ? * 1,2,3,4,5,6,7
|
|
@@ -215,7 +196,7 @@ export declare class CreateDesktopsRequestDesktopTimers extends $dara.Model {
|
|
|
215
196
|
cronExpression?: string;
|
|
216
197
|
/**
|
|
217
198
|
* @remarks
|
|
218
|
-
* Specifies whether to
|
|
199
|
+
* Specifies whether to forcefully execute the task.
|
|
219
200
|
*
|
|
220
201
|
* @example
|
|
221
202
|
* true
|
|
@@ -223,7 +204,7 @@ export declare class CreateDesktopsRequestDesktopTimers extends $dara.Model {
|
|
|
223
204
|
enforce?: boolean;
|
|
224
205
|
/**
|
|
225
206
|
* @remarks
|
|
226
|
-
* The interval in minutes.
|
|
207
|
+
* The time interval, in minutes.
|
|
227
208
|
*
|
|
228
209
|
* @example
|
|
229
210
|
* 10
|
|
@@ -231,7 +212,7 @@ export declare class CreateDesktopsRequestDesktopTimers extends $dara.Model {
|
|
|
231
212
|
interval?: number;
|
|
232
213
|
/**
|
|
233
214
|
* @remarks
|
|
234
|
-
* The operation
|
|
215
|
+
* The operation type of the scheduled task. Currently, only the disconnection scheduled task is supported.
|
|
235
216
|
*
|
|
236
217
|
* @example
|
|
237
218
|
* Shutdown
|
|
@@ -239,7 +220,7 @@ export declare class CreateDesktopsRequestDesktopTimers extends $dara.Model {
|
|
|
239
220
|
operationType?: string;
|
|
240
221
|
/**
|
|
241
222
|
* @remarks
|
|
242
|
-
* The
|
|
223
|
+
* The reset type of the cloud desktop.
|
|
243
224
|
*
|
|
244
225
|
* @example
|
|
245
226
|
* RESET_TYPE_SYSTEM
|
|
@@ -267,7 +248,7 @@ export declare class CreateDesktopsRequestDesktopTimers extends $dara.Model {
|
|
|
267
248
|
export declare class CreateDesktopsRequestMonthDesktopSetting extends $dara.Model {
|
|
268
249
|
/**
|
|
269
250
|
* @remarks
|
|
270
|
-
* > This
|
|
251
|
+
* > This field is not available for use.
|
|
271
252
|
*
|
|
272
253
|
* @example
|
|
273
254
|
* null
|
|
@@ -275,7 +256,7 @@ export declare class CreateDesktopsRequestMonthDesktopSetting extends $dara.Mode
|
|
|
275
256
|
buyerId?: number;
|
|
276
257
|
/**
|
|
277
258
|
* @remarks
|
|
278
|
-
* > This
|
|
259
|
+
* > This field is not available for use.
|
|
279
260
|
*
|
|
280
261
|
* @example
|
|
281
262
|
* null
|
|
@@ -283,7 +264,7 @@ export declare class CreateDesktopsRequestMonthDesktopSetting extends $dara.Mode
|
|
|
283
264
|
desktopId?: string;
|
|
284
265
|
/**
|
|
285
266
|
* @remarks
|
|
286
|
-
* The
|
|
267
|
+
* The package option when purchasing a monthly hourly package. Valid values: 120, 250, and 360.
|
|
287
268
|
*
|
|
288
269
|
* @example
|
|
289
270
|
* null
|
|
@@ -303,7 +284,7 @@ export declare class CreateDesktopsRequestMonthDesktopSetting extends $dara.Mode
|
|
|
303
284
|
export declare class CreateDesktopsRequestPurchaseOptions extends $dara.Model {
|
|
304
285
|
/**
|
|
305
286
|
* @remarks
|
|
306
|
-
* The monthly credit package
|
|
287
|
+
* The monthly credit package for purchasing Agent resources. Valid values: 200, 1600, and 4000.
|
|
307
288
|
*
|
|
308
289
|
* @example
|
|
309
290
|
* 200
|
|
@@ -323,7 +304,7 @@ export declare class CreateDesktopsRequestPurchaseOptions extends $dara.Model {
|
|
|
323
304
|
export declare class CreateDesktopsRequestTag extends $dara.Model {
|
|
324
305
|
/**
|
|
325
306
|
* @remarks
|
|
326
|
-
* The key
|
|
307
|
+
* The tag key. You can specify 1 to 20 tag keys.
|
|
327
308
|
*
|
|
328
309
|
* @example
|
|
329
310
|
* TestKey
|
|
@@ -331,7 +312,7 @@ export declare class CreateDesktopsRequestTag extends $dara.Model {
|
|
|
331
312
|
key?: string;
|
|
332
313
|
/**
|
|
333
314
|
* @remarks
|
|
334
|
-
* The value
|
|
315
|
+
* The tag value. You can specify 1 to 20 tag values.
|
|
335
316
|
*
|
|
336
317
|
* @example
|
|
337
318
|
* TestValue
|
|
@@ -351,7 +332,7 @@ export declare class CreateDesktopsRequestTag extends $dara.Model {
|
|
|
351
332
|
export declare class CreateDesktopsRequestUserCommands extends $dara.Model {
|
|
352
333
|
/**
|
|
353
334
|
* @remarks
|
|
354
|
-
* The content
|
|
335
|
+
* The command content.
|
|
355
336
|
*
|
|
356
337
|
* @example
|
|
357
338
|
* bmV3LWl0ZW0gZDpcdGVzdF91c2VyX2NvbW1hbmRzLnR4dCAtdHlwZSBm****
|
|
@@ -359,7 +340,7 @@ export declare class CreateDesktopsRequestUserCommands extends $dara.Model {
|
|
|
359
340
|
content?: string;
|
|
360
341
|
/**
|
|
361
342
|
* @remarks
|
|
362
|
-
* The encoding
|
|
343
|
+
* The encoding method of the command content (CommandContent).
|
|
363
344
|
*
|
|
364
345
|
* @example
|
|
365
346
|
* Base64
|
|
@@ -367,7 +348,7 @@ export declare class CreateDesktopsRequestUserCommands extends $dara.Model {
|
|
|
367
348
|
contentEncoding?: string;
|
|
368
349
|
/**
|
|
369
350
|
* @remarks
|
|
370
|
-
* The
|
|
351
|
+
* The language type of the command.
|
|
371
352
|
*
|
|
372
353
|
* @example
|
|
373
354
|
* RunPowerShellScript
|
|
@@ -395,7 +376,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
395
376
|
amount?: number;
|
|
396
377
|
/**
|
|
397
378
|
* @remarks
|
|
398
|
-
* The
|
|
379
|
+
* The application control policy ID.
|
|
399
380
|
*
|
|
400
381
|
* @example
|
|
401
382
|
* bwr-245d4e0e6b7d42f5afa97eb3fbc7e488
|
|
@@ -411,7 +392,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
411
392
|
autoPay?: boolean;
|
|
412
393
|
/**
|
|
413
394
|
* @remarks
|
|
414
|
-
* Specifies whether to enable auto-renewal
|
|
395
|
+
* Specifies whether to enable auto-renewal. This parameter takes effect only when `ChargeType` is set to `PrePaid`.
|
|
415
396
|
*
|
|
416
397
|
* @example
|
|
417
398
|
* false
|
|
@@ -419,7 +400,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
419
400
|
autoRenew?: boolean;
|
|
420
401
|
/**
|
|
421
402
|
* @remarks
|
|
422
|
-
* The
|
|
403
|
+
* The cloud desktop template ID. If no template ID is specified, you can create a cloud desktop by specifying the required fields.
|
|
423
404
|
*
|
|
424
405
|
* @example
|
|
425
406
|
* b-je9hani001wfn****
|
|
@@ -427,7 +408,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
427
408
|
bundleId?: string;
|
|
428
409
|
/**
|
|
429
410
|
* @remarks
|
|
430
|
-
*
|
|
411
|
+
* The list of cloud desktop templates.
|
|
431
412
|
*
|
|
432
413
|
* **if can be null:**
|
|
433
414
|
* true
|
|
@@ -435,7 +416,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
435
416
|
bundleModels?: CreateDesktopsRequestBundleModels[];
|
|
436
417
|
/**
|
|
437
418
|
* @remarks
|
|
438
|
-
* > This
|
|
419
|
+
* > This field is not available for use.
|
|
439
420
|
*
|
|
440
421
|
* @example
|
|
441
422
|
* PBKB1QbqEl2tslEuU6gRrLxvCFBU2M%2FVD0Eru6Oo%2FI9LTU3XQhvq3PGMWarE%2BPJdkNvCqT3blqlRSthNy4A%2BJQ%3D%3D
|
|
@@ -443,7 +424,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
443
424
|
channelCookie?: string;
|
|
444
425
|
/**
|
|
445
426
|
* @remarks
|
|
446
|
-
* The billing method of the cloud
|
|
427
|
+
* The billing method of the cloud desktop.
|
|
447
428
|
*
|
|
448
429
|
* @example
|
|
449
430
|
* PrePaid
|
|
@@ -451,7 +432,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
451
432
|
chargeType?: string;
|
|
452
433
|
/**
|
|
453
434
|
* @remarks
|
|
454
|
-
* The parameters for creating a cloud desktop without a
|
|
435
|
+
* The parameters for creating a cloud desktop without a template. This parameter is invalid when the BundleId parameter is specified.
|
|
455
436
|
*/
|
|
456
437
|
desktopAttachment?: CreateDesktopsRequestDesktopAttachment;
|
|
457
438
|
/**
|
|
@@ -464,13 +445,11 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
464
445
|
desktopMemberIp?: string;
|
|
465
446
|
/**
|
|
466
447
|
* @remarks
|
|
467
|
-
* The
|
|
468
|
-
*
|
|
469
|
-
* - The name must be 1 to 64 characters in length.
|
|
448
|
+
* The cloud desktop name. The naming rules are as follows:
|
|
470
449
|
*
|
|
471
|
-
* - The name
|
|
472
|
-
*
|
|
473
|
-
* - The name can contain letters, digits, colons (:), underscores (_), periods (.),
|
|
450
|
+
* - The name can be up to 64 characters in length.
|
|
451
|
+
* - The name must start with a letter or a Chinese character and cannot start with `http://` or `https://`.
|
|
452
|
+
* - The name can contain Chinese characters, letters, digits, colons (:), underscores (_), periods (.), or hyphens (-).
|
|
474
453
|
*
|
|
475
454
|
* @example
|
|
476
455
|
* DemoComputer01
|
|
@@ -478,7 +457,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
478
457
|
desktopName?: string;
|
|
479
458
|
/**
|
|
480
459
|
* @remarks
|
|
481
|
-
* Specifies whether to automatically append a suffix to the
|
|
460
|
+
* Specifies whether to automatically append a suffix to the cloud desktop name when you create multiple cloud desktops in a batch.
|
|
482
461
|
*
|
|
483
462
|
* @example
|
|
484
463
|
* false
|
|
@@ -486,7 +465,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
486
465
|
desktopNameSuffix?: boolean;
|
|
487
466
|
/**
|
|
488
467
|
* @remarks
|
|
489
|
-
* The details of the
|
|
468
|
+
* The scheduled task details of the cloud desktop. This parameter is being deprecated. Use the TimerGroupId parameter instead.
|
|
490
469
|
*
|
|
491
470
|
* **if can be null:**
|
|
492
471
|
* true
|
|
@@ -494,7 +473,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
494
473
|
desktopTimers?: CreateDesktopsRequestDesktopTimers[];
|
|
495
474
|
/**
|
|
496
475
|
* @remarks
|
|
497
|
-
* > This parameter is for
|
|
476
|
+
* > This parameter is not available for use.
|
|
498
477
|
*
|
|
499
478
|
* @example
|
|
500
479
|
* cn-hangzhou+dir-300943****
|
|
@@ -502,7 +481,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
502
481
|
directoryId?: string;
|
|
503
482
|
/**
|
|
504
483
|
* @remarks
|
|
505
|
-
* The
|
|
484
|
+
* The list of authorized user IDs to add to the cloud desktops. You can specify 1 to 100 user IDs.
|
|
506
485
|
*
|
|
507
486
|
* @example
|
|
508
487
|
* 123456789
|
|
@@ -510,7 +489,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
510
489
|
endUserId?: string[];
|
|
511
490
|
/**
|
|
512
491
|
* @remarks
|
|
513
|
-
* The extended information in
|
|
492
|
+
* The extended information in JSON string format. This parameter is available only for internal customers.
|
|
514
493
|
*
|
|
515
494
|
* @example
|
|
516
495
|
* {}
|
|
@@ -518,7 +497,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
518
497
|
extendInfo?: string;
|
|
519
498
|
/**
|
|
520
499
|
* @remarks
|
|
521
|
-
* The
|
|
500
|
+
* The cloud desktop pool ID.
|
|
522
501
|
*
|
|
523
502
|
* @example
|
|
524
503
|
* dg-boyczi8enfyc5****
|
|
@@ -526,20 +505,17 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
526
505
|
groupId?: string;
|
|
527
506
|
/**
|
|
528
507
|
* @remarks
|
|
529
|
-
* The custom hostname of the cloud desktop.
|
|
508
|
+
* The custom hostname of the cloud desktop. Settings for this parameter are supported only for cloud desktops that run the Windows operating system in an AD office network.
|
|
530
509
|
*
|
|
531
|
-
* The
|
|
510
|
+
* The naming rules for the hostname are as follows:
|
|
532
511
|
*
|
|
533
512
|
* - The hostname must be 2 to 15 characters in length.
|
|
513
|
+
* - The hostname can contain uppercase letters, lowercase letters, digits, or hyphens (-). It cannot start or end with a hyphen, contain consecutive hyphens, or consist of only digits.
|
|
534
514
|
*
|
|
535
|
-
*
|
|
536
|
-
*
|
|
537
|
-
* If you create multiple cloud desktops, you can use the `name_prefix[begin_number,bits]name_suffix` format to specify sequential hostnames for the cloud desktops. For example, if you set the `Hostname` parameter to `ecd-[1,4]-test`, the hostname of the first cloud desktop is `ecd-0001-test`, the second is `ecd-0002-test`, and so on.
|
|
515
|
+
* When you create multiple cloud desktops, you can use the `name_prefix[begin_number,bits]name_suffix` format to uniformly name the cloud desktops. For example, if you set Hostname to ecd-[1,4]-test, the hostname of the first cloud desktop is ecd-0001-test, the hostname of the second cloud desktop is ecd-0002-test, and so on.
|
|
538
516
|
*
|
|
539
517
|
* - `name_prefix`: the prefix of the hostname.
|
|
540
|
-
*
|
|
541
|
-
* - `[begin_number,bits]`: The sequential part of the hostname.
|
|
542
|
-
*
|
|
518
|
+
* - `[begin_number,bits]`: the sequential number in the hostname. `begin_number` is the starting number. Valid values: 0 to 999999. Default value: 0. `bits` is the number of digits. Valid values: 1 to 6. Default value: 6.
|
|
543
519
|
* - `name_suffix`: the suffix of the hostname.
|
|
544
520
|
*
|
|
545
521
|
* @example
|
|
@@ -548,12 +524,12 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
548
524
|
hostname?: string;
|
|
549
525
|
/**
|
|
550
526
|
* @remarks
|
|
551
|
-
* The parameters for
|
|
527
|
+
* The purchase parameters for the monthly hourly package.
|
|
552
528
|
*/
|
|
553
529
|
monthDesktopSetting?: CreateDesktopsRequestMonthDesktopSetting;
|
|
554
530
|
/**
|
|
555
531
|
* @remarks
|
|
556
|
-
* The
|
|
532
|
+
* The office network ID.
|
|
557
533
|
*
|
|
558
534
|
* @example
|
|
559
535
|
* cn-hangzhou+dir-387822****
|
|
@@ -561,29 +537,30 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
561
537
|
officeSiteId?: string;
|
|
562
538
|
/**
|
|
563
539
|
* @remarks
|
|
564
|
-
* The
|
|
565
|
-
*
|
|
566
|
-
* - If `PeriodUnit` is set to `Month`, valid values are:
|
|
567
|
-
*
|
|
568
|
-
* - 1
|
|
540
|
+
* The OU path. If specified, the cloud desktop is added to the corresponding organizational unit (OU) in Active Directory (AD).
|
|
569
541
|
*
|
|
570
|
-
*
|
|
571
|
-
*
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
*
|
|
576
|
-
*
|
|
577
|
-
*
|
|
578
|
-
* - 1
|
|
542
|
+
* @example
|
|
543
|
+
* test.com/wuyingtest/computers
|
|
544
|
+
*/
|
|
545
|
+
ouPath?: string;
|
|
546
|
+
/**
|
|
547
|
+
* @remarks
|
|
548
|
+
* The subscription duration of the resource. The unit is specified by `PeriodUnit`. This parameter takes effect and is required only when `ChargeType` is set to `PrePaid`.
|
|
579
549
|
*
|
|
580
|
-
*
|
|
550
|
+
* - If `PeriodUnit` is set to `Month`, valid values of this parameter:
|
|
581
551
|
*
|
|
582
|
-
*
|
|
552
|
+
* - 1
|
|
553
|
+
* - 2
|
|
554
|
+
* - 3
|
|
555
|
+
* - 6
|
|
583
556
|
*
|
|
584
|
-
*
|
|
557
|
+
* - If `PeriodUnit` is set to `Year`, valid values of this parameter:
|
|
585
558
|
*
|
|
586
|
-
*
|
|
559
|
+
* - 1
|
|
560
|
+
* - 2
|
|
561
|
+
* - 3
|
|
562
|
+
* - 4
|
|
563
|
+
* - 5
|
|
587
564
|
*
|
|
588
565
|
* @example
|
|
589
566
|
* 1
|
|
@@ -599,7 +576,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
599
576
|
periodUnit?: string;
|
|
600
577
|
/**
|
|
601
578
|
* @remarks
|
|
602
|
-
* The ID
|
|
579
|
+
* The policy ID.
|
|
603
580
|
*
|
|
604
581
|
* @example
|
|
605
582
|
* system-all-enabled-policy
|
|
@@ -620,7 +597,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
620
597
|
purchaseOptions?: CreateDesktopsRequestPurchaseOptions;
|
|
621
598
|
/**
|
|
622
599
|
* @remarks
|
|
623
|
-
* The
|
|
600
|
+
* The public network rate limiting rule ID.
|
|
624
601
|
*
|
|
625
602
|
* @example
|
|
626
603
|
* qos-52fqmg6kvyro7zu4l
|
|
@@ -628,7 +605,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
628
605
|
qosRuleId?: string;
|
|
629
606
|
/**
|
|
630
607
|
* @remarks
|
|
631
|
-
* The region ID. You can call
|
|
608
|
+
* The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) to query the regions supported by WUYING Workspace.
|
|
632
609
|
*
|
|
633
610
|
* This parameter is required.
|
|
634
611
|
*
|
|
@@ -638,7 +615,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
638
615
|
regionId?: string;
|
|
639
616
|
/**
|
|
640
617
|
* @remarks
|
|
641
|
-
* The
|
|
618
|
+
* The user ID for resource ownership in reseller pattern. This parameter is not required in non-reseller pattern.
|
|
642
619
|
*
|
|
643
620
|
* @example
|
|
644
621
|
* 1828644634819902
|
|
@@ -646,7 +623,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
646
623
|
resellerOwnerUid?: number;
|
|
647
624
|
/**
|
|
648
625
|
* @remarks
|
|
649
|
-
* The
|
|
626
|
+
* The WUYING resource group ID.
|
|
650
627
|
*
|
|
651
628
|
* @example
|
|
652
629
|
* rg-3mtuc28rx95lx****
|
|
@@ -654,7 +631,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
654
631
|
resourceGroupId?: string;
|
|
655
632
|
/**
|
|
656
633
|
* @remarks
|
|
657
|
-
* > This
|
|
634
|
+
* > This field is not available for use.
|
|
658
635
|
*
|
|
659
636
|
* @example
|
|
660
637
|
* spn-26c1b7bcrjcI****
|
|
@@ -662,15 +639,16 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
662
639
|
savingPlanId?: string;
|
|
663
640
|
/**
|
|
664
641
|
* @remarks
|
|
665
|
-
* The
|
|
642
|
+
* The WUYING automatic snapshot policy ID.
|
|
666
643
|
*
|
|
667
644
|
* @example
|
|
668
645
|
* sp-28mp6my0l6zow****
|
|
669
646
|
*/
|
|
670
647
|
snapshotPolicyId?: string;
|
|
648
|
+
subPayType?: string;
|
|
671
649
|
/**
|
|
672
650
|
* @remarks
|
|
673
|
-
* The ID
|
|
651
|
+
* The subnet ID.
|
|
674
652
|
*
|
|
675
653
|
* @example
|
|
676
654
|
* vsw-bp1m*****
|
|
@@ -678,12 +656,12 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
678
656
|
subnetId?: string;
|
|
679
657
|
/**
|
|
680
658
|
* @remarks
|
|
681
|
-
* The tags
|
|
659
|
+
* The tags.
|
|
682
660
|
*/
|
|
683
661
|
tag?: CreateDesktopsRequestTag[];
|
|
684
662
|
/**
|
|
685
663
|
* @remarks
|
|
686
|
-
* The
|
|
664
|
+
* The scheduled task group ID.
|
|
687
665
|
*
|
|
688
666
|
* @example
|
|
689
667
|
* ccg-0caoeogrk9m5****
|
|
@@ -691,9 +669,9 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
691
669
|
timerGroupId?: string;
|
|
692
670
|
/**
|
|
693
671
|
* @remarks
|
|
694
|
-
* The
|
|
672
|
+
* The cloud desktop assignment mode.
|
|
695
673
|
*
|
|
696
|
-
* > If
|
|
674
|
+
* > If `EndUserId` is not specified, the created cloud desktops are not assigned to any user.
|
|
697
675
|
*
|
|
698
676
|
* @example
|
|
699
677
|
* ALL
|
|
@@ -701,12 +679,12 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
701
679
|
userAssignMode?: string;
|
|
702
680
|
/**
|
|
703
681
|
* @remarks
|
|
704
|
-
* The custom
|
|
682
|
+
* The custom command script data.
|
|
705
683
|
*/
|
|
706
684
|
userCommands?: CreateDesktopsRequestUserCommands[];
|
|
707
685
|
/**
|
|
708
686
|
* @remarks
|
|
709
|
-
* > This parameter is for
|
|
687
|
+
* > This parameter is not available for use.
|
|
710
688
|
*
|
|
711
689
|
* @example
|
|
712
690
|
* username
|
|
@@ -714,7 +692,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
714
692
|
userName?: string;
|
|
715
693
|
/**
|
|
716
694
|
* @remarks
|
|
717
|
-
* Specifies whether to enable disk encryption.
|
|
695
|
+
* Specifies whether to enable cloud disk encryption.
|
|
718
696
|
*
|
|
719
697
|
* @example
|
|
720
698
|
* false
|
|
@@ -722,7 +700,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
722
700
|
volumeEncryptionEnabled?: boolean;
|
|
723
701
|
/**
|
|
724
702
|
* @remarks
|
|
725
|
-
* The ID of the KMS key
|
|
703
|
+
* The ID of the Key Management Service (KMS) key used for cloud disk encryption. You can call [ListKeys](https://help.aliyun.com/document_detail/28951.html) to obtain the key ID.
|
|
726
704
|
*
|
|
727
705
|
* @example
|
|
728
706
|
* 08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4****
|
|
@@ -730,7 +708,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
|
|
|
730
708
|
volumeEncryptionKey?: string;
|
|
731
709
|
/**
|
|
732
710
|
* @remarks
|
|
733
|
-
* > This parameter is for
|
|
711
|
+
* > This parameter is not available for use.
|
|
734
712
|
*
|
|
735
713
|
* @example
|
|
736
714
|
* vpc-uf6w8u60n8xbkg5el****
|