@alicloud/ecd20200930 4.1.2 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +1512 -113
- package/dist/client.js +1227 -171
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +2390 -255
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
|
|
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
|
-
|
|
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
|
|
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
|
|
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](
|
|
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
|
|
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,112 @@ 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
|
+
}
|
|
33287
|
+
export declare class DescribeNASFileSystemsResponseBodyFileSystemsAppInstanceGroups extends $tea.Model {
|
|
33288
|
+
appInstanceGroupId?: string;
|
|
33289
|
+
appInstanceGroupName?: string;
|
|
33290
|
+
static names(): {
|
|
33291
|
+
[key: string]: string;
|
|
33292
|
+
};
|
|
33293
|
+
static types(): {
|
|
33294
|
+
[key: string]: any;
|
|
33295
|
+
};
|
|
33296
|
+
constructor(map?: {
|
|
33297
|
+
[key: string]: any;
|
|
33298
|
+
});
|
|
33299
|
+
}
|
|
32142
33300
|
export declare class DescribeNASFileSystemsResponseBodyFileSystemsDesktopGroups extends $tea.Model {
|
|
32143
33301
|
/**
|
|
32144
33302
|
* @remarks
|
|
@@ -32166,7 +33324,22 @@ export declare class DescribeNASFileSystemsResponseBodyFileSystemsDesktopGroups
|
|
|
32166
33324
|
[key: string]: any;
|
|
32167
33325
|
});
|
|
32168
33326
|
}
|
|
33327
|
+
export declare class DescribeNASFileSystemsResponseBodyFileSystemsOfficeSites extends $tea.Model {
|
|
33328
|
+
officeSiteId?: string;
|
|
33329
|
+
officeSiteName?: string;
|
|
33330
|
+
static names(): {
|
|
33331
|
+
[key: string]: string;
|
|
33332
|
+
};
|
|
33333
|
+
static types(): {
|
|
33334
|
+
[key: string]: any;
|
|
33335
|
+
};
|
|
33336
|
+
constructor(map?: {
|
|
33337
|
+
[key: string]: any;
|
|
33338
|
+
});
|
|
33339
|
+
}
|
|
32169
33340
|
export declare class DescribeNASFileSystemsResponseBodyFileSystems extends $tea.Model {
|
|
33341
|
+
allowOperateUserDrive?: boolean;
|
|
33342
|
+
appInstanceGroups?: DescribeNASFileSystemsResponseBodyFileSystemsAppInstanceGroups[];
|
|
32170
33343
|
/**
|
|
32171
33344
|
* @remarks
|
|
32172
33345
|
* The total capacity of the NAS file system. Unit: GiB.
|
|
@@ -32292,6 +33465,7 @@ export declare class DescribeNASFileSystemsResponseBodyFileSystems extends $tea.
|
|
|
32292
33465
|
* test
|
|
32293
33466
|
*/
|
|
32294
33467
|
officeSiteName?: string;
|
|
33468
|
+
officeSites?: DescribeNASFileSystemsResponseBodyFileSystemsOfficeSites[];
|
|
32295
33469
|
/**
|
|
32296
33470
|
* @remarks
|
|
32297
33471
|
* Indicates whether the User Profile Management (UPM) feature is supported.
|
|
@@ -32308,6 +33482,7 @@ export declare class DescribeNASFileSystemsResponseBodyFileSystems extends $tea.
|
|
|
32308
33482
|
* cn-hangzhou
|
|
32309
33483
|
*/
|
|
32310
33484
|
regionId?: string;
|
|
33485
|
+
scene?: string;
|
|
32311
33486
|
/**
|
|
32312
33487
|
* @remarks
|
|
32313
33488
|
* The storage type of the NAS file system. Valid values:
|
|
@@ -32675,6 +33850,19 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSitesLogs extends $tea
|
|
|
32675
33850
|
[key: string]: any;
|
|
32676
33851
|
});
|
|
32677
33852
|
}
|
|
33853
|
+
export declare class DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts extends $tea.Model {
|
|
33854
|
+
amount?: number;
|
|
33855
|
+
resourceType?: string;
|
|
33856
|
+
static names(): {
|
|
33857
|
+
[key: string]: string;
|
|
33858
|
+
};
|
|
33859
|
+
static types(): {
|
|
33860
|
+
[key: string]: any;
|
|
33861
|
+
};
|
|
33862
|
+
constructor(map?: {
|
|
33863
|
+
[key: string]: any;
|
|
33864
|
+
});
|
|
33865
|
+
}
|
|
32678
33866
|
export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Model {
|
|
32679
33867
|
/**
|
|
32680
33868
|
* @remarks
|
|
@@ -32759,6 +33947,8 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
|
|
|
32759
33947
|
* 2021-05-06T05:58Z
|
|
32760
33948
|
*/
|
|
32761
33949
|
creationTime?: string;
|
|
33950
|
+
customAccessPoint?: string;
|
|
33951
|
+
customDnsAddress?: string[];
|
|
32762
33952
|
/**
|
|
32763
33953
|
* @remarks
|
|
32764
33954
|
* The ID of the security group.
|
|
@@ -32875,7 +34065,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
|
|
|
32875
34065
|
enableServiceRoute?: boolean;
|
|
32876
34066
|
/**
|
|
32877
34067
|
* @remarks
|
|
32878
|
-
* An array of
|
|
34068
|
+
* An array of File Storage NAS (NAS) file system IDs.
|
|
32879
34069
|
*/
|
|
32880
34070
|
fileSystemIds?: string[];
|
|
32881
34071
|
/**
|
|
@@ -32928,6 +34118,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
|
|
|
32928
34118
|
* np-amtp8e8q1o9e4****
|
|
32929
34119
|
*/
|
|
32930
34120
|
networkPackageId?: string;
|
|
34121
|
+
nmVersion?: string;
|
|
32931
34122
|
/**
|
|
32932
34123
|
* @remarks
|
|
32933
34124
|
* The IDs of the office networks.
|
|
@@ -32994,6 +34185,19 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
|
|
|
32994
34185
|
* 2
|
|
32995
34186
|
*/
|
|
32996
34187
|
rdsLicenseStatus?: string;
|
|
34188
|
+
resourceAmounts?: DescribeOfficeSitesResponseBodyOfficeSitesResourceAmounts[];
|
|
34189
|
+
/**
|
|
34190
|
+
* @remarks
|
|
34191
|
+
* The security protection setting of the office network.
|
|
34192
|
+
*
|
|
34193
|
+
* Valid values:
|
|
34194
|
+
*
|
|
34195
|
+
* * SASE: SASE is configured.
|
|
34196
|
+
* * OFF: No security protection setting is configured.
|
|
34197
|
+
*
|
|
34198
|
+
* @example
|
|
34199
|
+
* SASE
|
|
34200
|
+
*/
|
|
32997
34201
|
securityProtection?: string;
|
|
32998
34202
|
/**
|
|
32999
34203
|
* @remarks
|
|
@@ -33048,6 +34252,18 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
|
|
|
33048
34252
|
* testSubDnsUserName
|
|
33049
34253
|
*/
|
|
33050
34254
|
subDomainName?: string;
|
|
34255
|
+
/**
|
|
34256
|
+
* @remarks
|
|
34257
|
+
* The subnet mode of the office network.
|
|
34258
|
+
*
|
|
34259
|
+
* Valid values:
|
|
34260
|
+
*
|
|
34261
|
+
* * 0: disabled.
|
|
34262
|
+
* * 1: enabled.
|
|
34263
|
+
*
|
|
34264
|
+
* @example
|
|
34265
|
+
* 0
|
|
34266
|
+
*/
|
|
33051
34267
|
subnetMode?: string;
|
|
33052
34268
|
/**
|
|
33053
34269
|
* @remarks
|
|
@@ -33065,6 +34281,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
|
|
|
33065
34281
|
* 0
|
|
33066
34282
|
*/
|
|
33067
34283
|
totalEdsCountForGroup?: number;
|
|
34284
|
+
totalResourceAmount?: number;
|
|
33068
34285
|
/**
|
|
33069
34286
|
* @remarks
|
|
33070
34287
|
* > This parameter is unavailable.
|
|
@@ -33565,6 +34782,8 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
33565
34782
|
* 70
|
|
33566
34783
|
*/
|
|
33567
34784
|
cpuSingleRateLimit?: number;
|
|
34785
|
+
desktopCount?: number;
|
|
34786
|
+
desktopGroupCount?: number;
|
|
33568
34787
|
deviceRedirects?: DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRedirects[];
|
|
33569
34788
|
deviceRules?: DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRules[];
|
|
33570
34789
|
displayMode?: string;
|
|
@@ -33736,6 +34955,8 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
33736
34955
|
* 30
|
|
33737
34956
|
*/
|
|
33738
34957
|
memorySingleRateLimit?: number;
|
|
34958
|
+
mobileRestart?: string;
|
|
34959
|
+
mobileShutdown?: string;
|
|
33739
34960
|
/**
|
|
33740
34961
|
* @remarks
|
|
33741
34962
|
* The policy name.
|
|
@@ -33946,6 +35167,8 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
33946
35167
|
* fullControl
|
|
33947
35168
|
*/
|
|
33948
35169
|
remoteCoordinate?: string;
|
|
35170
|
+
resourceGroupCount?: number;
|
|
35171
|
+
resourceRegionId?: string;
|
|
33949
35172
|
/**
|
|
33950
35173
|
* @remarks
|
|
33951
35174
|
* The effective scope of the policy. Valid values:
|
|
@@ -33963,6 +35186,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
33963
35186
|
*/
|
|
33964
35187
|
scopeValue?: string[];
|
|
33965
35188
|
smoothEnhancement?: string;
|
|
35189
|
+
statusMonitor?: string;
|
|
33966
35190
|
streamingMode?: string;
|
|
33967
35191
|
targetFps?: number;
|
|
33968
35192
|
/**
|
|
@@ -34136,24 +35360,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
34136
35360
|
* EndUserId
|
|
34137
35361
|
*/
|
|
34138
35362
|
watermarkType?: string;
|
|
34139
|
-
|
|
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;
|
|
35363
|
+
wyAssistant?: string;
|
|
34157
35364
|
static names(): {
|
|
34158
35365
|
[key: string]: string;
|
|
34159
35366
|
};
|
|
@@ -34406,6 +35613,27 @@ export declare class DescribeRecordingsResponseBodyRecordings extends $tea.Model
|
|
|
34406
35613
|
[key: string]: any;
|
|
34407
35614
|
});
|
|
34408
35615
|
}
|
|
35616
|
+
export declare class DescribeRefundPriceResponseBodyPriceInfo extends $tea.Model {
|
|
35617
|
+
/**
|
|
35618
|
+
* @example
|
|
35619
|
+
* CNY
|
|
35620
|
+
*/
|
|
35621
|
+
currency?: string;
|
|
35622
|
+
/**
|
|
35623
|
+
* @example
|
|
35624
|
+
* 3990.75
|
|
35625
|
+
*/
|
|
35626
|
+
refundFee?: number;
|
|
35627
|
+
static names(): {
|
|
35628
|
+
[key: string]: string;
|
|
35629
|
+
};
|
|
35630
|
+
static types(): {
|
|
35631
|
+
[key: string]: any;
|
|
35632
|
+
};
|
|
35633
|
+
constructor(map?: {
|
|
35634
|
+
[key: string]: any;
|
|
35635
|
+
});
|
|
35636
|
+
}
|
|
34409
35637
|
export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
34410
35638
|
/**
|
|
34411
35639
|
* @remarks
|
|
@@ -34441,6 +35669,99 @@ export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
|
34441
35669
|
[key: string]: any;
|
|
34442
35670
|
});
|
|
34443
35671
|
}
|
|
35672
|
+
export declare class DescribeRenewalPriceResponseBodyPriceInfoPricePromotions extends $tea.Model {
|
|
35673
|
+
/**
|
|
35674
|
+
* @example
|
|
35675
|
+
* test
|
|
35676
|
+
*/
|
|
35677
|
+
optionCode?: string;
|
|
35678
|
+
promotionDesc?: string;
|
|
35679
|
+
/**
|
|
35680
|
+
* @example
|
|
35681
|
+
* promo_option
|
|
35682
|
+
*/
|
|
35683
|
+
promotionId?: string;
|
|
35684
|
+
promotionName?: string;
|
|
35685
|
+
/**
|
|
35686
|
+
* @example
|
|
35687
|
+
* false
|
|
35688
|
+
*/
|
|
35689
|
+
selected?: boolean;
|
|
35690
|
+
static names(): {
|
|
35691
|
+
[key: string]: string;
|
|
35692
|
+
};
|
|
35693
|
+
static types(): {
|
|
35694
|
+
[key: string]: any;
|
|
35695
|
+
};
|
|
35696
|
+
constructor(map?: {
|
|
35697
|
+
[key: string]: any;
|
|
35698
|
+
});
|
|
35699
|
+
}
|
|
35700
|
+
export declare class DescribeRenewalPriceResponseBodyPriceInfoPrice extends $tea.Model {
|
|
35701
|
+
/**
|
|
35702
|
+
* @example
|
|
35703
|
+
* CNY
|
|
35704
|
+
*/
|
|
35705
|
+
currency?: string;
|
|
35706
|
+
/**
|
|
35707
|
+
* @example
|
|
35708
|
+
* 15.8
|
|
35709
|
+
*/
|
|
35710
|
+
discountPrice?: number;
|
|
35711
|
+
orderLines?: {
|
|
35712
|
+
[key: string]: string;
|
|
35713
|
+
};
|
|
35714
|
+
/**
|
|
35715
|
+
* @example
|
|
35716
|
+
* 79.0
|
|
35717
|
+
*/
|
|
35718
|
+
originalPrice?: number;
|
|
35719
|
+
promotions?: DescribeRenewalPriceResponseBodyPriceInfoPricePromotions[];
|
|
35720
|
+
/**
|
|
35721
|
+
* @example
|
|
35722
|
+
* 63.2
|
|
35723
|
+
*/
|
|
35724
|
+
tradePrice?: number;
|
|
35725
|
+
static names(): {
|
|
35726
|
+
[key: string]: string;
|
|
35727
|
+
};
|
|
35728
|
+
static types(): {
|
|
35729
|
+
[key: string]: any;
|
|
35730
|
+
};
|
|
35731
|
+
constructor(map?: {
|
|
35732
|
+
[key: string]: any;
|
|
35733
|
+
});
|
|
35734
|
+
}
|
|
35735
|
+
export declare class DescribeRenewalPriceResponseBodyPriceInfoRules extends $tea.Model {
|
|
35736
|
+
description?: string;
|
|
35737
|
+
/**
|
|
35738
|
+
* @example
|
|
35739
|
+
* 29644
|
|
35740
|
+
*/
|
|
35741
|
+
ruleId?: number;
|
|
35742
|
+
static names(): {
|
|
35743
|
+
[key: string]: string;
|
|
35744
|
+
};
|
|
35745
|
+
static types(): {
|
|
35746
|
+
[key: string]: any;
|
|
35747
|
+
};
|
|
35748
|
+
constructor(map?: {
|
|
35749
|
+
[key: string]: any;
|
|
35750
|
+
});
|
|
35751
|
+
}
|
|
35752
|
+
export declare class DescribeRenewalPriceResponseBodyPriceInfo extends $tea.Model {
|
|
35753
|
+
price?: DescribeRenewalPriceResponseBodyPriceInfoPrice;
|
|
35754
|
+
rules?: DescribeRenewalPriceResponseBodyPriceInfoRules[];
|
|
35755
|
+
static names(): {
|
|
35756
|
+
[key: string]: string;
|
|
35757
|
+
};
|
|
35758
|
+
static types(): {
|
|
35759
|
+
[key: string]: any;
|
|
35760
|
+
};
|
|
35761
|
+
constructor(map?: {
|
|
35762
|
+
[key: string]: any;
|
|
35763
|
+
});
|
|
35764
|
+
}
|
|
34444
35765
|
export declare class DescribeSessionStatisticResponseBodyStatistic extends $tea.Model {
|
|
34445
35766
|
/**
|
|
34446
35767
|
* @remarks
|
|
@@ -35953,7 +37274,7 @@ export declare class GetDesktopGroupDetailResponseBodyDesktops extends $tea.Mode
|
|
|
35953
37274
|
minDesktopsCount?: number;
|
|
35954
37275
|
/**
|
|
35955
37276
|
* @remarks
|
|
35956
|
-
* The ID of the
|
|
37277
|
+
* The ID of the File Storage NAS (NAS) file system for the user data roaming feature.
|
|
35957
37278
|
*
|
|
35958
37279
|
* @example
|
|
35959
37280
|
* 0783b4****
|
|
@@ -36368,6 +37689,7 @@ export declare class ListCdsFilesResponseBodyFileModels extends $tea.Model {
|
|
|
36368
37689
|
});
|
|
36369
37690
|
}
|
|
36370
37691
|
export declare class ListDirectoryUsersResponseBodyUsers extends $tea.Model {
|
|
37692
|
+
assignedDesktopNumber?: number;
|
|
36371
37693
|
/**
|
|
36372
37694
|
* @remarks
|
|
36373
37695
|
* The display name of the user.
|
|
@@ -36376,6 +37698,7 @@ export declare class ListDirectoryUsersResponseBodyUsers extends $tea.Model {
|
|
|
36376
37698
|
* Alice
|
|
36377
37699
|
*/
|
|
36378
37700
|
displayName?: string;
|
|
37701
|
+
email?: string;
|
|
36379
37702
|
/**
|
|
36380
37703
|
* @remarks
|
|
36381
37704
|
* The name of the user.
|
|
@@ -36384,6 +37707,7 @@ export declare class ListDirectoryUsersResponseBodyUsers extends $tea.Model {
|
|
|
36384
37707
|
* Alice
|
|
36385
37708
|
*/
|
|
36386
37709
|
endUser?: string;
|
|
37710
|
+
phone?: string;
|
|
36387
37711
|
static names(): {
|
|
36388
37712
|
[key: string]: string;
|
|
36389
37713
|
};
|
|
@@ -36590,6 +37914,7 @@ export declare class ListOfficeSiteOverviewResponseBodyOfficeSiteOverviewResults
|
|
|
36590
37914
|
});
|
|
36591
37915
|
}
|
|
36592
37916
|
export declare class ListOfficeSiteUsersResponseBodyUsers extends $tea.Model {
|
|
37917
|
+
assignedDesktopNumber?: number;
|
|
36593
37918
|
/**
|
|
36594
37919
|
* @remarks
|
|
36595
37920
|
* The display name of the user.
|
|
@@ -36598,6 +37923,7 @@ export declare class ListOfficeSiteUsersResponseBodyUsers extends $tea.Model {
|
|
|
36598
37923
|
* Alice
|
|
36599
37924
|
*/
|
|
36600
37925
|
displayName?: string;
|
|
37926
|
+
email?: string;
|
|
36601
37927
|
/**
|
|
36602
37928
|
* @remarks
|
|
36603
37929
|
* The name of the AD user.
|
|
@@ -36606,6 +37932,7 @@ export declare class ListOfficeSiteUsersResponseBodyUsers extends $tea.Model {
|
|
|
36606
37932
|
* Alice
|
|
36607
37933
|
*/
|
|
36608
37934
|
endUser?: string;
|
|
37935
|
+
phone?: string;
|
|
36609
37936
|
static names(): {
|
|
36610
37937
|
[key: string]: string;
|
|
36611
37938
|
};
|
|
@@ -38699,7 +40026,7 @@ export default class Client extends OpenApi {
|
|
|
38699
40026
|
*/
|
|
38700
40027
|
createADConnectorOfficeSite(request: CreateADConnectorOfficeSiteRequest): Promise<CreateADConnectorOfficeSiteResponse>;
|
|
38701
40028
|
/**
|
|
38702
|
-
* Creates
|
|
40029
|
+
* Creates a File Storage NAS (NAS) file system and mount the file system to the workspace in which a desktop group resides.
|
|
38703
40030
|
*
|
|
38704
40031
|
* @param request - CreateAndBindNasFileSystemRequest
|
|
38705
40032
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -38707,7 +40034,7 @@ export default class Client extends OpenApi {
|
|
|
38707
40034
|
*/
|
|
38708
40035
|
createAndBindNasFileSystemWithOptions(request: CreateAndBindNasFileSystemRequest, runtime: $Util.RuntimeOptions): Promise<CreateAndBindNasFileSystemResponse>;
|
|
38709
40036
|
/**
|
|
38710
|
-
* Creates
|
|
40037
|
+
* Creates a File Storage NAS (NAS) file system and mount the file system to the workspace in which a desktop group resides.
|
|
38711
40038
|
*
|
|
38712
40039
|
* @param request - CreateAndBindNasFileSystemRequest
|
|
38713
40040
|
* @returns CreateAndBindNasFileSystemResponse
|
|
@@ -38873,11 +40200,11 @@ export default class Client extends OpenApi {
|
|
|
38873
40200
|
* * 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
40201
|
* 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
40202
|
*
|
|
38876
|
-
* @param
|
|
40203
|
+
* @param tmpReq - CreateDesktopsRequest
|
|
38877
40204
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
38878
40205
|
* @returns CreateDesktopsResponse
|
|
38879
40206
|
*/
|
|
38880
|
-
createDesktopsWithOptions(
|
|
40207
|
+
createDesktopsWithOptions(tmpReq: CreateDesktopsRequest, runtime: $Util.RuntimeOptions): Promise<CreateDesktopsResponse>;
|
|
38881
40208
|
/**
|
|
38882
40209
|
* 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
40210
|
*
|
|
@@ -38925,12 +40252,40 @@ export default class Client extends OpenApi {
|
|
|
38925
40252
|
*/
|
|
38926
40253
|
createImage(request: CreateImageRequest): Promise<CreateImageResponse>;
|
|
38927
40254
|
/**
|
|
40255
|
+
* Create a NAS file system.
|
|
40256
|
+
*
|
|
40257
|
+
* @remarks
|
|
40258
|
+
* <props="china">
|
|
40259
|
+
* - Each standard workspace can create one NAS file system to meet the need for sharing files between cloud desktops in the workspace.
|
|
40260
|
+
* - 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.
|
|
40261
|
+
* - 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.
|
|
40262
|
+
* For more information, see [Creating Shared Storage NAS](https://help.aliyun.com/document_detail/214481.html).
|
|
40263
|
+
* <props="intl">
|
|
40264
|
+
* - Each standard workspace can create one NAS file system to meet the need for sharing files between cloud desktops in the workspace.
|
|
40265
|
+
* - 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.
|
|
40266
|
+
* - 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.
|
|
40267
|
+
* For more information, see [Creating Shared Storage NAS](https://help.aliyun.com/document_detail/214481.html).
|
|
40268
|
+
*
|
|
38928
40269
|
* @param request - CreateNASFileSystemRequest
|
|
38929
40270
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
38930
40271
|
* @returns CreateNASFileSystemResponse
|
|
38931
40272
|
*/
|
|
38932
40273
|
createNASFileSystemWithOptions(request: CreateNASFileSystemRequest, runtime: $Util.RuntimeOptions): Promise<CreateNASFileSystemResponse>;
|
|
38933
40274
|
/**
|
|
40275
|
+
* Create a NAS file system.
|
|
40276
|
+
*
|
|
40277
|
+
* @remarks
|
|
40278
|
+
* <props="china">
|
|
40279
|
+
* - Each standard workspace can create one NAS file system to meet the need for sharing files between cloud desktops in the workspace.
|
|
40280
|
+
* - 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.
|
|
40281
|
+
* - 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.
|
|
40282
|
+
* For more information, see [Creating Shared Storage NAS](https://help.aliyun.com/document_detail/214481.html).
|
|
40283
|
+
* <props="intl">
|
|
40284
|
+
* - Each standard workspace can create one NAS file system to meet the need for sharing files between cloud desktops in the workspace.
|
|
40285
|
+
* - 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.
|
|
40286
|
+
* - 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.
|
|
40287
|
+
* For more information, see [Creating Shared Storage NAS](https://help.aliyun.com/document_detail/214481.html).
|
|
40288
|
+
*
|
|
38934
40289
|
* @param request - CreateNASFileSystemRequest
|
|
38935
40290
|
* @returns CreateNASFileSystemResponse
|
|
38936
40291
|
*/
|
|
@@ -39227,7 +40582,7 @@ export default class Client extends OpenApi {
|
|
|
39227
40582
|
* Deletes NAS file systems.
|
|
39228
40583
|
*
|
|
39229
40584
|
* @remarks
|
|
39230
|
-
* Before you delete
|
|
40585
|
+
* Before you delete a File Storage NAS (NAS) file system, make sure that the data you want to retain is backed up.
|
|
39231
40586
|
* >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
40587
|
*
|
|
39233
40588
|
* @param request - DeleteNASFileSystemsRequest
|
|
@@ -39239,7 +40594,7 @@ export default class Client extends OpenApi {
|
|
|
39239
40594
|
* Deletes NAS file systems.
|
|
39240
40595
|
*
|
|
39241
40596
|
* @remarks
|
|
39242
|
-
* Before you delete
|
|
40597
|
+
* Before you delete a File Storage NAS (NAS) file system, make sure that the data you want to retain is backed up.
|
|
39243
40598
|
* >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
40599
|
*
|
|
39245
40600
|
* @param request - DeleteNASFileSystemsRequest
|
|
@@ -39858,7 +41213,18 @@ export default class Client extends OpenApi {
|
|
|
39858
41213
|
*/
|
|
39859
41214
|
describeKmsKeys(request: DescribeKmsKeysRequest): Promise<DescribeKmsKeysResponse>;
|
|
39860
41215
|
/**
|
|
39861
|
-
*
|
|
41216
|
+
* @param request - DescribeModificationPriceRequest
|
|
41217
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
41218
|
+
* @returns DescribeModificationPriceResponse
|
|
41219
|
+
*/
|
|
41220
|
+
describeModificationPriceWithOptions(request: DescribeModificationPriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeModificationPriceResponse>;
|
|
41221
|
+
/**
|
|
41222
|
+
* @param request - DescribeModificationPriceRequest
|
|
41223
|
+
* @returns DescribeModificationPriceResponse
|
|
41224
|
+
*/
|
|
41225
|
+
describeModificationPrice(request: DescribeModificationPriceRequest): Promise<DescribeModificationPriceResponse>;
|
|
41226
|
+
/**
|
|
41227
|
+
* Queries the information about File Storage NAS (NAS) file systems.
|
|
39862
41228
|
*
|
|
39863
41229
|
* @param request - DescribeNASFileSystemsRequest
|
|
39864
41230
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -39866,7 +41232,7 @@ export default class Client extends OpenApi {
|
|
|
39866
41232
|
*/
|
|
39867
41233
|
describeNASFileSystemsWithOptions(request: DescribeNASFileSystemsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeNASFileSystemsResponse>;
|
|
39868
41234
|
/**
|
|
39869
|
-
* Queries the information about
|
|
41235
|
+
* Queries the information about File Storage NAS (NAS) file systems.
|
|
39870
41236
|
*
|
|
39871
41237
|
* @param request - DescribeNASFileSystemsRequest
|
|
39872
41238
|
* @returns DescribeNASFileSystemsResponse
|
|
@@ -40004,6 +41370,17 @@ export default class Client extends OpenApi {
|
|
|
40004
41370
|
* @returns DescribeRecordingsResponse
|
|
40005
41371
|
*/
|
|
40006
41372
|
describeRecordings(request: DescribeRecordingsRequest): Promise<DescribeRecordingsResponse>;
|
|
41373
|
+
/**
|
|
41374
|
+
* @param request - DescribeRefundPriceRequest
|
|
41375
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
41376
|
+
* @returns DescribeRefundPriceResponse
|
|
41377
|
+
*/
|
|
41378
|
+
describeRefundPriceWithOptions(request: DescribeRefundPriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRefundPriceResponse>;
|
|
41379
|
+
/**
|
|
41380
|
+
* @param request - DescribeRefundPriceRequest
|
|
41381
|
+
* @returns DescribeRefundPriceResponse
|
|
41382
|
+
*/
|
|
41383
|
+
describeRefundPrice(request: DescribeRefundPriceRequest): Promise<DescribeRefundPriceResponse>;
|
|
40007
41384
|
/**
|
|
40008
41385
|
* Queries the Alibaba Cloud regions that are available for Elastic Desktop Service (EDS).
|
|
40009
41386
|
*
|
|
@@ -40019,6 +41396,17 @@ export default class Client extends OpenApi {
|
|
|
40019
41396
|
* @returns DescribeRegionsResponse
|
|
40020
41397
|
*/
|
|
40021
41398
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
41399
|
+
/**
|
|
41400
|
+
* @param request - DescribeRenewalPriceRequest
|
|
41401
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
41402
|
+
* @returns DescribeRenewalPriceResponse
|
|
41403
|
+
*/
|
|
41404
|
+
describeRenewalPriceWithOptions(request: DescribeRenewalPriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRenewalPriceResponse>;
|
|
41405
|
+
/**
|
|
41406
|
+
* @param request - DescribeRenewalPriceRequest
|
|
41407
|
+
* @returns DescribeRenewalPriceResponse
|
|
41408
|
+
*/
|
|
41409
|
+
describeRenewalPrice(request: DescribeRenewalPriceRequest): Promise<DescribeRenewalPriceResponse>;
|
|
40022
41410
|
/**
|
|
40023
41411
|
* Queries the session statistics of a region.
|
|
40024
41412
|
*
|
|
@@ -41146,7 +42534,7 @@ export default class Client extends OpenApi {
|
|
|
41146
42534
|
*/
|
|
41147
42535
|
modifyImagePermission(request: ModifyImagePermissionRequest): Promise<ModifyImagePermissionResponse>;
|
|
41148
42536
|
/**
|
|
41149
|
-
* Modifies the mount target of
|
|
42537
|
+
* Modifies the mount target of a File Storage NAS (NAS) file system.
|
|
41150
42538
|
*
|
|
41151
42539
|
* @remarks
|
|
41152
42540
|
* 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 +42545,7 @@ export default class Client extends OpenApi {
|
|
|
41157
42545
|
*/
|
|
41158
42546
|
modifyNASDefaultMountTargetWithOptions(request: ModifyNASDefaultMountTargetRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNASDefaultMountTargetResponse>;
|
|
41159
42547
|
/**
|
|
41160
|
-
* Modifies the mount target of
|
|
42548
|
+
* Modifies the mount target of a File Storage NAS (NAS) file system.
|
|
41161
42549
|
*
|
|
41162
42550
|
* @remarks
|
|
41163
42551
|
* 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 +42726,12 @@ export default class Client extends OpenApi {
|
|
|
41338
42726
|
* Recreates cloud computers.
|
|
41339
42727
|
*
|
|
41340
42728
|
* @remarks
|
|
41341
|
-
*
|
|
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),
|
|
41343
|
-
* * GPU images and non-GPU images cannot be exchanged.
|
|
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
|
|
41346
|
-
* * If the OS of the image is changed, the data in the data
|
|
42729
|
+
* Take note of the following limits when you change an image:
|
|
42730
|
+
* * 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).
|
|
42731
|
+
* * 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.
|
|
42732
|
+
* 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:
|
|
42733
|
+
* * 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.
|
|
42734
|
+
* * 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
42735
|
*
|
|
41348
42736
|
* @param request - RebuildDesktopsRequest
|
|
41349
42737
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -41354,12 +42742,12 @@ export default class Client extends OpenApi {
|
|
|
41354
42742
|
* Recreates cloud computers.
|
|
41355
42743
|
*
|
|
41356
42744
|
* @remarks
|
|
41357
|
-
*
|
|
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),
|
|
41359
|
-
* * GPU images and non-GPU images cannot be exchanged.
|
|
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
|
|
41362
|
-
* * If the OS of the image is changed, the data in the data
|
|
42745
|
+
* Take note of the following limits when you change an image:
|
|
42746
|
+
* * 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).
|
|
42747
|
+
* * 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.
|
|
42748
|
+
* 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:
|
|
42749
|
+
* * 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.
|
|
42750
|
+
* * 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
42751
|
*
|
|
41364
42752
|
* @param request - RebuildDesktopsRequest
|
|
41365
42753
|
* @returns RebuildDesktopsResponse
|
|
@@ -41410,6 +42798,17 @@ export default class Client extends OpenApi {
|
|
|
41410
42798
|
* @returns RemoveUserFromDesktopOversoldUserGroupResponse
|
|
41411
42799
|
*/
|
|
41412
42800
|
removeUserFromDesktopOversoldUserGroup(request: RemoveUserFromDesktopOversoldUserGroupRequest): Promise<RemoveUserFromDesktopOversoldUserGroupResponse>;
|
|
42801
|
+
/**
|
|
42802
|
+
* @param request - RenewDesktopGroupRequest
|
|
42803
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
42804
|
+
* @returns RenewDesktopGroupResponse
|
|
42805
|
+
*/
|
|
42806
|
+
renewDesktopGroupWithOptions(request: RenewDesktopGroupRequest, runtime: $Util.RuntimeOptions): Promise<RenewDesktopGroupResponse>;
|
|
42807
|
+
/**
|
|
42808
|
+
* @param request - RenewDesktopGroupRequest
|
|
42809
|
+
* @returns RenewDesktopGroupResponse
|
|
42810
|
+
*/
|
|
42811
|
+
renewDesktopGroup(request: RenewDesktopGroupRequest): Promise<RenewDesktopGroupResponse>;
|
|
41413
42812
|
/**
|
|
41414
42813
|
* 续费桌面超卖组
|
|
41415
42814
|
*
|
|
@@ -41477,7 +42876,7 @@ export default class Client extends OpenApi {
|
|
|
41477
42876
|
*/
|
|
41478
42877
|
resetDesktops(request: ResetDesktopsRequest): Promise<ResetDesktopsResponse>;
|
|
41479
42878
|
/**
|
|
41480
|
-
* Resets the mount target of
|
|
42879
|
+
* Resets the mount target of a File Storage NAS (NAS) file system.
|
|
41481
42880
|
*
|
|
41482
42881
|
* @remarks
|
|
41483
42882
|
* 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 +42887,7 @@ export default class Client extends OpenApi {
|
|
|
41488
42887
|
*/
|
|
41489
42888
|
resetNASDefaultMountTargetWithOptions(request: ResetNASDefaultMountTargetRequest, runtime: $Util.RuntimeOptions): Promise<ResetNASDefaultMountTargetResponse>;
|
|
41490
42889
|
/**
|
|
41491
|
-
* Resets the mount target of
|
|
42890
|
+
* Resets the mount target of a File Storage NAS (NAS) file system.
|
|
41492
42891
|
*
|
|
41493
42892
|
* @remarks
|
|
41494
42893
|
* 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.
|