@alicloud/ecd20200930 4.6.4 → 4.6.6
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 +2190 -765
- package/dist/client.js +78 -20
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1553 -82
package/dist/client.js
CHANGED
|
@@ -423,6 +423,7 @@ class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
423
423
|
deviceType: 'DeviceType',
|
|
424
424
|
deviceVid: 'DeviceVid',
|
|
425
425
|
optCommand: 'OptCommand',
|
|
426
|
+
platforms: 'Platforms',
|
|
426
427
|
redirectType: 'RedirectType',
|
|
427
428
|
};
|
|
428
429
|
}
|
|
@@ -433,6 +434,7 @@ class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
433
434
|
deviceType: 'string',
|
|
434
435
|
deviceVid: 'string',
|
|
435
436
|
optCommand: 'string',
|
|
437
|
+
platforms: 'string',
|
|
436
438
|
redirectType: 'string',
|
|
437
439
|
};
|
|
438
440
|
}
|
|
@@ -1071,6 +1073,7 @@ class CreatePolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
1071
1073
|
deviceType: 'DeviceType',
|
|
1072
1074
|
deviceVid: 'DeviceVid',
|
|
1073
1075
|
optCommand: 'OptCommand',
|
|
1076
|
+
platforms: 'Platforms',
|
|
1074
1077
|
redirectType: 'RedirectType',
|
|
1075
1078
|
};
|
|
1076
1079
|
}
|
|
@@ -1081,6 +1084,7 @@ class CreatePolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
1081
1084
|
deviceType: 'string',
|
|
1082
1085
|
deviceVid: 'string',
|
|
1083
1086
|
optCommand: 'string',
|
|
1087
|
+
platforms: 'string',
|
|
1084
1088
|
redirectType: 'string',
|
|
1085
1089
|
};
|
|
1086
1090
|
}
|
|
@@ -1502,6 +1506,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRules extend
|
|
|
1502
1506
|
deviceType: 'DeviceType',
|
|
1503
1507
|
deviceVid: 'DeviceVid',
|
|
1504
1508
|
optCommand: 'OptCommand',
|
|
1509
|
+
platforms: 'Platforms',
|
|
1505
1510
|
redirectType: 'RedirectType',
|
|
1506
1511
|
};
|
|
1507
1512
|
}
|
|
@@ -1512,6 +1517,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRules extend
|
|
|
1512
1517
|
deviceType: 'string',
|
|
1513
1518
|
deviceVid: 'string',
|
|
1514
1519
|
optCommand: 'string',
|
|
1520
|
+
platforms: 'string',
|
|
1515
1521
|
redirectType: 'string',
|
|
1516
1522
|
};
|
|
1517
1523
|
}
|
|
@@ -1629,6 +1635,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $dara.Mod
|
|
|
1629
1635
|
html5Access: 'Html5Access',
|
|
1630
1636
|
html5FileTransfer: 'Html5FileTransfer',
|
|
1631
1637
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
1638
|
+
internetPrinter: 'InternetPrinter',
|
|
1632
1639
|
localDrive: 'LocalDrive',
|
|
1633
1640
|
maxReconnectTime: 'MaxReconnectTime',
|
|
1634
1641
|
memoryDownGradeDuration: 'MemoryDownGradeDuration',
|
|
@@ -1668,6 +1675,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $dara.Mod
|
|
|
1668
1675
|
resolutionModel: 'ResolutionModel',
|
|
1669
1676
|
resolutionWidth: 'ResolutionWidth',
|
|
1670
1677
|
resourceGroupCount: 'ResourceGroupCount',
|
|
1678
|
+
safeMenu: 'SafeMenu',
|
|
1671
1679
|
scope: 'Scope',
|
|
1672
1680
|
scopeValue: 'ScopeValue',
|
|
1673
1681
|
smoothEnhancement: 'SmoothEnhancement',
|
|
@@ -1731,6 +1739,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $dara.Mod
|
|
|
1731
1739
|
html5Access: 'string',
|
|
1732
1740
|
html5FileTransfer: 'string',
|
|
1733
1741
|
internetCommunicationProtocol: 'string',
|
|
1742
|
+
internetPrinter: 'string',
|
|
1734
1743
|
localDrive: 'string',
|
|
1735
1744
|
maxReconnectTime: 'number',
|
|
1736
1745
|
memoryDownGradeDuration: 'number',
|
|
@@ -1770,6 +1779,7 @@ class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $dara.Mod
|
|
|
1770
1779
|
resolutionModel: 'string',
|
|
1771
1780
|
resolutionWidth: 'number',
|
|
1772
1781
|
resourceGroupCount: 'number',
|
|
1782
|
+
safeMenu: 'string',
|
|
1773
1783
|
scope: 'string',
|
|
1774
1784
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
1775
1785
|
smoothEnhancement: 'string',
|
|
@@ -3564,6 +3574,7 @@ class DescribeImageModifiedRecordsResponseBodyImageModifiedRecords extends $dara
|
|
|
3564
3574
|
imageName: 'ImageName',
|
|
3565
3575
|
newImageId: 'NewImageId',
|
|
3566
3576
|
newImageName: 'NewImageName',
|
|
3577
|
+
reason: 'Reason',
|
|
3567
3578
|
status: 'Status',
|
|
3568
3579
|
updateTime: 'UpdateTime',
|
|
3569
3580
|
};
|
|
@@ -3574,6 +3585,7 @@ class DescribeImageModifiedRecordsResponseBodyImageModifiedRecords extends $dara
|
|
|
3574
3585
|
imageName: 'string',
|
|
3575
3586
|
newImageId: 'string',
|
|
3576
3587
|
newImageName: 'string',
|
|
3588
|
+
reason: 'string',
|
|
3577
3589
|
status: 'number',
|
|
3578
3590
|
updateTime: 'string',
|
|
3579
3591
|
};
|
|
@@ -4385,6 +4397,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRules extends $d
|
|
|
4385
4397
|
deviceType: 'DeviceType',
|
|
4386
4398
|
deviceVid: 'DeviceVid',
|
|
4387
4399
|
optCommand: 'OptCommand',
|
|
4400
|
+
platforms: 'Platforms',
|
|
4388
4401
|
redirectType: 'RedirectType',
|
|
4389
4402
|
};
|
|
4390
4403
|
}
|
|
@@ -4395,6 +4408,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRules extends $d
|
|
|
4395
4408
|
deviceType: 'string',
|
|
4396
4409
|
deviceVid: 'string',
|
|
4397
4410
|
optCommand: 'string',
|
|
4411
|
+
platforms: 'string',
|
|
4398
4412
|
redirectType: 'string',
|
|
4399
4413
|
};
|
|
4400
4414
|
}
|
|
@@ -4518,6 +4532,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
4518
4532
|
html5Access: 'Html5Access',
|
|
4519
4533
|
html5FileTransfer: 'Html5FileTransfer',
|
|
4520
4534
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
4535
|
+
internetPrinter: 'InternetPrinter',
|
|
4521
4536
|
localDrive: 'LocalDrive',
|
|
4522
4537
|
maxReconnectTime: 'MaxReconnectTime',
|
|
4523
4538
|
memoryDownGradeDuration: 'MemoryDownGradeDuration',
|
|
@@ -4559,6 +4574,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
4559
4574
|
resolutionWidth: 'ResolutionWidth',
|
|
4560
4575
|
resourceGroupCount: 'ResourceGroupCount',
|
|
4561
4576
|
resourceRegionId: 'ResourceRegionId',
|
|
4577
|
+
safeMenu: 'SafeMenu',
|
|
4562
4578
|
scope: 'Scope',
|
|
4563
4579
|
scopeValue: 'ScopeValue',
|
|
4564
4580
|
smoothEnhancement: 'SmoothEnhancement',
|
|
@@ -4625,6 +4641,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
4625
4641
|
html5Access: 'string',
|
|
4626
4642
|
html5FileTransfer: 'string',
|
|
4627
4643
|
internetCommunicationProtocol: 'string',
|
|
4644
|
+
internetPrinter: 'string',
|
|
4628
4645
|
localDrive: 'string',
|
|
4629
4646
|
maxReconnectTime: 'number',
|
|
4630
4647
|
memoryDownGradeDuration: 'number',
|
|
@@ -4666,6 +4683,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
4666
4683
|
resolutionWidth: 'number',
|
|
4667
4684
|
resourceGroupCount: 'number',
|
|
4668
4685
|
resourceRegionId: 'string',
|
|
4686
|
+
safeMenu: 'string',
|
|
4669
4687
|
scope: 'string',
|
|
4670
4688
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
4671
4689
|
smoothEnhancement: 'string',
|
|
@@ -6378,6 +6396,7 @@ class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
6378
6396
|
deviceType: 'DeviceType',
|
|
6379
6397
|
deviceVid: 'DeviceVid',
|
|
6380
6398
|
optCommand: 'OptCommand',
|
|
6399
|
+
platforms: 'Platforms',
|
|
6381
6400
|
redirectType: 'RedirectType',
|
|
6382
6401
|
};
|
|
6383
6402
|
}
|
|
@@ -6388,6 +6407,7 @@ class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
|
|
|
6388
6407
|
deviceType: 'string',
|
|
6389
6408
|
deviceVid: 'string',
|
|
6390
6409
|
optCommand: 'string',
|
|
6410
|
+
platforms: 'string',
|
|
6391
6411
|
redirectType: 'string',
|
|
6392
6412
|
};
|
|
6393
6413
|
}
|
|
@@ -6783,6 +6803,7 @@ class ModifyPolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
6783
6803
|
deviceType: 'DeviceType',
|
|
6784
6804
|
deviceVid: 'DeviceVid',
|
|
6785
6805
|
optCommand: 'OptCommand',
|
|
6806
|
+
platforms: 'Platforms',
|
|
6786
6807
|
redirectType: 'RedirectType',
|
|
6787
6808
|
};
|
|
6788
6809
|
}
|
|
@@ -6793,6 +6814,7 @@ class ModifyPolicyGroupRequestDeviceRules extends $dara.Model {
|
|
|
6793
6814
|
deviceType: 'string',
|
|
6794
6815
|
deviceVid: 'string',
|
|
6795
6816
|
optCommand: 'string',
|
|
6817
|
+
platforms: 'string',
|
|
6796
6818
|
redirectType: 'string',
|
|
6797
6819
|
};
|
|
6798
6820
|
}
|
|
@@ -10122,6 +10144,7 @@ class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
10122
10144
|
gpuAcceleration: 'GpuAcceleration',
|
|
10123
10145
|
html5FileTransfer: 'Html5FileTransfer',
|
|
10124
10146
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
10147
|
+
internetPrinter: 'InternetPrinter',
|
|
10125
10148
|
localDrive: 'LocalDrive',
|
|
10126
10149
|
maxReconnectTime: 'MaxReconnectTime',
|
|
10127
10150
|
memoryDownGradeDuration: 'MemoryDownGradeDuration',
|
|
@@ -10159,6 +10182,7 @@ class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
10159
10182
|
resolutionModel: 'ResolutionModel',
|
|
10160
10183
|
resolutionWidth: 'ResolutionWidth',
|
|
10161
10184
|
resourceType: 'ResourceType',
|
|
10185
|
+
safeMenu: 'SafeMenu',
|
|
10162
10186
|
scope: 'Scope',
|
|
10163
10187
|
scopeValue: 'ScopeValue',
|
|
10164
10188
|
sessionMaxRateKbps: 'SessionMaxRateKbps',
|
|
@@ -10225,6 +10249,7 @@ class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
10225
10249
|
gpuAcceleration: 'string',
|
|
10226
10250
|
html5FileTransfer: 'string',
|
|
10227
10251
|
internetCommunicationProtocol: 'string',
|
|
10252
|
+
internetPrinter: 'string',
|
|
10228
10253
|
localDrive: 'string',
|
|
10229
10254
|
maxReconnectTime: 'number',
|
|
10230
10255
|
memoryDownGradeDuration: 'number',
|
|
@@ -10262,6 +10287,7 @@ class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
10262
10287
|
resolutionModel: 'string',
|
|
10263
10288
|
resolutionWidth: 'number',
|
|
10264
10289
|
resourceType: 'string',
|
|
10290
|
+
safeMenu: 'string',
|
|
10265
10291
|
scope: 'string',
|
|
10266
10292
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
10267
10293
|
sessionMaxRateKbps: 'number',
|
|
@@ -21500,6 +21526,7 @@ class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
21500
21526
|
gpuAcceleration: 'GpuAcceleration',
|
|
21501
21527
|
html5FileTransfer: 'Html5FileTransfer',
|
|
21502
21528
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
21529
|
+
internetPrinter: 'InternetPrinter',
|
|
21503
21530
|
localDrive: 'LocalDrive',
|
|
21504
21531
|
maxReconnectTime: 'MaxReconnectTime',
|
|
21505
21532
|
memoryDownGradeDuration: 'MemoryDownGradeDuration',
|
|
@@ -21540,6 +21567,7 @@ class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
21540
21567
|
resourceType: 'ResourceType',
|
|
21541
21568
|
revokeAccessPolicyRule: 'RevokeAccessPolicyRule',
|
|
21542
21569
|
revokeSecurityPolicyRule: 'RevokeSecurityPolicyRule',
|
|
21570
|
+
safeMenu: 'SafeMenu',
|
|
21543
21571
|
scope: 'Scope',
|
|
21544
21572
|
scopeValue: 'ScopeValue',
|
|
21545
21573
|
sessionMaxRateKbps: 'SessionMaxRateKbps',
|
|
@@ -21606,6 +21634,7 @@ class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
21606
21634
|
gpuAcceleration: 'string',
|
|
21607
21635
|
html5FileTransfer: 'string',
|
|
21608
21636
|
internetCommunicationProtocol: 'string',
|
|
21637
|
+
internetPrinter: 'string',
|
|
21609
21638
|
localDrive: 'string',
|
|
21610
21639
|
maxReconnectTime: 'number',
|
|
21611
21640
|
memoryDownGradeDuration: 'number',
|
|
@@ -21646,6 +21675,7 @@ class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
21646
21675
|
resourceType: 'string',
|
|
21647
21676
|
revokeAccessPolicyRule: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestRevokeAccessPolicyRule },
|
|
21648
21677
|
revokeSecurityPolicyRule: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestRevokeSecurityPolicyRule },
|
|
21678
|
+
safeMenu: 'string',
|
|
21649
21679
|
scope: 'string',
|
|
21650
21680
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
21651
21681
|
sessionMaxRateKbps: 'number',
|
|
@@ -28192,6 +28222,8 @@ class Client extends openapi_core_1.default {
|
|
|
28192
28222
|
return await this.cancelCopyImageWithOptions(request, runtime);
|
|
28193
28223
|
}
|
|
28194
28224
|
/**
|
|
28225
|
+
* Clones a policy based on an existing global policy.
|
|
28226
|
+
*
|
|
28195
28227
|
* @param request - CloneCenterPolicyRequest
|
|
28196
28228
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
28197
28229
|
* @returns CloneCenterPolicyResponse
|
|
@@ -28231,6 +28263,8 @@ class Client extends openapi_core_1.default {
|
|
|
28231
28263
|
return $dara.cast(await this.callApi(params, req, runtime), new CloneCenterPolicyResponse({}));
|
|
28232
28264
|
}
|
|
28233
28265
|
/**
|
|
28266
|
+
* Clones a policy based on an existing global policy.
|
|
28267
|
+
*
|
|
28234
28268
|
* @param request - CloneCenterPolicyRequest
|
|
28235
28269
|
* @returns CloneCenterPolicyResponse
|
|
28236
28270
|
*/
|
|
@@ -29144,6 +29178,8 @@ class Client extends openapi_core_1.default {
|
|
|
29144
29178
|
return await this.createCdsFileShareLinkWithOptions(request, runtime);
|
|
29145
29179
|
}
|
|
29146
29180
|
/**
|
|
29181
|
+
* 创建无地域策略
|
|
29182
|
+
*
|
|
29147
29183
|
* @param request - CreateCenterPolicyRequest
|
|
29148
29184
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
29149
29185
|
* @returns CreateCenterPolicyResponse
|
|
@@ -29241,6 +29277,9 @@ class Client extends openapi_core_1.default {
|
|
|
29241
29277
|
if (!$dara.isNull(request.internetCommunicationProtocol)) {
|
|
29242
29278
|
query["InternetCommunicationProtocol"] = request.internetCommunicationProtocol;
|
|
29243
29279
|
}
|
|
29280
|
+
if (!$dara.isNull(request.internetPrinter)) {
|
|
29281
|
+
query["InternetPrinter"] = request.internetPrinter;
|
|
29282
|
+
}
|
|
29244
29283
|
if (!$dara.isNull(request.localDrive)) {
|
|
29245
29284
|
query["LocalDrive"] = request.localDrive;
|
|
29246
29285
|
}
|
|
@@ -29352,6 +29391,9 @@ class Client extends openapi_core_1.default {
|
|
|
29352
29391
|
if (!$dara.isNull(request.resourceType)) {
|
|
29353
29392
|
query["ResourceType"] = request.resourceType;
|
|
29354
29393
|
}
|
|
29394
|
+
if (!$dara.isNull(request.safeMenu)) {
|
|
29395
|
+
query["SafeMenu"] = request.safeMenu;
|
|
29396
|
+
}
|
|
29355
29397
|
if (!$dara.isNull(request.scope)) {
|
|
29356
29398
|
query["Scope"] = request.scope;
|
|
29357
29399
|
}
|
|
@@ -29465,6 +29507,8 @@ class Client extends openapi_core_1.default {
|
|
|
29465
29507
|
return $dara.cast(await this.callApi(params, req, runtime), new CreateCenterPolicyResponse({}));
|
|
29466
29508
|
}
|
|
29467
29509
|
/**
|
|
29510
|
+
* 创建无地域策略
|
|
29511
|
+
*
|
|
29468
29512
|
* @param request - CreateCenterPolicyRequest
|
|
29469
29513
|
* @returns CreateCenterPolicyResponse
|
|
29470
29514
|
*/
|
|
@@ -31995,7 +32039,7 @@ class Client extends openapi_core_1.default {
|
|
|
31995
32039
|
return await this.describeCensWithOptions(request, runtime);
|
|
31996
32040
|
}
|
|
31997
32041
|
/**
|
|
31998
|
-
*
|
|
32042
|
+
* Queries center policies.
|
|
31999
32043
|
*
|
|
32000
32044
|
* @param request - DescribeCenterPolicyListRequest
|
|
32001
32045
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -32039,7 +32083,7 @@ class Client extends openapi_core_1.default {
|
|
|
32039
32083
|
return $dara.cast(await this.callApi(params, req, runtime), new DescribeCenterPolicyListResponse({}));
|
|
32040
32084
|
}
|
|
32041
32085
|
/**
|
|
32042
|
-
*
|
|
32086
|
+
* Queries center policies.
|
|
32043
32087
|
*
|
|
32044
32088
|
* @param request - DescribeCenterPolicyListRequest
|
|
32045
32089
|
* @returns DescribeCenterPolicyListResponse
|
|
@@ -34344,6 +34388,8 @@ class Client extends openapi_core_1.default {
|
|
|
34344
34388
|
return await this.describePriceForRenewDesktopOversoldGroupWithOptions(request, runtime);
|
|
34345
34389
|
}
|
|
34346
34390
|
/**
|
|
34391
|
+
* Queries the details of screen recording files.
|
|
34392
|
+
*
|
|
34347
34393
|
* @param request - DescribeRecordingsRequest
|
|
34348
34394
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
34349
34395
|
* @returns DescribeRecordingsResponse
|
|
@@ -34401,6 +34447,8 @@ class Client extends openapi_core_1.default {
|
|
|
34401
34447
|
return $dara.cast(await this.callApi(params, req, runtime), new DescribeRecordingsResponse({}));
|
|
34402
34448
|
}
|
|
34403
34449
|
/**
|
|
34450
|
+
* Queries the details of screen recording files.
|
|
34451
|
+
*
|
|
34404
34452
|
* @param request - DescribeRecordingsRequest
|
|
34405
34453
|
* @returns DescribeRecordingsResponse
|
|
34406
34454
|
*/
|
|
@@ -35385,7 +35433,7 @@ class Client extends openapi_core_1.default {
|
|
|
35385
35433
|
return await this.dissociateNetworkPackageWithOptions(request, runtime);
|
|
35386
35434
|
}
|
|
35387
35435
|
/**
|
|
35388
|
-
*
|
|
35436
|
+
* Obtains the download link of the target file.
|
|
35389
35437
|
*
|
|
35390
35438
|
* @param request - DownloadCdsFileRequest
|
|
35391
35439
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -35426,7 +35474,7 @@ class Client extends openapi_core_1.default {
|
|
|
35426
35474
|
return $dara.cast(await this.callApi(params, req, runtime), new DownloadCdsFileResponse({}));
|
|
35427
35475
|
}
|
|
35428
35476
|
/**
|
|
35429
|
-
*
|
|
35477
|
+
* Obtains the download link of the target file.
|
|
35430
35478
|
*
|
|
35431
35479
|
* @param request - DownloadCdsFileRequest
|
|
35432
35480
|
* @returns DownloadCdsFileResponse
|
|
@@ -36290,7 +36338,7 @@ class Client extends openapi_core_1.default {
|
|
|
36290
36338
|
return await this.listOfficeSiteOverviewWithOptions(request, runtime);
|
|
36291
36339
|
}
|
|
36292
36340
|
/**
|
|
36293
|
-
* Queries information about Active Directory (AD)
|
|
36341
|
+
* Queries information about Active Directory (AD) accounts after an enterprise AD office network (formerly workspace) interconnects to an AD domain.
|
|
36294
36342
|
*
|
|
36295
36343
|
* @param request - ListOfficeSiteUsersRequest
|
|
36296
36344
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -36343,7 +36391,7 @@ class Client extends openapi_core_1.default {
|
|
|
36343
36391
|
return $dara.cast(await this.callApi(params, req, runtime), new ListOfficeSiteUsersResponse({}));
|
|
36344
36392
|
}
|
|
36345
36393
|
/**
|
|
36346
|
-
* Queries information about Active Directory (AD)
|
|
36394
|
+
* Queries information about Active Directory (AD) accounts after an enterprise AD office network (formerly workspace) interconnects to an AD domain.
|
|
36347
36395
|
*
|
|
36348
36396
|
* @param request - ListOfficeSiteUsersRequest
|
|
36349
36397
|
* @returns ListOfficeSiteUsersResponse
|
|
@@ -37076,6 +37124,8 @@ class Client extends openapi_core_1.default {
|
|
|
37076
37124
|
return await this.modifyCdsFileShareLinkWithOptions(request, runtime);
|
|
37077
37125
|
}
|
|
37078
37126
|
/**
|
|
37127
|
+
* Modifies a center policy.
|
|
37128
|
+
*
|
|
37079
37129
|
* @param request - ModifyCenterPolicyRequest
|
|
37080
37130
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
37081
37131
|
* @returns ModifyCenterPolicyResponse
|
|
@@ -37173,6 +37223,9 @@ class Client extends openapi_core_1.default {
|
|
|
37173
37223
|
if (!$dara.isNull(request.internetCommunicationProtocol)) {
|
|
37174
37224
|
query["InternetCommunicationProtocol"] = request.internetCommunicationProtocol;
|
|
37175
37225
|
}
|
|
37226
|
+
if (!$dara.isNull(request.internetPrinter)) {
|
|
37227
|
+
query["InternetPrinter"] = request.internetPrinter;
|
|
37228
|
+
}
|
|
37176
37229
|
if (!$dara.isNull(request.localDrive)) {
|
|
37177
37230
|
query["LocalDrive"] = request.localDrive;
|
|
37178
37231
|
}
|
|
@@ -37293,6 +37346,9 @@ class Client extends openapi_core_1.default {
|
|
|
37293
37346
|
if (!$dara.isNull(request.revokeSecurityPolicyRule)) {
|
|
37294
37347
|
query["RevokeSecurityPolicyRule"] = request.revokeSecurityPolicyRule;
|
|
37295
37348
|
}
|
|
37349
|
+
if (!$dara.isNull(request.safeMenu)) {
|
|
37350
|
+
query["SafeMenu"] = request.safeMenu;
|
|
37351
|
+
}
|
|
37296
37352
|
if (!$dara.isNull(request.scope)) {
|
|
37297
37353
|
query["Scope"] = request.scope;
|
|
37298
37354
|
}
|
|
@@ -37406,6 +37462,8 @@ class Client extends openapi_core_1.default {
|
|
|
37406
37462
|
return $dara.cast(await this.callApi(params, req, runtime), new ModifyCenterPolicyResponse({}));
|
|
37407
37463
|
}
|
|
37408
37464
|
/**
|
|
37465
|
+
* Modifies a center policy.
|
|
37466
|
+
*
|
|
37409
37467
|
* @param request - ModifyCenterPolicyRequest
|
|
37410
37468
|
* @returns ModifyCenterPolicyResponse
|
|
37411
37469
|
*/
|
|
@@ -39427,15 +39485,15 @@ class Client extends openapi_core_1.default {
|
|
|
39427
39485
|
return await this.rebootDesktopsWithOptions(request, runtime);
|
|
39428
39486
|
}
|
|
39429
39487
|
/**
|
|
39430
|
-
*
|
|
39488
|
+
* Rebuilds images for one or more cloud computers.
|
|
39431
39489
|
*
|
|
39432
39490
|
* @remarks
|
|
39433
|
-
*
|
|
39434
|
-
* * You
|
|
39435
|
-
* * GPU
|
|
39436
|
-
*
|
|
39437
|
-
* *
|
|
39438
|
-
* * If the OS
|
|
39491
|
+
* Before you proceed, take note of the following limits:
|
|
39492
|
+
* * You cannot convert a cloud computer\\"s operating system image from one type to another (e.g., Windows to Linux or vice versa) in China (Hong Kong) or overseas regions.
|
|
39493
|
+
* * GPU and non-GPU images are not interchangeable, as graphic-based cloud computers can only use GPU-accelerated images, while other cloud computers are limited to non-GPU-accelerated images.
|
|
39494
|
+
* When a cloud computer’s image is updated, the system initializes its system disk by using the new image, resulting in the following effects:
|
|
39495
|
+
* * All data on the original system disk is erased. Snapshots created from the original system disk become unavailable and are automatically deleted.
|
|
39496
|
+
* * If the OS changes, data on the original data disk is cleared, and snapshots created from the original data disk become unavailable and are automatically deleted. If the OS remains the same, data on the original data disk is retained, and snapshots from the original data disk remain available.
|
|
39439
39497
|
*
|
|
39440
39498
|
* @param request - RebuildDesktopsRequest
|
|
39441
39499
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -39479,15 +39537,15 @@ class Client extends openapi_core_1.default {
|
|
|
39479
39537
|
return $dara.cast(await this.callApi(params, req, runtime), new RebuildDesktopsResponse({}));
|
|
39480
39538
|
}
|
|
39481
39539
|
/**
|
|
39482
|
-
*
|
|
39540
|
+
* Rebuilds images for one or more cloud computers.
|
|
39483
39541
|
*
|
|
39484
39542
|
* @remarks
|
|
39485
|
-
*
|
|
39486
|
-
* * You
|
|
39487
|
-
* * GPU
|
|
39488
|
-
*
|
|
39489
|
-
* *
|
|
39490
|
-
* * If the OS
|
|
39543
|
+
* Before you proceed, take note of the following limits:
|
|
39544
|
+
* * You cannot convert a cloud computer\\"s operating system image from one type to another (e.g., Windows to Linux or vice versa) in China (Hong Kong) or overseas regions.
|
|
39545
|
+
* * GPU and non-GPU images are not interchangeable, as graphic-based cloud computers can only use GPU-accelerated images, while other cloud computers are limited to non-GPU-accelerated images.
|
|
39546
|
+
* When a cloud computer’s image is updated, the system initializes its system disk by using the new image, resulting in the following effects:
|
|
39547
|
+
* * All data on the original system disk is erased. Snapshots created from the original system disk become unavailable and are automatically deleted.
|
|
39548
|
+
* * If the OS changes, data on the original data disk is cleared, and snapshots created from the original data disk become unavailable and are automatically deleted. If the OS remains the same, data on the original data disk is retained, and snapshots from the original data disk remain available.
|
|
39491
39549
|
*
|
|
39492
39550
|
* @param request - RebuildDesktopsRequest
|
|
39493
39551
|
* @returns RebuildDesktopsResponse
|