alibabacloud-ecd20200930 4.22.0__py3-none-any.whl → 4.22.1__py3-none-any.whl
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.
- alibabacloud_ecd20200930/__init__.py +1 -1
- alibabacloud_ecd20200930/models/_describe_policy_groups_response_body.py +48 -0
- {alibabacloud_ecd20200930-4.22.0.dist-info → alibabacloud_ecd20200930-4.22.1.dist-info}/METADATA +1 -1
- {alibabacloud_ecd20200930-4.22.0.dist-info → alibabacloud_ecd20200930-4.22.1.dist-info}/RECORD +7 -7
- {alibabacloud_ecd20200930-4.22.0.dist-info → alibabacloud_ecd20200930-4.22.1.dist-info}/LICENSE +0 -0
- {alibabacloud_ecd20200930-4.22.0.dist-info → alibabacloud_ecd20200930-4.22.1.dist-info}/WHEEL +0 -0
- {alibabacloud_ecd20200930-4.22.0.dist-info → alibabacloud_ecd20200930-4.22.1.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '4.22.
|
|
1
|
+
__version__ = '4.22.1'
|
|
@@ -97,6 +97,9 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups(DaraModel):
|
|
|
97
97
|
camera_redirect: str = None,
|
|
98
98
|
client_control_menu: str = None,
|
|
99
99
|
client_create_snapshot: str = None,
|
|
100
|
+
client_hibernate: str = None,
|
|
101
|
+
client_restart: str = None,
|
|
102
|
+
client_shutdown: str = None,
|
|
100
103
|
client_types: List[main_models.DescribePolicyGroupsResponseBodyDescribePolicyGroupsClientTypes] = None,
|
|
101
104
|
clipboard: str = None,
|
|
102
105
|
color_enhancement: str = None,
|
|
@@ -129,6 +132,9 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups(DaraModel):
|
|
|
129
132
|
file_transfer_speed_location: str = None,
|
|
130
133
|
gpu_acceleration: str = None,
|
|
131
134
|
hover_config_msg: str = None,
|
|
135
|
+
hover_hibernate: str = None,
|
|
136
|
+
hover_restart: str = None,
|
|
137
|
+
hover_shutdown: str = None,
|
|
132
138
|
html_5access: str = None,
|
|
133
139
|
html_5file_transfer: str = None,
|
|
134
140
|
internet_communication_protocol: str = None,
|
|
@@ -246,6 +252,9 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups(DaraModel):
|
|
|
246
252
|
self.camera_redirect = camera_redirect
|
|
247
253
|
self.client_control_menu = client_control_menu
|
|
248
254
|
self.client_create_snapshot = client_create_snapshot
|
|
255
|
+
self.client_hibernate = client_hibernate
|
|
256
|
+
self.client_restart = client_restart
|
|
257
|
+
self.client_shutdown = client_shutdown
|
|
249
258
|
# The logon method control rules to limit the type of the Alibaba Cloud Workspace client used by end users to connect to cloud computers.
|
|
250
259
|
self.client_types = client_types
|
|
251
260
|
# The permissions on the clipboard.
|
|
@@ -349,6 +358,9 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups(DaraModel):
|
|
|
349
358
|
# * on
|
|
350
359
|
self.gpu_acceleration = gpu_acceleration
|
|
351
360
|
self.hover_config_msg = hover_config_msg
|
|
361
|
+
self.hover_hibernate = hover_hibernate
|
|
362
|
+
self.hover_restart = hover_restart
|
|
363
|
+
self.hover_shutdown = hover_shutdown
|
|
352
364
|
# Specifies whether to allow web client access.
|
|
353
365
|
#
|
|
354
366
|
# Valid values:
|
|
@@ -802,6 +814,15 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups(DaraModel):
|
|
|
802
814
|
if self.client_create_snapshot is not None:
|
|
803
815
|
result['ClientCreateSnapshot'] = self.client_create_snapshot
|
|
804
816
|
|
|
817
|
+
if self.client_hibernate is not None:
|
|
818
|
+
result['ClientHibernate'] = self.client_hibernate
|
|
819
|
+
|
|
820
|
+
if self.client_restart is not None:
|
|
821
|
+
result['ClientRestart'] = self.client_restart
|
|
822
|
+
|
|
823
|
+
if self.client_shutdown is not None:
|
|
824
|
+
result['ClientShutdown'] = self.client_shutdown
|
|
825
|
+
|
|
805
826
|
result['ClientTypes'] = []
|
|
806
827
|
if self.client_types is not None:
|
|
807
828
|
for k1 in self.client_types:
|
|
@@ -906,6 +927,15 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups(DaraModel):
|
|
|
906
927
|
if self.hover_config_msg is not None:
|
|
907
928
|
result['HoverConfigMsg'] = self.hover_config_msg
|
|
908
929
|
|
|
930
|
+
if self.hover_hibernate is not None:
|
|
931
|
+
result['HoverHibernate'] = self.hover_hibernate
|
|
932
|
+
|
|
933
|
+
if self.hover_restart is not None:
|
|
934
|
+
result['HoverRestart'] = self.hover_restart
|
|
935
|
+
|
|
936
|
+
if self.hover_shutdown is not None:
|
|
937
|
+
result['HoverShutdown'] = self.hover_shutdown
|
|
938
|
+
|
|
909
939
|
if self.html_5access is not None:
|
|
910
940
|
result['Html5Access'] = self.html_5access
|
|
911
941
|
|
|
@@ -1216,6 +1246,15 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups(DaraModel):
|
|
|
1216
1246
|
if m.get('ClientCreateSnapshot') is not None:
|
|
1217
1247
|
self.client_create_snapshot = m.get('ClientCreateSnapshot')
|
|
1218
1248
|
|
|
1249
|
+
if m.get('ClientHibernate') is not None:
|
|
1250
|
+
self.client_hibernate = m.get('ClientHibernate')
|
|
1251
|
+
|
|
1252
|
+
if m.get('ClientRestart') is not None:
|
|
1253
|
+
self.client_restart = m.get('ClientRestart')
|
|
1254
|
+
|
|
1255
|
+
if m.get('ClientShutdown') is not None:
|
|
1256
|
+
self.client_shutdown = m.get('ClientShutdown')
|
|
1257
|
+
|
|
1219
1258
|
self.client_types = []
|
|
1220
1259
|
if m.get('ClientTypes') is not None:
|
|
1221
1260
|
for k1 in m.get('ClientTypes'):
|
|
@@ -1324,6 +1363,15 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups(DaraModel):
|
|
|
1324
1363
|
if m.get('HoverConfigMsg') is not None:
|
|
1325
1364
|
self.hover_config_msg = m.get('HoverConfigMsg')
|
|
1326
1365
|
|
|
1366
|
+
if m.get('HoverHibernate') is not None:
|
|
1367
|
+
self.hover_hibernate = m.get('HoverHibernate')
|
|
1368
|
+
|
|
1369
|
+
if m.get('HoverRestart') is not None:
|
|
1370
|
+
self.hover_restart = m.get('HoverRestart')
|
|
1371
|
+
|
|
1372
|
+
if m.get('HoverShutdown') is not None:
|
|
1373
|
+
self.hover_shutdown = m.get('HoverShutdown')
|
|
1374
|
+
|
|
1327
1375
|
if m.get('Html5Access') is not None:
|
|
1328
1376
|
self.html_5access = m.get('Html5Access')
|
|
1329
1377
|
|
{alibabacloud_ecd20200930-4.22.0.dist-info → alibabacloud_ecd20200930-4.22.1.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
alibabacloud_ecd20200930/__init__.py,sha256=
|
|
1
|
+
alibabacloud_ecd20200930/__init__.py,sha256=YziVe9mnMU7BxjS0CDZ-zLvFTz8-3RadlWU44bbV7Ck,22
|
|
2
2
|
alibabacloud_ecd20200930/client.py,sha256=BUQ19R8eF5NGoclleSqVKTDQ8NgDaET6Mu25n856Szg,1135198
|
|
3
3
|
alibabacloud_ecd20200930/models/__init__.py,sha256=Med1se-ZtNssZWGBdPeTpuGmDg0AnN6RTxqIbSq3w_g,137238
|
|
4
4
|
alibabacloud_ecd20200930/models/_activate_office_site_request.py,sha256=PK9qt-X-CpgD-fy054maqc_EQsGq8Y_Phz-4l7A9YaQ,1372
|
|
@@ -426,7 +426,7 @@ alibabacloud_ecd20200930/models/_describe_office_sites_response.py,sha256=qzxK1i
|
|
|
426
426
|
alibabacloud_ecd20200930/models/_describe_office_sites_response_body.py,sha256=2iw6qXBau25-Wu9rzfyknSLgEL1v21q79k2ebTEKf4Y,35184
|
|
427
427
|
alibabacloud_ecd20200930/models/_describe_policy_groups_request.py,sha256=AAsQN_Tuo0-DIQAEd-WqrmgOQuonnHVvVF7IfIq0gFc,3878
|
|
428
428
|
alibabacloud_ecd20200930/models/_describe_policy_groups_response.py,sha256=UO2WfT3n3DnYfXNUuc0cNwcyHX1NnlwdQg1ROgfsA3k,1492
|
|
429
|
-
alibabacloud_ecd20200930/models/_describe_policy_groups_response_body.py,sha256=
|
|
429
|
+
alibabacloud_ecd20200930/models/_describe_policy_groups_response_body.py,sha256=yRdR1w9mnF5Jd5Qy_gNbmC5IPAUU-QDTK7S93YqUkwY,84450
|
|
430
430
|
alibabacloud_ecd20200930/models/_describe_price_for_create_desktop_oversold_group_request.py,sha256=P6CKvinwx6sl_UCBUs18v-ScRBVrSvEmBuwdHaDGOfE,2530
|
|
431
431
|
alibabacloud_ecd20200930/models/_describe_price_for_create_desktop_oversold_group_response.py,sha256=6pCrJyODLj7dZxKdg2W4XxGx_Ff8ttrLXy4xZO8twlk,1558
|
|
432
432
|
alibabacloud_ecd20200930/models/_describe_price_for_create_desktop_oversold_group_response_body.py,sha256=aj3dm5NSZxqh_kye9ad5PXGp5hssm5kbWUXq-NlujA8,1903
|
|
@@ -849,8 +849,8 @@ alibabacloud_ecd20200930/models/_verify_cen_response_body.py,sha256=RjFpi8pfZac-
|
|
|
849
849
|
alibabacloud_ecd20200930/models/_wakeup_desktops_request.py,sha256=KFSQZW4FAmWmG32eBtAKU_-nmpv6jMlcu7SgyO81Udg,1389
|
|
850
850
|
alibabacloud_ecd20200930/models/_wakeup_desktops_response.py,sha256=0Xr_16eywCf1kMRu2MmtIK1KPqPB0iovVSOx1EN6cto,1474
|
|
851
851
|
alibabacloud_ecd20200930/models/_wakeup_desktops_response_body.py,sha256=tyV6ZYt8nWZOlYW_JmKkHWYfya6lqX85VcVNyytW37M,796
|
|
852
|
-
alibabacloud_ecd20200930-4.22.
|
|
853
|
-
alibabacloud_ecd20200930-4.22.
|
|
854
|
-
alibabacloud_ecd20200930-4.22.
|
|
855
|
-
alibabacloud_ecd20200930-4.22.
|
|
856
|
-
alibabacloud_ecd20200930-4.22.
|
|
852
|
+
alibabacloud_ecd20200930-4.22.1.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
853
|
+
alibabacloud_ecd20200930-4.22.1.dist-info/METADATA,sha256=VQ3v_efETgWAyObtYmgbS7ogq90KeHCNhdmKD_E30pc,2290
|
|
854
|
+
alibabacloud_ecd20200930-4.22.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
855
|
+
alibabacloud_ecd20200930-4.22.1.dist-info/top_level.txt,sha256=7ysFo-IdQjPyZB0U6dcs_8-J4lMoXYJqY0o28qmZezY,25
|
|
856
|
+
alibabacloud_ecd20200930-4.22.1.dist-info/RECORD,,
|
{alibabacloud_ecd20200930-4.22.0.dist-info → alibabacloud_ecd20200930-4.22.1.dist-info}/LICENSE
RENAMED
|
File without changes
|
{alibabacloud_ecd20200930-4.22.0.dist-info → alibabacloud_ecd20200930-4.22.1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|