tencentcloud-sdk-python 3.0.1219__py2.py3-none-any.whl → 3.0.1220__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/cdb/v20170320/models.py +90 -0
- tencentcloud/cdwdoris/v20211228/models.py +24 -0
- tencentcloud/clb/v20180317/models.py +79 -0
- tencentcloud/cls/v20201016/models.py +1 -1
- tencentcloud/csip/v20221121/models.py +385 -0
- tencentcloud/cynosdb/v20190107/models.py +71 -9
- tencentcloud/ess/v20201111/ess_client.py +1 -1
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -2
- tencentcloud/facefusion/v20220927/errorcodes.py +15 -6
- tencentcloud/iotexplorer/v20190423/models.py +1 -1
- tencentcloud/organization/v20210331/errorcodes.py +6 -0
- tencentcloud/organization/v20210331/models.py +70 -0
- tencentcloud/organization/v20210331/organization_client.py +23 -0
- tencentcloud/scf/v20180416/models.py +18 -0
- tencentcloud/tdmq/v20200217/models.py +13 -0
- tencentcloud/tms/v20201229/errorcodes.py +0 -6
- tencentcloud/tms/v20201229/models.py +0 -70
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +2 -2
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/wedata/v20210820/errorcodes.py +6 -0
- tencentcloud/wedata/v20210820/models.py +2298 -37
- tencentcloud/wedata/v20210820/wedata_client.py +138 -0
- {tencentcloud_sdk_python-3.0.1219.dist-info → tencentcloud_sdk_python-3.0.1220.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1219.dist-info → tencentcloud_sdk_python-3.0.1220.dist-info}/RECORD +30 -30
- {tencentcloud_sdk_python-3.0.1219.dist-info → tencentcloud_sdk_python-3.0.1220.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1219.dist-info → tencentcloud_sdk_python-3.0.1220.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1219.dist-info → tencentcloud_sdk_python-3.0.1220.dist-info}/top_level.txt +0 -0
@@ -277,6 +277,69 @@ class AlertExtraInfo(AbstractModel):
|
|
277
277
|
:param _HitStrategy: 主机防护命中策略,是策略ID和策略名称的组合
|
278
278
|
注意:此字段可能返回 null,表示取不到有效值。
|
279
279
|
:type HitStrategy: str
|
280
|
+
:param _ProcessName: 进程名
|
281
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
282
|
+
:type ProcessName: str
|
283
|
+
:param _PID: PID
|
284
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
285
|
+
:type PID: str
|
286
|
+
:param _PodName: 容器Pod名
|
287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
288
|
+
:type PodName: str
|
289
|
+
:param _PodID: 容器PodID
|
290
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
291
|
+
:type PodID: str
|
292
|
+
:param _Response: Http响应
|
293
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
294
|
+
:type Response: str
|
295
|
+
:param _SystemCall: 系统调用
|
296
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
297
|
+
:type SystemCall: str
|
298
|
+
:param _Verb: 操作类型verb
|
299
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
300
|
+
:type Verb: str
|
301
|
+
:param _LogID: 日志ID
|
302
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
303
|
+
:type LogID: str
|
304
|
+
:param _Different: 变更内容
|
305
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
306
|
+
:type Different: str
|
307
|
+
:param _EventType: 事件类型
|
308
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
309
|
+
:type EventType: str
|
310
|
+
:param _Description: 事件描述
|
311
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
312
|
+
:type Description: str
|
313
|
+
:param _TargetAddress: 目标地址(容器反弹shell)
|
314
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
315
|
+
:type TargetAddress: str
|
316
|
+
:param _MaliciousRequestDomain: 恶意请求域名(容器恶意外联)
|
317
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
318
|
+
:type MaliciousRequestDomain: str
|
319
|
+
:param _RuleType: 规则类型(容器K8sAPI异常请求)
|
320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
321
|
+
:type RuleType: str
|
322
|
+
:param _RequestURI: 请求资源(容器K8sAPI异常请求)
|
323
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
324
|
+
:type RequestURI: str
|
325
|
+
:param _RequestUser: 发起请求用户(容器K8sAPI异常请求)
|
326
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
327
|
+
:type RequestUser: str
|
328
|
+
:param _RequestObject: 请求对象(容器K8sAPI异常请求)
|
329
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
330
|
+
:type RequestObject: str
|
331
|
+
:param _ResponseObject: 响应对象(容器K8sAPI异常请求)
|
332
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
333
|
+
:type ResponseObject: str
|
334
|
+
:param _FileType: 文件类型(容器文件篡改)
|
335
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
336
|
+
:type FileType: str
|
337
|
+
:param _TIType: 标签特征(容器恶意外联)
|
338
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
339
|
+
:type TIType: str
|
340
|
+
:param _SourceIP: 来源IP(容器K8sAPI异常请求)
|
341
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
342
|
+
:type SourceIP: str
|
280
343
|
"""
|
281
344
|
self._RelateEvent = None
|
282
345
|
self._LeakContent = None
|
@@ -347,6 +410,27 @@ class AlertExtraInfo(AbstractModel):
|
|
347
410
|
self._StrategyID = None
|
348
411
|
self._StrategyName = None
|
349
412
|
self._HitStrategy = None
|
413
|
+
self._ProcessName = None
|
414
|
+
self._PID = None
|
415
|
+
self._PodName = None
|
416
|
+
self._PodID = None
|
417
|
+
self._Response = None
|
418
|
+
self._SystemCall = None
|
419
|
+
self._Verb = None
|
420
|
+
self._LogID = None
|
421
|
+
self._Different = None
|
422
|
+
self._EventType = None
|
423
|
+
self._Description = None
|
424
|
+
self._TargetAddress = None
|
425
|
+
self._MaliciousRequestDomain = None
|
426
|
+
self._RuleType = None
|
427
|
+
self._RequestURI = None
|
428
|
+
self._RequestUser = None
|
429
|
+
self._RequestObject = None
|
430
|
+
self._ResponseObject = None
|
431
|
+
self._FileType = None
|
432
|
+
self._TIType = None
|
433
|
+
self._SourceIP = None
|
350
434
|
|
351
435
|
@property
|
352
436
|
def RelateEvent(self):
|
@@ -900,6 +984,174 @@ class AlertExtraInfo(AbstractModel):
|
|
900
984
|
def HitStrategy(self, HitStrategy):
|
901
985
|
self._HitStrategy = HitStrategy
|
902
986
|
|
987
|
+
@property
|
988
|
+
def ProcessName(self):
|
989
|
+
return self._ProcessName
|
990
|
+
|
991
|
+
@ProcessName.setter
|
992
|
+
def ProcessName(self, ProcessName):
|
993
|
+
self._ProcessName = ProcessName
|
994
|
+
|
995
|
+
@property
|
996
|
+
def PID(self):
|
997
|
+
return self._PID
|
998
|
+
|
999
|
+
@PID.setter
|
1000
|
+
def PID(self, PID):
|
1001
|
+
self._PID = PID
|
1002
|
+
|
1003
|
+
@property
|
1004
|
+
def PodName(self):
|
1005
|
+
return self._PodName
|
1006
|
+
|
1007
|
+
@PodName.setter
|
1008
|
+
def PodName(self, PodName):
|
1009
|
+
self._PodName = PodName
|
1010
|
+
|
1011
|
+
@property
|
1012
|
+
def PodID(self):
|
1013
|
+
return self._PodID
|
1014
|
+
|
1015
|
+
@PodID.setter
|
1016
|
+
def PodID(self, PodID):
|
1017
|
+
self._PodID = PodID
|
1018
|
+
|
1019
|
+
@property
|
1020
|
+
def Response(self):
|
1021
|
+
return self._Response
|
1022
|
+
|
1023
|
+
@Response.setter
|
1024
|
+
def Response(self, Response):
|
1025
|
+
self._Response = Response
|
1026
|
+
|
1027
|
+
@property
|
1028
|
+
def SystemCall(self):
|
1029
|
+
return self._SystemCall
|
1030
|
+
|
1031
|
+
@SystemCall.setter
|
1032
|
+
def SystemCall(self, SystemCall):
|
1033
|
+
self._SystemCall = SystemCall
|
1034
|
+
|
1035
|
+
@property
|
1036
|
+
def Verb(self):
|
1037
|
+
return self._Verb
|
1038
|
+
|
1039
|
+
@Verb.setter
|
1040
|
+
def Verb(self, Verb):
|
1041
|
+
self._Verb = Verb
|
1042
|
+
|
1043
|
+
@property
|
1044
|
+
def LogID(self):
|
1045
|
+
return self._LogID
|
1046
|
+
|
1047
|
+
@LogID.setter
|
1048
|
+
def LogID(self, LogID):
|
1049
|
+
self._LogID = LogID
|
1050
|
+
|
1051
|
+
@property
|
1052
|
+
def Different(self):
|
1053
|
+
return self._Different
|
1054
|
+
|
1055
|
+
@Different.setter
|
1056
|
+
def Different(self, Different):
|
1057
|
+
self._Different = Different
|
1058
|
+
|
1059
|
+
@property
|
1060
|
+
def EventType(self):
|
1061
|
+
return self._EventType
|
1062
|
+
|
1063
|
+
@EventType.setter
|
1064
|
+
def EventType(self, EventType):
|
1065
|
+
self._EventType = EventType
|
1066
|
+
|
1067
|
+
@property
|
1068
|
+
def Description(self):
|
1069
|
+
return self._Description
|
1070
|
+
|
1071
|
+
@Description.setter
|
1072
|
+
def Description(self, Description):
|
1073
|
+
self._Description = Description
|
1074
|
+
|
1075
|
+
@property
|
1076
|
+
def TargetAddress(self):
|
1077
|
+
return self._TargetAddress
|
1078
|
+
|
1079
|
+
@TargetAddress.setter
|
1080
|
+
def TargetAddress(self, TargetAddress):
|
1081
|
+
self._TargetAddress = TargetAddress
|
1082
|
+
|
1083
|
+
@property
|
1084
|
+
def MaliciousRequestDomain(self):
|
1085
|
+
return self._MaliciousRequestDomain
|
1086
|
+
|
1087
|
+
@MaliciousRequestDomain.setter
|
1088
|
+
def MaliciousRequestDomain(self, MaliciousRequestDomain):
|
1089
|
+
self._MaliciousRequestDomain = MaliciousRequestDomain
|
1090
|
+
|
1091
|
+
@property
|
1092
|
+
def RuleType(self):
|
1093
|
+
return self._RuleType
|
1094
|
+
|
1095
|
+
@RuleType.setter
|
1096
|
+
def RuleType(self, RuleType):
|
1097
|
+
self._RuleType = RuleType
|
1098
|
+
|
1099
|
+
@property
|
1100
|
+
def RequestURI(self):
|
1101
|
+
return self._RequestURI
|
1102
|
+
|
1103
|
+
@RequestURI.setter
|
1104
|
+
def RequestURI(self, RequestURI):
|
1105
|
+
self._RequestURI = RequestURI
|
1106
|
+
|
1107
|
+
@property
|
1108
|
+
def RequestUser(self):
|
1109
|
+
return self._RequestUser
|
1110
|
+
|
1111
|
+
@RequestUser.setter
|
1112
|
+
def RequestUser(self, RequestUser):
|
1113
|
+
self._RequestUser = RequestUser
|
1114
|
+
|
1115
|
+
@property
|
1116
|
+
def RequestObject(self):
|
1117
|
+
return self._RequestObject
|
1118
|
+
|
1119
|
+
@RequestObject.setter
|
1120
|
+
def RequestObject(self, RequestObject):
|
1121
|
+
self._RequestObject = RequestObject
|
1122
|
+
|
1123
|
+
@property
|
1124
|
+
def ResponseObject(self):
|
1125
|
+
return self._ResponseObject
|
1126
|
+
|
1127
|
+
@ResponseObject.setter
|
1128
|
+
def ResponseObject(self, ResponseObject):
|
1129
|
+
self._ResponseObject = ResponseObject
|
1130
|
+
|
1131
|
+
@property
|
1132
|
+
def FileType(self):
|
1133
|
+
return self._FileType
|
1134
|
+
|
1135
|
+
@FileType.setter
|
1136
|
+
def FileType(self, FileType):
|
1137
|
+
self._FileType = FileType
|
1138
|
+
|
1139
|
+
@property
|
1140
|
+
def TIType(self):
|
1141
|
+
return self._TIType
|
1142
|
+
|
1143
|
+
@TIType.setter
|
1144
|
+
def TIType(self, TIType):
|
1145
|
+
self._TIType = TIType
|
1146
|
+
|
1147
|
+
@property
|
1148
|
+
def SourceIP(self):
|
1149
|
+
return self._SourceIP
|
1150
|
+
|
1151
|
+
@SourceIP.setter
|
1152
|
+
def SourceIP(self, SourceIP):
|
1153
|
+
self._SourceIP = SourceIP
|
1154
|
+
|
903
1155
|
|
904
1156
|
def _deserialize(self, params):
|
905
1157
|
if params.get("RelateEvent") is not None:
|
@@ -978,6 +1230,27 @@ class AlertExtraInfo(AbstractModel):
|
|
978
1230
|
self._StrategyID = params.get("StrategyID")
|
979
1231
|
self._StrategyName = params.get("StrategyName")
|
980
1232
|
self._HitStrategy = params.get("HitStrategy")
|
1233
|
+
self._ProcessName = params.get("ProcessName")
|
1234
|
+
self._PID = params.get("PID")
|
1235
|
+
self._PodName = params.get("PodName")
|
1236
|
+
self._PodID = params.get("PodID")
|
1237
|
+
self._Response = params.get("Response")
|
1238
|
+
self._SystemCall = params.get("SystemCall")
|
1239
|
+
self._Verb = params.get("Verb")
|
1240
|
+
self._LogID = params.get("LogID")
|
1241
|
+
self._Different = params.get("Different")
|
1242
|
+
self._EventType = params.get("EventType")
|
1243
|
+
self._Description = params.get("Description")
|
1244
|
+
self._TargetAddress = params.get("TargetAddress")
|
1245
|
+
self._MaliciousRequestDomain = params.get("MaliciousRequestDomain")
|
1246
|
+
self._RuleType = params.get("RuleType")
|
1247
|
+
self._RequestURI = params.get("RequestURI")
|
1248
|
+
self._RequestUser = params.get("RequestUser")
|
1249
|
+
self._RequestObject = params.get("RequestObject")
|
1250
|
+
self._ResponseObject = params.get("ResponseObject")
|
1251
|
+
self._FileType = params.get("FileType")
|
1252
|
+
self._TIType = params.get("TIType")
|
1253
|
+
self._SourceIP = params.get("SourceIP")
|
981
1254
|
memeber_set = set(params.keys())
|
982
1255
|
for name, value in vars(self).items():
|
983
1256
|
property_name = name[1:]
|
@@ -1086,6 +1359,12 @@ CSIP:云安全中心
|
|
1086
1359
|
:param _RiskTreatment: 风险处置
|
1087
1360
|
注意:此字段可能返回 null,表示取不到有效值。
|
1088
1361
|
:type RiskTreatment: str
|
1362
|
+
:param _LogType: 日志类型
|
1363
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1364
|
+
:type LogType: str
|
1365
|
+
:param _LogSearch: 语句检索
|
1366
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1367
|
+
:type LogSearch: str
|
1089
1368
|
"""
|
1090
1369
|
self._ID = None
|
1091
1370
|
self._Name = None
|
@@ -1114,6 +1393,8 @@ CSIP:云安全中心
|
|
1114
1393
|
self._Action = None
|
1115
1394
|
self._RiskInvestigation = None
|
1116
1395
|
self._RiskTreatment = None
|
1396
|
+
self._LogType = None
|
1397
|
+
self._LogSearch = None
|
1117
1398
|
|
1118
1399
|
@property
|
1119
1400
|
def ID(self):
|
@@ -1331,6 +1612,22 @@ CSIP:云安全中心
|
|
1331
1612
|
def RiskTreatment(self, RiskTreatment):
|
1332
1613
|
self._RiskTreatment = RiskTreatment
|
1333
1614
|
|
1615
|
+
@property
|
1616
|
+
def LogType(self):
|
1617
|
+
return self._LogType
|
1618
|
+
|
1619
|
+
@LogType.setter
|
1620
|
+
def LogType(self, LogType):
|
1621
|
+
self._LogType = LogType
|
1622
|
+
|
1623
|
+
@property
|
1624
|
+
def LogSearch(self):
|
1625
|
+
return self._LogSearch
|
1626
|
+
|
1627
|
+
@LogSearch.setter
|
1628
|
+
def LogSearch(self, LogSearch):
|
1629
|
+
self._LogSearch = LogSearch
|
1630
|
+
|
1334
1631
|
|
1335
1632
|
def _deserialize(self, params):
|
1336
1633
|
self._ID = params.get("ID")
|
@@ -1366,6 +1663,8 @@ CSIP:云安全中心
|
|
1366
1663
|
self._Action = params.get("Action")
|
1367
1664
|
self._RiskInvestigation = params.get("RiskInvestigation")
|
1368
1665
|
self._RiskTreatment = params.get("RiskTreatment")
|
1666
|
+
self._LogType = params.get("LogType")
|
1667
|
+
self._LogSearch = params.get("LogSearch")
|
1369
1668
|
memeber_set = set(params.keys())
|
1370
1669
|
for name, value in vars(self).items():
|
1371
1670
|
property_name = name[1:]
|
@@ -4330,6 +4629,15 @@ class BugInfoDetail(AbstractModel):
|
|
4330
4629
|
class CVMAssetVO(AbstractModel):
|
4331
4630
|
"""主机资产信息
|
4332
4631
|
|
4632
|
+
主机防护状态枚举,左边是常量,右边是显示
|
4633
|
+
0:未安装
|
4634
|
+
1:基础版防护中
|
4635
|
+
2:普惠版防护中
|
4636
|
+
3:专业版防护中
|
4637
|
+
4:旗舰版防护中
|
4638
|
+
5:已离线
|
4639
|
+
6:已关机
|
4640
|
+
|
4333
4641
|
"""
|
4334
4642
|
|
4335
4643
|
def __init__(self):
|
@@ -4529,6 +4837,19 @@ class CVMAssetVO(AbstractModel):
|
|
4529
4837
|
:param _CloudType: 云资产类型:0:腾讯云,1:aws,2:azure
|
4530
4838
|
注意:此字段可能返回 null,表示取不到有效值。
|
4531
4839
|
:type CloudType: int
|
4840
|
+
:param _ProtectStatus: 主机防护状态枚举
|
4841
|
+
0:未安装
|
4842
|
+
1:基础版防护中
|
4843
|
+
2:普惠版防护中
|
4844
|
+
3:专业版防护中
|
4845
|
+
4:旗舰版防护中
|
4846
|
+
5:已离线
|
4847
|
+
6:已关机
|
4848
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4849
|
+
:type ProtectStatus: int
|
4850
|
+
:param _OfflineTime: 最后离线时间
|
4851
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
4852
|
+
:type OfflineTime: str
|
4532
4853
|
"""
|
4533
4854
|
self._AssetId = None
|
4534
4855
|
self._AssetName = None
|
@@ -4595,6 +4916,8 @@ class CVMAssetVO(AbstractModel):
|
|
4595
4916
|
self._AgentCpuPer = None
|
4596
4917
|
self._RealAppid = None
|
4597
4918
|
self._CloudType = None
|
4919
|
+
self._ProtectStatus = None
|
4920
|
+
self._OfflineTime = None
|
4598
4921
|
|
4599
4922
|
@property
|
4600
4923
|
def AssetId(self):
|
@@ -5116,6 +5439,22 @@ class CVMAssetVO(AbstractModel):
|
|
5116
5439
|
def CloudType(self, CloudType):
|
5117
5440
|
self._CloudType = CloudType
|
5118
5441
|
|
5442
|
+
@property
|
5443
|
+
def ProtectStatus(self):
|
5444
|
+
return self._ProtectStatus
|
5445
|
+
|
5446
|
+
@ProtectStatus.setter
|
5447
|
+
def ProtectStatus(self, ProtectStatus):
|
5448
|
+
self._ProtectStatus = ProtectStatus
|
5449
|
+
|
5450
|
+
@property
|
5451
|
+
def OfflineTime(self):
|
5452
|
+
return self._OfflineTime
|
5453
|
+
|
5454
|
+
@OfflineTime.setter
|
5455
|
+
def OfflineTime(self, OfflineTime):
|
5456
|
+
self._OfflineTime = OfflineTime
|
5457
|
+
|
5119
5458
|
|
5120
5459
|
def _deserialize(self, params):
|
5121
5460
|
self._AssetId = params.get("AssetId")
|
@@ -5198,6 +5537,8 @@ class CVMAssetVO(AbstractModel):
|
|
5198
5537
|
self._AgentCpuPer = params.get("AgentCpuPer")
|
5199
5538
|
self._RealAppid = params.get("RealAppid")
|
5200
5539
|
self._CloudType = params.get("CloudType")
|
5540
|
+
self._ProtectStatus = params.get("ProtectStatus")
|
5541
|
+
self._OfflineTime = params.get("OfflineTime")
|
5201
5542
|
memeber_set = set(params.keys())
|
5202
5543
|
for name, value in vars(self).items():
|
5203
5544
|
property_name = name[1:]
|
@@ -7304,6 +7645,9 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7304
7645
|
:param _PublicPrivateAttr: 公网内网枚举
|
7305
7646
|
注意:此字段可能返回 null,表示取不到有效值。
|
7306
7647
|
:type PublicPrivateAttr: list of FilterDataObject
|
7648
|
+
:param _ProtectStatusList: 主机防护状态
|
7649
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7650
|
+
:type ProtectStatusList: list of FilterDataObject
|
7307
7651
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7308
7652
|
:type RequestId: str
|
7309
7653
|
"""
|
@@ -7320,6 +7664,7 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7320
7664
|
self._OsList = None
|
7321
7665
|
self._AssetMapInstanceTypeList = None
|
7322
7666
|
self._PublicPrivateAttr = None
|
7667
|
+
self._ProtectStatusList = None
|
7323
7668
|
self._RequestId = None
|
7324
7669
|
|
7325
7670
|
@property
|
@@ -7426,6 +7771,14 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7426
7771
|
def PublicPrivateAttr(self, PublicPrivateAttr):
|
7427
7772
|
self._PublicPrivateAttr = PublicPrivateAttr
|
7428
7773
|
|
7774
|
+
@property
|
7775
|
+
def ProtectStatusList(self):
|
7776
|
+
return self._ProtectStatusList
|
7777
|
+
|
7778
|
+
@ProtectStatusList.setter
|
7779
|
+
def ProtectStatusList(self, ProtectStatusList):
|
7780
|
+
self._ProtectStatusList = ProtectStatusList
|
7781
|
+
|
7429
7782
|
@property
|
7430
7783
|
def RequestId(self):
|
7431
7784
|
return self._RequestId
|
@@ -7509,6 +7862,12 @@ class DescribeCVMAssetsResponse(AbstractModel):
|
|
7509
7862
|
obj = FilterDataObject()
|
7510
7863
|
obj._deserialize(item)
|
7511
7864
|
self._PublicPrivateAttr.append(obj)
|
7865
|
+
if params.get("ProtectStatusList") is not None:
|
7866
|
+
self._ProtectStatusList = []
|
7867
|
+
for item in params.get("ProtectStatusList"):
|
7868
|
+
obj = FilterDataObject()
|
7869
|
+
obj._deserialize(item)
|
7870
|
+
self._ProtectStatusList.append(obj)
|
7512
7871
|
self._RequestId = params.get("RequestId")
|
7513
7872
|
|
7514
7873
|
|
@@ -15392,6 +15751,12 @@ class RoleInfo(AbstractModel):
|
|
15392
15751
|
:param _FromLogAnalysisData: 来源日志分析的信息字段
|
15393
15752
|
注意:此字段可能返回 null,表示取不到有效值。
|
15394
15753
|
:type FromLogAnalysisData: list of KeyValue
|
15754
|
+
:param _ContainerName: 容器名
|
15755
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15756
|
+
:type ContainerName: str
|
15757
|
+
:param _ContainerID: 容器ID
|
15758
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
15759
|
+
:type ContainerID: str
|
15395
15760
|
"""
|
15396
15761
|
self._IP = None
|
15397
15762
|
self._HostIP = None
|
@@ -15414,6 +15779,8 @@ class RoleInfo(AbstractModel):
|
|
15414
15779
|
self._FileName = None
|
15415
15780
|
self._AssetType = None
|
15416
15781
|
self._FromLogAnalysisData = None
|
15782
|
+
self._ContainerName = None
|
15783
|
+
self._ContainerID = None
|
15417
15784
|
|
15418
15785
|
@property
|
15419
15786
|
def IP(self):
|
@@ -15583,6 +15950,22 @@ class RoleInfo(AbstractModel):
|
|
15583
15950
|
def FromLogAnalysisData(self, FromLogAnalysisData):
|
15584
15951
|
self._FromLogAnalysisData = FromLogAnalysisData
|
15585
15952
|
|
15953
|
+
@property
|
15954
|
+
def ContainerName(self):
|
15955
|
+
return self._ContainerName
|
15956
|
+
|
15957
|
+
@ContainerName.setter
|
15958
|
+
def ContainerName(self, ContainerName):
|
15959
|
+
self._ContainerName = ContainerName
|
15960
|
+
|
15961
|
+
@property
|
15962
|
+
def ContainerID(self):
|
15963
|
+
return self._ContainerID
|
15964
|
+
|
15965
|
+
@ContainerID.setter
|
15966
|
+
def ContainerID(self, ContainerID):
|
15967
|
+
self._ContainerID = ContainerID
|
15968
|
+
|
15586
15969
|
|
15587
15970
|
def _deserialize(self, params):
|
15588
15971
|
self._IP = params.get("IP")
|
@@ -15611,6 +15994,8 @@ class RoleInfo(AbstractModel):
|
|
15611
15994
|
obj = KeyValue()
|
15612
15995
|
obj._deserialize(item)
|
15613
15996
|
self._FromLogAnalysisData.append(obj)
|
15997
|
+
self._ContainerName = params.get("ContainerName")
|
15998
|
+
self._ContainerID = params.get("ContainerID")
|
15614
15999
|
memeber_set = set(params.keys())
|
15615
16000
|
for name, value in vars(self).items():
|
15616
16001
|
property_name = name[1:]
|
@@ -5962,10 +5962,9 @@ class CreateResourcePackageRequest(AbstractModel):
|
|
5962
5962
|
|
5963
5963
|
def __init__(self):
|
5964
5964
|
r"""
|
5965
|
-
:param _InstanceType:
|
5965
|
+
:param _InstanceType: 实例类型,目前固定传cynosdb-serverless
|
5966
5966
|
:type InstanceType: str
|
5967
|
-
:param _PackageRegion: 资源包使用地域
|
5968
|
-
china-中国内地通用,overseas-港澳台及海外通用
|
5967
|
+
:param _PackageRegion: 资源包使用地域chineseMainland-中国内地通用,overseas-港澳台及海外通用
|
5969
5968
|
:type PackageRegion: str
|
5970
5969
|
:param _PackageType: 资源包类型:CCU-计算资源包,DISK-存储资源包
|
5971
5970
|
:type PackageType: str
|
@@ -23340,6 +23339,57 @@ class OpenClusterReadOnlyInstanceGroupAccessRequest(AbstractModel):
|
|
23340
23339
|
|
23341
23340
|
"""
|
23342
23341
|
|
23342
|
+
def __init__(self):
|
23343
|
+
r"""
|
23344
|
+
:param _ClusterId: 集群ID
|
23345
|
+
:type ClusterId: str
|
23346
|
+
:param _Port: 端口
|
23347
|
+
:type Port: str
|
23348
|
+
:param _SecurityGroupIds: 安全组ID
|
23349
|
+
:type SecurityGroupIds: list of str
|
23350
|
+
"""
|
23351
|
+
self._ClusterId = None
|
23352
|
+
self._Port = None
|
23353
|
+
self._SecurityGroupIds = None
|
23354
|
+
|
23355
|
+
@property
|
23356
|
+
def ClusterId(self):
|
23357
|
+
return self._ClusterId
|
23358
|
+
|
23359
|
+
@ClusterId.setter
|
23360
|
+
def ClusterId(self, ClusterId):
|
23361
|
+
self._ClusterId = ClusterId
|
23362
|
+
|
23363
|
+
@property
|
23364
|
+
def Port(self):
|
23365
|
+
return self._Port
|
23366
|
+
|
23367
|
+
@Port.setter
|
23368
|
+
def Port(self, Port):
|
23369
|
+
self._Port = Port
|
23370
|
+
|
23371
|
+
@property
|
23372
|
+
def SecurityGroupIds(self):
|
23373
|
+
return self._SecurityGroupIds
|
23374
|
+
|
23375
|
+
@SecurityGroupIds.setter
|
23376
|
+
def SecurityGroupIds(self, SecurityGroupIds):
|
23377
|
+
self._SecurityGroupIds = SecurityGroupIds
|
23378
|
+
|
23379
|
+
|
23380
|
+
def _deserialize(self, params):
|
23381
|
+
self._ClusterId = params.get("ClusterId")
|
23382
|
+
self._Port = params.get("Port")
|
23383
|
+
self._SecurityGroupIds = params.get("SecurityGroupIds")
|
23384
|
+
memeber_set = set(params.keys())
|
23385
|
+
for name, value in vars(self).items():
|
23386
|
+
property_name = name[1:]
|
23387
|
+
if property_name in memeber_set:
|
23388
|
+
memeber_set.remove(property_name)
|
23389
|
+
if len(memeber_set) > 0:
|
23390
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
23391
|
+
|
23392
|
+
|
23343
23393
|
|
23344
23394
|
class OpenClusterReadOnlyInstanceGroupAccessResponse(AbstractModel):
|
23345
23395
|
"""OpenClusterReadOnlyInstanceGroupAccess返回参数结构体
|
@@ -23348,11 +23398,22 @@ class OpenClusterReadOnlyInstanceGroupAccessResponse(AbstractModel):
|
|
23348
23398
|
|
23349
23399
|
def __init__(self):
|
23350
23400
|
r"""
|
23401
|
+
:param _FlowId: 开启流程ID
|
23402
|
+
:type FlowId: str
|
23351
23403
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23352
23404
|
:type RequestId: str
|
23353
23405
|
"""
|
23406
|
+
self._FlowId = None
|
23354
23407
|
self._RequestId = None
|
23355
23408
|
|
23409
|
+
@property
|
23410
|
+
def FlowId(self):
|
23411
|
+
return self._FlowId
|
23412
|
+
|
23413
|
+
@FlowId.setter
|
23414
|
+
def FlowId(self, FlowId):
|
23415
|
+
self._FlowId = FlowId
|
23416
|
+
|
23356
23417
|
@property
|
23357
23418
|
def RequestId(self):
|
23358
23419
|
return self._RequestId
|
@@ -23363,6 +23424,7 @@ class OpenClusterReadOnlyInstanceGroupAccessResponse(AbstractModel):
|
|
23363
23424
|
|
23364
23425
|
|
23365
23426
|
def _deserialize(self, params):
|
23427
|
+
self._FlowId = params.get("FlowId")
|
23366
23428
|
self._RequestId = params.get("RequestId")
|
23367
23429
|
|
23368
23430
|
|
@@ -23373,17 +23435,17 @@ class OpenReadOnlyInstanceExclusiveAccessRequest(AbstractModel):
|
|
23373
23435
|
|
23374
23436
|
def __init__(self):
|
23375
23437
|
r"""
|
23376
|
-
:param _ClusterId:
|
23438
|
+
:param _ClusterId: 请使用 集群信息描述(https://cloud.tencent.com/document/api/1003/48086) 获取 clusterId。
|
23377
23439
|
:type ClusterId: str
|
23378
|
-
:param _InstanceId:
|
23440
|
+
:param _InstanceId: 请使用 集群信息描述(https://cloud.tencent.com/document/api/1003/48086) 获取 instanceId。
|
23379
23441
|
:type InstanceId: str
|
23380
|
-
:param _VpcId: 指定的vpc ID
|
23442
|
+
:param _VpcId: 指定的vpc ID,请使用 查询私有网络列表(https://cloud.tencent.com/document/api/215/15778) 获取 vpc ID。
|
23381
23443
|
:type VpcId: str
|
23382
|
-
:param _SubnetId: 指定的子网ID
|
23444
|
+
:param _SubnetId: 指定的子网 ID,如果设置了 vpc ID,则 SubnetId 必填,请使用 查询子网列表(https://cloud.tencent.com/document/api/215/15784)获取 SubnetId。
|
23383
23445
|
:type SubnetId: str
|
23384
|
-
:param _Port:
|
23446
|
+
:param _Port: 用户自定义的端口
|
23385
23447
|
:type Port: int
|
23386
|
-
:param _SecurityGroupIds: 安全组
|
23448
|
+
:param _SecurityGroupIds: 安全组ID,请使用 查看安全组(https://cloud.tencent.com/document/api/215/15808)获取 SecurityGroupId。
|
23387
23449
|
:type SecurityGroupIds: list of str
|
23388
23450
|
"""
|
23389
23451
|
self._ClusterId = None
|
@@ -316,7 +316,7 @@ class EssClient(AbstractClient):
|
|
316
316
|
"""通过此接口,可以创建小程序批量签署链接,个人/企业员工可通过此链接跳转至小程序进行批量签署。请确保生成链接时的身份信息与签署合同参与方的信息保持一致。
|
317
317
|
|
318
318
|
注意事项:
|
319
|
-
- 使用此接口生成链接,需要贵企业先开通 <font color="red"
|
319
|
+
- 使用此接口生成链接,需要贵企业先开通 <font color="red">个人签署方仅校验手机号 </font>功能。您可以在 <b>【腾讯电子签网页端】->【企业设置】->【拓展服务】</b>中找到该功能。
|
320
320
|
- 生成批量签署链接时,<font color="red">合同目标参与方的状态必须为<b>待签署</b>状态</font>。签署人点击链接后需要输入短信验证码才能查看合同内容。
|
321
321
|
- 企业员工批量签署链接:需要传入签署方所在企业名称,用户名字和手机号(或者身份证件信息)参数来生成签署链接。<font color="red">该签署方企业必须已完成腾讯电子签企业认证</font>
|
322
322
|
- 个人批量签署链接:需要传入签署方用户名字和手机号(或者身份证件信息)参数来生成签署链接。个人批量签署进行的合同的签名区, 全部变成<font color="red">手写签名</font>(不管合同里边设置的签名限制)来进行。
|
@@ -213,8 +213,8 @@ class EssbasicClient(AbstractClient):
|
|
213
213
|
请确保生成链接时候的身份信息和签署合同参与方的信息保持一致。
|
214
214
|
|
215
215
|
注:
|
216
|
-
- 使用此接口生成链接,需要提前开通
|
217
|
-
-
|
216
|
+
- 使用此接口生成链接,需要提前开通 `个人签署方仅校验手机号` 功能,在 `腾讯电子签网页端-企业设置-拓展服务` 中可以找到。
|
217
|
+
- 个人参与方点击链接后需短信验证码才能查看合同内容。
|
218
218
|
- 个人用户批量签署,需要传Name,Mobile,IdCardNumber(IdCardType) 参数。
|
219
219
|
- saas企业员工用户批量签署,在传递了姓名等基本信息参数的情况下,还需要传OrganizationName(参与方所在企业名称)参数生成签署链接,<font color="red">请确保此企业已完成腾讯电子签企业认证</font>。
|
220
220
|
- 子客企业员工用户批量签署,需要传递员工OpenId和子客企业的OrganizationOpenId。<font color="red">请确保此OrganizationOpenId对应子客已经认证,且OpenId对应员工此子客下已经实名</font>。Name,Mobile, IdCard等信息此时可以不传,系统会查询此OpenId实名信息自动补充。
|