alibabacloud-ecd20200930 4.21.1__py3-none-any.whl → 4.21.2__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/client.py +12 -0
- alibabacloud_ecd20200930/models/_describe_desktop_types_request.py +8 -0
- alibabacloud_ecd20200930/models/_describe_desktop_types_response_body.py +16 -0
- alibabacloud_ecd20200930/models/_describe_desktops_response_body.py +16 -0
- alibabacloud_ecd20200930/models/_describe_global_desktop_records_request.py +16 -0
- alibabacloud_ecd20200930/models/_describe_snapshots_response_body.py +16 -0
- {alibabacloud_ecd20200930-4.21.1.dist-info → alibabacloud_ecd20200930-4.21.2.dist-info}/METADATA +1 -1
- {alibabacloud_ecd20200930-4.21.1.dist-info → alibabacloud_ecd20200930-4.21.2.dist-info}/RECORD +12 -12
- {alibabacloud_ecd20200930-4.21.1.dist-info → alibabacloud_ecd20200930-4.21.2.dist-info}/LICENSE +0 -0
- {alibabacloud_ecd20200930-4.21.1.dist-info → alibabacloud_ecd20200930-4.21.2.dist-info}/WHEEL +0 -0
- {alibabacloud_ecd20200930-4.21.1.dist-info → alibabacloud_ecd20200930-4.21.2.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '4.21.
|
|
1
|
+
__version__ = '4.21.2'
|
|
@@ -11192,6 +11192,8 @@ class Client(OpenApiClient):
|
|
|
11192
11192
|
query['InstanceTypeFamily'] = request.instance_type_family
|
|
11193
11193
|
if not DaraCore.is_null(request.memory_size):
|
|
11194
11194
|
query['MemorySize'] = request.memory_size
|
|
11195
|
+
if not DaraCore.is_null(request.office_site_id):
|
|
11196
|
+
query['OfficeSiteId'] = request.office_site_id
|
|
11195
11197
|
if not DaraCore.is_null(request.order_by):
|
|
11196
11198
|
query['OrderBy'] = request.order_by
|
|
11197
11199
|
if not DaraCore.is_null(request.order_type):
|
|
@@ -11256,6 +11258,8 @@ class Client(OpenApiClient):
|
|
|
11256
11258
|
query['InstanceTypeFamily'] = request.instance_type_family
|
|
11257
11259
|
if not DaraCore.is_null(request.memory_size):
|
|
11258
11260
|
query['MemorySize'] = request.memory_size
|
|
11261
|
+
if not DaraCore.is_null(request.office_site_id):
|
|
11262
|
+
query['OfficeSiteId'] = request.office_site_id
|
|
11259
11263
|
if not DaraCore.is_null(request.order_by):
|
|
11260
11264
|
query['OrderBy'] = request.order_by
|
|
11261
11265
|
if not DaraCore.is_null(request.order_type):
|
|
@@ -12466,12 +12470,16 @@ class Client(OpenApiClient):
|
|
|
12466
12470
|
query['DesktopId'] = request.desktop_id
|
|
12467
12471
|
if not DaraCore.is_null(request.desktop_name):
|
|
12468
12472
|
query['DesktopName'] = request.desktop_name
|
|
12473
|
+
if not DaraCore.is_null(request.desktop_status_list):
|
|
12474
|
+
query['DesktopStatusList'] = request.desktop_status_list
|
|
12469
12475
|
if not DaraCore.is_null(request.desktop_type):
|
|
12470
12476
|
query['DesktopType'] = request.desktop_type
|
|
12471
12477
|
if not DaraCore.is_null(request.end_time):
|
|
12472
12478
|
query['EndTime'] = request.end_time
|
|
12473
12479
|
if not DaraCore.is_null(request.end_user_id):
|
|
12474
12480
|
query['EndUserId'] = request.end_user_id
|
|
12481
|
+
if not DaraCore.is_null(request.exclude_desktop_status_list):
|
|
12482
|
+
query['ExcludeDesktopStatusList'] = request.exclude_desktop_status_list
|
|
12475
12483
|
if not DaraCore.is_null(request.office_site_id):
|
|
12476
12484
|
query['OfficeSiteId'] = request.office_site_id
|
|
12477
12485
|
if not DaraCore.is_null(request.order_by):
|
|
@@ -12522,12 +12530,16 @@ class Client(OpenApiClient):
|
|
|
12522
12530
|
query['DesktopId'] = request.desktop_id
|
|
12523
12531
|
if not DaraCore.is_null(request.desktop_name):
|
|
12524
12532
|
query['DesktopName'] = request.desktop_name
|
|
12533
|
+
if not DaraCore.is_null(request.desktop_status_list):
|
|
12534
|
+
query['DesktopStatusList'] = request.desktop_status_list
|
|
12525
12535
|
if not DaraCore.is_null(request.desktop_type):
|
|
12526
12536
|
query['DesktopType'] = request.desktop_type
|
|
12527
12537
|
if not DaraCore.is_null(request.end_time):
|
|
12528
12538
|
query['EndTime'] = request.end_time
|
|
12529
12539
|
if not DaraCore.is_null(request.end_user_id):
|
|
12530
12540
|
query['EndUserId'] = request.end_user_id
|
|
12541
|
+
if not DaraCore.is_null(request.exclude_desktop_status_list):
|
|
12542
|
+
query['ExcludeDesktopStatusList'] = request.exclude_desktop_status_list
|
|
12531
12543
|
if not DaraCore.is_null(request.office_site_id):
|
|
12532
12544
|
query['OfficeSiteId'] = request.office_site_id
|
|
12533
12545
|
if not DaraCore.is_null(request.order_by):
|
|
@@ -20,6 +20,7 @@ class DescribeDesktopTypesRequest(DaraModel):
|
|
|
20
20
|
gpu_memory: int = None,
|
|
21
21
|
instance_type_family: str = None,
|
|
22
22
|
memory_size: int = None,
|
|
23
|
+
office_site_id: str = None,
|
|
23
24
|
order_by: str = None,
|
|
24
25
|
order_type: str = None,
|
|
25
26
|
region_id: str = None,
|
|
@@ -99,6 +100,7 @@ class DescribeDesktopTypesRequest(DaraModel):
|
|
|
99
100
|
self.instance_type_family = instance_type_family
|
|
100
101
|
# The memory size. Unit: MiB.
|
|
101
102
|
self.memory_size = memory_size
|
|
103
|
+
self.office_site_id = office_site_id
|
|
102
104
|
# The sorting field. If this parameter is not provided, results are sorted by creation time in descending order.
|
|
103
105
|
#
|
|
104
106
|
# Valid values:
|
|
@@ -173,6 +175,9 @@ class DescribeDesktopTypesRequest(DaraModel):
|
|
|
173
175
|
if self.memory_size is not None:
|
|
174
176
|
result['MemorySize'] = self.memory_size
|
|
175
177
|
|
|
178
|
+
if self.office_site_id is not None:
|
|
179
|
+
result['OfficeSiteId'] = self.office_site_id
|
|
180
|
+
|
|
176
181
|
if self.order_by is not None:
|
|
177
182
|
result['OrderBy'] = self.order_by
|
|
178
183
|
|
|
@@ -234,6 +239,9 @@ class DescribeDesktopTypesRequest(DaraModel):
|
|
|
234
239
|
if m.get('MemorySize') is not None:
|
|
235
240
|
self.memory_size = m.get('MemorySize')
|
|
236
241
|
|
|
242
|
+
if m.get('OfficeSiteId') is not None:
|
|
243
|
+
self.office_site_id = m.get('OfficeSiteId')
|
|
244
|
+
|
|
237
245
|
if m.get('OrderBy') is not None:
|
|
238
246
|
self.order_by = m.get('OrderBy')
|
|
239
247
|
|
|
@@ -60,6 +60,8 @@ class DescribeDesktopTypesResponseBodyDesktopTypes(DaraModel):
|
|
|
60
60
|
description: str = None,
|
|
61
61
|
desktop_type_id: str = None,
|
|
62
62
|
desktop_type_status: str = None,
|
|
63
|
+
env_id: str = None,
|
|
64
|
+
env_type: str = None,
|
|
63
65
|
gpu_count: float = None,
|
|
64
66
|
gpu_memory: int = None,
|
|
65
67
|
gpu_spec: str = None,
|
|
@@ -79,6 +81,8 @@ class DescribeDesktopTypesResponseBodyDesktopTypes(DaraModel):
|
|
|
79
81
|
self.desktop_type_id = desktop_type_id
|
|
80
82
|
# The status of the cloud desktop type. If SUFFICIENT is returned, the number of cloud desktops of the type is sufficient.
|
|
81
83
|
self.desktop_type_status = desktop_type_status
|
|
84
|
+
self.env_id = env_id
|
|
85
|
+
self.env_type = env_type
|
|
82
86
|
# The number of GPUs.
|
|
83
87
|
self.gpu_count = gpu_count
|
|
84
88
|
# The GPU memory size. For GPU-accelerated cloud computers, this return value is significant. Unit: MB.
|
|
@@ -126,6 +130,12 @@ class DescribeDesktopTypesResponseBodyDesktopTypes(DaraModel):
|
|
|
126
130
|
if self.desktop_type_status is not None:
|
|
127
131
|
result['DesktopTypeStatus'] = self.desktop_type_status
|
|
128
132
|
|
|
133
|
+
if self.env_id is not None:
|
|
134
|
+
result['EnvId'] = self.env_id
|
|
135
|
+
|
|
136
|
+
if self.env_type is not None:
|
|
137
|
+
result['EnvType'] = self.env_type
|
|
138
|
+
|
|
129
139
|
if self.gpu_count is not None:
|
|
130
140
|
result['GpuCount'] = self.gpu_count
|
|
131
141
|
|
|
@@ -172,6 +182,12 @@ class DescribeDesktopTypesResponseBodyDesktopTypes(DaraModel):
|
|
|
172
182
|
if m.get('DesktopTypeStatus') is not None:
|
|
173
183
|
self.desktop_type_status = m.get('DesktopTypeStatus')
|
|
174
184
|
|
|
185
|
+
if m.get('EnvId') is not None:
|
|
186
|
+
self.env_id = m.get('EnvId')
|
|
187
|
+
|
|
188
|
+
if m.get('EnvType') is not None:
|
|
189
|
+
self.env_type = m.get('EnvType')
|
|
190
|
+
|
|
175
191
|
if m.get('GpuCount') is not None:
|
|
176
192
|
self.gpu_count = m.get('GpuCount')
|
|
177
193
|
|
|
@@ -115,6 +115,8 @@ class DescribeDesktopsResponseBodyDesktops(DaraModel):
|
|
|
115
115
|
downgraded_times: int = None,
|
|
116
116
|
end_user_ids: List[str] = None,
|
|
117
117
|
entra_domain_name: str = None,
|
|
118
|
+
env_id: str = None,
|
|
119
|
+
env_type: str = None,
|
|
118
120
|
expired_time: str = None,
|
|
119
121
|
fota_update: main_models.DescribeDesktopsResponseBodyDesktopsFotaUpdate = None,
|
|
120
122
|
gpu_category: int = None,
|
|
@@ -235,6 +237,8 @@ class DescribeDesktopsResponseBodyDesktops(DaraModel):
|
|
|
235
237
|
# The end user IDs.
|
|
236
238
|
self.end_user_ids = end_user_ids
|
|
237
239
|
self.entra_domain_name = entra_domain_name
|
|
240
|
+
self.env_id = env_id
|
|
241
|
+
self.env_type = env_type
|
|
238
242
|
# The time when a subscription cloud computer expired.
|
|
239
243
|
self.expired_time = expired_time
|
|
240
244
|
# The information about the image version of the cloud computer.
|
|
@@ -477,6 +481,12 @@ class DescribeDesktopsResponseBodyDesktops(DaraModel):
|
|
|
477
481
|
if self.entra_domain_name is not None:
|
|
478
482
|
result['EntraDomainName'] = self.entra_domain_name
|
|
479
483
|
|
|
484
|
+
if self.env_id is not None:
|
|
485
|
+
result['EnvId'] = self.env_id
|
|
486
|
+
|
|
487
|
+
if self.env_type is not None:
|
|
488
|
+
result['EnvType'] = self.env_type
|
|
489
|
+
|
|
480
490
|
if self.expired_time is not None:
|
|
481
491
|
result['ExpiredTime'] = self.expired_time
|
|
482
492
|
|
|
@@ -697,6 +707,12 @@ class DescribeDesktopsResponseBodyDesktops(DaraModel):
|
|
|
697
707
|
if m.get('EntraDomainName') is not None:
|
|
698
708
|
self.entra_domain_name = m.get('EntraDomainName')
|
|
699
709
|
|
|
710
|
+
if m.get('EnvId') is not None:
|
|
711
|
+
self.env_id = m.get('EnvId')
|
|
712
|
+
|
|
713
|
+
if m.get('EnvType') is not None:
|
|
714
|
+
self.env_type = m.get('EnvType')
|
|
715
|
+
|
|
700
716
|
if m.get('ExpiredTime') is not None:
|
|
701
717
|
self.expired_time = m.get('ExpiredTime')
|
|
702
718
|
|
|
@@ -11,9 +11,11 @@ class DescribeGlobalDesktopRecordsRequest(DaraModel):
|
|
|
11
11
|
self,
|
|
12
12
|
desktop_id: List[str] = None,
|
|
13
13
|
desktop_name: str = None,
|
|
14
|
+
desktop_status_list: List[str] = None,
|
|
14
15
|
desktop_type: str = None,
|
|
15
16
|
end_time: str = None,
|
|
16
17
|
end_user_id: str = None,
|
|
18
|
+
exclude_desktop_status_list: List[str] = None,
|
|
17
19
|
office_site_id: str = None,
|
|
18
20
|
order_by: str = None,
|
|
19
21
|
page_number: int = None,
|
|
@@ -29,6 +31,7 @@ class DescribeGlobalDesktopRecordsRequest(DaraModel):
|
|
|
29
31
|
self.desktop_id = desktop_id
|
|
30
32
|
# The name of the cloud computer.
|
|
31
33
|
self.desktop_name = desktop_name
|
|
34
|
+
self.desktop_status_list = desktop_status_list
|
|
32
35
|
# The cloud computer type. You can call the [DescribeDesktopTypes](https://help.aliyun.com/document_detail/188882.html) operation to query the IDs of the specifications supported by the cloud computer.
|
|
33
36
|
self.desktop_type = desktop_type
|
|
34
37
|
# The end time. The interval between the start time and end time can be up to 30 days. Supported formats:
|
|
@@ -37,6 +40,7 @@ class DescribeGlobalDesktopRecordsRequest(DaraModel):
|
|
|
37
40
|
self.end_time = end_time
|
|
38
41
|
# The end user ID.
|
|
39
42
|
self.end_user_id = end_user_id
|
|
43
|
+
self.exclude_desktop_status_list = exclude_desktop_status_list
|
|
40
44
|
# The office network IDs.
|
|
41
45
|
self.office_site_id = office_site_id
|
|
42
46
|
# The sorting field. If this parameter is not provided, results are sorted by creation time in descending order. Valid values:
|
|
@@ -91,6 +95,9 @@ class DescribeGlobalDesktopRecordsRequest(DaraModel):
|
|
|
91
95
|
if self.desktop_name is not None:
|
|
92
96
|
result['DesktopName'] = self.desktop_name
|
|
93
97
|
|
|
98
|
+
if self.desktop_status_list is not None:
|
|
99
|
+
result['DesktopStatusList'] = self.desktop_status_list
|
|
100
|
+
|
|
94
101
|
if self.desktop_type is not None:
|
|
95
102
|
result['DesktopType'] = self.desktop_type
|
|
96
103
|
|
|
@@ -100,6 +107,9 @@ class DescribeGlobalDesktopRecordsRequest(DaraModel):
|
|
|
100
107
|
if self.end_user_id is not None:
|
|
101
108
|
result['EndUserId'] = self.end_user_id
|
|
102
109
|
|
|
110
|
+
if self.exclude_desktop_status_list is not None:
|
|
111
|
+
result['ExcludeDesktopStatusList'] = self.exclude_desktop_status_list
|
|
112
|
+
|
|
103
113
|
if self.office_site_id is not None:
|
|
104
114
|
result['OfficeSiteId'] = self.office_site_id
|
|
105
115
|
|
|
@@ -140,6 +150,9 @@ class DescribeGlobalDesktopRecordsRequest(DaraModel):
|
|
|
140
150
|
if m.get('DesktopName') is not None:
|
|
141
151
|
self.desktop_name = m.get('DesktopName')
|
|
142
152
|
|
|
153
|
+
if m.get('DesktopStatusList') is not None:
|
|
154
|
+
self.desktop_status_list = m.get('DesktopStatusList')
|
|
155
|
+
|
|
143
156
|
if m.get('DesktopType') is not None:
|
|
144
157
|
self.desktop_type = m.get('DesktopType')
|
|
145
158
|
|
|
@@ -149,6 +162,9 @@ class DescribeGlobalDesktopRecordsRequest(DaraModel):
|
|
|
149
162
|
if m.get('EndUserId') is not None:
|
|
150
163
|
self.end_user_id = m.get('EndUserId')
|
|
151
164
|
|
|
165
|
+
if m.get('ExcludeDesktopStatusList') is not None:
|
|
166
|
+
self.exclude_desktop_status_list = m.get('ExcludeDesktopStatusList')
|
|
167
|
+
|
|
152
168
|
if m.get('OfficeSiteId') is not None:
|
|
153
169
|
self.office_site_id = m.get('OfficeSiteId')
|
|
154
170
|
|
|
@@ -72,6 +72,8 @@ class DescribeSnapshotsResponseBodySnapshots(DaraModel):
|
|
|
72
72
|
desktop_name: str = None,
|
|
73
73
|
desktop_status: str = None,
|
|
74
74
|
disk_status: str = None,
|
|
75
|
+
env_id: str = None,
|
|
76
|
+
env_type: str = None,
|
|
75
77
|
os_type: str = None,
|
|
76
78
|
progress: str = None,
|
|
77
79
|
protocol_type: str = None,
|
|
@@ -113,6 +115,8 @@ class DescribeSnapshotsResponseBodySnapshots(DaraModel):
|
|
|
113
115
|
# * Pending
|
|
114
116
|
self.desktop_status = desktop_status
|
|
115
117
|
self.disk_status = disk_status
|
|
118
|
+
self.env_id = env_id
|
|
119
|
+
self.env_type = env_type
|
|
116
120
|
self.os_type = os_type
|
|
117
121
|
# The progress of creating the snapshot. Unit: %.
|
|
118
122
|
self.progress = progress
|
|
@@ -255,6 +259,12 @@ class DescribeSnapshotsResponseBodySnapshots(DaraModel):
|
|
|
255
259
|
if self.disk_status is not None:
|
|
256
260
|
result['DiskStatus'] = self.disk_status
|
|
257
261
|
|
|
262
|
+
if self.env_id is not None:
|
|
263
|
+
result['EnvId'] = self.env_id
|
|
264
|
+
|
|
265
|
+
if self.env_type is not None:
|
|
266
|
+
result['EnvType'] = self.env_type
|
|
267
|
+
|
|
258
268
|
if self.os_type is not None:
|
|
259
269
|
result['OsType'] = self.os_type
|
|
260
270
|
|
|
@@ -325,6 +335,12 @@ class DescribeSnapshotsResponseBodySnapshots(DaraModel):
|
|
|
325
335
|
if m.get('DiskStatus') is not None:
|
|
326
336
|
self.disk_status = m.get('DiskStatus')
|
|
327
337
|
|
|
338
|
+
if m.get('EnvId') is not None:
|
|
339
|
+
self.env_id = m.get('EnvId')
|
|
340
|
+
|
|
341
|
+
if m.get('EnvType') is not None:
|
|
342
|
+
self.env_type = m.get('EnvType')
|
|
343
|
+
|
|
328
344
|
if m.get('OsType') is not None:
|
|
329
345
|
self.os_type = m.get('OsType')
|
|
330
346
|
|
{alibabacloud_ecd20200930-4.21.1.dist-info → alibabacloud_ecd20200930-4.21.2.dist-info}/RECORD
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
alibabacloud_ecd20200930/__init__.py,sha256=
|
|
2
|
-
alibabacloud_ecd20200930/client.py,sha256=
|
|
1
|
+
alibabacloud_ecd20200930/__init__.py,sha256=33JlKsCgo3GT0lrYZrlLi3fahacNfkKoXGSzDv12-L8,22
|
|
2
|
+
alibabacloud_ecd20200930/client.py,sha256=Kv_Jtw23MzMofxvZRaK9-z8UXo-A14q2NmlKjNfCfHo,1118852
|
|
3
3
|
alibabacloud_ecd20200930/models/__init__.py,sha256=Cjw21FrECzu0kmBrb7CWzc69WzTgE35zjtCpYA_KynA,135679
|
|
4
4
|
alibabacloud_ecd20200930/models/_activate_office_site_request.py,sha256=PK9qt-X-CpgD-fy054maqc_EQsGq8Y_Phz-4l7A9YaQ,1372
|
|
5
5
|
alibabacloud_ecd20200930/models/_activate_office_site_response.py,sha256=t68i99sFVbTwT11IQMZtnW860OiumXLjILXVKI15XdE,1486
|
|
@@ -337,15 +337,15 @@ alibabacloud_ecd20200930/models/_describe_desktop_oversold_user_response_body.py
|
|
|
337
337
|
alibabacloud_ecd20200930/models/_describe_desktop_sessions_request.py,sha256=pVLNHmEuvM5T3RFwbmceGn_bsIW4LaLxScXLVuMuV_Q,6234
|
|
338
338
|
alibabacloud_ecd20200930/models/_describe_desktop_sessions_response.py,sha256=4sT-pD9QxjfjkLgIw0mAN6ooH4mDdGwJqOQQRquNBpM,1501
|
|
339
339
|
alibabacloud_ecd20200930/models/_describe_desktop_sessions_response_body.py,sha256=qPKHMkj5XdZH9osnILG4TUNWBbMzzcNrOFWsSwFF-WI,13362
|
|
340
|
-
alibabacloud_ecd20200930/models/_describe_desktop_types_request.py,sha256=
|
|
340
|
+
alibabacloud_ecd20200930/models/_describe_desktop_types_request.py,sha256=WZ1yCH3ZfEZ5QJ9x-GynWy3N3H0pdrLSbU_qtGigwvw,9399
|
|
341
341
|
alibabacloud_ecd20200930/models/_describe_desktop_types_response.py,sha256=zG3JvT7LnvY4clRQaEKtkbZGOOdwP3FVTo9ATrD1bqY,1492
|
|
342
|
-
alibabacloud_ecd20200930/models/_describe_desktop_types_response_body.py,sha256=
|
|
342
|
+
alibabacloud_ecd20200930/models/_describe_desktop_types_response_body.py,sha256=uoKFCcDB0WT-eRHzY48F92BeefRVMgUaC0YznKEaHx8,7173
|
|
343
343
|
alibabacloud_ecd20200930/models/_describe_desktops_in_group_request.py,sha256=Yi6dax7iSYR2ZmH9ETdBuKHBGpnD9r3qGh5iVnytHgc,3913
|
|
344
344
|
alibabacloud_ecd20200930/models/_describe_desktops_in_group_response.py,sha256=qFruU1fXc7r3-hLZnTG36YYe8lJz3Bj7f_AAzDKOkDo,1501
|
|
345
345
|
alibabacloud_ecd20200930/models/_describe_desktops_in_group_response_body.py,sha256=MQfmqCIokMf1Iu0jfqpvYF4nmZyKwJPXkZl8bl6RzMs,28297
|
|
346
346
|
alibabacloud_ecd20200930/models/_describe_desktops_request.py,sha256=Bv5Q286irZpiKbJ6d93buN9yEb2rJwr4sGAY1cXOgAk,16937
|
|
347
347
|
alibabacloud_ecd20200930/models/_describe_desktops_response.py,sha256=l8YTQs7DwBpaezcIWScUOFIWhRdMPKPAPnmw5c-8zgs,1480
|
|
348
|
-
alibabacloud_ecd20200930/models/_describe_desktops_response_body.py,sha256=
|
|
348
|
+
alibabacloud_ecd20200930/models/_describe_desktops_response_body.py,sha256=rpVbknUqBge7YSS8y6Q11OgY4wfvCcq242ZGJ91iv4c,46526
|
|
349
349
|
alibabacloud_ecd20200930/models/_describe_devices_request.py,sha256=-c-pOl2FGvJ7V4QREYT07LUYXggnxJz_Mo1aL4yS9K8,3648
|
|
350
350
|
alibabacloud_ecd20200930/models/_describe_devices_response.py,sha256=xL3biku4uKbvUq5l6aupjLLxV5FChqRYovTjG2ugC-4,1477
|
|
351
351
|
alibabacloud_ecd20200930/models/_describe_devices_response_body.py,sha256=30Gi9UAJTRqahZdkmnuv2hWZq4_wTxL_qSqqwQqdzNk,4790
|
|
@@ -373,7 +373,7 @@ alibabacloud_ecd20200930/models/_describe_fota_pending_desktops_response_body.py
|
|
|
373
373
|
alibabacloud_ecd20200930/models/_describe_fota_tasks_request.py,sha256=TC1cNVxzpuTEwDzSgpxMK1nXfMBawr2-8E2F39MI4w0,3302
|
|
374
374
|
alibabacloud_ecd20200930/models/_describe_fota_tasks_response.py,sha256=RAtN7f0w4SPxUapdOwPXSqM5wvxUcKGEqvi58sADpzc,1483
|
|
375
375
|
alibabacloud_ecd20200930/models/_describe_fota_tasks_response_body.py,sha256=v2E-JpOw1x9C-WYEly7Jt0GWMYuEoB2WU3tQWwT2Yog,6423
|
|
376
|
-
alibabacloud_ecd20200930/models/_describe_global_desktop_records_request.py,sha256=
|
|
376
|
+
alibabacloud_ecd20200930/models/_describe_global_desktop_records_request.py,sha256=wfTjLR4HzKcz0-mhc6_lhWDm-WLTEb7lMV4J1WXLuLc,6932
|
|
377
377
|
alibabacloud_ecd20200930/models/_describe_global_desktop_records_response.py,sha256=08E7PY1RFBc0nKoEBlD6FsqutS8lQCIcrQ0RyxihChc,1516
|
|
378
378
|
alibabacloud_ecd20200930/models/_describe_global_desktop_records_response_body.py,sha256=lSFZwdFxm0UeH1ffzxaGtrysb-niuadsO9_1nNgX2IE,14067
|
|
379
379
|
alibabacloud_ecd20200930/models/_describe_global_timer_batches_request.py,sha256=3zEgK_WbbZzltVGc9v7nKdUA5WdMqp23qHkA62MxE4g,2075
|
|
@@ -465,7 +465,7 @@ alibabacloud_ecd20200930/models/_describe_session_statistic_response.py,sha256=N
|
|
|
465
465
|
alibabacloud_ecd20200930/models/_describe_session_statistic_response_body.py,sha256=I_hOg5Pmat6ESt4kriR0DWJREMJHZAUX5WdxvuxrYFQ,2846
|
|
466
466
|
alibabacloud_ecd20200930/models/_describe_snapshots_request.py,sha256=Fhyh97C88HLWPVhqSr0_6Msr24anWlZemciOlBvSW0o,6101
|
|
467
467
|
alibabacloud_ecd20200930/models/_describe_snapshots_response.py,sha256=GfJ9yb0Uo7L1U1ijP1cNxdfKz4CxO4b1RQMs9dVdmqI,1483
|
|
468
|
-
alibabacloud_ecd20200930/models/_describe_snapshots_response_body.py,sha256=
|
|
468
|
+
alibabacloud_ecd20200930/models/_describe_snapshots_response_body.py,sha256=CL_KKB8hlfsbLfYqnW0sd7w0J4LbvaSAFiJtsaroG1s,12312
|
|
469
469
|
alibabacloud_ecd20200930/models/_describe_snat_table_entries_request.py,sha256=aoiuCeRdzsNO0gn19UmAHKJrpMcpxtqGwad8OfIoo-E,2159
|
|
470
470
|
alibabacloud_ecd20200930/models/_describe_snat_table_entries_response.py,sha256=23xZvcKRFAbaOKgnOvcfpN67VDZlCMcejMKJJvk8_fY,1504
|
|
471
471
|
alibabacloud_ecd20200930/models/_describe_snat_table_entries_response_body.py,sha256=Yu1qTPB9PjIiEiHZ9POEGP3IaP-_smplr-AJx9ngtq4,5004
|
|
@@ -834,8 +834,8 @@ alibabacloud_ecd20200930/models/_verify_cen_response_body.py,sha256=RjFpi8pfZac-
|
|
|
834
834
|
alibabacloud_ecd20200930/models/_wakeup_desktops_request.py,sha256=KFSQZW4FAmWmG32eBtAKU_-nmpv6jMlcu7SgyO81Udg,1389
|
|
835
835
|
alibabacloud_ecd20200930/models/_wakeup_desktops_response.py,sha256=0Xr_16eywCf1kMRu2MmtIK1KPqPB0iovVSOx1EN6cto,1474
|
|
836
836
|
alibabacloud_ecd20200930/models/_wakeup_desktops_response_body.py,sha256=tyV6ZYt8nWZOlYW_JmKkHWYfya6lqX85VcVNyytW37M,796
|
|
837
|
-
alibabacloud_ecd20200930-4.21.
|
|
838
|
-
alibabacloud_ecd20200930-4.21.
|
|
839
|
-
alibabacloud_ecd20200930-4.21.
|
|
840
|
-
alibabacloud_ecd20200930-4.21.
|
|
841
|
-
alibabacloud_ecd20200930-4.21.
|
|
837
|
+
alibabacloud_ecd20200930-4.21.2.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
838
|
+
alibabacloud_ecd20200930-4.21.2.dist-info/METADATA,sha256=jYDekH0qfP0ZFJG6xCz4DpvqQueIrlQX_W8w8CiESyU,2290
|
|
839
|
+
alibabacloud_ecd20200930-4.21.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
840
|
+
alibabacloud_ecd20200930-4.21.2.dist-info/top_level.txt,sha256=7ysFo-IdQjPyZB0U6dcs_8-J4lMoXYJqY0o28qmZezY,25
|
|
841
|
+
alibabacloud_ecd20200930-4.21.2.dist-info/RECORD,,
|
{alibabacloud_ecd20200930-4.21.1.dist-info → alibabacloud_ecd20200930-4.21.2.dist-info}/LICENSE
RENAMED
|
File without changes
|
{alibabacloud_ecd20200930-4.21.1.dist-info → alibabacloud_ecd20200930-4.21.2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|