Skip to content

Commit bbae2d6

Browse files
committed
Generated java-async 2020-09-30 for ecd.
1 parent 36453a7 commit bbae2d6

26 files changed

+398
-410
lines changed

ecd-20200930/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-05-12 Version: 4.0.32
2+
- Generated java-async 2020-09-30 for ecd.
3+
14
2025-04-28 Version: 4.0.31
25
- Generated java-async 2020-09-30 for ecd.
36

ecd-20200930/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-ecd20200930</artifactId>
6-
<version>4.0.31</version>
6+
<version>4.0.32</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-ecd20200930</name>
99
<description>Alibaba Cloud ecd (20200930) Async SDK for Java

ecd-20200930/src/main/java/com/aliyun/sdk/service/ecd20200930/AsyncClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ static AsyncClient create() {
10421042

10431043
/**
10441044
* <b>description</b> :
1045-
* <p>The cloud computer must be in the Running state.</p>
1045+
* <p>The cloud computer must be in the Running state. The ticket obtained by calling this operation will expire in 10 minutes.</p>
10461046
*
10471047
* @param request the request parameters of GetConnectionTicket GetConnectionTicketRequest
10481048
* @return GetConnectionTicketResponse

ecd-20200930/src/main/java/com/aliyun/sdk/service/ecd20200930/DefaultAsyncClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2682,7 +2682,7 @@ public CompletableFuture<GetAsyncTaskResponse> getAsyncTask(GetAsyncTaskRequest
26822682

26832683
/**
26842684
* <b>description</b> :
2685-
* <p>The cloud computer must be in the Running state.</p>
2685+
* <p>The cloud computer must be in the Running state. The ticket obtained by calling this operation will expire in 10 minutes.</p>
26862686
*
26872687
* @param request the request parameters of GetConnectionTicket GetConnectionTicketRequest
26882688
* @return GetConnectionTicketResponse

ecd-20200930/src/main/java/com/aliyun/sdk/service/ecd20200930/models/CreateCenterPolicyRequest.java

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ public Builder authorizeSecurityPolicyRule(java.util.List<AuthorizeSecurityPolic
15221522
* <p>The business type.</p>
15231523
* <p>Valid values:</p>
15241524
* <ul>
1525-
* <li>1: public cloud.</li>
1525+
* <li>1: public cloud</li>
15261526
* <li>8: commercial edition.</li>
15271527
* </ul>
15281528
* <p>This parameter is required.</p>
@@ -1783,11 +1783,11 @@ public Builder domainResolveRuleType(String domainResolveRuleType) {
17831783
}
17841784

17851785
/**
1786-
* <p>Specifies whether to enforce session bandwidth limit.</p>
1786+
* <p>Specifies whether to enforce the peak bandwidth limit for sessions.</p>
17871787
* <p>Valid values:</p>
17881788
* <ul>
1789-
* <li>off: doesn&quot;t enforce session bandwidth limit.</li>
1790-
* <li>on: enforces session bandwidth limit.</li>
1789+
* <li>off: doesn&quot;t enforce the peak bandwidth limit for sessions.</li>
1790+
* <li>on: enforces the peak bandwidth limit for sessions.</li>
17911791
* </ul>
17921792
*
17931793
* <strong>example:</strong>
@@ -1817,11 +1817,11 @@ public Builder endUserApplyAdminCoordinate(String endUserApplyAdminCoordinate) {
18171817
}
18181818

18191819
/**
1820-
* <p>Specifies whether end users in the same workspace can share cloud computers.</p>
1820+
* <p>Specifies whether to allow end users in the same office network to share cloud computers.</p>
18211821
* <p>Valid values:</p>
18221822
* <ul>
1823-
* <li>off: End users in the same workspace cannot share cloud computers.</li>
1824-
* <li>on: End users in the same workspace can share cloud computers</li>
1823+
* <li>off: doesn&quot;t allow end users in the same office network to share cloud computers.</li>
1824+
* <li>on: allows end users in the same office network to share cloud computers.</li>
18251825
* </ul>
18261826
*
18271827
* <strong>example:</strong>
@@ -1863,7 +1863,7 @@ public Builder gpuAcceleration(String gpuAcceleration) {
18631863
}
18641864

18651865
/**
1866-
* <p>The file transfer policy on the web client.</p>
1866+
* <p>The file transfer feature on the web client.</p>
18671867
* <p>Valid values:</p>
18681868
* <ul>
18691869
* <li>all: File upload and download are supported.</li>
@@ -1882,13 +1882,13 @@ public Builder html5FileTransfer(String html5FileTransfer) {
18821882
}
18831883

18841884
/**
1885-
* <p>The network communication protocol.</p>
1885+
* <p>The protocol for network communication.</p>
18861886
* <p>Valid values:</p>
18871887
* <ul>
18881888
* <li>tcp: TCP is used when UDP/AST is restricted.</li>
18891889
* <li>rtc: AST is used for high-frequency audio and video streaming.</li>
1890-
* <li>auto: UTO enables automatic switch between AST and UDP modes based on desktop content.</li>
1891-
* <li>both: UDP is ideal for office and HD graphic design use.</li>
1890+
* <li>auto: UTO is used to enable automatic switch between AST and UDP modes based on desktop content.</li>
1891+
* <li>both: UDP is used for office and HD graphic design use.</li>
18921892
* </ul>
18931893
*
18941894
* <strong>example:</strong>
@@ -2014,7 +2014,7 @@ public Builder memorySingleRateLimit(Integer memorySingleRateLimit) {
20142014
}
20152015

20162016
/**
2017-
* <p>Specifies whether to display the Restart button in the DesktopAssistant menu when end users connect to cloud computers from mobile clients (Android clients and iOS clients).</p>
2017+
* <p>Specifies whether to display the Restart button in the DesktopAssistant menu when end users connect to cloud computers from Android clients.</p>
20182018
* <blockquote>
20192019
* <p> This feature applies to only mobile clients of version 7.4.0 or later.</p>
20202020
* </blockquote>
@@ -2034,7 +2034,7 @@ public Builder mobileRestart(String mobileRestart) {
20342034
}
20352035

20362036
/**
2037-
* <p>Specifies whether to display the Stop button in the DesktopAssistant menu when end users connect to cloud computers from mobile clients (Android clients and iOS clients).</p>
2037+
* <p>Specifies whether to display the Stop button in the DesktopAssistant menu when end users connect to cloud computers from Android clients.</p>
20382038
* <blockquote>
20392039
* <p> This feature applies to only mobile clients of version 7.4.0 or later.</p>
20402040
* </blockquote>
@@ -2088,7 +2088,7 @@ public Builder netRedirect(String netRedirect) {
20882088
}
20892089

20902090
/**
2091-
* <p>The network redirection policies.</p>
2091+
* <p>The network redirection policy.</p>
20922092
* <blockquote>
20932093
* <p> This parameter is in private preview and only available to specific users.</p>
20942094
* </blockquote>
@@ -2200,7 +2200,7 @@ public Builder recordEventRegisters(java.util.List<String> recordEventRegisters)
22002200
}
22012201

22022202
/**
2203-
* <p>The event that triggers screen recording.</p>
2203+
* <p>The events that trigger screen recording.</p>
22042204
*/
22052205
public Builder recordEvents(java.util.List<String> recordEvents) {
22062206
this.putQueryParameter("RecordEvents", recordEvents);
@@ -2374,7 +2374,7 @@ public Builder resetDesktop(String resetDesktop) {
23742374
}
23752375

23762376
/**
2377-
* <p>The height of the resolution. Unit: pixel. Valid values for cloud applications: 500 to 50000. Valid values for cloud computers: 480 to 4096.</p>
2377+
* <p>The resolution height. Unit: pixel. Valid values for cloud applications: 500 to 50000. Valid values for cloud computers: 480 to 4096.</p>
23782378
*
23792379
* <strong>example:</strong>
23802380
* <p>1280</p>
@@ -2403,7 +2403,7 @@ public Builder resolutionModel(String resolutionModel) {
24032403
}
24042404

24052405
/**
2406-
* <p>The width of the resolution. Unit: pixel. Valid values for cloud applications: 500 to 50000. Valid values for cloud computers: 480 to 4096.</p>
2406+
* <p>The resolution width. Unit: pixel. Valid values for cloud applications: 500 to 50000. Valid values for cloud computers: 480 to 4096.</p>
24072407
*
24082408
* <strong>example:</strong>
24092409
* <p>720</p>
@@ -2419,7 +2419,7 @@ public Builder resolutionWidth(Integer resolutionWidth) {
24192419
* <p>Valid values:</p>
24202420
* <ul>
24212421
* <li>app: cloud applications.</li>
2422-
* <li>Desktop: cloud computers.</li>
2422+
* <li>desktop: cloud computers.</li>
24232423
* </ul>
24242424
* <p>This parameter is required.</p>
24252425
*
@@ -2468,7 +2468,7 @@ public Builder scopeValue(java.util.List<String> scopeValue) {
24682468
}
24692469

24702470
/**
2471-
* <p>The bandwidth peak of the session. Valid values: 2000 to 100000.</p>
2471+
* <p>The bandwidth peak allowed for sessions. Unit: Kbit/s. Valid values: 2000 to 100000.</p>
24722472
*
24732473
* <strong>example:</strong>
24742474
* <p>2000</p>
@@ -2589,7 +2589,7 @@ public Builder usbSupplyRedirectRule(java.util.List<UsbSupplyRedirectRule> usbSu
25892589
}
25902590

25912591
/**
2592-
* <p>The average bitrate for video encoding. Valid values: 1000 to 50000.</p>
2592+
* <p>The average bitrate for video encoding. Unit: Kbit/s. Valid values: 1000 to 50000.</p>
25932593
*
25942594
* <strong>example:</strong>
25952595
* <p>2000</p>
@@ -2625,7 +2625,7 @@ public Builder videoEncMinQP(Integer videoEncMinQP) {
26252625
}
26262626

26272627
/**
2628-
* <p>The peak bitrate for video encoding. Valid values: 1000 to 50000.</p>
2628+
* <p>The peak bitrate for video encoding. Unit: Kbit/s. Valid values: 1000 to 50000.</p>
26292629
*
26302630
* <strong>example:</strong>
26312631
* <p>2000</p>
@@ -3565,7 +3565,7 @@ public Builder devicePid(String devicePid) {
35653565
* <p>The peripheral type.</p>
35663566
* <p>Valid values:</p>
35673567
* <ul>
3568-
* <li>usbKey: U keys.</li>
3568+
* <li>usbKey: UKeys.</li>
35693569
* <li>other: other peripheral devices.</li>
35703570
* <li>graphicsTablet: graphics tablets.</li>
35713571
* <li>cardReader: card readers.</li>
@@ -3618,9 +3618,9 @@ public Builder platforms(String platforms) {
36183618
* <p>The redirection type.</p>
36193619
* <p>Valid values:</p>
36203620
* <ul>
3621-
* <li>deviceRedirect: enables device redirection.</li>
3622-
* <li>usbRedirect: enables USB redirection.</li>
3623-
* <li>off: disables any type of redirection.</li>
3621+
* <li>deviceRedirect: device redirection.</li>
3622+
* <li>usbRedirect: USB redirection.</li>
3623+
* <li>off: redirection disabled.</li>
36243624
* </ul>
36253625
*
36263626
* <strong>example:</strong>

ecd-20200930/src/main/java/com/aliyun/sdk/service/ecd20200930/models/CreatePolicyGroupRequest.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@ public Builder deviceName(String deviceName) {
24872487
}
24882488

24892489
/**
2490-
* <p>The product ID.</p>
2490+
* <p>The product ID (PID).</p>
24912491
*
24922492
* <strong>example:</strong>
24932493
* <p>0x55b1</p>
@@ -2501,16 +2501,16 @@ public Builder devicePid(String devicePid) {
25012501
* <p>The peripheral type.</p>
25022502
* <p>Valid values:</p>
25032503
* <ul>
2504-
* <li>usbKey</li>
2505-
* <li>other</li>
2506-
* <li>graphicsTablet</li>
2507-
* <li>printer</li>
2508-
* <li>cardReader</li>
2509-
* <li>scanner</li>
2510-
* <li>storage</li>
2511-
* <li>camera</li>
2512-
* <li>adb</li>
2513-
* <li>networkInterfaceCard: the NIC device.</li>
2504+
* <li>usbKey: UKeys.</li>
2505+
* <li>other: other peripheral devices.</li>
2506+
* <li>graphicsTablet: graphics tablets.</li>
2507+
* <li>printer: printers.</li>
2508+
* <li>cardReader: card readers.</li>
2509+
* <li>scanner: scanners.</li>
2510+
* <li>storage: storage devices.</li>
2511+
* <li>camera: web cameras.</li>
2512+
* <li>adb: Android Debug Bridge (ADB) devices.</li>
2513+
* <li>networkInterfaceCard: NIC devices.</li>
25142514
* </ul>
25152515
*
25162516
* <strong>example:</strong>

ecd-20200930/src/main/java/com/aliyun/sdk/service/ecd20200930/models/DescribeAclEntriesRequest.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,11 @@ private Builder(DescribeAclEntriesRequest request) {
131131
}
132132

133133
/**
134-
* <p>The number of entries per page. Maximum value: 1600.</p>
135-
* <p>Default value: 1600.</p>
134+
* <p>The number of entries per page.</p>
135+
* <ul>
136+
* <li>Maximum value: 1600.</li>
137+
* <li>Default value: 1600.</li>
138+
* </ul>
136139
*
137140
* <strong>example:</strong>
138141
* <p>50</p>
@@ -168,7 +171,7 @@ public Builder officeSiteId(String officeSiteId) {
168171
}
169172

170173
/**
171-
* <p>The region ID. You can call the <a href="https://help.aliyun.com/document_detail/196646.html">DescribeRegions</a> operation to query the most recent region list.</p>
174+
* <p>The region ID. You can call the <a href="~~DescribeRegions~~">DescribeRegions</a> operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.</p>
172175
* <p>This parameter is required.</p>
173176
*
174177
* <strong>example:</strong>

ecd-20200930/src/main/java/com/aliyun/sdk/service/ecd20200930/models/DescribeAclEntriesResponseBody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public Builder policy(String policy) {
197197
}
198198

199199
/**
200-
* <p>The ID of the instance to which the ACL applies, such as an office network ID or a cloud computer ID.</p>
200+
* <p>The ID of the instance to which the ACL applies. You can specify an office network ID or a cloud computer ID.</p>
201201
*
202202
* <strong>example:</strong>
203203
* <p>ecd-fsafeweh***</p>

ecd-20200930/src/main/java/com/aliyun/sdk/service/ecd20200930/models/DescribeBundlesResponseBody.java

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private Builder(DescribeBundlesResponseBody model) {
8080
}
8181

8282
/**
83-
* <p>The details of the cloud computer templates.</p>
83+
* <p>The cloud computer templates.</p>
8484
*/
8585
public Builder bundles(java.util.List<Bundles> bundles) {
8686
this.bundles = bundles;
@@ -768,11 +768,12 @@ public Builder creationTime(String creationTime) {
768768
}
769769

770770
/**
771-
* <p>The category of the data disk. Valid values:</p>
771+
* <p>The category of the data disk.</p>
772+
* <p>Valid values:</p>
772773
* <ul>
773-
* <li>cloud_efficiency: ultra disk</li>
774-
* <li>cloud_auto: SSD</li>
775-
* <li>cloud_essd: ESSD (supported by specific specifications)</li>
774+
* <li>cloud_efficiency: the ultra disk</li>
775+
* <li>cloud_auto: the standard SSD.</li>
776+
* <li>cloud_essd: the ESSD. Take note that only specific cloud computer types support ESSDs.</li>
776777
* </ul>
777778
*
778779
* <strong>example:</strong>
@@ -1015,11 +1016,12 @@ public Builder stockState(String stockState) {
10151016
}
10161017

10171018
/**
1018-
* <p>The category of the system disk. Valid values:</p>
1019+
* <p>The category of the system disk.</p>
1020+
* <p>Valid values:</p>
10191021
* <ul>
1020-
* <li>cloud_efficiency: ultra disk</li>
1021-
* <li>cloud_auto: SSD</li>
1022-
* <li>cloud_essd: ESSD (supported by specific specifications)</li>
1022+
* <li>cloud_efficiency: the ultra disk</li>
1023+
* <li>cloud_auto: the standard SSD.</li>
1024+
* <li>cloud_essd: the Enterprise SSD (ESSD). Take note that only specific cloud computer types support ESSDs.</li>
10231025
* </ul>
10241026
*
10251027
* <strong>example:</strong>

ecd-20200930/src/main/java/com/aliyun/sdk/service/ecd20200930/models/DescribeCenterPolicyListRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private Builder(DescribeCenterPolicyListRequest request) {
135135
* <p>The business type.</p>
136136
* <p>Valid values:</p>
137137
* <ul>
138-
* <li>1: public cloud.</li>
138+
* <li>1: public cloud</li>
139139
* <li>8: commercial edition.</li>
140140
* </ul>
141141
* <p>This parameter is required.</p>

0 commit comments

Comments
 (0)