Skip to content

Commit 41c17f0

Browse files
committed
Update API DescribeDesktops: update response param.
1 parent 6c80bed commit 41c17f0

File tree

5 files changed

+190
-74
lines changed

5 files changed

+190
-74
lines changed

ecd-20200930/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-03-13 Version: 4.6.1
2+
- Update API DescribeDesktops: update response param.
3+
4+
15
2025-03-04 Version: 4.6.0
26
- Support API CreateBandwidthResourcePackages.
37
- Update API DescribeDesktopsInGroup: add param CustomEndTimePeriod.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.6.0'
1+
__version__ = '4.6.1'

ecd-20200930/alibabacloud_ecd20200930/client.py

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7508,11 +7508,11 @@ def delete_desktop_group_with_options(
75087508
runtime: util_models.RuntimeOptions,
75097509
) -> ecd_20200930_models.DeleteDesktopGroupResponse:
75107510
"""
7511-
@summary Releases a desktop group.
7511+
@summary Releases a cloud computer share.
75127512

7513-
@description Before you delete a desktop group, make sure that cloud desktops in the desktop group are not connected and no users are authorized to use the cloud desktops.
7514-
You cannot delete a subscription desktop group when cloud desktops in the group are in valid period.
7515-
If you delete a pay-as-you-go desktop group, cloud desktops in the group are deleted.
7513+
@description Before releasing a cloud computer share, ensure that no cloud computers within it are in the Connected state and that no end users have access permissions to it.
7514+
You cannot delete a cloud computer share with an active subscription if it contains cloud computers that have not yet expired.
7515+
Deleting a pay-as-you-go cloud computer share will release all pay-as-you-go cloud computers within it.
75167516

75177517
@param request: DeleteDesktopGroupRequest
75187518
@param runtime: runtime options for this request RuntimeOptions
@@ -7555,11 +7555,11 @@ async def delete_desktop_group_with_options_async(
75557555
runtime: util_models.RuntimeOptions,
75567556
) -> ecd_20200930_models.DeleteDesktopGroupResponse:
75577557
"""
7558-
@summary Releases a desktop group.
7558+
@summary Releases a cloud computer share.
75597559

7560-
@description Before you delete a desktop group, make sure that cloud desktops in the desktop group are not connected and no users are authorized to use the cloud desktops.
7561-
You cannot delete a subscription desktop group when cloud desktops in the group are in valid period.
7562-
If you delete a pay-as-you-go desktop group, cloud desktops in the group are deleted.
7560+
@description Before releasing a cloud computer share, ensure that no cloud computers within it are in the Connected state and that no end users have access permissions to it.
7561+
You cannot delete a cloud computer share with an active subscription if it contains cloud computers that have not yet expired.
7562+
Deleting a pay-as-you-go cloud computer share will release all pay-as-you-go cloud computers within it.
75637563

75647564
@param request: DeleteDesktopGroupRequest
75657565
@param runtime: runtime options for this request RuntimeOptions
@@ -7601,11 +7601,11 @@ def delete_desktop_group(
76017601
request: ecd_20200930_models.DeleteDesktopGroupRequest,
76027602
) -> ecd_20200930_models.DeleteDesktopGroupResponse:
76037603
"""
7604-
@summary Releases a desktop group.
7604+
@summary Releases a cloud computer share.
76057605

7606-
@description Before you delete a desktop group, make sure that cloud desktops in the desktop group are not connected and no users are authorized to use the cloud desktops.
7607-
You cannot delete a subscription desktop group when cloud desktops in the group are in valid period.
7608-
If you delete a pay-as-you-go desktop group, cloud desktops in the group are deleted.
7606+
@description Before releasing a cloud computer share, ensure that no cloud computers within it are in the Connected state and that no end users have access permissions to it.
7607+
You cannot delete a cloud computer share with an active subscription if it contains cloud computers that have not yet expired.
7608+
Deleting a pay-as-you-go cloud computer share will release all pay-as-you-go cloud computers within it.
76097609

76107610
@param request: DeleteDesktopGroupRequest
76117611
@return: DeleteDesktopGroupResponse
@@ -7618,11 +7618,11 @@ async def delete_desktop_group_async(
76187618
request: ecd_20200930_models.DeleteDesktopGroupRequest,
76197619
) -> ecd_20200930_models.DeleteDesktopGroupResponse:
76207620
"""
7621-
@summary Releases a desktop group.
7621+
@summary Releases a cloud computer share.
76227622

7623-
@description Before you delete a desktop group, make sure that cloud desktops in the desktop group are not connected and no users are authorized to use the cloud desktops.
7624-
You cannot delete a subscription desktop group when cloud desktops in the group are in valid period.
7625-
If you delete a pay-as-you-go desktop group, cloud desktops in the group are deleted.
7623+
@description Before releasing a cloud computer share, ensure that no cloud computers within it are in the Connected state and that no end users have access permissions to it.
7624+
You cannot delete a cloud computer share with an active subscription if it contains cloud computers that have not yet expired.
7625+
Deleting a pay-as-you-go cloud computer share will release all pay-as-you-go cloud computers within it.
76267626

