@alicloud/ecd20200930 4.7.1 → 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 +47 -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/DescribeDesktopTypesRequest.d.ts +1 -0
- package/dist/models/DescribeDesktopTypesRequest.js +5 -0
- package/dist/models/DescribeDesktopTypesRequest.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 +62 -2
- package/src/models/CreateCenterPolicyRequest.ts +21 -0
- package/src/models/DescribeCenterPolicyListResponseBodyDescribePolicyGroups.ts +21 -0
- package/src/models/DescribeDesktopTypesRequest.ts +6 -0
- package/src/models/DescribePolicyGroupsResponseBodyDescribePolicyGroups.ts +21 -0
- package/src/models/ModifyCenterPolicyRequest.ts +21 -0
|
@@ -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',
|