tencentcloud-sdk-python 3.0.1263__py2.py3-none-any.whl → 3.0.1264__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/ccc/v20200210/models.py +148 -236
- tencentcloud/cdb/v20170320/cdb_client.py +40 -17
- tencentcloud/cdb/v20170320/models.py +215 -68
- tencentcloud/cdc/v20201214/models.py +4 -4
- tencentcloud/cls/v20201016/models.py +104 -2
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +352 -1771
- tencentcloud/dasb/v20191018/models.py +0 -8
- tencentcloud/emr/v20190103/models.py +58 -2
- tencentcloud/ess/v20201111/models.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +2 -2
- tencentcloud/hai/v20230812/errorcodes.py +18 -0
- tencentcloud/hai/v20230812/models.py +229 -4
- tencentcloud/hunyuan/v20230901/errorcodes.py +2 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +1 -1
- tencentcloud/hunyuan/v20230901/models.py +19 -4
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +728 -528
- tencentcloud/iss/v20230517/errorcodes.py +0 -9
- tencentcloud/iss/v20230517/iss_client.py +0 -23
- tencentcloud/iss/v20230517/models.py +0 -94
- tencentcloud/redis/v20180412/models.py +6 -10
- tencentcloud/redis/v20180412/redis_client.py +1 -1
- tencentcloud/ssl/v20191205/models.py +148 -0
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/models.py +79 -0
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/wedata/v20210820/errorcodes.py +9 -0
- tencentcloud/wedata/v20210820/models.py +447 -0
- tencentcloud/wedata/v20210820/wedata_client.py +69 -0
- {tencentcloud_sdk_python-3.0.1263.dist-info → tencentcloud_sdk_python-3.0.1264.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1263.dist-info → tencentcloud_sdk_python-3.0.1264.dist-info}/RECORD +36 -36
- {tencentcloud_sdk_python-3.0.1263.dist-info → tencentcloud_sdk_python-3.0.1264.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1263.dist-info → tencentcloud_sdk_python-3.0.1264.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1263.dist-info → tencentcloud_sdk_python-3.0.1264.dist-info}/top_level.txt +0 -0
@@ -2416,7 +2416,7 @@ class DescribeDedicatedClusterCbsStatisticsRequest(AbstractModel):
|
|
2416
2416
|
:type StartTime: str
|
2417
2417
|
:param _EndTime: 结束时间
|
2418
2418
|
:type EndTime: str
|
2419
|
-
:param _Period: 时间范围精度,1
|
2419
|
+
:param _Period: 时间范围精度,1分钟(ONE_MINUTE)/5分钟(FIVE_MINUTE)
|
2420
2420
|
:type Period: str
|
2421
2421
|
:param _Offset: 偏移量,默认为0。
|
2422
2422
|
:type Offset: int
|
@@ -2477,7 +2477,7 @@ class DescribeDedicatedClusterCbsStatisticsRequest(AbstractModel):
|
|
2477
2477
|
|
2478
2478
|
@property
|
2479
2479
|
def Period(self):
|
2480
|
-
"""时间范围精度,1
|
2480
|
+
"""时间范围精度,1分钟(ONE_MINUTE)/5分钟(FIVE_MINUTE)
|
2481
2481
|
:rtype: str
|
2482
2482
|
"""
|
2483
2483
|
return self._Period
|
@@ -5125,7 +5125,7 @@ class ModifySiteDeviceInfoRequest(AbstractModel):
|
|
5125
5125
|
:type MaxWeight: int
|
5126
5126
|
:param _PowerDrawKva: 功耗(KW)
|
5127
5127
|
:type PowerDrawKva: int
|
5128
|
-
:param _UplinkSpeedGbps: 网络到腾讯云Region区域的上行链路速度
|
5128
|
+
:param _UplinkSpeedGbps: 网络到腾讯云Region区域的上行链路速度(Gbps)
|
5129
5129
|
:type UplinkSpeedGbps: int
|
5130
5130
|
:param _UplinkCount: 将CDC连接到网络时,每台CDC网络设备(每个机架 2 台设备)使用的上行链路数量。
|
5131
5131
|
:type UplinkCount: int
|
@@ -5245,7 +5245,7 @@ class ModifySiteDeviceInfoRequest(AbstractModel):
|
|
5245
5245
|
|
5246
5246
|
@property
|
5247
5247
|
def UplinkSpeedGbps(self):
|
5248
|
-
"""网络到腾讯云Region区域的上行链路速度
|
5248
|
+
"""网络到腾讯云Region区域的上行链路速度(Gbps)
|
5249
5249
|
:rtype: int
|
5250
5250
|
"""
|
5251
5251
|
return self._UplinkSpeedGbps
|
@@ -20070,6 +20070,8 @@ class ModifyAlarmNoticeRequest(AbstractModel):
|
|
20070
20070
|
r"""
|
20071
20071
|
:param _AlarmNoticeId: 通知渠道组ID。
|
20072
20072
|
:type AlarmNoticeId: str
|
20073
|
+
:param _Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持10个标签键值对,并且不能有重复的键值对。
|
20074
|
+
:type Tags: list of Tag
|
20073
20075
|
:param _Name: 通知渠道组名称。
|
20074
20076
|
:type Name: str
|
20075
20077
|
:param _Type: 通知类型。可选值:
|
@@ -20079,7 +20081,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
|
|
20079
20081
|
:type Type: str
|
20080
20082
|
:param _NoticeReceivers: 通知接收对象。
|
20081
20083
|
:type NoticeReceivers: list of NoticeReceiver
|
20082
|
-
:param _WebCallbacks:
|
20084
|
+
:param _WebCallbacks: 接口回调信息(包括企业微信等)。
|
20083
20085
|
:type WebCallbacks: list of WebCallback
|
20084
20086
|
:param _NoticeRules: 通知规则。
|
20085
20087
|
|
@@ -20088,13 +20090,36 @@ class ModifyAlarmNoticeRequest(AbstractModel):
|
|
20088
20090
|
- Type、NoticeReceivers和WebCallbacks是一组配置,NoticeRules是另一组配置,2组配置互斥。
|
20089
20091
|
- 传其中一组数据,则另一组数据置空。
|
20090
20092
|
:type NoticeRules: list of NoticeRule
|
20093
|
+
:param _JumpDomain: 调用链接域名。http:// 或者 https:// 开头,不能/结尾
|
20094
|
+
:type JumpDomain: str
|
20095
|
+
:param _DeliverStatus: 投递日志开关。
|
20096
|
+
|
20097
|
+
参数值:
|
20098
|
+
1:关闭;
|
20099
|
+
|
20100
|
+
2:开启
|
20101
|
+
|
20102
|
+
:type DeliverStatus: int
|
20103
|
+
:param _DeliverConfig: 投递日志配置。
|
20104
|
+
:type DeliverConfig: :class:`tencentcloud.cls.v20201016.models.DeliverConfig`
|
20105
|
+
:param _AlarmShieldStatus: 免登录操作告警开关。
|
20106
|
+
|
20107
|
+
参数值:
|
20108
|
+
1:关闭
|
20109
|
+
2:开启(默认开启)
|
20110
|
+
:type AlarmShieldStatus: int
|
20091
20111
|
"""
|
20092
20112
|
self._AlarmNoticeId = None
|
20113
|
+
self._Tags = None
|
20093
20114
|
self._Name = None
|
20094
20115
|
self._Type = None
|
20095
20116
|
self._NoticeReceivers = None
|
20096
20117
|
self._WebCallbacks = None
|
20097
20118
|
self._NoticeRules = None
|
20119
|
+
self._JumpDomain = None
|
20120
|
+
self._DeliverStatus = None
|
20121
|
+
self._DeliverConfig = None
|
20122
|
+
self._AlarmShieldStatus = None
|
20098
20123
|
|
20099
20124
|
@property
|
20100
20125
|
def AlarmNoticeId(self):
|
@@ -20107,6 +20132,17 @@ class ModifyAlarmNoticeRequest(AbstractModel):
|
|
20107
20132
|
def AlarmNoticeId(self, AlarmNoticeId):
|
20108
20133
|
self._AlarmNoticeId = AlarmNoticeId
|
20109
20134
|
|
20135
|
+
@property
|
20136
|
+
def Tags(self):
|
20137
|
+
"""标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持10个标签键值对,并且不能有重复的键值对。
|
20138
|
+
:rtype: list of Tag
|
20139
|
+
"""
|
20140
|
+
return self._Tags
|
20141
|
+
|
20142
|
+
@Tags.setter
|
20143
|
+
def Tags(self, Tags):
|
20144
|
+
self._Tags = Tags
|
20145
|
+
|
20110
20146
|
@property
|
20111
20147
|
def Name(self):
|
20112
20148
|
"""通知渠道组名称。
|
@@ -20145,7 +20181,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
|
|
20145
20181
|
|
20146
20182
|
@property
|
20147
20183
|
def WebCallbacks(self):
|
20148
|
-
"""
|
20184
|
+
"""接口回调信息(包括企业微信等)。
|
20149
20185
|
:rtype: list of WebCallback
|
20150
20186
|
"""
|
20151
20187
|
return self._WebCallbacks
|
@@ -20170,9 +20206,69 @@ class ModifyAlarmNoticeRequest(AbstractModel):
|
|
20170
20206
|
def NoticeRules(self, NoticeRules):
|
20171
20207
|
self._NoticeRules = NoticeRules
|
20172
20208
|
|
20209
|
+
@property
|
20210
|
+
def JumpDomain(self):
|
20211
|
+
"""调用链接域名。http:// 或者 https:// 开头,不能/结尾
|
20212
|
+
:rtype: str
|
20213
|
+
"""
|
20214
|
+
return self._JumpDomain
|
20215
|
+
|
20216
|
+
@JumpDomain.setter
|
20217
|
+
def JumpDomain(self, JumpDomain):
|
20218
|
+
self._JumpDomain = JumpDomain
|
20219
|
+
|
20220
|
+
@property
|
20221
|
+
def DeliverStatus(self):
|
20222
|
+
"""投递日志开关。
|
20223
|
+
|
20224
|
+
参数值:
|
20225
|
+
1:关闭;
|
20226
|
+
|
20227
|
+
2:开启
|
20228
|
+
|
20229
|
+
:rtype: int
|
20230
|
+
"""
|
20231
|
+
return self._DeliverStatus
|
20232
|
+
|
20233
|
+
@DeliverStatus.setter
|
20234
|
+
def DeliverStatus(self, DeliverStatus):
|
20235
|
+
self._DeliverStatus = DeliverStatus
|
20236
|
+
|
20237
|
+
@property
|
20238
|
+
def DeliverConfig(self):
|
20239
|
+
"""投递日志配置。
|
20240
|
+
:rtype: :class:`tencentcloud.cls.v20201016.models.DeliverConfig`
|
20241
|
+
"""
|
20242
|
+
return self._DeliverConfig
|
20243
|
+
|
20244
|
+
@DeliverConfig.setter
|
20245
|
+
def DeliverConfig(self, DeliverConfig):
|
20246
|
+
self._DeliverConfig = DeliverConfig
|
20247
|
+
|
20248
|
+
@property
|
20249
|
+
def AlarmShieldStatus(self):
|
20250
|
+
"""免登录操作告警开关。
|
20251
|
+
|
20252
|
+
参数值:
|
20253
|
+
1:关闭
|
20254
|
+
2:开启(默认开启)
|
20255
|
+
:rtype: int
|
20256
|
+
"""
|
20257
|
+
return self._AlarmShieldStatus
|
20258
|
+
|
20259
|
+
@AlarmShieldStatus.setter
|
20260
|
+
def AlarmShieldStatus(self, AlarmShieldStatus):
|
20261
|
+
self._AlarmShieldStatus = AlarmShieldStatus
|
20262
|
+
|
20173
20263
|
|
20174
20264
|
def _deserialize(self, params):
|
20175
20265
|
self._AlarmNoticeId = params.get("AlarmNoticeId")
|
20266
|
+
if params.get("Tags") is not None:
|
20267
|
+
self._Tags = []
|
20268
|
+
for item in params.get("Tags"):
|
20269
|
+
obj = Tag()
|
20270
|
+
obj._deserialize(item)
|
20271
|
+
self._Tags.append(obj)
|
20176
20272
|
self._Name = params.get("Name")
|
20177
20273
|
self._Type = params.get("Type")
|
20178
20274
|
if params.get("NoticeReceivers") is not None:
|
@@ -20193,6 +20289,12 @@ class ModifyAlarmNoticeRequest(AbstractModel):
|
|
20193
20289
|
obj = NoticeRule()
|
20194
20290
|
obj._deserialize(item)
|
20195
20291
|
self._NoticeRules.append(obj)
|
20292
|
+
self._JumpDomain = params.get("JumpDomain")
|
20293
|
+
self._DeliverStatus = params.get("DeliverStatus")
|
20294
|
+
if params.get("DeliverConfig") is not None:
|
20295
|
+
self._DeliverConfig = DeliverConfig()
|
20296
|
+
self._DeliverConfig._deserialize(params.get("DeliverConfig"))
|
20297
|
+
self._AlarmShieldStatus = params.get("AlarmShieldStatus")
|
20196
20298
|
memeber_set = set(params.keys())
|
20197
20299
|
for name, value in vars(self).items():
|
20198
20300
|
property_name = name[1:]
|
@@ -325,31 +325,6 @@ class CwpClient(AbstractClient):
|
|
325
325
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
326
326
|
|
327
327
|
|
328
|
-
def CreateCloudProtectServiceOrderRecord(self, request):
|
329
|
-
"""云护航计费产品已下线
|
330
|
-
|
331
|
-
云护航服务使用完成后,该接口可以确认收货
|
332
|
-
|
333
|
-
:param request: Request instance for CreateCloudProtectServiceOrderRecord.
|
334
|
-
:type request: :class:`tencentcloud.cwp.v20180228.models.CreateCloudProtectServiceOrderRecordRequest`
|
335
|
-
:rtype: :class:`tencentcloud.cwp.v20180228.models.CreateCloudProtectServiceOrderRecordResponse`
|
336
|
-
|
337
|
-
"""
|
338
|
-
try:
|
339
|
-
params = request._serialize()
|
340
|
-
headers = request.headers
|
341
|
-
body = self.call("CreateCloudProtectServiceOrderRecord", params, headers=headers)
|
342
|
-
response = json.loads(body)
|
343
|
-
model = models.CreateCloudProtectServiceOrderRecordResponse()
|
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 CreateEmergencyVulScan(self, request):
|
354
329
|
"""创建应急漏洞扫描任务
|
355
330
|
|