@alicloud/ecd20200930 4.7.2 → 4.7.4

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.
Files changed (41) hide show
  1. package/dist/client.d.ts +6 -2
  2. package/dist/client.js +60 -2
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddUserToDesktopGroupRequest.d.ts +1 -0
  5. package/dist/models/AddUserToDesktopGroupRequest.js +2 -0
  6. package/dist/models/AddUserToDesktopGroupRequest.js.map +1 -1
  7. package/dist/models/CreateCenterPolicyRequest.d.ts +7 -0
  8. package/dist/models/CreateCenterPolicyRequest.js +14 -0
  9. package/dist/models/CreateCenterPolicyRequest.js.map +1 -1
  10. package/dist/models/CreateDesktopGroupRequest.d.ts +1 -0
  11. package/dist/models/CreateDesktopGroupRequest.js +2 -0
  12. package/dist/models/CreateDesktopGroupRequest.js.map +1 -1
  13. package/dist/models/DescribeCenterPolicyListResponseBodyDescribePolicyGroups.d.ts +7 -0
  14. package/dist/models/DescribeCenterPolicyListResponseBodyDescribePolicyGroups.js +14 -0
  15. package/dist/models/DescribeCenterPolicyListResponseBodyDescribePolicyGroups.js.map +1 -1
  16. package/dist/models/DescribeDesktopGroupsRequest.d.ts +1 -0
  17. package/dist/models/DescribeDesktopGroupsRequest.js +2 -0
  18. package/dist/models/DescribeDesktopGroupsRequest.js.map +1 -1
  19. package/dist/models/DescribeDesktopGroupsResponseBodyDesktopGroups.d.ts +1 -0
  20. package/dist/models/DescribeDesktopGroupsResponseBodyDesktopGroups.js +2 -0
  21. package/dist/models/DescribeDesktopGroupsResponseBodyDesktopGroups.js.map +1 -1
  22. package/dist/models/DescribePolicyGroupsResponseBodyDescribePolicyGroups.d.ts +7 -0
  23. package/dist/models/DescribePolicyGroupsResponseBodyDescribePolicyGroups.js +14 -0
  24. package/dist/models/DescribePolicyGroupsResponseBodyDescribePolicyGroups.js.map +1 -1
  25. package/dist/models/ModifyCenterPolicyRequest.d.ts +7 -0
  26. package/dist/models/ModifyCenterPolicyRequest.js +14 -0
  27. package/dist/models/ModifyCenterPolicyRequest.js.map +1 -1
  28. package/dist/models/RemoveUserFromDesktopGroupRequest.d.ts +1 -0
  29. package/dist/models/RemoveUserFromDesktopGroupRequest.js +2 -0
  30. package/dist/models/RemoveUserFromDesktopGroupRequest.js.map +1 -1
  31. package/package.json +1 -1
  32. package/src/client.ts +78 -2
  33. package/src/models/AddUserToDesktopGroupRequest.ts +3 -0
  34. package/src/models/CreateCenterPolicyRequest.ts +21 -0
  35. package/src/models/CreateDesktopGroupRequest.ts +3 -0
  36. package/src/models/DescribeCenterPolicyListResponseBodyDescribePolicyGroups.ts +21 -0
  37. package/src/models/DescribeDesktopGroupsRequest.ts +3 -0
  38. package/src/models/DescribeDesktopGroupsResponseBodyDesktopGroups.ts +3 -0
  39. package/src/models/DescribePolicyGroupsResponseBodyDescribePolicyGroups.ts +21 -0
  40. package/src/models/ModifyCenterPolicyRequest.ts +21 -0
  41. package/src/models/RemoveUserFromDesktopGroupRequest.ts +3 -0
@@ -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',
@@ -30,6 +30,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
30
30
  * testName
31
31
  */
32
32
  desktopGroupName?: string;
33
+ desktopType?: string;
33
34
  /**
34
35
  * @remarks
35
36
  * The IDs of the users who can access the cloud computer share.
@@ -200,6 +201,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
200
201
  desktopGroupId: 'DesktopGroupId',
201
202
  desktopGroupIds: 'DesktopGroupIds',
202
203
  desktopGroupName: 'DesktopGroupName',
204
+ desktopType: 'DesktopType',
203
205
  endUserIds: 'EndUserIds',
204
206
  excludedEndUserIds: 'ExcludedEndUserIds',
205
207
  imageId: 'ImageId',
@@ -224,6 +226,7 @@ export class DescribeDesktopGroupsRequest extends $dara.Model {
224
226
  desktopGroupId: 'string',
225
227
  desktopGroupIds: { 'type': 'array', 'itemType': 'string' },
226
228
  desktopGroupName: 'string',
229
+ desktopType: 'string',
227
230
  endUserIds: { 'type': 'array', 'itemType': 'string' },
228
231
  excludedEndUserIds: { 'type': 'array', 'itemType': 'string' },
229
232
  imageId: { 'type': 'array', 'itemType': 'string' },
@@ -396,6 +396,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
396
396
  * 0
397
397
  */
398
398
  resetType?: number;
399
+ simpleUserGroupId?: string;
399
400
  /**
400
401
  * @remarks
401
402
  * The status of the cloud computer share.
@@ -530,6 +531,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
530
531
  protocolType: 'ProtocolType',
531
532
  ratioThreshold: 'RatioThreshold',
532
533
  resetType: 'ResetType',
534
+ simpleUserGroupId: 'SimpleUserGroupId',
533
535
  status: 'Status',
534
536
  stopDuration: 'StopDuration',
535
537
  subnetId: 'SubnetId',
@@ -588,6 +590,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
588
590
  protocolType: 'string',
589
591
  ratioThreshold: 'number',
590
592
  resetType: 'number',
593
+ simpleUserGroupId: 'string',
591
594
  status: 'number',
592
595
  stopDuration: 'number',
593
596
  subnetId: 'string',
@@ -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',
@@ -31,6 +31,7 @@ export class RemoveUserFromDesktopGroupRequest extends $dara.Model {
31
31
  * cn-hangzhou
32
32
  */
33
33
  regionId?: string;
34
+ simpleUserGroupId?: string;
34
35
  userGroupName?: string;
35
36
  userOuPath?: string;
36
37
  static names(): { [key: string]: string } {
@@ -39,6 +40,7 @@ export class RemoveUserFromDesktopGroupRequest extends $dara.Model {
39
40
  desktopGroupIds: 'DesktopGroupIds',
40
41
  endUserIds: 'EndUserIds',
41
42
  regionId: 'RegionId',
43
+ simpleUserGroupId: 'SimpleUserGroupId',
42
44
  userGroupName: 'UserGroupName',
43
45
  userOuPath: 'UserOuPath',
44
46
  };
@@ -50,6 +52,7 @@ export class RemoveUserFromDesktopGroupRequest extends $dara.Model {
50
52
  desktopGroupIds: { 'type': 'array', 'itemType': 'string' },
51
53
  endUserIds: { 'type': 'array', 'itemType': 'string' },
52
54
  regionId: 'string',
55
+ simpleUserGroupId: 'string',
53
56
  userGroupName: 'string',
54
57
  userOuPath: 'string',
55
58
  };