@alicloud/ecd20200930 4.1.2 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -2272,7 +2272,7 @@ export declare class CreateADConnectorDirectoryRequest extends $tea.Model {
2272
2272
  * This parameter is required.
2273
2273
  *
2274
2274
  * @example
2275
- * 127.0.\*\*.**
2275
+ * ``127.0.**.**``
2276
2276
  */
2277
2277
  dnsAddress?: string[];
2278
2278
  /**
@@ -2389,7 +2389,7 @@ export declare class CreateADConnectorDirectoryRequest extends $tea.Model {
2389
2389
  * If you specify the `SubDomainName` parameter but you do not specify this parameter, the DNS address of the subdomain is the same as the DNS address of the parent domain.
2390
2390
  *
2391
2391
  * @example
2392
- * 127.0.\*\*.**
2392
+ * ``127.0.**.**``
2393
2393
  */
2394
2394
  subDomainDnsAddress?: string[];
2395
2395
  /**
@@ -2500,8 +2500,6 @@ export declare class CreateADConnectorOfficeSiteRequest extends $tea.Model {
2500
2500
  * @remarks
2501
2501
  * The ID of the CEN instance.
2502
2502
  *
2503
- * This parameter is required.
2504
- *
2505
2503
  * @example
2506
2504
  * cen-3gwy16dojz1m65****
2507
2505
  */
@@ -2525,8 +2523,6 @@ export declare class CreateADConnectorOfficeSiteRequest extends $tea.Model {
2525
2523
  * * `172.16.0.0/12` (subnet mask range: 12 to 24 bits)
2526
2524
  * * `192.168.0.0/16` (subnet mask range: 16 to 24 bits)
2527
2525
  *
2528
- * This parameter is required.
2529
- *
2530
2526
  * @example
2531
2527
  * 47.100.XX.XX
2532
2528
  */
@@ -2708,6 +2704,7 @@ export declare class CreateADConnectorOfficeSiteRequest extends $tea.Model {
2708
2704
  * child.example.com
2709
2705
  */
2710
2706
  subDomainName?: string;
2707
+ vSwitchId?: string[];
2711
2708
  /**
2712
2709
  * @remarks
2713
2710
  * The verification code. If the CEN instance that you specify for the CenId parameter belongs to another Alibaba Cloud account, you must call the [SendVerifyCode](https://help.aliyun.com/document_detail/436847.html) operation to obtain the verification code.
@@ -4105,7 +4102,7 @@ export declare class CreateDesktopGroupRequest extends $tea.Model {
4105
4102
  endUserIds?: string[];
4106
4103
  /**
4107
4104
  * @remarks
4108
- * The Apsara File Storage NAS (NAS) file system that is used after data roaming is enabled.
4105
+ * The File Storage NAS (NAS) file system that is used after data roaming is enabled.
4109
4106
  *
4110
4107
  * @example
4111
4108
  * 04f314****
@@ -4226,6 +4223,7 @@ export declare class CreateDesktopGroupRequest extends $tea.Model {
4226
4223
  * false
4227
4224
  */
4228
4225
  profileFollowSwitch?: boolean;
4226
+ promotionId?: string;
4229
4227
  /**
4230
4228
  * @remarks
4231
4229
  * The threshold for the ratio of connected sessions. This parameter is the condition that triggers auto scaling in a multi-session desktop group. `Ratio of connected sessions = Number of connected sessions/(Total number of cloud desktops × Maximum number of sessions allowed for each cloud desktop) × 100%`. When the specified threshold is reached, new cloud desktops are automatically created. When the specified threshold is not reached, idle cloud desktops are released.
@@ -4480,6 +4478,7 @@ export declare class CreateDesktopsRequest extends $tea.Model {
4480
4478
  * PrePaid
4481
4479
  */
4482
4480
  chargeType?: string;
4481
+ desktopAttachment?: CreateDesktopsRequestDesktopAttachment;
4483
4482
  /**
4484
4483
  * @remarks
4485
4484
  * The private IP address of the cloud computer.
@@ -4649,12 +4648,14 @@ export declare class CreateDesktopsRequest extends $tea.Model {
4649
4648
  * cn-hangzhou
4650
4649
  */
4651
4650
  regionId?: string;
4651
+ resourceGroupId?: string;
4652
4652
  snapshotPolicyId?: string;
4653
4653
  /**
4654
4654
  * @remarks
4655
4655
  * The tags that you want to add to the cloud desktop.
4656
4656
  */
4657
4657
  tag?: CreateDesktopsRequestTag[];
4658
+ timerGroupId?: string;
4658
4659
  /**
4659
4660
  * @remarks
4660
4661
  * How the cloud computers are assigned.
@@ -4732,6 +4733,328 @@ export declare class CreateDesktopsRequest extends $tea.Model {
4732
4733
  [key: string]: any;
4733
4734
  });
4734
4735
  }
4736
+ export declare class CreateDesktopsShrinkRequest extends $tea.Model {
4737
+ /**
4738
+ * @remarks
4739
+ * The number of cloud computers that you want to create. Valid values: 1 to 300. Default value: 1.
4740
+ *
4741
+ * @example
4742
+ * 1
4743
+ */
4744
+ amount?: number;
4745
+ /**
4746
+ * @remarks
4747
+ * Specifies whether to enable automatic payment.
4748
+ *
4749
+ * @example
4750
+ * false
4751
+ */
4752
+ autoPay?: boolean;
4753
+ /**
4754
+ * @remarks
4755
+ * Specifies whether to enable auto-renewal. This parameter takes effect only when the ChargeType parameter is set to PrePaid.
4756
+ *
4757
+ * @example
4758
+ * false
4759
+ */
4760
+ autoRenew?: boolean;
4761
+ /**
4762
+ * @remarks
4763
+ * The ID of the cloud computer template.
4764
+ *
4765
+ * @example
4766
+ * b-je9hani001wfn****
4767
+ */
4768
+ bundleId?: string;
4769
+ /**
4770
+ * @remarks
4771
+ * The cloud computer templates.
4772
+ *
4773
+ * **if can be null:**
4774
+ * true
4775
+ */
4776
+ bundleModels?: CreateDesktopsShrinkRequestBundleModels[];
4777
+ /**
4778
+ * @remarks
4779
+ * The billing method of the cloud computers.
4780
+ *
4781
+ * Default value: PostPaid. Valid values:
4782
+ *
4783
+ * * Postpaid: pay-as-you-go
4784
+ *
4785
+ * <!-- -->
4786
+ *
4787
+ * <!-- -->
4788
+ *
4789
+ * <!-- -->
4790
+ *
4791
+ * * PrePaid: subscription
4792
+ *
4793
+ * <!-- -->
4794
+ *
4795
+ * <!-- -->
4796
+ *
4797
+ * <!-- -->
4798
+ *
4799
+ * @example
4800
+ * PrePaid
4801
+ */
4802
+ chargeType?: string;
4803
+ desktopAttachmentShrink?: string;
4804
+ /**
4805
+ * @remarks
4806
+ * The private IP address of the cloud computer.
4807
+ *
4808
+ * @example
4809
+ * 10.0.0.1
4810
+ */
4811
+ desktopMemberIp?: string;
4812
+ /**
4813
+ * @remarks
4814
+ * The name of the cloud computer. The name must meet the following requirements:
4815
+ *
4816
+ * * The name must be 1 to 64 characters in length.
4817
+ * * The name must start with a letter but cannot start with `http://` or `https://`.
4818
+ * * The name can only contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
4819
+ *
4820
+ * @example
4821
+ * testDesktopName
4822
+ */
4823
+ desktopName?: string;
4824
+ /**
4825
+ * @remarks
4826
+ * Specifies whether to automatically add suffixes to the names of cloud computers when you create multiple cloud computers at the same time.
4827
+ *
4828
+ * Default value: true. Valid values:
4829
+ *
4830
+ * * true
4831
+ *
4832
+ * <!-- -->
4833
+ *
4834
+ * <!-- -->
4835
+ *
4836
+ * <!-- -->
4837
+ *
4838
+ * * False
4839
+ *
4840
+ * <!-- -->
4841
+ *
4842
+ * <!-- -->
4843
+ *
4844
+ * <!-- -->
4845
+ *
4846
+ * @example
4847
+ * false
4848
+ */
4849
+ desktopNameSuffix?: boolean;
4850
+ /**
4851
+ * @remarks
4852
+ * The details of the scheduled task on cloud computers.
4853
+ *
4854
+ * **if can be null:**
4855
+ * true
4856
+ */
4857
+ desktopTimers?: CreateDesktopsShrinkRequestDesktopTimers[];
4858
+ /**
4859
+ * @remarks
4860
+ * > This parameter is not publicly available.
4861
+ *
4862
+ * @example
4863
+ * To be hidden.
4864
+ */
4865
+ directoryId?: string;
4866
+ /**
4867
+ * @remarks
4868
+ * The IDs of the end users to which you want to assign the cloud computers. You can specify 1 to 100 IDs.
4869
+ *
4870
+ * @example
4871
+ * 123456789
4872
+ */
4873
+ endUserId?: string[];
4874
+ /**
4875
+ * @remarks
4876
+ * The ID of the cloud computer pool.
4877
+ *
4878
+ * @example
4879
+ * dg-boyczi8enfyc5****
4880
+ */
4881
+ groupId?: string;
4882
+ /**
4883
+ * @remarks
4884
+ * The custom hostnames of the cloud computers. This parameter is valid only if the office network is an AD office network and the operating system type of the cloud computers is Windows.
4885
+ *
4886
+ * The hostnames must meet the following requirements:
4887
+ *
4888
+ * * The hostnames must be 2 to 15 characters in length.
4889
+ * * The hostnames can contain only letters, digits, and hyphens (-). The hostnames cannot start or end with a hyphen (-), contain consecutive hyphens (-), or contain only digits.
4890
+ *
4891
+ * When you create multiple cloud computers, you can use the `name_prefix[begin_number,bits]name_suffix` naming format to name the cloud computers. For example, if you set the value of the Hostname parameter to ecd-[1,4]-test, the hostname of the first cloud computer is ecd-0001-test, the hostname of the second cloud computer is ecd-0002-test, and so on.
4892
+ *
4893
+ * * `name_prefix`: the prefix of the hostname.
4894
+ * * `[begin_number,bits]`: the sequential number in the hostname. The `begin_number` value is the starting digit. Valid values of begin_number: 0 to 999999. Default value: 0. The `bits` value is the number of digits. Valid values: 1 to 6. Default value: 6.
4895
+ * * `name_suffix`: the suffix of the hostname.
4896
+ *
4897
+ * @example
4898
+ * testhost
4899
+ */
4900
+ hostname?: string;
4901
+ /**
4902
+ * @remarks
4903
+ * > This parameter is not publicly available.
4904
+ */
4905
+ monthDesktopSetting?: CreateDesktopsShrinkRequestMonthDesktopSetting;
4906
+ /**
4907
+ * @remarks
4908
+ * The office network ID.
4909
+ *
4910
+ * @example
4911
+ * cn-hangzhou+os-c5cy7q578s8jc****
4912
+ */
4913
+ officeSiteId?: string;
4914
+ /**
4915
+ * @remarks
4916
+ * The subscription duration of the cloud desktop that you want to create. The unit is specified by the `PeriodUnit` parameter. This parameter takes effect and is required only when the `ChargeType` parameter is set to `PrePaid`.
4917
+ *
4918
+ * * Valid values if the `PeriodUnit` parameter is set to `Month`:
4919
+ *
4920
+ * * 1
4921
+ * * 2
4922
+ * * 3
4923
+ * * 6
4924
+ *
4925
+ * * Valid values if the `PeriodUnit` parameter is set to `Year`:
4926
+ *
4927
+ * * 1
4928
+ * * 2
4929
+ * * 3
4930
+ * * 4
4931
+ * * 5
4932
+ *
4933
+ * @example
4934
+ * 1
4935
+ */
4936
+ period?: number;
4937
+ /**
4938
+ * @remarks
4939
+ * The unit of the subscription duration.
4940
+ *
4941
+ * @example
4942
+ * Month
4943
+ */
4944
+ periodUnit?: string;
4945
+ /**
4946
+ * @remarks
4947
+ * The ID of the policy.
4948
+ *
4949
+ * This parameter is required.
4950
+ *
4951
+ * @example
4952
+ * system-all-enabled-policy
4953
+ */
4954
+ policyGroupId?: string;
4955
+ /**
4956
+ * @remarks
4957
+ * The ID of the sales promotion.
4958
+ *
4959
+ * @example
4960
+ * 23141
4961
+ */
4962
+ promotionId?: string;
4963
+ /**
4964
+ * @remarks
4965
+ * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
4966
+ *
4967
+ * This parameter is required.
4968
+ *
4969
+ * @example
4970
+ * cn-hangzhou
4971
+ */
4972
+ regionId?: string;
4973
+ resourceGroupId?: string;
4974
+ snapshotPolicyId?: string;
4975
+ /**
4976
+ * @remarks
4977
+ * The tags that you want to add to the cloud desktop.
4978
+ */
4979
+ tag?: CreateDesktopsShrinkRequestTag[];
4980
+ timerGroupId?: string;
4981
+ /**
4982
+ * @remarks
4983
+ * How the cloud computers are assigned.
4984
+ *
4985
+ * > If you do not specify the `EndUserId` parameter, the cloud computers are not assigned to end users after the cloud computers are created.
4986
+ *
4987
+ * Default value: ALL. Valid values:
4988
+ *
4989
+ * * ALL: If you specify the EndUserId parameter, the cloud computers are assigned to all specified end users after the cloud computers are created.
4990
+ *
4991
+ * <!-- -->
4992
+ *
4993
+ * <!-- -->
4994
+ *
4995
+ * <!-- -->
4996
+ *
4997
+ * * PER_USER: If you specify the EndUserId parameter, the cloud computers are evenly assigned to the specified end users after the cloud computers are created.
4998
+ *
4999
+ * <!-- -->
5000
+ *
5001
+ * <!-- -->
5002
+ *
5003
+ * In this case, you must make sure that the value of the Amount parameter can be divided by the N value of the EndUserId.N parameter that you specify.
5004
+ *
5005
+ * <!-- -->
5006
+ *
5007
+ * @example
5008
+ * ALL
5009
+ */
5010
+ userAssignMode?: string;
5011
+ /**
5012
+ * @remarks
5013
+ * Details about the custom command scripts.
5014
+ */
5015
+ userCommands?: CreateDesktopsShrinkRequestUserCommands[];
5016
+ /**
5017
+ * @remarks
5018
+ * > This parameter is not publicly available.
5019
+ *
5020
+ * @example
5021
+ * To be hidden.
5022
+ */
5023
+ userName?: string;
5024
+ /**
5025
+ * @remarks
5026
+ * Specifies whether to enable disk encryption.
5027
+ *
5028
+ * @example
5029
+ * false
5030
+ */
5031
+ volumeEncryptionEnabled?: boolean;
5032
+ /**
5033
+ * @remarks
5034
+ * The ID of the Key Management Service (KMS) key that you want to use when disk encryption is enabled. You can call the [ListKeys](https://help.aliyun.com/document_detail/28951.html) operation to obtain a list of KMS keys.
5035
+ *
5036
+ * @example
5037
+ * 08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4****
5038
+ */
5039
+ volumeEncryptionKey?: string;
5040
+ /**
5041
+ * @remarks
5042
+ * > This parameter is not publicly available.
5043
+ *
5044
+ * @example
5045
+ * To be hidden.
5046
+ */
5047
+ vpcId?: string;
5048
+ static names(): {
5049
+ [key: string]: string;
5050
+ };
5051
+ static types(): {
5052
+ [key: string]: any;
5053
+ };
5054
+ constructor(map?: {
5055
+ [key: string]: any;
5056
+ });
5057
+ }
4735
5058
  export declare class CreateDesktopsResponseBody extends $tea.Model {
4736
5059
  /**
4737
5060
  * @remarks
@@ -4986,22 +5309,42 @@ export declare class CreateImageResponse extends $tea.Model {
4986
5309
  }
4987
5310
  export declare class CreateNASFileSystemRequest extends $tea.Model {
4988
5311
  /**
5312
+ * @remarks
5313
+ * Description of the NAS file system.
5314
+ *
4989
5315
  * @example
4990
5316
  * testDescription
4991
5317
  */
4992
5318
  description?: string;
4993
5319
  /**
5320
+ * @remarks
5321
+ * Whether the file system is encrypted. Uses KMS service-managed keys to encrypt the file system\\"s on-disk data. No decryption is required when reading and writing encrypted data. Possible values and their meanings:
5322
+ *
5323
+ * - 0: Not encrypted.
5324
+ * - 1: Encrypted using NAS-managed keys.
5325
+ *
5326
+ * Default value: 0
5327
+ *
4994
5328
  * @example
4995
5329
  * 0
4996
5330
  */
4997
5331
  encryptType?: string;
4998
5332
  /**
5333
+ * @remarks
5334
+ * Name of the NAS file system.
5335
+ * The file name must follow these rules:
5336
+ * - Length: 2 to 128 English or Chinese characters.
5337
+ * - Must start with an uppercase or lowercase letter or a Chinese character, cannot start with http:// or https://.
5338
+ * - Can include numbers, underscores (_), or hyphens (-).
5339
+ *
4999
5340
  * @example
5000
5341
  * testNAS
5001
5342
  */
5002
5343
  name?: string;
5003
5344
  /**
5004
5345
  * @remarks
5346
+ * Workspace ID.
5347
+ *
5005
5348
  * This parameter is required.
5006
5349
  *
5007
5350
  * @example
@@ -5010,6 +5353,8 @@ export declare class CreateNASFileSystemRequest extends $tea.Model {
5010
5353
  officeSiteId?: string;
5011
5354
  /**
5012
5355
  * @remarks
5356
+ * Region ID.
5357
+ *
5013
5358
  * This parameter is required.
5014
5359
  *
5015
5360
  * @example
@@ -5017,6 +5362,14 @@ export declare class CreateNASFileSystemRequest extends $tea.Model {
5017
5362
  */
5018
5363
  regionId?: string;
5019
5364
  /**
5365
+ * @remarks
5366
+ * Storage specification type of the NAS file system. Allowed values:
5367
+ *
5368
+ * - Capacity: Capacity type.
5369
+ * - Performance: Performance type.
5370
+ *
5371
+ * Default value: Capacity
5372
+ *
5020
5373
  * @example
5021
5374
  * Capacity
5022
5375
  */
@@ -5033,26 +5386,41 @@ export declare class CreateNASFileSystemRequest extends $tea.Model {
5033
5386
  }
5034
5387
  export declare class CreateNASFileSystemResponseBody extends $tea.Model {
5035
5388
  /**
5389
+ * @remarks
5390
+ * ID of the NAS file system.
5391
+ *
5036
5392
  * @example
5037
5393
  * 04f314****
5038
5394
  */
5039
5395
  fileSystemId?: string;
5040
5396
  /**
5397
+ * @remarks
5398
+ * Name of the NAS file system.
5399
+ *
5041
5400
  * @example
5042
5401
  * testNAS
5043
5402
  */
5044
5403
  fileSystemName?: string;
5045
5404
  /**
5405
+ * @remarks
5406
+ * Mount point domain.
5407
+ *
5046
5408
  * @example
5047
5409
  * 04f314****-at***.cn-hangzhou.nas.aliyuncs.com
5048
5410
  */
5049
5411
  mountTargetDomain?: string;
5050
5412
  /**
5413
+ * @remarks
5414
+ * Workspace ID.
5415
+ *
5051
5416
  * @example
5052
5417
  * cn-hangzhou+dir-363353****
5053
5418
  */
5054
5419
  officeSiteId?: string;
5055
5420
  /**
5421
+ * @remarks
5422
+ * Request ID.
5423
+ *
5056
5424
  * @example
5057
5425
  * 269BDB16-2CD8-4865-84BD-11C40BC21DB0
5058
5426
  */
@@ -6170,6 +6538,7 @@ export declare class CreatePolicyGroupRequest extends $tea.Model {
6170
6538
  * EndUserId
6171
6539
  */
6172
6540
  watermarkType?: string;
6541
+ wyAssistant?: string;
6173
6542
  static names(): {
6174
6543
  [key: string]: string;
6175
6544
  };
@@ -9983,6 +10352,7 @@ export declare class DescribeDesktopSessionsRequest extends $tea.Model {
9983
10352
  * testUser
9984
10353
  */
9985
10354
  endUserId?: string;
10355
+ endUserIdFilter?: string;
9986
10356
  /**
9987
10357
  * @remarks
9988
10358
  * The ID of the office network.
@@ -10302,6 +10672,7 @@ export declare class DescribeDesktopTypesRequest extends $tea.Model {
10302
10672
  * ecd.graphics.xlarge
10303
10673
  */
10304
10674
  desktopTypeId?: string;
10675
+ desktopTypeIdList?: string[];
10305
10676
  /**
10306
10677
  * @remarks
10307
10678
  * The number of GPUs.
@@ -10387,6 +10758,7 @@ export declare class DescribeDesktopTypesRequest extends $tea.Model {
10387
10758
  * 4
10388
10759
  */
10389
10760
  memorySize?: number;
10761
+ orderBy?: string;
10390
10762
  /**
10391
10763
  * @remarks
10392
10764
  * The order type.
@@ -10405,6 +10777,8 @@ export declare class DescribeDesktopTypesRequest extends $tea.Model {
10405
10777
  * cn-hangzhou
10406
10778
  */
10407
10779
  regionId?: string;
10780
+ scope?: string;
10781
+ sortType?: string;
10408
10782
  static names(): {
10409
10783
  [key: string]: string;
10410
10784
  };
@@ -10624,6 +10998,8 @@ export declare class DescribeDesktopsRequest extends $tea.Model {
10624
10998
  * The types of the OSs.
10625
10999
  */
10626
11000
  osTypes?: string[];
11001
+ pageNumber?: number;
11002
+ pageSize?: number;
10627
11003
  /**
10628
11004
  * @remarks
10629
11005
  * The ID of the policy.
@@ -10706,6 +11082,8 @@ export declare class DescribeDesktopsResponseBody extends $tea.Model {
10706
11082
  * caeba0bbb2be03f84eb48b699f0a4883
10707
11083
  */
10708
11084
  nextToken?: string;
11085
+ pageNumber?: number;
11086
+ pageSize?: number;
10709
11087
  /**
10710
11088
  * @remarks
10711
11089
  * The ID of the request.
@@ -12298,6 +12676,7 @@ export declare class DescribeInvocationsRequest extends $tea.Model {
12298
12676
  * test1
12299
12677
  */
12300
12678
  endUserId?: string;
12679
+ includeInvokeDesktops?: boolean;
12301
12680
  /**
12302
12681
  * @remarks
12303
12682
  * Specifies whether to return command outputs in the response. Valid values:
@@ -12497,6 +12876,88 @@ export declare class DescribeKmsKeysResponse extends $tea.Model {
12497
12876
  [key: string]: any;
12498
12877
  });
12499
12878
  }
12879
+ export declare class DescribeModificationPriceRequest extends $tea.Model {
12880
+ /**
12881
+ * @example
12882
+ * 20
12883
+ */
12884
+ bandwidth?: number;
12885
+ /**
12886
+ * @example
12887
+ * ecd-0gfv2z3sf95zvt****
12888
+ */
12889
+ instanceId?: string;
12890
+ /**
12891
+ * @example
12892
+ * eds.enterprise_office.8c16g
12893
+ */
12894
+ instanceType?: string;
12895
+ /**
12896
+ * @remarks
12897
+ * This parameter is required.
12898
+ *
12899
+ * @example
12900
+ * cn-hangzhou
12901
+ */
12902
+ regionId?: string;
12903
+ /**
12904
+ * @example
12905
+ * Desktop
12906
+ */
12907
+ resourceType?: string;
12908
+ /**
12909
+ * @example
12910
+ * 80
12911
+ */
12912
+ rootDiskSizeGib?: number;
12913
+ /**
12914
+ * @example
12915
+ * 50
12916
+ */
12917
+ userDiskSizeGib?: number;
12918
+ static names(): {
12919
+ [key: string]: string;
12920
+ };
12921
+ static types(): {
12922
+ [key: string]: any;
12923
+ };
12924
+ constructor(map?: {
12925
+ [key: string]: any;
12926
+ });
12927
+ }
12928
+ export declare class DescribeModificationPriceResponseBody extends $tea.Model {
12929
+ priceInfo?: DescribeModificationPriceResponseBodyPriceInfo;
12930
+ /**
12931
+ * @example
12932
+ * 48174475-5EB2-5F99-A9E9-6F892D645****
12933
+ */
12934
+ requestId?: string;
12935
+ static names(): {
12936
+ [key: string]: string;
12937
+ };
12938
+ static types(): {
12939
+ [key: string]: any;
12940
+ };
12941
+ constructor(map?: {
12942
+ [key: string]: any;
12943
+ });
12944
+ }
12945
+ export declare class DescribeModificationPriceResponse extends $tea.Model {
12946
+ headers?: {
12947
+ [key: string]: string;
12948
+ };
12949
+ statusCode?: number;
12950
+ body?: DescribeModificationPriceResponseBody;
12951
+ static names(): {
12952
+ [key: string]: string;
12953
+ };
12954
+ static types(): {
12955
+ [key: string]: any;
12956
+ };
12957
+ constructor(map?: {
12958
+ [key: string]: any;
12959
+ });
12960
+ }
12500
12961
  export declare class DescribeNASFileSystemsRequest extends $tea.Model {
12501
12962
  /**
12502
12963
  * @remarks
@@ -12784,6 +13245,18 @@ export declare class DescribeOfficeSitesRequest extends $tea.Model {
12784
13245
  * cn-hangzhou
12785
13246
  */
12786
13247
  regionId?: string;
13248
+ /**
13249
+ * @remarks
13250
+ * The security protection setting of the office network.
13251
+ *
13252
+ * Valid values:
13253
+ *
13254
+ * * SASE: SASE is configured.
13255
+ * * OFF: No security protection setting is configured.
13256
+ *
13257
+ * @example
13258
+ * SASE
13259
+ */
12787
13260
  securityProtection?: string;
12788
13261
  /**
12789
13262
  * @remarks
@@ -12899,6 +13372,13 @@ export declare class DescribeOfficeSitesResponseBody extends $tea.Model {
12899
13372
  * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
12900
13373
  */
12901
13374
  requestId?: string;
13375
+ /**
13376
+ * @remarks
13377
+ * The total number of entries returned.
13378
+ *
13379
+ * @example
13380
+ * 20
13381
+ */
12902
13382
  totalCount?: number;
12903
13383
  static names(): {
12904
13384
  [key: string]: string;
@@ -13056,30 +13536,8 @@ export declare class DescribePriceRequest extends $tea.Model {
13056
13536
  * 10
13057
13537
  */
13058
13538
  bandwidth?: number;
13059
- /**
13060
- * **if can be null:**
13061
- * true
13062
- */
13063
- bundleModels?: DescribePriceRequestBundleModels[];
13064
- eduCdsEnable?: string;
13065
- eduCdsSize?: number;
13066
- eduCommittedTime?: number;
13067
- eduDesktopBundleId?: string;
13068
- eduDesktopNum?: number;
13069
- eduRoomClassify?: string;
13070
- eduStudentBundleId?: string;
13071
- eduStudentNum?: number;
13072
- eduTeacherBundleId?: string;
13073
- eduTeacherNum?: number;
13539
+ duration?: number;
13074
13540
  groupDesktopCount?: number;
13075
- /**
13076
- * @remarks
13077
- * The model of the WUYING hardware client.
13078
- *
13079
- * @example
13080
- * hide
13081
- */
13082
- hardwareVersion?: string;
13083
13541
  /**
13084
13542
  * @remarks
13085
13543
  * The resource specifications.
@@ -13124,7 +13582,6 @@ export declare class DescribePriceRequest extends $tea.Model {
13124
13582
  * PayByTraffic
13125
13583
  */
13126
13584
  internetChargeType?: string;
13127
- networkType?: string;
13128
13585
  /**
13129
13586
  * @remarks
13130
13587
  * The OS. Valid values:
@@ -13138,7 +13595,6 @@ export declare class DescribePriceRequest extends $tea.Model {
13138
13595
  * Windows
13139
13596
  */
13140
13597
  osType?: string;
13141
- packageSize?: number;
13142
13598
  /**
13143
13599
  * @remarks
13144
13600
  * The subscription duration. Default value: 1.
@@ -13193,19 +13649,7 @@ export declare class DescribePriceRequest extends $tea.Model {
13193
13649
  * Desktop
13194
13650
  */
13195
13651
  resourceType?: string;
13196
- /**
13197
- * @remarks
13198
- * The performance level (PL) of the system disk. Valid values:
13199
- *
13200
- * * PL0
13201
- * * PL1
13202
- * * PL2
13203
- * * PL3
13204
- *
13205
- * @example
13206
- * PL0
13207
- */
13208
- rootDiskPerformanceLevel?: string;
13652
+ rootDiskCategory?: string;
13209
13653
  /**
13210
13654
  * @remarks
13211
13655
  * The system disk size. Unit: GiB.
@@ -13214,22 +13658,7 @@ export declare class DescribePriceRequest extends $tea.Model {
13214
13658
  * 80
13215
13659
  */
13216
13660
  rootDiskSizeGib?: number;
13217
- spPeriodInfo?: string;
13218
- spPrice?: boolean;
13219
- spType?: string;
13220
- /**
13221
- * @remarks
13222
- * The PL of the data disk. Valid values:
13223
- *
13224
- * * PL0
13225
- * * PL1
13226
- * * PL2
13227
- * * PL3
13228
- *
13229
- * @example
13230
- * PL0
13231
- */
13232
- userDiskPerformanceLevel?: string;
13661
+ userDiskCategory?: string;
13233
13662
  /**
13234
13663
  * @remarks
13235
13664
  * The data disk size. Unit: GiB.
@@ -13518,6 +13947,68 @@ export declare class DescribeRecordingsResponse extends $tea.Model {
13518
13947
  [key: string]: any;
13519
13948
  });
13520
13949
  }
13950
+ export declare class DescribeRefundPriceRequest extends $tea.Model {
13951
+ /**
13952
+ * @remarks
13953
+ * This parameter is required.
13954
+ */
13955
+ desktopId?: string[];
13956
+ /**
13957
+ * @example
13958
+ * RemainRefund
13959
+ */
13960
+ refundType?: string;
13961
+ /**
13962
+ * @remarks
13963
+ * This parameter is required.
13964
+ *
13965
+ * @example
13966
+ * cn-hangzhou
13967
+ */
13968
+ regionId?: string;
13969
+ static names(): {
13970
+ [key: string]: string;
13971
+ };
13972
+ static types(): {
13973
+ [key: string]: any;
13974
+ };
13975
+ constructor(map?: {
13976
+ [key: string]: any;
13977
+ });
13978
+ }
13979
+ export declare class DescribeRefundPriceResponseBody extends $tea.Model {
13980
+ priceInfo?: DescribeRefundPriceResponseBodyPriceInfo;
13981
+ /**
13982
+ * @example
13983
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
13984
+ */
13985
+ requestId?: string;
13986
+ static names(): {
13987
+ [key: string]: string;
13988
+ };
13989
+ static types(): {
13990
+ [key: string]: any;
13991
+ };
13992
+ constructor(map?: {
13993
+ [key: string]: any;
13994
+ });
13995
+ }
13996
+ export declare class DescribeRefundPriceResponse extends $tea.Model {
13997
+ headers?: {
13998
+ [key: string]: string;
13999
+ };
14000
+ statusCode?: number;
14001
+ body?: DescribeRefundPriceResponseBody;
14002
+ static names(): {
14003
+ [key: string]: string;
14004
+ };
14005
+ static types(): {
14006
+ [key: string]: any;
14007
+ };
14008
+ constructor(map?: {
14009
+ [key: string]: any;
14010
+ });
14011
+ }
13521
14012
  export declare class DescribeRegionsRequest extends $tea.Model {
13522
14013
  /**
13523
14014
  * @remarks
@@ -13587,6 +14078,79 @@ export declare class DescribeRegionsResponse extends $tea.Model {
13587
14078
  [key: string]: any;
13588
14079
  });
13589
14080
  }
14081
+ export declare class DescribeRenewalPriceRequest extends $tea.Model {
14082
+ /**
14083
+ * @example
14084
+ * ecd-6ldllk9zxcpfhs****
14085
+ */
14086
+ instanceId?: string;
14087
+ instanceIds?: string[];
14088
+ /**
14089
+ * @example
14090
+ * 1
14091
+ */
14092
+ period?: number;
14093
+ /**
14094
+ * @example
14095
+ * Month
14096
+ */
14097
+ periodUnit?: string;
14098
+ /**
14099
+ * @remarks
14100
+ * This parameter is required.
14101
+ *
14102
+ * @example
14103
+ * cn-hangzhou
14104
+ */
14105
+ regionId?: string;
14106
+ /**
14107
+ * @example
14108
+ * Desktop
14109
+ */
14110
+ resourceType?: string;
14111
+ static names(): {
14112
+ [key: string]: string;
14113
+ };
14114
+ static types(): {
14115
+ [key: string]: any;
14116
+ };
14117
+ constructor(map?: {
14118
+ [key: string]: any;
14119
+ });
14120
+ }
14121
+ export declare class DescribeRenewalPriceResponseBody extends $tea.Model {
14122
+ priceInfo?: DescribeRenewalPriceResponseBodyPriceInfo;
14123
+ /**
14124
+ * @example
14125
+ * 72E47B1E-6B11-5A11-A27C-7A80F866****
14126
+ */
14127
+ requestId?: string;
14128
+ static names(): {
14129
+ [key: string]: string;
14130
+ };
14131
+ static types(): {
14132
+ [key: string]: any;
14133
+ };
14134
+ constructor(map?: {
14135
+ [key: string]: any;
14136
+ });
14137
+ }
14138
+ export declare class DescribeRenewalPriceResponse extends $tea.Model {
14139
+ headers?: {
14140
+ [key: string]: string;
14141
+ };
14142
+ statusCode?: number;
14143
+ body?: DescribeRenewalPriceResponseBody;
14144
+ static names(): {
14145
+ [key: string]: string;
14146
+ };
14147
+ static types(): {
14148
+ [key: string]: any;
14149
+ };
14150
+ constructor(map?: {
14151
+ [key: string]: any;
14152
+ });
14153
+ }
13590
14154
  export declare class DescribeSessionStatisticRequest extends $tea.Model {
13591
14155
  /**
13592
14156
  * @remarks
@@ -15912,6 +16476,7 @@ export declare class GetConnectionTicketRequest extends $tea.Model {
15912
16476
  });
15913
16477
  }
15914
16478
  export declare class GetConnectionTicketResponseBody extends $tea.Model {
16479
+ desktopId?: string;
15915
16480
  /**
15916
16481
  * @remarks
15917
16482
  * The ID of the request.
@@ -15920,6 +16485,7 @@ export declare class GetConnectionTicketResponseBody extends $tea.Model {
15920
16485
  * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
15921
16486
  */
15922
16487
  requestId?: string;
16488
+ taskCode?: string;
15923
16489
  /**
15924
16490
  * @remarks
15925
16491
  * The ID of the cloud computer connection task.
@@ -15928,6 +16494,7 @@ export declare class GetConnectionTicketResponseBody extends $tea.Model {
15928
16494
  * 2afbad19-778a-4fc5-9674-1f19c638****
15929
16495
  */
15930
16496
  taskId?: string;
16497
+ taskMessage?: string;
15931
16498
  /**
15932
16499
  * @remarks
15933
16500
  * The task status.
@@ -16968,6 +17535,7 @@ export declare class ListCdsFilesResponse extends $tea.Model {
16968
17535
  });
16969
17536
  }
16970
17537
  export declare class ListDirectoryUsersRequest extends $tea.Model {
17538
+ assignedInfo?: string;
16971
17539
  /**
16972
17540
  * @remarks
16973
17541
  * The ID of the AD directory.
@@ -16986,6 +17554,7 @@ export declare class ListDirectoryUsersRequest extends $tea.Model {
16986
17554
  * alice
16987
17555
  */
16988
17556
  filter?: string;
17557
+ includeAssignedUser?: boolean;
16989
17558
  /**
16990
17559
  * @remarks
16991
17560
  * The number of entries to return on each page.
@@ -17024,6 +17593,7 @@ export declare class ListDirectoryUsersRequest extends $tea.Model {
17024
17593
  * cn-hangzhou
17025
17594
  */
17026
17595
  regionId?: string;
17596
+ sortType?: string;
17027
17597
  static names(): {
17028
17598
  [key: string]: string;
17029
17599
  };
@@ -17295,6 +17865,7 @@ export declare class ListOfficeSiteOverviewResponse extends $tea.Model {
17295
17865
  });
17296
17866
  }
17297
17867
  export declare class ListOfficeSiteUsersRequest extends $tea.Model {
17868
+ assignedInfo?: string;
17298
17869
  /**
17299
17870
  * @remarks
17300
17871
  * The query string for fuzzy query.
@@ -17303,6 +17874,7 @@ export declare class ListOfficeSiteUsersRequest extends $tea.Model {
17303
17874
  * *jin*
17304
17875
  */
17305
17876
  filter?: string;
17877
+ includeAssignedUser?: boolean;
17306
17878
  /**
17307
17879
  * @remarks
17308
17880
  * The number of entries per page.
@@ -17350,6 +17922,7 @@ export declare class ListOfficeSiteUsersRequest extends $tea.Model {
17350
17922
  * cn-hangzhou
17351
17923
  */
17352
17924
  regionId?: string;
17925
+ sortType?: string;
17353
17926
  static names(): {
17354
17927
  [key: string]: string;
17355
17928
  };
@@ -17873,7 +18446,7 @@ export declare class ModifyADConnectorDirectoryRequest extends $tea.Model {
17873
18446
  * The IP address of the DNS server corresponding to the enterprise AD. You can specify only one IP address. Make sure that the specified IP address is accessible in the network of the selected vSwitch.
17874
18447
  *
17875
18448
  * @example
17876
- * 127.0.\*\*.**
18449
+ * ``127.0.**.**``
17877
18450
  */
17878
18451
  dnsAddress?: string[];
17879
18452
  /**
@@ -17952,7 +18525,7 @@ export declare class ModifyADConnectorDirectoryRequest extends $tea.Model {
17952
18525
  * If you specify the `SubDomainName` parameter but you do not specify this parameter, the DNS address of the subdomain is the same as the DNS address of the parent domain.
17953
18526
  *
17954
18527
  * @example
17955
- * 127.0.\*\*.**
18528
+ * ``127.0.**.**``
17956
18529
  */
17957
18530
  subDomainDnsAddress?: string[];
17958
18531
  /**
@@ -19147,6 +19720,7 @@ export declare class ModifyCloudDrivePermissionRequest extends $tea.Model {
19147
19720
  * The IDs of the users who have the upload and download permissions.
19148
19721
  */
19149
19722
  downloadUploadEndUserIds?: string[];
19723
+ noDownloadNoUploadEndUserIds?: string[];
19150
19724
  /**
19151
19725
  * @remarks
19152
19726
  * The region ID.
@@ -19654,7 +20228,7 @@ export declare class ModifyDesktopGroupRequest extends $tea.Model {
19654
20228
  disableSessionConfig?: boolean;
19655
20229
  /**
19656
20230
  * @remarks
19657
- * The ID of the Apsara File Storage NAS (NAS) file system for the user data roaming feature.
20231
+ * The ID of the File Storage NAS (NAS) file system for the user data roaming feature.
19658
20232
  *
19659
20233
  * > This parameter is unavailable.
19660
20234
  *
@@ -21980,6 +22554,7 @@ export declare class ModifyPolicyGroupRequest extends $tea.Model {
21980
22554
  * EndUserId
21981
22555
  */
21982
22556
  watermarkType?: string;
22557
+ wyAssistant?: string;
21983
22558
  static names(): {
21984
22559
  [key: string]: string;
21985
22560
  };
@@ -22435,7 +23010,7 @@ export declare class RebootDesktopsResponse extends $tea.Model {
22435
23010
  export declare class RebuildDesktopsRequest extends $tea.Model {
22436
23011
  /**
22437
23012
  * @remarks
22438
- * The IDs of the cloud computers. You can specify 1 to 20 IDs.
23013
+ * The cloud computer IDs. You can specify the IDs of 1 to 20 cloud computers.
22439
23014
  *
22440
23015
  * This parameter is required.
22441
23016
  *
@@ -22451,6 +23026,20 @@ export declare class RebuildDesktopsRequest extends $tea.Model {
22451
23026
  * m-84mztzatmlnys****
22452
23027
  */
22453
23028
  imageId?: string;
23029
+ /**
23030
+ * @remarks
23031
+ * The OS language. Only system images are supported, and Linux cloud computers support only English.
23032
+ *
23033
+ * Valid values:
23034
+ *
23035
+ * * en-US: English
23036
+ * * zh-HK: Traditional Chinese (Hong Kong, China)
23037
+ * * zh-CN: Simplified Chinese
23038
+ * * ja-JP: Japanese
23039
+ *
23040
+ * @example
23041
+ * en-US
23042
+ */
22454
23043
  language?: string;
22455
23044
  /**
22456
23045
  * @remarks
@@ -22479,7 +23068,7 @@ export declare class RebuildDesktopsRequest extends $tea.Model {
22479
23068
  operateType?: string;
22480
23069
  /**
22481
23070
  * @remarks
22482
- * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
23071
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the regions supported by Elastic Desktop Service (EDS).
22483
23072
  *
22484
23073
  * This parameter is required.
22485
23074
  *
@@ -22813,6 +23402,86 @@ export declare class RemoveUserFromDesktopOversoldUserGroupResponse extends $tea
22813
23402
  [key: string]: any;
22814
23403
  });
22815
23404
  }
23405
+ export declare class RenewDesktopGroupRequest extends $tea.Model {
23406
+ /**
23407
+ * @example
23408
+ * true
23409
+ */
23410
+ autoPay?: boolean;
23411
+ /**
23412
+ * @example
23413
+ * false
23414
+ */
23415
+ autoRenew?: boolean;
23416
+ /**
23417
+ * @remarks
23418
+ * This parameter is required.
23419
+ *
23420
+ * @example
23421
+ * dg-7724r1jitbjzc****
23422
+ */
23423
+ desktopGroupId?: string;
23424
+ /**
23425
+ * @example
23426
+ * 1
23427
+ */
23428
+ period?: number;
23429
+ /**
23430
+ * @example
23431
+ * Month
23432
+ */
23433
+ periodUnit?: string;
23434
+ /**
23435
+ * @remarks
23436
+ * This parameter is required.
23437
+ *
23438
+ * @example
23439
+ * cn-hangzhou
23440
+ */
23441
+ regionId?: string;
23442
+ static names(): {
23443
+ [key: string]: string;
23444
+ };
23445
+ static types(): {
23446
+ [key: string]: any;
23447
+ };
23448
+ constructor(map?: {
23449
+ [key: string]: any;
23450
+ });
23451
+ }
23452
+ export declare class RenewDesktopGroupResponseBody extends $tea.Model {
23453
+ orderId?: string[];
23454
+ /**
23455
+ * @example
23456
+ * E55E6732-2028-52FA-AB06-EA29C36B****
23457
+ */
23458
+ requestId?: string;
23459
+ static names(): {
23460
+ [key: string]: string;
23461
+ };
23462
+ static types(): {
23463
+ [key: string]: any;
23464
+ };
23465
+ constructor(map?: {
23466
+ [key: string]: any;
23467
+ });
23468
+ }
23469
+ export declare class RenewDesktopGroupResponse extends $tea.Model {
23470
+ headers?: {
23471
+ [key: string]: string;
23472
+ };
23473
+ statusCode?: number;
23474
+ body?: RenewDesktopGroupResponseBody;
23475
+ static names(): {
23476
+ [key: string]: string;
23477
+ };
23478
+ static types(): {
23479
+ [key: string]: any;
23480
+ };
23481
+ constructor(map?: {
23482
+ [key: string]: any;
23483
+ });
23484
+ }
22816
23485
  export declare class RenewDesktopOversoldGroupRequest extends $tea.Model {
22817
23486
  oversoldGroupId?: string;
22818
23487
  period?: number;
@@ -25221,6 +25890,7 @@ export declare class UploadImageRequest extends $tea.Model {
25221
25890
  * cn-hangzhou
25222
25891
  */
25223
25892
  regionId?: string;
25893
+ systemDiskSize?: string;
25224
25894
  static names(): {
25225
25895
  [key: string]: string;
25226
25896
  };
@@ -25812,7 +26482,7 @@ export declare class CreateADConnectorDirectoryResponseBodyAdConnectors extends
25812
26482
  * The connection address.
25813
26483
  *
25814
26484
  * @example
25815
- * 127.0.\*\*.**
26485
+ * ``127.0.**.**``
25816
26486
  */
25817
26487
  address?: string;
25818
26488
  static names(): {
@@ -26002,6 +26672,26 @@ export declare class CreateDesktopsRequestBundleModels extends $tea.Model {
26002
26672
  [key: string]: any;
26003
26673
  });
26004
26674
  }
26675
+ export declare class CreateDesktopsRequestDesktopAttachment extends $tea.Model {
26676
+ dataDiskCategory?: string;
26677
+ dataDiskPerLevel?: string;
26678
+ dataDiskSize?: number;
26679
+ defaultLanguage?: string;
26680
+ desktopType?: string;
26681
+ imageId?: string;
26682
+ systemDiskCategory?: string;
26683
+ systemDiskPerLevel?: string;
26684
+ systemDiskSize?: number;
26685
+ static names(): {
26686
+ [key: string]: string;
26687
+ };
26688
+ static types(): {
26689
+ [key: string]: any;
26690
+ };
26691
+ constructor(map?: {
26692
+ [key: string]: any;
26693
+ });
26694
+ }
26005
26695
  export declare class CreateDesktopsRequestDesktopTimers extends $tea.Model {
26006
26696
  /**
26007
26697
  * @remarks
@@ -26266,6 +26956,349 @@ export declare class CreateDesktopsRequestUserCommands extends $tea.Model {
26266
26956
  [key: string]: any;
26267
26957
  });
26268
26958
  }
26959
+ export declare class CreateDesktopsShrinkRequestBundleModels extends $tea.Model {
26960
+ /**
26961
+ * @remarks
26962
+ * The number of cloud computers that you want to create. Valid values: 1 to 300. Default value: null.
26963
+ *
26964
+ * @example
26965
+ * 1
26966
+ */
26967
+ amount?: number;
26968
+ /**
26969
+ * @remarks
26970
+ * The ID of a cloud computer template.
26971
+ *
26972
+ * @example
26973
+ * b-je9hani001wfn****
26974
+ */
26975
+ bundleId?: string;
26976
+ /**
26977
+ * @remarks
26978
+ * The name of the cloud computer. The name must meet the following requirements:
26979
+ *
26980
+ * * The name must be 1 to 64 characters in length.
26981
+ * * The name must start with a letter but cannot start with `http://` or `https://`.
26982
+ * * The name can only contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
26983
+ *
26984
+ * @example
26985
+ * testDesktopName
26986
+ */
26987
+ desktopName?: string;
26988
+ /**
26989
+ * @remarks
26990
+ * The IDs of the end users to whom the cloud computer are assigned.
26991
+ */
26992
+ endUserIds?: string[];
26993
+ /**
26994
+ * @remarks
26995
+ * The custom hostnames of the cloud computers. This parameter is valid only if the office network is an AD office network and the operating system type of the cloud computers is Windows.
26996
+ *
26997
+ * The hostnames must meet the following requirements:
26998
+ *
26999
+ * * The hostnames must be 2 to 15 characters in length.
27000
+ * * The hostnames can contain only letters, digits, and hyphens (-). The hostnames cannot start or end with a hyphen (-), contain consecutive hyphens (-), or contain only digits.
27001
+ *
27002
+ * When you create multiple cloud computers, you can use the `name_prefix[begin_number,bits]name_suffix` naming format to name the cloud computers. For example, if you set the value of the Hostname parameter to ecd-[1,4]-test, the hostname of the first cloud computer is ecd-0001-test, the hostname of the second cloud computer is ecd-0002-test, and so on.
27003
+ *
27004
+ * * `name_prefix`: the prefix of the hostname.
27005
+ * * `[begin_number,bits]`: the sequential number in the hostname. The `begin_number` value is the starting digit. Valid values of begin_number: 0 to 999999. Default value: 0. The `bits` value is the number of digits. Valid values: 1 to 6. Default value: 6.
27006
+ * * `name_suffix`: the suffix of the hostname.
27007
+ *
27008
+ * @example
27009
+ * testhost
27010
+ */
27011
+ hostname?: string;
27012
+ /**
27013
+ * @remarks
27014
+ * Specifies whether to enable disk encryption.
27015
+ *
27016
+ * @example
27017
+ * false
27018
+ */
27019
+ volumeEncryptionEnabled?: boolean;
27020
+ /**
27021
+ * @remarks
27022
+ * The ID of the Key Management Service (KMS) key that is used when disk encryption is enabled. You can call the [ListKeys](https://help.aliyun.com/document_detail/28951.html) operation to query the list of KMS keys.
27023
+ *
27024
+ * @example
27025
+ * 08c33a6f-4e0a-4a1b-a3fa-7ddfa1d4****
27026
+ */
27027
+ volumeEncryptionKey?: string;
27028
+ static names(): {
27029
+ [key: string]: string;
27030
+ };
27031
+ static types(): {
27032
+ [key: string]: any;
27033
+ };
27034
+ constructor(map?: {
27035
+ [key: string]: any;
27036
+ });
27037
+ }
27038
+ export declare class CreateDesktopsShrinkRequestDesktopTimers extends $tea.Model {
27039
+ /**
27040
+ * @remarks
27041
+ * Specifies whether to allow the end user to configure the scheduled task.
27042
+ *
27043
+ * @example
27044
+ * true
27045
+ */
27046
+ allowClientSetting?: boolean;
27047
+ /**
27048
+ * @remarks
27049
+ * The cron expression for the scheduled task.
27050
+ *
27051
+ * > 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
27052
+ *
27053
+ * @example
27054
+ * 0 40 7 ? * 1,2,3,4,5,6,7
27055
+ */
27056
+ cronExpression?: string;
27057
+ /**
27058
+ * @remarks
27059
+ * Specifies whether to forcibly execute the scheduled task.
27060
+ *
27061
+ * Valid values:
27062
+ *
27063
+ * * true: forcibly executes the scheduled task regardless of the status and connection of the cloud computers.
27064
+ *
27065
+ * <!-- -->
27066
+ *
27067
+ * <!-- -->
27068
+ *
27069
+ * <!-- -->
27070
+ *
27071
+ * * false: does not forcibly execute the scheduled task.
27072
+ *
27073
+ * <!-- -->
27074
+ *
27075
+ * <!-- -->
27076
+ *
27077
+ * <!-- -->
27078
+ *
27079
+ * @example
27080
+ * True
27081
+ */
27082
+ enforce?: boolean;
27083
+ /**
27084
+ * @remarks
27085
+ * The interval at which cloud computers are created. Unit: minutes.
27086
+ *
27087
+ * @example
27088
+ * 10
27089
+ */
27090
+ interval?: number;
27091
+ /**
27092
+ * @remarks
27093
+ * The operations that scheduled tasks support. This parameter is valid only when TimerType is set to NoConnect.
27094
+ *
27095
+ * Valid values:
27096
+ *
27097
+ * * Hibernate: hibernates the cloud computers.
27098
+ *
27099
+ * <!-- -->
27100
+ *
27101
+ * <!-- -->
27102
+ *
27103
+ * <!-- -->
27104
+ *
27105
+ * * Shutdown: stops the cloud computers.
27106
+ *
27107
+ * <!-- -->
27108
+ *
27109
+ * <!-- -->
27110
+ *
27111
+ * <!-- -->
27112
+ *
27113
+ * @example
27114
+ * Shutdown
27115
+ */
27116
+ operationType?: string;
27117
+ /**
27118
+ * @remarks
27119
+ * The reset type of the cloud computers.
27120
+ *
27121
+ * Valid values:
27122
+ *
27123
+ * * RESET_TYPE_SYSTEM: resets the system disks.
27124
+ *
27125
+ * <!-- -->
27126
+ *
27127
+ * <!-- -->
27128
+ *
27129
+ * <!-- -->
27130
+ *
27131
+ * * RESET_TYPE_BOTH: resets the system disks and data disks.
27132
+ *
27133
+ * <!-- -->
27134
+ *
27135
+ * <!-- -->
27136
+ *
27137
+ * <!-- -->
27138
+ *
27139
+ * @example
27140
+ * RESET_TYPE_SYSTEM
27141
+ */
27142
+ resetType?: string;
27143
+ /**
27144
+ * @remarks
27145
+ * The type of the scheduled task.
27146
+ *
27147
+ * @example
27148
+ * NoOperationReboot
27149
+ */
27150
+ timerType?: string;
27151
+ static names(): {
27152
+ [key: string]: string;
27153
+ };
27154
+ static types(): {
27155
+ [key: string]: any;
27156
+ };
27157
+ constructor(map?: {
27158
+ [key: string]: any;
27159
+ });
27160
+ }
27161
+ export declare class CreateDesktopsShrinkRequestMonthDesktopSetting extends $tea.Model {
27162
+ /**
27163
+ * @remarks
27164
+ * > This parameter is not publicly available.
27165
+ *
27166
+ * @example
27167
+ * null
27168
+ */
27169
+ buyerId?: number;
27170
+ /**
27171
+ * @remarks
27172
+ * > This parameter is not publicly available.
27173
+ *
27174
+ * @example
27175
+ * null
27176
+ */
27177
+ desktopId?: string;
27178
+ /**
27179
+ * @remarks
27180
+ * > This parameter is not publicly available.
27181
+ *
27182
+ * @example
27183
+ * null
27184
+ */
27185
+ useDuration?: number;
27186
+ static names(): {
27187
+ [key: string]: string;
27188
+ };
27189
+ static types(): {
27190
+ [key: string]: any;
27191
+ };
27192
+ constructor(map?: {
27193
+ [key: string]: any;
27194
+ });
27195
+ }
27196
+ export declare class CreateDesktopsShrinkRequestTag extends $tea.Model {
27197
+ /**
27198
+ * @remarks
27199
+ * The key of the tag. You can specify 1 to 20 keys for a tag.
27200
+ *
27201
+ * @example
27202
+ * TestKey
27203
+ */
27204
+ key?: string;
27205
+ /**
27206
+ * @remarks
27207
+ * The value of the tag. You can specify 1 to 20 values for a tag.
27208
+ *
27209
+ * @example
27210
+ * TestValue
27211
+ */
27212
+ value?: string;
27213
+ static names(): {
27214
+ [key: string]: string;
27215
+ };
27216
+ static types(): {
27217
+ [key: string]: any;
27218
+ };
27219
+ constructor(map?: {
27220
+ [key: string]: any;
27221
+ });
27222
+ }
27223
+ export declare class CreateDesktopsShrinkRequestUserCommands extends $tea.Model {
27224
+ /**
27225
+ * @remarks
27226
+ * The command content.
27227
+ *
27228
+ * @example
27229
+ * bmV3LWl0ZW0gZDpcdGVzdF91c2VyX2NvbW1hbmRzLnR4dCAtdHlwZSBm****
27230
+ */
27231
+ content?: string;
27232
+ /**
27233
+ * @remarks
27234
+ * The encoding mode of the command content.
27235
+ *
27236
+ * Valid values:
27237
+ *
27238
+ * * Base64: encodes the command content in Base64.
27239
+ *
27240
+ * <!-- -->
27241
+ *
27242
+ * <!-- -->
27243
+ *
27244
+ * <!-- -->
27245
+ *
27246
+ * * PlainText: does not encode the command content.
27247
+ *
27248
+ * <!-- -->
27249
+ *
27250
+ * <!-- -->
27251
+ *
27252
+ * <!-- -->
27253
+ *
27254
+ * @example
27255
+ * Base64
27256
+ */
27257
+ contentEncoding?: string;
27258
+ /**
27259
+ * @remarks
27260
+ * The language type of the command.
27261
+ *
27262
+ * Valid values:
27263
+ *
27264
+ * * RunPowerShellScript: PowerShell commands (applicable to Windows cloud computers).
27265
+ *
27266
+ * <!-- -->
27267
+ *
27268
+ * <!-- -->
27269
+ *
27270
+ * <!-- -->
27271
+ *
27272
+ * * RunShellScript: shell commands (applicable to Linux cloud computers).
27273
+ *
27274
+ * <!-- -->
27275
+ *
27276
+ * <!-- -->
27277
+ *
27278
+ * <!-- -->
27279
+ *
27280
+ * * RunBatScript: batch commands (applicable to Windows cloud computers).
27281
+ *
27282
+ * <!-- -->
27283
+ *
27284
+ * <!-- -->
27285
+ *
27286
+ * <!-- -->
27287
+ *
27288
+ * @example
27289
+ * RunPowerShellScript
27290
+ */
27291
+ contentType?: string;
27292
+ static names(): {
27293
+ [key: string]: string;
27294
+ };
27295
+ static types(): {
27296
+ [key: string]: any;
27297
+ };
27298
+ constructor(map?: {
27299
+ [key: string]: any;
27300
+ });
27301
+ }
26269
27302
  export declare class CreatePolicyGroupRequestAuthorizeAccessPolicyRule extends $tea.Model {
26270
27303
  /**
26271
27304
  * @remarks
@@ -27716,6 +28749,7 @@ export declare class DescribeCloudDriveGroupsResponseBodyCloudDriveGroups extend
27716
28749
  */
27717
28750
  groupName?: string;
27718
28751
  orgId?: string;
28752
+ recycleBinSize?: string;
27719
28753
  /**
27720
28754
  * @remarks
27721
28755
  * The team space status. Valid values:
@@ -29021,6 +30055,7 @@ export declare class DescribeDesktopTypesResponseBodyDesktopTypes extends $tea.M
29021
30055
  * 1
29022
30056
  */
29023
30057
  gpuCount?: number;
30058
+ gpuMemory?: number;
29024
30059
  /**
29025
30060
  * @remarks
29026
30061
  * The GPU memory.
@@ -29045,6 +30080,8 @@ export declare class DescribeDesktopTypesResponseBodyDesktopTypes extends $tea.M
29045
30080
  * 23552
29046
30081
  */
29047
30082
  memorySize?: string;
30083
+ scopes?: string[];
30084
+ stockState?: string;
29048
30085
  /**
29049
30086
  * @remarks
29050
30087
  * The size of the system disk. Unit: GiB.
@@ -29091,6 +30128,7 @@ export declare class DescribeDesktopsRequestTag extends $tea.Model {
29091
30128
  });
29092
30129
  }
29093
30130
  export declare class DescribeDesktopsResponseBodyDesktopsDisks extends $tea.Model {
30131
+ diskCategory?: string;
29094
30132
  /**
29095
30133
  * @remarks
29096
30134
  * The disk ID.
@@ -30670,7 +31708,7 @@ export declare class DescribeDirectoriesResponseBodyDirectoriesADConnectors exte
30670
31708
  * The connection address.
30671
31709
  *
30672
31710
  * @example
30673
- * 172.17.\*\*.**
31711
+ * ``172.17.**.**``
30674
31712
  */
30675
31713
  ADConnectorAddress?: string;
30676
31714
  /**
@@ -30822,8 +31860,20 @@ export declare class DescribeDirectoriesResponseBodyDirectories extends $tea.Mod
30822
31860
  * Details of the AD connector.
30823
31861
  */
30824
31862
  ADConnectors?: DescribeDirectoriesResponseBodyDirectoriesADConnectors[];
31863
+ /**
31864
+ * @example
31865
+ * dc001
31866
+ */
30825
31867
  adHostname?: string;
31868
+ /**
31869
+ * @example
31870
+ * dc002
31871
+ */
30826
31872
  backupDCHostname?: string;
31873
+ /**
31874
+ * @example
31875
+ * 192.168.2.100
31876
+ */
30827
31877
  backupDns?: string;
30828
31878
  /**
30829
31879
  * @remarks
@@ -30982,7 +32032,7 @@ export declare class DescribeDirectoriesResponseBodyDirectories extends $tea.Mod
30982
32032
  enableInternetAccess?: boolean;
30983
32033
  /**
30984
32034
  * @remarks
30985
- * The IDs of Apsara File Storage NAS (NAS) file systems.
32035
+ * The IDs of File Storage NAS (NAS) file systems.
30986
32036
  */
30987
32037
  fileSystemIds?: string[];
30988
32038
  /**
@@ -32073,6 +33123,8 @@ export declare class DescribeInvocationsResponseBodyInvocations extends $tea.Mod
32073
33123
  * Pending
32074
33124
  */
32075
33125
  invocationStatus?: string;
33126
+ invokeDesktopCount?: number;
33127
+ invokeDesktopSucceedCount?: number;
32076
33128
  /**
32077
33129
  * @remarks
32078
33130
  * The cloud desktops on which the command is executed.
@@ -32139,6 +33191,99 @@ export declare class DescribeKmsKeysResponseBodyKeys extends $tea.Model {
32139
33191
  [key: string]: any;
32140
33192
  });
32141
33193
  }
33194
+ export declare class DescribeModificationPriceResponseBodyPriceInfoPricePromotions extends $tea.Model {
33195
+ /**
33196
+ * @example
33197
+ * test
33198
+ */
33199
+ optionCode?: string;
33200
+ promotionDesc?: string;
33201
+ /**
33202
+ * @example
33203
+ * promo_option
33204
+ */
33205
+ promotionId?: string;
33206
+ promotionName?: string;
33207
+ /**
33208
+ * @example
33209
+ * false
33210
+ */
33211
+ selected?: boolean;
33212
+ static names(): {
33213
+ [key: string]: string;
33214
+ };
33215
+ static types(): {
33216
+ [key: string]: any;
33217
+ };
33218
+ constructor(map?: {
33219
+ [key: string]: any;
33220
+ });
33221
+ }
33222
+ export declare class DescribeModificationPriceResponseBodyPriceInfoPrice extends $tea.Model {
33223
+ /**
33224
+ * @example
33225
+ * CNY
33226
+ */
33227
+ currency?: string;
33228
+ /**
33229
+ * @example
33230
+ * 15.8
33231
+ */
33232
+ discountPrice?: number;
33233
+ orderLines?: {
33234
+ [key: string]: string;
33235
+ };
33236
+ /**
33237
+ * @example
33238
+ * 79.0
33239
+ */
33240
+ originalPrice?: number;
33241
+ promotions?: DescribeModificationPriceResponseBodyPriceInfoPricePromotions[];
33242
+ /**
33243
+ * @example
33244
+ * 63.2
33245
+ */
33246
+ tradePrice?: number;
33247
+ static names(): {
33248
+ [key: string]: string;
33249
+ };
33250
+ static types(): {
33251
+ [key: string]: any;
33252
+ };
33253
+ constructor(map?: {
33254
+ [key: string]: any;
33255
+ });
33256
+ }
33257
+ export declare class DescribeModificationPriceResponseBodyPriceInfoRules extends $tea.Model {
33258
+ description?: string;
33259
+ /**
33260
+ * @example
33261
+ * 14806
33262
+ */
33263
+ ruleId?: number;
33264
+ static names(): {
33265
+ [key: string]: string;
33266
+ };
33267
+ static types(): {
33268
+ [key: string]: any;
33269
+ };
33270
+ constructor(map?: {
33271
+ [key: string]: any;
33272
+ });
33273
+ }
33274
+ export declare class DescribeModificationPriceResponseBodyPriceInfo extends $tea.Model {
33275
+ price?: DescribeModificationPriceResponseBodyPriceInfoPrice;
33276
+ rules?: DescribeModificationPriceResponseBodyPriceInfoRules[];
33277
+ static names(): {
33278
+ [key: string]: string;
33279
+ };
33280
+ static types(): {
33281
+ [key: string]: any;
33282
+ };
33283
+ constructor(map?: {
33284
+ [key: string]: any;
33285
+ });
33286
+ }
32142
33287
  export declare class DescribeNASFileSystemsResponseBodyFileSystemsDesktopGroups extends $tea.Model {
32143
33288
  /**
32144
33289
  * @remarks
@@ -32675,6 +33820,19 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSitesLogs extends $tea
32675
33820
  [key: string]: any;
32676
33821
  });
32677
33822
  }
33823
+ export declare class DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts extends $tea.Model {
33824
+ amount?: number;
33825
+ resourceType?: string;
33826
+ static names(): {
33827
+ [key: string]: string;
33828
+ };
33829
+ static types(): {
33830
+ [key: string]: any;
33831
+ };
33832
+ constructor(map?: {
33833
+ [key: string]: any;
33834
+ });
33835
+ }
32678
33836
  export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Model {
32679
33837
  /**
32680
33838
  * @remarks
@@ -32759,6 +33917,8 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
32759
33917
  * 2021-05-06T05:58Z
32760
33918
  */
32761
33919
  creationTime?: string;
33920
+ customAccessPoint?: string;
33921
+ customDnsAddress?: string[];
32762
33922
  /**
32763
33923
  * @remarks
32764
33924
  * The ID of the security group.
@@ -32875,7 +34035,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
32875
34035
  enableServiceRoute?: boolean;
32876
34036
  /**
32877
34037
  * @remarks
32878
- * An array of Apsara File Storage NAS (NAS) file system IDs.
34038
+ * An array of File Storage NAS (NAS) file system IDs.
32879
34039
  */
32880
34040
  fileSystemIds?: string[];
32881
34041
  /**
@@ -32928,6 +34088,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
32928
34088
  * np-amtp8e8q1o9e4****
32929
34089
  */
32930
34090
  networkPackageId?: string;
34091
+ nmVersion?: string;
32931
34092
  /**
32932
34093
  * @remarks
32933
34094
  * The IDs of the office networks.
@@ -32994,6 +34155,19 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
32994
34155
  * 2
32995
34156
  */
32996
34157
  rdsLicenseStatus?: string;
34158
+ resourceAmounts?: DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts[];
34159
+ /**
34160
+ * @remarks
34161
+ * The security protection setting of the office network.
34162
+ *
34163
+ * Valid values:
34164
+ *
34165
+ * * SASE: SASE is configured.
34166
+ * * OFF: No security protection setting is configured.
34167
+ *
34168
+ * @example
34169
+ * SASE
34170
+ */
32997
34171
  securityProtection?: string;
32998
34172
  /**
32999
34173
  * @remarks
@@ -33048,6 +34222,18 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
33048
34222
  * testSubDnsUserName
33049
34223
  */
33050
34224
  subDomainName?: string;
34225
+ /**
34226
+ * @remarks
34227
+ * The subnet mode of the office network.
34228
+ *
34229
+ * Valid values:
34230
+ *
34231
+ * * 0: disabled.
34232
+ * * 1: enabled.
34233
+ *
34234
+ * @example
34235
+ * 0
34236
+ */
33051
34237
  subnetMode?: string;
33052
34238
  /**
33053
34239
  * @remarks
@@ -33065,6 +34251,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
33065
34251
  * 0
33066
34252
  */
33067
34253
  totalEdsCountForGroup?: number;
34254
+ totalResourceAmount?: number;
33068
34255
  /**
33069
34256
  * @remarks
33070
34257
  * > This parameter is unavailable.
@@ -33946,6 +35133,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
33946
35133
  * fullControl
33947
35134
  */
33948
35135
  remoteCoordinate?: string;
35136
+ resourceRegionId?: string;
33949
35137
  /**
33950
35138
  * @remarks
33951
35139
  * The effective scope of the policy. Valid values:
@@ -34136,24 +35324,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
34136
35324
  * EndUserId
34137
35325
  */
34138
35326
  watermarkType?: string;
34139
- static names(): {
34140
- [key: string]: string;
34141
- };
34142
- static types(): {
34143
- [key: string]: any;
34144
- };
34145
- constructor(map?: {
34146
- [key: string]: any;
34147
- });
34148
- }
34149
- export declare class DescribePriceRequestBundleModels extends $tea.Model {
34150
- amount?: number;
34151
- bundleId?: string;
34152
- duration?: number;
34153
- instanceType?: string;
34154
- osType?: string;
34155
- rootDiskId?: string;
34156
- userDiskId?: string;
35327
+ wyAssistant?: string;
34157
35328
  static names(): {
34158
35329
  [key: string]: string;
34159
35330
  };
@@ -34406,6 +35577,27 @@ export declare class DescribeRecordingsResponseBodyRecordings extends $tea.Model
34406
35577
  [key: string]: any;
34407
35578
  });
34408
35579
  }
35580
+ export declare class DescribeRefundPriceResponseBodyPriceInfo extends $tea.Model {
35581
+ /**
35582
+ * @example
35583
+ * CNY
35584
+ */
35585
+ currency?: string;
35586
+ /**
35587
+ * @example
35588
+ * 3990.75
35589
+ */
35590
+ refundFee?: number;
35591
+ static names(): {
35592
+ [key: string]: string;
35593
+ };
35594
+ static types(): {
35595
+ [key: string]: any;
35596
+ };
35597
+ constructor(map?: {
35598
+ [key: string]: any;
35599
+ });
35600
+ }
34409
35601
  export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
34410
35602
  /**
34411
35603
  * @remarks
@@ -34441,6 +35633,99 @@ export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
34441
35633
  [key: string]: any;
34442
35634
  });
34443
35635
  }
35636
+ export declare class DescribeRenewalPriceResponseBodyPriceInfoPricePromotions extends $tea.Model {
35637
+ /**
35638
+ * @example
35639
+ * test
35640
+ */
35641
+ optionCode?: string;
35642
+ promotionDesc?: string;
35643
+ /**
35644
+ * @example
35645
+ * promo_option
35646
+ */
35647
+ promotionId?: string;
35648
+ promotionName?: string;
35649
+ /**
35650
+ * @example
35651
+ * false
35652
+ */
35653
+ selected?: boolean;
35654
+ static names(): {
35655
+ [key: string]: string;
35656
+ };
35657
+ static types(): {
35658
+ [key: string]: any;
35659
+ };
35660
+ constructor(map?: {
35661
+ [key: string]: any;
35662
+ });
35663
+ }
35664
+ export declare class DescribeRenewalPriceResponseBodyPriceInfoPrice extends $tea.Model {
35665
+ /**
35666
+ * @example
35667
+ * CNY
35668
+ */
35669
+ currency?: string;
35670
+ /**
35671
+ * @example
35672
+ * 15.8
35673
+ */
35674
+ discountPrice?: number;
35675
+ orderLines?: {
35676
+ [key: string]: string;
35677
+ };
35678
+ /**
35679
+ * @example
35680
+ * 79.0
35681
+ */
35682
+ originalPrice?: number;
35683
+ promotions?: DescribeRenewalPriceResponseBodyPriceInfoPricePromotions[];
35684
+ /**
35685
+ * @example
35686
+ * 63.2
35687
+ */
35688
+ tradePrice?: number;
35689
+ static names(): {
35690
+ [key: string]: string;
35691
+ };
35692
+ static types(): {
35693
+ [key: string]: any;
35694
+ };
35695
+ constructor(map?: {
35696
+ [key: string]: any;
35697
+ });
35698
+ }
35699
+ export declare class DescribeRenewalPriceResponseBodyPriceInfoRules extends $tea.Model {
35700
+ description?: string;
35701
+ /**
35702
+ * @example
35703
+ * 29644
35704
+ */
35705
+ ruleId?: number;
35706
+ static names(): {
35707
+ [key: string]: string;
35708
+ };
35709
+ static types(): {
35710
+ [key: string]: any;
35711
+ };
35712
+ constructor(map?: {
35713
+ [key: string]: any;
35714
+ });
35715
+ }
35716
+ export declare class DescribeRenewalPriceResponseBodyPriceInfo extends $tea.Model {
35717
+ price?: DescribeRenewalPriceResponseBodyPriceInfoPrice;
35718
+ rules?: DescribeRenewalPriceResponseBodyPriceInfoRules[];
35719
+ static names(): {
35720
+ [key: string]: string;
35721
+ };
35722
+ static types(): {
35723
+ [key: string]: any;
35724
+ };
35725
+ constructor(map?: {
35726
+ [key: string]: any;
35727
+ });
35728
+ }
34444
35729
  export declare class DescribeSessionStatisticResponseBodyStatistic extends $tea.Model {
34445
35730
  /**
34446
35731
  * @remarks
@@ -35953,7 +37238,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $tea.Mode
35953
37238
  minDesktopsCount?: number;
35954
37239
  /**
35955
37240
  * @remarks
35956
- * The ID of the Apsara File Storage NAS (NAS) file system for the user data roaming feature.
37241
+ * The ID of the File Storage NAS (NAS) file system for the user data roaming feature.
35957
37242
  *
35958
37243
  * @example
35959
37244
  * 0783b4****
@@ -36368,6 +37653,7 @@ export declare class ListCdsFilesResponseBodyFileModels extends $tea.Model {
36368
37653
  });
36369
37654
  }
36370
37655
  export declare class ListDirectoryUsersResponseBodyUsers extends $tea.Model {
37656
+ assignedDesktopNumber?: number;
36371
37657
  /**
36372
37658
  * @remarks
36373
37659
  * The display name of the user.
@@ -36376,6 +37662,7 @@ export declare class ListDirectoryUsersResponseBodyUsers extends $tea.Model {
36376
37662
  * Alice
36377
37663
  */
36378
37664
  displayName?: string;
37665
+ email?: string;
36379
37666
  /**
36380
37667
  * @remarks
36381
37668
  * The name of the user.
@@ -36384,6 +37671,7 @@ export declare class ListDirectoryUsersResponseBodyUsers extends $tea.Model {
36384
37671
  * Alice
36385
37672
  */
36386
37673
  endUser?: string;
37674
+ phone?: string;
36387
37675
  static names(): {
36388
37676
  [key: string]: string;
36389
37677
  };
@@ -36590,6 +37878,7 @@ export declare class ListOfficeSiteOverviewResponseBodyOfficeSiteOverviewResults
36590
37878
  });
36591
37879
  }
36592
37880
  export declare class ListOfficeSiteUsersResponseBodyUsers extends $tea.Model {
37881
+ assignedDesktopNumber?: number;
36593
37882
  /**
36594
37883
  * @remarks
36595
37884
  * The display name of the user.
@@ -36598,6 +37887,7 @@ export declare class ListOfficeSiteUsersResponseBodyUsers extends $tea.Model {
36598
37887
  * Alice
36599
37888
  */
36600
37889
  displayName?: string;
37890
+ email?: string;
36601
37891
  /**
36602
37892
  * @remarks
36603
37893
  * The name of the AD user.
@@ -36606,6 +37896,7 @@ export declare class ListOfficeSiteUsersResponseBodyUsers extends $tea.Model {
36606
37896
  * Alice
36607
37897
  */
36608
37898
  endUser?: string;
37899
+ phone?: string;
36609
37900
  static names(): {
36610
37901
  [key: string]: string;
36611
37902
  };
@@ -38699,7 +39990,7 @@ export default class Client extends OpenApi {
38699
39990
  */
38700
39991
  createADConnectorOfficeSite(request: CreateADConnectorOfficeSiteRequest): Promise<CreateADConnectorOfficeSiteResponse>;
38701
39992
  /**
38702
- * Creates an Apsara File Storage NAS (NAS) file system and mount the file system to the workspace in which a desktop group resides.
39993
+ * Creates a File Storage NAS (NAS) file system and mount the file system to the workspace in which a desktop group resides.
38703
39994
  *
38704
39995
  * @param request - CreateAndBindNasFileSystemRequest
38705
39996
  * @param runtime - runtime options for this request RuntimeOptions
@@ -38707,7 +39998,7 @@ export default class Client extends OpenApi {
38707
39998
  */
38708
39999
  createAndBindNasFileSystemWithOptions(request: CreateAndBindNasFileSystemRequest, runtime: $Util.RuntimeOptions): Promise<CreateAndBindNasFileSystemResponse>;
38709
40000
  /**
38710
- * Creates an Apsara File Storage NAS (NAS) file system and mount the file system to the workspace in which a desktop group resides.
40001
+ * Creates a File Storage NAS (NAS) file system and mount the file system to the workspace in which a desktop group resides.
38711
40002
  *
38712
40003
  * @param request - CreateAndBindNasFileSystemRequest
38713
40004
  * @returns CreateAndBindNasFileSystemResponse
@@ -38873,11 +40164,11 @@ export default class Client extends OpenApi {
38873
40164
  * * Make sure a policy exists. If no policy exists, call the [CreatePolicyGroup](https://help.aliyun.com/document_detail/188889.html) operation to create a policy.
38874
40165
  * If you want the cloud computers to automatically execute a custom command script, you can use the `UserCommands` field to configure a custom command.
38875
40166
  *
38876
- * @param request - CreateDesktopsRequest
40167
+ * @param tmpReq - CreateDesktopsRequest
38877
40168
  * @param runtime - runtime options for this request RuntimeOptions
38878
40169
  * @returns CreateDesktopsResponse
38879
40170
  */
38880
- createDesktopsWithOptions(request: CreateDesktopsRequest, runtime: $Util.RuntimeOptions): Promise<CreateDesktopsResponse>;
40171
+ createDesktopsWithOptions(tmpReq: CreateDesktopsRequest, runtime: $Util.RuntimeOptions): Promise<CreateDesktopsResponse>;
38881
40172
  /**
38882
40173
  * Creates cloud computers. If you specify end users when you create cloud computers, the cloud computers are assigned to the end users after the cloud computers are created.
38883
40174
  *
@@ -38925,12 +40216,40 @@ export default class Client extends OpenApi {
38925
40216
  */
38926
40217
  createImage(request: CreateImageRequest): Promise<CreateImageResponse>;
38927
40218
  /**
40219
+ * Create a NAS file system.
40220
+ *
40221
+ * @remarks
40222
+ * <props="china">
40223
+ * - Each standard workspace can create one NAS file system to meet the need for sharing files between cloud desktops in the workspace.
40224
+ * - The system will automatically create a general-purpose NAS file system (with storage specifications of Capacity and Performance, with capacities of 10 PiB and 1 PiB respectively) and generate a default mount point.
40225
+ * - The NAS file system uses pay-as-you-go by default. You need to pay for the actual storage usage. You can also purchase resource packages to offset the storage usage.
40226
+ * For more information, see [Creating Shared Storage NAS](https://help.aliyun.com/document_detail/214481.html).
40227
+ * <props="intl">
40228
+ * - Each standard workspace can create one NAS file system to meet the need for sharing files between cloud desktops in the workspace.
40229
+ * - The system will automatically create a general-purpose NAS file system (with storage specifications of Capacity and Performance, with capacities of 10 PiB and 1 PiB respectively) and generate a default mount point.
40230
+ * - The NAS file system uses pay-as-you-go by default. You need to pay for the actual storage usage. You can also purchase storage packages to offset the storage usage.
40231
+ * For more information, see [Creating Shared Storage NAS](https://help.aliyun.com/document_detail/214481.html).
40232
+ *
38928
40233
  * @param request - CreateNASFileSystemRequest
38929
40234
  * @param runtime - runtime options for this request RuntimeOptions
38930
40235
  * @returns CreateNASFileSystemResponse
38931
40236
  */
38932
40237
  createNASFileSystemWithOptions(request: CreateNASFileSystemRequest, runtime: $Util.RuntimeOptions): Promise<CreateNASFileSystemResponse>;
38933
40238
  /**
40239
+ * Create a NAS file system.
40240
+ *
40241
+ * @remarks
40242
+ * <props="china">
40243
+ * - Each standard workspace can create one NAS file system to meet the need for sharing files between cloud desktops in the workspace.
40244
+ * - The system will automatically create a general-purpose NAS file system (with storage specifications of Capacity and Performance, with capacities of 10 PiB and 1 PiB respectively) and generate a default mount point.
40245
+ * - The NAS file system uses pay-as-you-go by default. You need to pay for the actual storage usage. You can also purchase resource packages to offset the storage usage.
40246
+ * For more information, see [Creating Shared Storage NAS](https://help.aliyun.com/document_detail/214481.html).
40247
+ * <props="intl">
40248
+ * - Each standard workspace can create one NAS file system to meet the need for sharing files between cloud desktops in the workspace.
40249
+ * - The system will automatically create a general-purpose NAS file system (with storage specifications of Capacity and Performance, with capacities of 10 PiB and 1 PiB respectively) and generate a default mount point.
40250
+ * - The NAS file system uses pay-as-you-go by default. You need to pay for the actual storage usage. You can also purchase storage packages to offset the storage usage.
40251
+ * For more information, see [Creating Shared Storage NAS](https://help.aliyun.com/document_detail/214481.html).
40252
+ *
38934
40253
  * @param request - CreateNASFileSystemRequest
38935
40254
  * @returns CreateNASFileSystemResponse
38936
40255
  */
@@ -39227,7 +40546,7 @@ export default class Client extends OpenApi {
39227
40546
  * Deletes NAS file systems.
39228
40547
  *
39229
40548
  * @remarks
39230
- * Before you delete an Apsara File Storage NAS (NAS) file system, make sure that the data you want to retain is backed up.
40549
+ * Before you delete a File Storage NAS (NAS) file system, make sure that the data you want to retain is backed up.
39231
40550
  * >Warning: If a NAS file system is deleted, data stored in the NAS file system cannot be restored. Proceed with caution when you delete NAS file systems.
39232
40551
  *
39233
40552
  * @param request - DeleteNASFileSystemsRequest
@@ -39239,7 +40558,7 @@ export default class Client extends OpenApi {
39239
40558
  * Deletes NAS file systems.
39240
40559
  *
39241
40560
  * @remarks
39242
- * Before you delete an Apsara File Storage NAS (NAS) file system, make sure that the data you want to retain is backed up.
40561
+ * Before you delete a File Storage NAS (NAS) file system, make sure that the data you want to retain is backed up.
39243
40562
  * >Warning: If a NAS file system is deleted, data stored in the NAS file system cannot be restored. Proceed with caution when you delete NAS file systems.
39244
40563
  *
39245
40564
  * @param request - DeleteNASFileSystemsRequest
@@ -39858,7 +41177,18 @@ export default class Client extends OpenApi {
39858
41177
  */
39859
41178
  describeKmsKeys(request: DescribeKmsKeysRequest): Promise<DescribeKmsKeysResponse>;
39860
41179
  /**
39861
- * Queries the information about Apsara File Storage NAS (NAS) file systems.
41180
+ * @param request - DescribeModificationPriceRequest
41181
+ * @param runtime - runtime options for this request RuntimeOptions
41182
+ * @returns DescribeModificationPriceResponse
41183
+ */
41184
+ describeModificationPriceWithOptions(request: DescribeModificationPriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeModificationPriceResponse>;
41185
+ /**
41186
+ * @param request - DescribeModificationPriceRequest
41187
+ * @returns DescribeModificationPriceResponse
41188
+ */
41189
+ describeModificationPrice(request: DescribeModificationPriceRequest): Promise<DescribeModificationPriceResponse>;
41190
+ /**
41191
+ * Queries the information about File Storage NAS (NAS) file systems.
39862
41192
  *
39863
41193
  * @param request - DescribeNASFileSystemsRequest
39864
41194
  * @param runtime - runtime options for this request RuntimeOptions
@@ -39866,7 +41196,7 @@ export default class Client extends OpenApi {
39866
41196
  */
39867
41197
  describeNASFileSystemsWithOptions(request: DescribeNASFileSystemsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNASFileSystemsResponse>;
39868
41198
  /**
39869
- * Queries the information about Apsara File Storage NAS (NAS) file systems.
41199
+ * Queries the information about File Storage NAS (NAS) file systems.
39870
41200
  *
39871
41201
  * @param request - DescribeNASFileSystemsRequest
39872
41202
  * @returns DescribeNASFileSystemsResponse
@@ -40004,6 +41334,17 @@ export default class Client extends OpenApi {
40004
41334
  * @returns DescribeRecordingsResponse
40005
41335
  */
40006
41336
  describeRecordings(request: DescribeRecordingsRequest): Promise<DescribeRecordingsResponse>;
41337
+ /**
41338
+ * @param request - DescribeRefundPriceRequest
41339
+ * @param runtime - runtime options for this request RuntimeOptions
41340
+ * @returns DescribeRefundPriceResponse
41341
+ */
41342
+ describeRefundPriceWithOptions(request: DescribeRefundPriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRefundPriceResponse>;
41343
+ /**
41344
+ * @param request - DescribeRefundPriceRequest
41345
+ * @returns DescribeRefundPriceResponse
41346
+ */
41347
+ describeRefundPrice(request: DescribeRefundPriceRequest): Promise<DescribeRefundPriceResponse>;
40007
41348
  /**
40008
41349
  * Queries the Alibaba Cloud regions that are available for Elastic Desktop Service (EDS).
40009
41350
  *
@@ -40019,6 +41360,17 @@ export default class Client extends OpenApi {
40019
41360
  * @returns DescribeRegionsResponse
40020
41361
  */
40021
41362
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
41363
+ /**
41364
+ * @param request - DescribeRenewalPriceRequest
41365
+ * @param runtime - runtime options for this request RuntimeOptions
41366
+ * @returns DescribeRenewalPriceResponse
41367
+ */
41368
+ describeRenewalPriceWithOptions(request: DescribeRenewalPriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRenewalPriceResponse>;
41369
+ /**
41370
+ * @param request - DescribeRenewalPriceRequest
41371
+ * @returns DescribeRenewalPriceResponse
41372
+ */
41373
+ describeRenewalPrice(request: DescribeRenewalPriceRequest): Promise<DescribeRenewalPriceResponse>;
40022
41374
  /**
40023
41375
  * Queries the session statistics of a region.
40024
41376
  *
@@ -41146,7 +42498,7 @@ export default class Client extends OpenApi {
41146
42498
  */
41147
42499
  modifyImagePermission(request: ModifyImagePermissionRequest): Promise<ModifyImagePermissionResponse>;
41148
42500
  /**
41149
- * Modifies the mount target of an Apsara File Storage NAS (NAS) file system.
42501
+ * Modifies the mount target of a File Storage NAS (NAS) file system.
41150
42502
  *
41151
42503
  * @remarks
41152
42504
  * When you create a NAS file system, a mount target is automatically generated. By default, the mount target does not need to be changed. If the mount target is deleted by misoperation, you must specify a new mount target for the NAS file system in the workspace. You can call the [CreateMountTarget](https://help.aliyun.com/document_detail/62621.html) operation to create a mount target.
@@ -41157,7 +42509,7 @@ export default class Client extends OpenApi {
41157
42509
  */
41158
42510
  modifyNASDefaultMountTargetWithOptions(request: ModifyNASDefaultMountTargetRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNASDefaultMountTargetResponse>;
41159
42511
  /**
41160
- * Modifies the mount target of an Apsara File Storage NAS (NAS) file system.
42512
+ * Modifies the mount target of a File Storage NAS (NAS) file system.
41161
42513
  *
41162
42514
  * @remarks
41163
42515
  * When you create a NAS file system, a mount target is automatically generated. By default, the mount target does not need to be changed. If the mount target is deleted by misoperation, you must specify a new mount target for the NAS file system in the workspace. You can call the [CreateMountTarget](https://help.aliyun.com/document_detail/62621.html) operation to create a mount target.
@@ -41338,12 +42690,12 @@ export default class Client extends OpenApi {
41338
42690
  * Recreates cloud computers.
41339
42691
  *
41340
42692
  * @remarks
41341
- * Before you change the image of a cloud computer, take note of the following limits:
41342
- * * You can select an image whose OS is different from the OS of the original image. The image change feature is not supported in the following regions: China (Hong Kong), Australia (Sydney), Singapore, and Japan (Tokyo).
41343
- * * GPU images and non-GPU images cannot be exchanged. Graphical cloud computers can only use GPU-accelerated images. Non-graphical cloud computers can only use non-GPU-accelerated images.
41344
- * After the image is changed, the system uses the new image to initialize the system disk of the cloud computer. This has the following impacts:
41345
- * * Data in the system disk of the original cloud computer is cleared. Snapshots that are created based on the system disk of the original cloud computer can no longer be used. The system automatically deletes the snapshots.
41346
- * * If the OS of the image is changed, the data in the data disks of the original cloud computer is cleared, and the snapshots that are created based on the data disks of the original cloud computer can no longer be used. The system automatically deletes the snapshots. If the OS of the image is not changed, the data in the data disks of the original cloud computer is retained, and the snapshots that are created based on the data disks of the original cloud computer can still be used.
42693
+ * Take note of the following limits when you change an image:
42694
+ * * You can select an image whose OS is different from the OS of the original image. The image change feature is not supported in the following regions: China (Hong Kong), Singapore, and Japan (Tokyo).
42695
+ * * GPU images and non-GPU images cannot be exchanged. Graphic-based cloud computers can only use GPU-accelerated images. The other cloud computers can only use non-GPU-accelerated images.
42696
+ * After the image of a cloud computer is changed, the system uses the new image to initialize the system disk of the cloud computer. This has the following impacts:
42697
+ * * Data in the system disk of the original cloud computer is cleared. Snapshots that are created based on the system disk of the original cloud computer become unavailable. The system automatically deletes the snapshots.
42698
+ * * If the OS of the image is changed, the data in the data disk of the original cloud computer is cleared, and the snapshots that are created based on the data disk of the original cloud computer can no longer be used. The system automatically deletes the snapshots. If the OS of the image is not changed, the data in the data disk of the original cloud computer is retained, and the snapshots that are created based on the data disk of the original cloud computer can still be used.
41347
42699
  *
41348
42700
  * @param request - RebuildDesktopsRequest
41349
42701
  * @param runtime - runtime options for this request RuntimeOptions
@@ -41354,12 +42706,12 @@ export default class Client extends OpenApi {
41354
42706
  * Recreates cloud computers.
41355
42707
  *
41356
42708
  * @remarks
41357
- * Before you change the image of a cloud computer, take note of the following limits:
41358
- * * You can select an image whose OS is different from the OS of the original image. The image change feature is not supported in the following regions: China (Hong Kong), Australia (Sydney), Singapore, and Japan (Tokyo).
41359
- * * GPU images and non-GPU images cannot be exchanged. Graphical cloud computers can only use GPU-accelerated images. Non-graphical cloud computers can only use non-GPU-accelerated images.
41360
- * After the image is changed, the system uses the new image to initialize the system disk of the cloud computer. This has the following impacts:
41361
- * * Data in the system disk of the original cloud computer is cleared. Snapshots that are created based on the system disk of the original cloud computer can no longer be used. The system automatically deletes the snapshots.
41362
- * * If the OS of the image is changed, the data in the data disks of the original cloud computer is cleared, and the snapshots that are created based on the data disks of the original cloud computer can no longer be used. The system automatically deletes the snapshots. If the OS of the image is not changed, the data in the data disks of the original cloud computer is retained, and the snapshots that are created based on the data disks of the original cloud computer can still be used.
42709
+ * Take note of the following limits when you change an image:
42710
+ * * You can select an image whose OS is different from the OS of the original image. The image change feature is not supported in the following regions: China (Hong Kong), Singapore, and Japan (Tokyo).
42711
+ * * GPU images and non-GPU images cannot be exchanged. Graphic-based cloud computers can only use GPU-accelerated images. The other cloud computers can only use non-GPU-accelerated images.
42712
+ * After the image of a cloud computer is changed, the system uses the new image to initialize the system disk of the cloud computer. This has the following impacts:
42713
+ * * Data in the system disk of the original cloud computer is cleared. Snapshots that are created based on the system disk of the original cloud computer become unavailable. The system automatically deletes the snapshots.
42714
+ * * If the OS of the image is changed, the data in the data disk of the original cloud computer is cleared, and the snapshots that are created based on the data disk of the original cloud computer can no longer be used. The system automatically deletes the snapshots. If the OS of the image is not changed, the data in the data disk of the original cloud computer is retained, and the snapshots that are created based on the data disk of the original cloud computer can still be used.
41363
42715
  *
41364
42716
  * @param request - RebuildDesktopsRequest
41365
42717
  * @returns RebuildDesktopsResponse
@@ -41410,6 +42762,17 @@ export default class Client extends OpenApi {
41410
42762
  * @returns RemoveUserFromDesktopOversoldUserGroupResponse
41411
42763
  */
41412
42764
  removeUserFromDesktopOversoldUserGroup(request: RemoveUserFromDesktopOversoldUserGroupRequest): Promise<RemoveUserFromDesktopOversoldUserGroupResponse>;
42765
+ /**
42766
+ * @param request - RenewDesktopGroupRequest
42767
+ * @param runtime - runtime options for this request RuntimeOptions
42768
+ * @returns RenewDesktopGroupResponse
42769
+ */
42770
+ renewDesktopGroupWithOptions(request: RenewDesktopGroupRequest, runtime: $Util.RuntimeOptions): Promise<RenewDesktopGroupResponse>;
42771
+ /**
42772
+ * @param request - RenewDesktopGroupRequest
42773
+ * @returns RenewDesktopGroupResponse
42774
+ */
42775
+ renewDesktopGroup(request: RenewDesktopGroupRequest): Promise<RenewDesktopGroupResponse>;
41413
42776
  /**
41414
42777
  * 续费桌面超卖组
41415
42778
  *
@@ -41477,7 +42840,7 @@ export default class Client extends OpenApi {
41477
42840
  */
41478
42841
  resetDesktops(request: ResetDesktopsRequest): Promise<ResetDesktopsResponse>;
41479
42842
  /**
41480
- * Resets the mount target of an Apsara File Storage NAS (NAS) file system.
42843
+ * Resets the mount target of a File Storage NAS (NAS) file system.
41481
42844
  *
41482
42845
  * @remarks
41483
42846
  * When you create a NAS file system, a mount target is automatically generated. By default, you do not need to modify the mount target of the NAS file system. If the mount target is disabled, you need to reset the mount target of the NAS file system.
@@ -41488,7 +42851,7 @@ export default class Client extends OpenApi {
41488
42851
  */
41489
42852
  resetNASDefaultMountTargetWithOptions(request: ResetNASDefaultMountTargetRequest, runtime: $Util.RuntimeOptions): Promise<ResetNASDefaultMountTargetResponse>;
41490
42853
  /**
41491
- * Resets the mount target of an Apsara File Storage NAS (NAS) file system.
42854
+ * Resets the mount target of a File Storage NAS (NAS) file system.
41492
42855
  *
41493
42856
  * @remarks
41494
42857
  * When you create a NAS file system, a mount target is automatically generated. By default, you do not need to modify the mount target of the NAS file system. If the mount target is disabled, you need to reset the mount target of the NAS file system.