tencentcloud-sdk-python 3.0.1254__py2.py3-none-any.whl → 3.0.1256__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/captcha/v20190722/models.py +16 -3
- tencentcloud/cdb/v20170320/models.py +14 -0
- tencentcloud/cfw/v20190904/cfw_client.py +6 -2
- tencentcloud/cfw/v20190904/models.py +83 -28
- tencentcloud/clb/v20180317/models.py +25 -1
- tencentcloud/cvm/v20170312/models.py +0 -1
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +75 -26
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +39 -39
- tencentcloud/cynosdb/v20190107/models.py +27 -0
- tencentcloud/emr/v20190103/emr_client.py +1 -1
- tencentcloud/ess/v20201111/ess_client.py +9 -8
- tencentcloud/ess/v20201111/models.py +26 -0
- tencentcloud/essbasic/v20210526/models.py +26 -0
- tencentcloud/gaap/v20180529/gaap_client.py +1 -1
- tencentcloud/gaap/v20180529/models.py +67 -39
- tencentcloud/hunyuan/v20230901/models.py +1 -1
- tencentcloud/lcic/v20220817/models.py +4 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +6 -0
- tencentcloud/monitor/v20180724/models.py +25 -0
- tencentcloud/mqtt/v20240516/models.py +4 -2
- tencentcloud/ocr/v20181119/models.py +1 -0
- tencentcloud/pts/v20210728/models.py +13 -0
- tencentcloud/redis/v20180412/models.py +3 -1
- tencentcloud/redis/v20180412/redis_client.py +1 -1
- tencentcloud/ses/v20201002/models.py +0 -10
- tencentcloud/sms/v20190711/models.py +8 -10
- tencentcloud/sms/v20210111/models.py +10 -13
- tencentcloud/sms/v20210111/sms_client.py +1 -1
- tencentcloud/taf/v20200210/models.py +63 -0
- tencentcloud/tdmq/v20200217/models.py +600 -55
- tencentcloud/tdmq/v20200217/tdmq_client.py +69 -0
- tencentcloud/trocket/v20230308/models.py +185 -115
- tencentcloud/trocket/v20230308/trocket_client.py +8 -8
- tencentcloud/tsi/v20210325/models.py +135 -0
- tencentcloud/vod/v20180717/models.py +878 -7
- tencentcloud/vpc/v20170312/models.py +12 -12
- tencentcloud/waf/v20180125/models.py +134 -0
- tencentcloud/waf/v20180125/waf_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +592 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1254.dist-info → tencentcloud_sdk_python-3.0.1256.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1254.dist-info → tencentcloud_sdk_python-3.0.1256.dist-info}/RECORD +47 -47
- {tencentcloud_sdk_python-3.0.1254.dist-info → tencentcloud_sdk_python-3.0.1256.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1254.dist-info → tencentcloud_sdk_python-3.0.1256.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1254.dist-info → tencentcloud_sdk_python-3.0.1256.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -1729,7 +1729,7 @@ class DescribeCaptchaMiniResultRequest(AbstractModel):
|
|
1729
1729
|
|
1730
1730
|
def __init__(self):
|
1731
1731
|
r"""
|
1732
|
-
:param _CaptchaType: 固定填值:9
|
1732
|
+
:param _CaptchaType: 固定填值:9
|
1733
1733
|
:type CaptchaType: int
|
1734
1734
|
:param _Ticket: 验证码返回给用户的票据
|
1735
1735
|
:type Ticket: str
|
@@ -2281,7 +2281,7 @@ class DescribeCaptchaRceResultRequest(AbstractModel):
|
|
2281
2281
|
|
2282
2282
|
def __init__(self):
|
2283
2283
|
r"""
|
2284
|
-
:param _CaptchaType: 固定填值:9
|
2284
|
+
:param _CaptchaType: 固定填值:9。
|
2285
2285
|
:type CaptchaType: int
|
2286
2286
|
:param _Ticket: 前端回调函数返回的用户验证票据
|
2287
2287
|
:type Ticket: str
|
@@ -2559,7 +2559,7 @@ class DescribeCaptchaResultRequest(AbstractModel):
|
|
2559
2559
|
|
2560
2560
|
def __init__(self):
|
2561
2561
|
r"""
|
2562
|
-
:param _CaptchaType: 固定填值:9
|
2562
|
+
:param _CaptchaType: 固定填值:9。
|
2563
2563
|
:type CaptchaType: int
|
2564
2564
|
:param _Ticket: 前端回调函数返回的用户验证票据
|
2565
2565
|
:type Ticket: str
|
@@ -2737,6 +2737,9 @@ EvilLevel=100 请求有恶意
|
|
2737
2737
|
:type EvilBitmap: int
|
2738
2738
|
:param _SubmitCaptchaTime: 提交验证码时间
|
2739
2739
|
:type SubmitCaptchaTime: int
|
2740
|
+
:param _DeviceRiskCategory: 设备风险大类
|
2741
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2742
|
+
:type DeviceRiskCategory: str
|
2740
2743
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2741
2744
|
:type RequestId: str
|
2742
2745
|
"""
|
@@ -2746,6 +2749,7 @@ EvilLevel=100 请求有恶意
|
|
2746
2749
|
self._GetCaptchaTime = None
|
2747
2750
|
self._EvilBitmap = None
|
2748
2751
|
self._SubmitCaptchaTime = None
|
2752
|
+
self._DeviceRiskCategory = None
|
2749
2753
|
self._RequestId = None
|
2750
2754
|
|
2751
2755
|
@property
|
@@ -2796,6 +2800,14 @@ EvilLevel=100 请求有恶意
|
|
2796
2800
|
def SubmitCaptchaTime(self, SubmitCaptchaTime):
|
2797
2801
|
self._SubmitCaptchaTime = SubmitCaptchaTime
|
2798
2802
|
|
2803
|
+
@property
|
2804
|
+
def DeviceRiskCategory(self):
|
2805
|
+
return self._DeviceRiskCategory
|
2806
|
+
|
2807
|
+
@DeviceRiskCategory.setter
|
2808
|
+
def DeviceRiskCategory(self, DeviceRiskCategory):
|
2809
|
+
self._DeviceRiskCategory = DeviceRiskCategory
|
2810
|
+
|
2799
2811
|
@property
|
2800
2812
|
def RequestId(self):
|
2801
2813
|
return self._RequestId
|
@@ -2812,6 +2824,7 @@ EvilLevel=100 请求有恶意
|
|
2812
2824
|
self._GetCaptchaTime = params.get("GetCaptchaTime")
|
2813
2825
|
self._EvilBitmap = params.get("EvilBitmap")
|
2814
2826
|
self._SubmitCaptchaTime = params.get("SubmitCaptchaTime")
|
2827
|
+
self._DeviceRiskCategory = params.get("DeviceRiskCategory")
|
2815
2828
|
self._RequestId = params.get("RequestId")
|
2816
2829
|
|
2817
2830
|
|
@@ -30920,6 +30920,8 @@ class UpgradeDBInstanceRequest(AbstractModel):
|
|
30920
30920
|
:type ZoneId: str
|
30921
30921
|
:param _RoTransType: 针对跨集群搬迁场景,选择同可用区RO的处理逻辑。together-同可用区RO跟随主实例迁移至目标可用区(默认选项),severally-同可用区RO保持原部署模式、不迁移至目标可用区。
|
30922
30922
|
:type RoTransType: str
|
30923
|
+
:param _ClusterTopology: 集群版节点拓扑配置。
|
30924
|
+
:type ClusterTopology: :class:`tencentcloud.cdb.v20170320.models.ClusterTopology`
|
30923
30925
|
:param _CheckFastUpgradeReboot: 检查原地升级是否需要重启,1 检查, 0 不检查。如果值为1,检查为原地升级需要重启,则会停止升级并进行返回提示,如果为原地升级不重启,则正常执行升级流程。
|
30924
30926
|
:type CheckFastUpgradeReboot: int
|
30925
30927
|
"""
|
@@ -30940,6 +30942,7 @@ class UpgradeDBInstanceRequest(AbstractModel):
|
|
30940
30942
|
self._CrossCluster = None
|
30941
30943
|
self._ZoneId = None
|
30942
30944
|
self._RoTransType = None
|
30945
|
+
self._ClusterTopology = None
|
30943
30946
|
self._CheckFastUpgradeReboot = None
|
30944
30947
|
|
30945
30948
|
@property
|
@@ -31078,6 +31081,14 @@ class UpgradeDBInstanceRequest(AbstractModel):
|
|
31078
31081
|
def RoTransType(self, RoTransType):
|
31079
31082
|
self._RoTransType = RoTransType
|
31080
31083
|
|
31084
|
+
@property
|
31085
|
+
def ClusterTopology(self):
|
31086
|
+
return self._ClusterTopology
|
31087
|
+
|
31088
|
+
@ClusterTopology.setter
|
31089
|
+
def ClusterTopology(self, ClusterTopology):
|
31090
|
+
self._ClusterTopology = ClusterTopology
|
31091
|
+
|
31081
31092
|
@property
|
31082
31093
|
def CheckFastUpgradeReboot(self):
|
31083
31094
|
return self._CheckFastUpgradeReboot
|
@@ -31105,6 +31116,9 @@ class UpgradeDBInstanceRequest(AbstractModel):
|
|
31105
31116
|
self._CrossCluster = params.get("CrossCluster")
|
31106
31117
|
self._ZoneId = params.get("ZoneId")
|
31107
31118
|
self._RoTransType = params.get("RoTransType")
|
31119
|
+
if params.get("ClusterTopology") is not None:
|
31120
|
+
self._ClusterTopology = ClusterTopology()
|
31121
|
+
self._ClusterTopology._deserialize(params.get("ClusterTopology"))
|
31108
31122
|
self._CheckFastUpgradeReboot = params.get("CheckFastUpgradeReboot")
|
31109
31123
|
memeber_set = set(params.keys())
|
31110
31124
|
for name, value in vars(self).items():
|
@@ -1338,7 +1338,9 @@ class CfwClient(AbstractClient):
|
|
1338
1338
|
|
1339
1339
|
|
1340
1340
|
def DescribeNatSwitchList(self, request):
|
1341
|
-
"""
|
1341
|
+
"""旧接口,不再维护
|
1342
|
+
|
1343
|
+
查询NAT边界防火墙开关列表
|
1342
1344
|
|
1343
1345
|
:param request: Request instance for DescribeNatSwitchList.
|
1344
1346
|
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeNatSwitchListRequest`
|
@@ -1476,7 +1478,9 @@ class CfwClient(AbstractClient):
|
|
1476
1478
|
|
1477
1479
|
|
1478
1480
|
def DescribeSwitchLists(self, request):
|
1479
|
-
"""
|
1481
|
+
"""历史接口,已经废弃,产品有新的替代接口
|
1482
|
+
|
1483
|
+
防火墙开关列表,已废弃,请使用DescribeFwEdgeIps
|
1480
1484
|
|
1481
1485
|
:param request: Request instance for DescribeSwitchLists.
|
1482
1486
|
:type request: :class:`tencentcloud.cfw.v20190904.models.DescribeSwitchListsRequest`
|
@@ -1280,7 +1280,7 @@ class BlockIgnoreRule(AbstractModel):
|
|
1280
1280
|
|
1281
1281
|
def __init__(self):
|
1282
1282
|
r"""
|
1283
|
-
:param _RuleType: 1
|
1283
|
+
:param _RuleType: 规则类型,取值:1 封禁,2外部IP,3域名,4情报,5assets,6自定义策略,7入侵防御规则id (2-7属于白名单类型)
|
1284
1284
|
注意:此字段可能返回 null,表示取不到有效值。
|
1285
1285
|
:type RuleType: int
|
1286
1286
|
:param _Ioc: 规则ip或白名单内容
|
@@ -6345,15 +6345,15 @@ class DescribeAddressTemplateListRequest(AbstractModel):
|
|
6345
6345
|
:type Offset: int
|
6346
6346
|
:param _Limit: 条数,分页用
|
6347
6347
|
:type Limit: int
|
6348
|
-
:param _By:
|
6348
|
+
:param _By: 排序字段,取值:UpdateTime最近更新时间,RulesNum关联规则数
|
6349
6349
|
:type By: str
|
6350
|
-
:param _Order: 排序,取值
|
6350
|
+
:param _Order: 排序,取值 :asc正序,desc逆序
|
6351
6351
|
:type Order: str
|
6352
6352
|
:param _SearchValue: 搜索值
|
6353
6353
|
:type SearchValue: str
|
6354
6354
|
:param _Uuid: 检索地址模板唯一id
|
6355
6355
|
:type Uuid: str
|
6356
|
-
:param _TemplateType: 1:ip模板,5:域名模板,6:协议端口模板
|
6356
|
+
:param _TemplateType: 模板类型,取值:1:ip模板,5:域名模板,6:协议端口模板
|
6357
6357
|
:type TemplateType: str
|
6358
6358
|
:param _TemplateId: 模板Id
|
6359
6359
|
:type TemplateId: str
|
@@ -7705,7 +7705,11 @@ class DescribeEnterpriseSecurityGroupRuleListResponse(AbstractModel):
|
|
7705
7705
|
:type AllTotal: int
|
7706
7706
|
:param _Data: 规则列表
|
7707
7707
|
:type Data: list of EnterpriseSecurityGroupRuleRuleInfo
|
7708
|
-
:param _Enable:
|
7708
|
+
:param _Enable: 规则列表整体启用状态
|
7709
|
+
取值范围 0/1/2
|
7710
|
+
0.表示没有启用的(可以批量启用)
|
7711
|
+
1.表示没有禁用的(可以批量禁用)
|
7712
|
+
2 表示混合情况(不可批量操作)
|
7709
7713
|
:type Enable: int
|
7710
7714
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7711
7715
|
:type RequestId: str
|
@@ -7818,7 +7822,7 @@ true为启用,false为不启用
|
|
7818
7822
|
:type Port: str
|
7819
7823
|
:param _Protocol: 协议;TCP/UDP/ICMP/ANY
|
7820
7824
|
:type Protocol: str
|
7821
|
-
:param _ServiceTemplateId: 端口协议类型参数模板id;协议端口模板id
|
7825
|
+
:param _ServiceTemplateId: 端口协议类型参数模板id;协议端口模板id
|
7822
7826
|
:type ServiceTemplateId: str
|
7823
7827
|
:param _RuleUuid: 规则的uuid
|
7824
7828
|
:type RuleUuid: int
|
@@ -11685,7 +11689,7 @@ class EdgeIpInfo(AbstractModel):
|
|
11685
11689
|
r"""
|
11686
11690
|
:param _PublicIp: 公网IP
|
11687
11691
|
:type PublicIp: str
|
11688
|
-
:param _PublicIpType: 公网 IP 类型
|
11692
|
+
:param _PublicIpType: 公网 IP 类型 1 公网,2 弹性,3 弹性ipv6,4 anycastIP, 6 HighQualityEIP
|
11689
11693
|
注意:此字段可能返回 null,表示取不到有效值。
|
11690
11694
|
:type PublicIpType: int
|
11691
11695
|
:param _InstanceId: 实例ID
|
@@ -12157,25 +12161,58 @@ class EnterpriseSecurityGroupRuleRuleInfo(AbstractModel):
|
|
12157
12161
|
:param _SourceId: 源规则内容
|
12158
12162
|
注意:此字段可能返回 null,表示取不到有效值。
|
12159
12163
|
:type SourceId: str
|
12160
|
-
:param _SourceType: 源规则类型
|
12164
|
+
:param _SourceType: 源规则类型
|
12165
|
+
取值范围 0/1/2/3/4/5/6/7/8/9/100
|
12166
|
+
0表示ip(net),
|
12167
|
+
1表示VPC实例(intance)
|
12168
|
+
2表示子网实例(intance)
|
12169
|
+
3表示CVM实例(intance)
|
12170
|
+
4表示CLB实例(intance)
|
12171
|
+
5表示ENI实例(intance)
|
12172
|
+
6表示数据库实例(intance)
|
12173
|
+
7表示模版(template)
|
12174
|
+
8表示标签(tag)
|
12175
|
+
9表示地域(region)
|
12176
|
+
100表示资产分组(resourcegroup)
|
12161
12177
|
注意:此字段可能返回 null,表示取不到有效值。
|
12162
12178
|
:type SourceType: int
|
12163
12179
|
:param _TargetId: 目的规则内容
|
12164
12180
|
注意:此字段可能返回 null,表示取不到有效值。
|
12165
12181
|
:type TargetId: str
|
12166
|
-
:param _TargetType: 目的规则类型
|
12182
|
+
:param _TargetType: 目的规则类型
|
12183
|
+
取值范围 0/1/2/3/4/5/6/7/8/9/100
|
12184
|
+
0表示ip(net),
|
12185
|
+
1表示VPC实例(intance)
|
12186
|
+
2表示子网实例(intance)
|
12187
|
+
3表示CVM实例(intance)
|
12188
|
+
4表示CLB实例(intance)
|
12189
|
+
5表示ENI实例(intance)
|
12190
|
+
6表示数据库实例(intance)
|
12191
|
+
7表示模版(template)
|
12192
|
+
8表示标签(tag)
|
12193
|
+
9表示地域(region)
|
12194
|
+
100表示资产分组(resourcegroup)
|
12167
12195
|
注意:此字段可能返回 null,表示取不到有效值。
|
12168
12196
|
:type TargetType: int
|
12169
12197
|
:param _Protocol: 协议名称
|
12198
|
+
取值范围:TCP/ANY/ICMP/UDP
|
12199
|
+
ANY:表示所有
|
12200
|
+
|
12170
12201
|
注意:此字段可能返回 null,表示取不到有效值。
|
12171
12202
|
:type Protocol: str
|
12172
12203
|
:param _Port: 端口
|
12173
12204
|
注意:此字段可能返回 null,表示取不到有效值。
|
12174
12205
|
:type Port: str
|
12175
|
-
:param _Strategy:
|
12206
|
+
:param _Strategy: 规则策略
|
12207
|
+
取值范围:1/2
|
12208
|
+
1:阻断
|
12209
|
+
2:放行
|
12176
12210
|
注意:此字段可能返回 null,表示取不到有效值。
|
12177
12211
|
:type Strategy: int
|
12178
|
-
:param _Status:
|
12212
|
+
:param _Status: 规则启用状态
|
12213
|
+
取值范围: 0/1
|
12214
|
+
0:未开启
|
12215
|
+
1:开启
|
12179
12216
|
注意:此字段可能返回 null,表示取不到有效值。
|
12180
12217
|
:type Status: int
|
12181
12218
|
:param _Detail: 描述
|
@@ -12184,13 +12221,18 @@ class EnterpriseSecurityGroupRuleRuleInfo(AbstractModel):
|
|
12184
12221
|
:param _AclTags: 标签
|
12185
12222
|
注意:此字段可能返回 null,表示取不到有效值。
|
12186
12223
|
:type AclTags: str
|
12187
|
-
:param _IsNew:
|
12224
|
+
:param _IsNew: 规则最新一次是否有改动
|
12225
|
+
取值范围:0/1
|
12226
|
+
0:否
|
12227
|
+
1:是
|
12188
12228
|
注意:此字段可能返回 null,表示取不到有效值。
|
12189
12229
|
:type IsNew: int
|
12190
12230
|
:param _Region: 地域
|
12191
12231
|
注意:此字段可能返回 null,表示取不到有效值。
|
12192
12232
|
:type Region: str
|
12193
|
-
:param _IsDelay:
|
12233
|
+
:param _IsDelay: 是否延迟下发规则
|
12234
|
+
取值范围:0/1
|
12235
|
+
0:立即下发 1:延迟下发
|
12194
12236
|
注意:此字段可能返回 null,表示取不到有效值。
|
12195
12237
|
:type IsDelay: int
|
12196
12238
|
:param _ServiceTemplateId: 服务模板id
|
@@ -12229,10 +12271,10 @@ class EnterpriseSecurityGroupRuleRuleInfo(AbstractModel):
|
|
12229
12271
|
:param _ProtocolPortName: 端口模板名称
|
12230
12272
|
注意:此字段可能返回 null,表示取不到有效值。
|
12231
12273
|
:type ProtocolPortName: str
|
12232
|
-
:param _BetaList:
|
12274
|
+
:param _BetaList: 自动化任务信息
|
12233
12275
|
注意:此字段可能返回 null,表示取不到有效值。
|
12234
12276
|
:type BetaList: list of EnterpriseSecurityGroupRuleBetaInfo
|
12235
|
-
:param _Id: 规则id
|
12277
|
+
:param _Id: 规则id 等同RuleUuid
|
12236
12278
|
注意:此字段可能返回 null,表示取不到有效值。
|
12237
12279
|
:type Id: int
|
12238
12280
|
"""
|
@@ -13649,17 +13691,17 @@ class IntrusionDefenseRule(AbstractModel):
|
|
13649
13691
|
:type IP: str
|
13650
13692
|
:param _Domain: 规则域名,IP与Domain必填其中之一
|
13651
13693
|
:type Domain: str
|
13652
|
-
:param _Comment: 备注信息,长度不能超过50
|
13653
|
-
:type Comment: str
|
13654
13694
|
:param _StartTime: 规则开始时间
|
13655
13695
|
:type StartTime: str
|
13696
|
+
:param _Comment: 备注信息,长度不能超过50
|
13697
|
+
:type Comment: str
|
13656
13698
|
"""
|
13657
13699
|
self._Direction = None
|
13658
13700
|
self._EndTime = None
|
13659
13701
|
self._IP = None
|
13660
13702
|
self._Domain = None
|
13661
|
-
self._Comment = None
|
13662
13703
|
self._StartTime = None
|
13704
|
+
self._Comment = None
|
13663
13705
|
|
13664
13706
|
@property
|
13665
13707
|
def Direction(self):
|
@@ -13693,14 +13735,6 @@ class IntrusionDefenseRule(AbstractModel):
|
|
13693
13735
|
def Domain(self, Domain):
|
13694
13736
|
self._Domain = Domain
|
13695
13737
|
|
13696
|
-
@property
|
13697
|
-
def Comment(self):
|
13698
|
-
return self._Comment
|
13699
|
-
|
13700
|
-
@Comment.setter
|
13701
|
-
def Comment(self, Comment):
|
13702
|
-
self._Comment = Comment
|
13703
|
-
|
13704
13738
|
@property
|
13705
13739
|
def StartTime(self):
|
13706
13740
|
return self._StartTime
|
@@ -13709,14 +13743,22 @@ class IntrusionDefenseRule(AbstractModel):
|
|
13709
13743
|
def StartTime(self, StartTime):
|
13710
13744
|
self._StartTime = StartTime
|
13711
13745
|
|
13746
|
+
@property
|
13747
|
+
def Comment(self):
|
13748
|
+
return self._Comment
|
13749
|
+
|
13750
|
+
@Comment.setter
|
13751
|
+
def Comment(self, Comment):
|
13752
|
+
self._Comment = Comment
|
13753
|
+
|
13712
13754
|
|
13713
13755
|
def _deserialize(self, params):
|
13714
13756
|
self._Direction = params.get("Direction")
|
13715
13757
|
self._EndTime = params.get("EndTime")
|
13716
13758
|
self._IP = params.get("IP")
|
13717
13759
|
self._Domain = params.get("Domain")
|
13718
|
-
self._Comment = params.get("Comment")
|
13719
13760
|
self._StartTime = params.get("StartTime")
|
13761
|
+
self._Comment = params.get("Comment")
|
13720
13762
|
memeber_set = set(params.keys())
|
13721
13763
|
for name, value in vars(self).items():
|
13722
13764
|
property_name = name[1:]
|
@@ -14890,7 +14932,7 @@ class ModifyBlockIgnoreRuleRequest(AbstractModel):
|
|
14890
14932
|
|
14891
14933
|
def __init__(self):
|
14892
14934
|
r"""
|
14893
|
-
:param _Rule:
|
14935
|
+
:param _Rule: 规则列表
|
14894
14936
|
:type Rule: :class:`tencentcloud.cfw.v20190904.models.IntrusionDefenseRule`
|
14895
14937
|
:param _RuleType: 规则类型,1封禁,2放通
|
14896
14938
|
:type RuleType: int
|
@@ -20899,6 +20941,9 @@ class TemplateListInfo(AbstractModel):
|
|
20899
20941
|
:param _IPNum: 模板包含地址数量
|
20900
20942
|
注意:此字段可能返回 null,表示取不到有效值。
|
20901
20943
|
:type IPNum: int
|
20944
|
+
:param _IpVersion: IP版本,0,IPv4;1,IPv6
|
20945
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20946
|
+
:type IpVersion: int
|
20902
20947
|
"""
|
20903
20948
|
self._Uuid = None
|
20904
20949
|
self._Name = None
|
@@ -20911,6 +20956,7 @@ class TemplateListInfo(AbstractModel):
|
|
20911
20956
|
self._TemplateId = None
|
20912
20957
|
self._ProtocolType = None
|
20913
20958
|
self._IPNum = None
|
20959
|
+
self._IpVersion = None
|
20914
20960
|
|
20915
20961
|
@property
|
20916
20962
|
def Uuid(self):
|
@@ -21000,6 +21046,14 @@ class TemplateListInfo(AbstractModel):
|
|
21000
21046
|
def IPNum(self, IPNum):
|
21001
21047
|
self._IPNum = IPNum
|
21002
21048
|
|
21049
|
+
@property
|
21050
|
+
def IpVersion(self):
|
21051
|
+
return self._IpVersion
|
21052
|
+
|
21053
|
+
@IpVersion.setter
|
21054
|
+
def IpVersion(self, IpVersion):
|
21055
|
+
self._IpVersion = IpVersion
|
21056
|
+
|
21003
21057
|
|
21004
21058
|
def _deserialize(self, params):
|
21005
21059
|
self._Uuid = params.get("Uuid")
|
@@ -21013,6 +21067,7 @@ class TemplateListInfo(AbstractModel):
|
|
21013
21067
|
self._TemplateId = params.get("TemplateId")
|
21014
21068
|
self._ProtocolType = params.get("ProtocolType")
|
21015
21069
|
self._IPNum = params.get("IPNum")
|
21070
|
+
self._IpVersion = params.get("IpVersion")
|
21016
21071
|
memeber_set = set(params.keys())
|
21017
21072
|
for name, value in vars(self).items():
|
21018
21073
|
property_name = name[1:]
|
@@ -3364,7 +3364,7 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
3364
3364
|
:type LoadBalancerName: str
|
3365
3365
|
:param _VpcId: 负载均衡后端目标设备所属的网络 ID,如vpc-12345678,可以通过 [DescribeVpcEx](https://cloud.tencent.com/document/product/215/1372) 接口获取。 不填此参数则默认为DefaultVPC。创建内网负载均衡实例时,此参数必填。
|
3366
3366
|
:type VpcId: str
|
3367
|
-
:param _SubnetId: 在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP
|
3367
|
+
:param _SubnetId: 在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。创建内网负载均衡实例时,此参数必填,创建公网IPv4负载均衡实例时,不支持指定该参数。
|
3368
3368
|
:type SubnetId: str
|
3369
3369
|
:param _ProjectId: 负载均衡实例所属的项目 ID,可以通过 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 接口获取。不填此参数则视为默认项目。
|
3370
3370
|
:type ProjectId: int
|
@@ -3416,6 +3416,10 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
3416
3416
|
:type Egress: str
|
3417
3417
|
:param _LBChargePrepaid: 负载均衡实例的预付费相关属性
|
3418
3418
|
:type LBChargePrepaid: :class:`tencentcloud.clb.v20180317.models.LBChargePrepaid`
|
3419
|
+
:param _LBChargeType: 负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。
|
3420
|
+
:type LBChargeType: str
|
3421
|
+
:param _AccessLogTopicId: 七层访问日志主题ID
|
3422
|
+
:type AccessLogTopicId: str
|
3419
3423
|
"""
|
3420
3424
|
self._LoadBalancerType = None
|
3421
3425
|
self._Forward = None
|
@@ -3445,6 +3449,8 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
3445
3449
|
self._DynamicVip = None
|
3446
3450
|
self._Egress = None
|
3447
3451
|
self._LBChargePrepaid = None
|
3452
|
+
self._LBChargeType = None
|
3453
|
+
self._AccessLogTopicId = None
|
3448
3454
|
|
3449
3455
|
@property
|
3450
3456
|
def LoadBalancerType(self):
|
@@ -3670,6 +3676,22 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
3670
3676
|
def LBChargePrepaid(self, LBChargePrepaid):
|
3671
3677
|
self._LBChargePrepaid = LBChargePrepaid
|
3672
3678
|
|
3679
|
+
@property
|
3680
|
+
def LBChargeType(self):
|
3681
|
+
return self._LBChargeType
|
3682
|
+
|
3683
|
+
@LBChargeType.setter
|
3684
|
+
def LBChargeType(self, LBChargeType):
|
3685
|
+
self._LBChargeType = LBChargeType
|
3686
|
+
|
3687
|
+
@property
|
3688
|
+
def AccessLogTopicId(self):
|
3689
|
+
return self._AccessLogTopicId
|
3690
|
+
|
3691
|
+
@AccessLogTopicId.setter
|
3692
|
+
def AccessLogTopicId(self, AccessLogTopicId):
|
3693
|
+
self._AccessLogTopicId = AccessLogTopicId
|
3694
|
+
|
3673
3695
|
|
3674
3696
|
def _deserialize(self, params):
|
3675
3697
|
self._LoadBalancerType = params.get("LoadBalancerType")
|
@@ -3716,6 +3738,8 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
3716
3738
|
if params.get("LBChargePrepaid") is not None:
|
3717
3739
|
self._LBChargePrepaid = LBChargePrepaid()
|
3718
3740
|
self._LBChargePrepaid._deserialize(params.get("LBChargePrepaid"))
|
3741
|
+
self._LBChargeType = params.get("LBChargeType")
|
3742
|
+
self._AccessLogTopicId = params.get("AccessLogTopicId")
|
3719
3743
|
memeber_set = set(params.keys())
|
3720
3744
|
for name, value in vars(self).items():
|
3721
3745
|
property_name = name[1:]
|
@@ -18668,7 +18668,6 @@ class ZoneInfo(AbstractModel):
|
|
18668
18668
|
<li> ap-shanghai-8 </li>
|
18669
18669
|
<li> ap-mumbai-1 </li>
|
18670
18670
|
<li> ap-mumbai-2 </li>
|
18671
|
-
<li> eu-moscow-1 </li>
|
18672
18671
|
<li> ap-beijing-1(售罄)</li>
|
18673
18672
|
<li> ap-beijing-2 </li>
|
18674
18673
|
<li> ap-beijing-3 </li>
|
@@ -2838,7 +2838,9 @@ class CwpClient(AbstractClient):
|
|
2838
2838
|
|
2839
2839
|
|
2840
2840
|
def DescribeAttackSource(self, request):
|
2841
|
-
"""
|
2841
|
+
"""已废弃
|
2842
|
+
|
2843
|
+
查询攻击溯源
|
2842
2844
|
|
2843
2845
|
:param request: Request instance for DescribeAttackSource.
|
2844
2846
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeAttackSourceRequest`
|
@@ -2861,7 +2863,9 @@ class CwpClient(AbstractClient):
|
|
2861
2863
|
|
2862
2864
|
|
2863
2865
|
def DescribeAttackSourceEvents(self, request):
|
2864
|
-
"""
|
2866
|
+
"""已废弃
|
2867
|
+
|
2868
|
+
查询攻击溯源事件
|
2865
2869
|
|
2866
2870
|
:param request: Request instance for DescribeAttackSourceEvents.
|
2867
2871
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeAttackSourceEventsRequest`
|