tencentcloud-sdk-python 3.0.1362__py2.py3-none-any.whl → 3.0.1364__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/batch/v20170312/models.py +12 -18
- tencentcloud/cat/v20180409/cat_client.py +23 -0
- tencentcloud/cat/v20180409/models.py +199 -0
- tencentcloud/cbs/v20170312/models.py +26 -12
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +3 -0
- tencentcloud/ccc/v20200210/models.py +162 -60
- tencentcloud/cdwch/v20200915/models.py +0 -12
- tencentcloud/cdwpg/v20201230/models.py +0 -12
- tencentcloud/cfw/v20190904/models.py +115 -12
- tencentcloud/chc/v20230418/models.py +15 -0
- tencentcloud/clb/v20180317/clb_client.py +1 -1
- tencentcloud/clb/v20180317/models.py +262 -366
- tencentcloud/cls/v20201016/models.py +35 -0
- tencentcloud/cme/v20191029/errorcodes.py +3 -0
- tencentcloud/common/abstract_client.py +29 -24
- tencentcloud/common/abstract_model.py +5 -1
- tencentcloud/common/common_client.py +14 -15
- tencentcloud/common/credential.py +68 -65
- tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
- tencentcloud/common/profile/client_profile.py +32 -30
- tencentcloud/common/profile/http_profile.py +20 -12
- tencentcloud/common/retry.py +18 -0
- tencentcloud/cvm/v20170312/cvm_client.py +7 -1
- tencentcloud/cvm/v20170312/errorcodes.py +1 -1
- tencentcloud/cvm/v20170312/models.py +88 -68
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
- tencentcloud/cynosdb/v20190107/models.py +318 -0
- tencentcloud/dc/v20180410/models.py +2 -2
- tencentcloud/dlc/v20210125/models.py +0 -16
- tencentcloud/dts/v20211206/models.py +11 -7
- tencentcloud/es/v20250101/models.py +2 -6
- tencentcloud/ess/v20201111/models.py +31 -12
- tencentcloud/gwlb/v20240906/errorcodes.py +3 -0
- tencentcloud/gwlb/v20240906/gwlb_client.py +0 -1
- tencentcloud/gwlb/v20240906/models.py +4 -4
- tencentcloud/hunyuan/v20230901/models.py +2 -2
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +538 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +3 -1
- tencentcloud/lcic/v20220817/models.py +30 -0
- tencentcloud/lke/v20231130/errorcodes.py +3 -0
- tencentcloud/lke/v20231130/lke_client.py +4 -2
- tencentcloud/lke/v20231130/models.py +167 -6
- tencentcloud/lkeap/v20240522/lkeap_client.py +2 -2
- tencentcloud/lkeap/v20240522/models.py +4 -4
- tencentcloud/monitor/v20180724/models.py +169 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/models.py +20 -20
- tencentcloud/tcbr/v20220217/models.py +30 -0
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/teo/v20220901/models.py +8 -112
- tencentcloud/tsf/v20180326/models.py +15 -0
- tencentcloud/tts/v20190823/models.py +15 -15
- tencentcloud/tts/v20190823/tts_client.py +4 -3
- tencentcloud/vpc/v20170312/models.py +710 -0
- tencentcloud/vpc/v20170312/vpc_client.py +116 -1
- tencentcloud/vrs/v20200824/models.py +17 -0
- tencentcloud/waf/v20180125/errorcodes.py +9 -0
- tencentcloud/waf/v20180125/models.py +3372 -240
- tencentcloud/waf/v20180125/waf_client.py +138 -0
- tencentcloud/wedata/v20210820/models.py +55 -0
- {tencentcloud_sdk_python-3.0.1362.dist-info → tencentcloud_sdk_python-3.0.1364.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1362.dist-info → tencentcloud_sdk_python-3.0.1364.dist-info}/RECORD +68 -68
- {tencentcloud_sdk_python-3.0.1362.dist-info → tencentcloud_sdk_python-3.0.1364.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1362.dist-info → tencentcloud_sdk_python-3.0.1364.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1362.dist-info → tencentcloud_sdk_python-3.0.1364.dist-info}/top_level.txt +0 -0
@@ -1743,22 +1743,17 @@ class CfwInsStatus(AbstractModel):
|
|
1743
1743
|
:param _FwType: 防火墙类型,nat:nat防火墙;ew:vpc间防火墙
|
1744
1744
|
:type FwType: str
|
1745
1745
|
:param _Region: 实例所属地域
|
1746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1747
1746
|
:type Region: str
|
1748
1747
|
:param _Status: 实例运行状态,Running:正常运行;BypassAutoFix:bypass修复;Updating:升级中;Expand:扩容中;BypassManual:手动触发bypass中;BypassAuto:自动触发bypass中
|
1749
1748
|
:type Status: str
|
1750
1749
|
:param _EventTime: 事件时间
|
1751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1752
1750
|
:type EventTime: str
|
1753
1751
|
:param _RecoverTime: 恢复时间
|
1754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1755
1752
|
:type RecoverTime: str
|
1756
1753
|
:param _CfwInsName: 实例名称
|
1757
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1758
1754
|
:type CfwInsName: str
|
1759
1755
|
:param _TrafficMode: Normal: 正常模式
|
1760
1756
|
OnlyRoute: 透明模式
|
1761
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1762
1757
|
:type TrafficMode: str
|
1763
1758
|
"""
|
1764
1759
|
self._CfwInsId = None
|
@@ -1795,7 +1790,6 @@ OnlyRoute: 透明模式
|
|
1795
1790
|
@property
|
1796
1791
|
def Region(self):
|
1797
1792
|
"""实例所属地域
|
1798
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1799
1793
|
:rtype: str
|
1800
1794
|
"""
|
1801
1795
|
return self._Region
|
@@ -1818,7 +1812,6 @@ OnlyRoute: 透明模式
|
|
1818
1812
|
@property
|
1819
1813
|
def EventTime(self):
|
1820
1814
|
"""事件时间
|
1821
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1822
1815
|
:rtype: str
|
1823
1816
|
"""
|
1824
1817
|
return self._EventTime
|
@@ -1830,7 +1823,6 @@ OnlyRoute: 透明模式
|
|
1830
1823
|
@property
|
1831
1824
|
def RecoverTime(self):
|
1832
1825
|
"""恢复时间
|
1833
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1834
1826
|
:rtype: str
|
1835
1827
|
"""
|
1836
1828
|
return self._RecoverTime
|
@@ -1842,7 +1834,6 @@ OnlyRoute: 透明模式
|
|
1842
1834
|
@property
|
1843
1835
|
def CfwInsName(self):
|
1844
1836
|
"""实例名称
|
1845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1846
1837
|
:rtype: str
|
1847
1838
|
"""
|
1848
1839
|
return self._CfwInsName
|
@@ -1855,7 +1846,6 @@ OnlyRoute: 透明模式
|
|
1855
1846
|
def TrafficMode(self):
|
1856
1847
|
"""Normal: 正常模式
|
1857
1848
|
OnlyRoute: 透明模式
|
1858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1859
1849
|
:rtype: str
|
1860
1850
|
"""
|
1861
1851
|
return self._TrafficMode
|
@@ -6418,6 +6408,10 @@ class DescAcItem(AbstractModel):
|
|
6418
6408
|
:type TargetName: str
|
6419
6409
|
:param _LastHitTime: 规则最近命中时间
|
6420
6410
|
:type LastHitTime: str
|
6411
|
+
:param _CountryKey: 地区简称
|
6412
|
+
:type CountryKey: str
|
6413
|
+
:param _CityKey: 省份、城市简称
|
6414
|
+
:type CityKey: str
|
6421
6415
|
"""
|
6422
6416
|
self._SourceContent = None
|
6423
6417
|
self._TargetContent = None
|
@@ -6452,6 +6446,8 @@ class DescAcItem(AbstractModel):
|
|
6452
6446
|
self._SourceName = None
|
6453
6447
|
self._TargetName = None
|
6454
6448
|
self._LastHitTime = None
|
6449
|
+
self._CountryKey = None
|
6450
|
+
self._CityKey = None
|
6455
6451
|
|
6456
6452
|
@property
|
6457
6453
|
def SourceContent(self):
|
@@ -6817,6 +6813,28 @@ class DescAcItem(AbstractModel):
|
|
6817
6813
|
def LastHitTime(self, LastHitTime):
|
6818
6814
|
self._LastHitTime = LastHitTime
|
6819
6815
|
|
6816
|
+
@property
|
6817
|
+
def CountryKey(self):
|
6818
|
+
"""地区简称
|
6819
|
+
:rtype: str
|
6820
|
+
"""
|
6821
|
+
return self._CountryKey
|
6822
|
+
|
6823
|
+
@CountryKey.setter
|
6824
|
+
def CountryKey(self, CountryKey):
|
6825
|
+
self._CountryKey = CountryKey
|
6826
|
+
|
6827
|
+
@property
|
6828
|
+
def CityKey(self):
|
6829
|
+
"""省份、城市简称
|
6830
|
+
:rtype: str
|
6831
|
+
"""
|
6832
|
+
return self._CityKey
|
6833
|
+
|
6834
|
+
@CityKey.setter
|
6835
|
+
def CityKey(self, CityKey):
|
6836
|
+
self._CityKey = CityKey
|
6837
|
+
|
6820
6838
|
|
6821
6839
|
def _deserialize(self, params):
|
6822
6840
|
self._SourceContent = params.get("SourceContent")
|
@@ -6857,6 +6875,8 @@ class DescAcItem(AbstractModel):
|
|
6857
6875
|
self._SourceName = params.get("SourceName")
|
6858
6876
|
self._TargetName = params.get("TargetName")
|
6859
6877
|
self._LastHitTime = params.get("LastHitTime")
|
6878
|
+
self._CountryKey = params.get("CountryKey")
|
6879
|
+
self._CityKey = params.get("CityKey")
|
6860
6880
|
memeber_set = set(params.keys())
|
6861
6881
|
for name, value in vars(self).items():
|
6862
6882
|
property_name = name[1:]
|
@@ -9805,6 +9825,8 @@ class DescribeFwEdgeIpsResponse(AbstractModel):
|
|
9805
9825
|
:type RegionLst: list of str
|
9806
9826
|
:param _InstanceTypeLst: 实例类型列表
|
9807
9827
|
:type InstanceTypeLst: list of str
|
9828
|
+
:param _SerilCount: 串行模式开关个数
|
9829
|
+
:type SerilCount: int
|
9808
9830
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9809
9831
|
:type RequestId: str
|
9810
9832
|
"""
|
@@ -9812,6 +9834,7 @@ class DescribeFwEdgeIpsResponse(AbstractModel):
|
|
9812
9834
|
self._Total = None
|
9813
9835
|
self._RegionLst = None
|
9814
9836
|
self._InstanceTypeLst = None
|
9837
|
+
self._SerilCount = None
|
9815
9838
|
self._RequestId = None
|
9816
9839
|
|
9817
9840
|
@property
|
@@ -9858,6 +9881,17 @@ class DescribeFwEdgeIpsResponse(AbstractModel):
|
|
9858
9881
|
def InstanceTypeLst(self, InstanceTypeLst):
|
9859
9882
|
self._InstanceTypeLst = InstanceTypeLst
|
9860
9883
|
|
9884
|
+
@property
|
9885
|
+
def SerilCount(self):
|
9886
|
+
"""串行模式开关个数
|
9887
|
+
:rtype: int
|
9888
|
+
"""
|
9889
|
+
return self._SerilCount
|
9890
|
+
|
9891
|
+
@SerilCount.setter
|
9892
|
+
def SerilCount(self, SerilCount):
|
9893
|
+
self._SerilCount = SerilCount
|
9894
|
+
|
9861
9895
|
@property
|
9862
9896
|
def RequestId(self):
|
9863
9897
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -9880,6 +9914,7 @@ class DescribeFwEdgeIpsResponse(AbstractModel):
|
|
9880
9914
|
self._Total = params.get("Total")
|
9881
9915
|
self._RegionLst = params.get("RegionLst")
|
9882
9916
|
self._InstanceTypeLst = params.get("InstanceTypeLst")
|
9917
|
+
self._SerilCount = params.get("SerilCount")
|
9883
9918
|
self._RequestId = params.get("RequestId")
|
9884
9919
|
|
9885
9920
|
|
@@ -14381,6 +14416,8 @@ ANY:表示所有
|
|
14381
14416
|
:type BetaList: list of EnterpriseSecurityGroupRuleBetaInfo
|
14382
14417
|
:param _Id: 规则id 等同RuleUuid
|
14383
14418
|
:type Id: int
|
14419
|
+
:param _DnsParseCount: 域名解析的IP统计
|
14420
|
+
:type DnsParseCount: :class:`tencentcloud.cfw.v20190904.models.SgDnsParseCount`
|
14384
14421
|
"""
|
14385
14422
|
self._OrderIndex = None
|
14386
14423
|
self._RuleUuid = None
|
@@ -14412,6 +14449,7 @@ ANY:表示所有
|
|
14412
14449
|
self._ProtocolPortName = None
|
14413
14450
|
self._BetaList = None
|
14414
14451
|
self._Id = None
|
14452
|
+
self._DnsParseCount = None
|
14415
14453
|
|
14416
14454
|
@property
|
14417
14455
|
def OrderIndex(self):
|
@@ -14781,6 +14819,17 @@ ANY:表示所有
|
|
14781
14819
|
def Id(self, Id):
|
14782
14820
|
self._Id = Id
|
14783
14821
|
|
14822
|
+
@property
|
14823
|
+
def DnsParseCount(self):
|
14824
|
+
"""域名解析的IP统计
|
14825
|
+
:rtype: :class:`tencentcloud.cfw.v20190904.models.SgDnsParseCount`
|
14826
|
+
"""
|
14827
|
+
return self._DnsParseCount
|
14828
|
+
|
14829
|
+
@DnsParseCount.setter
|
14830
|
+
def DnsParseCount(self, DnsParseCount):
|
14831
|
+
self._DnsParseCount = DnsParseCount
|
14832
|
+
|
14784
14833
|
|
14785
14834
|
def _deserialize(self, params):
|
14786
14835
|
self._OrderIndex = params.get("OrderIndex")
|
@@ -14818,6 +14867,9 @@ ANY:表示所有
|
|
14818
14867
|
obj._deserialize(item)
|
14819
14868
|
self._BetaList.append(obj)
|
14820
14869
|
self._Id = params.get("Id")
|
14870
|
+
if params.get("DnsParseCount") is not None:
|
14871
|
+
self._DnsParseCount = SgDnsParseCount()
|
14872
|
+
self._DnsParseCount._deserialize(params.get("DnsParseCount"))
|
14821
14873
|
memeber_set = set(params.keys())
|
14822
14874
|
for name, value in vars(self).items():
|
14823
14875
|
property_name = name[1:]
|
@@ -22803,7 +22855,7 @@ region:地域(ap-gaungzhou)
|
|
22803
22855
|
accept:放行
|
22804
22856
|
drop:拒绝
|
22805
22857
|
:type RuleAction: str
|
22806
|
-
:param _Description:
|
22858
|
+
:param _Description: 规则描述 用于规则使用或者场景的描述,最多支持50个字符
|
22807
22859
|
:type Description: str
|
22808
22860
|
:param _OrderIndex: 规则顺序,-1表示最低,1表示最高,请勿和外层Type冲突(和外层的Type配合使用,当中间插入时,指定添加位置)
|
22809
22861
|
:type OrderIndex: str
|
@@ -22908,7 +22960,7 @@ drop:拒绝
|
|
22908
22960
|
|
22909
22961
|
@property
|
22910
22962
|
def Description(self):
|
22911
|
-
"""
|
22963
|
+
"""规则描述 用于规则使用或者场景的描述,最多支持50个字符
|
22912
22964
|
:rtype: str
|
22913
22965
|
"""
|
22914
22966
|
return self._Description
|
@@ -23465,6 +23517,57 @@ class SetNatFwEipResponse(AbstractModel):
|
|
23465
23517
|
self._RequestId = params.get("RequestId")
|
23466
23518
|
|
23467
23519
|
|
23520
|
+
class SgDnsParseCount(AbstractModel):
|
23521
|
+
"""企业安全组域名解析的IP统计
|
23522
|
+
|
23523
|
+
"""
|
23524
|
+
|
23525
|
+
def __init__(self):
|
23526
|
+
r"""
|
23527
|
+
:param _ValidCount: 有效下发的IP个数,离散数据
|
23528
|
+
:type ValidCount: int
|
23529
|
+
:param _InvalidCount: 未下发的IP个数,离散数据
|
23530
|
+
:type InvalidCount: int
|
23531
|
+
"""
|
23532
|
+
self._ValidCount = None
|
23533
|
+
self._InvalidCount = None
|
23534
|
+
|
23535
|
+
@property
|
23536
|
+
def ValidCount(self):
|
23537
|
+
"""有效下发的IP个数,离散数据
|
23538
|
+
:rtype: int
|
23539
|
+
"""
|
23540
|
+
return self._ValidCount
|
23541
|
+
|
23542
|
+
@ValidCount.setter
|
23543
|
+
def ValidCount(self, ValidCount):
|
23544
|
+
self._ValidCount = ValidCount
|
23545
|
+
|
23546
|
+
@property
|
23547
|
+
def InvalidCount(self):
|
23548
|
+
"""未下发的IP个数,离散数据
|
23549
|
+
:rtype: int
|
23550
|
+
"""
|
23551
|
+
return self._InvalidCount
|
23552
|
+
|
23553
|
+
@InvalidCount.setter
|
23554
|
+
def InvalidCount(self, InvalidCount):
|
23555
|
+
self._InvalidCount = InvalidCount
|
23556
|
+
|
23557
|
+
|
23558
|
+
def _deserialize(self, params):
|
23559
|
+
self._ValidCount = params.get("ValidCount")
|
23560
|
+
self._InvalidCount = params.get("InvalidCount")
|
23561
|
+
memeber_set = set(params.keys())
|
23562
|
+
for name, value in vars(self).items():
|
23563
|
+
property_name = name[1:]
|
23564
|
+
if property_name in memeber_set:
|
23565
|
+
memeber_set.remove(property_name)
|
23566
|
+
if len(memeber_set) > 0:
|
23567
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
23568
|
+
|
23569
|
+
|
23570
|
+
|
23468
23571
|
class StaticInfo(AbstractModel):
|
23469
23572
|
"""StaticInfo 告警柱形图统计信息
|
23470
23573
|
|
@@ -3994,11 +3994,14 @@ class DescribeModelVersionListRequest(AbstractModel):
|
|
3994
3994
|
:type Checked: bool
|
3995
3995
|
:param _CampusId: 园区ID,当 Checked 参数传 True 时,该参数必须传值
|
3996
3996
|
:type CampusId: int
|
3997
|
+
:param _ModelName: 型号关键字,可以实现模糊匹配搜索功能
|
3998
|
+
:type ModelName: str
|
3997
3999
|
"""
|
3998
4000
|
self._DeviceType = None
|
3999
4001
|
self._Filters = None
|
4000
4002
|
self._Checked = None
|
4001
4003
|
self._CampusId = None
|
4004
|
+
self._ModelName = None
|
4002
4005
|
|
4003
4006
|
@property
|
4004
4007
|
def DeviceType(self):
|
@@ -4044,6 +4047,17 @@ class DescribeModelVersionListRequest(AbstractModel):
|
|
4044
4047
|
def CampusId(self, CampusId):
|
4045
4048
|
self._CampusId = CampusId
|
4046
4049
|
|
4050
|
+
@property
|
4051
|
+
def ModelName(self):
|
4052
|
+
"""型号关键字,可以实现模糊匹配搜索功能
|
4053
|
+
:rtype: str
|
4054
|
+
"""
|
4055
|
+
return self._ModelName
|
4056
|
+
|
4057
|
+
@ModelName.setter
|
4058
|
+
def ModelName(self, ModelName):
|
4059
|
+
self._ModelName = ModelName
|
4060
|
+
|
4047
4061
|
|
4048
4062
|
def _deserialize(self, params):
|
4049
4063
|
self._DeviceType = params.get("DeviceType")
|
@@ -4055,6 +4069,7 @@ class DescribeModelVersionListRequest(AbstractModel):
|
|
4055
4069
|
self._Filters.append(obj)
|
4056
4070
|
self._Checked = params.get("Checked")
|
4057
4071
|
self._CampusId = params.get("CampusId")
|
4072
|
+
self._ModelName = params.get("ModelName")
|
4058
4073
|
memeber_set = set(params.keys())
|
4059
4074
|
for name, value in vars(self).items():
|
4060
4075
|
property_name = name[1:]
|
@@ -303,7 +303,7 @@ class ClbClient(AbstractClient):
|
|
303
303
|
|
304
304
|
|
305
305
|
def CreateLoadBalancer(self, request):
|
306
|
-
"""本接口(CreateLoadBalancer)
|
306
|
+
"""本接口(CreateLoadBalancer)用来创建负载均衡实例。为了使用负载均衡服务,您必须购买一个或多个负载均衡实例。成功调用该接口后,会返回负载均衡实例的唯一 ID。负载均衡实例的类型分为:公网、内网。详情可参考产品说明中的产品类型。
|
307
307
|
注意:(1)可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域是否支持创建IPv6实例;(2)一个账号在每个地域的默认购买配额为:公网100个,内网100个。
|
308
308
|
本接口为异步接口,接口成功返回后,可使用 DescribeLoadBalancers 接口查询负载均衡实例的状态(如创建中、正常),以确定是否创建成功。
|
309
309
|
|