76277627
@param request: DeleteDesktopGroupRequest
76287628
@return: DeleteDesktopGroupResponse
@@ -11852,7 +11852,7 @@ def describe_desktops_in_group_with_options(
1185211852
runtime: util_models.RuntimeOptions,
1185311853
) -> ecd_20200930_models.DescribeDesktopsInGroupResponse:
1185411854
"""
11855-
@summary Queries the cloud computers in a cloud computer pool by billing method.
11855+
@summary Queries the cloud computers in a share by billing method.
1185611856

1185711857
@param request: DescribeDesktopsInGroupRequest
1185811858
@param runtime: runtime options for this request RuntimeOptions
@@ -11907,7 +11907,7 @@ async def describe_desktops_in_group_with_options_async(
1190711907
runtime: util_models.RuntimeOptions,
1190811908
) -> ecd_20200930_models.DescribeDesktopsInGroupResponse:
1190911909
"""
11910-
@summary Queries the cloud computers in a cloud computer pool by billing method.
11910+
@summary Queries the cloud computers in a share by billing method.
1191111911

1191211912
@param request: DescribeDesktopsInGroupRequest
1191311913
@param runtime: runtime options for this request RuntimeOptions
@@ -11961,7 +11961,7 @@ def describe_desktops_in_group(
1196111961
request: ecd_20200930_models.DescribeDesktopsInGroupRequest,
1196211962
) -> ecd_20200930_models.DescribeDesktopsInGroupResponse:
1196311963
"""
11964-
@summary Queries the cloud computers in a cloud computer pool by billing method.
11964+
@summary Queries the cloud computers in a share by billing method.
1196511965

1196611966
@param request: DescribeDesktopsInGroupRequest
1196711967
@return: DescribeDesktopsInGroupResponse
@@ -11974,7 +11974,7 @@ async def describe_desktops_in_group_async(
1197411974
request: ecd_20200930_models.DescribeDesktopsInGroupRequest,
1197511975
) -> ecd_20200930_models.DescribeDesktopsInGroupResponse:
1197611976
"""
11977-
@summary Queries the cloud computers in a cloud computer pool by billing method.
11977+
@summary Queries the cloud computers in a share by billing method.
1197811978

1197911979
@param request: DescribeDesktopsInGroupRequest
1198011980
@return: DescribeDesktopsInGroupResponse
@@ -16804,7 +16804,7 @@ def disable_desktops_in_group_with_options(
1680416804
runtime: util_models.RuntimeOptions,
1680516805
) -> ecd_20200930_models.DisableDesktopsInGroupResponse:
1680616806
"""
16807-
@summary Disables cloud desktops in a desktop group.
16807+
@summary Disables specific cloud computers in a cloud computer share. After you call this operation to disable specific cloud computers, they enter the unavailable state.
1680816808

1680916809
@param request: DisableDesktopsInGroupRequest
1681016810
@param runtime: runtime options for this request RuntimeOptions
@@ -16849,7 +16849,7 @@ async def disable_desktops_in_group_with_options_async(
1684916849
runtime: util_models.RuntimeOptions,
1685016850
) -> ecd_20200930_models.DisableDesktopsInGroupResponse:
1685116851
"""
16852-
@summary Disables cloud desktops in a desktop group.
16852+
@summary Disables specific cloud computers in a cloud computer share. After you call this operation to disable specific cloud computers, they enter the unavailable state.
1685316853

1685416854
@param request: DisableDesktopsInGroupRequest
1685516855
@param runtime: runtime options for this request RuntimeOptions
@@ -16893,7 +16893,7 @@ def disable_desktops_in_group(
1689316893
request: ecd_20200930_models.DisableDesktopsInGroupRequest,
1689416894
) -> ecd_20200930_models.DisableDesktopsInGroupResponse:
1689516895
"""
16896-
@summary Disables cloud desktops in a desktop group.
16896+
@summary Disables specific cloud computers in a cloud computer share. After you call this operation to disable specific cloud computers, they enter the unavailable state.
1689716897

1689816898
@param request: DisableDesktopsInGroupRequest
1689916899
@return: DisableDesktopsInGroupResponse
@@ -16906,7 +16906,7 @@ async def disable_desktops_in_group_async(
1690616906
request: ecd_20200930_models.DisableDesktopsInGroupRequest,
1690716907
) -> ecd_20200930_models.DisableDesktopsInGroupResponse:
1690816908
"""
16909-
@summary Disables cloud desktops in a desktop group.
16909+
@summary Disables specific cloud computers in a cloud computer share. After you call this operation to disable specific cloud computers, they enter the unavailable state.
1691016910

1691116911
@param request: DisableDesktopsInGroupRequest
1691216912
@return: DisableDesktopsInGroupResponse

0 commit comments

Comments
 (0)