@alicloud/ecd20200930 4.5.0 → 4.5.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 +102 -60
- package/dist/client.js +74 -28
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +139 -60
package/dist/client.d.ts
CHANGED
|
@@ -4445,6 +4445,30 @@ export declare class DescribeDesktopsRequestTag extends $dara.Model {
|
|
|
4445
4445
|
[key: string]: any;
|
|
4446
4446
|
});
|
|
4447
4447
|
}
|
|
4448
|
+
export declare class DescribeDesktopsResponseBodyDesktopsDesktopDurationList extends $dara.Model {
|
|
4449
|
+
orderInstanceId?: string;
|
|
4450
|
+
packageCreationTime?: string;
|
|
4451
|
+
packageExpiredTime?: string;
|
|
4452
|
+
packageId?: string;
|
|
4453
|
+
packageStatus?: string;
|
|
4454
|
+
packageType?: string;
|
|
4455
|
+
packageUsedUpStrategy?: string;
|
|
4456
|
+
periodEndTime?: string;
|
|
4457
|
+
periodStartTime?: string;
|
|
4458
|
+
postPaidLimitFee?: number;
|
|
4459
|
+
totalDuration?: number;
|
|
4460
|
+
usedDuration?: number;
|
|
4461
|
+
static names(): {
|
|
4462
|
+
[key: string]: string;
|
|
4463
|
+
};
|
|
4464
|
+
static types(): {
|
|
4465
|
+
[key: string]: any;
|
|
4466
|
+
};
|
|
4467
|
+
validate(): void;
|
|
4468
|
+
constructor(map?: {
|
|
4469
|
+
[key: string]: any;
|
|
4470
|
+
});
|
|
4471
|
+
}
|
|
4448
4472
|
export declare class DescribeDesktopsResponseBodyDesktopsDisks extends $dara.Model {
|
|
4449
4473
|
/**
|
|
4450
4474
|
* @remarks
|
|
@@ -4784,6 +4808,7 @@ export declare class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
|
|
|
4784
4808
|
* null
|
|
4785
4809
|
*/
|
|
4786
4810
|
dataDiskSize?: string;
|
|
4811
|
+
desktopDurationList?: DescribeDesktopsResponseBodyDesktopsDesktopDurationList[];
|
|
4787
4812
|
/**
|
|
4788
4813
|
* @remarks
|
|
4789
4814
|
* The ID of the cloud computer pool to which cloud computers belong. Default value: null.``
|
|
@@ -5386,7 +5411,7 @@ export declare class DescribeDesktopsInGroupResponseBodyPaidDesktops extends $da
|
|
|
5386
5411
|
diskType?: string;
|
|
5387
5412
|
/**
|
|
5388
5413
|
* @remarks
|
|
5389
|
-
* The ID of the authorized user
|
|
5414
|
+
* The ID of the authorized user.
|
|
5390
5415
|
*
|
|
5391
5416
|
* @example
|
|
5392
5417
|
* alice
|
|
@@ -5394,7 +5419,7 @@ export declare class DescribeDesktopsInGroupResponseBodyPaidDesktops extends $da
|
|
|
5394
5419
|
endUserId?: string;
|
|
5395
5420
|
/**
|
|
5396
5421
|
* @remarks
|
|
5397
|
-
* The IDs of the end users who are connected to the cloud computers in the cloud computer
|
|
5422
|
+
* The IDs of the end users who are connected to the cloud computers in the cloud computer share. If no end users are connected, no values are returned for this parameter.
|
|
5398
5423
|
*/
|
|
5399
5424
|
endUserIds?: string[];
|
|
5400
5425
|
/**
|
|
@@ -5407,7 +5432,7 @@ export declare class DescribeDesktopsInGroupResponseBodyPaidDesktops extends $da
|
|
|
5407
5432
|
endUserName?: string;
|
|
5408
5433
|
/**
|
|
5409
5434
|
* @remarks
|
|
5410
|
-
* The usernames of the end users who are connected to the cloud computers in the cloud computer
|
|
5435
|
+
* The usernames of the end users who are connected to the cloud computers in the cloud computer share. If no end users are connected, no values are returned for this parameter.
|
|
5411
5436
|
*/
|
|
5412
5437
|
endUserNames?: string[];
|
|
5413
5438
|
/**
|
|
@@ -5605,7 +5630,7 @@ export declare class DescribeDesktopsInGroupResponseBodyPostPaidDesktops extends
|
|
|
5605
5630
|
connectionStatus?: string;
|
|
5606
5631
|
/**
|
|
5607
5632
|
* @remarks
|
|
5608
|
-
* The retention period
|
|
5633
|
+
* The retention period. Unit: milliseconds.
|
|
5609
5634
|
*
|
|
5610
5635
|
* @example
|
|
5611
5636
|
* 4153958447
|
|
@@ -23433,7 +23458,7 @@ export declare class DeleteConfigGroupResponse extends $dara.Model {
|
|
|
23433
23458
|
export declare class DeleteDesktopGroupRequest extends $dara.Model {
|
|
23434
23459
|
/**
|
|
23435
23460
|
* @remarks
|
|
23436
|
-
* The ID of the
|
|
23461
|
+
* The ID of the cloud computer share.
|
|
23437
23462
|
*
|
|
23438
23463
|
* This parameter is required.
|
|
23439
23464
|
*
|
|
@@ -26022,6 +26047,10 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
26022
26047
|
* dg-2i8qxpv6t1a03****
|
|
26023
26048
|
*/
|
|
26024
26049
|
desktopGroupId?: string;
|
|
26050
|
+
/**
|
|
26051
|
+
* @remarks
|
|
26052
|
+
* The IDs of the cloud computer pool.
|
|
26053
|
+
*/
|
|
26025
26054
|
desktopGroupIds?: string[];
|
|
26026
26055
|
/**
|
|
26027
26056
|
* @remarks
|
|
@@ -26057,6 +26086,18 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
26057
26086
|
* 10
|
|
26058
26087
|
*/
|
|
26059
26088
|
maxResults?: number;
|
|
26089
|
+
/**
|
|
26090
|
+
* @remarks
|
|
26091
|
+
* Specifies whether the shared group is a multi-cloud computer type.
|
|
26092
|
+
*
|
|
26093
|
+
* Valid values:
|
|
26094
|
+
*
|
|
26095
|
+
* - true: a multi-cloud computer type.
|
|
26096
|
+
* - false: a single-cloud computer type.
|
|
26097
|
+
*
|
|
26098
|
+
* @example
|
|
26099
|
+
* true
|
|
26100
|
+
*/
|
|
26060
26101
|
multiResource?: boolean;
|
|
26061
26102
|
/**
|
|
26062
26103
|
* @remarks
|
|
@@ -27491,7 +27532,7 @@ export declare class DescribeDesktopsInGroupRequest extends $dara.Model {
|
|
|
27491
27532
|
customStartTimePeriod?: number;
|
|
27492
27533
|
/**
|
|
27493
27534
|
* @remarks
|
|
27494
|
-
* The ID of the cloud computer
|
|
27535
|
+
* The ID of the cloud computer share.
|
|
27495
27536
|
*
|
|
27496
27537
|
* This parameter is required.
|
|
27497
27538
|
*
|
|
@@ -27514,7 +27555,10 @@ export declare class DescribeDesktopsInGroupRequest extends $dara.Model {
|
|
|
27514
27555
|
ignoreDeleted?: boolean;
|
|
27515
27556
|
/**
|
|
27516
27557
|
* @remarks
|
|
27517
|
-
* The number of entries
|
|
27558
|
+
* The maximum number of entries per page.
|
|
27559
|
+
*
|
|
27560
|
+
* * Default value: 10.
|
|
27561
|
+
* * Maximum value: 100.
|
|
27518
27562
|
*
|
|
27519
27563
|
* @example
|
|
27520
27564
|
* 10
|
|
@@ -27522,7 +27566,7 @@ export declare class DescribeDesktopsInGroupRequest extends $dara.Model {
|
|
|
27522
27566
|
maxResults?: number;
|
|
27523
27567
|
/**
|
|
27524
27568
|
* @remarks
|
|
27525
|
-
* The pagination token that is used in the next request to retrieve a new page of results.
|
|
27569
|
+
* The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of NextToken.
|
|
27526
27570
|
*
|
|
27527
27571
|
* @example
|
|
27528
27572
|
* caeba0bbb2be03f84eb48b699f0a4883
|
|
@@ -27530,7 +27574,7 @@ export declare class DescribeDesktopsInGroupRequest extends $dara.Model {
|
|
|
27530
27574
|
nextToken?: string;
|
|
27531
27575
|
/**
|
|
27532
27576
|
* @remarks
|
|
27533
|
-
* The billing method of the
|
|
27577
|
+
* The billing method of the cloud computer share.
|
|
27534
27578
|
*
|
|
27535
27579
|
* @example
|
|
27536
27580
|
* PrePaid
|
|
@@ -27560,7 +27604,8 @@ export declare class DescribeDesktopsInGroupRequest extends $dara.Model {
|
|
|
27560
27604
|
export declare class DescribeDesktopsInGroupResponseBody extends $dara.Model {
|
|
27561
27605
|
/**
|
|
27562
27606
|
* @remarks
|
|
27563
|
-
*
|
|
27607
|
+
* A pagination token. It can be used in the next request to retrieve a new page of results.
|
|
27608
|
+
* If NextToken is empty, no next page exists.
|
|
27564
27609
|
*
|
|
27565
27610
|
* @example
|
|
27566
27611
|
* caeba0bbb2be03f84eb48b699f0a4883
|
|
@@ -27576,12 +27621,12 @@ export declare class DescribeDesktopsInGroupResponseBody extends $dara.Model {
|
|
|
27576
27621
|
onlinePrePaidDesktopsCount?: number;
|
|
27577
27622
|
/**
|
|
27578
27623
|
* @remarks
|
|
27579
|
-
* The
|
|
27624
|
+
* The subscription cloud computers.
|
|
27580
27625
|
*/
|
|
27581
27626
|
paidDesktops?: DescribeDesktopsInGroupResponseBodyPaidDesktops[];
|
|
27582
27627
|
/**
|
|
27583
27628
|
* @remarks
|
|
27584
|
-
* The total number of
|
|
27629
|
+
* The total number of subscription cloud computers.
|
|
27585
27630
|
*
|
|
27586
27631
|
* @example
|
|
27587
27632
|
* 10
|
|
@@ -27589,12 +27634,12 @@ export declare class DescribeDesktopsInGroupResponseBody extends $dara.Model {
|
|
|
27589
27634
|
paidDesktopsCount?: number;
|
|
27590
27635
|
/**
|
|
27591
27636
|
* @remarks
|
|
27592
|
-
* The
|
|
27637
|
+
* The pay-as-you-go cloud computers.
|
|
27593
27638
|
*/
|
|
27594
27639
|
postPaidDesktops?: DescribeDesktopsInGroupResponseBodyPostPaidDesktops[];
|
|
27595
27640
|
/**
|
|
27596
27641
|
* @remarks
|
|
27597
|
-
* The total number of
|
|
27642
|
+
* The total number of pay-as-you-go cloud computers.
|
|
27598
27643
|
*
|
|
27599
27644
|
* @example
|
|
27600
27645
|
* 10
|
|
@@ -29989,7 +30034,7 @@ export declare class DescribePriceRequest extends $dara.Model {
|
|
|
29989
30034
|
duration?: number;
|
|
29990
30035
|
/**
|
|
29991
30036
|
* @remarks
|
|
29992
|
-
* The number of cloud
|
|
30037
|
+
* The number of cloud computer shares. Default value: 1.
|
|
29993
30038
|
*
|
|
29994
30039
|
* > This parameter takes effect only if you set `ResourceType` to `DesktopGroup`.
|
|
29995
30040
|
*
|
|
@@ -29999,31 +30044,10 @@ export declare class DescribePriceRequest extends $dara.Model {
|
|
|
29999
30044
|
groupDesktopCount?: number;
|
|
30000
30045
|
/**
|
|
30001
30046
|
* @remarks
|
|
30002
|
-
* The resource
|
|
30003
|
-
*
|
|
30004
|
-
* * If you set `ResourceType` to `Desktop`, you must specify this parameter.
|
|
30005
|
-
*
|
|
30006
|
-
* * ecd.basic.small
|
|
30007
|
-
* * ecd.basic.large
|
|
30008
|
-
* * ecd.advanced.large
|
|
30009
|
-
* * ecd.advanced.xlarge
|
|
30010
|
-
* * ecd.performance.2xlarge
|
|
30011
|
-
* * ecd.graphics.xlarge
|
|
30012
|
-
* * ecd.graphics.2xlarge
|
|
30013
|
-
* * ecd.advanced.xlarge_s8d2
|
|
30014
|
-
* * ecd.advanced.xlarge_s8d7
|
|
30015
|
-
* * ecd.graphics.1g72c
|
|
30016
|
-
* * eds.general.2c2g
|
|
30017
|
-
* * eds.general.2c4g
|
|
30018
|
-
* * eds.general.2c8g
|
|
30019
|
-
* * eds.general.4c8g
|
|
30020
|
-
* * eds.general.4c16g
|
|
30021
|
-
* * eds.general.8c16g
|
|
30022
|
-
* * eds.general.8c32g
|
|
30023
|
-
* * eds.general.16c32g
|
|
30047
|
+
* The specifications of the resource.
|
|
30024
30048
|
*
|
|
30049
|
+
* * This parameter is required if you set `ResourceType` to `Desktop`. You can call the [DescribeDesktopTypes](~~DescribeDesktopTypes~~) to query the available cloud computer types that correspond to the value of `DesktopTypeId`.
|
|
30025
30050
|
* * If you set `ResourceType` to `DesktopGroup`, set the value of this parameter to `large`.
|
|
30026
|
-
*
|
|
30027
30051
|
* * If you set `ResourceType` to `Bandwidth`, you can leave this parameter empty.
|
|
30028
30052
|
*
|
|
30029
30053
|
* @example
|
|
@@ -30104,20 +30128,29 @@ export declare class DescribePriceRequest extends $dara.Model {
|
|
|
30104
30128
|
regionId?: string;
|
|
30105
30129
|
/**
|
|
30106
30130
|
* @remarks
|
|
30107
|
-
* The resource
|
|
30131
|
+
* The type of the resource.
|
|
30108
30132
|
*
|
|
30109
30133
|
* Valid values:
|
|
30110
30134
|
*
|
|
30111
|
-
* * DesktopMonthPackage:
|
|
30112
|
-
* * Desktop (default):
|
|
30113
|
-
* * Bandwidth:
|
|
30114
|
-
* * DesktopGroup:
|
|
30135
|
+
* * DesktopMonthPackage: monthly subscription cloud computers that use hourly limit plans.
|
|
30136
|
+
* * Desktop (default): pay-as-you-go cloud computers/monthly subscription cloud computers that use unlimited plans.
|
|
30137
|
+
* * Bandwidth: premium bandwidth plans.
|
|
30138
|
+
* * DesktopGroup: cloud computer shares.
|
|
30115
30139
|
*
|
|
30116
30140
|
* @example
|
|
30117
30141
|
* Desktop
|
|
30118
30142
|
*/
|
|
30119
30143
|
resourceType?: string;
|
|
30120
30144
|
/**
|
|
30145
|
+
* @remarks
|
|
30146
|
+
* The category of the system disk.
|
|
30147
|
+
*
|
|
30148
|
+
* Valid values:
|
|
30149
|
+
*
|
|
30150
|
+
* * cloud_efficiency: the ultra disk
|
|
30151
|
+
* * cloud_auto: the standard SSD.
|
|
30152
|
+
* * cloud_essd: the Enterprise SSD (ESSD). Take note that only specific cloud computer types support ESSDs.
|
|
30153
|
+
*
|
|
30121
30154
|
* @example
|
|
30122
30155
|
* 40
|
|
30123
30156
|
*/
|
|
@@ -30131,6 +30164,15 @@ export declare class DescribePriceRequest extends $dara.Model {
|
|
|
30131
30164
|
*/
|
|
30132
30165
|
rootDiskSizeGib?: number;
|
|
30133
30166
|
/**
|
|
30167
|
+
* @remarks
|
|
30168
|
+
* The category of the data disk.
|
|
30169
|
+
*
|
|
30170
|
+
* Valid values:
|
|
30171
|
+
*
|
|
30172
|
+
* * cloud_efficiency: the ultra disk
|
|
30173
|
+
* * cloud_auto: the standard SSD.
|
|
30174
|
+
* * cloud_essd: the ESSD. Take note that only specific cloud computer types support ESSDs.
|
|
30175
|
+
*
|
|
30134
30176
|
* @example
|
|
30135
30177
|
* 80
|
|
30136
30178
|
*/
|
|
@@ -30157,7 +30199,7 @@ export declare class DescribePriceRequest extends $dara.Model {
|
|
|
30157
30199
|
export declare class DescribePriceResponseBody extends $dara.Model {
|
|
30158
30200
|
/**
|
|
30159
30201
|
* @remarks
|
|
30160
|
-
* The price
|
|
30202
|
+
* The price details.
|
|
30161
30203
|
*/
|
|
30162
30204
|
priceInfo?: DescribePriceResponseBodyPriceInfo;
|
|
30163
30205
|
/**
|
|
@@ -32021,7 +32063,7 @@ export declare class DetachEndUserResponse extends $dara.Model {
|
|
|
32021
32063
|
export declare class DisableDesktopsInGroupRequest extends $dara.Model {
|
|
32022
32064
|
/**
|
|
32023
32065
|
* @remarks
|
|
32024
|
-
* The ID of the
|
|
32066
|
+
* The ID of the cloud computer share.
|
|
32025
32067
|
*
|
|
32026
32068
|
* This parameter is required.
|
|
32027
32069
|
*
|
|
@@ -32031,14 +32073,14 @@ export declare class DisableDesktopsInGroupRequest extends $dara.Model {
|
|
|
32031
32073
|
desktopGroupId?: string;
|
|
32032
32074
|
/**
|
|
32033
32075
|
* @remarks
|
|
32034
|
-
* The IDs of cloud
|
|
32076
|
+
* The IDs of the cloud computers.
|
|
32035
32077
|
*
|
|
32036
32078
|
* This parameter is required.
|
|
32037
32079
|
*/
|
|
32038
32080
|
desktopIds?: string[];
|
|
32039
32081
|
/**
|
|
32040
32082
|
* @remarks
|
|
32041
|
-
* The region
|
|
32083
|
+
* The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
|
|
32042
32084
|
*
|
|
32043
32085
|
* This parameter is required.
|
|
32044
32086
|
*
|
|
@@ -32060,7 +32102,7 @@ export declare class DisableDesktopsInGroupRequest extends $dara.Model {
|
|
|
32060
32102
|
export declare class DisableDesktopsInGroupResponseBody extends $dara.Model {
|
|
32061
32103
|
/**
|
|
32062
32104
|
* @remarks
|
|
32063
|
-
* The request
|
|
32105
|
+
* The ID of the request.
|
|
32064
32106
|
*
|
|
32065
32107
|
* @example
|
|
32066
32108
|
* 34FB4D97-C0D9-5534-ABC6-90C7EBD5****
|
|
@@ -44565,12 +44607,12 @@ export default class Client extends OpenApi {
|
|
|
44565
44607
|
*/
|
|
44566
44608
|
deleteConfigGroup(request: DeleteConfigGroupRequest): Promise<DeleteConfigGroupResponse>;
|
|
44567
44609
|
/**
|
|
44568
|
-
* Releases a
|
|
44610
|
+
* Releases a cloud computer share.
|
|
44569
44611
|
*
|
|
44570
44612
|
* @remarks
|
|
44571
|
-
* Before
|
|
44572
|
-
* * You cannot delete a subscription
|
|
44573
|
-
* *
|
|
44613
|
+
* 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.
|
|
44614
|
+
* * You cannot delete a cloud computer share with an active subscription if it contains cloud computers that have not yet expired.
|
|
44615
|
+
* * Deleting a pay-as-you-go cloud computer share will release all pay-as-you-go cloud computers within it.
|
|
44574
44616
|
*
|
|
44575
44617
|
* @param request - DeleteDesktopGroupRequest
|
|
44576
44618
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -44578,12 +44620,12 @@ export default class Client extends OpenApi {
|
|
|
44578
44620
|
*/
|
|
44579
44621
|
deleteDesktopGroupWithOptions(request: DeleteDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<DeleteDesktopGroupResponse>;
|
|
44580
44622
|
/**
|
|
44581
|
-
* Releases a
|
|
44623
|
+
* Releases a cloud computer share.
|
|
44582
44624
|
*
|
|
44583
44625
|
* @remarks
|
|
44584
|
-
* Before
|
|
44585
|
-
* * You cannot delete a subscription
|
|
44586
|
-
* *
|
|
44626
|
+
* 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.
|
|
44627
|
+
* * You cannot delete a cloud computer share with an active subscription if it contains cloud computers that have not yet expired.
|
|
44628
|
+
* * Deleting a pay-as-you-go cloud computer share will release all pay-as-you-go cloud computers within it.
|
|
44587
44629
|
*
|
|
44588
44630
|
* @param request - DeleteDesktopGroupRequest
|
|
44589
44631
|
* @returns DeleteDesktopGroupResponse
|
|
@@ -45131,7 +45173,7 @@ export default class Client extends OpenApi {
|
|
|
45131
45173
|
*/
|
|
45132
45174
|
describeDesktops(request: DescribeDesktopsRequest): Promise<DescribeDesktopsResponse>;
|
|
45133
45175
|
/**
|
|
45134
|
-
* Queries the cloud computers in a
|
|
45176
|
+
* Queries the cloud computers in a share by billing method.
|
|
45135
45177
|
*
|
|
45136
45178
|
* @param request - DescribeDesktopsInGroupRequest
|
|
45137
45179
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45139,7 +45181,7 @@ export default class Client extends OpenApi {
|
|
|
45139
45181
|
*/
|
|
45140
45182
|
describeDesktopsInGroupWithOptions(request: DescribeDesktopsInGroupRequest, runtime: $dara.RuntimeOptions): Promise<DescribeDesktopsInGroupResponse>;
|
|
45141
45183
|
/**
|
|
45142
|
-
* Queries the cloud computers in a
|
|
45184
|
+
* Queries the cloud computers in a share by billing method.
|
|
45143
45185
|
*
|
|
45144
45186
|
* @param request - DescribeDesktopsInGroupRequest
|
|
45145
45187
|
* @returns DescribeDesktopsInGroupResponse
|
|
@@ -45725,7 +45767,7 @@ export default class Client extends OpenApi {
|
|
|
45725
45767
|
*/
|
|
45726
45768
|
detachEndUser(request: DetachEndUserRequest): Promise<DetachEndUserResponse>;
|
|
45727
45769
|
/**
|
|
45728
|
-
* Disables cloud
|
|
45770
|
+
* Disables specific cloud computers in a cloud computer share. After you call this operation to disable specific cloud computers, they enter the unavailable state.
|
|
45729
45771
|
*
|
|
45730
45772
|
* @param request - DisableDesktopsInGroupRequest
|
|
45731
45773
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -45733,7 +45775,7 @@ export default class Client extends OpenApi {
|
|
|
45733
45775
|
*/
|
|
45734
45776
|
disableDesktopsInGroupWithOptions(request: DisableDesktopsInGroupRequest, runtime: $dara.RuntimeOptions): Promise<DisableDesktopsInGroupResponse>;
|
|
45735
45777
|
/**
|
|
45736
|
-
* Disables cloud
|
|
45778
|
+
* Disables specific cloud computers in a cloud computer share. After you call this operation to disable specific cloud computers, they enter the unavailable state.
|
|
45737
45779
|
*
|
|
45738
45780
|
* @param request - DisableDesktopsInGroupRequest
|
|
45739
45781
|
* @returns DisableDesktopsInGroupResponse
|