tencentcloud-sdk-python 3.0.1176__py2.py3-none-any.whl → 3.0.1179__py2.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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/aiart_client.py +24 -0
- tencentcloud/aiart/v20221229/models.py +163 -0
- tencentcloud/asr/v20190614/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +4 -4
- tencentcloud/ckafka/v20190819/models.py +2 -2
- tencentcloud/cls/v20201016/models.py +62 -3
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +0 -118
- tencentcloud/domain/v20180808/models.py +64 -0
- tencentcloud/emr/v20190103/models.py +739 -5
- tencentcloud/ess/v20201111/ess_client.py +15 -8
- tencentcloud/ess/v20201111/models.py +34 -30
- tencentcloud/essbasic/v20210526/essbasic_client.py +18 -11
- tencentcloud/essbasic/v20210526/models.py +18 -15
- tencentcloud/ims/v20201229/ims_client.py +2 -2
- tencentcloud/ioa/v20220601/models.py +168 -142
- tencentcloud/iotexplorer/v20190423/models.py +91 -0
- tencentcloud/iss/v20230517/errorcodes.py +27 -0
- tencentcloud/iss/v20230517/iss_client.py +46 -0
- tencentcloud/iss/v20230517/models.py +363 -0
- tencentcloud/mps/v20190612/models.py +96 -25
- tencentcloud/ocr/v20181119/models.py +24 -0
- tencentcloud/redis/v20180412/models.py +12 -10
- tencentcloud/ses/v20201002/models.py +419 -0
- tencentcloud/ses/v20201002/ses_client.py +92 -0
- tencentcloud/ssl/v20191205/models.py +377 -1
- tencentcloud/ssl/v20191205/ssl_client.py +25 -2
- tencentcloud/tcr/v20190924/models.py +4 -0
- tencentcloud/tdmq/v20200217/models.py +182 -1
- tencentcloud/thpc/v20230321/models.py +33 -5
- tencentcloud/tke/v20180525/models.py +75 -0
- tencentcloud/tke/v20180525/tke_client.py +7 -7
- tencentcloud/trtc/v20190722/errorcodes.py +0 -3
- tencentcloud/trtc/v20190722/models.py +1 -1
- tencentcloud/vclm/__init__.py +0 -0
- tencentcloud/vclm/v20240523/__init__.py +0 -0
- tencentcloud/vclm/v20240523/errorcodes.py +198 -0
- tencentcloud/vclm/v20240523/models.py +1028 -0
- tencentcloud/vclm/v20240523/vclm_client.py +187 -0
- tencentcloud/vdb/v20230616/models.py +26 -0
- {tencentcloud_sdk_python-3.0.1176.dist-info → tencentcloud_sdk_python-3.0.1179.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1176.dist-info → tencentcloud_sdk_python-3.0.1179.dist-info}/RECORD +46 -41
- {tencentcloud_sdk_python-3.0.1176.dist-info → tencentcloud_sdk_python-3.0.1179.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1176.dist-info → tencentcloud_sdk_python-3.0.1179.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1176.dist-info → tencentcloud_sdk_python-3.0.1179.dist-info}/top_level.txt +0 -0
@@ -122,101 +122,101 @@ class Condition(AbstractModel):
|
|
122
122
|
|
123
123
|
|
124
124
|
class DescribeAccountGroupsData(AbstractModel):
|
125
|
-
"""
|
125
|
+
"""分组名称
|
126
126
|
|
127
127
|
"""
|
128
128
|
|
129
129
|
def __init__(self):
|
130
130
|
r"""
|
131
|
-
:param
|
132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
133
|
-
:type Itime: str
|
134
|
-
:param _Name: 账户组名称
|
131
|
+
:param _NamePath: 名称path
|
135
132
|
注意:此字段可能返回 null,表示取不到有效值。
|
136
|
-
:type
|
137
|
-
:param _IdPathArr: id patch数组
|
133
|
+
:type NamePath: str
|
134
|
+
:param _IdPathArr: id patch数组(只支持32位)
|
138
135
|
注意:此字段可能返回 null,表示取不到有效值。
|
139
136
|
:type IdPathArr: list of int
|
140
|
-
:param _UserTotal: 该分组下用户总数
|
141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
142
|
-
:type UserTotal: int
|
143
137
|
:param _ExtraInfo: 扩展信息
|
144
138
|
注意:此字段可能返回 null,表示取不到有效值。
|
145
139
|
:type ExtraInfo: str
|
146
|
-
:param
|
140
|
+
:param _Utime: 最后更新时间
|
147
141
|
注意:此字段可能返回 null,表示取不到有效值。
|
148
|
-
:type
|
142
|
+
:type Utime: str
|
143
|
+
:param _ParentId: 父id
|
144
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
145
|
+
:type ParentId: int
|
146
|
+
:param _OrgId: 组织id
|
147
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
148
|
+
:type OrgId: str
|
149
|
+
:param _Name: 账户组名称
|
150
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
151
|
+
:type Name: str
|
152
|
+
:param _Id: id
|
153
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
154
|
+
:type Id: int
|
149
155
|
:param _Description: 描述
|
150
156
|
注意:此字段可能返回 null,表示取不到有效值。
|
151
157
|
:type Description: str
|
152
158
|
:param _Source: 同步数据源
|
153
159
|
注意:此字段可能返回 null,表示取不到有效值。
|
154
160
|
:type Source: int
|
155
|
-
:param
|
156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
157
|
-
:type MiniIamId: str
|
158
|
-
:param _OrgId: 组织id
|
159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
160
|
-
:type OrgId: str
|
161
|
-
:param _ReadOnly: 是否该账户的直接权限
|
162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
163
|
-
:type ReadOnly: bool
|
164
|
-
:param _ParentId: 父id
|
161
|
+
:param _IdPath: id path
|
165
162
|
注意:此字段可能返回 null,表示取不到有效值。
|
166
|
-
:type
|
167
|
-
:param
|
163
|
+
:type IdPath: str
|
164
|
+
:param _Itime: 创建时间
|
168
165
|
注意:此字段可能返回 null,表示取不到有效值。
|
169
|
-
:type
|
166
|
+
:type Itime: str
|
170
167
|
:param _ParentOrgId: 父组织id
|
171
168
|
注意:此字段可能返回 null,表示取不到有效值。
|
172
169
|
:type ParentOrgId: str
|
173
|
-
:param
|
170
|
+
:param _ImportType: 导入类型
|
174
171
|
注意:此字段可能返回 null,表示取不到有效值。
|
175
|
-
:type
|
176
|
-
:param
|
172
|
+
:type ImportType: str
|
173
|
+
:param _MiniIamId: miniIAM id
|
177
174
|
注意:此字段可能返回 null,表示取不到有效值。
|
178
|
-
:type
|
175
|
+
:type MiniIamId: str
|
176
|
+
:param _UserTotal: 该分组下用户总数
|
177
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
178
|
+
:type UserTotal: int
|
179
179
|
:param _IsLeaf: 是否叶子节点
|
180
180
|
注意:此字段可能返回 null,表示取不到有效值。
|
181
181
|
:type IsLeaf: bool
|
182
|
-
:param
|
182
|
+
:param _ReadOnly: 是否该账户的直接权限
|
183
183
|
注意:此字段可能返回 null,表示取不到有效值。
|
184
|
-
:type
|
184
|
+
:type ReadOnly: bool
|
185
|
+
:param _LatestSyncResult: 最新一次同步任务的结果
|
186
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
187
|
+
:type LatestSyncResult: str
|
188
|
+
:param _LatestSyncTime: 最新一次同步任务的结束时间
|
189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
190
|
+
:type LatestSyncTime: str
|
185
191
|
"""
|
186
|
-
self.
|
187
|
-
self._Name = None
|
192
|
+
self._NamePath = None
|
188
193
|
self._IdPathArr = None
|
189
|
-
self._UserTotal = None
|
190
194
|
self._ExtraInfo = None
|
191
|
-
self.
|
195
|
+
self._Utime = None
|
196
|
+
self._ParentId = None
|
197
|
+
self._OrgId = None
|
198
|
+
self._Name = None
|
199
|
+
self._Id = None
|
192
200
|
self._Description = None
|
193
201
|
self._Source = None
|
194
|
-
self._MiniIamId = None
|
195
|
-
self._OrgId = None
|
196
|
-
self._ReadOnly = None
|
197
|
-
self._ParentId = None
|
198
|
-
self._NamePath = None
|
199
|
-
self._ParentOrgId = None
|
200
202
|
self._IdPath = None
|
201
|
-
self.
|
203
|
+
self._Itime = None
|
204
|
+
self._ParentOrgId = None
|
205
|
+
self._ImportType = None
|
206
|
+
self._MiniIamId = None
|
207
|
+
self._UserTotal = None
|
202
208
|
self._IsLeaf = None
|
203
|
-
self.
|
204
|
-
|
205
|
-
|
206
|
-
def Itime(self):
|
207
|
-
return self._Itime
|
208
|
-
|
209
|
-
@Itime.setter
|
210
|
-
def Itime(self, Itime):
|
211
|
-
self._Itime = Itime
|
209
|
+
self._ReadOnly = None
|
210
|
+
self._LatestSyncResult = None
|
211
|
+
self._LatestSyncTime = None
|
212
212
|
|
213
213
|
@property
|
214
|
-
def
|
215
|
-
return self.
|
214
|
+
def NamePath(self):
|
215
|
+
return self._NamePath
|
216
216
|
|
217
|
-
@
|
218
|
-
def
|
219
|
-
self.
|
217
|
+
@NamePath.setter
|
218
|
+
def NamePath(self, NamePath):
|
219
|
+
self._NamePath = NamePath
|
220
220
|
|
221
221
|
@property
|
222
222
|
def IdPathArr(self):
|
@@ -226,14 +226,6 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
226
226
|
def IdPathArr(self, IdPathArr):
|
227
227
|
self._IdPathArr = IdPathArr
|
228
228
|
|
229
|
-
@property
|
230
|
-
def UserTotal(self):
|
231
|
-
return self._UserTotal
|
232
|
-
|
233
|
-
@UserTotal.setter
|
234
|
-
def UserTotal(self, UserTotal):
|
235
|
-
self._UserTotal = UserTotal
|
236
|
-
|
237
229
|
@property
|
238
230
|
def ExtraInfo(self):
|
239
231
|
return self._ExtraInfo
|
@@ -243,12 +235,44 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
243
235
|
self._ExtraInfo = ExtraInfo
|
244
236
|
|
245
237
|
@property
|
246
|
-
def
|
247
|
-
return self.
|
238
|
+
def Utime(self):
|
239
|
+
return self._Utime
|
248
240
|
|
249
|
-
@
|
250
|
-
def
|
251
|
-
self.
|
241
|
+
@Utime.setter
|
242
|
+
def Utime(self, Utime):
|
243
|
+
self._Utime = Utime
|
244
|
+
|
245
|
+
@property
|
246
|
+
def ParentId(self):
|
247
|
+
return self._ParentId
|
248
|
+
|
249
|
+
@ParentId.setter
|
250
|
+
def ParentId(self, ParentId):
|
251
|
+
self._ParentId = ParentId
|
252
|
+
|
253
|
+
@property
|
254
|
+
def OrgId(self):
|
255
|
+
return self._OrgId
|
256
|
+
|
257
|
+
@OrgId.setter
|
258
|
+
def OrgId(self, OrgId):
|
259
|
+
self._OrgId = OrgId
|
260
|
+
|
261
|
+
@property
|
262
|
+
def Name(self):
|
263
|
+
return self._Name
|
264
|
+
|
265
|
+
@Name.setter
|
266
|
+
def Name(self, Name):
|
267
|
+
self._Name = Name
|
268
|
+
|
269
|
+
@property
|
270
|
+
def Id(self):
|
271
|
+
return self._Id
|
272
|
+
|
273
|
+
@Id.setter
|
274
|
+
def Id(self, Id):
|
275
|
+
self._Id = Id
|
252
276
|
|
253
277
|
@property
|
254
278
|
def Description(self):
|
@@ -267,44 +291,20 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
267
291
|
self._Source = Source
|
268
292
|
|
269
293
|
@property
|
270
|
-
def
|
271
|
-
return self.
|
272
|
-
|
273
|
-
@MiniIamId.setter
|
274
|
-
def MiniIamId(self, MiniIamId):
|
275
|
-
self._MiniIamId = MiniIamId
|
276
|
-
|
277
|
-
@property
|
278
|
-
def OrgId(self):
|
279
|
-
return self._OrgId
|
280
|
-
|
281
|
-
@OrgId.setter
|
282
|
-
def OrgId(self, OrgId):
|
283
|
-
self._OrgId = OrgId
|
284
|
-
|
285
|
-
@property
|
286
|
-
def ReadOnly(self):
|
287
|
-
return self._ReadOnly
|
288
|
-
|
289
|
-
@ReadOnly.setter
|
290
|
-
def ReadOnly(self, ReadOnly):
|
291
|
-
self._ReadOnly = ReadOnly
|
292
|
-
|
293
|
-
@property
|
294
|
-
def ParentId(self):
|
295
|
-
return self._ParentId
|
294
|
+
def IdPath(self):
|
295
|
+
return self._IdPath
|
296
296
|
|
297
|
-
@
|
298
|
-
def
|
299
|
-
self.
|
297
|
+
@IdPath.setter
|
298
|
+
def IdPath(self, IdPath):
|
299
|
+
self._IdPath = IdPath
|
300
300
|
|
301
301
|
@property
|
302
|
-
def
|
303
|
-
return self.
|
302
|
+
def Itime(self):
|
303
|
+
return self._Itime
|
304
304
|
|
305
|
-
@
|
306
|
-
def
|
307
|
-
self.
|
305
|
+
@Itime.setter
|
306
|
+
def Itime(self, Itime):
|
307
|
+
self._Itime = Itime
|
308
308
|
|
309
309
|
@property
|
310
310
|
def ParentOrgId(self):
|
@@ -315,20 +315,28 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
315
315
|
self._ParentOrgId = ParentOrgId
|
316
316
|
|
317
317
|
@property
|
318
|
-
def
|
319
|
-
return self.
|
318
|
+
def ImportType(self):
|
319
|
+
return self._ImportType
|
320
320
|
|
321
|
-
@
|
322
|
-
def
|
323
|
-
self.
|
321
|
+
@ImportType.setter
|
322
|
+
def ImportType(self, ImportType):
|
323
|
+
self._ImportType = ImportType
|
324
324
|
|
325
325
|
@property
|
326
|
-
def
|
327
|
-
return self.
|
326
|
+
def MiniIamId(self):
|
327
|
+
return self._MiniIamId
|
328
328
|
|
329
|
-
@
|
330
|
-
def
|
331
|
-
self.
|
329
|
+
@MiniIamId.setter
|
330
|
+
def MiniIamId(self, MiniIamId):
|
331
|
+
self._MiniIamId = MiniIamId
|
332
|
+
|
333
|
+
@property
|
334
|
+
def UserTotal(self):
|
335
|
+
return self._UserTotal
|
336
|
+
|
337
|
+
@UserTotal.setter
|
338
|
+
def UserTotal(self, UserTotal):
|
339
|
+
self._UserTotal = UserTotal
|
332
340
|
|
333
341
|
@property
|
334
342
|
def IsLeaf(self):
|
@@ -339,33 +347,51 @@ class DescribeAccountGroupsData(AbstractModel):
|
|
339
347
|
self._IsLeaf = IsLeaf
|
340
348
|
|
341
349
|
@property
|
342
|
-
def
|
343
|
-
return self.
|
350
|
+
def ReadOnly(self):
|
351
|
+
return self._ReadOnly
|
344
352
|
|
345
|
-
@
|
346
|
-
def
|
347
|
-
self.
|
353
|
+
@ReadOnly.setter
|
354
|
+
def ReadOnly(self, ReadOnly):
|
355
|
+
self._ReadOnly = ReadOnly
|
356
|
+
|
357
|
+
@property
|
358
|
+
def LatestSyncResult(self):
|
359
|
+
return self._LatestSyncResult
|
360
|
+
|
361
|
+
@LatestSyncResult.setter
|
362
|
+
def LatestSyncResult(self, LatestSyncResult):
|
363
|
+
self._LatestSyncResult = LatestSyncResult
|
364
|
+
|
365
|
+
@property
|
366
|
+
def LatestSyncTime(self):
|
367
|
+
return self._LatestSyncTime
|
368
|
+
|
369
|
+
@LatestSyncTime.setter
|
370
|
+
def LatestSyncTime(self, LatestSyncTime):
|
371
|
+
self._LatestSyncTime = LatestSyncTime
|
348
372
|
|
349
373
|
|
350
374
|
def _deserialize(self, params):
|
351
|
-
self.
|
352
|
-
self._Name = params.get("Name")
|
375
|
+
self._NamePath = params.get("NamePath")
|
353
376
|
self._IdPathArr = params.get("IdPathArr")
|
354
|
-
self._UserTotal = params.get("UserTotal")
|
355
377
|
self._ExtraInfo = params.get("ExtraInfo")
|
356
|
-
self.
|
378
|
+
self._Utime = params.get("Utime")
|
379
|
+
self._ParentId = params.get("ParentId")
|
380
|
+
self._OrgId = params.get("OrgId")
|
381
|
+
self._Name = params.get("Name")
|
382
|
+
self._Id = params.get("Id")
|
357
383
|
self._Description = params.get("Description")
|
358
384
|
self._Source = params.get("Source")
|
359
|
-
self._MiniIamId = params.get("MiniIamId")
|
360
|
-
self._OrgId = params.get("OrgId")
|
361
|
-
self._ReadOnly = params.get("ReadOnly")
|
362
|
-
self._ParentId = params.get("ParentId")
|
363
|
-
self._NamePath = params.get("NamePath")
|
364
|
-
self._ParentOrgId = params.get("ParentOrgId")
|
365
385
|
self._IdPath = params.get("IdPath")
|
366
|
-
self.
|
386
|
+
self._Itime = params.get("Itime")
|
387
|
+
self._ParentOrgId = params.get("ParentOrgId")
|
388
|
+
self._ImportType = params.get("ImportType")
|
389
|
+
self._MiniIamId = params.get("MiniIamId")
|
390
|
+
self._UserTotal = params.get("UserTotal")
|
367
391
|
self._IsLeaf = params.get("IsLeaf")
|
368
|
-
self.
|
392
|
+
self._ReadOnly = params.get("ReadOnly")
|
393
|
+
self._LatestSyncResult = params.get("LatestSyncResult")
|
394
|
+
self._LatestSyncTime = params.get("LatestSyncTime")
|
369
395
|
memeber_set = set(params.keys())
|
370
396
|
for name, value in vars(self).items():
|
371
397
|
property_name = name[1:]
|
@@ -1313,25 +1339,25 @@ class DeviceDetail(AbstractModel):
|
|
1313
1339
|
|
1314
1340
|
def __init__(self):
|
1315
1341
|
r"""
|
1316
|
-
:param _Id: 设备ID
|
1342
|
+
:param _Id: 设备ID
|
1317
1343
|
注意:此字段可能返回 null,表示取不到有效值。
|
1318
1344
|
:type Id: int
|
1319
|
-
:param _Mid:
|
1345
|
+
:param _Mid: 设备唯一标识码,在ioa中每个设备有唯一标识码
|
1320
1346
|
注意:此字段可能返回 null,表示取不到有效值。
|
1321
1347
|
:type Mid: str
|
1322
1348
|
:param _Name: 终端名(设备名)
|
1323
1349
|
注意:此字段可能返回 null,表示取不到有效值。
|
1324
1350
|
:type Name: str
|
1325
|
-
:param _GroupId: 设备所在分组ID
|
1351
|
+
:param _GroupId: 设备所在分组ID
|
1326
1352
|
注意:此字段可能返回 null,表示取不到有效值。
|
1327
1353
|
:type GroupId: int
|
1328
|
-
:param _OsType: OS
|
1354
|
+
:param _OsType: OS平台,0:Windows 、1: Linux、 2:macOS 、4: Android、 5: iOS。默认是0
|
1329
1355
|
注意:此字段可能返回 null,表示取不到有效值。
|
1330
1356
|
:type OsType: int
|
1331
1357
|
:param _Ip: 设备IP地址(出口IP)
|
1332
1358
|
注意:此字段可能返回 null,表示取不到有效值。
|
1333
1359
|
:type Ip: str
|
1334
|
-
:param _OnlineStatus:
|
1360
|
+
:param _OnlineStatus: 在线状态,2:在线、0或者1:离线
|
1335
1361
|
注意:此字段可能返回 null,表示取不到有效值。
|
1336
1362
|
:type OnlineStatus: int
|
1337
1363
|
:param _Version: 客户端版本号-大整数
|
@@ -1346,7 +1372,7 @@ class DeviceDetail(AbstractModel):
|
|
1346
1372
|
:param _ConnActiveTime: 最后一次在线时间
|
1347
1373
|
注意:此字段可能返回 null,表示取不到有效值。
|
1348
1374
|
:type ConnActiveTime: str
|
1349
|
-
:param _Locked: 设备是否加锁 1
|
1375
|
+
:param _Locked: 设备是否加锁 ,1:锁定 0或者2:未锁定。
|
1350
1376
|
注意:此字段可能返回 null,表示取不到有效值。
|
1351
1377
|
:type Locked: int
|
1352
1378
|
:param _LocalIpList: 设备本地IP列表, 包括IP
|
@@ -1364,7 +1390,7 @@ class DeviceDetail(AbstractModel):
|
|
1364
1390
|
:param _CriticalVulListCount: 未修复高危漏洞数(只支持32位)
|
1365
1391
|
注意:此字段可能返回 null,表示取不到有效值。
|
1366
1392
|
:type CriticalVulListCount: int
|
1367
|
-
:param _ComputerName:
|
1393
|
+
:param _ComputerName: 设备名,和Name相同
|
1368
1394
|
注意:此字段可能返回 null,表示取不到有效值。
|
1369
1395
|
:type ComputerName: str
|
1370
1396
|
:param _DomainName: 登录域名
|
@@ -1373,10 +1399,10 @@ class DeviceDetail(AbstractModel):
|
|
1373
1399
|
:param _MacAddr: MAC地址
|
1374
1400
|
注意:此字段可能返回 null,表示取不到有效值。
|
1375
1401
|
:type MacAddr: str
|
1376
|
-
:param _VulCount: 漏洞数
|
1402
|
+
:param _VulCount: 漏洞数
|
1377
1403
|
注意:此字段可能返回 null,表示取不到有效值。
|
1378
1404
|
:type VulCount: int
|
1379
|
-
:param _RiskCount: 病毒风险数
|
1405
|
+
:param _RiskCount: 病毒风险数
|
1380
1406
|
注意:此字段可能返回 null,表示取不到有效值。
|
1381
1407
|
:type RiskCount: int
|
1382
1408
|
:param _VirusVer: 病毒库版本
|
@@ -1397,7 +1423,7 @@ class DeviceDetail(AbstractModel):
|
|
1397
1423
|
:param _UserName: 终端用户名
|
1398
1424
|
注意:此字段可能返回 null,表示取不到有效值。
|
1399
1425
|
:type UserName: str
|
1400
|
-
:param _FirewallStatus:
|
1426
|
+
:param _FirewallStatus: 防火墙状态,不等于0表示开启
|
1401
1427
|
注意:此字段可能返回 null,表示取不到有效值。
|
1402
1428
|
:type FirewallStatus: int
|
1403
1429
|
:param _SerialNum: SN序列号
|
@@ -1409,7 +1435,7 @@ class DeviceDetail(AbstractModel):
|
|
1409
1435
|
:param _NGNStrategyVer: NGN策略版本
|
1410
1436
|
注意:此字段可能返回 null,表示取不到有效值。
|
1411
1437
|
:type NGNStrategyVer: str
|
1412
|
-
:param _IOAUserName:
|
1438
|
+
:param _IOAUserName: 最近登录账户的账号
|
1413
1439
|
注意:此字段可能返回 null,表示取不到有效值。
|
1414
1440
|
:type IOAUserName: str
|
1415
1441
|
:param _DeviceNewStrategyVer: 设备管控新策略
|
@@ -1436,7 +1462,7 @@ class DeviceDetail(AbstractModel):
|
|
1436
1462
|
:param _AccountGroupName: 最近登录账号部门
|
1437
1463
|
注意:此字段可能返回 null,表示取不到有效值。
|
1438
1464
|
:type AccountGroupName: str
|
1439
|
-
:param _AccountName:
|
1465
|
+
:param _AccountName: 最近登录账户的姓名
|
1440
1466
|
注意:此字段可能返回 null,表示取不到有效值。
|
1441
1467
|
:type AccountName: str
|
1442
1468
|
:param _AccountGroupId: 账号组id
|
@@ -1521,11 +1521,15 @@ class CloudStorageEvent(AbstractModel):
|
|
1521
1521
|
:type Thumbnail: str
|
1522
1522
|
:param _EventId: 事件ID
|
1523
1523
|
:type EventId: str
|
1524
|
+
:param _UploadStatus: 事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败
|
1525
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1526
|
+
:type UploadStatus: str
|
1524
1527
|
"""
|
1525
1528
|
self._StartTime = None
|
1526
1529
|
self._EndTime = None
|
1527
1530
|
self._Thumbnail = None
|
1528
1531
|
self._EventId = None
|
1532
|
+
self._UploadStatus = None
|
1529
1533
|
|
1530
1534
|
@property
|
1531
1535
|
def StartTime(self):
|
@@ -1559,12 +1563,21 @@ class CloudStorageEvent(AbstractModel):
|
|
1559
1563
|
def EventId(self, EventId):
|
1560
1564
|
self._EventId = EventId
|
1561
1565
|
|
1566
|
+
@property
|
1567
|
+
def UploadStatus(self):
|
1568
|
+
return self._UploadStatus
|
1569
|
+
|
1570
|
+
@UploadStatus.setter
|
1571
|
+
def UploadStatus(self, UploadStatus):
|
1572
|
+
self._UploadStatus = UploadStatus
|
1573
|
+
|
1562
1574
|
|
1563
1575
|
def _deserialize(self, params):
|
1564
1576
|
self._StartTime = params.get("StartTime")
|
1565
1577
|
self._EndTime = params.get("EndTime")
|
1566
1578
|
self._Thumbnail = params.get("Thumbnail")
|
1567
1579
|
self._EventId = params.get("EventId")
|
1580
|
+
self._UploadStatus = params.get("UploadStatus")
|
1568
1581
|
memeber_set = set(params.keys())
|
1569
1582
|
for name, value in vars(self).items():
|
1570
1583
|
property_name = name[1:]
|
@@ -13542,11 +13555,15 @@ class GetTWeCallPkgListResponse(AbstractModel):
|
|
13542
13555
|
:type TWeCallPkgList: list of TWeCallPkgInfo
|
13543
13556
|
:param _Total: 总数
|
13544
13557
|
:type Total: int
|
13558
|
+
:param _TWeCallCategoryPkgList: 分类统计
|
13559
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13560
|
+
:type TWeCallCategoryPkgList: list of TWeCallCategoryPkgInfo
|
13545
13561
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13546
13562
|
:type RequestId: str
|
13547
13563
|
"""
|
13548
13564
|
self._TWeCallPkgList = None
|
13549
13565
|
self._Total = None
|
13566
|
+
self._TWeCallCategoryPkgList = None
|
13550
13567
|
self._RequestId = None
|
13551
13568
|
|
13552
13569
|
@property
|
@@ -13565,6 +13582,14 @@ class GetTWeCallPkgListResponse(AbstractModel):
|
|
13565
13582
|
def Total(self, Total):
|
13566
13583
|
self._Total = Total
|
13567
13584
|
|
13585
|
+
@property
|
13586
|
+
def TWeCallCategoryPkgList(self):
|
13587
|
+
return self._TWeCallCategoryPkgList
|
13588
|
+
|
13589
|
+
@TWeCallCategoryPkgList.setter
|
13590
|
+
def TWeCallCategoryPkgList(self, TWeCallCategoryPkgList):
|
13591
|
+
self._TWeCallCategoryPkgList = TWeCallCategoryPkgList
|
13592
|
+
|
13568
13593
|
@property
|
13569
13594
|
def RequestId(self):
|
13570
13595
|
return self._RequestId
|
@@ -13582,6 +13607,12 @@ class GetTWeCallPkgListResponse(AbstractModel):
|
|
13582
13607
|
obj._deserialize(item)
|
13583
13608
|
self._TWeCallPkgList.append(obj)
|
13584
13609
|
self._Total = params.get("Total")
|
13610
|
+
if params.get("TWeCallCategoryPkgList") is not None:
|
13611
|
+
self._TWeCallCategoryPkgList = []
|
13612
|
+
for item in params.get("TWeCallCategoryPkgList"):
|
13613
|
+
obj = TWeCallCategoryPkgInfo()
|
13614
|
+
obj._deserialize(item)
|
13615
|
+
self._TWeCallCategoryPkgList.append(obj)
|
13585
13616
|
self._RequestId = params.get("RequestId")
|
13586
13617
|
|
13587
13618
|
|
@@ -18983,6 +19014,66 @@ class TWeCallActiveInfo(AbstractModel):
|
|
18983
19014
|
|
18984
19015
|
|
18985
19016
|
|
19017
|
+
class TWeCallCategoryPkgInfo(AbstractModel):
|
19018
|
+
"""TWeCall分类统计数据
|
19019
|
+
|
19020
|
+
"""
|
19021
|
+
|
19022
|
+
def __init__(self):
|
19023
|
+
r"""
|
19024
|
+
:param _PkgType: 类型
|
19025
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
19026
|
+
:type PkgType: int
|
19027
|
+
:param _All: 总数
|
19028
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
19029
|
+
:type All: int
|
19030
|
+
:param _Used: 已使用数
|
19031
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
19032
|
+
:type Used: int
|
19033
|
+
"""
|
19034
|
+
self._PkgType = None
|
19035
|
+
self._All = None
|
19036
|
+
self._Used = None
|
19037
|
+
|
19038
|
+
@property
|
19039
|
+
def PkgType(self):
|
19040
|
+
return self._PkgType
|
19041
|
+
|
19042
|
+
@PkgType.setter
|
19043
|
+
def PkgType(self, PkgType):
|
19044
|
+
self._PkgType = PkgType
|
19045
|
+
|
19046
|
+
@property
|
19047
|
+
def All(self):
|
19048
|
+
return self._All
|
19049
|
+
|
19050
|
+
@All.setter
|
19051
|
+
def All(self, All):
|
19052
|
+
self._All = All
|
19053
|
+
|
19054
|
+
@property
|
19055
|
+
def Used(self):
|
19056
|
+
return self._Used
|
19057
|
+
|
19058
|
+
@Used.setter
|
19059
|
+
def Used(self, Used):
|
19060
|
+
self._Used = Used
|
19061
|
+
|
19062
|
+
|
19063
|
+
def _deserialize(self, params):
|
19064
|
+
self._PkgType = params.get("PkgType")
|
19065
|
+
self._All = params.get("All")
|
19066
|
+
self._Used = params.get("Used")
|
19067
|
+
memeber_set = set(params.keys())
|
19068
|
+
for name, value in vars(self).items():
|
19069
|
+
property_name = name[1:]
|
19070
|
+
if property_name in memeber_set:
|
19071
|
+
memeber_set.remove(property_name)
|
19072
|
+
if len(memeber_set) > 0:
|
19073
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
19074
|
+
|
19075
|
+
|
19076
|
+
|
18986
19077
|
class TWeCallInfo(AbstractModel):
|
18987
19078
|
"""TWeCall信息
|
18988
19079
|
|
@@ -35,9 +35,15 @@ FAILEDOPERATION_DEVICERESULTTIMEOUT = 'FailedOperation.DeviceResultTimeOut'
|
|
35
35
|
# 域名CNAME解析未成功,请到域名服务商处检查配置
|
36
36
|
FAILEDOPERATION_NOMATCHEDCNAME = 'FailedOperation.NoMatchedCname'
|
37
37
|
|
38
|
+
# 没有该子用户
|
39
|
+
FAILEDOPERATION_NOTHAVESUBUSER = 'FailedOperation.NotHaveSubUser'
|
40
|
+
|
38
41
|
# 请求超时
|
39
42
|
FAILEDOPERATION_REQUESTTIMEOUT = 'FailedOperation.RequestTimeout'
|
40
43
|
|
44
|
+
# 服务器内部错误
|
45
|
+
INTERNALERROR_SERVERINTERNALERROR = 'InternalError.ServerInternalError'
|
46
|
+
|
41
47
|
# 无效的输入参数
|
42
48
|
INVALIDPARAMETER = 'InvalidParameter'
|
43
49
|
|
@@ -98,6 +104,9 @@ INVALIDPARAMETERVALUE_CHANNELLISTMUSTBENOTEMPTY = 'InvalidParameterValue.Channel
|
|
98
104
|
# ChannelList的数量必须小于1000
|
99
105
|
INVALIDPARAMETERVALUE_CHANNELNUMBERMUSTBELESSTHANONETHOUSAND = 'InvalidParameterValue.ChannelNumberMustBeLessThanOneThousand'
|
100
106
|
|
107
|
+
# 通道数量超过限制范围
|
108
|
+
INVALIDPARAMETERVALUE_CHANNELSEXCEEDSRANGE = 'InvalidParameterValue.ChannelsExceedsRange'
|
109
|
+
|
101
110
|
# 包含无效的ChannelId
|
102
111
|
INVALIDPARAMETERVALUE_CONTAININVALIDCHANNELID = 'InvalidParameterValue.ContainInvalidChannelId'
|
103
112
|
|
@@ -203,6 +212,9 @@ INVALIDPARAMETERVALUE_INVALIDDEVICETYPE = 'InvalidParameterValue.InvalidDeviceTy
|
|
203
212
|
# 无效的域名,长度或内容不符合规则
|
204
213
|
INVALIDPARAMETERVALUE_INVALIDDOMAIN = 'InvalidParameterValue.InvalidDomain'
|
205
214
|
|
215
|
+
# 无效的使能参数
|
216
|
+
INVALIDPARAMETERVALUE_INVALIDENALBEVALUE = 'InvalidParameterValue.InvalidEnalbeValue'
|
217
|
+
|
206
218
|
# 无效的结束时间
|
207
219
|
INVALIDPARAMETERVALUE_INVALIDENDTIME = 'InvalidParameterValue.InvalidEndTime'
|
208
220
|
|
@@ -290,6 +302,9 @@ INVALIDPARAMETERVALUE_INVALIDTIMESECTIONVALUE = 'InvalidParameterValue.InvalidTi
|
|
290
302
|
# 热存储至少1天, 最多3650天
|
291
303
|
INVALIDPARAMETERVALUE_INVALIDTRANSITIONRANGE = 'InvalidParameterValue.InvalidTransitionRange'
|
292
304
|
|
305
|
+
# 无效的用户参数
|
306
|
+
INVALIDPARAMETERVALUE_INVALIDUSERPARAM = 'InvalidParameterValue.InvalidUserParam'
|
307
|
+
|
293
308
|
# 无效的用户名,长度或内容不符合规则
|
294
309
|
INVALIDPARAMETERVALUE_INVALIDUSERNAME = 'InvalidParameterValue.InvalidUsername'
|
295
310
|
|
@@ -389,12 +404,18 @@ MISSINGPARAMETER_EMPTYTIMESECTION = 'MissingParameter.EmptyTimeSection'
|
|
389
404
|
# 缺少生命周期参数
|
390
405
|
MISSINGPARAMETER_MISSINGLIFERULEPARAM = 'MissingParameter.MissingLifeRuleParam'
|
391
406
|
|
407
|
+
# 缺少必须参数
|
408
|
+
MISSINGPARAMETER_MISSINGMUSTPARAMETER = 'MissingParameter.MissingMustParameter'
|
409
|
+
|
392
410
|
# 缺少取回任务参数
|
393
411
|
MISSINGPARAMETER_MISSINGRETRIEVETASKPARAM = 'MissingParameter.MissingRetrieveTaskParam'
|
394
412
|
|
395
413
|
# 没有更新信息
|
396
414
|
MISSINGPARAMETER_MISSINGUPDATEDINFO = 'MissingParameter.MissingUpdatedInfo'
|
397
415
|
|
416
|
+
# 缺少用户信息
|
417
|
+
MISSINGPARAMETER_MISSINGUSERINFO = 'MissingParameter.MissingUserInfo'
|
418
|
+
|
398
419
|
# 带宽受限
|
399
420
|
OPERATIONDENIED_BANDWIDTHLIMITZERO = 'OperationDenied.BandwidthLimitZero'
|
400
421
|
|
@@ -407,6 +428,12 @@ OPERATIONDENIED_CONNECTSLIMITZERO = 'OperationDenied.ConnectsLimitZero'
|
|
407
428
|
# 新增组织树失败,超出组织树的最大深度
|
408
429
|
OPERATIONDENIED_EXCEEDEDMAXIMUMDEPTH = 'OperationDenied.ExceededMaximumDepth'
|
409
430
|
|
431
|
+
# 该功能需要申请白名单配置
|
432
|
+
OPERATIONDENIED_NOWHITELIST = 'OperationDenied.NoWhitelist'
|
433
|
+
|
434
|
+
# 播放鉴权未开启
|
435
|
+
OPERATIONDENIED_PLAYAUTHNOTENABLED = 'OperationDenied.PlayAuthNotEnabled'
|
436
|
+
|
410
437
|
# 资源不可达,该资源不属于该地域
|
411
438
|
REGIONERROR_RESOURCEUNREACHABLE = 'RegionError.ResourceUnreachable'
|
412
439
|
|