@alicloud/ecd20200930 4.6.0 → 4.6.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.
package/src/client.ts CHANGED
@@ -979,7 +979,21 @@ export class CreateCenterPolicyRequestUsbSupplyRedirectRule extends $dara.Model
979
979
  }
980
980
 
981
981
  export class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictCds extends $dara.Model {
982
+ /**
983
+ * @remarks
984
+ * The ID of the enterprise drive.
985
+ *
986
+ * @example
987
+ * cn-hangzhou+cds-778205****
988
+ */
982
989
  cdsId?: string;
990
+ /**
991
+ * @remarks
992
+ * The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
993
+ *
994
+ * @example
995
+ * cn-hangzhou
996
+ */
983
997
  regionId?: string;
984
998
  static names(): { [key: string]: string } {
985
999
  return {
@@ -1005,8 +1019,29 @@ export class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictCds e
1005
1019
  }
1006
1020
 
1007
1021
  export class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictOrder extends $dara.Model {
1022
+ /**
1023
+ * @remarks
1024
+ * The ID of the enterprise drive. The enterprise drive cannot be used if the order is unpaid.
1025
+ *
1026
+ * @example
1027
+ * cn-hangzhou+cds-778205****
1028
+ */
1008
1029
  cdsId?: string;
1030
+ /**
1031
+ * @remarks
1032
+ * The ID of the order. You can obtain an order ID on the **Orders** page in the Expenses and Costs console.
1033
+ *
1034
+ * @example
1035
+ * 22442411898****
1036
+ */
1009
1037
  orderId?: string;
1038
+ /**
1039
+ * @remarks
1040
+ * The ID of the region.
1041
+ *
1042
+ * @example
1043
+ * cn-hangzhou
1044
+ */
1010
1045
  regionId?: string;
1011
1046
  static names(): { [key: string]: string } {
1012
1047
  return {
@@ -1034,7 +1069,15 @@ export class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictOrder
1034
1069
  }
1035
1070
 
1036
1071
  export class CreateCloudDriveServiceResponseBodyConflictCdsAndOrder extends $dara.Model {
1072
+ /**
1073
+ * @remarks
1074
+ * The conflicting enterprise drive.
1075
+ */
1037
1076
  conflictCds?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictCds[];
1077
+ /**
1078
+ * @remarks
1079
+ * The subscription orders of the conflicting enterprise drives that are unpaid.
1080
+ */
1038
1081
  conflictOrder?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictOrder[];
1039
1082
  static names(): { [key: string]: string } {
1040
1083
  return {
@@ -1100,6 +1143,7 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
1100
1143
  * 10
1101
1144
  */
1102
1145
  interval?: number;
1146
+ notificationTime?: number;
1103
1147
  /**
1104
1148
  * @remarks
1105
1149
  * The type of the scheduled operation. If you set TimerType to NoConnect, you can specify this parameter.
@@ -1173,6 +1217,7 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
1173
1217
  cronExpression: 'CronExpression',
1174
1218
  enforce: 'Enforce',
1175
1219
  interval: 'Interval',
1220
+ notificationTime: 'NotificationTime',
1176
1221
  operationType: 'OperationType',
1177
1222
  processWhitelist: 'ProcessWhitelist',
1178
1223
  resetType: 'ResetType',
@@ -1187,6 +1232,7 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
1187
1232
  cronExpression: 'string',
1188
1233
  enforce: 'boolean',
1189
1234
  interval: 'number',
1235
+ notificationTime: 'number',
1190
1236
  operationType: 'string',
1191
1237
  processWhitelist: { 'type': 'array', 'itemType': 'string' },
1192
1238
  resetType: 'string',
@@ -5724,7 +5770,7 @@ export class DescribeDesktopGroupSessionsResponseBodySessions extends $dara.Mode
5724
5770
  export class DescribeDesktopGroupsRequestTag extends $dara.Model {
5725
5771
  /**
5726
5772
  * @remarks
5727
- * The key of the tag. If you specify the `Tag` parameter, you must also specify the `Key` parameter. The tag key can be up to 128 characters in length and cannot contain `http://` or `https://`. The tag key cannot start with `aliyun` or `acs:`. You cannot specify an empty string as a tag key.
5773
+ * The tag key. You cannot specify an empty string as a tag key. A tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
5728
5774
  *
5729
5775
  * @example
5730
5776
  * TestKey
@@ -5732,7 +5778,7 @@ export class DescribeDesktopGroupsRequestTag extends $dara.Model {
5732
5778
  key?: string;
5733
5779
  /**
5734
5780
  * @remarks
5735
- * The value of the tag. The tag value can be an empty string. The tag value can be up to 128 characters in length. It cannot start with `acs:` and cannot contain `http://` or `https://`.
5781
+ * The tag value. You can specify an empty string as a tag key. A tag value can be up to 128 characters in length and cannot start with `acs:`. It cannot contain `http://` or `https://`.
5736
5782
  *
5737
5783
  * @example
5738
5784
  * TestValue
@@ -5870,7 +5916,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroupsCountPerStatus extend
5870
5916
  export class DescribeDesktopGroupsResponseBodyDesktopGroupsTags extends $dara.Model {
5871
5917
  /**
5872
5918
  * @remarks
5873
- * The key of the tag.
5919
+ * The tag key.
5874
5920
  *
5875
5921
  * @example
5876
5922
  * desktop_group_name
@@ -5878,7 +5924,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroupsTags extends $dara.Mo
5878
5924
  key?: string;
5879
5925
  /**
5880
5926
  * @remarks
5881
- * The value of the tag.
5927
+ * The tag value.
5882
5928
  *
5883
5929
  * @example
5884
5930
  * ds-dq2mybjr23yw*****
@@ -5910,7 +5956,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroupsTags extends $dara.Mo
5910
5956
  export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model {
5911
5957
  /**
5912
5958
  * @remarks
5913
- * The number of concurrent sessions that is allowed for each cloud computer pool in a multi-session cloud computer pool.
5959
+ * The number of concurrent sessions per cloud computer within the multi-session many-to-many share.
5914
5960
  *
5915
5961
  * @example
5916
5962
  * 1
@@ -5918,8 +5964,8 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
5918
5964
  bindAmount?: number;
5919
5965
  /**
5920
5966
  * @remarks
5921
- * * This parameter has different meanings based on the billing method of the cloud computer pool. For a subscription pool, this parameter specifies the number of cloud computers to purchase in the pool. Valid values: 0 to 200.
5922
- * * For a pay-as-you-go pool, this parameter specifies the minimum number of cloud computers to create in the pool. Valid values: 0 to `MaxDesktopsCount`. Default value: 1.
5967
+ * * For subscription cloud computer shares, this parameter indicates the number of purchased cloud computers. Valid values: 0 to 200.
5968
+ * * For pay-as-you-go cloud computer shares, this parameter indicates the minimum number of cloud computers created in the initial batch. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
5923
5969
  *
5924
5970
  * @example
5925
5971
  * 5
@@ -6002,7 +6048,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6002
6048
  desktopCount?: number;
6003
6049
  /**
6004
6050
  * @remarks
6005
- * The ID of the cloud computer pool.
6051
+ * The ID of the cloud computer share.
6006
6052
  *
6007
6053
  * @example
6008
6054
  * dg-2i8qxpv6t1a03****
@@ -6010,7 +6056,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6010
6056
  desktopGroupId?: string;
6011
6057
  /**
6012
6058
  * @remarks
6013
- * The name of the cloud computer pool.
6059
+ * The name of the cloud computer share.
6014
6060
  *
6015
6061
  * @example
6016
6062
  * test1
@@ -6026,7 +6072,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6026
6072
  desktopType?: string;
6027
6073
  /**
6028
6074
  * @remarks
6029
- * The number of users that are granted permissions to use the cloud computer pool.
6075
+ * The number of users who can access the cloud computer share.
6030
6076
  *
6031
6077
  * @example
6032
6078
  * 1
@@ -6034,7 +6080,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6034
6080
  endUserCount?: number;
6035
6081
  /**
6036
6082
  * @remarks
6037
- * The time when the subscription cloud computer pool expires.
6083
+ * The expiration date of the subscription cloud computer share.
6038
6084
  *
6039
6085
  * @example
6040
6086
  * 2022-03-17T16:00:00Z
@@ -6092,7 +6138,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6092
6138
  keepDuration?: number;
6093
6139
  /**
6094
6140
  * @remarks
6095
- * The load balancing policy of the multi-session cloud computer pool.
6141
+ * The load balancing policy for the multi-session many-to-many share.
6096
6142
  *
6097
6143
  * Valid values:
6098
6144
  *
@@ -6105,7 +6151,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6105
6151
  loadPolicy?: number;
6106
6152
  /**
6107
6153
  * @remarks
6108
- * The maximum number of cloud computers that can be housed in the pay-as-you-go cloud computer pool.
6154
+ * The maximum number of cloud computers allowed in the pay-as-you-go cloud computer share.
6109
6155
  *
6110
6156
  * @example
6111
6157
  * 10
@@ -6121,7 +6167,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6121
6167
  memory?: number;
6122
6168
  /**
6123
6169
  * @remarks
6124
- * The maximum number of cloud computers that can be automatically created in the subscription cloud computer pool.
6170
+ * The maximum number of cloud computers that can be automatically created in the subscription cloud computer share.
6125
6171
  *
6126
6172
  * @example
6127
6173
  * 1
@@ -6129,7 +6175,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6129
6175
  minDesktopsCount?: number;
6130
6176
  /**
6131
6177
  * @remarks
6132
- * The name of the office network in which the cloud computer pool resides.
6178
+ * The ID of the office network in which the cloud computer network resides.
6133
6179
  *
6134
6180
  * @example
6135
6181
  * cn-hangzhou+dir-467671****
@@ -6137,7 +6183,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6137
6183
  officeSiteId?: string;
6138
6184
  /**
6139
6185
  * @remarks
6140
- * The ID of the office network to which the cloud computer pool belongs.
6186
+ * The ID of the office network in which the cloud computer share resides.
6141
6187
  *
6142
6188
  * @example
6143
6189
  * testName
@@ -6202,12 +6248,12 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6202
6248
  ownBundleName?: string;
6203
6249
  /**
6204
6250
  * @remarks
6205
- * The type of the cloud computer pool.
6251
+ * The type of the cloud computer share.
6206
6252
  *
6207
6253
  * Valid values:
6208
6254
  *
6209
- * * 0: individual (single session)
6210
- * * 1: shared (multiple sessions)
6255
+ * * 0: a single-session many-to-many share.
6256
+ * * 1: a multi-session many-to-many share.
6211
6257
  *
6212
6258
  * @example
6213
6259
  * 0
@@ -6228,7 +6274,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6228
6274
  payType?: string;
6229
6275
  /**
6230
6276
  * @remarks
6231
- * The ID of the policy that is associated with the cloud computer pool.
6277
+ * The ID of the applied policy.
6232
6278
  *
6233
6279
  * @example
6234
6280
  * pg-53iyi2aar0nd6c8qj
@@ -6236,7 +6282,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6236
6282
  policyGroupId?: string;
6237
6283
  /**
6238
6284
  * @remarks
6239
- * The name of the policy that is associated with the cloud computer pool.
6285
+ * The name of the applied policy.
6240
6286
  *
6241
6287
  * @example
6242
6288
  * test-policy
@@ -6270,11 +6316,11 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6270
6316
  protocolType?: string;
6271
6317
  /**
6272
6318
  * @remarks
6273
- * The threshold for the ratio of connected sessions. This parameter indicates the condition that triggers auto scaling in a multi-session cloud computer pool. The ratio of connected sessions is calculated by using the following formula:
6319
+ * The threshold for the ratio of connected sessions, which triggers automatic scaling of cloud computers within the multi-session many-to-many share. To calculate the ratio of connected sessions, use the following formula:
6274
6320
  *
6275
6321
  * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`.
6276
6322
  *
6277
- * When the specified threshold is reached, new cloud computers are automatically created. When the specified threshold is not reached, idle cloud computers are released.
6323
+ * If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
6278
6324
  *
6279
6325
  * @example
6280
6326
  * 0.85
@@ -6282,14 +6328,14 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6282
6328
  ratioThreshold?: number;
6283
6329
  /**
6284
6330
  * @remarks
6285
- * The disk reset type of the cloud computer pool.
6331
+ * The reset option for the cloud computer share.
6286
6332
  *
6287
6333
  * Valid values:
6288
6334
  *
6289
- * * 0: does not reset disks
6290
- * * 1: resets only the system disks
6291
- * * 2: resets only the user disks
6292
- * * 3: resets the system disks and user disks
6335
+ * * 0: does not reset any disk.
6336
+ * * 1: resets only the system disk.
6337
+ * * 2: resets only the data disk.
6338
+ * * 3: resets the system disk and data disk.
6293
6339
  *
6294
6340
  * @example
6295
6341
  * 0
@@ -6297,13 +6343,13 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6297
6343
  resetType?: number;
6298
6344
  /**
6299
6345
  * @remarks
6300
- * The payment status of the cloud computer pool.
6346
+ * The status of the cloud computer share.
6301
6347
  *
6302
6348
  * Valid values:
6303
6349
  *
6304
- * * 0: unpaid
6305
- * * 1: paid
6306
- * * 2: overdue or expired
6350
+ * * 0: The cloud computer share is unpaid.
6351
+ * * 1: The cloud computer share is normal.
6352
+ * * 2: The cloud computer share expired, or your account has an overdue payment.
6307
6353
  *
6308
6354
  * @example
6309
6355
  * 1
@@ -6349,13 +6395,20 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6349
6395
  systemDiskSize?: number;
6350
6396
  /**
6351
6397
  * @remarks
6352
- * The tags attached to the cloud computer pool.
6398
+ * The tags.
6353
6399
  */
6354
6400
  tags?: DescribeDesktopGroupsResponseBodyDesktopGroupsTags[];
6401
+ /**
6402
+ * @remarks
6403
+ * 用户组织单元路径。
6404
+ *
6405
+ * @example
6406
+ * example.com\\wuying\\users
6407
+ */
6355
6408
  userOuPath?: string;
6356
6409
  /**
6357
6410
  * @remarks
6358
- * The version number of the cloud computer pool.
6411
+ * The version number of the cloud computer share.
6359
6412
  *
6360
6413
  * @example
6361
6414
  * 2
@@ -11215,18 +11268,35 @@ export class DescribeKmsKeysResponseBodyKeys extends $dara.Model {
11215
11268
 
11216
11269
  export class DescribeModificationPriceResponseBodyPriceInfoPricePromotions extends $dara.Model {
11217
11270
  /**
11271
+ * @remarks
11272
+ * The description of the promotion rule.
11273
+ *
11218
11274
  * @example
11219
11275
  * test
11220
11276
  */
11221
11277
  optionCode?: string;
11278
+ /**
11279
+ * @remarks
11280
+ * The promotion description.
11281
+ */
11222
11282
  promotionDesc?: string;
11223
11283
  /**
11284
+ * @remarks
11285
+ * The ID of the promotion activity.
11286
+ *
11224
11287
  * @example
11225
11288
  * promo_option
11226
11289
  */
11227
11290
  promotionId?: string;
11291
+ /**
11292
+ * @remarks
11293
+ * The name of the promotion activity.
11294
+ */
11228
11295
  promotionName?: string;
11229
11296
  /**
11297
+ * @remarks
11298
+ * Indicates whether an item is selected.
11299
+ *
11230
11300
  * @example
11231
11301
  * false
11232
11302
  */
@@ -11262,23 +11332,43 @@ export class DescribeModificationPriceResponseBodyPriceInfoPricePromotions exten
11262
11332
 
11263
11333
  export class DescribeModificationPriceResponseBodyPriceInfoPrice extends $dara.Model {
11264
11334
  /**
11335
+ * @remarks
11336
+ * The unit of currency (USD).
11337
+ *
11265
11338
  * @example
11266
11339
  * CNY
11267
11340
  */
11268
11341
  currency?: string;
11269
11342
  /**
11343
+ * @remarks
11344
+ * The discounted amount.
11345
+ *
11270
11346
  * @example
11271
11347
  * 15.8
11272
11348
  */
11273
11349
  discountPrice?: number;
11350
+ /**
11351
+ * @remarks
11352
+ * The orders.
11353
+ */
11274
11354
  orderLines?: { [key: string]: string };
11275
11355
  /**
11356
+ * @remarks
11357
+ * The original price.
11358
+ *
11276
11359
  * @example
11277
11360
  * 79.0
11278
11361
  */
11279
11362
  originalPrice?: number;
11363
+ /**
11364
+ * @remarks
11365
+ * The promotion activities.
11366
+ */
11280
11367
  promotions?: DescribeModificationPriceResponseBodyPriceInfoPricePromotions[];
11281
11368
  /**
11369
+ * @remarks
11370
+ * The actual price. The actual price is the original price minus the discount.
11371
+ *
11282
11372
  * @example
11283
11373
  * 63.2
11284
11374
  */
@@ -11321,8 +11411,15 @@ export class DescribeModificationPriceResponseBodyPriceInfoPrice extends $dara.M
11321
11411
  }
11322
11412
 
11323
11413
  export class DescribeModificationPriceResponseBodyPriceInfoRules extends $dara.Model {
11414
+ /**
11415
+ * @remarks
11416
+ * The rule description.
11417
+ */
11324
11418
  description?: string;
11325
11419
  /**
11420
+ * @remarks
11421
+ * The rule ID.
11422
+ *
11326
11423
  * @example
11327
11424
  * 14806
11328
11425
  */
@@ -11351,7 +11448,15 @@ export class DescribeModificationPriceResponseBodyPriceInfoRules extends $dara.M
11351
11448
  }
11352
11449
 
11353
11450
  export class DescribeModificationPriceResponseBodyPriceInfo extends $dara.Model {
11451
+ /**
11452
+ * @remarks
11453
+ * The price information.
11454
+ */
11354
11455
  price?: DescribeModificationPriceResponseBodyPriceInfoPrice;
11456
+ /**
11457
+ * @remarks
11458
+ * The promotion rules.
11459
+ */
11355
11460
  rules?: DescribeModificationPriceResponseBodyPriceInfoRules[];
11356
11461
  static names(): { [key: string]: string } {
11357
11462
  return {
@@ -15228,18 +15333,35 @@ export class DescribeRegionsResponseBodyRegions extends $dara.Model {
15228
15333
 
15229
15334
  export class DescribeRenewalPriceResponseBodyPriceInfoPricePromotions extends $dara.Model {
15230
15335
  /**
15336
+ * @remarks
15337
+ * The description of the promotion rule.
15338
+ *
15231
15339
  * @example
15232
15340
  * test
15233
15341
  */
15234
15342
  optionCode?: string;
15343
+ /**
15344
+ * @remarks
15345
+ * The promotion description.
15346
+ */
15235
15347
  promotionDesc?: string;
15236
15348
  /**
15349
+ * @remarks
15350
+ * The promotion ID.
15351
+ *
15237
15352
  * @example
15238
15353
  * promo_option
15239
15354
  */
15240
15355
  promotionId?: string;
15356
+ /**
15357
+ * @remarks
15358
+ * The promotion name.
15359
+ */
15241
15360
  promotionName?: string;
15242
15361
  /**
15362
+ * @remarks
15363
+ * Indicates whether an item is selected.
15364
+ *
15243
15365
  * @example
15244
15366
  * false
15245
15367
  */
@@ -15275,23 +15397,43 @@ export class DescribeRenewalPriceResponseBodyPriceInfoPricePromotions extends $d
15275
15397
 
15276
15398
  export class DescribeRenewalPriceResponseBodyPriceInfoPrice extends $dara.Model {
15277
15399
  /**
15400
+ * @remarks
15401
+ * The unit of currency (USD).
15402
+ *
15278
15403
  * @example
15279
15404
  * CNY
15280
15405
  */
15281
15406
  currency?: string;
15282
15407
  /**
15408
+ * @remarks
15409
+ * The discounted amount.
15410
+ *
15283
15411
  * @example
15284
15412
  * 15.8
15285
15413
  */
15286
15414
  discountPrice?: number;
15415
+ /**
15416
+ * @remarks
15417
+ * The orders.
15418
+ */
15287
15419
  orderLines?: { [key: string]: string };
15288
15420
  /**
15421
+ * @remarks
15422
+ * The original price.
15423
+ *
15289
15424
  * @example
15290
15425
  * 79.0
15291
15426
  */
15292
15427
  originalPrice?: number;
15428
+ /**
15429
+ * @remarks
15430
+ * The promotions.
15431
+ */
15293
15432
  promotions?: DescribeRenewalPriceResponseBodyPriceInfoPricePromotions[];
15294
15433
  /**
15434
+ * @remarks
15435
+ * The actual price. The actual price is the original price minus the discount.
15436
+ *
15295
15437
  * @example
15296
15438
  * 63.2
15297
15439
  */
@@ -15334,8 +15476,15 @@ export class DescribeRenewalPriceResponseBodyPriceInfoPrice extends $dara.Model
15334
15476
  }
15335
15477
 
15336
15478
  export class DescribeRenewalPriceResponseBodyPriceInfoRules extends $dara.Model {
15479
+ /**
15480
+ * @remarks
15481
+ * The rule description.
15482
+ */
15337
15483
  description?: string;
15338
15484
  /**
15485
+ * @remarks
15486
+ * The rule ID.
15487
+ *
15339
15488
  * @example
15340
15489
  * 29644
15341
15490
  */
@@ -15364,7 +15513,15 @@ export class DescribeRenewalPriceResponseBodyPriceInfoRules extends $dara.Model
15364
15513
  }
15365
15514
 
15366
15515
  export class DescribeRenewalPriceResponseBodyPriceInfo extends $dara.Model {
15516
+ /**
15517
+ * @remarks
15518
+ * The price.
15519
+ */
15367
15520
  price?: DescribeRenewalPriceResponseBodyPriceInfoPrice;
15521
+ /**
15522
+ * @remarks
15523
+ * The promotion rules.
15524
+ */
15368
15525
  rules?: DescribeRenewalPriceResponseBodyPriceInfoRules[];
15369
15526
  static names(): { [key: string]: string } {
15370
15527
  return {
@@ -15956,6 +16113,7 @@ export class DescribeTimerGroupResponseBodyDataConfigTimers extends $dara.Model
15956
16113
  * 10
15957
16114
  */
15958
16115
  interval?: number;
16116
+ notificationTime?: number;
15959
16117
  /**
15960
16118
  * @remarks
15961
16119
  * The type of the scheduled disconnection task.
@@ -16027,6 +16185,7 @@ export class DescribeTimerGroupResponseBodyDataConfigTimers extends $dara.Model
16027
16185
  cronExpression: 'CronExpression',
16028
16186
  enforce: 'Enforce',
16029
16187
  interval: 'Interval',
16188
+ notificationTime: 'NotificationTime',
16030
16189
  operationType: 'OperationType',
16031
16190
  processWhitelist: 'ProcessWhitelist',
16032
16191
  resetType: 'ResetType',
@@ -16041,6 +16200,7 @@ export class DescribeTimerGroupResponseBodyDataConfigTimers extends $dara.Model
16041
16200
  cronExpression: 'string',
16042
16201
  enforce: 'boolean',
16043
16202
  interval: 'number',
16203
+ notificationTime: 'number',
16044
16204
  operationType: 'string',
16045
16205
  processWhitelist: { 'type': 'array', 'itemType': 'string' },
16046
16206
  resetType: 'string',
@@ -17423,12 +17583,12 @@ export class GetDesktopGroupDetailResponseBodyDesktopsScaleTimerInfos extends $d
17423
17583
  keepDuration?: number;
17424
17584
  /**
17425
17585
  * @remarks
17426
- * The load balancing policy of the multi-session cloud computer pool.
17586
+ * The load balancing policy for the multi-session many-to-many share.
17427
17587
  *
17428
17588
  * Valid values:
17429
17589
  *
17430
- * * 0: depth-first
17431
- * * 1: breadth-first
17590
+ * * 0: depth-first.
17591
+ * * 1: breadth-first.
17432
17592
  *
17433
17593
  * @example
17434
17594
  * 1
@@ -17452,11 +17612,11 @@ export class GetDesktopGroupDetailResponseBodyDesktopsScaleTimerInfos extends $d
17452
17612
  minResAmount?: number;
17453
17613
  /**
17454
17614
  * @remarks
17455
- * The threshold for the ratio of connected sessions. This parameter is the condition that triggers auto scaling in a multi-session cloud computer pool. To calculate the ratio of connected sessions, use the following formula:
17615
+ * The threshold for the ratio of connected sessions, which triggers automatic scaling of cloud computers within the multi-session many-to-many share. To calculate the ratio of connected sessions, use the following formula:
17456
17616
  *
17457
- * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`
17617
+ * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`.
17458
17618
  *
17459
- * If the ratio of connected sessions is greater than the specified value, new cloud computers are created. If the ratio of connected sessions is smaller than the specified value, idle cloud computers are deleted.
17619
+ * If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
17460
17620
  *
17461
17621
  * @example
17462
17622
  * 0.5
@@ -17588,12 +17748,12 @@ export class GetDesktopGroupDetailResponseBodyDesktopsTimerInfos extends $dara.M
17588
17748
  export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17589
17749
  /**
17590
17750
  * @remarks
17591
- * Indicates whether cloud computers can be automatically created in the subscription cloud computer pool.
17751
+ * Specifies whether to enable batch-based automatic creation of cloud computers in the subscription cloud computer share.
17592
17752
  *
17593
17753
  * Valid values:
17594
17754
  *
17595
- * * 0: false
17596
- * * 1: true
17755
+ * * 0: enables batch-based automatic creation of cloud computers.
17756
+ * * 1: disables batch-based automatic creation of cloud computers.
17597
17757
  *
17598
17758
  * @example
17599
17759
  * 1
@@ -17601,10 +17761,10 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17601
17761
  allowAutoSetup?: number;
17602
17762
  /**
17603
17763
  * @remarks
17604
- * The number of cloud computers that is allowed to be reserved in the pay-as-you-go cloud computer pool. Valid values:
17764
+ * This parameter applies to pay-as-you-go cloud computer shares and specifies the number of standby cloud computers that can be reserved per cloud computer share. Valid values:
17605
17765
  *
17606
- * * 0: does not allow the system to reserve cloud computers.
17607
- * * N: allows the system to reserve N cloud computers. (1≤ N ≤ 100)
17766
+ * * 0: does not reserve any cloud computers.
17767
+ * * N: reserves N cloud computers (1≤ N ≤ 100).
17608
17768
  *
17609
17769
  * @example
17610
17770
  * 1
@@ -17612,7 +17772,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17612
17772
  allowBufferCount?: number;
17613
17773
  /**
17614
17774
  * @remarks
17615
- * The number of concurrent sessions that is allowed for each cloud computer in a multi-session cloud computer pool.
17775
+ * The maximum number of concurrent sessions allowed per cloud computer within the multi-session many-to-many share.
17616
17776
  *
17617
17777
  * @example
17618
17778
  * 1
@@ -17620,8 +17780,8 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17620
17780
  bindAmount?: number;
17621
17781
  /**
17622
17782
  * @remarks
17623
- * * This parameter has different meanings based on the billing method of the cloud computer pool. For a subscription pool, this parameter indicates the number of cloud computers that you purchase in the pool. Valid values: 0 to 200.
17624
- * * For a pay-as-you-go pool, this parameter indicates the minimum number of cloud computers that you can create in the pool. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
17783
+ * * The number of purchased cloud computers in the subscription share. Valid values: 0 to 200.
17784
+ * * The minimum initial number of cloud computers created in the pay-as-you-go share. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
17625
17785
  *
17626
17786
  * @example
17627
17787
  * 5
@@ -17685,7 +17845,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17685
17845
  dataDiskSize?: string;
17686
17846
  /**
17687
17847
  * @remarks
17688
- * The ID of the cloud computer pool.
17848
+ * The ID of the cloud computer share.
17689
17849
  *
17690
17850
  * @example
17691
17851
  * dg-3uiojcc0j4kh7****
@@ -17693,7 +17853,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17693
17853
  desktopGroupId?: string;
17694
17854
  /**
17695
17855
  * @remarks
17696
- * The name of the cloud computer pool that is queried.
17856
+ * The name of the cloud computer share.
17697
17857
  *
17698
17858
  * @example
17699
17859
  * DesktopGroupDemo
@@ -17717,7 +17877,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17717
17877
  directoryType?: string;
17718
17878
  /**
17719
17879
  * @remarks
17720
- * The time when the subscription cloud computer pool expires.
17880
+ * The expiration date of the subscription cloud computer share.
17721
17881
  *
17722
17882
  * @example
17723
17883
  * 2021-12-31T15:59Z
@@ -17767,12 +17927,12 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17767
17927
  keepDuration?: number;
17768
17928
  /**
17769
17929
  * @remarks
17770
- * The load balancing policy of the multi-session cloud computer pool.
17930
+ * The load balancing policy for the multi-session many-to-many share.
17771
17931
  *
17772
17932
  * Valid values:
17773
17933
  *
17774
- * * 0: depth-first
17775
- * * 1: breadth-first
17934
+ * * 0: depth-first.
17935
+ * * 1: breadth-first.
17776
17936
  *
17777
17937
  * @example
17778
17938
  * 0
@@ -17780,7 +17940,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17780
17940
  loadPolicy?: number;
17781
17941
  /**
17782
17942
  * @remarks
17783
- * The maximum number of cloud computers that can be housed in the pay-as-you-go cloud computer pool.
17943
+ * The maximum number of cloud computers allowed in the pay-as-you-go cloud computer share.
17784
17944
  *
17785
17945
  * @example
17786
17946
  * 10
@@ -17796,7 +17956,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17796
17956
  memory?: number;
17797
17957
  /**
17798
17958
  * @remarks
17799
- * The maximum number of cloud computers that can be automatically created in the subscription cloud computer pool.
17959
+ * The number of cloud computers created in the initial batch within the subscription cloud computer share.
17800
17960
  *
17801
17961
  * @example
17802
17962
  * 1
@@ -17828,7 +17988,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17828
17988
  officeSiteId?: string;
17829
17989
  /**
17830
17990
  * @remarks
17831
- * The name of the office network in which the cloud computer pool resides.
17991
+ * The name of the office network in which the cloud computer resides.
17832
17992
  *
17833
17993
  * @example
17834
17994
  * test
@@ -17867,12 +18027,12 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17867
18027
  ownBundleName?: string;
17868
18028
  /**
17869
18029
  * @remarks
17870
- * The type of the cloud computer pool.
18030
+ * The type of the cloud computer share.
17871
18031
  *
17872
18032
  * Valid values:
17873
18033
  *
17874
- * * 0: individual (single session)
17875
- * * 1: shared (multiple sessions)
18034
+ * * 0: a one-to-many share.
18035
+ * * 1: a many-to-many share.
17876
18036
  *
17877
18037
  * @example
17878
18038
  * 0
@@ -17894,7 +18054,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17894
18054
  payType?: string;
17895
18055
  /**
17896
18056
  * @remarks
17897
- * The ID of the policy that is associated with the cloud computer pool.
18057
+ * The ID of the applied policy.
17898
18058
  *
17899
18059
  * @example
17900
18060
  * pg-9cktlowtxfl6****
@@ -17902,12 +18062,12 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17902
18062
  policyGroupId?: string;
17903
18063
  /**
17904
18064
  * @remarks
17905
- * The IDs of policies that are associated with the cloud computer pool.
18065
+ * The IDs of the applied policies.
17906
18066
  */
17907
18067
  policyGroupIds?: string[];
17908
18068
  /**
17909
18069
  * @remarks
17910
- * The name of the policy that is associated with the cloud computer pool.
18070
+ * The name of the applied policy.
17911
18071
  *
17912
18072
  * @example
17913
18073
  * test
@@ -17915,7 +18075,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17915
18075
  policyGroupName?: string;
17916
18076
  /**
17917
18077
  * @remarks
17918
- * The names of policies that are associated with the cloud computer pool.
18078
+ * The names of the applied policies.
17919
18079
  */
17920
18080
  policyGroupNames?: string[];
17921
18081
  /**
@@ -17928,11 +18088,11 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17928
18088
  profileFollowSwitch?: boolean;
17929
18089
  /**
17930
18090
  * @remarks
17931
- * The threshold for the ratio of connected sessions. This parameter is the condition that triggers auto scaling in a multi-session cloud computer pool. To calculate the ratio of connected sessions, use the following formula:
18091
+ * The threshold for the ratio of connected sessions, which triggers automatic scaling of cloud computers within the multi-session many-to-many share. To calculate the ratio of connected sessions, use the following formula:
17932
18092
  *
17933
- * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`
18093
+ * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`.
17934
18094
  *
17935
- * If the ratio of connected sessions is greater than the specified value, new cloud computers are created. If the ratio of connected sessions is smaller than the specified value, idle cloud computers are deleted.
18095
+ * If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
17936
18096
  *
17937
18097
  * @example
17938
18098
  * 0.6
@@ -17967,18 +18127,18 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17967
18127
  resetType?: number;
17968
18128
  /**
17969
18129
  * @remarks
17970
- * Details of the scheduled tasks.
18130
+ * The scheduled tasks.
17971
18131
  */
17972
18132
  scaleTimerInfos?: GetDesktopGroupDetailResponseBodyDesktopsScaleTimerInfos[];
17973
18133
  /**
17974
18134
  * @remarks
17975
- * The payment status of the cloud computer pool.
18135
+ * The status of the cloud computer share.
17976
18136
  *
17977
18137
  * Valid values:
17978
18138
  *
17979
- * * 0: unpaid
17980
- * * 1: paid
17981
- * * 2: overdue or expired
18139
+ * * 0: The cloud computer share is unpaid.
18140
+ * * 1: The cloud computer share is normal.
18141
+ * * 2: The cloud computer share expired, or your account has an overdue payment.
17982
18142
  *
17983
18143
  * @example
17984
18144
  * 1
@@ -18023,7 +18183,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
18023
18183
  timingStrategyInfo?: string;
18024
18184
  /**
18025
18185
  * @remarks
18026
- * The version number of the cloud computer pool.
18186
+ * The version number of the cloud computer share.
18027
18187
  *
18028
18188
  * @example
18029
18189
  * 1
@@ -20669,6 +20829,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
20669
20829
  * 10
20670
20830
  */
20671
20831
  interval?: number;
20832
+ notificationTime?: number;
20672
20833
  /**
20673
20834
  * @remarks
20674
20835
  * The type of the scheduled operation. If you set TimerType to NoConnect, you can specify this parameter.
@@ -20740,6 +20901,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
20740
20901
  cronExpression: 'CronExpression',
20741
20902
  enforce: 'Enforce',
20742
20903
  interval: 'Interval',
20904
+ notificationTime: 'NotificationTime',
20743
20905
  operationType: 'OperationType',
20744
20906
  processWhitelist: 'ProcessWhitelist',
20745
20907
  resetType: 'ResetType',
@@ -20754,6 +20916,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
20754
20916
  cronExpression: 'string',
20755
20917
  enforce: 'boolean',
20756
20918
  interval: 'number',
20919
+ notificationTime: 'number',
20757
20920
  operationType: 'string',
20758
20921
  processWhitelist: { 'type': 'array', 'itemType': 'string' },
20759
20922
  resetType: 'string',
@@ -28389,30 +28552,81 @@ export class CreateCenterPolicyResponse extends $dara.Model {
28389
28552
  }
28390
28553
 
28391
28554
  export class CreateCloudDriveServiceRequest extends $dara.Model {
28555
+ /**
28556
+ * @remarks
28557
+ * Specifies whether to enable the auto-payment feature.
28558
+ *
28559
+ * Valid values:
28560
+ *
28561
+ * * true: enables the auto-payment feature. Ensure your Alibaba Cloud account has sufficient balance. Insufficient balance may result in abnormal orders.
28562
+ * * false (default): disables the auto-payment feature. The order is generated, but payment must be made manually. You can log on to the Alibaba Cloud Management Console and complete the payment based on the order ID on the Orders page.
28563
+ *
28564
+ * @example
28565
+ * false
28566
+ */
28392
28567
  autoPay?: boolean;
28568
+ /**
28569
+ * @remarks
28570
+ * Optional. Specifies whether to enable the auto-renewal feature. This parameter takes effect only if you set CdsChargeType to `Prepaid`.
28571
+ *
28572
+ * Valid values:
28573
+ *
28574
+ * * true
28575
+ * * false
28576
+ *
28577
+ * @example
28578
+ * false
28579
+ */
28393
28580
  autoRenew?: boolean;
28394
28581
  /**
28395
28582
  * @remarks
28396
- * The business type.
28583
+ * > This parameter is not publicly available.
28397
28584
  *
28398
28585
  * @example
28399
28586
  * 3
28400
28587
  */
28401
28588
  bizType?: number;
28589
+ /**
28590
+ * @remarks
28591
+ * The billing method of the enterprise drive.
28592
+ *
28593
+ * Valid values:
28594
+ *
28595
+ * * PostPaid: pay-as-you-go.
28596
+ * * PrePaid: subscription.
28597
+ *
28598
+ * @example
28599
+ * PostPaid
28600
+ */
28402
28601
  cdsChargeType?: string;
28403
28602
  /**
28603
+ * @remarks
28604
+ * The ID of the Cloud Enterprise Network (CEN) instance. This parameter takes effect only if you set `OfficeSiteType` to `AD_CONNECTOR`. If you have configured `OfficeSiteId`, you can leave this parameter empty.
28605
+ *
28404
28606
  * @example
28405
28607
  * cen-g4ba1mkji8nj6****
28406
28608
  */
28407
28609
  cenId?: string;
28408
28610
  /**
28611
+ * @remarks
28612
+ * The domain name of the enterprise AD office network. This parameter takes effect only if you set `OfficeSiteType` to `AD_CONNECTOR`. If you have configured `OfficeSiteId`, you can leave this parameter empty.
28613
+ *
28409
28614
  * @example
28410
28615
  * test.local
28411
28616
  */
28412
28617
  domainName?: string;
28618
+ /**
28619
+ * @remarks
28620
+ * The user IDs.
28621
+ */
28413
28622
  endUserId?: string[];
28414
28623
  /**
28415
28624
  * @remarks
28625
+ * The maximum storage capacity of the enterprise drive.
28626
+ *
28627
+ * * For a pay-as-you-go enterprise drive, the unit is bytes.
28628
+ * * For a subscription enterprise drive, the unit is GiB. For example, to create a 500 GiB subscription drive, set the value to 500 GiB. To create a 2 TiB subscription drive, set the value to 2048 GiB.
28629
+ *
28416
28630
  * This parameter is required.
28417
28631
  *
28418
28632
  * @example
@@ -28421,27 +28635,62 @@ export class CreateCloudDriveServiceRequest extends $dara.Model {
28421
28635
  maxSize?: number;
28422
28636
  /**
28423
28637
  * @remarks
28424
- * The name of the cloud disk that you want to create in Cloud Drive Service.
28638
+ * The name of the enterprise drive
28425
28639
  *
28426
28640
  * @example
28427
28641
  * wuying-pds
28428
28642
  */
28429
28643
  name?: string;
28430
28644
  /**
28645
+ * @remarks
28646
+ * The ID of the office network. This parameter takes effect only if you set OfficeSiteType to `AD_CONNECTOR`.
28647
+ *
28431
28648
  * @example
28432
28649
  * cn-hangzhou+dir-400695****
28433
28650
  */
28434
28651
  officeSiteId?: string;
28435
28652
  /**
28653
+ * @remarks
28654
+ * The type of the office network.
28655
+ *
28656
+ * Valid values:
28657
+ *
28658
+ * * SIMPLE: convenience office network.
28659
+ * * AD_CONNECTOR: enterprise Active Directory (AD) office network.
28660
+ *
28436
28661
  * @example
28437
28662
  * SIMPLE
28438
28663
  */
28439
28664
  officeSiteType?: string;
28665
+ /**
28666
+ * @remarks
28667
+ * The subscription duration. The unit is specified by `PeriodUnit`. This parameter takes effect only if you set `CdsChargeType` to `PrePaid`.
28668
+ *
28669
+ * Valid values:
28670
+ *
28671
+ * * 1
28672
+ * * 2
28673
+ * * 3
28674
+ *
28675
+ * @example
28676
+ * 1
28677
+ */
28440
28678
  period?: number;
28679
+ /**
28680
+ * @remarks
28681
+ * Required. The unit of the subscription duration. This parameter takes effect only if you set `CdsChargeType` to `PrePaid`.
28682
+ *
28683
+ * Valid value:
28684
+ *
28685
+ * * Year
28686
+ *
28687
+ * @example
28688
+ * Year
28689
+ */
28441
28690
  periodUnit?: string;
28442
28691
  /**
28443
28692
  * @remarks
28444
- * The region ID.
28693
+ * The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the list of regions where Enterprise Drive Service is available.
28445
28694
  *
28446
28695
  * This parameter is required.
28447
28696
  *
@@ -28451,14 +28700,30 @@ export class CreateCloudDriveServiceRequest extends $dara.Model {
28451
28700
  regionId?: string;
28452
28701
  /**
28453
28702
  * @remarks
28454
- * The solution ID.
28703
+ * > This parameter is not publicly available.
28455
28704
  *
28456
28705
  * @example
28457
28706
  * co-0esnf8kb8zpfbqmvt
28458
28707
  */
28459
28708
  solutionId?: string;
28709
+ /**
28710
+ * @remarks
28711
+ * Required. The maximum number of users allowed on the enterprise drive. This parameter takes effect only if you set `CdsChargeType` to `PrePaid`.
28712
+ *
28713
+ * Valid values:
28714
+ *
28715
+ * * 5 when the value of MaxSize is 500 GiB.
28716
+ * * 20 when the value of MaxSize is 2048 GiB.
28717
+ * * 50 when the value of MaxSize is 5120 GiB.
28718
+ *
28719
+ * @example
28720
+ * 5
28721
+ */
28460
28722
  userCount?: number;
28461
28723
  /**
28724
+ * @remarks
28725
+ * The maximum storage capacity of the user\\"s personal disk when allocated. Unit: bytes.
28726
+ *
28462
28727
  * @example
28463
28728
  * 1024000
28464
28729
  */
@@ -28522,7 +28787,7 @@ export class CreateCloudDriveServiceRequest extends $dara.Model {
28522
28787
  export class CreateCloudDriveServiceResponseBody extends $dara.Model {
28523
28788
  /**
28524
28789
  * @remarks
28525
- * The ID of the attached cloud disk.
28790
+ * The ID of the enterprise drive.
28526
28791
  *
28527
28792
  * @example
28528
28793
  * cn-hangzhou+cds-7782057786
@@ -28537,30 +28802,64 @@ export class CreateCloudDriveServiceResponseBody extends $dara.Model {
28537
28802
  */
28538
28803
  cdsName?: string;
28539
28804
  /**
28805
+ * @remarks
28806
+ * The ID of the CEN instance.
28807
+ *
28808
+ * > To allow end users to connect to cloud computers via virtual private clouds (VPCs), attach your office network to a CEN instance. The CEN instance connects to your on-premises network through VPN Gateway or Express Connect.
28809
+ *
28540
28810
  * @example
28541
28811
  * cen-638u3wxds9snyc****
28542
28812
  */
28543
28813
  cenId?: string;
28814
+ /**
28815
+ * @remarks
28816
+ * The existing enterprise drive or its order that conflicts with the enterprise drive being created.
28817
+ */
28544
28818
  conflictCdsAndOrder?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrder;
28545
28819
  /**
28820
+ * @remarks
28821
+ * The domain name of the enterprise AD office network.
28822
+ *
28546
28823
  * @example
28547
28824
  * test1.local
28548
28825
  */
28549
28826
  domainName?: string;
28827
+ /**
28828
+ * @remarks
28829
+ * The error code.
28830
+ *
28831
+ * @example
28832
+ * ExistConflictCds
28833
+ */
28550
28834
  errorCode?: string;
28551
28835
  /**
28552
28836
  * @remarks
28553
- * The maximum capacity of each instance in Cloud Drive Service. Unit: GiB
28837
+ * The maximum storage capacity of the enterprise drive. Unit: bytes.
28554
28838
  *
28555
28839
  * @example
28556
28840
  * 213674622976
28557
28841
  */
28558
28842
  maxSize?: string;
28559
28843
  /**
28844
+ * @remarks
28845
+ * The type of the office network.
28846
+ *
28847
+ * Valid values:
28848
+ *
28849
+ * * SIMPLE: convenience office network.
28850
+ * * AD_CONNECTOR: enterprise AD office network.
28851
+ *
28560
28852
  * @example
28561
28853
  * AD_CONNECTOR
28562
28854
  */
28563
28855
  officeSiteType?: string;
28856
+ /**
28857
+ * @remarks
28858
+ * The ID of the order. You can obtain an order ID on the Orders page in the Expenses and Costs console.
28859
+ *
28860
+ * @example
28861
+ * 214552063030752
28862
+ */
28564
28863
  orderId?: string;
28565
28864
  /**
28566
28865
  * @remarks
@@ -38357,7 +38656,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38357
38656
  bundleId?: string[];
38358
38657
  /**
38359
38658
  * @remarks
38360
- * The ID of the cloud computer pool.
38659
+ * The ID of the cloud computer share.
38361
38660
  *
38362
38661
  * @example
38363
38662
  * dg-2i8qxpv6t1a03****
@@ -38370,7 +38669,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38370
38669
  desktopGroupIds?: string[];
38371
38670
  /**
38372
38671
  * @remarks
38373
- * The name of the cloud computer pool to query. Fuzzy search is supported.
38672
+ * The name of the cloud computer share that you want to query. Fuzzy search is supported.
38374
38673
  *
38375
38674
  * @example
38376
38675
  * testName
@@ -38378,7 +38677,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38378
38677
  desktopGroupName?: string;
38379
38678
  /**
38380
38679
  * @remarks
38381
- * The authorized user IDs of cloud computer pools.
38680
+ * The IDs of the users who can access the cloud computer share.
38382
38681
  */
38383
38682
  endUserIds?: string[];
38384
38683
  /**
@@ -38425,7 +38724,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38425
38724
  nextToken?: string;
38426
38725
  /**
38427
38726
  * @remarks
38428
- * The ID of the office network to which the cloud computer pool belongs.
38727
+ * The ID of the office network in which the cloud computer share resides.
38429
38728
  *
38430
38729
  * @example
38431
38730
  * cn-hangzhou+dir-467671****
@@ -38433,14 +38732,14 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38433
38732
  officeSiteId?: string;
38434
38733
  /**
38435
38734
  * @remarks
38436
- * The type of the cloud computer pool.
38735
+ * The type of the cloud computer share.
38437
38736
  *
38438
38737
  * > This parameter is not publicly available.
38439
38738
  *
38440
38739
  * Valid values:
38441
38740
  *
38442
- * * 0: individual (single session)
38443
- * * 1: shared (multiple sessions)
38741
+ * * 0: a single-session many-to-many share.
38742
+ * * 1: a multi-session many-to-many share.
38444
38743
  *
38445
38744
  * @example
38446
38745
  * 0
@@ -38448,16 +38747,16 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38448
38747
  ownType?: number;
38449
38748
  /**
38450
38749
  * @remarks
38451
- * The subscription duration of the cloud computer pool. The unit is specified by the `PeriodUnit` parameter.
38750
+ * The subscription duration of the cloud computer share. The unit is specified by `PeriodUnit`.
38452
38751
  *
38453
- * * Valid values if the `PeriodUnit` parameter is set to `Month`:
38752
+ * * Valid values if you set `PeriodUnit` to `Month`:
38454
38753
  *
38455
38754
  * * 1
38456
38755
  * * 2
38457
38756
  * * 3
38458
38757
  * * 6
38459
38758
  *
38460
- * * Valid values if the `PeriodUnit` parameter is set to `Year`:
38759
+ * * Valid values if you set `PeriodUnit` to `Year`:
38461
38760
  *
38462
38761
  * * 1
38463
38762
  * * 2
@@ -38479,7 +38778,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38479
38778
  periodUnit?: string;
38480
38779
  /**
38481
38780
  * @remarks
38482
- * The ID of the policy that you want to associate with the cloud computer pool.
38781
+ * The ID of the applied policy.
38483
38782
  *
38484
38783
  * @example
38485
38784
  * pg-53iyi2aar0nd6****
@@ -38523,13 +38822,13 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38523
38822
  regionId?: string;
38524
38823
  /**
38525
38824
  * @remarks
38526
- * The payment status of the cloud computer pool.
38825
+ * The status of the cloud computer share.
38527
38826
  *
38528
38827
  * Valid values:
38529
38828
  *
38530
- * * 0: unpaid
38531
- * * 1: paid
38532
- * * 2: overdue or expired
38829
+ * * 0: The cloud computer share is unpaid.
38830
+ * * 1: The cloud computer share is normal.
38831
+ * * 2: The cloud computer share expired, or your account has an overdue payment.
38533
38832
  *
38534
38833
  * @example
38535
38834
  * 1
@@ -38537,7 +38836,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38537
38836
  status?: number;
38538
38837
  /**
38539
38838
  * @remarks
38540
- * The tags attached to the cloud computer pool. You can specify 1 to 20 tags.
38839
+ * The tags that you want to add to the cloud computer share. You can specify 1 to 20 tags.
38541
38840
  */
38542
38841
  tag?: DescribeDesktopGroupsRequestTag[];
38543
38842
  static names(): { [key: string]: string } {
@@ -38618,7 +38917,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38618
38917
  export class DescribeDesktopGroupsResponseBody extends $dara.Model {
38619
38918
  /**
38620
38919
  * @remarks
38621
- * The cloud computer pools.
38920
+ * The cloud computer shares.
38622
38921
  */
38623
38922
  desktopGroups?: DescribeDesktopGroupsResponseBodyDesktopGroups[];
38624
38923
  /**
@@ -43034,22 +43333,58 @@ export class DescribeKmsKeysResponse extends $dara.Model {
43034
43333
 
43035
43334
  export class DescribeModificationPriceRequest extends $dara.Model {
43036
43335
  /**
43336
+ * @remarks
43337
+ * The maximum public bandwidth. Unit: Mbit/s.
43338
+ *
43339
+ * > Valid values when PayByTraffic is set to PayByBandwidth: 10 to 1000.
43340
+ *
43037
43341
  * @example
43038
43342
  * 20
43039
43343
  */
43040
43344
  bandwidth?: number;
43041
43345
  /**
43346
+ * @remarks
43347
+ * The ID of either the monthly subscription cloud computer with unlimited hours or the premium bandwidth plan.
43348
+ *
43042
43349
  * @example
43043
43350
  * ecd-0gfv2z3sf95zvt****
43044
43351
  */
43045
43352
  instanceId?: string;
43046
43353
  /**
43354
+ * @remarks
43355
+ * The specifications.
43356
+ *
43357
+ * * Valid values when you set `ResourceType` to `Desktop`:
43358
+ *
43359
+ * * ecd.basic.small
43360
+ * * ecd.basic.large
43361
+ * * ecd.advanced.large
43362
+ * * ecd.advanced.xlarge
43363
+ * * ecd.performance.2xlarge
43364
+ * * ecd.graphics.xlarge
43365
+ * * ecd.graphics.2xlarge
43366
+ * * ecd.advanced.xlarge_s8d2
43367
+ * * ecd.advanced.xlarge_s8d7
43368
+ * * ecd.graphics.1g72c
43369
+ * * eds.general.2c2g
43370
+ * * eds.general.2c4g
43371
+ * * eds.general.2c8g
43372
+ * * eds.general.4c8g
43373
+ * * eds.general.4c16g
43374
+ * * eds.general.8c16g
43375
+ * * eds.general.8c32g
43376
+ * * eds.general.16c32g
43377
+ *
43378
+ * * You can skip this parameter if `ResourceType` is set to `NetworkPackage`.
43379
+ *
43047
43380
  * @example
43048
43381
  * eds.enterprise_office.8c16g
43049
43382
  */
43050
43383
  instanceType?: string;
43051
43384
  /**
43052
43385
  * @remarks
43386
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
43387
+ *
43053
43388
  * This parameter is required.
43054
43389
  *
43055
43390
  * @example
@@ -43057,16 +43392,33 @@ export class DescribeModificationPriceRequest extends $dara.Model {
43057
43392
  */
43058
43393
  regionId?: string;
43059
43394
  /**
43395
+ * @remarks
43396
+ * The resource type. The required parameters depend on the resource type.
43397
+ *
43398
+ * * When `ResourceType` is set to `Desktop`, the required parameters are `InstanceType`, `RootDiskSizeGib`, and `UserDiskSizeGib`.
43399
+ * * When `ResourceType` is set to `NetworkPackage`, the required parameter is `Bandwidth`.
43400
+ *
43401
+ * Valid values:
43402
+ *
43403
+ * * Desktop (default): cloud computers.
43404
+ * * NetworkPackage: premium bandwidth plans.
43405
+ *
43060
43406
  * @example
43061
43407
  * Desktop
43062
43408
  */
43063
43409
  resourceType?: string;
43064
43410
  /**
43411
+ * @remarks
43412
+ * The size of the system disk. Unit: GiB.
43413
+ *
43065
43414
  * @example
43066
43415
  * 80
43067
43416
  */
43068
43417
  rootDiskSizeGib?: number;
43069
43418
  /**
43419
+ * @remarks
43420
+ * The size of the data disk. Unit: GiB.
43421
+ *
43070
43422
  * @example
43071
43423
  * 50
43072
43424
  */
@@ -43105,8 +43457,15 @@ export class DescribeModificationPriceRequest extends $dara.Model {
43105
43457
  }
43106
43458
 
43107
43459
  export class DescribeModificationPriceResponseBody extends $dara.Model {
43460
+ /**
43461
+ * @remarks
43462
+ * The price details.
43463
+ */
43108
43464
  priceInfo?: DescribeModificationPriceResponseBodyPriceInfo;
43109
43465
  /**
43466
+ * @remarks
43467
+ * The request ID.
43468
+ *
43110
43469
  * @example
43111
43470
  * 48174475-5EB2-5F99-A9E9-6F892D645****
43112
43471
  */
@@ -45022,23 +45381,52 @@ export class DescribeRegionsResponse extends $dara.Model {
45022
45381
 
45023
45382
  export class DescribeRenewalPriceRequest extends $dara.Model {
45024
45383
  /**
45384
+ * @remarks
45385
+ * The instance ID. The value you specify depends on the resource type (ResourceType) you\\"re querying the renewal price for.
45386
+ *
45387
+ * * When `ResourceType` is set to `Desktop`, you must provide the cloud computer ID as the value of `InstanceId`.
45388
+ * * When `ResourceType` is set to `DesktopGroup`, you must provide the share ID as the value of `InstanceId`.
45389
+ * * When `ResourceType` is set to `Bandwidth`, you must provide the ID of the premium bandwidth plan as the value of `InstanceId`.
45390
+ *
45025
45391
  * @example
45026
45392
  * ecd-6ldllk9zxcpfhs****
45027
45393
  */
45028
45394
  instanceId?: string;
45395
+ /**
45396
+ * @remarks
45397
+ * The instance IDs. The value you specify depends on the resource type (ResourceType) you\\"re querying the renewal price for.
45398
+ */
45029
45399
  instanceIds?: string[];
45030
45400
  /**
45401
+ * @remarks
45402
+ * The renewal duration. The valid values for this parameter depend on the value of `PeriodUnit`.
45403
+ *
45404
+ * * If you set `PeriodUnit` to `Month`, set the value of this parameter to 1, 2, 3, or 6.
45405
+ * * If you set `PeriodUnit` to `Year`, set the value of this parameter to 1, 2, or 3.
45406
+ *
45407
+ * Default value: 1.
45408
+ *
45031
45409
  * @example
45032
45410
  * 1
45033
45411
  */
45034
45412
  period?: number;
45035
45413
  /**
45414
+ * @remarks
45415
+ * The unit of the renewal duration specified by `Period`.
45416
+ *
45417
+ * Valid values:
45418
+ *
45419
+ * * Month (default)
45420
+ * * Year
45421
+ *
45036
45422
  * @example
45037
45423
  * Month
45038
45424
  */
45039
45425
  periodUnit?: string;
45040
45426
  /**
45041
45427
  * @remarks
45428
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
45429
+ *
45042
45430
  * This parameter is required.
45043
45431
  *
45044
45432
  * @example
@@ -45046,6 +45434,15 @@ export class DescribeRenewalPriceRequest extends $dara.Model {
45046
45434
  */
45047
45435
  regionId?: string;
45048
45436
  /**
45437
+ * @remarks
45438
+ * The resource type.
45439
+ *
45440
+ * Valid values:
45441
+ *
45442
+ * * Desktop (default): cloud computers.
45443
+ * * Bandwidth: premium bandwidth plans.
45444
+ * * DesktopGroup: cloud computer shares.
45445
+ *
45049
45446
  * @example
45050
45447
  * Desktop
45051
45448
  */
@@ -45085,8 +45482,15 @@ export class DescribeRenewalPriceRequest extends $dara.Model {
45085
45482
  }
45086
45483
 
45087
45484
  export class DescribeRenewalPriceResponseBody extends $dara.Model {
45485
+ /**
45486
+ * @remarks
45487
+ * The price details.
45488
+ */
45088
45489
  priceInfo?: DescribeRenewalPriceResponseBodyPriceInfo;
45089
45490
  /**
45491
+ * @remarks
45492
+ * The request ID.
45493
+ *
45090
45494
  * @example
45091
45495
  * 72E47B1E-6B11-5A11-A27C-7A80F866****
45092
45496
  */
@@ -49261,7 +49665,7 @@ export class GetCoordinateTicketResponse extends $dara.Model {
49261
49665
  export class GetDesktopGroupDetailRequest extends $dara.Model {
49262
49666
  /**
49263
49667
  * @remarks
49264
- * The ID of the cloud computer pool.
49668
+ * The ID of the cloud computer share.
49265
49669
  *
49266
49670
  * This parameter is required.
49267
49671
  *
@@ -49305,7 +49709,7 @@ export class GetDesktopGroupDetailRequest extends $dara.Model {
49305
49709
  export class GetDesktopGroupDetailResponseBody extends $dara.Model {
49306
49710
  /**
49307
49711
  * @remarks
49308
- * The information about the cloud computer pool.
49712
+ * The cloud computers within the share.
49309
49713
  */
49310
49714
  desktops?: GetDesktopGroupDetailResponseBodyDesktops;
49311
49715
  /**
@@ -55120,12 +55524,12 @@ export class ModifyDesktopChargeTypeResponse extends $dara.Model {
55120
55524
  export class ModifyDesktopGroupRequest extends $dara.Model {
55121
55525
  /**
55122
55526
  * @remarks
55123
- * Specifies whether cloud computers can be automatically created in the subscription cloud computer pool. This parameter takes effect and is required only if you set `ChargeType` to `PrePaid`.
55527
+ * Specifies whether to enable auto-creation of cloud computers for the subscription cloud computer share. You must specify this parameter when `ChargeType` is set to `PrePaid`.
55124
55528
  *
55125
55529
  * Valid values:
55126
55530
  *
55127
- * * 0: false
55128
- * * 1: true
55531
+ * * 0: disable auto-creation of cloud computers.
55532
+ * * 1: enables auto-creation of cloud computers.
55129
55533
  *
55130
55534
  * @example
55131
55535
  * 1
@@ -55133,12 +55537,12 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55133
55537
  allowAutoSetup?: number;
55134
55538
  /**
55135
55539
  * @remarks
55136
- * The number of cloud computers that can be reserved in the pay-as-you-go cloud computer pool. This parameter takes effect and is required only if you set `ChargeType` to `PostPaid`. Valid values:
55540
+ * The maximum number of standby cloud computers that can be reserved within the pay-as-you-go cloud computer share. You must specify this property only when `ChargeType` is set to `PostPaid`. Valid values:
55137
55541
  *
55138
- * * 0: does not allow the system to reserve cloud computers.
55139
- * * N: allows the system to reserve N cloud computers (1≤ N ≤ 100).
55542
+ * * 0: does not reserve any cloud computer.
55543
+ * * N: reserves N cloud computers (1≤ N ≤ 100).
55140
55544
  *
55141
- * > If you set this parameter to 0, the system must create and start cloud computers and then assign the cloud computers to end users when the end users request cloud computers. This process is time-consuming. To improve user experience, we recommend that you reserve a specific number of cloud computers.
55545
+ * > Setting this parameter to 0 means no cloud computers will be reserved within the cloud computer share. In this case, the system must create, start, and assign cloud computers to end users upon request, which can be time-consuming. To improve user experience, we recommend that you reserve a specific number of cloud computers.
55142
55546
  *
55143
55547
  * @example
55144
55548
  * 1
@@ -55146,9 +55550,9 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55146
55550
  allowBufferCount?: number;
55147
55551
  /**
55148
55552
  * @remarks
55149
- * The number of concurrent sessions that is allowed for each cloud computer in a multi-session cloud computer pool.
55553
+ * The number of concurrent sessions allowed for each cloud computer within the multi-session many-to-many share.
55150
55554
  *
55151
- * > This parameter is unavailable.
55555
+ * > This parameter is not publicly available.
55152
55556
  *
55153
55557
  * @example
55154
55558
  * 1
@@ -55156,8 +55560,8 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55156
55560
  bindAmount?: number;
55157
55561
  /**
55158
55562
  * @remarks
55159
- * * This parameter has different meanings based on the billing method of the cloud computer pool. For a subscription pool, this parameter specifies the number of cloud computers to purchase in the pool. Valid values: 0 to 200.
55160
- * * For a pay-as-you-go pool, this parameter specifies the minimum number of cloud computers to create in the pool. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
55563
+ * * For subscription cloud computer shares, this parameter specifies the number of purchased cloud computers. Valid values: 0 to 200.
55564
+ * * For pay-as-you-go cloud computer shares, this parameter specifies the minimum number of cloud computers created in the initial batch. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
55161
55565
  *
55162
55566
  * @example
55163
55567
  * 5
@@ -55165,27 +55569,14 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55165
55569
  buyDesktopsCount?: number;
55166
55570
  /**
55167
55571
  * @remarks
55168
- * The role that uses the cloud computer pool.
55572
+ * The type of the cloud computer share.
55169
55573
  *
55170
- * > This parameter is unavailable.
55574
+ * > This parameter is not publicly available.
55171
55575
  *
55172
55576
  * Valid values:
55173
55577
  *
55174
- * * teacher
55175
- *
55176
- * <!-- -->
55177
- *
55178
- * <!-- -->
55179
- *
55180
- * <!-- -->
55181
- *
55182
- * * student
55183
- *
55184
- * <!-- -->
55185
- *
55186
- * <!-- -->
55187
- *
55188
- * <!-- -->
55578
+ * * teacher: teacher-oriented.
55579
+ * * student: student-oriented.
55189
55580
  *
55190
55581
  * @example
55191
55582
  * teacher
@@ -55209,7 +55600,7 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55209
55600
  connectDuration?: number;
55210
55601
  /**
55211
55602
  * @remarks
55212
- * The ID of the cloud computer pool.
55603
+ * The ID of the cloud computer share.
55213
55604
  *
55214
55605
  * This parameter is required.
55215
55606
  *
@@ -55219,7 +55610,7 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55219
55610
  desktopGroupId?: string;
55220
55611
  /**
55221
55612
  * @remarks
55222
- * The name of the cloud computer pool.
55613
+ * The name of the cloud computer share.
55223
55614
  *
55224
55615
  * @example
55225
55616
  * desktopGroupName1
@@ -55275,14 +55666,14 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55275
55666
  keepDuration?: number;
55276
55667
  /**
55277
55668
  * @remarks
55278
- * The load balancing policy of the multi-session cloud computer pool.
55669
+ * The load balancing policy for the multi-session many-to-many share.
55279
55670
  *
55280
- * > This parameter is unavailable.
55671
+ * > This parameter is not publicly available.
55281
55672
  *
55282
55673
  * Valid values:
55283
55674
  *
55284
- * * 0: depth-first
55285
- * * 1: breadth-first
55675
+ * * 0: depth first.
55676
+ * * 1: breadth first.
55286
55677
  *
55287
55678
  * @example
55288
55679
  * 0
@@ -55290,7 +55681,7 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55290
55681
  loadPolicy?: number;
55291
55682
  /**
55292
55683
  * @remarks
55293
- * The maximum number of cloud computers that can be housed in the pay-as-you-go cloud computer pool. Valid values: 0 to 500.
55684
+ * The maximum number of cloud computers allowed in the pay-as-you-go cloud computer share. Valid values: 0 to 500.
55294
55685
  *
55295
55686
  * @example
55296
55687
  * 10
@@ -55298,7 +55689,7 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55298
55689
  maxDesktopsCount?: number;
55299
55690
  /**
55300
55691
  * @remarks
55301
- * The maximum number of cloud computers that can be automatically created in the subscription cloud computer pool. This parameter takes effect and is required only if you set `ChargeType` to `PrePaid`. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
55692
+ * The maximum number of auto-created cloud computers allowed in the subscription cloud computer share. You must specify this parameter when `ChargeType` is set to `PrePaid`. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
55302
55693
  *
55303
55694
  * @example
55304
55695
  * 1
@@ -55337,13 +55728,13 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55337
55728
  profileFollowSwitch?: boolean;
55338
55729
  /**
55339
55730
  * @remarks
55340
- * The threshold for the ratio of connected sessions. This parameter indicates the condition that triggers auto scaling in a multi-session cloud computer pool. The ratio of connected sessions IS calculated by using the following formula:
55731
+ * The threshold for the ratio of connected sessions, which triggers automatic scaling of cloud computers within the multi-session many-to-many share. To calculate the ratio of connected sessions, use the following formula:
55341
55732
  *
55342
55733
  * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`
55343
55734
  *
55344
- * If the ratio of connected sessions is greater than the specified value, new cloud computers are created. If the ratio of connected sessions is smaller than the specified value, idle cloud computers are deleted.
55735
+ * If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
55345
55736
  *
55346
- * > This parameter is unavailable.
55737
+ * > This parameter is not publicly available.
55347
55738
  *
55348
55739
  * @example
55349
55740
  * 0.5
@@ -67798,7 +68189,10 @@ export default class Client extends OpenApi {
67798
68189
  }
67799
68190
 
67800
68191
  /**
67801
- * Creates a cloud disk.
68192
+ * Creates an enterprise drive.
68193
+ *
68194
+ * @remarks
68195
+ * Before you call this operation, make sure that you understand the billing methods and pricing of Enterprise Drive Service (formerly Cloud Drive Service). For more information, see [Overview](https://help.aliyun.com/document_detail/386301.html).
67802
68196
  *
67803
68197
  * @param request - CreateCloudDriveServiceRequest
67804
68198
  * @param runtime - runtime options for this request RuntimeOptions
@@ -67898,7 +68292,10 @@ export default class Client extends OpenApi {
67898
68292
  }
67899
68293
 
67900
68294
  /**
67901
- * Creates a cloud disk.
68295
+ * Creates an enterprise drive.
68296
+ *
68297
+ * @remarks
68298
+ * Before you call this operation, make sure that you understand the billing methods and pricing of Enterprise Drive Service (formerly Cloud Drive Service). For more information, see [Overview](https://help.aliyun.com/document_detail/386301.html).
67902
68299
  *
67903
68300
  * @param request - CreateCloudDriveServiceRequest
67904
68301
  * @returns CreateCloudDriveServiceResponse
@@ -71488,7 +71885,7 @@ export default class Client extends OpenApi {
71488
71885
  }
71489
71886
 
71490
71887
  /**
71491
- * Queries a list of desktop groups.
71888
+ * Queries cloud computer shares.
71492
71889
  *
71493
71890
  * @param request - DescribeDesktopGroupsRequest
71494
71891
  * @param runtime - runtime options for this request RuntimeOptions
@@ -71596,7 +71993,7 @@ export default class Client extends OpenApi {
71596
71993
  }
71597
71994
 
71598
71995
  /**
71599
- * Queries a list of desktop groups.
71996
+ * Queries cloud computer shares.
71600
71997
  *
71601
71998
  * @param request - DescribeDesktopGroupsRequest
71602
71999
  * @returns DescribeDesktopGroupsResponse
@@ -73175,6 +73572,8 @@ export default class Client extends OpenApi {
73175
73572
  }
73176
73573
 
73177
73574
  /**
73575
+ * Queries the price for changing the specifications of a monthly subscription cloud computer with unlimited hours or a premium bandwidth plan.
73576
+ *
73178
73577
  * @param request - DescribeModificationPriceRequest
73179
73578
  * @param runtime - runtime options for this request RuntimeOptions
73180
73579
  * @returns DescribeModificationPriceResponse
@@ -73233,6 +73632,8 @@ export default class Client extends OpenApi {
73233
73632
  }
73234
73633
 
73235
73634
  /**
73635
+ * Queries the price for changing the specifications of a monthly subscription cloud computer with unlimited hours or a premium bandwidth plan.
73636
+ *
73236
73637
  * @param request - DescribeModificationPriceRequest
73237
73638
  * @returns DescribeModificationPriceResponse
73238
73639
  */
@@ -74011,6 +74412,8 @@ export default class Client extends OpenApi {
74011
74412
  }
74012
74413
 
74013
74414
  /**
74415
+ * Queries the renewal price of an Alibaba Cloud Workspace service.
74416
+ *
74014
74417
  * @param request - DescribeRenewalPriceRequest
74015
74418
  * @param runtime - runtime options for this request RuntimeOptions
74016
74419
  * @returns DescribeRenewalPriceResponse
@@ -74065,6 +74468,8 @@ export default class Client extends OpenApi {
74065
74468
  }
74066
74469
 
74067
74470
  /**
74471
+ * Queries the renewal price of an Alibaba Cloud Workspace service.
74472
+ *
74068
74473
  * @param request - DescribeRenewalPriceRequest
74069
74474
  * @returns DescribeRenewalPriceResponse
74070
74475
  */
@@ -75689,7 +76094,7 @@ export default class Client extends OpenApi {
75689
76094
  }
75690
76095
 
75691
76096
  /**
75692
- * Queries the information about a cloud computer pool.
76097
+ * Queries the information about a cloud computer share.
75693
76098
  *
75694
76099
  * @param request - GetDesktopGroupDetailRequest
75695
76100
  * @param runtime - runtime options for this request RuntimeOptions
@@ -75729,7 +76134,7 @@ export default class Client extends OpenApi {
75729
76134
  }
75730
76135
 
75731
76136
  /**
75732
- * Queries the information about a cloud computer pool.
76137
+ * Queries the information about a cloud computer share.
75733
76138
  *
75734
76139
  * @param request - GetDesktopGroupDetailRequest
75735
76140
  * @returns GetDesktopGroupDetailResponse
@@ -78019,10 +78424,10 @@ export default class Client extends OpenApi {
78019
78424
  }
78020
78425
 
78021
78426
  /**
78022
- * Modifies the configurations of a cloud computer pool.
78427
+ * Modifies a cloud computer share.
78023
78428
  *
78024
78429
  * @remarks
78025
- * After a cloud computer pool is created, the system creates a specific number of cloud computers in the pool based on the auto scaling policy and user connections. Cloud computers are created by using the same cloud computer template and security policy. You can modify the configurations of the pool, including the pool name, cloud computer template, and policy, in different business scenarios.
78430
+ * Once a cloud computer share is created, the system automatically provisions cloud computers according to the auto-scaling policy and user connections, all based on the same template and security policy. You can adjust the cloud computer share\\"s configurations, including the share name, template, and policy, for different business scenarios.
78026
78431
  *
78027
78432
  * @param request - ModifyDesktopGroupRequest
78028
78433
  * @param runtime - runtime options for this request RuntimeOptions
@@ -78158,10 +78563,10 @@ export default class Client extends OpenApi {
78158
78563
  }
78159
78564
 
78160
78565
  /**
78161
- * Modifies the configurations of a cloud computer pool.
78566
+ * Modifies a cloud computer share.
78162
78567
  *
78163
78568
  * @remarks
78164
- * After a cloud computer pool is created, the system creates a specific number of cloud computers in the pool based on the auto scaling policy and user connections. Cloud computers are created by using the same cloud computer template and security policy. You can modify the configurations of the pool, including the pool name, cloud computer template, and policy, in different business scenarios.
78569
+ * Once a cloud computer share is created, the system automatically provisions cloud computers according to the auto-scaling policy and user connections, all based on the same template and security policy. You can adjust the cloud computer share\\"s configurations, including the share name, template, and policy, for different business scenarios.
78165
78570
  *
78166
78571
  * @param request - ModifyDesktopGroupRequest
78167
78572
  * @returns ModifyDesktopGroupResponse