tencentcloud-sdk-python 3.0.1437__py2.py3-none-any.whl → 3.0.1438__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +15 -0
- tencentcloud/cdn/v20180606/models.py +8 -0
- tencentcloud/cfw/v20190904/cfw_client.py +0 -75
- tencentcloud/cfw/v20190904/models.py +107 -702
- tencentcloud/ciam/v20220331/errorcodes.py +1 -1
- tencentcloud/cwp/v20180228/cwp_client.py +2 -2
- tencentcloud/cwp/v20180228/models.py +8 -8
- tencentcloud/dlc/v20210125/models.py +120 -15
- tencentcloud/ess/v20201111/ess_client.py +0 -3
- tencentcloud/essbasic/v20210526/essbasic_client.py +0 -1
- tencentcloud/essbasic/v20210526/models.py +4 -0
- tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
- tencentcloud/iotexplorer/v20190423/models.py +204 -4
- tencentcloud/ocr/v20181119/models.py +2 -2
- tencentcloud/sqlserver/v20180328/models.py +6 -6
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +2 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +14 -94
- tencentcloud/teo/v20220901/teo_client.py +8 -2
- tencentcloud/tsf/v20180326/models.py +1211 -0
- tencentcloud/tsf/v20180326/tsf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +270 -4
- {tencentcloud_sdk_python-3.0.1437.dist-info → tencentcloud_sdk_python-3.0.1438.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1437.dist-info → tencentcloud_sdk_python-3.0.1438.dist-info}/RECORD +28 -28
- {tencentcloud_sdk_python-3.0.1437.dist-info → tencentcloud_sdk_python-3.0.1438.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1437.dist-info → tencentcloud_sdk_python-3.0.1438.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1437.dist-info → tencentcloud_sdk_python-3.0.1438.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -563,6 +563,8 @@ class ApmField(AbstractModel):
|
|
|
563
563
|
:type LastPeriodValue: list of APMKV
|
|
564
564
|
:param _CompareVal: 同比指标值,已弃用,不建议使用
|
|
565
565
|
:type CompareVal: str
|
|
566
|
+
:param _NameCN: 指标中文名
|
|
567
|
+
:type NameCN: str
|
|
566
568
|
"""
|
|
567
569
|
self._Key = None
|
|
568
570
|
self._Value = None
|
|
@@ -570,6 +572,7 @@ class ApmField(AbstractModel):
|
|
|
570
572
|
self._CompareVals = None
|
|
571
573
|
self._LastPeriodValue = None
|
|
572
574
|
self._CompareVal = None
|
|
575
|
+
self._NameCN = None
|
|
573
576
|
|
|
574
577
|
@property
|
|
575
578
|
def Key(self):
|
|
@@ -639,6 +642,17 @@ class ApmField(AbstractModel):
|
|
|
639
642
|
def CompareVal(self, CompareVal):
|
|
640
643
|
self._CompareVal = CompareVal
|
|
641
644
|
|
|
645
|
+
@property
|
|
646
|
+
def NameCN(self):
|
|
647
|
+
"""指标中文名
|
|
648
|
+
:rtype: str
|
|
649
|
+
"""
|
|
650
|
+
return self._NameCN
|
|
651
|
+
|
|
652
|
+
@NameCN.setter
|
|
653
|
+
def NameCN(self, NameCN):
|
|
654
|
+
self._NameCN = NameCN
|
|
655
|
+
|
|
642
656
|
|
|
643
657
|
def _deserialize(self, params):
|
|
644
658
|
self._Key = params.get("Key")
|
|
@@ -657,6 +671,7 @@ class ApmField(AbstractModel):
|
|
|
657
671
|
obj._deserialize(item)
|
|
658
672
|
self._LastPeriodValue.append(obj)
|
|
659
673
|
self._CompareVal = params.get("CompareVal")
|
|
674
|
+
self._NameCN = params.get("NameCN")
|
|
660
675
|
memeber_set = set(params.keys())
|
|
661
676
|
for name, value in vars(self).items():
|
|
662
677
|
property_name = name[1:]
|
|
@@ -4136,6 +4136,8 @@ on:开启全路径缓存(即关闭参数忽略)
|
|
|
4136
4136
|
off:关闭全路径缓存(即开启参数忽略)
|
|
4137
4137
|
:type FullUrlCache: str
|
|
4138
4138
|
:param _IgnoreCase: 是否忽略大小写缓存
|
|
4139
|
+
on:开启
|
|
4140
|
+
off:关闭
|
|
4139
4141
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4140
4142
|
:type IgnoreCase: str
|
|
4141
4143
|
:param _QueryString: CacheKey中包含请求参数
|
|
@@ -4182,6 +4184,8 @@ off:关闭全路径缓存(即开启参数忽略)
|
|
|
4182
4184
|
@property
|
|
4183
4185
|
def IgnoreCase(self):
|
|
4184
4186
|
"""是否忽略大小写缓存
|
|
4187
|
+
on:开启
|
|
4188
|
+
off:关闭
|
|
4185
4189
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4186
4190
|
:rtype: str
|
|
4187
4191
|
"""
|
|
@@ -16182,6 +16186,8 @@ off:关闭全路径缓存(即开启参数忽略)
|
|
|
16182
16186
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16183
16187
|
:type FullUrlCache: str
|
|
16184
16188
|
:param _IgnoreCase: 是否忽略大小写缓存
|
|
16189
|
+
on:开启
|
|
16190
|
+
off:关闭
|
|
16185
16191
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16186
16192
|
:type IgnoreCase: str
|
|
16187
16193
|
:param _QueryString: CacheKey中包含请求参数
|
|
@@ -16247,6 +16253,8 @@ off:关闭全路径缓存(即开启参数忽略)
|
|
|
16247
16253
|
@property
|
|
16248
16254
|
def IgnoreCase(self):
|
|
16249
16255
|
"""是否忽略大小写缓存
|
|
16256
|
+
on:开启
|
|
16257
|
+
off:关闭
|
|
16250
16258
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16251
16259
|
:rtype: str
|
|
16252
16260
|
"""
|
|
@@ -325,31 +325,6 @@ class CfwClient(AbstractClient):
|
|
|
325
325
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
326
326
|
|
|
327
327
|
|
|
328
|
-
def CreateIdsWhiteRule(self, request):
|
|
329
|
-
"""CreateIdsWhiteRule
|
|
330
|
-
|
|
331
|
-
创建入侵防御规则白名单接口
|
|
332
|
-
|
|
333
|
-
:param request: Request instance for CreateIdsWhiteRule.
|
|
334
|
-
:type request: :class:`tencentcloud.cfw.v20190904.models.CreateIdsWhiteRuleRequest`
|
|
335
|
-
:rtype: :class:`tencentcloud.cfw.v20190904.models.CreateIdsWhiteRuleResponse`
|
|
336
|
-
|
|
337
|
-
"""
|
|
338
|
-
try:
|
|
339
|
-
params = request._serialize()
|
|
340
|
-
headers = request.headers
|
|
341
|
-
body = self.call("CreateIdsWhiteRule", params, headers=headers)
|
|
342
|
-
response = json.loads(body)
|
|
343
|
-
model = models.CreateIdsWhiteRuleResponse()
|
|
344
|
-
model._deserialize(response["Response"])
|
|
345
|
-
return model
|
|
346
|
-
except Exception as e:
|
|
347
|
-
if isinstance(e, TencentCloudSDKException):
|
|
348
|
-
raise
|
|
349
|
-
else:
|
|
350
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
351
|
-
|
|
352
|
-
|
|
353
328
|
def CreateNatFwInstance(self, request):
|
|
354
329
|
"""创建NAT防火墙实例(Region参数必填)
|
|
355
330
|
|
|
@@ -557,31 +532,6 @@ class CfwClient(AbstractClient):
|
|
|
557
532
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
558
533
|
|
|
559
534
|
|
|
560
|
-
def DeleteIdsWhiteRule(self, request):
|
|
561
|
-
"""历史方案,业务已迁移,接口不再适用
|
|
562
|
-
|
|
563
|
-
删除入侵防御规则白名单接口
|
|
564
|
-
|
|
565
|
-
:param request: Request instance for DeleteIdsWhiteRule.
|
|
566
|
-
:type request: :class:`tencentcloud.cfw.v20190904.models.DeleteIdsWhiteRuleRequest`
|
|
567
|
-
:rtype: :class:`tencentcloud.cfw.v20190904.models.DeleteIdsWhiteRuleResponse`
|
|
568
|
-
|
|
569
|
-
"""
|
|
570
|
-
try:
|
|
571
|
-
params = request._serialize()
|
|
572
|
-
headers = request.headers
|
|
573
|
-
body = self.call("DeleteIdsWhiteRule", params, headers=headers)
|
|
574
|
-
response = json.loads(body)
|
|
575
|
-
model = models.DeleteIdsWhiteRuleResponse()
|
|
576
|
-
model._deserialize(response["Response"])
|
|
577
|
-
return model
|
|
578
|
-
except Exception as e:
|
|
579
|
-
if isinstance(e, TencentCloudSDKException):
|
|
580
|
-
raise
|
|
581
|
-
else:
|
|
582
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
583
|
-
|
|
584
|
-
|
|
585
535
|
def DeleteNatFwInstance(self, request):
|
|
586
536
|
"""销毁防火墙实例
|
|
587
537
|
|
|
@@ -1134,31 +1084,6 @@ class CfwClient(AbstractClient):
|
|
|
1134
1084
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1135
1085
|
|
|
1136
1086
|
|
|
1137
|
-
def DescribeIdsWhiteRule(self, request):
|
|
1138
|
-
"""历史方案,业务已迁移,接口不再适用
|
|
1139
|
-
|
|
1140
|
-
查询入侵防御规则白名单接口
|
|
1141
|
-
|
|
1142
|
-
:param request: Request instance for DescribeIdsWhiteRule.
|
|
1143
|
-
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeIdsWhiteRuleRequest`
|
|
1144
|
-
:rtype: :class:`tencentcloud.cfw.v20190904.models.DescribeIdsWhiteRuleResponse`
|
|
1145
|
-
|
|
1146
|
-
"""
|
|
1147
|
-
try:
|
|
1148
|
-
params = request._serialize()
|
|
1149
|
-
headers = request.headers
|
|
1150
|
-
body = self.call("DescribeIdsWhiteRule", params, headers=headers)
|
|
1151
|
-
response = json.loads(body)
|
|
1152
|
-
model = models.DescribeIdsWhiteRuleResponse()
|
|
1153
|
-
model._deserialize(response["Response"])
|
|
1154
|
-
return model
|
|
1155
|
-
except Exception as e:
|
|
1156
|
-
if isinstance(e, TencentCloudSDKException):
|
|
1157
|
-
raise
|
|
1158
|
-
else:
|
|
1159
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
1087
|
def DescribeLogStorageStatistic(self, request):
|
|
1163
1088
|
"""租户日志存储统计
|
|
1164
1089
|
|