@alicloud/ecd20200930 4.7.2 → 4.7.3
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 +2 -2
- package/dist/client.js +44 -2
- package/dist/client.js.map +1 -1
- package/dist/models/CreateCenterPolicyRequest.d.ts +7 -0
- package/dist/models/CreateCenterPolicyRequest.js +14 -0
- package/dist/models/CreateCenterPolicyRequest.js.map +1 -1
- package/dist/models/DescribeCenterPolicyListResponseBodyDescribePolicyGroups.d.ts +7 -0
- package/dist/models/DescribeCenterPolicyListResponseBodyDescribePolicyGroups.js +14 -0
- package/dist/models/DescribeCenterPolicyListResponseBodyDescribePolicyGroups.js.map +1 -1
- package/dist/models/DescribePolicyGroupsResponseBodyDescribePolicyGroups.d.ts +7 -0
- package/dist/models/DescribePolicyGroupsResponseBodyDescribePolicyGroups.js +14 -0
- package/dist/models/DescribePolicyGroupsResponseBodyDescribePolicyGroups.js.map +1 -1
- package/dist/models/ModifyCenterPolicyRequest.d.ts +7 -0
- package/dist/models/ModifyCenterPolicyRequest.js +14 -0
- package/dist/models/ModifyCenterPolicyRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +58 -2
- package/src/models/CreateCenterPolicyRequest.ts +21 -0
- package/src/models/DescribeCenterPolicyListResponseBodyDescribePolicyGroups.ts +21 -0
- package/src/models/DescribePolicyGroupsResponseBodyDescribePolicyGroups.ts +21 -0
- package/src/models/ModifyCenterPolicyRequest.ts +21 -0
package/src/client.ts
CHANGED
|
@@ -2202,6 +2202,10 @@ export default class Client extends OpenApi {
|
|
|
2202
2202
|
query["CameraRedirect"] = request.cameraRedirect;
|
|
2203
2203
|
}
|
|
2204
2204
|
|
|
2205
|
+
if (!$dara.isNull(request.clientControlMenu)) {
|
|
2206
|
+
query["ClientControlMenu"] = request.clientControlMenu;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2205
2209
|
if (!$dara.isNull(request.clientType)) {
|
|
2206
2210
|
query["ClientType"] = request.clientType;
|
|
2207
2211
|
}
|
|
@@ -2214,6 +2218,10 @@ export default class Client extends OpenApi {
|
|
|
2214
2218
|
query["ColorEnhancement"] = request.colorEnhancement;
|
|
2215
2219
|
}
|
|
2216
2220
|
|
|
2221
|
+
if (!$dara.isNull(request.cpdDriveClipboard)) {
|
|
2222
|
+
query["CpdDriveClipboard"] = request.cpdDriveClipboard;
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2217
2225
|
if (!$dara.isNull(request.cpuDownGradeDuration)) {
|
|
2218
2226
|
query["CpuDownGradeDuration"] = request.cpuDownGradeDuration;
|
|
2219
2227
|
}
|
|
@@ -2286,6 +2294,18 @@ export default class Client extends OpenApi {
|
|
|
2286
2294
|
query["FileMigrate"] = request.fileMigrate;
|
|
2287
2295
|
}
|
|
2288
2296
|
|
|
2297
|
+
if (!$dara.isNull(request.fileTransferAddress)) {
|
|
2298
|
+
query["FileTransferAddress"] = request.fileTransferAddress;
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
if (!$dara.isNull(request.fileTransferSpeed)) {
|
|
2302
|
+
query["FileTransferSpeed"] = request.fileTransferSpeed;
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
if (!$dara.isNull(request.fileTransferSpeedLocation)) {
|
|
2306
|
+
query["FileTransferSpeedLocation"] = request.fileTransferSpeedLocation;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2289
2309
|
if (!$dara.isNull(request.gpuAcceleration)) {
|
|
2290
2310
|
query["GpuAcceleration"] = request.gpuAcceleration;
|
|
2291
2311
|
}
|
|
@@ -2462,6 +2482,10 @@ export default class Client extends OpenApi {
|
|
|
2462
2482
|
query["ScopeValue"] = request.scopeValue;
|
|
2463
2483
|
}
|
|
2464
2484
|
|
|
2485
|
+
if (!$dara.isNull(request.screenDisplayMode)) {
|
|
2486
|
+
query["ScreenDisplayMode"] = request.screenDisplayMode;
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2465
2489
|
if (!$dara.isNull(request.sessionMaxRateKbps)) {
|
|
2466
2490
|
query["SessionMaxRateKbps"] = request.sessionMaxRateKbps;
|
|
2467
2491
|
}
|
|
@@ -2494,6 +2518,10 @@ export default class Client extends OpenApi {
|
|
|
2494
2518
|
query["UsbSupplyRedirectRule"] = request.usbSupplyRedirectRule;
|
|
2495
2519
|
}
|
|
2496
2520
|
|
|
2521
|
+
if (!$dara.isNull(request.useTime)) {
|
|
2522
|
+
query["UseTime"] = request.useTime;
|
|
2523
|
+
}
|
|
2524
|
+
|
|
2497
2525
|
if (!$dara.isNull(request.videoEncAvgKbps)) {
|
|
2498
2526
|
query["VideoEncAvgKbps"] = request.videoEncAvgKbps;
|
|
2499
2527
|
}
|
|
@@ -11741,6 +11769,10 @@ export default class Client extends OpenApi {
|
|
|
11741
11769
|
query["CameraRedirect"] = request.cameraRedirect;
|
|
11742
11770
|
}
|
|
11743
11771
|
|
|
11772
|
+
if (!$dara.isNull(request.clientControlMenu)) {
|
|
11773
|
+
query["ClientControlMenu"] = request.clientControlMenu;
|
|
11774
|
+
}
|
|
11775
|
+
|
|
11744
11776
|
if (!$dara.isNull(request.clientType)) {
|
|
11745
11777
|
query["ClientType"] = request.clientType;
|
|
11746
11778
|
}
|
|
@@ -11753,6 +11785,10 @@ export default class Client extends OpenApi {
|
|
|
11753
11785
|
query["ColorEnhancement"] = request.colorEnhancement;
|
|
11754
11786
|
}
|
|
11755
11787
|
|
|
11788
|
+
if (!$dara.isNull(request.cpdDriveClipboard)) {
|
|
11789
|
+
query["CpdDriveClipboard"] = request.cpdDriveClipboard;
|
|
11790
|
+
}
|
|
11791
|
+
|
|
11756
11792
|
if (!$dara.isNull(request.cpuDownGradeDuration)) {
|
|
11757
11793
|
query["CpuDownGradeDuration"] = request.cpuDownGradeDuration;
|
|
11758
11794
|
}
|
|
@@ -11825,6 +11861,18 @@ export default class Client extends OpenApi {
|
|
|
11825
11861
|
query["FileMigrate"] = request.fileMigrate;
|
|
11826
11862
|
}
|
|
11827
11863
|
|
|
11864
|
+
if (!$dara.isNull(request.fileTransferAddress)) {
|
|
11865
|
+
query["FileTransferAddress"] = request.fileTransferAddress;
|
|
11866
|
+
}
|
|
11867
|
+
|
|
11868
|
+
if (!$dara.isNull(request.fileTransferSpeed)) {
|
|
11869
|
+
query["FileTransferSpeed"] = request.fileTransferSpeed;
|
|
11870
|
+
}
|
|
11871
|
+
|
|
11872
|
+
if (!$dara.isNull(request.fileTransferSpeedLocation)) {
|
|
11873
|
+
query["FileTransferSpeedLocation"] = request.fileTransferSpeedLocation;
|
|
11874
|
+
}
|
|
11875
|
+
|
|
11828
11876
|
if (!$dara.isNull(request.gpuAcceleration)) {
|
|
11829
11877
|
query["GpuAcceleration"] = request.gpuAcceleration;
|
|
11830
11878
|
}
|
|
@@ -12013,6 +12061,10 @@ export default class Client extends OpenApi {
|
|
|
12013
12061
|
query["ScopeValue"] = request.scopeValue;
|
|
12014
12062
|
}
|
|
12015
12063
|
|
|
12064
|
+
if (!$dara.isNull(request.screenDisplayMode)) {
|
|
12065
|
+
query["ScreenDisplayMode"] = request.screenDisplayMode;
|
|
12066
|
+
}
|
|
12067
|
+
|
|
12016
12068
|
if (!$dara.isNull(request.sessionMaxRateKbps)) {
|
|
12017
12069
|
query["SessionMaxRateKbps"] = request.sessionMaxRateKbps;
|
|
12018
12070
|
}
|
|
@@ -12045,6 +12097,10 @@ export default class Client extends OpenApi {
|
|
|
12045
12097
|
query["UsbSupplyRedirectRule"] = request.usbSupplyRedirectRule;
|
|
12046
12098
|
}
|
|
12047
12099
|
|
|
12100
|
+
if (!$dara.isNull(request.useTime)) {
|
|
12101
|
+
query["UseTime"] = request.useTime;
|
|
12102
|
+
}
|
|
12103
|
+
|
|
12048
12104
|
if (!$dara.isNull(request.videoEncAvgKbps)) {
|
|
12049
12105
|
query["VideoEncAvgKbps"] = request.videoEncAvgKbps;
|
|
12050
12106
|
}
|
|
@@ -14292,7 +14348,7 @@ export default class Client extends OpenApi {
|
|
|
14292
14348
|
* Modifies the basic information of a custom cloud computer template, including the template name and template description.
|
|
14293
14349
|
*
|
|
14294
14350
|
* @remarks
|
|
14295
|
-
* You can use this operation to modify only the name and description of a custom cloud computer template. To change other parameters of the template, use the [ModifyTemplate](
|
|
14351
|
+
* You can use this operation to modify only the name and description of a custom cloud computer template. To change other parameters of the template, use the [ModifyTemplate](https://help.aliyun.com/document_detail/2925841.html) operation.
|
|
14296
14352
|
*
|
|
14297
14353
|
* @param request - ModifyTemplateBaseInfoRequest
|
|
14298
14354
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14334,7 +14390,7 @@ export default class Client extends OpenApi {
|
|
|
14334
14390
|
* Modifies the basic information of a custom cloud computer template, including the template name and template description.
|
|
14335
14391
|
*
|
|
14336
14392
|
* @remarks
|
|
14337
|
-
* You can use this operation to modify only the name and description of a custom cloud computer template. To change other parameters of the template, use the [ModifyTemplate](
|
|
14393
|
+
* You can use this operation to modify only the name and description of a custom cloud computer template. To change other parameters of the template, use the [ModifyTemplate](https://help.aliyun.com/document_detail/2925841.html) operation.
|
|
14338
14394
|
*
|
|
14339
14395
|
* @param request - ModifyTemplateBaseInfoRequest
|
|
14340
14396
|
* @returns ModifyTemplateBaseInfoResponse
|
|
@@ -78,6 +78,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
78
78
|
* off
|
|
79
79
|
*/
|
|
80
80
|
cameraRedirect?: string;
|
|
81
|
+
clientControlMenu?: string;
|
|
81
82
|
/**
|
|
82
83
|
* @remarks
|
|
83
84
|
* The types of Alibaba Cloud Workspace clients that end users can use to connect to cloud computers.
|
|
@@ -111,6 +112,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
111
112
|
* off
|
|
112
113
|
*/
|
|
113
114
|
colorEnhancement?: string;
|
|
115
|
+
cpdDriveClipboard?: string;
|
|
114
116
|
/**
|
|
115
117
|
* @remarks
|
|
116
118
|
* The CPU underclocking duration. Valid values: 30 to 120. Unit: seconds.
|
|
@@ -284,6 +286,9 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
284
286
|
* off
|
|
285
287
|
*/
|
|
286
288
|
fileMigrate?: string;
|
|
289
|
+
fileTransferAddress?: string;
|
|
290
|
+
fileTransferSpeed?: string;
|
|
291
|
+
fileTransferSpeedLocation?: string;
|
|
287
292
|
/**
|
|
288
293
|
* @remarks
|
|
289
294
|
* Specifies whether to enable image quality control. This feature is highly recommended for professional design scenarios where computer performance and user experience are critical.
|
|
@@ -719,6 +724,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
719
724
|
* The effective scopes. This parameter is required when `Scope` is set to `IP`. If `Scope` is set to `IP`, this parameter doesn\\"t take effect.
|
|
720
725
|
*/
|
|
721
726
|
scopeValue?: string[];
|
|
727
|
+
screenDisplayMode?: string;
|
|
722
728
|
/**
|
|
723
729
|
* @remarks
|
|
724
730
|
* The bandwidth peak allowed for sessions. Unit: Kbit/s. Valid values: 2000 to 100000.
|
|
@@ -807,6 +813,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
807
813
|
* The USB redirection rules.
|
|
808
814
|
*/
|
|
809
815
|
usbSupplyRedirectRule?: CreateCenterPolicyRequestUsbSupplyRedirectRule[];
|
|
816
|
+
useTime?: string;
|
|
810
817
|
/**
|
|
811
818
|
* @remarks
|
|
812
819
|
* The average bitrate for video encoding. Unit: Kbit/s. Valid values: 1000 to 50000.
|
|
@@ -1053,9 +1060,11 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1053
1060
|
authorizeSecurityPolicyRule: 'AuthorizeSecurityPolicyRule',
|
|
1054
1061
|
businessType: 'BusinessType',
|
|
1055
1062
|
cameraRedirect: 'CameraRedirect',
|
|
1063
|
+
clientControlMenu: 'ClientControlMenu',
|
|
1056
1064
|
clientType: 'ClientType',
|
|
1057
1065
|
clipboard: 'Clipboard',
|
|
1058
1066
|
colorEnhancement: 'ColorEnhancement',
|
|
1067
|
+
cpdDriveClipboard: 'CpdDriveClipboard',
|
|
1059
1068
|
cpuDownGradeDuration: 'CpuDownGradeDuration',
|
|
1060
1069
|
cpuProcessors: 'CpuProcessors',
|
|
1061
1070
|
cpuProtectedMode: 'CpuProtectedMode',
|
|
@@ -1074,6 +1083,9 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1074
1083
|
endUserApplyAdminCoordinate: 'EndUserApplyAdminCoordinate',
|
|
1075
1084
|
endUserGroupCoordinate: 'EndUserGroupCoordinate',
|
|
1076
1085
|
fileMigrate: 'FileMigrate',
|
|
1086
|
+
fileTransferAddress: 'FileTransferAddress',
|
|
1087
|
+
fileTransferSpeed: 'FileTransferSpeed',
|
|
1088
|
+
fileTransferSpeedLocation: 'FileTransferSpeedLocation',
|
|
1077
1089
|
gpuAcceleration: 'GpuAcceleration',
|
|
1078
1090
|
html5FileTransfer: 'Html5FileTransfer',
|
|
1079
1091
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
@@ -1118,6 +1130,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1118
1130
|
safeMenu: 'SafeMenu',
|
|
1119
1131
|
scope: 'Scope',
|
|
1120
1132
|
scopeValue: 'ScopeValue',
|
|
1133
|
+
screenDisplayMode: 'ScreenDisplayMode',
|
|
1121
1134
|
sessionMaxRateKbps: 'SessionMaxRateKbps',
|
|
1122
1135
|
smoothEnhancement: 'SmoothEnhancement',
|
|
1123
1136
|
statusMonitor: 'StatusMonitor',
|
|
@@ -1126,6 +1139,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1126
1139
|
taskbar: 'Taskbar',
|
|
1127
1140
|
usbRedirect: 'UsbRedirect',
|
|
1128
1141
|
usbSupplyRedirectRule: 'UsbSupplyRedirectRule',
|
|
1142
|
+
useTime: 'UseTime',
|
|
1129
1143
|
videoEncAvgKbps: 'VideoEncAvgKbps',
|
|
1130
1144
|
videoEncMaxQP: 'VideoEncMaxQP',
|
|
1131
1145
|
videoEncMinQP: 'VideoEncMinQP',
|
|
@@ -1159,9 +1173,11 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1159
1173
|
authorizeSecurityPolicyRule: { 'type': 'array', 'itemType': CreateCenterPolicyRequestAuthorizeSecurityPolicyRule },
|
|
1160
1174
|
businessType: 'number',
|
|
1161
1175
|
cameraRedirect: 'string',
|
|
1176
|
+
clientControlMenu: 'string',
|
|
1162
1177
|
clientType: { 'type': 'array', 'itemType': CreateCenterPolicyRequestClientType },
|
|
1163
1178
|
clipboard: 'string',
|
|
1164
1179
|
colorEnhancement: 'string',
|
|
1180
|
+
cpdDriveClipboard: 'string',
|
|
1165
1181
|
cpuDownGradeDuration: 'number',
|
|
1166
1182
|
cpuProcessors: { 'type': 'array', 'itemType': 'string' },
|
|
1167
1183
|
cpuProtectedMode: 'string',
|
|
@@ -1180,6 +1196,9 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1180
1196
|
endUserApplyAdminCoordinate: 'string',
|
|
1181
1197
|
endUserGroupCoordinate: 'string',
|
|
1182
1198
|
fileMigrate: 'string',
|
|
1199
|
+
fileTransferAddress: 'string',
|
|
1200
|
+
fileTransferSpeed: 'string',
|
|
1201
|
+
fileTransferSpeedLocation: 'string',
|
|
1183
1202
|
gpuAcceleration: 'string',
|
|
1184
1203
|
html5FileTransfer: 'string',
|
|
1185
1204
|
internetCommunicationProtocol: 'string',
|
|
@@ -1224,6 +1243,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1224
1243
|
safeMenu: 'string',
|
|
1225
1244
|
scope: 'string',
|
|
1226
1245
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
1246
|
+
screenDisplayMode: 'string',
|
|
1227
1247
|
sessionMaxRateKbps: 'number',
|
|
1228
1248
|
smoothEnhancement: 'string',
|
|
1229
1249
|
statusMonitor: 'string',
|
|
@@ -1232,6 +1252,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
|
|
|
1232
1252
|
taskbar: 'string',
|
|
1233
1253
|
usbRedirect: 'string',
|
|
1234
1254
|
usbSupplyRedirectRule: { 'type': 'array', 'itemType': CreateCenterPolicyRequestUsbSupplyRedirectRule },
|
|
1255
|
+
useTime: 'string',
|
|
1235
1256
|
videoEncAvgKbps: 'number',
|
|
1236
1257
|
videoEncMaxQP: 'number',
|
|
1237
1258
|
videoEncMinQP: 'number',
|
|
@@ -47,6 +47,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
47
47
|
* on
|
|
48
48
|
*/
|
|
49
49
|
cameraRedirect?: string;
|
|
50
|
+
clientControlMenu?: string;
|
|
50
51
|
/**
|
|
51
52
|
* @remarks
|
|
52
53
|
* The logon method control rules.
|
|
@@ -68,6 +69,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
68
69
|
* off
|
|
69
70
|
*/
|
|
70
71
|
colorEnhancement?: string;
|
|
72
|
+
cpdDriveClipboard?: string;
|
|
71
73
|
/**
|
|
72
74
|
* @remarks
|
|
73
75
|
* The CPU underclocking duration. Valid values: 30 to 120. Unit: seconds.
|
|
@@ -204,6 +206,9 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
204
206
|
* off
|
|
205
207
|
*/
|
|
206
208
|
endUserGroupCoordinate?: string;
|
|
209
|
+
fileTransferAddress?: string;
|
|
210
|
+
fileTransferSpeed?: string;
|
|
211
|
+
fileTransferSpeedLocation?: string;
|
|
207
212
|
/**
|
|
208
213
|
* @remarks
|
|
209
214
|
* Indicates whether image quality control is enabled. For optimal computer performance and user experience in professional design scenarios, we recommend enabling this feature.
|
|
@@ -560,6 +565,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
560
565
|
* The effective scopes specified by CIDR blocks.
|
|
561
566
|
*/
|
|
562
567
|
scopeValue?: string[];
|
|
568
|
+
screenDisplayMode?: string;
|
|
563
569
|
/**
|
|
564
570
|
* @remarks
|
|
565
571
|
* Indicates whether smoothness enhancement is enabled for daily office use.
|
|
@@ -615,6 +621,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
615
621
|
* The USB redirection rules.
|
|
616
622
|
*/
|
|
617
623
|
usbSupplyRedirectRule?: DescribeCenterPolicyListResponseBodyDescribePolicyGroupsUsbSupplyRedirectRule[];
|
|
624
|
+
useTime?: string;
|
|
618
625
|
/**
|
|
619
626
|
* @remarks
|
|
620
627
|
* The average bitrate for video encoding. Unit: Kbit/s. Valid values: 1000 to 50000.
|
|
@@ -782,9 +789,11 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
782
789
|
authorizeAccessPolicyRules: 'AuthorizeAccessPolicyRules',
|
|
783
790
|
authorizeSecurityPolicyRules: 'AuthorizeSecurityPolicyRules',
|
|
784
791
|
cameraRedirect: 'CameraRedirect',
|
|
792
|
+
clientControlMenu: 'ClientControlMenu',
|
|
785
793
|
clientTypes: 'ClientTypes',
|
|
786
794
|
clipboard: 'Clipboard',
|
|
787
795
|
colorEnhancement: 'ColorEnhancement',
|
|
796
|
+
cpdDriveClipboard: 'CpdDriveClipboard',
|
|
788
797
|
cpuDownGradeDuration: 'CpuDownGradeDuration',
|
|
789
798
|
cpuProcessors: 'CpuProcessors',
|
|
790
799
|
cpuProtectedMode: 'CpuProtectedMode',
|
|
@@ -803,6 +812,9 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
803
812
|
domainResolveRuleType: 'DomainResolveRuleType',
|
|
804
813
|
endUserApplyAdminCoordinate: 'EndUserApplyAdminCoordinate',
|
|
805
814
|
endUserGroupCoordinate: 'EndUserGroupCoordinate',
|
|
815
|
+
fileTransferAddress: 'FileTransferAddress',
|
|
816
|
+
fileTransferSpeed: 'FileTransferSpeed',
|
|
817
|
+
fileTransferSpeedLocation: 'FileTransferSpeedLocation',
|
|
806
818
|
gpuAcceleration: 'GpuAcceleration',
|
|
807
819
|
html5Access: 'Html5Access',
|
|
808
820
|
html5FileTransfer: 'Html5FileTransfer',
|
|
@@ -850,6 +862,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
850
862
|
safeMenu: 'SafeMenu',
|
|
851
863
|
scope: 'Scope',
|
|
852
864
|
scopeValue: 'ScopeValue',
|
|
865
|
+
screenDisplayMode: 'ScreenDisplayMode',
|
|
853
866
|
smoothEnhancement: 'SmoothEnhancement',
|
|
854
867
|
statusMonitor: 'StatusMonitor',
|
|
855
868
|
streamingMode: 'StreamingMode',
|
|
@@ -857,6 +870,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
857
870
|
taskbar: 'Taskbar',
|
|
858
871
|
usbRedirect: 'UsbRedirect',
|
|
859
872
|
usbSupplyRedirectRule: 'UsbSupplyRedirectRule',
|
|
873
|
+
useTime: 'UseTime',
|
|
860
874
|
videoEncAvgKbps: 'VideoEncAvgKbps',
|
|
861
875
|
videoEncMaxQP: 'VideoEncMaxQP',
|
|
862
876
|
videoEncMinQP: 'VideoEncMinQP',
|
|
@@ -887,9 +901,11 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
887
901
|
authorizeAccessPolicyRules: { 'type': 'array', 'itemType': DescribeCenterPolicyListResponseBodyDescribePolicyGroupsAuthorizeAccessPolicyRules },
|
|
888
902
|
authorizeSecurityPolicyRules: { 'type': 'array', 'itemType': DescribeCenterPolicyListResponseBodyDescribePolicyGroupsAuthorizeSecurityPolicyRules },
|
|
889
903
|
cameraRedirect: 'string',
|
|
904
|
+
clientControlMenu: 'string',
|
|
890
905
|
clientTypes: { 'type': 'array', 'itemType': DescribeCenterPolicyListResponseBodyDescribePolicyGroupsClientTypes },
|
|
891
906
|
clipboard: 'string',
|
|
892
907
|
colorEnhancement: 'string',
|
|
908
|
+
cpdDriveClipboard: 'string',
|
|
893
909
|
cpuDownGradeDuration: 'number',
|
|
894
910
|
cpuProcessors: { 'type': 'array', 'itemType': 'string' },
|
|
895
911
|
cpuProtectedMode: 'string',
|
|
@@ -908,6 +924,9 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
908
924
|
domainResolveRuleType: 'string',
|
|
909
925
|
endUserApplyAdminCoordinate: 'string',
|
|
910
926
|
endUserGroupCoordinate: 'string',
|
|
927
|
+
fileTransferAddress: 'string',
|
|
928
|
+
fileTransferSpeed: 'string',
|
|
929
|
+
fileTransferSpeedLocation: 'string',
|
|
911
930
|
gpuAcceleration: 'string',
|
|
912
931
|
html5Access: 'string',
|
|
913
932
|
html5FileTransfer: 'string',
|
|
@@ -955,6 +974,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
955
974
|
safeMenu: 'string',
|
|
956
975
|
scope: 'string',
|
|
957
976
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
977
|
+
screenDisplayMode: 'string',
|
|
958
978
|
smoothEnhancement: 'string',
|
|
959
979
|
statusMonitor: 'string',
|
|
960
980
|
streamingMode: 'string',
|
|
@@ -962,6 +982,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
962
982
|
taskbar: 'string',
|
|
963
983
|
usbRedirect: 'string',
|
|
964
984
|
usbSupplyRedirectRule: { 'type': 'array', 'itemType': DescribeCenterPolicyListResponseBodyDescribePolicyGroupsUsbSupplyRedirectRule },
|
|
985
|
+
useTime: 'string',
|
|
965
986
|
videoEncAvgKbps: 'number',
|
|
966
987
|
videoEncMaxQP: 'number',
|
|
967
988
|
videoEncMinQP: 'number',
|
|
@@ -57,6 +57,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
57
57
|
* on
|
|
58
58
|
*/
|
|
59
59
|
cameraRedirect?: string;
|
|
60
|
+
clientControlMenu?: string;
|
|
60
61
|
/**
|
|
61
62
|
* @remarks
|
|
62
63
|
* The logon method control rules to limit the type of the Alibaba Cloud Workspace client used by end users to connect to cloud computers.
|
|
@@ -90,6 +91,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
90
91
|
* off
|
|
91
92
|
*/
|
|
92
93
|
colorEnhancement?: string;
|
|
94
|
+
cpdDriveClipboard?: string;
|
|
93
95
|
/**
|
|
94
96
|
* @remarks
|
|
95
97
|
* The CPU underclocking duration. Valid values: 30 to 120. Unit: seconds.
|
|
@@ -256,6 +258,9 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
256
258
|
* null
|
|
257
259
|
*/
|
|
258
260
|
fileTransfer?: string;
|
|
261
|
+
fileTransferAddress?: string;
|
|
262
|
+
fileTransferSpeed?: string;
|
|
263
|
+
fileTransferSpeedLocation?: string;
|
|
259
264
|
/**
|
|
260
265
|
* @remarks
|
|
261
266
|
* Indicates whether the Image Quality Control feature is enabled. If you have high requirements on the performance and user experience in scenarios such as professional design, we recommend that you enable this feature.
|
|
@@ -728,6 +733,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
728
733
|
* This parameter is required when the `Scope` parameter is set to `IP`.````
|
|
729
734
|
*/
|
|
730
735
|
scopeValue?: string[];
|
|
736
|
+
screenDisplayMode?: string;
|
|
731
737
|
/**
|
|
732
738
|
* @remarks
|
|
733
739
|
* Indicates whether the Smooth Enhancement switch is turned on.
|
|
@@ -791,6 +797,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
791
797
|
* The USB redirection rule.
|
|
792
798
|
*/
|
|
793
799
|
usbSupplyRedirectRule?: DescribePolicyGroupsResponseBodyDescribePolicyGroupsUsbSupplyRedirectRule[];
|
|
800
|
+
useTime?: string;
|
|
794
801
|
/**
|
|
795
802
|
* @remarks
|
|
796
803
|
* The average bitrate for video encoding. Valid values: 1000 to 50000.
|
|
@@ -1035,9 +1042,11 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1035
1042
|
authorizeAccessPolicyRules: 'AuthorizeAccessPolicyRules',
|
|
1036
1043
|
authorizeSecurityPolicyRules: 'AuthorizeSecurityPolicyRules',
|
|
1037
1044
|
cameraRedirect: 'CameraRedirect',
|
|
1045
|
+
clientControlMenu: 'ClientControlMenu',
|
|
1038
1046
|
clientTypes: 'ClientTypes',
|
|
1039
1047
|
clipboard: 'Clipboard',
|
|
1040
1048
|
colorEnhancement: 'ColorEnhancement',
|
|
1049
|
+
cpdDriveClipboard: 'CpdDriveClipboard',
|
|
1041
1050
|
cpuDownGradeDuration: 'CpuDownGradeDuration',
|
|
1042
1051
|
cpuProcessors: 'CpuProcessors',
|
|
1043
1052
|
cpuProtectedMode: 'CpuProtectedMode',
|
|
@@ -1058,6 +1067,9 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1058
1067
|
endUserGroupCoordinate: 'EndUserGroupCoordinate',
|
|
1059
1068
|
fileMigrate: 'FileMigrate',
|
|
1060
1069
|
fileTransfer: 'FileTransfer',
|
|
1070
|
+
fileTransferAddress: 'FileTransferAddress',
|
|
1071
|
+
fileTransferSpeed: 'FileTransferSpeed',
|
|
1072
|
+
fileTransferSpeedLocation: 'FileTransferSpeedLocation',
|
|
1061
1073
|
gpuAcceleration: 'GpuAcceleration',
|
|
1062
1074
|
html5Access: 'Html5Access',
|
|
1063
1075
|
html5FileTransfer: 'Html5FileTransfer',
|
|
@@ -1107,12 +1119,14 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1107
1119
|
safeMenu: 'SafeMenu',
|
|
1108
1120
|
scope: 'Scope',
|
|
1109
1121
|
scopeValue: 'ScopeValue',
|
|
1122
|
+
screenDisplayMode: 'ScreenDisplayMode',
|
|
1110
1123
|
smoothEnhancement: 'SmoothEnhancement',
|
|
1111
1124
|
statusMonitor: 'StatusMonitor',
|
|
1112
1125
|
streamingMode: 'StreamingMode',
|
|
1113
1126
|
targetFps: 'TargetFps',
|
|
1114
1127
|
usbRedirect: 'UsbRedirect',
|
|
1115
1128
|
usbSupplyRedirectRule: 'UsbSupplyRedirectRule',
|
|
1129
|
+
useTime: 'UseTime',
|
|
1116
1130
|
videoEncAvgKbps: 'VideoEncAvgKbps',
|
|
1117
1131
|
videoEncMaxQP: 'VideoEncMaxQP',
|
|
1118
1132
|
videoEncMinQP: 'VideoEncMinQP',
|
|
@@ -1145,9 +1159,11 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1145
1159
|
authorizeAccessPolicyRules: { 'type': 'array', 'itemType': DescribePolicyGroupsResponseBodyDescribePolicyGroupsAuthorizeAccessPolicyRules },
|
|
1146
1160
|
authorizeSecurityPolicyRules: { 'type': 'array', 'itemType': DescribePolicyGroupsResponseBodyDescribePolicyGroupsAuthorizeSecurityPolicyRules },
|
|
1147
1161
|
cameraRedirect: 'string',
|
|
1162
|
+
clientControlMenu: 'string',
|
|
1148
1163
|
clientTypes: { 'type': 'array', 'itemType': DescribePolicyGroupsResponseBodyDescribePolicyGroupsClientTypes },
|
|
1149
1164
|
clipboard: 'string',
|
|
1150
1165
|
colorEnhancement: 'string',
|
|
1166
|
+
cpdDriveClipboard: 'string',
|
|
1151
1167
|
cpuDownGradeDuration: 'number',
|
|
1152
1168
|
cpuProcessors: { 'type': 'array', 'itemType': 'string' },
|
|
1153
1169
|
cpuProtectedMode: 'string',
|
|
@@ -1168,6 +1184,9 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1168
1184
|
endUserGroupCoordinate: 'string',
|
|
1169
1185
|
fileMigrate: 'string',
|
|
1170
1186
|
fileTransfer: 'string',
|
|
1187
|
+
fileTransferAddress: 'string',
|
|
1188
|
+
fileTransferSpeed: 'string',
|
|
1189
|
+
fileTransferSpeedLocation: 'string',
|
|
1171
1190
|
gpuAcceleration: 'string',
|
|
1172
1191
|
html5Access: 'string',
|
|
1173
1192
|
html5FileTransfer: 'string',
|
|
@@ -1217,12 +1236,14 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
|
|
|
1217
1236
|
safeMenu: 'string',
|
|
1218
1237
|
scope: 'string',
|
|
1219
1238
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
1239
|
+
screenDisplayMode: 'string',
|
|
1220
1240
|
smoothEnhancement: 'string',
|
|
1221
1241
|
statusMonitor: 'string',
|
|
1222
1242
|
streamingMode: 'string',
|
|
1223
1243
|
targetFps: 'number',
|
|
1224
1244
|
usbRedirect: 'string',
|
|
1225
1245
|
usbSupplyRedirectRule: { 'type': 'array', 'itemType': DescribePolicyGroupsResponseBodyDescribePolicyGroupsUsbSupplyRedirectRule },
|
|
1246
|
+
useTime: 'string',
|
|
1226
1247
|
videoEncAvgKbps: 'number',
|
|
1227
1248
|
videoEncMaxQP: 'number',
|
|
1228
1249
|
videoEncMinQP: 'number',
|
|
@@ -80,6 +80,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
80
80
|
* on
|
|
81
81
|
*/
|
|
82
82
|
cameraRedirect?: string;
|
|
83
|
+
clientControlMenu?: string;
|
|
83
84
|
/**
|
|
84
85
|
* @remarks
|
|
85
86
|
* The types of Alibaba Cloud Workspace clients that end users can use to connect to cloud computers.
|
|
@@ -113,6 +114,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
113
114
|
* off
|
|
114
115
|
*/
|
|
115
116
|
colorEnhancement?: string;
|
|
117
|
+
cpdDriveClipboard?: string;
|
|
116
118
|
/**
|
|
117
119
|
* @remarks
|
|
118
120
|
* The CPU underclocking duration. Valid values: 30 to 120. Unit: seconds.
|
|
@@ -296,6 +298,9 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
296
298
|
* off
|
|
297
299
|
*/
|
|
298
300
|
fileMigrate?: string;
|
|
301
|
+
fileTransferAddress?: string;
|
|
302
|
+
fileTransferSpeed?: string;
|
|
303
|
+
fileTransferSpeedLocation?: string;
|
|
299
304
|
/**
|
|
300
305
|
* @remarks
|
|
301
306
|
* Specifies whether to enable Image Quality Control. This feature is highly recommended for professional design scenarios where performance and user experience are critical.
|
|
@@ -754,6 +759,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
754
759
|
* The effective scopes. This parameter is required when `Scope` is set to `IP`. If `Scope` is set to `IP`, this parameter doesn\\"t take effect.
|
|
755
760
|
*/
|
|
756
761
|
scopeValue?: string[];
|
|
762
|
+
screenDisplayMode?: string;
|
|
757
763
|
/**
|
|
758
764
|
* @remarks
|
|
759
765
|
* The bandwidth peak allowed for sessions. Unit: Kbit/s. Valid values: 2000 to 100000.
|
|
@@ -842,6 +848,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
842
848
|
* The USB redirection rules.
|
|
843
849
|
*/
|
|
844
850
|
usbSupplyRedirectRule?: ModifyCenterPolicyRequestUsbSupplyRedirectRule[];
|
|
851
|
+
useTime?: string;
|
|
845
852
|
/**
|
|
846
853
|
* @remarks
|
|
847
854
|
* The average bitrate for video encoding. Unit: Kbit/s. Valid values: 1000 to 50000.
|
|
@@ -1093,9 +1100,11 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
1093
1100
|
authorizeSecurityPolicyRule: 'AuthorizeSecurityPolicyRule',
|
|
1094
1101
|
businessType: 'BusinessType',
|
|
1095
1102
|
cameraRedirect: 'CameraRedirect',
|
|
1103
|
+
clientControlMenu: 'ClientControlMenu',
|
|
1096
1104
|
clientType: 'ClientType',
|
|
1097
1105
|
clipboard: 'Clipboard',
|
|
1098
1106
|
colorEnhancement: 'ColorEnhancement',
|
|
1107
|
+
cpdDriveClipboard: 'CpdDriveClipboard',
|
|
1099
1108
|
cpuDownGradeDuration: 'CpuDownGradeDuration',
|
|
1100
1109
|
cpuProcessors: 'CpuProcessors',
|
|
1101
1110
|
cpuProtectedMode: 'CpuProtectedMode',
|
|
@@ -1114,6 +1123,9 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
1114
1123
|
endUserApplyAdminCoordinate: 'EndUserApplyAdminCoordinate',
|
|
1115
1124
|
endUserGroupCoordinate: 'EndUserGroupCoordinate',
|
|
1116
1125
|
fileMigrate: 'FileMigrate',
|
|
1126
|
+
fileTransferAddress: 'FileTransferAddress',
|
|
1127
|
+
fileTransferSpeed: 'FileTransferSpeed',
|
|
1128
|
+
fileTransferSpeedLocation: 'FileTransferSpeedLocation',
|
|
1117
1129
|
gpuAcceleration: 'GpuAcceleration',
|
|
1118
1130
|
html5FileTransfer: 'Html5FileTransfer',
|
|
1119
1131
|
internetCommunicationProtocol: 'InternetCommunicationProtocol',
|
|
@@ -1161,6 +1173,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
1161
1173
|
safeMenu: 'SafeMenu',
|
|
1162
1174
|
scope: 'Scope',
|
|
1163
1175
|
scopeValue: 'ScopeValue',
|
|
1176
|
+
screenDisplayMode: 'ScreenDisplayMode',
|
|
1164
1177
|
sessionMaxRateKbps: 'SessionMaxRateKbps',
|
|
1165
1178
|
smoothEnhancement: 'SmoothEnhancement',
|
|
1166
1179
|
statusMonitor: 'StatusMonitor',
|
|
@@ -1169,6 +1182,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
1169
1182
|
taskbar: 'Taskbar',
|
|
1170
1183
|
usbRedirect: 'UsbRedirect',
|
|
1171
1184
|
usbSupplyRedirectRule: 'UsbSupplyRedirectRule',
|
|
1185
|
+
useTime: 'UseTime',
|
|
1172
1186
|
videoEncAvgKbps: 'VideoEncAvgKbps',
|
|
1173
1187
|
videoEncMaxQP: 'VideoEncMaxQP',
|
|
1174
1188
|
videoEncMinQP: 'VideoEncMinQP',
|
|
@@ -1202,9 +1216,11 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
1202
1216
|
authorizeSecurityPolicyRule: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestAuthorizeSecurityPolicyRule },
|
|
1203
1217
|
businessType: 'number',
|
|
1204
1218
|
cameraRedirect: 'string',
|
|
1219
|
+
clientControlMenu: 'string',
|
|
1205
1220
|
clientType: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestClientType },
|
|
1206
1221
|
clipboard: 'string',
|
|
1207
1222
|
colorEnhancement: 'string',
|
|
1223
|
+
cpdDriveClipboard: 'string',
|
|
1208
1224
|
cpuDownGradeDuration: 'number',
|
|
1209
1225
|
cpuProcessors: { 'type': 'array', 'itemType': 'string' },
|
|
1210
1226
|
cpuProtectedMode: 'string',
|
|
@@ -1223,6 +1239,9 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
1223
1239
|
endUserApplyAdminCoordinate: 'string',
|
|
1224
1240
|
endUserGroupCoordinate: 'string',
|
|
1225
1241
|
fileMigrate: 'string',
|
|
1242
|
+
fileTransferAddress: 'string',
|
|
1243
|
+
fileTransferSpeed: 'string',
|
|
1244
|
+
fileTransferSpeedLocation: 'string',
|
|
1226
1245
|
gpuAcceleration: 'string',
|
|
1227
1246
|
html5FileTransfer: 'string',
|
|
1228
1247
|
internetCommunicationProtocol: 'string',
|
|
@@ -1270,6 +1289,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
1270
1289
|
safeMenu: 'string',
|
|
1271
1290
|
scope: 'string',
|
|
1272
1291
|
scopeValue: { 'type': 'array', 'itemType': 'string' },
|
|
1292
|
+
screenDisplayMode: 'string',
|
|
1273
1293
|
sessionMaxRateKbps: 'number',
|
|
1274
1294
|
smoothEnhancement: 'string',
|
|
1275
1295
|
statusMonitor: 'string',
|
|
@@ -1278,6 +1298,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
|
|
|
1278
1298
|
taskbar: 'string',
|
|
1279
1299
|
usbRedirect: 'string',
|
|
1280
1300
|
usbSupplyRedirectRule: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestUsbSupplyRedirectRule },
|
|
1301
|
+
useTime: 'string',
|
|
1281
1302
|
videoEncAvgKbps: 'number',
|
|
1282
1303
|
videoEncMaxQP: 'number',
|
|
1283
1304
|
videoEncMinQP: 'number',
|