tencentcloud-sdk-python 3.0.1216__py2.py3-none-any.whl → 3.0.1217__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/antiddos/v20200309/models.py +13 -1
- tencentcloud/ccc/v20200210/models.py +18 -0
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +24 -1
- tencentcloud/cdwdoris/v20211228/models.py +182 -2
- tencentcloud/cfg/v20210820/models.py +1 -1
- tencentcloud/cls/v20201016/models.py +14 -1
- tencentcloud/cwp/v20180228/models.py +84 -0
- tencentcloud/essbasic/v20210526/models.py +3 -1
- tencentcloud/facefusion/v20220927/models.py +13 -4
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/mna/v20210119/models.py +26 -0
- tencentcloud/monitor/v20180724/models.py +13 -0
- tencentcloud/ocr/v20181119/models.py +14 -0
- tencentcloud/rum/v20210622/models.py +12 -0
- tencentcloud/scf/v20180416/models.py +3 -3
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- tencentcloud/tag/v20180813/models.py +33 -33
- tencentcloud/tmt/v20180321/models.py +6 -6
- tencentcloud/vod/v20180717/models.py +5 -5
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- {tencentcloud_sdk_python-3.0.1216.dist-info → tencentcloud_sdk_python-3.0.1217.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1216.dist-info → tencentcloud_sdk_python-3.0.1217.dist-info}/RECORD +27 -27
- {tencentcloud_sdk_python-3.0.1216.dist-info → tencentcloud_sdk_python-3.0.1217.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1216.dist-info → tencentcloud_sdk_python-3.0.1217.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1216.dist-info → tencentcloud_sdk_python-3.0.1217.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -1423,7 +1423,7 @@ class BGPInstance(AbstractModel):
|
|
1423
1423
|
:param _BasicPlusFlag: 是否是基础防护加强版 0: 不是 1: 是
|
1424
1424
|
注意:此字段可能返回 null,表示取不到有效值。
|
1425
1425
|
:type BasicPlusFlag: int
|
1426
|
-
:param _PlanCntFlag:
|
1426
|
+
:param _PlanCntFlag: 是否标准版2.0 0: 包含标准版2.0 1: 只查询标准版2.0 2: 不查标准版2.0
|
1427
1427
|
注意:此字段可能返回 null,表示取不到有效值。
|
1428
1428
|
:type PlanCntFlag: int
|
1429
1429
|
:param _TransRegionFlag: 是否跨区域产品 0: 不包含跨区域产品 1: 中国大陆跨区域产品 2: 非中国大陆跨区域产品
|
@@ -6663,6 +6663,8 @@ class DescribeBGPIPL7RulesRequest(AbstractModel):
|
|
6663
6663
|
:type Cname: str
|
6664
6664
|
:param _Export: 默认为false,当为true时,将不对各个规则做策略检查,直接导出所有规则
|
6665
6665
|
:type Export: bool
|
6666
|
+
:param _Source: 源站,模糊查询
|
6667
|
+
:type Source: str
|
6666
6668
|
"""
|
6667
6669
|
self._Business = None
|
6668
6670
|
self._StatusList = None
|
@@ -6673,6 +6675,7 @@ class DescribeBGPIPL7RulesRequest(AbstractModel):
|
|
6673
6675
|
self._ProtocolList = None
|
6674
6676
|
self._Cname = None
|
6675
6677
|
self._Export = None
|
6678
|
+
self._Source = None
|
6676
6679
|
|
6677
6680
|
@property
|
6678
6681
|
def Business(self):
|
@@ -6746,6 +6749,14 @@ class DescribeBGPIPL7RulesRequest(AbstractModel):
|
|
6746
6749
|
def Export(self, Export):
|
6747
6750
|
self._Export = Export
|
6748
6751
|
|
6752
|
+
@property
|
6753
|
+
def Source(self):
|
6754
|
+
return self._Source
|
6755
|
+
|
6756
|
+
@Source.setter
|
6757
|
+
def Source(self, Source):
|
6758
|
+
self._Source = Source
|
6759
|
+
|
6749
6760
|
|
6750
6761
|
def _deserialize(self, params):
|
6751
6762
|
self._Business = params.get("Business")
|
@@ -6757,6 +6768,7 @@ class DescribeBGPIPL7RulesRequest(AbstractModel):
|
|
6757
6768
|
self._ProtocolList = params.get("ProtocolList")
|
6758
6769
|
self._Cname = params.get("Cname")
|
6759
6770
|
self._Export = params.get("Export")
|
6771
|
+
self._Source = params.get("Source")
|
6760
6772
|
memeber_set = set(params.keys())
|
6761
6773
|
for name, value in vars(self).items():
|
6762
6774
|
property_name = name[1:]
|
@@ -10444,6 +10444,14 @@ class TelCdrInfo(AbstractModel):
|
|
10444
10444
|
:param _AsrUrl: 获取录音ASR文本信息地址
|
10445
10445
|
注意:此字段可能返回 null,表示取不到有效值。
|
10446
10446
|
:type AsrUrl: str
|
10447
|
+
:param _AsrStatus: AsrUrl的状态:Complete
|
10448
|
+
已完成;
|
10449
|
+
Processing
|
10450
|
+
正在生成中;
|
10451
|
+
NotExists
|
10452
|
+
无记录(未开启生成离线asr或者无套餐包)
|
10453
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10454
|
+
:type AsrStatus: str
|
10447
10455
|
:param _CustomRecordURL: 录音转存第三方COS地址
|
10448
10456
|
注意:此字段可能返回 null,表示取不到有效值。
|
10449
10457
|
:type CustomRecordURL: str
|
@@ -10491,6 +10499,7 @@ class TelCdrInfo(AbstractModel):
|
|
10491
10499
|
self._UUI = None
|
10492
10500
|
self._IVRKeyPressedEx = None
|
10493
10501
|
self._AsrUrl = None
|
10502
|
+
self._AsrStatus = None
|
10494
10503
|
self._CustomRecordURL = None
|
10495
10504
|
self._Remark = None
|
10496
10505
|
self._QueuedSkillGroupName = None
|
@@ -10749,6 +10758,14 @@ class TelCdrInfo(AbstractModel):
|
|
10749
10758
|
def AsrUrl(self, AsrUrl):
|
10750
10759
|
self._AsrUrl = AsrUrl
|
10751
10760
|
|
10761
|
+
@property
|
10762
|
+
def AsrStatus(self):
|
10763
|
+
return self._AsrStatus
|
10764
|
+
|
10765
|
+
@AsrStatus.setter
|
10766
|
+
def AsrStatus(self, AsrStatus):
|
10767
|
+
self._AsrStatus = AsrStatus
|
10768
|
+
|
10752
10769
|
@property
|
10753
10770
|
def CustomRecordURL(self):
|
10754
10771
|
return self._CustomRecordURL
|
@@ -10839,6 +10856,7 @@ class TelCdrInfo(AbstractModel):
|
|
10839
10856
|
obj._deserialize(item)
|
10840
10857
|
self._IVRKeyPressedEx.append(obj)
|
10841
10858
|
self._AsrUrl = params.get("AsrUrl")
|
10859
|
+
self._AsrStatus = params.get("AsrStatus")
|
10842
10860
|
self._CustomRecordURL = params.get("CustomRecordURL")
|
10843
10861
|
self._Remark = params.get("Remark")
|
10844
10862
|
self._QueuedSkillGroupName = params.get("QueuedSkillGroupName")
|
@@ -832,7 +832,7 @@ class CdwdorisClient(AbstractClient):
|
|
832
832
|
|
833
833
|
|
834
834
|
def DescribeSqlApis(self, request):
|
835
|
-
"""针对驱动sql
|
835
|
+
"""针对驱动sql命令查询集群接口
|
836
836
|
|
837
837
|
:param request: Request instance for DescribeSqlApis.
|
838
838
|
:type request: :class:`tencentcloud.cdwdoris.v20211228.models.DescribeSqlApisRequest`
|
@@ -946,6 +946,29 @@ class CdwdorisClient(AbstractClient):
|
|
946
946
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
947
947
|
|
948
948
|
|
949
|
+
def ModifyClusterConfigs(self, request):
|
950
|
+
"""在集群配置页面修改集群配置文件接口,xml模式
|
951
|
+
|
952
|
+
:param request: Request instance for ModifyClusterConfigs.
|
953
|
+
:type request: :class:`tencentcloud.cdwdoris.v20211228.models.ModifyClusterConfigsRequest`
|
954
|
+
:rtype: :class:`tencentcloud.cdwdoris.v20211228.models.ModifyClusterConfigsResponse`
|
955
|
+
|
956
|
+
"""
|
957
|
+
try:
|
958
|
+
params = request._serialize()
|
959
|
+
headers = request.headers
|
960
|
+
body = self.call("ModifyClusterConfigs", params, headers=headers)
|
961
|
+
response = json.loads(body)
|
962
|
+
model = models.ModifyClusterConfigsResponse()
|
963
|
+
model._deserialize(response["Response"])
|
964
|
+
return model
|
965
|
+
except Exception as e:
|
966
|
+
if isinstance(e, TencentCloudSDKException):
|
967
|
+
raise
|
968
|
+
else:
|
969
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
970
|
+
|
971
|
+
|
949
972
|
def ModifyCoolDownPolicy(self, request):
|
950
973
|
"""修改冷热分层策略
|
951
974
|
|
@@ -1329,6 +1329,75 @@ class ConfigKeyValue(AbstractModel):
|
|
1329
1329
|
|
1330
1330
|
|
1331
1331
|
|
1332
|
+
class ConfigSubmitContext(AbstractModel):
|
1333
|
+
"""配置文件修改信息
|
1334
|
+
|
1335
|
+
"""
|
1336
|
+
|
1337
|
+
def __init__(self):
|
1338
|
+
r"""
|
1339
|
+
:param _FileName: 配置文件名称
|
1340
|
+
:type FileName: str
|
1341
|
+
:param _NewConfValue: 配置文件新内容,base64编码
|
1342
|
+
:type NewConfValue: str
|
1343
|
+
:param _OldConfValue: 配置文件旧内容,base64编码
|
1344
|
+
:type OldConfValue: str
|
1345
|
+
:param _FilePath: 文件路径
|
1346
|
+
:type FilePath: str
|
1347
|
+
"""
|
1348
|
+
self._FileName = None
|
1349
|
+
self._NewConfValue = None
|
1350
|
+
self._OldConfValue = None
|
1351
|
+
self._FilePath = None
|
1352
|
+
|
1353
|
+
@property
|
1354
|
+
def FileName(self):
|
1355
|
+
return self._FileName
|
1356
|
+
|
1357
|
+
@FileName.setter
|
1358
|
+
def FileName(self, FileName):
|
1359
|
+
self._FileName = FileName
|
1360
|
+
|
1361
|
+
@property
|
1362
|
+
def NewConfValue(self):
|
1363
|
+
return self._NewConfValue
|
1364
|
+
|
1365
|
+
@NewConfValue.setter
|
1366
|
+
def NewConfValue(self, NewConfValue):
|
1367
|
+
self._NewConfValue = NewConfValue
|
1368
|
+
|
1369
|
+
@property
|
1370
|
+
def OldConfValue(self):
|
1371
|
+
return self._OldConfValue
|
1372
|
+
|
1373
|
+
@OldConfValue.setter
|
1374
|
+
def OldConfValue(self, OldConfValue):
|
1375
|
+
self._OldConfValue = OldConfValue
|
1376
|
+
|
1377
|
+
@property
|
1378
|
+
def FilePath(self):
|
1379
|
+
return self._FilePath
|
1380
|
+
|
1381
|
+
@FilePath.setter
|
1382
|
+
def FilePath(self, FilePath):
|
1383
|
+
self._FilePath = FilePath
|
1384
|
+
|
1385
|
+
|
1386
|
+
def _deserialize(self, params):
|
1387
|
+
self._FileName = params.get("FileName")
|
1388
|
+
self._NewConfValue = params.get("NewConfValue")
|
1389
|
+
self._OldConfValue = params.get("OldConfValue")
|
1390
|
+
self._FilePath = params.get("FilePath")
|
1391
|
+
memeber_set = set(params.keys())
|
1392
|
+
for name, value in vars(self).items():
|
1393
|
+
property_name = name[1:]
|
1394
|
+
if property_name in memeber_set:
|
1395
|
+
memeber_set.remove(property_name)
|
1396
|
+
if len(memeber_set) > 0:
|
1397
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
1398
|
+
|
1399
|
+
|
1400
|
+
|
1332
1401
|
class CoolDownBackend(AbstractModel):
|
1333
1402
|
"""冷热分层backend节点信息
|
1334
1403
|
|
@@ -2499,7 +2568,7 @@ class DeleteBackUpDataRequest(AbstractModel):
|
|
2499
2568
|
:type InstanceId: str
|
2500
2569
|
:param _BackUpJobId: 任务id
|
2501
2570
|
:type BackUpJobId: int
|
2502
|
-
:param _IsDeleteAll:
|
2571
|
+
:param _IsDeleteAll: 是否删除所有实例
|
2503
2572
|
:type IsDeleteAll: bool
|
2504
2573
|
"""
|
2505
2574
|
self._InstanceId = None
|
@@ -7798,6 +7867,117 @@ class InstanceOperation(AbstractModel):
|
|
7798
7867
|
|
7799
7868
|
|
7800
7869
|
|
7870
|
+
class ModifyClusterConfigsRequest(AbstractModel):
|
7871
|
+
"""ModifyClusterConfigs请求参数结构体
|
7872
|
+
|
7873
|
+
"""
|
7874
|
+
|
7875
|
+
def __init__(self):
|
7876
|
+
r"""
|
7877
|
+
:param _InstanceId: 集群ID,例如cdwch-xxxx
|
7878
|
+
:type InstanceId: str
|
7879
|
+
:param _ModifyConfContext: 配置文件修改信息
|
7880
|
+
:type ModifyConfContext: list of ConfigSubmitContext
|
7881
|
+
:param _Remark: 修改原因
|
7882
|
+
:type Remark: str
|
7883
|
+
"""
|
7884
|
+
self._InstanceId = None
|
7885
|
+
self._ModifyConfContext = None
|
7886
|
+
self._Remark = None
|
7887
|
+
|
7888
|
+
@property
|
7889
|
+
def InstanceId(self):
|
7890
|
+
return self._InstanceId
|
7891
|
+
|
7892
|
+
@InstanceId.setter
|
7893
|
+
def InstanceId(self, InstanceId):
|
7894
|
+
self._InstanceId = InstanceId
|
7895
|
+
|
7896
|
+
@property
|
7897
|
+
def ModifyConfContext(self):
|
7898
|
+
return self._ModifyConfContext
|
7899
|
+
|
7900
|
+
@ModifyConfContext.setter
|
7901
|
+
def ModifyConfContext(self, ModifyConfContext):
|
7902
|
+
self._ModifyConfContext = ModifyConfContext
|
7903
|
+
|
7904
|
+
@property
|
7905
|
+
def Remark(self):
|
7906
|
+
return self._Remark
|
7907
|
+
|
7908
|
+
@Remark.setter
|
7909
|
+
def Remark(self, Remark):
|
7910
|
+
self._Remark = Remark
|
7911
|
+
|
7912
|
+
|
7913
|
+
def _deserialize(self, params):
|
7914
|
+
self._InstanceId = params.get("InstanceId")
|
7915
|
+
if params.get("ModifyConfContext") is not None:
|
7916
|
+
self._ModifyConfContext = []
|
7917
|
+
for item in params.get("ModifyConfContext"):
|
7918
|
+
obj = ConfigSubmitContext()
|
7919
|
+
obj._deserialize(item)
|
7920
|
+
self._ModifyConfContext.append(obj)
|
7921
|
+
self._Remark = params.get("Remark")
|
7922
|
+
memeber_set = set(params.keys())
|
7923
|
+
for name, value in vars(self).items():
|
7924
|
+
property_name = name[1:]
|
7925
|
+
if property_name in memeber_set:
|
7926
|
+
memeber_set.remove(property_name)
|
7927
|
+
if len(memeber_set) > 0:
|
7928
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
7929
|
+
|
7930
|
+
|
7931
|
+
|
7932
|
+
class ModifyClusterConfigsResponse(AbstractModel):
|
7933
|
+
"""ModifyClusterConfigs返回参数结构体
|
7934
|
+
|
7935
|
+
"""
|
7936
|
+
|
7937
|
+
def __init__(self):
|
7938
|
+
r"""
|
7939
|
+
:param _FlowId: 流程相关信息
|
7940
|
+
:type FlowId: int
|
7941
|
+
:param _ErrorMsg: 错误信息
|
7942
|
+
:type ErrorMsg: str
|
7943
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7944
|
+
:type RequestId: str
|
7945
|
+
"""
|
7946
|
+
self._FlowId = None
|
7947
|
+
self._ErrorMsg = None
|
7948
|
+
self._RequestId = None
|
7949
|
+
|
7950
|
+
@property
|
7951
|
+
def FlowId(self):
|
7952
|
+
return self._FlowId
|
7953
|
+
|
7954
|
+
@FlowId.setter
|
7955
|
+
def FlowId(self, FlowId):
|
7956
|
+
self._FlowId = FlowId
|
7957
|
+
|
7958
|
+
@property
|
7959
|
+
def ErrorMsg(self):
|
7960
|
+
return self._ErrorMsg
|
7961
|
+
|
7962
|
+
@ErrorMsg.setter
|
7963
|
+
def ErrorMsg(self, ErrorMsg):
|
7964
|
+
self._ErrorMsg = ErrorMsg
|
7965
|
+
|
7966
|
+
@property
|
7967
|
+
def RequestId(self):
|
7968
|
+
return self._RequestId
|
7969
|
+
|
7970
|
+
@RequestId.setter
|
7971
|
+
def RequestId(self, RequestId):
|
7972
|
+
self._RequestId = RequestId
|
7973
|
+
|
7974
|
+
|
7975
|
+
def _deserialize(self, params):
|
7976
|
+
self._FlowId = params.get("FlowId")
|
7977
|
+
self._ErrorMsg = params.get("ErrorMsg")
|
7978
|
+
self._RequestId = params.get("RequestId")
|
7979
|
+
|
7980
|
+
|
7801
7981
|
class ModifyCoolDownPolicyRequest(AbstractModel):
|
7802
7982
|
"""ModifyCoolDownPolicy请求参数结构体
|
7803
7983
|
|
@@ -8971,7 +9151,7 @@ class NodeInfos(AbstractModel):
|
|
8971
9151
|
|
8972
9152
|
def __init__(self):
|
8973
9153
|
r"""
|
8974
|
-
:param _NodeName:
|
9154
|
+
:param _NodeName: 节点名称
|
8975
9155
|
:type NodeName: str
|
8976
9156
|
:param _Status: 节点状态
|
8977
9157
|
:type Status: int
|
@@ -312,7 +312,7 @@ class ActionLibraryListResult(AbstractModel):
|
|
312
312
|
:type RelationActionId: int
|
313
313
|
:param _ActionCommand: 操作命令
|
314
314
|
:type ActionCommand: str
|
315
|
-
:param _ActionCommandType:
|
315
|
+
:param _ActionCommandType: 动作类型(0 -- tat 1 -- 云API)
|
316
316
|
:type ActionCommandType: int
|
317
317
|
:param _ActionContent: 自定义动作的参数,json string
|
318
318
|
:type ActionContent: str
|
@@ -5385,6 +5385,8 @@ class CreateDataTransformRequest(AbstractModel):
|
|
5385
5385
|
:type EnableFlag: int
|
5386
5386
|
:param _PreviewLogStatistics: 用于预览加工结果的测试数据
|
5387
5387
|
:type PreviewLogStatistics: list of PreviewLogStatistic
|
5388
|
+
:param _DataTransformType: 数据加工类型。0:标准加工任务; 1:前置加工任务。前置加工任务将采集的日志处理完成后,再写入日志主题。
|
5389
|
+
:type DataTransformType: int
|
5388
5390
|
"""
|
5389
5391
|
self._FuncType = None
|
5390
5392
|
self._SrcTopicId = None
|
@@ -5394,6 +5396,7 @@ class CreateDataTransformRequest(AbstractModel):
|
|
5394
5396
|
self._DstResources = None
|
5395
5397
|
self._EnableFlag = None
|
5396
5398
|
self._PreviewLogStatistics = None
|
5399
|
+
self._DataTransformType = None
|
5397
5400
|
|
5398
5401
|
@property
|
5399
5402
|
def FuncType(self):
|
@@ -5459,6 +5462,14 @@ class CreateDataTransformRequest(AbstractModel):
|
|
5459
5462
|
def PreviewLogStatistics(self, PreviewLogStatistics):
|
5460
5463
|
self._PreviewLogStatistics = PreviewLogStatistics
|
5461
5464
|
|
5465
|
+
@property
|
5466
|
+
def DataTransformType(self):
|
5467
|
+
return self._DataTransformType
|
5468
|
+
|
5469
|
+
@DataTransformType.setter
|
5470
|
+
def DataTransformType(self, DataTransformType):
|
5471
|
+
self._DataTransformType = DataTransformType
|
5472
|
+
|
5462
5473
|
|
5463
5474
|
def _deserialize(self, params):
|
5464
5475
|
self._FuncType = params.get("FuncType")
|
@@ -5479,6 +5490,7 @@ class CreateDataTransformRequest(AbstractModel):
|
|
5479
5490
|
obj = PreviewLogStatistic()
|
5480
5491
|
obj._deserialize(item)
|
5481
5492
|
self._PreviewLogStatistics.append(obj)
|
5493
|
+
self._DataTransformType = params.get("DataTransformType")
|
5482
5494
|
memeber_set = set(params.keys())
|
5483
5495
|
for name, value in vars(self).items():
|
5484
5496
|
property_name = name[1:]
|
@@ -18677,10 +18689,11 @@ class MonitorTime(AbstractModel):
|
|
18677
18689
|
|
18678
18690
|
def __init__(self):
|
18679
18691
|
r"""
|
18680
|
-
:param _Type: 执行周期, 可选值:`Period`、`Fixed`。
|
18692
|
+
:param _Type: 执行周期, 可选值:`Period`、`Fixed`、`Cron`。
|
18681
18693
|
|
18682
18694
|
- Period:固定频率
|
18683
18695
|
- Fixed:固定时间
|
18696
|
+
- Cron:Cron表达式
|
18684
18697
|
:type Type: str
|
18685
18698
|
:param _Time: 执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。
|
18686
18699
|
当type为`Period`,`Fixed`时,time字段生效。
|
@@ -15382,6 +15382,8 @@ class CreateMalwareWhiteListRequest(AbstractModel):
|
|
15382
15382
|
:type Md5List: list of str
|
15383
15383
|
:param _EventId: 木马事件ID
|
15384
15384
|
:type EventId: int
|
15385
|
+
:param _IsHandleHistoryEvents: 对历史待处理执行加白操作;0是不处理,1是处理
|
15386
|
+
:type IsHandleHistoryEvents: int
|
15385
15387
|
"""
|
15386
15388
|
self._Mode = None
|
15387
15389
|
self._QuuidList = None
|
@@ -15392,6 +15394,7 @@ class CreateMalwareWhiteListRequest(AbstractModel):
|
|
15392
15394
|
self._FileExtension = None
|
15393
15395
|
self._Md5List = None
|
15394
15396
|
self._EventId = None
|
15397
|
+
self._IsHandleHistoryEvents = None
|
15395
15398
|
|
15396
15399
|
@property
|
15397
15400
|
def Mode(self):
|
@@ -15465,6 +15468,14 @@ class CreateMalwareWhiteListRequest(AbstractModel):
|
|
15465
15468
|
def EventId(self, EventId):
|
15466
15469
|
self._EventId = EventId
|
15467
15470
|
|
15471
|
+
@property
|
15472
|
+
def IsHandleHistoryEvents(self):
|
15473
|
+
return self._IsHandleHistoryEvents
|
15474
|
+
|
15475
|
+
@IsHandleHistoryEvents.setter
|
15476
|
+
def IsHandleHistoryEvents(self, IsHandleHistoryEvents):
|
15477
|
+
self._IsHandleHistoryEvents = IsHandleHistoryEvents
|
15478
|
+
|
15468
15479
|
|
15469
15480
|
def _deserialize(self, params):
|
15470
15481
|
self._Mode = params.get("Mode")
|
@@ -15476,6 +15487,7 @@ class CreateMalwareWhiteListRequest(AbstractModel):
|
|
15476
15487
|
self._FileExtension = params.get("FileExtension")
|
15477
15488
|
self._Md5List = params.get("Md5List")
|
15478
15489
|
self._EventId = params.get("EventId")
|
15490
|
+
self._IsHandleHistoryEvents = params.get("IsHandleHistoryEvents")
|
15479
15491
|
memeber_set = set(params.keys())
|
15480
15492
|
for name, value in vars(self).items():
|
15481
15493
|
property_name = name[1:]
|
@@ -45673,6 +45685,8 @@ class DescribeScanVulSettingResponse(AbstractModel):
|
|
45673
45685
|
:type ClickTimeout: int
|
45674
45686
|
:param _Uuids: 为空默认扫描全部专业版、旗舰版、普惠版主机,不为空只扫描选中主机
|
45675
45687
|
:type Uuids: list of str
|
45688
|
+
:param _ScanMethod: 0版本比对,2版本比对+poc
|
45689
|
+
:type ScanMethod: int
|
45676
45690
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
45677
45691
|
:type RequestId: str
|
45678
45692
|
"""
|
@@ -45686,6 +45700,7 @@ class DescribeScanVulSettingResponse(AbstractModel):
|
|
45686
45700
|
self._EndTime = None
|
45687
45701
|
self._ClickTimeout = None
|
45688
45702
|
self._Uuids = None
|
45703
|
+
self._ScanMethod = None
|
45689
45704
|
self._RequestId = None
|
45690
45705
|
|
45691
45706
|
@property
|
@@ -45768,6 +45783,14 @@ class DescribeScanVulSettingResponse(AbstractModel):
|
|
45768
45783
|
def Uuids(self, Uuids):
|
45769
45784
|
self._Uuids = Uuids
|
45770
45785
|
|
45786
|
+
@property
|
45787
|
+
def ScanMethod(self):
|
45788
|
+
return self._ScanMethod
|
45789
|
+
|
45790
|
+
@ScanMethod.setter
|
45791
|
+
def ScanMethod(self, ScanMethod):
|
45792
|
+
self._ScanMethod = ScanMethod
|
45793
|
+
|
45771
45794
|
@property
|
45772
45795
|
def RequestId(self):
|
45773
45796
|
return self._RequestId
|
@@ -45788,6 +45811,7 @@ class DescribeScanVulSettingResponse(AbstractModel):
|
|
45788
45811
|
self._EndTime = params.get("EndTime")
|
45789
45812
|
self._ClickTimeout = params.get("ClickTimeout")
|
45790
45813
|
self._Uuids = params.get("Uuids")
|
45814
|
+
self._ScanMethod = params.get("ScanMethod")
|
45791
45815
|
self._RequestId = params.get("RequestId")
|
45792
45816
|
|
45793
45817
|
|
@@ -52063,6 +52087,8 @@ class DescribeWarningHostConfigResponse(AbstractModel):
|
|
52063
52087
|
:param _ItemLabelIds: 项目或标签的id列表,自选主机时为空
|
52064
52088
|
注意:此字段可能返回 null,表示取不到有效值。
|
52065
52089
|
:type ItemLabelIds: list of str
|
52090
|
+
:param _ExcludedQuuids: 需排除的机器列表
|
52091
|
+
:type ExcludedQuuids: list of str
|
52066
52092
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
52067
52093
|
:type RequestId: str
|
52068
52094
|
"""
|
@@ -52071,6 +52097,7 @@ class DescribeWarningHostConfigResponse(AbstractModel):
|
|
52071
52097
|
self._Quuids = None
|
52072
52098
|
self._TotalCount = None
|
52073
52099
|
self._ItemLabelIds = None
|
52100
|
+
self._ExcludedQuuids = None
|
52074
52101
|
self._RequestId = None
|
52075
52102
|
|
52076
52103
|
@property
|
@@ -52113,6 +52140,14 @@ class DescribeWarningHostConfigResponse(AbstractModel):
|
|
52113
52140
|
def ItemLabelIds(self, ItemLabelIds):
|
52114
52141
|
self._ItemLabelIds = ItemLabelIds
|
52115
52142
|
|
52143
|
+
@property
|
52144
|
+
def ExcludedQuuids(self):
|
52145
|
+
return self._ExcludedQuuids
|
52146
|
+
|
52147
|
+
@ExcludedQuuids.setter
|
52148
|
+
def ExcludedQuuids(self, ExcludedQuuids):
|
52149
|
+
self._ExcludedQuuids = ExcludedQuuids
|
52150
|
+
|
52116
52151
|
@property
|
52117
52152
|
def RequestId(self):
|
52118
52153
|
return self._RequestId
|
@@ -52128,6 +52163,7 @@ class DescribeWarningHostConfigResponse(AbstractModel):
|
|
52128
52163
|
self._Quuids = params.get("Quuids")
|
52129
52164
|
self._TotalCount = params.get("TotalCount")
|
52130
52165
|
self._ItemLabelIds = params.get("ItemLabelIds")
|
52166
|
+
self._ExcludedQuuids = params.get("ExcludedQuuids")
|
52131
52167
|
self._RequestId = params.get("RequestId")
|
52132
52168
|
|
52133
52169
|
|
@@ -72969,12 +73005,15 @@ class ModifyWarningHostConfigRequest(AbstractModel):
|
|
72969
73005
|
:type Quuids: list of str
|
72970
73006
|
:param _ItemLabelIds: 项目或标签的id列表,自选主机时为空
|
72971
73007
|
:type ItemLabelIds: list of str
|
73008
|
+
:param _ExcludedQuuids: 需排除的机器列表
|
73009
|
+
:type ExcludedQuuids: list of str
|
72972
73010
|
"""
|
72973
73011
|
self._Type = None
|
72974
73012
|
self._HostRange = None
|
72975
73013
|
self._ItemLabels = None
|
72976
73014
|
self._Quuids = None
|
72977
73015
|
self._ItemLabelIds = None
|
73016
|
+
self._ExcludedQuuids = None
|
72978
73017
|
|
72979
73018
|
@property
|
72980
73019
|
def Type(self):
|
@@ -73016,6 +73055,14 @@ class ModifyWarningHostConfigRequest(AbstractModel):
|
|
73016
73055
|
def ItemLabelIds(self, ItemLabelIds):
|
73017
73056
|
self._ItemLabelIds = ItemLabelIds
|
73018
73057
|
|
73058
|
+
@property
|
73059
|
+
def ExcludedQuuids(self):
|
73060
|
+
return self._ExcludedQuuids
|
73061
|
+
|
73062
|
+
@ExcludedQuuids.setter
|
73063
|
+
def ExcludedQuuids(self, ExcludedQuuids):
|
73064
|
+
self._ExcludedQuuids = ExcludedQuuids
|
73065
|
+
|
73019
73066
|
|
73020
73067
|
def _deserialize(self, params):
|
73021
73068
|
self._Type = params.get("Type")
|
@@ -73023,6 +73070,7 @@ class ModifyWarningHostConfigRequest(AbstractModel):
|
|
73023
73070
|
self._ItemLabels = params.get("ItemLabels")
|
73024
73071
|
self._Quuids = params.get("Quuids")
|
73025
73072
|
self._ItemLabelIds = params.get("ItemLabelIds")
|
73073
|
+
self._ExcludedQuuids = params.get("ExcludedQuuids")
|
73026
73074
|
memeber_set = set(params.keys())
|
73027
73075
|
for name, value in vars(self).items():
|
73028
73076
|
property_name = name[1:]
|
@@ -73146,6 +73194,8 @@ class ModifyWebHookPolicyRequest(AbstractModel):
|
|
73146
73194
|
:type IsDisabled: int
|
73147
73195
|
:param _Quuids: 主机列表
|
73148
73196
|
:type Quuids: list of str
|
73197
|
+
:param _ExcludedQuuids: 需排除的机器列表
|
73198
|
+
:type ExcludedQuuids: list of str
|
73149
73199
|
"""
|
73150
73200
|
self._Id = None
|
73151
73201
|
self._Name = None
|
@@ -73156,6 +73206,7 @@ class ModifyWebHookPolicyRequest(AbstractModel):
|
|
73156
73206
|
self._CustomFields = None
|
73157
73207
|
self._IsDisabled = None
|
73158
73208
|
self._Quuids = None
|
73209
|
+
self._ExcludedQuuids = None
|
73159
73210
|
|
73160
73211
|
@property
|
73161
73212
|
def Id(self):
|
@@ -73229,6 +73280,14 @@ class ModifyWebHookPolicyRequest(AbstractModel):
|
|
73229
73280
|
def Quuids(self, Quuids):
|
73230
73281
|
self._Quuids = Quuids
|
73231
73282
|
|
73283
|
+
@property
|
73284
|
+
def ExcludedQuuids(self):
|
73285
|
+
return self._ExcludedQuuids
|
73286
|
+
|
73287
|
+
@ExcludedQuuids.setter
|
73288
|
+
def ExcludedQuuids(self, ExcludedQuuids):
|
73289
|
+
self._ExcludedQuuids = ExcludedQuuids
|
73290
|
+
|
73232
73291
|
|
73233
73292
|
def _deserialize(self, params):
|
73234
73293
|
self._Id = params.get("Id")
|
@@ -73260,6 +73319,7 @@ class ModifyWebHookPolicyRequest(AbstractModel):
|
|
73260
73319
|
self._CustomFields.append(obj)
|
73261
73320
|
self._IsDisabled = params.get("IsDisabled")
|
73262
73321
|
self._Quuids = params.get("Quuids")
|
73322
|
+
self._ExcludedQuuids = params.get("ExcludedQuuids")
|
73263
73323
|
memeber_set = set(params.keys())
|
73264
73324
|
for name, value in vars(self).items():
|
73265
73325
|
property_name = name[1:]
|
@@ -81524,6 +81584,8 @@ class ScanVulRequest(AbstractModel):
|
|
81524
81584
|
:type TimeoutPeriod: int
|
81525
81585
|
:param _VulIds: 需要扫描的漏洞id
|
81526
81586
|
:type VulIds: list of int non-negative
|
81587
|
+
:param _ScanMethod: 0版本比对,2版本比对+poc
|
81588
|
+
:type ScanMethod: int
|
81527
81589
|
"""
|
81528
81590
|
self._VulLevels = None
|
81529
81591
|
self._HostType = None
|
@@ -81532,6 +81594,7 @@ class ScanVulRequest(AbstractModel):
|
|
81532
81594
|
self._VulEmergency = None
|
81533
81595
|
self._TimeoutPeriod = None
|
81534
81596
|
self._VulIds = None
|
81597
|
+
self._ScanMethod = None
|
81535
81598
|
|
81536
81599
|
@property
|
81537
81600
|
def VulLevels(self):
|
@@ -81589,6 +81652,14 @@ class ScanVulRequest(AbstractModel):
|
|
81589
81652
|
def VulIds(self, VulIds):
|
81590
81653
|
self._VulIds = VulIds
|
81591
81654
|
|
81655
|
+
@property
|
81656
|
+
def ScanMethod(self):
|
81657
|
+
return self._ScanMethod
|
81658
|
+
|
81659
|
+
@ScanMethod.setter
|
81660
|
+
def ScanMethod(self, ScanMethod):
|
81661
|
+
self._ScanMethod = ScanMethod
|
81662
|
+
|
81592
81663
|
|
81593
81664
|
def _deserialize(self, params):
|
81594
81665
|
self._VulLevels = params.get("VulLevels")
|
@@ -81598,6 +81669,7 @@ class ScanVulRequest(AbstractModel):
|
|
81598
81669
|
self._VulEmergency = params.get("VulEmergency")
|
81599
81670
|
self._TimeoutPeriod = params.get("TimeoutPeriod")
|
81600
81671
|
self._VulIds = params.get("VulIds")
|
81672
|
+
self._ScanMethod = params.get("ScanMethod")
|
81601
81673
|
memeber_set = set(params.keys())
|
81602
81674
|
for name, value in vars(self).items():
|
81603
81675
|
property_name = name[1:]
|
@@ -81671,6 +81743,8 @@ class ScanVulSettingRequest(AbstractModel):
|
|
81671
81743
|
:type EnableScan: int
|
81672
81744
|
:param _Uuids: 为空默认扫描全部专业版、旗舰版、普惠版主机,不为空只扫描选中主机
|
81673
81745
|
:type Uuids: list of str
|
81746
|
+
:param _ScanMethod: 0版本比对,2版本比对+poc
|
81747
|
+
:type ScanMethod: int
|
81674
81748
|
"""
|
81675
81749
|
self._TimerInterval = None
|
81676
81750
|
self._VulCategories = None
|
@@ -81681,6 +81755,7 @@ class ScanVulSettingRequest(AbstractModel):
|
|
81681
81755
|
self._EndTime = None
|
81682
81756
|
self._EnableScan = None
|
81683
81757
|
self._Uuids = None
|
81758
|
+
self._ScanMethod = None
|
81684
81759
|
|
81685
81760
|
@property
|
81686
81761
|
def TimerInterval(self):
|
@@ -81754,6 +81829,14 @@ class ScanVulSettingRequest(AbstractModel):
|
|
81754
81829
|
def Uuids(self, Uuids):
|
81755
81830
|
self._Uuids = Uuids
|
81756
81831
|
|
81832
|
+
@property
|
81833
|
+
def ScanMethod(self):
|
81834
|
+
return self._ScanMethod
|
81835
|
+
|
81836
|
+
@ScanMethod.setter
|
81837
|
+
def ScanMethod(self, ScanMethod):
|
81838
|
+
self._ScanMethod = ScanMethod
|
81839
|
+
|
81757
81840
|
|
81758
81841
|
def _deserialize(self, params):
|
81759
81842
|
self._TimerInterval = params.get("TimerInterval")
|
@@ -81765,6 +81848,7 @@ class ScanVulSettingRequest(AbstractModel):
|
|
81765
81848
|
self._EndTime = params.get("EndTime")
|
81766
81849
|
self._EnableScan = params.get("EnableScan")
|
81767
81850
|
self._Uuids = params.get("Uuids")
|
81851
|
+
self._ScanMethod = params.get("ScanMethod")
|
81768
81852
|
memeber_set = set(params.keys())
|
81769
81853
|
for name, value in vars(self).items():
|
81770
81854
|
property_name = name[1:]
|
@@ -3960,7 +3960,9 @@ class ChannelCreateFlowSignUrlRequest(AbstractModel):
|
|
3960
3960
|
建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
|
3961
3961
|
可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
|
3962
3962
|
:type FlowId: str
|
3963
|
-
:param _FlowApproverInfos: 流程签署人列表,其中结构体的
|
3963
|
+
:param _FlowApproverInfos: 流程签署人列表,其中结构体的ApproverType必传。
|
3964
|
+
若为个人签署方或saas企业签署方,则Name,Mobile必传。OrganizationName 传对应企业名称。
|
3965
|
+
若为子客企业签署方则需传OpenId、OrganizationOpenId,其他可不传。
|
3964
3966
|
|
3965
3967
|
注:
|
3966
3968
|
`1. 签署人只能有手写签名、时间类型、印章类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`
|