@alicloud/ecd20200930 4.6.0 → 4.6.2

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 {
@@ -1068,7 +1111,7 @@ export class CreateCloudDriveServiceResponseBodyConflictCdsAndOrder extends $dar
1068
1111
  export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
1069
1112
  /**
1070
1113
  * @remarks
1071
- * Specifies whether to allow end users to configure scheduled tasks.
1114
+ * Specifies whether to allow end users to configure the scheduled task.
1072
1115
  *
1073
1116
  * @example
1074
1117
  * true
@@ -1076,7 +1119,7 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
1076
1119
  allowClientSetting?: boolean;
1077
1120
  /**
1078
1121
  * @remarks
1079
- * The CRON expression for the scheduled task.
1122
+ * The cron expression specified in the scheduled task.
1080
1123
  *
1081
1124
  * > The time must be in UTC. For example, for 24:00 (UTC+8), you must set the value to 0 0 16 ? \\* 1,2,3,4,5,6,7
1082
1125
  *
@@ -1086,7 +1129,7 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
1086
1129
  cronExpression?: string;
1087
1130
  /**
1088
1131
  * @remarks
1089
- * Specifies whether to forcibly execute the scheduled task.
1132
+ * Specifies whether to forcefully execute the scheduled task.
1090
1133
  *
1091
1134
  * @example
1092
1135
  * true
@@ -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.
@@ -1115,18 +1159,18 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
1115
1159
  operationType?: string;
1116
1160
  /**
1117
1161
  * @remarks
1118
- * The process whitelist. If whitelisted processes are running, the scheduled task upon inactivity does not take effect.
1162
+ * The process whitelist. If whitelisted processes are running, the scheduled task does not take effect.
1119
1163
  */
1120
1164
  processWhitelist?: string[];
1121
1165
  /**
1122
1166
  * @remarks
1123
- * The reset operation for cloud computers.
1167
+ * The reset option.
1124
1168
  *
1125
1169
  * Valid values:
1126
1170
  *
1127
- * * RESET_TYPE_SYSTEM: resets only the system disks of cloud computers.
1128
- * * RESET_TYPE_USER_DISK: resets only the data disks of cloud computers.
1129
- * * RESET_TYPE_BOTH: resets the system disks and data disks of cloud computers.
1171
+ * * RESET_TYPE_SYSTEM: resets only the system disk.
1172
+ * * RESET_TYPE_USER_DISK: resets only the data disk.
1173
+ * * RESET_TYPE_BOTH: resets the system and data disks.
1130
1174
  *
1131
1175
  * @example
1132
1176
  * RESET_TYPE_SYSTEM
@@ -1134,7 +1178,7 @@ export class CreateConfigGroupRequestConfigTimers extends $dara.Model {
1134
1178
  resetType?: string;
1135
1179
  /**
1136
1180
  * @remarks
1137
- * The type of the scheduled task.
1181
+ * The scheduled task type.
1138
1182
  *
1139
1183
  * Valid values:
1140
1184
  *
@@ -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
@@ -6080,6 +6126,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6080
6126
  * m-gq15cq5ydlvwn****
6081
6127
  */
6082
6128
  imageId?: string;
6129
+ isLdap?: boolean;
6083
6130
  /**
6084
6131
  * @remarks
6085
6132
  * The keep-alive duration of a session after the session is disconnected. Valid values: 180000 (3 minutes) to 345600000 (4 days). Unit: milliseconds. If you set this parameter to 0, the session is permanently retained after it is disconnected.
@@ -6092,7 +6139,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6092
6139
  keepDuration?: number;
6093
6140
  /**
6094
6141
  * @remarks
6095
- * The load balancing policy of the multi-session cloud computer pool.
6142
+ * The load balancing policy for the multi-session many-to-many share.
6096
6143
  *
6097
6144
  * Valid values:
6098
6145
  *
@@ -6105,7 +6152,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6105
6152
  loadPolicy?: number;
6106
6153
  /**
6107
6154
  * @remarks
6108
- * The maximum number of cloud computers that can be housed in the pay-as-you-go cloud computer pool.
6155
+ * The maximum number of cloud computers allowed in the pay-as-you-go cloud computer share.
6109
6156
  *
6110
6157
  * @example
6111
6158
  * 10
@@ -6121,7 +6168,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6121
6168
  memory?: number;
6122
6169
  /**
6123
6170
  * @remarks
6124
- * The maximum number of cloud computers that can be automatically created in the subscription cloud computer pool.
6171
+ * The maximum number of cloud computers that can be automatically created in the subscription cloud computer share.
6125
6172
  *
6126
6173
  * @example
6127
6174
  * 1
@@ -6129,7 +6176,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6129
6176
  minDesktopsCount?: number;
6130
6177
  /**
6131
6178
  * @remarks
6132
- * The name of the office network in which the cloud computer pool resides.
6179
+ * The ID of the office network in which the cloud computer network resides.
6133
6180
  *
6134
6181
  * @example
6135
6182
  * cn-hangzhou+dir-467671****
@@ -6137,7 +6184,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6137
6184
  officeSiteId?: string;
6138
6185
  /**
6139
6186
  * @remarks
6140
- * The ID of the office network to which the cloud computer pool belongs.
6187
+ * The ID of the office network in which the cloud computer share resides.
6141
6188
  *
6142
6189
  * @example
6143
6190
  * testName
@@ -6202,12 +6249,12 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6202
6249
  ownBundleName?: string;
6203
6250
  /**
6204
6251
  * @remarks
6205
- * The type of the cloud computer pool.
6252
+ * The type of the cloud computer share.
6206
6253
  *
6207
6254
  * Valid values:
6208
6255
  *
6209
- * * 0: individual (single session)
6210
- * * 1: shared (multiple sessions)
6256
+ * * 0: a single-session many-to-many share.
6257
+ * * 1: a multi-session many-to-many share.
6211
6258
  *
6212
6259
  * @example
6213
6260
  * 0
@@ -6228,7 +6275,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6228
6275
  payType?: string;
6229
6276
  /**
6230
6277
  * @remarks
6231
- * The ID of the policy that is associated with the cloud computer pool.
6278
+ * The ID of the applied policy.
6232
6279
  *
6233
6280
  * @example
6234
6281
  * pg-53iyi2aar0nd6c8qj
@@ -6236,7 +6283,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6236
6283
  policyGroupId?: string;
6237
6284
  /**
6238
6285
  * @remarks
6239
- * The name of the policy that is associated with the cloud computer pool.
6286
+ * The name of the applied policy.
6240
6287
  *
6241
6288
  * @example
6242
6289
  * test-policy
@@ -6270,11 +6317,11 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6270
6317
  protocolType?: string;
6271
6318
  /**
6272
6319
  * @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:
6320
+ * 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
6321
  *
6275
6322
  * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`.
6276
6323
  *
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.
6324
+ * If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
6278
6325
  *
6279
6326
  * @example
6280
6327
  * 0.85
@@ -6282,14 +6329,14 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6282
6329
  ratioThreshold?: number;
6283
6330
  /**
6284
6331
  * @remarks
6285
- * The disk reset type of the cloud computer pool.
6332
+ * The reset option for the cloud computer share.
6286
6333
  *
6287
6334
  * Valid values:
6288
6335
  *
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
6336
+ * * 0: does not reset any disk.
6337
+ * * 1: resets only the system disk.
6338
+ * * 2: resets only the data disk.
6339
+ * * 3: resets the system disk and data disk.
6293
6340
  *
6294
6341
  * @example
6295
6342
  * 0
@@ -6297,13 +6344,13 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6297
6344
  resetType?: number;
6298
6345
  /**
6299
6346
  * @remarks
6300
- * The payment status of the cloud computer pool.
6347
+ * The status of the cloud computer share.
6301
6348
  *
6302
6349
  * Valid values:
6303
6350
  *
6304
- * * 0: unpaid
6305
- * * 1: paid
6306
- * * 2: overdue or expired
6351
+ * * 0: The cloud computer share is unpaid.
6352
+ * * 1: The cloud computer share is normal.
6353
+ * * 2: The cloud computer share expired, or your account has an overdue payment.
6307
6354
  *
6308
6355
  * @example
6309
6356
  * 1
@@ -6349,13 +6396,20 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6349
6396
  systemDiskSize?: number;
6350
6397
  /**
6351
6398
  * @remarks
6352
- * The tags attached to the cloud computer pool.
6399
+ * The tags.
6353
6400
  */
6354
6401
  tags?: DescribeDesktopGroupsResponseBodyDesktopGroupsTags[];
6402
+ /**
6403
+ * @remarks
6404
+ * 用户组织单元路径。
6405
+ *
6406
+ * @example
6407
+ * example.com\\wuying\\users
6408
+ */
6355
6409
  userOuPath?: string;
6356
6410
  /**
6357
6411
  * @remarks
6358
- * The version number of the cloud computer pool.
6412
+ * The version number of the cloud computer share.
6359
6413
  *
6360
6414
  * @example
6361
6415
  * 2
@@ -6400,6 +6454,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6400
6454
  gpuSpec: 'GpuSpec',
6401
6455
  idleDisconnectDuration: 'IdleDisconnectDuration',
6402
6456
  imageId: 'ImageId',
6457
+ isLdap: 'IsLdap',
6403
6458
  keepDuration: 'KeepDuration',
6404
6459
  loadPolicy: 'LoadPolicy',
6405
6460
  maxDesktopsCount: 'MaxDesktopsCount',
@@ -6454,6 +6509,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
6454
6509
  gpuSpec: 'string',
6455
6510
  idleDisconnectDuration: 'number',
6456
6511
  imageId: 'string',
6512
+ isLdap: 'boolean',
6457
6513
  keepDuration: 'number',
6458
6514
  loadPolicy: 'number',
6459
6515
  maxDesktopsCount: 'number',
@@ -7894,6 +7950,7 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
7894
7950
  * m-4zfb6zj728hhr****
7895
7951
  */
7896
7952
  imageId?: string;
7953
+ isLdap?: boolean;
7897
7954
  /**
7898
7955
  * @remarks
7899
7956
  * The flag that is used to manage the cloud computer.
@@ -8207,6 +8264,7 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
8207
8264
  hibernationOptionsConfigured: 'HibernationOptionsConfigured',
8208
8265
  hostName: 'HostName',
8209
8266
  imageId: 'ImageId',
8267
+ isLdap: 'IsLdap',
8210
8268
  managementFlag: 'ManagementFlag',
8211
8269
  managementFlags: 'ManagementFlags',
8212
8270
  memory: 'Memory',
@@ -8275,6 +8333,7 @@ export class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
8275
8333
  hibernationOptionsConfigured: 'boolean',
8276
8334
  hostName: 'string',
8277
8335
  imageId: 'string',
8336
+ isLdap: 'boolean',
8278
8337
  managementFlag: 'string',
8279
8338
  managementFlags: { 'type': 'array', 'itemType': 'string' },
8280
8339
  memory: 'number',
@@ -11215,18 +11274,35 @@ export class DescribeKmsKeysResponseBodyKeys extends $dara.Model {
11215
11274
 
11216
11275
  export class DescribeModificationPriceResponseBodyPriceInfoPricePromotions extends $dara.Model {
11217
11276
  /**
11277
+ * @remarks
11278
+ * The description of the promotion rule.
11279
+ *
11218
11280
  * @example
11219
11281
  * test
11220
11282
  */
11221
11283
  optionCode?: string;
11284
+ /**
11285
+ * @remarks
11286
+ * The promotion description.
11287
+ */
11222
11288
  promotionDesc?: string;
11223
11289
  /**
11290
+ * @remarks
11291
+ * The ID of the promotion activity.
11292
+ *
11224
11293
  * @example
11225
11294
  * promo_option
11226
11295
  */
11227
11296
  promotionId?: string;
11297
+ /**
11298
+ * @remarks
11299
+ * The name of the promotion activity.
11300
+ */
11228
11301
  promotionName?: string;
11229
11302
  /**
11303
+ * @remarks
11304
+ * Indicates whether an item is selected.
11305
+ *
11230
11306
  * @example
11231
11307
  * false
11232
11308
  */
@@ -11262,23 +11338,43 @@ export class DescribeModificationPriceResponseBodyPriceInfoPricePromotions exten
11262
11338
 
11263
11339
  export class DescribeModificationPriceResponseBodyPriceInfoPrice extends $dara.Model {
11264
11340
  /**
11341
+ * @remarks
11342
+ * The unit of currency (USD).
11343
+ *
11265
11344
  * @example
11266
11345
  * CNY
11267
11346
  */
11268
11347
  currency?: string;
11269
11348
  /**
11349
+ * @remarks
11350
+ * The discounted amount.
11351
+ *
11270
11352
  * @example
11271
11353
  * 15.8
11272
11354
  */
11273
11355
  discountPrice?: number;
11356
+ /**
11357
+ * @remarks
11358
+ * The orders.
11359
+ */
11274
11360
  orderLines?: { [key: string]: string };
11275
11361
  /**
11362
+ * @remarks
11363
+ * The original price.
11364
+ *
11276
11365
  * @example
11277
11366
  * 79.0
11278
11367
  */
11279
11368
  originalPrice?: number;
11369
+ /**
11370
+ * @remarks
11371
+ * The promotion activities.
11372
+ */
11280
11373
  promotions?: DescribeModificationPriceResponseBodyPriceInfoPricePromotions[];
11281
11374
  /**
11375
+ * @remarks
11376
+ * The actual price. The actual price is the original price minus the discount.
11377
+ *
11282
11378
  * @example
11283
11379
  * 63.2
11284
11380
  */
@@ -11321,8 +11417,15 @@ export class DescribeModificationPriceResponseBodyPriceInfoPrice extends $dara.M
11321
11417
  }
11322
11418
 
11323
11419
  export class DescribeModificationPriceResponseBodyPriceInfoRules extends $dara.Model {
11420
+ /**
11421
+ * @remarks
11422
+ * The rule description.
11423
+ */
11324
11424
  description?: string;
11325
11425
  /**
11426
+ * @remarks
11427
+ * The rule ID.
11428
+ *
11326
11429
  * @example
11327
11430
  * 14806
11328
11431
  */
@@ -11351,7 +11454,15 @@ export class DescribeModificationPriceResponseBodyPriceInfoRules extends $dara.M
11351
11454
  }
11352
11455
 
11353
11456
  export class DescribeModificationPriceResponseBodyPriceInfo extends $dara.Model {
11457
+ /**
11458
+ * @remarks
11459
+ * The price information.
11460
+ */
11354
11461
  price?: DescribeModificationPriceResponseBodyPriceInfoPrice;
11462
+ /**
11463
+ * @remarks
11464
+ * The promotion rules.
11465
+ */
11355
11466
  rules?: DescribeModificationPriceResponseBodyPriceInfoRules[];
11356
11467
  static names(): { [key: string]: string } {
11357
11468
  return {
@@ -12184,7 +12295,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSitesLogs extends $dara.Model
12184
12295
  export class DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts extends $dara.Model {
12185
12296
  /**
12186
12297
  * @remarks
12187
- * The amount of resources.
12298
+ * The number of resources.
12188
12299
  *
12189
12300
  * @example
12190
12301
  * 1
@@ -12192,10 +12303,12 @@ export class DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts extends $
12192
12303
  amount?: number;
12193
12304
  /**
12194
12305
  * @remarks
12195
- * The resource type. Valid values:
12306
+ * The resource type.
12196
12307
  *
12197
- * - desktop: cloud computers
12198
- * - desktopGroup: shared cloud computers
12308
+ * Valid values:
12309
+ *
12310
+ * * desktop: the cloud computer.
12311
+ * * DesktopGroup: the cloud computer share.
12199
12312
  *
12200
12313
  * @example
12201
12314
  * desktop
@@ -12318,7 +12431,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
12318
12431
  creationTime?: string;
12319
12432
  /**
12320
12433
  * @remarks
12321
- * The custom gateway.
12434
+ * The custom endpoint of the access gateway.
12322
12435
  *
12323
12436
  * @example
12324
12437
  * gw-****.com
@@ -12326,7 +12439,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
12326
12439
  customAccessPoint?: string;
12327
12440
  /**
12328
12441
  * @remarks
12329
- * The array of custom DNS addresses.
12442
+ * The custom DNS addresses.
12330
12443
  */
12331
12444
  customDnsAddress?: string[];
12332
12445
  /**
@@ -12371,7 +12484,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
12371
12484
  desktopVpcEndpoint?: string;
12372
12485
  /**
12373
12486
  * @remarks
12374
- * The array of DNS addresses in the AD domains.
12487
+ * The DNS addresses for the AD domains.
12375
12488
  */
12376
12489
  dnsAddress?: string[];
12377
12490
  /**
@@ -12500,10 +12613,12 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
12500
12613
  networkPackageId?: string;
12501
12614
  /**
12502
12615
  * @remarks
12503
- * The network version. App Streaming is supported by the new version. Valid values:
12616
+ * The network version. The new version supports App Streaming.
12617
+ *
12618
+ * Valid values:
12504
12619
  *
12505
- * - DEFAULT: the legacy version
12506
- * - NM: the new version
12620
+ * * DEFAULT: the old version.
12621
+ * * NM: the new version.
12507
12622
  *
12508
12623
  * @example
12509
12624
  * NM
@@ -12577,7 +12692,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
12577
12692
  rdsLicenseStatus?: string;
12578
12693
  /**
12579
12694
  * @remarks
12580
- * The amount of resources.
12695
+ * The number of resources.
12581
12696
  */
12582
12697
  resourceAmounts?: DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts[];
12583
12698
  /**
@@ -12635,7 +12750,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
12635
12750
  status?: string;
12636
12751
  /**
12637
12752
  * @remarks
12638
- * An array of DNS addresses for AD subdomains.
12753
+ * The DNS addresses for the AD subdomains.
12639
12754
  */
12640
12755
  subDnsAddress?: string[];
12641
12756
  /**
@@ -12669,7 +12784,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
12669
12784
  totalEdsCount?: number;
12670
12785
  /**
12671
12786
  * @remarks
12672
- * The number of pooled cloud computers in the cloud computer pool.
12787
+ * The number of cloud computers in the cloud computer share.
12673
12788
  *
12674
12789
  * @example
12675
12790
  * 0
@@ -12677,7 +12792,7 @@ export class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Model {
12677
12792
  totalEdsCountForGroup?: number;
12678
12793
  /**
12679
12794
  * @remarks
12680
- * The total number of network cards.
12795
+ * The number of network interface controllers (NICs).
12681
12796
  *
12682
12797
  * @example
12683
12798
  * 1
@@ -15228,18 +15343,35 @@ export class DescribeRegionsResponseBodyRegions extends $dara.Model {
15228
15343
 
15229
15344
  export class DescribeRenewalPriceResponseBodyPriceInfoPricePromotions extends $dara.Model {
15230
15345
  /**
15346
+ * @remarks
15347
+ * The description of the promotion rule.
15348
+ *
15231
15349
  * @example
15232
15350
  * test
15233
15351
  */
15234
15352
  optionCode?: string;
15353
+ /**
15354
+ * @remarks
15355
+ * The promotion description.
15356
+ */
15235
15357
  promotionDesc?: string;
15236
15358
  /**
15359
+ * @remarks
15360
+ * The promotion ID.
15361
+ *
15237
15362
  * @example
15238
15363
  * promo_option
15239
15364
  */
15240
15365
  promotionId?: string;
15366
+ /**
15367
+ * @remarks
15368
+ * The promotion name.
15369
+ */
15241
15370
  promotionName?: string;
15242
15371
  /**
15372
+ * @remarks
15373
+ * Indicates whether an item is selected.
15374
+ *
15243
15375
  * @example
15244
15376
  * false
15245
15377
  */
@@ -15275,23 +15407,43 @@ export class DescribeRenewalPriceResponseBodyPriceInfoPricePromotions extends $d
15275
15407
 
15276
15408
  export class DescribeRenewalPriceResponseBodyPriceInfoPrice extends $dara.Model {
15277
15409
  /**
15410
+ * @remarks
15411
+ * The unit of currency (USD).
15412
+ *
15278
15413
  * @example
15279
15414
  * CNY
15280
15415
  */
15281
15416
  currency?: string;
15282
15417
  /**
15418
+ * @remarks
15419
+ * The discounted amount.
15420
+ *
15283
15421
  * @example
15284
15422
  * 15.8
15285
15423
  */
15286
15424
  discountPrice?: number;
15425
+ /**
15426
+ * @remarks
15427
+ * The orders.
15428
+ */
15287
15429
  orderLines?: { [key: string]: string };
15288
15430
  /**
15431
+ * @remarks
15432
+ * The original price.
15433
+ *
15289
15434
  * @example
15290
15435
  * 79.0
15291
15436
  */
15292
15437
  originalPrice?: number;
15438
+ /**
15439
+ * @remarks
15440
+ * The promotions.
15441
+ */
15293
15442
  promotions?: DescribeRenewalPriceResponseBodyPriceInfoPricePromotions[];
15294
15443
  /**
15444
+ * @remarks
15445
+ * The actual price. The actual price is the original price minus the discount.
15446
+ *
15295
15447
  * @example
15296
15448
  * 63.2
15297
15449
  */
@@ -15334,8 +15486,15 @@ export class DescribeRenewalPriceResponseBodyPriceInfoPrice extends $dara.Model
15334
15486
  }
15335
15487
 
15336
15488
  export class DescribeRenewalPriceResponseBodyPriceInfoRules extends $dara.Model {
15489
+ /**
15490
+ * @remarks
15491
+ * The rule description.
15492
+ */
15337
15493
  description?: string;
15338
15494
  /**
15495
+ * @remarks
15496
+ * The rule ID.
15497
+ *
15339
15498
  * @example
15340
15499
  * 29644
15341
15500
  */
@@ -15364,7 +15523,15 @@ export class DescribeRenewalPriceResponseBodyPriceInfoRules extends $dara.Model
15364
15523
  }
15365
15524
 
15366
15525
  export class DescribeRenewalPriceResponseBodyPriceInfo extends $dara.Model {
15526
+ /**
15527
+ * @remarks
15528
+ * The price.
15529
+ */
15367
15530
  price?: DescribeRenewalPriceResponseBodyPriceInfoPrice;
15531
+ /**
15532
+ * @remarks
15533
+ * The promotion rules.
15534
+ */
15368
15535
  rules?: DescribeRenewalPriceResponseBodyPriceInfoRules[];
15369
15536
  static names(): { [key: string]: string } {
15370
15537
  return {
@@ -15397,11 +15564,17 @@ export class DescribeRenewalPriceResponseBodyPriceInfo extends $dara.Model {
15397
15564
 
15398
15565
  export class DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppModelList extends $dara.Model {
15399
15566
  /**
15567
+ * @remarks
15568
+ * The application ID. This parameter is only applicable to cloud applications.
15569
+ *
15400
15570
  * @example
15401
15571
  * 18
15402
15572
  */
15403
15573
  appId?: string;
15404
15574
  /**
15575
+ * @remarks
15576
+ * The application name.
15577
+ *
15405
15578
  * @example
15406
15579
  * alipic-powergem
15407
15580
  */
@@ -15430,84 +15603,140 @@ export class DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppMod
15430
15603
  }
15431
15604
 
15432
15605
  export class DescribeResourceByCenterPolicyIdResponseBodyResourceModelList extends $dara.Model {
15606
+ /**
15607
+ * @remarks
15608
+ * The cloud applications.
15609
+ */
15433
15610
  appModelList?: DescribeResourceByCenterPolicyIdResponseBodyResourceModelListAppModelList[];
15434
15611
  /**
15612
+ * @remarks
15613
+ * The number of vCPUs.
15614
+ *
15435
15615
  * @example
15436
15616
  * 64
15437
15617
  */
15438
15618
  cpu?: number;
15439
15619
  /**
15620
+ * @remarks
15621
+ * The cloud computer type. You can call the [DescribeDesktopTypes](https://help.aliyun.com/document_detail/188882.html) operation to query the IDs of the cloud computer types supported by Alibaba Cloud Workspace.
15622
+ *
15440
15623
  * @example
15441
15624
  * eds.enterprise_office.8c32g
15442
15625
  */
15443
15626
  desktopType?: string;
15444
15627
  /**
15628
+ * @remarks
15629
+ * The number of GPUs.
15630
+ *
15445
15631
  * @example
15446
15632
  * 0.125
15447
15633
  */
15448
15634
  gpuCount?: number;
15449
15635
  /**
15636
+ * @remarks
15637
+ * The GPU type.
15638
+ *
15450
15639
  * @example
15451
15640
  * 2GiB
15452
15641
  */
15453
15642
  gpuSpec?: string;
15454
15643
  /**
15644
+ * @remarks
15645
+ * The memory size. Unit: MiB.
15646
+ *
15455
15647
  * @example
15456
15648
  * 10240
15457
15649
  */
15458
15650
  memory?: number;
15459
15651
  /**
15652
+ * @remarks
15653
+ * The OS type.
15654
+ *
15460
15655
  * @example
15461
15656
  * Linux
15462
15657
  */
15463
15658
  osType?: string;
15464
15659
  /**
15660
+ * @remarks
15661
+ * The billing method.
15662
+ *
15465
15663
  * @example
15466
15664
  * postPaid
15467
15665
  */
15468
15666
  payType?: string;
15469
15667
  /**
15668
+ * @remarks
15669
+ * The service type.
15670
+ *
15470
15671
  * @example
15471
15672
  * desktop
15472
15673
  */
15473
15674
  productType?: string;
15474
15675
  /**
15676
+ * @remarks
15677
+ * The protocol type.
15678
+ *
15475
15679
  * @example
15476
15680
  * ASP
15477
15681
  */
15478
15682
  protocolType?: string;
15479
15683
  /**
15684
+ * @remarks
15685
+ * The resource group ID.
15686
+ *
15480
15687
  * @example
15481
15688
  * rg-d7pasxsd3b9nhq**
15482
15689
  */
15483
15690
  resourceGroupId?: string;
15484
15691
  /**
15692
+ * @remarks
15693
+ * The resource group name.
15694
+ *
15485
15695
  * @example
15486
15696
  * test
15487
15697
  */
15488
15698
  resourceGroupName?: string;
15489
15699
  /**
15700
+ * @remarks
15701
+ * The number of associated resource groups
15702
+ *
15490
15703
  * @example
15491
15704
  * 10
15492
15705
  */
15493
15706
  resourceGroupRelCount?: number;
15494
15707
  /**
15708
+ * @remarks
15709
+ * The resource ID.
15710
+ *
15495
15711
  * @example
15496
15712
  * ecd-7o96aa08fr****
15497
15713
  */
15498
15714
  resourceId?: string;
15715
+ /**
15716
+ * @remarks
15717
+ * The resource name.
15718
+ */
15499
15719
  resourceName?: string;
15500
15720
  /**
15721
+ * @remarks
15722
+ * The region ID of the resource.
15723
+ *
15501
15724
  * @example
15502
15725
  * cn-shenzhen
15503
15726
  */
15504
15727
  resourceRegionId?: string;
15505
15728
  /**
15729
+ * @remarks
15730
+ * The resource type.
15731
+ *
15506
15732
  * @example
15507
15733
  * desktop
15508
15734
  */
15509
15735
  resourceType?: string;
15510
15736
  /**
15737
+ * @remarks
15738
+ * The resource status.
15739
+ *
15511
15740
  * @example
15512
15741
  * Stopped
15513
15742
  */
@@ -15956,6 +16185,7 @@ export class DescribeTimerGroupResponseBodyDataConfigTimers extends $dara.Model
15956
16185
  * 10
15957
16186
  */
15958
16187
  interval?: number;
16188
+ notificationTime?: number;
15959
16189
  /**
15960
16190
  * @remarks
15961
16191
  * The type of the scheduled disconnection task.
@@ -16027,6 +16257,7 @@ export class DescribeTimerGroupResponseBodyDataConfigTimers extends $dara.Model
16027
16257
  cronExpression: 'CronExpression',
16028
16258
  enforce: 'Enforce',
16029
16259
  interval: 'Interval',
16260
+ notificationTime: 'NotificationTime',
16030
16261
  operationType: 'OperationType',
16031
16262
  processWhitelist: 'ProcessWhitelist',
16032
16263
  resetType: 'ResetType',
@@ -16041,6 +16272,7 @@ export class DescribeTimerGroupResponseBodyDataConfigTimers extends $dara.Model
16041
16272
  cronExpression: 'string',
16042
16273
  enforce: 'boolean',
16043
16274
  interval: 'number',
16275
+ notificationTime: 'number',
16044
16276
  operationType: 'string',
16045
16277
  processWhitelist: { 'type': 'array', 'itemType': 'string' },
16046
16278
  resetType: 'string',
@@ -16077,7 +16309,7 @@ export class DescribeTimerGroupResponseBodyData extends $dara.Model {
16077
16309
  bindCountMap?: { [key: string]: number };
16078
16310
  /**
16079
16311
  * @remarks
16080
- * The scheduled task configuration groups.
16312
+ * The scheduled task configurations.
16081
16313
  */
16082
16314
  configTimers?: DescribeTimerGroupResponseBodyDataConfigTimers[];
16083
16315
  /**
@@ -16725,6 +16957,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
16725
16957
  * alice
16726
16958
  */
16727
16959
  displayName?: string;
16960
+ displayNameNew?: string;
16728
16961
  /**
16729
16962
  * @remarks
16730
16963
  * The email address of the authorized user.
@@ -16791,6 +17024,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
16791
17024
  * ud-i896ze8hazpvl****
16792
17025
  */
16793
17026
  userDesktopId?: string;
17027
+ userPrincipalName?: string;
16794
17028
  /**
16795
17029
  * @remarks
16796
17030
  * Details about the seats of users.
@@ -16802,6 +17036,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
16802
17036
  desktopId: 'DesktopId',
16803
17037
  desktopName: 'DesktopName',
16804
17038
  displayName: 'DisplayName',
17039
+ displayNameNew: 'DisplayNameNew',
16805
17040
  endUserEmail: 'EndUserEmail',
16806
17041
  endUserId: 'EndUserId',
16807
17042
  endUserName: 'EndUserName',
@@ -16810,6 +17045,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
16810
17045
  endUserType: 'EndUserType',
16811
17046
  externalInfo: 'ExternalInfo',
16812
17047
  userDesktopId: 'UserDesktopId',
17048
+ userPrincipalName: 'UserPrincipalName',
16813
17049
  userSetPropertiesModels: 'UserSetPropertiesModels',
16814
17050
  };
16815
17051
  }
@@ -16820,6 +17056,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
16820
17056
  desktopId: 'string',
16821
17057
  desktopName: 'string',
16822
17058
  displayName: 'string',
17059
+ displayNameNew: 'string',
16823
17060
  endUserEmail: 'string',
16824
17061
  endUserId: 'string',
16825
17062
  endUserName: 'string',
@@ -16828,6 +17065,7 @@ export class DescribeUsersInGroupResponseBodyEndUsers extends $dara.Model {
16828
17065
  endUserType: 'string',
16829
17066
  externalInfo: DescribeUsersInGroupResponseBodyEndUsersExternalInfo,
16830
17067
  userDesktopId: 'string',
17068
+ userPrincipalName: 'string',
16831
17069
  userSetPropertiesModels: { 'type': 'array', 'itemType': DescribeUsersInGroupResponseBodyEndUsersUserSetPropertiesModels },
16832
17070
  };
16833
17071
  }
@@ -17423,12 +17661,12 @@ export class GetDesktopGroupDetailResponseBodyDesktopsScaleTimerInfos extends $d
17423
17661
  keepDuration?: number;
17424
17662
  /**
17425
17663
  * @remarks
17426
- * The load balancing policy of the multi-session cloud computer pool.
17664
+ * The load balancing policy for the multi-session many-to-many share.
17427
17665
  *
17428
17666
  * Valid values:
17429
17667
  *
17430
- * * 0: depth-first
17431
- * * 1: breadth-first
17668
+ * * 0: depth-first.
17669
+ * * 1: breadth-first.
17432
17670
  *
17433
17671
  * @example
17434
17672
  * 1
@@ -17452,11 +17690,11 @@ export class GetDesktopGroupDetailResponseBodyDesktopsScaleTimerInfos extends $d
17452
17690
  minResAmount?: number;
17453
17691
  /**
17454
17692
  * @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:
17693
+ * 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
17694
  *
17457
- * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`
17695
+ * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`.
17458
17696
  *
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.
17697
+ * If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
17460
17698
  *
17461
17699
  * @example
17462
17700
  * 0.5
@@ -17588,12 +17826,12 @@ export class GetDesktopGroupDetailResponseBodyDesktopsTimerInfos extends $dara.M
17588
17826
  export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17589
17827
  /**
17590
17828
  * @remarks
17591
- * Indicates whether cloud computers can be automatically created in the subscription cloud computer pool.
17829
+ * Specifies whether to enable batch-based automatic creation of cloud computers in the subscription cloud computer share.
17592
17830
  *
17593
17831
  * Valid values:
17594
17832
  *
17595
- * * 0: false
17596
- * * 1: true
17833
+ * * 0: enables batch-based automatic creation of cloud computers.
17834
+ * * 1: disables batch-based automatic creation of cloud computers.
17597
17835
  *
17598
17836
  * @example
17599
17837
  * 1
@@ -17601,10 +17839,10 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17601
17839
  allowAutoSetup?: number;
17602
17840
  /**
17603
17841
  * @remarks
17604
- * The number of cloud computers that is allowed to be reserved in the pay-as-you-go cloud computer pool. Valid values:
17842
+ * 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
17843
  *
17606
- * * 0: does not allow the system to reserve cloud computers.
17607
- * * N: allows the system to reserve N cloud computers. (1≤ N ≤ 100)
17844
+ * * 0: does not reserve any cloud computers.
17845
+ * * N: reserves N cloud computers (1≤ N ≤ 100).
17608
17846
  *
17609
17847
  * @example
17610
17848
  * 1
@@ -17612,7 +17850,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17612
17850
  allowBufferCount?: number;
17613
17851
  /**
17614
17852
  * @remarks
17615
- * The number of concurrent sessions that is allowed for each cloud computer in a multi-session cloud computer pool.
17853
+ * The maximum number of concurrent sessions allowed per cloud computer within the multi-session many-to-many share.
17616
17854
  *
17617
17855
  * @example
17618
17856
  * 1
@@ -17620,8 +17858,8 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17620
17858
  bindAmount?: number;
17621
17859
  /**
17622
17860
  * @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`.
17861
+ * * The number of purchased cloud computers in the subscription share. Valid values: 0 to 200.
17862
+ * * The minimum initial number of cloud computers created in the pay-as-you-go share. Default value: 1. Valid values: 0 to `MaxDesktopsCount`.
17625
17863
  *
17626
17864
  * @example
17627
17865
  * 5
@@ -17685,7 +17923,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17685
17923
  dataDiskSize?: string;
17686
17924
  /**
17687
17925
  * @remarks
17688
- * The ID of the cloud computer pool.
17926
+ * The ID of the cloud computer share.
17689
17927
  *
17690
17928
  * @example
17691
17929
  * dg-3uiojcc0j4kh7****
@@ -17693,7 +17931,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17693
17931
  desktopGroupId?: string;
17694
17932
  /**
17695
17933
  * @remarks
17696
- * The name of the cloud computer pool that is queried.
17934
+ * The name of the cloud computer share.
17697
17935
  *
17698
17936
  * @example
17699
17937
  * DesktopGroupDemo
@@ -17717,7 +17955,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17717
17955
  directoryType?: string;
17718
17956
  /**
17719
17957
  * @remarks
17720
- * The time when the subscription cloud computer pool expires.
17958
+ * The expiration date of the subscription cloud computer share.
17721
17959
  *
17722
17960
  * @example
17723
17961
  * 2021-12-31T15:59Z
@@ -17767,12 +18005,12 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17767
18005
  keepDuration?: number;
17768
18006
  /**
17769
18007
  * @remarks
17770
- * The load balancing policy of the multi-session cloud computer pool.
18008
+ * The load balancing policy for the multi-session many-to-many share.
17771
18009
  *
17772
18010
  * Valid values:
17773
18011
  *
17774
- * * 0: depth-first
17775
- * * 1: breadth-first
18012
+ * * 0: depth-first.
18013
+ * * 1: breadth-first.
17776
18014
  *
17777
18015
  * @example
17778
18016
  * 0
@@ -17780,7 +18018,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17780
18018
  loadPolicy?: number;
17781
18019
  /**
17782
18020
  * @remarks
17783
- * The maximum number of cloud computers that can be housed in the pay-as-you-go cloud computer pool.
18021
+ * The maximum number of cloud computers allowed in the pay-as-you-go cloud computer share.
17784
18022
  *
17785
18023
  * @example
17786
18024
  * 10
@@ -17796,7 +18034,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17796
18034
  memory?: number;
17797
18035
  /**
17798
18036
  * @remarks
17799
- * The maximum number of cloud computers that can be automatically created in the subscription cloud computer pool.
18037
+ * The number of cloud computers created in the initial batch within the subscription cloud computer share.
17800
18038
  *
17801
18039
  * @example
17802
18040
  * 1
@@ -17828,7 +18066,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17828
18066
  officeSiteId?: string;
17829
18067
  /**
17830
18068
  * @remarks
17831
- * The name of the office network in which the cloud computer pool resides.
18069
+ * The name of the office network in which the cloud computer resides.
17832
18070
  *
17833
18071
  * @example
17834
18072
  * test
@@ -17867,12 +18105,12 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17867
18105
  ownBundleName?: string;
17868
18106
  /**
17869
18107
  * @remarks
17870
- * The type of the cloud computer pool.
18108
+ * The type of the cloud computer share.
17871
18109
  *
17872
18110
  * Valid values:
17873
18111
  *
17874
- * * 0: individual (single session)
17875
- * * 1: shared (multiple sessions)
18112
+ * * 0: a one-to-many share.
18113
+ * * 1: a many-to-many share.
17876
18114
  *
17877
18115
  * @example
17878
18116
  * 0
@@ -17894,7 +18132,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17894
18132
  payType?: string;
17895
18133
  /**
17896
18134
  * @remarks
17897
- * The ID of the policy that is associated with the cloud computer pool.
18135
+ * The ID of the applied policy.
17898
18136
  *
17899
18137
  * @example
17900
18138
  * pg-9cktlowtxfl6****
@@ -17902,12 +18140,12 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17902
18140
  policyGroupId?: string;
17903
18141
  /**
17904
18142
  * @remarks
17905
- * The IDs of policies that are associated with the cloud computer pool.
18143
+ * The IDs of the applied policies.
17906
18144
  */
17907
18145
  policyGroupIds?: string[];
17908
18146
  /**
17909
18147
  * @remarks
17910
- * The name of the policy that is associated with the cloud computer pool.
18148
+ * The name of the applied policy.
17911
18149
  *
17912
18150
  * @example
17913
18151
  * test
@@ -17915,7 +18153,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17915
18153
  policyGroupName?: string;
17916
18154
  /**
17917
18155
  * @remarks
17918
- * The names of policies that are associated with the cloud computer pool.
18156
+ * The names of the applied policies.
17919
18157
  */
17920
18158
  policyGroupNames?: string[];
17921
18159
  /**
@@ -17928,11 +18166,11 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17928
18166
  profileFollowSwitch?: boolean;
17929
18167
  /**
17930
18168
  * @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:
18169
+ * 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
18170
  *
17933
- * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`
18171
+ * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`.
17934
18172
  *
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.
18173
+ * If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
17936
18174
  *
17937
18175
  * @example
17938
18176
  * 0.6
@@ -17967,18 +18205,18 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
17967
18205
  resetType?: number;
17968
18206
  /**
17969
18207
  * @remarks
17970
- * Details of the scheduled tasks.
18208
+ * The scheduled tasks.
17971
18209
  */
17972
18210
  scaleTimerInfos?: GetDesktopGroupDetailResponseBodyDesktopsScaleTimerInfos[];
17973
18211
  /**
17974
18212
  * @remarks
17975
- * The payment status of the cloud computer pool.
18213
+ * The status of the cloud computer share.
17976
18214
  *
17977
18215
  * Valid values:
17978
18216
  *
17979
- * * 0: unpaid
17980
- * * 1: paid
17981
- * * 2: overdue or expired
18217
+ * * 0: The cloud computer share is unpaid.
18218
+ * * 1: The cloud computer share is normal.
18219
+ * * 2: The cloud computer share expired, or your account has an overdue payment.
17982
18220
  *
17983
18221
  * @example
17984
18222
  * 1
@@ -18023,7 +18261,7 @@ export class GetDesktopGroupDetailResponseBodyDesktops extends $dara.Model {
18023
18261
  timingStrategyInfo?: string;
18024
18262
  /**
18025
18263
  * @remarks
18026
- * The version number of the cloud computer pool.
18264
+ * The version number of the cloud computer share.
18027
18265
  *
18028
18266
  * @example
18029
18267
  * 1
@@ -18407,6 +18645,7 @@ export class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
18407
18645
  * Alice
18408
18646
  */
18409
18647
  displayName?: string;
18648
+ displayNameNew?: string;
18410
18649
  /**
18411
18650
  * @remarks
18412
18651
  * The email address.
@@ -18431,13 +18670,16 @@ export class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
18431
18670
  * 130********
18432
18671
  */
18433
18672
  phone?: string;
18673
+ userPrincipalName?: string;
18434
18674
  static names(): { [key: string]: string } {
18435
18675
  return {
18436
18676
  assignedDesktopNumber: 'AssignedDesktopNumber',
18437
18677
  displayName: 'DisplayName',
18678
+ displayNameNew: 'DisplayNameNew',
18438
18679
  email: 'Email',
18439
18680
  endUser: 'EndUser',
18440
18681
  phone: 'Phone',
18682
+ userPrincipalName: 'UserPrincipalName',
18441
18683
  };
18442
18684
  }
18443
18685
 
@@ -18445,9 +18687,11 @@ export class ListDirectoryUsersResponseBodyUsers extends $dara.Model {
18445
18687
  return {
18446
18688
  assignedDesktopNumber: 'number',
18447
18689
  displayName: 'string',
18690
+ displayNameNew: 'string',
18448
18691
  email: 'string',
18449
18692
  endUser: 'string',
18450
18693
  phone: 'string',
18694
+ userPrincipalName: 'string',
18451
18695
  };
18452
18696
  }
18453
18697
 
@@ -18700,6 +18944,7 @@ export class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
18700
18944
  * Alice
18701
18945
  */
18702
18946
  displayName?: string;
18947
+ displayNameNew?: string;
18703
18948
  email?: string;
18704
18949
  /**
18705
18950
  * @remarks
@@ -18710,13 +18955,16 @@ export class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
18710
18955
  */
18711
18956
  endUser?: string;
18712
18957
  phone?: string;
18958
+ userPrincipalName?: string;
18713
18959
  static names(): { [key: string]: string } {
18714
18960
  return {
18715
18961
  assignedDesktopNumber: 'AssignedDesktopNumber',
18716
18962
  displayName: 'DisplayName',
18963
+ displayNameNew: 'DisplayNameNew',
18717
18964
  email: 'Email',
18718
18965
  endUser: 'EndUser',
18719
18966
  phone: 'Phone',
18967
+ userPrincipalName: 'UserPrincipalName',
18720
18968
  };
18721
18969
  }
18722
18970
 
@@ -18724,9 +18972,11 @@ export class ListOfficeSiteUsersResponseBodyUsers extends $dara.Model {
18724
18972
  return {
18725
18973
  assignedDesktopNumber: 'number',
18726
18974
  displayName: 'string',
18975
+ displayNameNew: 'string',
18727
18976
  email: 'string',
18728
18977
  endUser: 'string',
18729
18978
  phone: 'string',
18979
+ userPrincipalName: 'string',
18730
18980
  };
18731
18981
  }
18732
18982
 
@@ -20602,11 +20852,17 @@ export class ModifyPolicyGroupRequestUsbSupplyRedirectRule extends $dara.Model {
20602
20852
 
20603
20853
  export class ModifyResourceCenterPolicyResponseBodyModifyResults extends $dara.Model {
20604
20854
  /**
20855
+ * @remarks
20856
+ * The verification result.
20857
+ *
20605
20858
  * @example
20606
20859
  * true
20607
20860
  */
20608
20861
  checkResult?: boolean;
20609
20862
  /**
20863
+ * @remarks
20864
+ * The resource ID.
20865
+ *
20610
20866
  * @example
20611
20867
  * ecd-e254cpyt9bb*****
20612
20868
  */
@@ -20645,7 +20901,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
20645
20901
  allowClientSetting?: boolean;
20646
20902
  /**
20647
20903
  * @remarks
20648
- * The CRON expression for the scheduled task.
20904
+ * The cron expression specified in the scheduled task.
20649
20905
  *
20650
20906
  * > The time must be in UTC. For example, for 24:00 (UTC+8), you must set the value to 0 0 16 ? \\* 1,2,3,4,5,6,7.
20651
20907
  *
@@ -20669,6 +20925,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
20669
20925
  * 10
20670
20926
  */
20671
20927
  interval?: number;
20928
+ notificationTime?: number;
20672
20929
  /**
20673
20930
  * @remarks
20674
20931
  * The type of the scheduled operation. If you set TimerType to NoConnect, you can specify this parameter.
@@ -20684,12 +20941,12 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
20684
20941
  operationType?: string;
20685
20942
  /**
20686
20943
  * @remarks
20687
- * The process whitelist. If whitelisted processes are running, the scheduled task upon inactivity does not take effect.
20944
+ * The process whitelist. If whitelisted processes are running, the scheduled task triggered by inactivity does not take effect.
20688
20945
  */
20689
20946
  processWhitelist?: string[];
20690
20947
  /**
20691
20948
  * @remarks
20692
- * The reset operation.
20949
+ * The reset option.
20693
20950
  *
20694
20951
  * Valid values:
20695
20952
  *
@@ -20703,7 +20960,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
20703
20960
  resetType?: string;
20704
20961
  /**
20705
20962
  * @remarks
20706
- * The type of the scheduled task.
20963
+ * The scheduled task type.
20707
20964
  *
20708
20965
  * Valid values:
20709
20966
  *
@@ -20740,6 +20997,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
20740
20997
  cronExpression: 'CronExpression',
20741
20998
  enforce: 'Enforce',
20742
20999
  interval: 'Interval',
21000
+ notificationTime: 'NotificationTime',
20743
21001
  operationType: 'OperationType',
20744
21002
  processWhitelist: 'ProcessWhitelist',
20745
21003
  resetType: 'ResetType',
@@ -20754,6 +21012,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
20754
21012
  cronExpression: 'string',
20755
21013
  enforce: 'boolean',
20756
21014
  interval: 'number',
21015
+ notificationTime: 'number',
20757
21016
  operationType: 'string',
20758
21017
  processWhitelist: { 'type': 'array', 'itemType': 'string' },
20759
21018
  resetType: 'string',
@@ -22470,7 +22729,7 @@ export class AddUserToDesktopGroupRequest extends $dara.Model {
22470
22729
  desktopGroupIds?: string[];
22471
22730
  /**
22472
22731
  * @remarks
22473
- * The regular users to whom you want to assign the desktop group.
22732
+ * The IDs of the users to whom you want to grant permissions.
22474
22733
  */
22475
22734
  endUserIds?: string[];
22476
22735
  /**
@@ -24339,6 +24598,11 @@ export class CancelCopyImageResponse extends $dara.Model {
24339
24598
  export class CloneCenterPolicyRequest extends $dara.Model {
24340
24599
  /**
24341
24600
  * @remarks
24601
+ * The business type. Valid values:
24602
+ *
24603
+ * * 1: public cloud.
24604
+ * * 8: commercial edition.
24605
+ *
24342
24606
  * This parameter is required.
24343
24607
  *
24344
24608
  * @example
@@ -24347,6 +24611,8 @@ export class CloneCenterPolicyRequest extends $dara.Model {
24347
24611
  businessType?: number;
24348
24612
  /**
24349
24613
  * @remarks
24614
+ * The name of the cloud computer policy that you want to clone.
24615
+ *
24350
24616
  * This parameter is required.
24351
24617
  *
24352
24618
  * @example
@@ -24355,6 +24621,8 @@ export class CloneCenterPolicyRequest extends $dara.Model {
24355
24621
  name?: string;
24356
24622
  /**
24357
24623
  * @remarks
24624
+ * The ID of the cloud computer policy that you want to clone.
24625
+ *
24358
24626
  * This parameter is required.
24359
24627
  *
24360
24628
  * @example
@@ -24363,6 +24631,8 @@ export class CloneCenterPolicyRequest extends $dara.Model {
24363
24631
  policyGroupId?: string;
24364
24632
  /**
24365
24633
  * @remarks
24634
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
24635
+ *
24366
24636
  * This parameter is required.
24367
24637
  *
24368
24638
  * @example
@@ -24371,6 +24641,11 @@ export class CloneCenterPolicyRequest extends $dara.Model {
24371
24641
  regionId?: string;
24372
24642
  /**
24373
24643
  * @remarks
24644
+ * The resource type. Valid values:
24645
+ *
24646
+ * * desktop: cloud computers.
24647
+ * * app: cloud applications.
24648
+ *
24374
24649
  * This parameter is required.
24375
24650
  *
24376
24651
  * @example
@@ -24408,11 +24683,17 @@ export class CloneCenterPolicyRequest extends $dara.Model {
24408
24683
 
24409
24684
  export class CloneCenterPolicyResponseBody extends $dara.Model {
24410
24685
  /**
24686
+ * @remarks
24687
+ * The ID of the duplicated cloud computer policy.
24688
+ *
24411
24689
  * @example
24412
24690
  * pg-gx2x1dhsmthe9****
24413
24691
  */
24414
24692
  policyGroupId?: string;
24415
24693
  /**
24694
+ * @remarks
24695
+ * The request ID.
24696
+ *
24416
24697
  * @example
24417
24698
  * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
24418
24699
  */
@@ -28389,30 +28670,81 @@ export class CreateCenterPolicyResponse extends $dara.Model {
28389
28670
  }
28390
28671
 
28391
28672
  export class CreateCloudDriveServiceRequest extends $dara.Model {
28673
+ /**
28674
+ * @remarks
28675
+ * Specifies whether to enable the auto-payment feature.
28676
+ *
28677
+ * Valid values:
28678
+ *
28679
+ * * true: enables the auto-payment feature. Ensure your Alibaba Cloud account has sufficient balance. Insufficient balance may result in abnormal orders.
28680
+ * * 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.
28681
+ *
28682
+ * @example
28683
+ * false
28684
+ */
28392
28685
  autoPay?: boolean;
28686
+ /**
28687
+ * @remarks
28688
+ * Optional. Specifies whether to enable the auto-renewal feature. This parameter takes effect only if you set CdsChargeType to `Prepaid`.
28689
+ *
28690
+ * Valid values:
28691
+ *
28692
+ * * true
28693
+ * * false
28694
+ *
28695
+ * @example
28696
+ * false
28697
+ */
28393
28698
  autoRenew?: boolean;
28394
28699
  /**
28395
28700
  * @remarks
28396
- * The business type.
28701
+ * > This parameter is not publicly available.
28397
28702
  *
28398
28703
  * @example
28399
28704
  * 3
28400
28705
  */
28401
28706
  bizType?: number;
28707
+ /**
28708
+ * @remarks
28709
+ * The billing method of the enterprise drive.
28710
+ *
28711
+ * Valid values:
28712
+ *
28713
+ * * PostPaid: pay-as-you-go.
28714
+ * * PrePaid: subscription.
28715
+ *
28716
+ * @example
28717
+ * PostPaid
28718
+ */
28402
28719
  cdsChargeType?: string;
28403
28720
  /**
28721
+ * @remarks
28722
+ * 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.
28723
+ *
28404
28724
  * @example
28405
28725
  * cen-g4ba1mkji8nj6****
28406
28726
  */
28407
28727
  cenId?: string;
28408
28728
  /**
28729
+ * @remarks
28730
+ * 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.
28731
+ *
28409
28732
  * @example
28410
28733
  * test.local
28411
28734
  */
28412
28735
  domainName?: string;
28736
+ /**
28737
+ * @remarks
28738
+ * The user IDs.
28739
+ */
28413
28740
  endUserId?: string[];
28414
28741
  /**
28415
28742
  * @remarks
28743
+ * The maximum storage capacity of the enterprise drive.
28744
+ *
28745
+ * * For a pay-as-you-go enterprise drive, the unit is bytes.
28746
+ * * 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.
28747
+ *
28416
28748
  * This parameter is required.
28417
28749
  *
28418
28750
  * @example
@@ -28421,27 +28753,62 @@ export class CreateCloudDriveServiceRequest extends $dara.Model {
28421
28753
  maxSize?: number;
28422
28754
  /**
28423
28755
  * @remarks
28424
- * The name of the cloud disk that you want to create in Cloud Drive Service.
28756
+ * The name of the enterprise drive
28425
28757
  *
28426
28758
  * @example
28427
28759
  * wuying-pds
28428
28760
  */
28429
28761
  name?: string;
28430
28762
  /**
28763
+ * @remarks
28764
+ * The ID of the office network. This parameter takes effect only if you set OfficeSiteType to `AD_CONNECTOR`.
28765
+ *
28431
28766
  * @example
28432
28767
  * cn-hangzhou+dir-400695****
28433
28768
  */
28434
28769
  officeSiteId?: string;
28435
28770
  /**
28771
+ * @remarks
28772
+ * The type of the office network.
28773
+ *
28774
+ * Valid values:
28775
+ *
28776
+ * * SIMPLE: convenience office network.
28777
+ * * AD_CONNECTOR: enterprise Active Directory (AD) office network.
28778
+ *
28436
28779
  * @example
28437
28780
  * SIMPLE
28438
28781
  */
28439
28782
  officeSiteType?: string;
28783
+ /**
28784
+ * @remarks
28785
+ * The subscription duration. The unit is specified by `PeriodUnit`. This parameter takes effect only if you set `CdsChargeType` to `PrePaid`.
28786
+ *
28787
+ * Valid values:
28788
+ *
28789
+ * * 1
28790
+ * * 2
28791
+ * * 3
28792
+ *
28793
+ * @example
28794
+ * 1
28795
+ */
28440
28796
  period?: number;
28797
+ /**
28798
+ * @remarks
28799
+ * Required. The unit of the subscription duration. This parameter takes effect only if you set `CdsChargeType` to `PrePaid`.
28800
+ *
28801
+ * Valid value:
28802
+ *
28803
+ * * Year
28804
+ *
28805
+ * @example
28806
+ * Year
28807
+ */
28441
28808
  periodUnit?: string;
28442
28809
  /**
28443
28810
  * @remarks
28444
- * The region ID.
28811
+ * 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
28812
  *
28446
28813
  * This parameter is required.
28447
28814
  *
@@ -28451,14 +28818,30 @@ export class CreateCloudDriveServiceRequest extends $dara.Model {
28451
28818
  regionId?: string;
28452
28819
  /**
28453
28820
  * @remarks
28454
- * The solution ID.
28821
+ * > This parameter is not publicly available.
28455
28822
  *
28456
28823
  * @example
28457
28824
  * co-0esnf8kb8zpfbqmvt
28458
28825
  */
28459
28826
  solutionId?: string;
28827
+ /**
28828
+ * @remarks
28829
+ * Required. The maximum number of users allowed on the enterprise drive. This parameter takes effect only if you set `CdsChargeType` to `PrePaid`.
28830
+ *
28831
+ * Valid values:
28832
+ *
28833
+ * * 5 when the value of MaxSize is 500 GiB.
28834
+ * * 20 when the value of MaxSize is 2048 GiB.
28835
+ * * 50 when the value of MaxSize is 5120 GiB.
28836
+ *
28837
+ * @example
28838
+ * 5
28839
+ */
28460
28840
  userCount?: number;
28461
28841
  /**
28842
+ * @remarks
28843
+ * The maximum storage capacity of the user\\"s personal disk when allocated. Unit: bytes.
28844
+ *
28462
28845
  * @example
28463
28846
  * 1024000
28464
28847
  */
@@ -28522,7 +28905,7 @@ export class CreateCloudDriveServiceRequest extends $dara.Model {
28522
28905
  export class CreateCloudDriveServiceResponseBody extends $dara.Model {
28523
28906
  /**
28524
28907
  * @remarks
28525
- * The ID of the attached cloud disk.
28908
+ * The ID of the enterprise drive.
28526
28909
  *
28527
28910
  * @example
28528
28911
  * cn-hangzhou+cds-7782057786
@@ -28537,30 +28920,64 @@ export class CreateCloudDriveServiceResponseBody extends $dara.Model {
28537
28920
  */
28538
28921
  cdsName?: string;
28539
28922
  /**
28923
+ * @remarks
28924
+ * The ID of the CEN instance.
28925
+ *
28926
+ * > 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.
28927
+ *
28540
28928
  * @example
28541
28929
  * cen-638u3wxds9snyc****
28542
28930
  */
28543
28931
  cenId?: string;
28932
+ /**
28933
+ * @remarks
28934
+ * The existing enterprise drive or its order that conflicts with the enterprise drive being created.
28935
+ */
28544
28936
  conflictCdsAndOrder?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrder;
28545
28937
  /**
28938
+ * @remarks
28939
+ * The domain name of the enterprise AD office network.
28940
+ *
28546
28941
  * @example
28547
28942
  * test1.local
28548
28943
  */
28549
28944
  domainName?: string;
28945
+ /**
28946
+ * @remarks
28947
+ * The error code.
28948
+ *
28949
+ * @example
28950
+ * ExistConflictCds
28951
+ */
28550
28952
  errorCode?: string;
28551
28953
  /**
28552
28954
  * @remarks
28553
- * The maximum capacity of each instance in Cloud Drive Service. Unit: GiB
28955
+ * The maximum storage capacity of the enterprise drive. Unit: bytes.
28554
28956
  *
28555
28957
  * @example
28556
28958
  * 213674622976
28557
28959
  */
28558
28960
  maxSize?: string;
28559
28961
  /**
28962
+ * @remarks
28963
+ * The type of the office network.
28964
+ *
28965
+ * Valid values:
28966
+ *
28967
+ * * SIMPLE: convenience office network.
28968
+ * * AD_CONNECTOR: enterprise AD office network.
28969
+ *
28560
28970
  * @example
28561
28971
  * AD_CONNECTOR
28562
28972
  */
28563
28973
  officeSiteType?: string;
28974
+ /**
28975
+ * @remarks
28976
+ * The ID of the order. You can obtain an order ID on the Orders page in the Expenses and Costs console.
28977
+ *
28978
+ * @example
28979
+ * 214552063030752
28980
+ */
28564
28981
  orderId?: string;
28565
28982
  /**
28566
28983
  * @remarks
@@ -28783,7 +29200,7 @@ export class CreateCloudDriveUsersResponse extends $dara.Model {
28783
29200
  export class CreateConfigGroupRequest extends $dara.Model {
28784
29201
  /**
28785
29202
  * @remarks
28786
- * The list of configuration groups.
29203
+ * The scheduled task groups.
28787
29204
  */
28788
29205
  configTimers?: CreateConfigGroupRequestConfigTimers[];
28789
29206
  /**
@@ -28828,11 +29245,11 @@ export class CreateConfigGroupRequest extends $dara.Model {
28828
29245
  regionId?: string;
28829
29246
  /**
28830
29247
  * @remarks
28831
- * The type of the configuration group.
29248
+ * The group type.
28832
29249
  *
28833
29250
  * Valid value:
28834
29251
  *
28835
- * * Timer: the scheduled task type.
29252
+ * * Timer: a scheduled task group.
28836
29253
  *
28837
29254
  * This parameter is required.
28838
29255
  *
@@ -31040,6 +31457,7 @@ export class CreateImageRequest extends $dara.Model {
31040
31457
  * false
31041
31458
  */
31042
31459
  autoCleanUserdata?: boolean;
31460
+ dataSnapshotIds?: string[];
31043
31461
  /**
31044
31462
  * @remarks
31045
31463
  * The description of the custom image. The description must be 2 to 256 characters in length. It cannot start with `http://` or `https://`.
@@ -31111,6 +31529,7 @@ export class CreateImageRequest extends $dara.Model {
31111
31529
  static names(): { [key: string]: string } {
31112
31530
  return {
31113
31531
  autoCleanUserdata: 'AutoCleanUserdata',
31532
+ dataSnapshotIds: 'DataSnapshotIds',
31114
31533
  description: 'Description',
31115
31534
  desktopId: 'DesktopId',
31116
31535
  diskType: 'DiskType',
@@ -31125,6 +31544,7 @@ export class CreateImageRequest extends $dara.Model {
31125
31544
  static types(): { [key: string]: any } {
31126
31545
  return {
31127
31546
  autoCleanUserdata: 'boolean',
31547
+ dataSnapshotIds: { 'type': 'array', 'itemType': 'string' },
31128
31548
  description: 'string',
31129
31549
  desktopId: 'string',
31130
31550
  diskType: 'string',
@@ -31137,6 +31557,9 @@ export class CreateImageRequest extends $dara.Model {
31137
31557
  }
31138
31558
 
31139
31559
  validate() {
31560
+ if(Array.isArray(this.dataSnapshotIds)) {
31561
+ $dara.Model.validateArray(this.dataSnapshotIds);
31562
+ }
31140
31563
  if(Array.isArray(this.snapshotIds)) {
31141
31564
  $dara.Model.validateArray(this.snapshotIds);
31142
31565
  }
@@ -33886,6 +34309,13 @@ export class DeleteCdsFileResponse extends $dara.Model {
33886
34309
  export class DeleteCenterPolicyRequest extends $dara.Model {
33887
34310
  /**
33888
34311
  * @remarks
34312
+ * The business type.
34313
+ *
34314
+ * Valid values:
34315
+ *
34316
+ * * 1: public cloud.
34317
+ * * 8: commercial edition.
34318
+ *
33889
34319
  * This parameter is required.
33890
34320
  *
33891
34321
  * @example
@@ -33894,11 +34324,15 @@ export class DeleteCenterPolicyRequest extends $dara.Model {
33894
34324
  businessType?: number;
33895
34325
  /**
33896
34326
  * @remarks
34327
+ * The policy IDs.
34328
+ *
33897
34329
  * This parameter is required.
33898
34330
  */
33899
34331
  policyGroupIds?: string[];
33900
34332
  /**
33901
34333
  * @remarks
34334
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
34335
+ *
33902
34336
  * This parameter is required.
33903
34337
  *
33904
34338
  * @example
@@ -33907,6 +34341,13 @@ export class DeleteCenterPolicyRequest extends $dara.Model {
33907
34341
  regionId?: string;
33908
34342
  /**
33909
34343
  * @remarks
34344
+ * The resource type.
34345
+ *
34346
+ * Valid values:
34347
+ *
34348
+ * * app: cloud applications.
34349
+ * * desktop: cloud computers.
34350
+ *
33910
34351
  * This parameter is required.
33911
34352
  *
33912
34353
  * @example
@@ -33945,6 +34386,9 @@ export class DeleteCenterPolicyRequest extends $dara.Model {
33945
34386
 
33946
34387
  export class DeleteCenterPolicyResponseBody extends $dara.Model {
33947
34388
  /**
34389
+ * @remarks
34390
+ * The request ID.
34391
+ *
33948
34392
  * @example
33949
34393
  * 72E47B1E-6B11-5A11-A27C-7A80F866****
33950
34394
  */
@@ -38357,7 +38801,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38357
38801
  bundleId?: string[];
38358
38802
  /**
38359
38803
  * @remarks
38360
- * The ID of the cloud computer pool.
38804
+ * The ID of the cloud computer share.
38361
38805
  *
38362
38806
  * @example
38363
38807
  * dg-2i8qxpv6t1a03****
@@ -38370,7 +38814,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38370
38814
  desktopGroupIds?: string[];
38371
38815
  /**
38372
38816
  * @remarks
38373
- * The name of the cloud computer pool to query. Fuzzy search is supported.
38817
+ * The name of the cloud computer share that you want to query. Fuzzy search is supported.
38374
38818
  *
38375
38819
  * @example
38376
38820
  * testName
@@ -38378,7 +38822,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38378
38822
  desktopGroupName?: string;
38379
38823
  /**
38380
38824
  * @remarks
38381
- * The authorized user IDs of cloud computer pools.
38825
+ * The IDs of the users who can access the cloud computer share.
38382
38826
  */
38383
38827
  endUserIds?: string[];
38384
38828
  /**
@@ -38425,7 +38869,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38425
38869
  nextToken?: string;
38426
38870
  /**
38427
38871
  * @remarks
38428
- * The ID of the office network to which the cloud computer pool belongs.
38872
+ * The ID of the office network in which the cloud computer share resides.
38429
38873
  *
38430
38874
  * @example
38431
38875
  * cn-hangzhou+dir-467671****
@@ -38433,14 +38877,14 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38433
38877
  officeSiteId?: string;
38434
38878
  /**
38435
38879
  * @remarks
38436
- * The type of the cloud computer pool.
38880
+ * The type of the cloud computer share.
38437
38881
  *
38438
38882
  * > This parameter is not publicly available.
38439
38883
  *
38440
38884
  * Valid values:
38441
38885
  *
38442
- * * 0: individual (single session)
38443
- * * 1: shared (multiple sessions)
38886
+ * * 0: a single-session many-to-many share.
38887
+ * * 1: a multi-session many-to-many share.
38444
38888
  *
38445
38889
  * @example
38446
38890
  * 0
@@ -38448,16 +38892,16 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38448
38892
  ownType?: number;
38449
38893
  /**
38450
38894
  * @remarks
38451
- * The subscription duration of the cloud computer pool. The unit is specified by the `PeriodUnit` parameter.
38895
+ * The subscription duration of the cloud computer share. The unit is specified by `PeriodUnit`.
38452
38896
  *
38453
- * * Valid values if the `PeriodUnit` parameter is set to `Month`:
38897
+ * * Valid values if you set `PeriodUnit` to `Month`:
38454
38898
  *
38455
38899
  * * 1
38456
38900
  * * 2
38457
38901
  * * 3
38458
38902
  * * 6
38459
38903
  *
38460
- * * Valid values if the `PeriodUnit` parameter is set to `Year`:
38904
+ * * Valid values if you set `PeriodUnit` to `Year`:
38461
38905
  *
38462
38906
  * * 1
38463
38907
  * * 2
@@ -38479,7 +38923,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38479
38923
  periodUnit?: string;
38480
38924
  /**
38481
38925
  * @remarks
38482
- * The ID of the policy that you want to associate with the cloud computer pool.
38926
+ * The ID of the applied policy.
38483
38927
  *
38484
38928
  * @example
38485
38929
  * pg-53iyi2aar0nd6****
@@ -38523,13 +38967,13 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38523
38967
  regionId?: string;
38524
38968
  /**
38525
38969
  * @remarks
38526
- * The payment status of the cloud computer pool.
38970
+ * The status of the cloud computer share.
38527
38971
  *
38528
38972
  * Valid values:
38529
38973
  *
38530
- * * 0: unpaid
38531
- * * 1: paid
38532
- * * 2: overdue or expired
38974
+ * * 0: The cloud computer share is unpaid.
38975
+ * * 1: The cloud computer share is normal.
38976
+ * * 2: The cloud computer share expired, or your account has an overdue payment.
38533
38977
  *
38534
38978
  * @example
38535
38979
  * 1
@@ -38537,7 +38981,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38537
38981
  status?: number;
38538
38982
  /**
38539
38983
  * @remarks
38540
- * The tags attached to the cloud computer pool. You can specify 1 to 20 tags.
38984
+ * The tags that you want to add to the cloud computer share. You can specify 1 to 20 tags.
38541
38985
  */
38542
38986
  tag?: DescribeDesktopGroupsRequestTag[];
38543
38987
  static names(): { [key: string]: string } {
@@ -38618,7 +39062,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
38618
39062
  export class DescribeDesktopGroupsResponseBody extends $dara.Model {
38619
39063
  /**
38620
39064
  * @remarks
38621
- * The cloud computer pools.
39065
+ * The cloud computer shares.
38622
39066
  */
38623
39067
  desktopGroups?: DescribeDesktopGroupsResponseBodyDesktopGroups[];
38624
39068
  /**
@@ -43034,22 +43478,58 @@ export class DescribeKmsKeysResponse extends $dara.Model {
43034
43478
 
43035
43479
  export class DescribeModificationPriceRequest extends $dara.Model {
43036
43480
  /**
43481
+ * @remarks
43482
+ * The maximum public bandwidth. Unit: Mbit/s.
43483
+ *
43484
+ * > Valid values when PayByTraffic is set to PayByBandwidth: 10 to 1000.
43485
+ *
43037
43486
  * @example
43038
43487
  * 20
43039
43488
  */
43040
43489
  bandwidth?: number;
43041
43490
  /**
43491
+ * @remarks
43492
+ * The ID of either the monthly subscription cloud computer with unlimited hours or the premium bandwidth plan.
43493
+ *
43042
43494
  * @example
43043
43495
  * ecd-0gfv2z3sf95zvt****
43044
43496
  */
43045
43497
  instanceId?: string;
43046
43498
  /**
43499
+ * @remarks
43500
+ * The specifications.
43501
+ *
43502
+ * * Valid values when you set `ResourceType` to `Desktop`:
43503
+ *
43504
+ * * ecd.basic.small
43505
+ * * ecd.basic.large
43506
+ * * ecd.advanced.large
43507
+ * * ecd.advanced.xlarge
43508
+ * * ecd.performance.2xlarge
43509
+ * * ecd.graphics.xlarge
43510
+ * * ecd.graphics.2xlarge
43511
+ * * ecd.advanced.xlarge_s8d2
43512
+ * * ecd.advanced.xlarge_s8d7
43513
+ * * ecd.graphics.1g72c
43514
+ * * eds.general.2c2g
43515
+ * * eds.general.2c4g
43516
+ * * eds.general.2c8g
43517
+ * * eds.general.4c8g
43518
+ * * eds.general.4c16g
43519
+ * * eds.general.8c16g
43520
+ * * eds.general.8c32g
43521
+ * * eds.general.16c32g
43522
+ *
43523
+ * * You can skip this parameter if `ResourceType` is set to `NetworkPackage`.
43524
+ *
43047
43525
  * @example
43048
43526
  * eds.enterprise_office.8c16g
43049
43527
  */
43050
43528
  instanceType?: string;
43051
43529
  /**
43052
43530
  * @remarks
43531
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
43532
+ *
43053
43533
  * This parameter is required.
43054
43534
  *
43055
43535
  * @example
@@ -43057,16 +43537,33 @@ export class DescribeModificationPriceRequest extends $dara.Model {
43057
43537
  */
43058
43538
  regionId?: string;
43059
43539
  /**
43540
+ * @remarks
43541
+ * The resource type. The required parameters depend on the resource type.
43542
+ *
43543
+ * * When `ResourceType` is set to `Desktop`, the required parameters are `InstanceType`, `RootDiskSizeGib`, and `UserDiskSizeGib`.
43544
+ * * When `ResourceType` is set to `NetworkPackage`, the required parameter is `Bandwidth`.
43545
+ *
43546
+ * Valid values:
43547
+ *
43548
+ * * Desktop (default): cloud computers.
43549
+ * * NetworkPackage: premium bandwidth plans.
43550
+ *
43060
43551
  * @example
43061
43552
  * Desktop
43062
43553
  */
43063
43554
  resourceType?: string;
43064
43555
  /**
43556
+ * @remarks
43557
+ * The size of the system disk. Unit: GiB.
43558
+ *
43065
43559
  * @example
43066
43560
  * 80
43067
43561
  */
43068
43562
  rootDiskSizeGib?: number;
43069
43563
  /**
43564
+ * @remarks
43565
+ * The size of the data disk. Unit: GiB.
43566
+ *
43070
43567
  * @example
43071
43568
  * 50
43072
43569
  */
@@ -43105,8 +43602,15 @@ export class DescribeModificationPriceRequest extends $dara.Model {
43105
43602
  }
43106
43603
 
43107
43604
  export class DescribeModificationPriceResponseBody extends $dara.Model {
43605
+ /**
43606
+ * @remarks
43607
+ * The price details.
43608
+ */
43108
43609
  priceInfo?: DescribeModificationPriceResponseBodyPriceInfo;
43109
43610
  /**
43611
+ * @remarks
43612
+ * The request ID.
43613
+ *
43110
43614
  * @example
43111
43615
  * 48174475-5EB2-5F99-A9E9-6F892D645****
43112
43616
  */
@@ -43721,7 +44225,7 @@ export class DescribeOfficeSitesResponseBody extends $dara.Model {
43721
44225
  nextToken?: string;
43722
44226
  /**
43723
44227
  * @remarks
43724
- * The information about office networks.
44228
+ * The office networks.
43725
44229
  */
43726
44230
  officeSites?: DescribeOfficeSitesResponseBodyOfficeSites[];
43727
44231
  /**
@@ -45022,23 +45526,52 @@ export class DescribeRegionsResponse extends $dara.Model {
45022
45526
 
45023
45527
  export class DescribeRenewalPriceRequest extends $dara.Model {
45024
45528
  /**
45529
+ * @remarks
45530
+ * The instance ID. The value you specify depends on the resource type (ResourceType) you\\"re querying the renewal price for.
45531
+ *
45532
+ * * When `ResourceType` is set to `Desktop`, you must provide the cloud computer ID as the value of `InstanceId`.
45533
+ * * When `ResourceType` is set to `DesktopGroup`, you must provide the share ID as the value of `InstanceId`.
45534
+ * * When `ResourceType` is set to `Bandwidth`, you must provide the ID of the premium bandwidth plan as the value of `InstanceId`.
45535
+ *
45025
45536
  * @example
45026
45537
  * ecd-6ldllk9zxcpfhs****
45027
45538
  */
45028
45539
  instanceId?: string;
45540
+ /**
45541
+ * @remarks
45542
+ * The instance IDs. The value you specify depends on the resource type (ResourceType) you\\"re querying the renewal price for.
45543
+ */
45029
45544
  instanceIds?: string[];
45030
45545
  /**
45546
+ * @remarks
45547
+ * The renewal duration. The valid values for this parameter depend on the value of `PeriodUnit`.
45548
+ *
45549
+ * * If you set `PeriodUnit` to `Month`, set the value of this parameter to 1, 2, 3, or 6.
45550
+ * * If you set `PeriodUnit` to `Year`, set the value of this parameter to 1, 2, or 3.
45551
+ *
45552
+ * Default value: 1.
45553
+ *
45031
45554
  * @example
45032
45555
  * 1
45033
45556
  */
45034
45557
  period?: number;
45035
45558
  /**
45559
+ * @remarks
45560
+ * The unit of the renewal duration specified by `Period`.
45561
+ *
45562
+ * Valid values:
45563
+ *
45564
+ * * Month (default)
45565
+ * * Year
45566
+ *
45036
45567
  * @example
45037
45568
  * Month
45038
45569
  */
45039
45570
  periodUnit?: string;
45040
45571
  /**
45041
45572
  * @remarks
45573
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
45574
+ *
45042
45575
  * This parameter is required.
45043
45576
  *
45044
45577
  * @example
@@ -45046,6 +45579,15 @@ export class DescribeRenewalPriceRequest extends $dara.Model {
45046
45579
  */
45047
45580
  regionId?: string;
45048
45581
  /**
45582
+ * @remarks
45583
+ * The resource type.
45584
+ *
45585
+ * Valid values:
45586
+ *
45587
+ * * Desktop (default): cloud computers.
45588
+ * * Bandwidth: premium bandwidth plans.
45589
+ * * DesktopGroup: cloud computer shares.
45590
+ *
45049
45591
  * @example
45050
45592
  * Desktop
45051
45593
  */
@@ -45085,8 +45627,15 @@ export class DescribeRenewalPriceRequest extends $dara.Model {
45085
45627
  }
45086
45628
 
45087
45629
  export class DescribeRenewalPriceResponseBody extends $dara.Model {
45630
+ /**
45631
+ * @remarks
45632
+ * The price details.
45633
+ */
45088
45634
  priceInfo?: DescribeRenewalPriceResponseBodyPriceInfo;
45089
45635
  /**
45636
+ * @remarks
45637
+ * The request ID.
45638
+ *
45090
45639
  * @example
45091
45640
  * 72E47B1E-6B11-5A11-A27C-7A80F866****
45092
45641
  */
@@ -45154,17 +45703,28 @@ export class DescribeRenewalPriceResponse extends $dara.Model {
45154
45703
 
45155
45704
  export class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
45156
45705
  /**
45706
+ * @remarks
45707
+ * The number of entries per page.
45708
+ *
45709
+ * * Maximum value: 100.
45710
+ * * Default value: 10.
45711
+ *
45157
45712
  * @example
45158
45713
  * 10
45159
45714
  */
45160
45715
  maxResults?: number;
45161
45716
  /**
45717
+ * @remarks
45718
+ * A pagination token.
45719
+ *
45162
45720
  * @example
45163
45721
  * AAAAAV3MpHK1AP0pfERHZN5pu6l69tQX7yFxx6/4dbooBAOc
45164
45722
  */
45165
45723
  nextToken?: string;
45166
45724
  /**
45167
45725
  * @remarks
45726
+ * The policy ID.
45727
+ *
45168
45728
  * This parameter is required.
45169
45729
  *
45170
45730
  * @example
@@ -45172,11 +45732,24 @@ export class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
45172
45732
  */
45173
45733
  policyGroupId?: string;
45174
45734
  /**
45735
+ * @remarks
45736
+ * The service type.
45737
+ *
45738
+ * Valid values:
45739
+ *
45740
+ * * app: cloud applications.
45741
+ * * resourceGroup: resource groups.
45742
+ * * desktop: cloud computers.
45743
+ * * desktopGroup: cloud computer shares.
45744
+ *
45175
45745
  * @example
45176
45746
  * desktop
45177
45747
  */
45178
45748
  productType?: string;
45179
45749
  /**
45750
+ * @remarks
45751
+ * The resource ID.
45752
+ *
45180
45753
  * @example
45181
45754
  * ecd-ia2zw38bi6cm7****
45182
45755
  */
@@ -45212,20 +45785,33 @@ export class DescribeResourceByCenterPolicyIdRequest extends $dara.Model {
45212
45785
 
45213
45786
  export class DescribeResourceByCenterPolicyIdResponseBody extends $dara.Model {
45214
45787
  /**
45788
+ * @remarks
45789
+ * The total number of resources.
45790
+ *
45215
45791
  * @example
45216
45792
  * 2
45217
45793
  */
45218
45794
  count?: string;
45219
45795
  /**
45796
+ * @remarks
45797
+ * A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists.
45798
+ *
45220
45799
  * @example
45221
45800
  * caeba0bbb2be03f84eb48b699f0a4883
45222
45801
  */
45223
45802
  nextToken?: string;
45224
45803
  /**
45804
+ * @remarks
45805
+ * The request ID.
45806
+ *
45225
45807
  * @example
45226
45808
  * 48174475-5EB2-5F99-A9E9-6F892D645****
45227
45809
  */
45228
45810
  requestId?: string;
45811
+ /**
45812
+ * @remarks
45813
+ * The resources.
45814
+ */
45229
45815
  resourceModelList?: DescribeResourceByCenterPolicyIdResponseBodyResourceModelList[];
45230
45816
  static names(): { [key: string]: string } {
45231
45817
  return {
@@ -45514,7 +46100,7 @@ export class DescribeSnapshotsRequest extends $dara.Model {
45514
46100
  nextToken?: string;
45515
46101
  /**
45516
46102
  * @remarks
45517
- * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
46103
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
45518
46104
  *
45519
46105
  * This parameter is required.
45520
46106
  *
@@ -45574,27 +46160,14 @@ export class DescribeSnapshotsRequest extends $dara.Model {
45574
46160
  snapshotType?: string;
45575
46161
  /**
45576
46162
  * @remarks
45577
- * The type of the disk for which the snapshot is created.
46163
+ * The disk for which you want to create a snapshot.
45578
46164
  *
45579
46165
  * > The value of this parameter is not case-sensitive.
45580
46166
  *
45581
46167
  * Valid values:
45582
46168
  *
45583
- * * Data: data disk
45584
- *
45585
- * <!-- -->
45586
- *
45587
- * <!-- -->
45588
- *
45589
- * <!-- -->
45590
- *
45591
- * * System: system disk
45592
- *
45593
- * <!-- -->
45594
- *
45595
- * <!-- -->
45596
- *
45597
- * <!-- -->
46169
+ * * Data: the data disk.
46170
+ * * System: the system disk.
45598
46171
  *
45599
46172
  * @example
45600
46173
  * system
@@ -45670,7 +46243,7 @@ export class DescribeSnapshotsResponseBody extends $dara.Model {
45670
46243
  requestId?: string;
45671
46244
  /**
45672
46245
  * @remarks
45673
- * Details of the queried snapshots.
46246
+ * The snapshots.
45674
46247
  */
45675
46248
  snapshots?: DescribeSnapshotsResponseBodySnapshots[];
45676
46249
  static names(): { [key: string]: string } {
@@ -45781,7 +46354,7 @@ export class DescribeTimerGroupRequest extends $dara.Model {
45781
46354
  export class DescribeTimerGroupResponseBody extends $dara.Model {
45782
46355
  /**
45783
46356
  * @remarks
45784
- * The information about the configuration group.
46357
+ * The information about the scheduled task group.
45785
46358
  */
45786
46359
  data?: DescribeTimerGroupResponseBodyData;
45787
46360
  /**
@@ -46450,21 +47023,8 @@ export class DescribeUsersInGroupRequest extends $dara.Model {
46450
47023
  * Valid values:
46451
47024
  *
46452
47025
  * * true (default)
46453
- *
46454
- * <!-- -->
46455
- *
46456
- * <!-- -->
46457
- *
46458
- * <!-- -->
46459
- *
46460
47026
  * * false
46461
47027
  *
46462
- * <!-- -->
46463
- *
46464
- * <!-- -->
46465
- *
46466
- * <!-- -->
46467
- *
46468
47028
  * @example
46469
47029
  * false
46470
47030
  */
@@ -47791,7 +48351,7 @@ export class DownloadCdsFileResponse extends $dara.Model {
47791
48351
  export class ExportClientEventsRequest extends $dara.Model {
47792
48352
  /**
47793
48353
  * @remarks
47794
- * The ID of the cloud desktop.
48354
+ * The cloud computer ID.
47795
48355
  *
47796
48356
  * @example
47797
48357
  * ecd-gx2x1dhsmucyy****
@@ -47799,7 +48359,7 @@ export class ExportClientEventsRequest extends $dara.Model {
47799
48359
  desktopId?: string;
47800
48360
  /**
47801
48361
  * @remarks
47802
- * The name of the cloud desktop.
48362
+ * The cloud computer name.
47803
48363
  *
47804
48364
  * @example
47805
48365
  * testName
@@ -47825,17 +48385,18 @@ export class ExportClientEventsRequest extends $dara.Model {
47825
48385
  endUserId?: string;
47826
48386
  /**
47827
48387
  * @remarks
47828
- * The type of event that you want to query. Valid values:
48388
+ * The type of the event that you want to query. If you provide multiple values for EventTypes, the response will include events of all the specified types. If you provide no values for EventTypes and EventType, the response will include all events in the designated region.
47829
48389
  *
47830
- * * DESKTOP_CONNECT: The desktop session is established.
47831
- * * DESKTOP_DISCONNECT: The desktop session is disconnected.
47832
- * * DESKTOP_REBOOT: The cloud desktop is restarted.
47833
- * * CLIENT_AD_LOGIN: The AD user logs on to the client.
47834
- * * GET_CONNECTION_TICKET: The request to connect to the cloud desktop is sent.
47835
- * * DESKTOP_START: The cloud desktop is started.
47836
- * * DESKTOP_STOP: The cloud desktop is stopped.
48390
+ * Valid values:
47837
48391
  *
47838
- * If you do not specify a value for this parameter, events of all types are queried.
48392
+ * * DESKTOP_STOP: the shutdown event.
48393
+ * * GET_LITE_CONNECTION_TICKET: the event of retrieving the connection ticket.
48394
+ * * DESKTOP_DISCONNECT: the session disconnection event.
48395
+ * * CLIENT_LOGIN: the user logon event.
48396
+ * * GET_CONNECTION_TICKET: the connection credential retrieval event.
48397
+ * * DESKTOP_REBOOT: the restart event.
48398
+ * * DESKTOP_CONNECT: the session establishment event.
48399
+ * * DESKTOP_START: the start event.
47839
48400
  *
47840
48401
  * @example
47841
48402
  * CLIENT_LOGIN
@@ -47843,17 +48404,17 @@ export class ExportClientEventsRequest extends $dara.Model {
47843
48404
  eventType?: string;
47844
48405
  /**
47845
48406
  * @remarks
47846
- * The types of event.
48407
+ * The types of the events that you want to query. You can include multiple event types, and the response will return events matching the specified types or all events if none are specified.
47847
48408
  */
47848
48409
  eventTypes?: string[];
47849
48410
  /**
47850
48411
  * @remarks
47851
- * The language in which the cloud desktop is displayed in the console UI. You can export the list of cloud desktops in the specified language. Valid values:
48412
+ * The language displayed on the frontend page. The backend uses this setting to define the language of exported files.
47852
48413
  *
47853
- * * `zh-CN`: Simplified Chinese
47854
- * * `en-GB`: English (United Kingdom)
48414
+ * Valid values:
47855
48415
  *
47856
- * Default value: `zh-CN`.
48416
+ * * zh-CN: Simplified Chinese.
48417
+ * * en-GB: British English.
47857
48418
  *
47858
48419
  * @example
47859
48420
  * zh-CN
@@ -47872,7 +48433,7 @@ export class ExportClientEventsRequest extends $dara.Model {
47872
48433
  maxResults?: number;
47873
48434
  /**
47874
48435
  * @remarks
47875
- * The ID of the workspace.
48436
+ * The office network ID.
47876
48437
  *
47877
48438
  * @example
47878
48439
  * cn-hangzhou+dir-363353****
@@ -47880,7 +48441,7 @@ export class ExportClientEventsRequest extends $dara.Model {
47880
48441
  officeSiteId?: string;
47881
48442
  /**
47882
48443
  * @remarks
47883
- * The name of the workspace.
48444
+ * The office network name.
47884
48445
  *
47885
48446
  * @example
47886
48447
  * test
@@ -47888,7 +48449,7 @@ export class ExportClientEventsRequest extends $dara.Model {
47888
48449
  officeSiteName?: string;
47889
48450
  /**
47890
48451
  * @remarks
47891
- * The ID of the region.
48452
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
47892
48453
  *
47893
48454
  * This parameter is required.
47894
48455
  *
@@ -47963,7 +48524,7 @@ export class ExportClientEventsResponseBody extends $dara.Model {
47963
48524
  requestId?: string;
47964
48525
  /**
47965
48526
  * @remarks
47966
- * The download address from which you can export desktop groups.
48527
+ * The download URL of the exported files.
47967
48528
  *
47968
48529
  * @example
47969
48530
  * https://cn-shanghai-servicemanager.oss-cn-shanghai.aliyuncs.com/A0_CLIENT_EVENT/EDS_Events%20List_20220519234611_w5HuD83KGs.csv?Expires=1652975773&OSSAccessKeyId=****&Signature=4erMG*********k%3D
@@ -49261,7 +49822,7 @@ export class GetCoordinateTicketResponse extends $dara.Model {
49261
49822
  export class GetDesktopGroupDetailRequest extends $dara.Model {
49262
49823
  /**
49263
49824
  * @remarks
49264
- * The ID of the cloud computer pool.
49825
+ * The ID of the cloud computer share.
49265
49826
  *
49266
49827
  * This parameter is required.
49267
49828
  *
@@ -49305,7 +49866,7 @@ export class GetDesktopGroupDetailRequest extends $dara.Model {
49305
49866
  export class GetDesktopGroupDetailResponseBody extends $dara.Model {
49306
49867
  /**
49307
49868
  * @remarks
49308
- * The information about the cloud computer pool.
49869
+ * The cloud computers within the share.
49309
49870
  */
49310
49871
  desktops?: GetDesktopGroupDetailResponseBodyDesktops;
49311
49872
  /**
@@ -55120,12 +55681,12 @@ export class ModifyDesktopChargeTypeResponse extends $dara.Model {
55120
55681
  export class ModifyDesktopGroupRequest extends $dara.Model {
55121
55682
  /**
55122
55683
  * @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`.
55684
+ * 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
55685
  *
55125
55686
  * Valid values:
55126
55687
  *
55127
- * * 0: false
55128
- * * 1: true
55688
+ * * 0: disable auto-creation of cloud computers.
55689
+ * * 1: enables auto-creation of cloud computers.
55129
55690
  *
55130
55691
  * @example
55131
55692
  * 1
@@ -55133,12 +55694,12 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55133
55694
  allowAutoSetup?: number;
55134
55695
  /**
55135
55696
  * @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:
55697
+ * 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
55698
  *
55138
- * * 0: does not allow the system to reserve cloud computers.
55139
- * * N: allows the system to reserve N cloud computers (1≤ N ≤ 100).
55699
+ * * 0: does not reserve any cloud computer.
55700
+ * * N: reserves N cloud computers (1≤ N ≤ 100).
55140
55701
  *
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.
55702
+ * > 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
55703
  *
55143
55704
  * @example
55144
55705
  * 1
@@ -55146,9 +55707,9 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55146
55707
  allowBufferCount?: number;
55147
55708
  /**
55148
55709
  * @remarks
55149
- * The number of concurrent sessions that is allowed for each cloud computer in a multi-session cloud computer pool.
55710
+ * The number of concurrent sessions allowed for each cloud computer within the multi-session many-to-many share.
55150
55711
  *
55151
- * > This parameter is unavailable.
55712
+ * > This parameter is not publicly available.
55152
55713
  *
55153
55714
  * @example
55154
55715
  * 1
@@ -55156,8 +55717,8 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55156
55717
  bindAmount?: number;
55157
55718
  /**
55158
55719
  * @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`.
55720
+ * * For subscription cloud computer shares, this parameter specifies the number of purchased cloud computers. Valid values: 0 to 200.
55721
+ * * 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
55722
  *
55162
55723
  * @example
55163
55724
  * 5
@@ -55165,27 +55726,14 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55165
55726
  buyDesktopsCount?: number;
55166
55727
  /**
55167
55728
  * @remarks
55168
- * The role that uses the cloud computer pool.
55729
+ * The type of the cloud computer share.
55169
55730
  *
55170
- * > This parameter is unavailable.
55731
+ * > This parameter is not publicly available.
55171
55732
  *
55172
55733
  * Valid values:
55173
55734
  *
55174
- * * teacher
55175
- *
55176
- * <!-- -->
55177
- *
55178
- * <!-- -->
55179
- *
55180
- * <!-- -->
55181
- *
55182
- * * student
55183
- *
55184
- * <!-- -->
55185
- *
55186
- * <!-- -->
55187
- *
55188
- * <!-- -->
55735
+ * * teacher: teacher-oriented.
55736
+ * * student: student-oriented.
55189
55737
  *
55190
55738
  * @example
55191
55739
  * teacher
@@ -55209,7 +55757,7 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55209
55757
  connectDuration?: number;
55210
55758
  /**
55211
55759
  * @remarks
55212
- * The ID of the cloud computer pool.
55760
+ * The ID of the cloud computer share.
55213
55761
  *
55214
55762
  * This parameter is required.
55215
55763
  *
@@ -55219,7 +55767,7 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55219
55767
  desktopGroupId?: string;
55220
55768
  /**
55221
55769
  * @remarks
55222
- * The name of the cloud computer pool.
55770
+ * The name of the cloud computer share.
55223
55771
  *
55224
55772
  * @example
55225
55773
  * desktopGroupName1
@@ -55275,14 +55823,14 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55275
55823
  keepDuration?: number;
55276
55824
  /**
55277
55825
  * @remarks
55278
- * The load balancing policy of the multi-session cloud computer pool.
55826
+ * The load balancing policy for the multi-session many-to-many share.
55279
55827
  *
55280
- * > This parameter is unavailable.
55828
+ * > This parameter is not publicly available.
55281
55829
  *
55282
55830
  * Valid values:
55283
55831
  *
55284
- * * 0: depth-first
55285
- * * 1: breadth-first
55832
+ * * 0: depth first.
55833
+ * * 1: breadth first.
55286
55834
  *
55287
55835
  * @example
55288
55836
  * 0
@@ -55290,7 +55838,7 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55290
55838
  loadPolicy?: number;
55291
55839
  /**
55292
55840
  * @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.
55841
+ * The maximum number of cloud computers allowed in the pay-as-you-go cloud computer share. Valid values: 0 to 500.
55294
55842
  *
55295
55843
  * @example
55296
55844
  * 10
@@ -55298,7 +55846,7 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55298
55846
  maxDesktopsCount?: number;
55299
55847
  /**
55300
55848
  * @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`.
55849
+ * 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
55850
  *
55303
55851
  * @example
55304
55852
  * 1
@@ -55337,13 +55885,13 @@ export class ModifyDesktopGroupRequest extends $dara.Model {
55337
55885
  profileFollowSwitch?: boolean;
55338
55886
  /**
55339
55887
  * @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:
55888
+ * 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
55889
  *
55342
55890
  * `Ratio of connected sessions = Number of connected sessions/(Total number of cloud computers × Maximum number of sessions allowed for each cloud computer) × 100%`
55343
55891
  *
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.
55892
+ * If the session ratio exceeds the threshold, new cloud computers are provisioned. If it falls below the threshold, additional cloud computers are removed.
55345
55893
  *
55346
- * > This parameter is unavailable.
55894
+ * > This parameter is not publicly available.
55347
55895
  *
55348
55896
  * @example
55349
55897
  * 0.5
@@ -59086,11 +59634,21 @@ export class ModifyPolicyGroupResponse extends $dara.Model {
59086
59634
  export class ModifyResourceCenterPolicyRequest extends $dara.Model {
59087
59635
  /**
59088
59636
  * @remarks
59637
+ * The IDs of the cloud computer policies that you want to associate with cloud computers.
59638
+ *
59639
+ * > You can specify up to one cloud computer policy that takes effect globally, and up to four cloud computer policies that apply to specific IP addresses. If multiple cloud computer policies are configured for global enforcement, only the earliest-associated policy will take effect
59640
+ *
59089
59641
  * This parameter is required.
59090
59642
  */
59091
59643
  policyGroupIds?: string[];
59092
59644
  /**
59093
59645
  * @remarks
59646
+ * The policy type.
59647
+ *
59648
+ * Valid values:
59649
+ *
59650
+ * * general: a general policy.
59651
+ *
59094
59652
  * This parameter is required.
59095
59653
  *
59096
59654
  * @example
@@ -59099,6 +59657,15 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
59099
59657
  policyGroupType?: string;
59100
59658
  /**
59101
59659
  * @remarks
59660
+ * The service type.
59661
+ *
59662
+ * Valid values:
59663
+ *
59664
+ * * app: cloud applications.
59665
+ * * resourceGroup: resource groups.
59666
+ * * desktop: cloud computers.
59667
+ * * desktopGroup: cloud computer shares.
59668
+ *
59102
59669
  * This parameter is required.
59103
59670
  *
59104
59671
  * @example
@@ -59107,11 +59674,15 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
59107
59674
  productType?: string;
59108
59675
  /**
59109
59676
  * @remarks
59677
+ * The resource IDs. You can specify up to 100 resource IDs.
59678
+ *
59110
59679
  * This parameter is required.
59111
59680
  */
59112
59681
  resourceIds?: string[];
59113
59682
  /**
59114
59683
  * @remarks
59684
+ * The region ID of the resource.
59685
+ *
59115
59686
  * This parameter is required.
59116
59687
  *
59117
59688
  * @example
@@ -59120,6 +59691,13 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
59120
59691
  resourceRegionId?: string;
59121
59692
  /**
59122
59693
  * @remarks
59694
+ * The resource type.
59695
+ *
59696
+ * Valid values:
59697
+ *
59698
+ * * app: cloud applications.
59699
+ * * desktop: cloud computers.
59700
+ *
59123
59701
  * This parameter is required.
59124
59702
  *
59125
59703
  * @example
@@ -59164,8 +59742,15 @@ export class ModifyResourceCenterPolicyRequest extends $dara.Model {
59164
59742
  }
59165
59743
 
59166
59744
  export class ModifyResourceCenterPolicyResponseBody extends $dara.Model {
59745
+ /**
59746
+ * @remarks
59747
+ * The modification results.
59748
+ */
59167
59749
  modifyResults?: ModifyResourceCenterPolicyResponseBodyModifyResults[];
59168
59750
  /**
59751
+ * @remarks
59752
+ * The request ID.
59753
+ *
59169
59754
  * @example
59170
59755
  * 51592A88-0F2C-55E6-AD2C-2AD9C10D****
59171
59756
  */
@@ -59234,7 +59819,7 @@ export class ModifyResourceCenterPolicyResponse extends $dara.Model {
59234
59819
  export class ModifyTimerGroupRequest extends $dara.Model {
59235
59820
  /**
59236
59821
  * @remarks
59237
- * The configuration groups.
59822
+ * The scheduled task groups.
59238
59823
  */
59239
59824
  configTimers?: ModifyTimerGroupRequestConfigTimers[];
59240
59825
  /**
@@ -60002,6 +60587,7 @@ export class RebootDesktopsResponse extends $dara.Model {
60002
60587
  }
60003
60588
 
60004
60589
  export class RebuildDesktopsRequest extends $dara.Model {
60590
+ afterStatus?: string;
60005
60591
  /**
60006
60592
  * @remarks
60007
60593
  * The cloud computer IDs. You can specify the IDs of 1 to 20 cloud computers.
@@ -60072,6 +60658,7 @@ export class RebuildDesktopsRequest extends $dara.Model {
60072
60658
  regionId?: string;
60073
60659
  static names(): { [key: string]: string } {
60074
60660
  return {
60661
+ afterStatus: 'AfterStatus',
60075
60662
  desktopId: 'DesktopId',
60076
60663
  imageId: 'ImageId',
60077
60664
  language: 'Language',
@@ -60082,6 +60669,7 @@ export class RebuildDesktopsRequest extends $dara.Model {
60082
60669
 
60083
60670
  static types(): { [key: string]: any } {
60084
60671
  return {
60672
+ afterStatus: 'string',
60085
60673
  desktopId: { 'type': 'array', 'itemType': 'string' },
60086
60674
  imageId: 'string',
60087
60675
  language: 'string',
@@ -67798,7 +68386,10 @@ export default class Client extends OpenApi {
67798
68386
  }
67799
68387
 
67800
68388
  /**
67801
- * Creates a cloud disk.
68389
+ * Creates an enterprise drive.
68390
+ *
68391
+ * @remarks
68392
+ * 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
68393
  *
67803
68394
  * @param request - CreateCloudDriveServiceRequest
67804
68395
  * @param runtime - runtime options for this request RuntimeOptions
@@ -67898,7 +68489,10 @@ export default class Client extends OpenApi {
67898
68489
  }
67899
68490
 
67900
68491
  /**
67901
- * Creates a cloud disk.
68492
+ * Creates an enterprise drive.
68493
+ *
68494
+ * @remarks
68495
+ * 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
68496
  *
67903
68497
  * @param request - CreateCloudDriveServiceRequest
67904
68498
  * @returns CreateCloudDriveServiceResponse
@@ -68684,6 +69278,10 @@ export default class Client extends OpenApi {
68684
69278
  query["AutoCleanUserdata"] = request.autoCleanUserdata;
68685
69279
  }
68686
69280
 
69281
+ if (!$dara.isNull(request.dataSnapshotIds)) {
69282
+ query["DataSnapshotIds"] = request.dataSnapshotIds;
69283
+ }
69284
+
68687
69285
  if (!$dara.isNull(request.description)) {
68688
69286
  query["Description"] = request.description;
68689
69287
  }
@@ -69611,6 +70209,8 @@ export default class Client extends OpenApi {
69611
70209
  }
69612
70210
 
69613
70211
  /**
70212
+ * Deletes a center policy
70213
+ *
69614
70214
  * @param request - DeleteCenterPolicyRequest
69615
70215
  * @param runtime - runtime options for this request RuntimeOptions
69616
70216
  * @returns DeleteCenterPolicyResponse
@@ -69657,6 +70257,8 @@ export default class Client extends OpenApi {
69657
70257
  }
69658
70258
 
69659
70259
  /**
70260
+ * Deletes a center policy
70261
+ *
69660
70262
  * @param request - DeleteCenterPolicyRequest
69661
70263
  * @returns DeleteCenterPolicyResponse
69662
70264
  */
@@ -71488,7 +72090,7 @@ export default class Client extends OpenApi {
71488
72090
  }
71489
72091
 
71490
72092
  /**
71491
- * Queries a list of desktop groups.
72093
+ * Queries cloud computer shares.
71492
72094
  *
71493
72095
  * @param request - DescribeDesktopGroupsRequest
71494
72096
  * @param runtime - runtime options for this request RuntimeOptions
@@ -71596,7 +72198,7 @@ export default class Client extends OpenApi {
71596
72198
  }
71597
72199
 
71598
72200
  /**
71599
- * Queries a list of desktop groups.
72201
+ * Queries cloud computer shares.
71600
72202
  *
71601
72203
  * @param request - DescribeDesktopGroupsRequest
71602
72204
  * @returns DescribeDesktopGroupsResponse
@@ -73175,6 +73777,8 @@ export default class Client extends OpenApi {
73175
73777
  }
73176
73778
 
73177
73779
  /**
73780
+ * Queries the price for changing the specifications of a monthly subscription cloud computer with unlimited hours or a premium bandwidth plan.
73781
+ *
73178
73782
  * @param request - DescribeModificationPriceRequest
73179
73783
  * @param runtime - runtime options for this request RuntimeOptions
73180
73784
  * @returns DescribeModificationPriceResponse
@@ -73233,6 +73837,8 @@ export default class Client extends OpenApi {
73233
73837
  }
73234
73838
 
73235
73839
  /**
73840
+ * Queries the price for changing the specifications of a monthly subscription cloud computer with unlimited hours or a premium bandwidth plan.
73841
+ *
73236
73842
  * @param request - DescribeModificationPriceRequest
73237
73843
  * @returns DescribeModificationPriceResponse
73238
73844
  */
@@ -74011,6 +74617,8 @@ export default class Client extends OpenApi {
74011
74617
  }
74012
74618
 
74013
74619
  /**
74620
+ * Queries the renewal price of an Alibaba Cloud Workspace service.
74621
+ *
74014
74622
  * @param request - DescribeRenewalPriceRequest
74015
74623
  * @param runtime - runtime options for this request RuntimeOptions
74016
74624
  * @returns DescribeRenewalPriceResponse
@@ -74065,6 +74673,8 @@ export default class Client extends OpenApi {
74065
74673
  }
74066
74674
 
74067
74675
  /**
74676
+ * Queries the renewal price of an Alibaba Cloud Workspace service.
74677
+ *
74068
74678
  * @param request - DescribeRenewalPriceRequest
74069
74679
  * @returns DescribeRenewalPriceResponse
74070
74680
  */
@@ -75689,7 +76299,7 @@ export default class Client extends OpenApi {
75689
76299
  }
75690
76300
 
75691
76301
  /**
75692
- * Queries the information about a cloud computer pool.
76302
+ * Queries the information about a cloud computer share.
75693
76303
  *
75694
76304
  * @param request - GetDesktopGroupDetailRequest
75695
76305
  * @param runtime - runtime options for this request RuntimeOptions
@@ -75729,7 +76339,7 @@ export default class Client extends OpenApi {
75729
76339
  }
75730
76340
 
75731
76341
  /**
75732
- * Queries the information about a cloud computer pool.
76342
+ * Queries the information about a cloud computer share.
75733
76343
  *
75734
76344
  * @param request - GetDesktopGroupDetailRequest
75735
76345
  * @returns GetDesktopGroupDetailResponse
@@ -78019,10 +78629,10 @@ export default class Client extends OpenApi {
78019
78629
  }
78020
78630
 
78021
78631
  /**
78022
- * Modifies the configurations of a cloud computer pool.
78632
+ * Modifies a cloud computer share.
78023
78633
  *
78024
78634
  * @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.
78635
+ * 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
78636
  *
78027
78637
  * @param request - ModifyDesktopGroupRequest
78028
78638
  * @param runtime - runtime options for this request RuntimeOptions
@@ -78158,10 +78768,10 @@ export default class Client extends OpenApi {
78158
78768
  }
78159
78769
 
78160
78770
  /**
78161
- * Modifies the configurations of a cloud computer pool.
78771
+ * Modifies a cloud computer share.
78162
78772
  *
78163
78773
  * @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.
78774
+ * 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
78775
  *
78166
78776
  * @param request - ModifyDesktopGroupRequest
78167
78777
  * @returns ModifyDesktopGroupResponse
@@ -80125,6 +80735,10 @@ export default class Client extends OpenApi {
80125
80735
  async rebuildDesktopsWithOptions(request: RebuildDesktopsRequest, runtime: $dara.RuntimeOptions): Promise<RebuildDesktopsResponse> {
80126
80736
  request.validate();
80127
80737
  let query = { };
80738
+ if (!$dara.isNull(request.afterStatus)) {
80739
+ query["AfterStatus"] = request.afterStatus;
80740
+ }
80741
+
80128
80742
  if (!$dara.isNull(request.desktopId)) {
80129
80743
  query["DesktopId"] = request.desktopId;
80130
80744
  }