tencentcloud-sdk-python 3.0.1446__py2.py3-none-any.whl → 3.0.1448__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/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +2 -2
- tencentcloud/bi/v20220105/bi_client.py +23 -0
- tencentcloud/bi/v20220105/models.py +179 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +30 -6
- tencentcloud/cdwdoris/v20211228/models.py +45 -0
- tencentcloud/cfs/v20190719/models.py +21 -2
- tencentcloud/clb/v20180317/models.py +30 -0
- tencentcloud/cls/v20201016/models.py +110 -26
- tencentcloud/common/abstract_client.py +14 -12
- tencentcloud/common/credential.py +61 -26
- tencentcloud/csip/v20221121/models.py +4 -4
- tencentcloud/ctem/v20231128/models.py +30 -0
- tencentcloud/cwp/v20180228/models.py +53 -14
- tencentcloud/cynosdb/v20190107/models.py +6 -0
- tencentcloud/dc/v20180410/models.py +30 -0
- tencentcloud/dlc/v20210125/errorcodes.py +12 -0
- tencentcloud/dlc/v20210125/models.py +30 -0
- tencentcloud/dts/v20211206/dts_client.py +23 -0
- tencentcloud/dts/v20211206/models.py +64 -0
- tencentcloud/ess/v20201111/ess_client.py +56 -0
- tencentcloud/ess/v20201111/models.py +496 -22
- tencentcloud/essbasic/v20210526/models.py +10 -16
- tencentcloud/faceid/v20180301/models.py +2 -2
- tencentcloud/ioa/v20220601/errorcodes.py +6 -0
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +934 -17
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +465 -0
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +122 -0
- tencentcloud/live/v20180801/models.py +2 -2
- tencentcloud/lkeap/v20240522/errorcodes.py +16 -10
- tencentcloud/lkeap/v20240522/lkeap_client.py +4 -0
- tencentcloud/lkeap/v20240522/models.py +15 -0
- tencentcloud/mna/v20210119/models.py +2 -2
- tencentcloud/mongodb/v20190725/models.py +19 -0
- tencentcloud/mps/v20190612/models.py +174 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +3 -0
- tencentcloud/mqtt/v20240516/models.py +880 -22
- tencentcloud/mqtt/v20240516/mqtt_client.py +115 -0
- tencentcloud/ocr/v20181119/models.py +4 -4
- tencentcloud/ocr/v20181119/ocr_client.py +7 -23
- tencentcloud/organization/v20210331/models.py +393 -0
- tencentcloud/organization/v20210331/organization_client.py +23 -0
- tencentcloud/partners/v20180321/models.py +16 -12
- tencentcloud/partners/v20180321/partners_client.py +2 -2
- tencentcloud/rce/v20201103/rce_client.py +1 -1
- tencentcloud/smh/v20210712/models.py +19 -4
- tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
- tencentcloud/tdmq/v20200217/models.py +315 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -1
- tencentcloud/tione/v20211111/models.py +333 -10
- tencentcloud/tke/v20180525/models.py +15 -0
- tencentcloud/tke/v20220501/models.py +32 -2
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +17 -0
- tencentcloud/trtc/v20190722/trtc_client.py +9 -3
- tencentcloud/tsf/v20180326/errorcodes.py +3 -0
- tencentcloud/tsf/v20180326/models.py +10 -12
- tencentcloud/vclm/v20240523/models.py +15 -0
- tencentcloud/vpc/v20170312/errorcodes.py +18 -0
- tencentcloud/vpc/v20170312/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/RECORD +71 -71
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1446.dist-info → tencentcloud_sdk_python-3.0.1448.dist-info}/top_level.txt +0 -0
|
@@ -27,7 +27,7 @@ class AKInfo(AbstractModel):
|
|
|
27
27
|
r"""
|
|
28
28
|
:param _ID: ak对应id
|
|
29
29
|
:type ID: int
|
|
30
|
-
:param _Name: ak
|
|
30
|
+
:param _Name: ak具体值\n
|
|
31
31
|
临时密钥时返回临时密钥
|
|
32
32
|
:type Name: str
|
|
33
33
|
:param _User: 所属账号
|
|
@@ -53,7 +53,7 @@ class AKInfo(AbstractModel):
|
|
|
53
53
|
|
|
54
54
|
@property
|
|
55
55
|
def Name(self):
|
|
56
|
-
"""ak
|
|
56
|
+
"""ak具体值\n
|
|
57
57
|
临时密钥时返回临时密钥
|
|
58
58
|
:rtype: str
|
|
59
59
|
"""
|
|
@@ -32876,7 +32876,7 @@ class SubUserInfo(AbstractModel):
|
|
|
32876
32876
|
:type ConfigRiskCount: int
|
|
32877
32877
|
:param _ActionRiskCount: 危险行为告警
|
|
32878
32878
|
:type ActionRiskCount: int
|
|
32879
|
-
:param _IsAccessCloudAudit:
|
|
32879
|
+
:param _IsAccessCloudAudit: 是否接入操作审计日志
|
|
32880
32880
|
:type IsAccessCloudAudit: bool
|
|
32881
32881
|
:param _IsAccessCheck: 是否配置风险的安全体检
|
|
32882
32882
|
:type IsAccessCheck: bool
|
|
@@ -33069,7 +33069,7 @@ class SubUserInfo(AbstractModel):
|
|
|
33069
33069
|
|
|
33070
33070
|
@property
|
|
33071
33071
|
def IsAccessCloudAudit(self):
|
|
33072
|
-
"""
|
|
33072
|
+
"""是否接入操作审计日志
|
|
33073
33073
|
:rtype: bool
|
|
33074
33074
|
"""
|
|
33075
33075
|
return self._IsAccessCloudAudit
|
|
@@ -1432,6 +1432,8 @@ class DescribeConfigsRequest(AbstractModel):
|
|
|
1432
1432
|
:type Filters: list of Filter
|
|
1433
1433
|
:param _Ignored: 是否显示被忽略的数据
|
|
1434
1434
|
:type Ignored: bool
|
|
1435
|
+
:param _OrderBy: 支持按照响应长度排序,例如:+ContentLength或-ContentLength,+是递增,-是递减
|
|
1436
|
+
:type OrderBy: str
|
|
1435
1437
|
"""
|
|
1436
1438
|
self._CustomerIdList = None
|
|
1437
1439
|
self._IsAggregation = None
|
|
@@ -1447,6 +1449,7 @@ class DescribeConfigsRequest(AbstractModel):
|
|
|
1447
1449
|
self._UpdateAtEnd = None
|
|
1448
1450
|
self._Filters = None
|
|
1449
1451
|
self._Ignored = None
|
|
1452
|
+
self._OrderBy = None
|
|
1450
1453
|
|
|
1451
1454
|
@property
|
|
1452
1455
|
def CustomerIdList(self):
|
|
@@ -1602,6 +1605,17 @@ class DescribeConfigsRequest(AbstractModel):
|
|
|
1602
1605
|
def Ignored(self, Ignored):
|
|
1603
1606
|
self._Ignored = Ignored
|
|
1604
1607
|
|
|
1608
|
+
@property
|
|
1609
|
+
def OrderBy(self):
|
|
1610
|
+
"""支持按照响应长度排序,例如:+ContentLength或-ContentLength,+是递增,-是递减
|
|
1611
|
+
:rtype: str
|
|
1612
|
+
"""
|
|
1613
|
+
return self._OrderBy
|
|
1614
|
+
|
|
1615
|
+
@OrderBy.setter
|
|
1616
|
+
def OrderBy(self, OrderBy):
|
|
1617
|
+
self._OrderBy = OrderBy
|
|
1618
|
+
|
|
1605
1619
|
|
|
1606
1620
|
def _deserialize(self, params):
|
|
1607
1621
|
self._CustomerIdList = params.get("CustomerIdList")
|
|
@@ -1623,6 +1637,7 @@ class DescribeConfigsRequest(AbstractModel):
|
|
|
1623
1637
|
obj._deserialize(item)
|
|
1624
1638
|
self._Filters.append(obj)
|
|
1625
1639
|
self._Ignored = params.get("Ignored")
|
|
1640
|
+
self._OrderBy = params.get("OrderBy")
|
|
1626
1641
|
memeber_set = set(params.keys())
|
|
1627
1642
|
for name, value in vars(self).items():
|
|
1628
1643
|
property_name = name[1:]
|
|
@@ -9101,12 +9116,15 @@ class DisplayDarkWeb(AbstractModel):
|
|
|
9101
9116
|
:type Url: str
|
|
9102
9117
|
:param _DisplayToolCommon: 公共字段
|
|
9103
9118
|
:type DisplayToolCommon: :class:`tencentcloud.ctem.v20231128.models.DisplayToolCommon`
|
|
9119
|
+
:param _Status: 状态:unrepaired:未修复,repaired:已修复,ignore:已忽略
|
|
9120
|
+
:type Status: str
|
|
9104
9121
|
"""
|
|
9105
9122
|
self._Id = None
|
|
9106
9123
|
self._Content = None
|
|
9107
9124
|
self._MatchedKeywords = None
|
|
9108
9125
|
self._Url = None
|
|
9109
9126
|
self._DisplayToolCommon = None
|
|
9127
|
+
self._Status = None
|
|
9110
9128
|
|
|
9111
9129
|
@property
|
|
9112
9130
|
def Id(self):
|
|
@@ -9163,6 +9181,17 @@ class DisplayDarkWeb(AbstractModel):
|
|
|
9163
9181
|
def DisplayToolCommon(self, DisplayToolCommon):
|
|
9164
9182
|
self._DisplayToolCommon = DisplayToolCommon
|
|
9165
9183
|
|
|
9184
|
+
@property
|
|
9185
|
+
def Status(self):
|
|
9186
|
+
"""状态:unrepaired:未修复,repaired:已修复,ignore:已忽略
|
|
9187
|
+
:rtype: str
|
|
9188
|
+
"""
|
|
9189
|
+
return self._Status
|
|
9190
|
+
|
|
9191
|
+
@Status.setter
|
|
9192
|
+
def Status(self, Status):
|
|
9193
|
+
self._Status = Status
|
|
9194
|
+
|
|
9166
9195
|
|
|
9167
9196
|
def _deserialize(self, params):
|
|
9168
9197
|
self._Id = params.get("Id")
|
|
@@ -9172,6 +9201,7 @@ class DisplayDarkWeb(AbstractModel):
|
|
|
9172
9201
|
if params.get("DisplayToolCommon") is not None:
|
|
9173
9202
|
self._DisplayToolCommon = DisplayToolCommon()
|
|
9174
9203
|
self._DisplayToolCommon._deserialize(params.get("DisplayToolCommon"))
|
|
9204
|
+
self._Status = params.get("Status")
|
|
9175
9205
|
memeber_set = set(params.keys())
|
|
9176
9206
|
for name, value in vars(self).items():
|
|
9177
9207
|
property_name = name[1:]
|
|
@@ -30698,29 +30698,32 @@ class DescribeBanStatusResponse(AbstractModel):
|
|
|
30698
30698
|
|
|
30699
30699
|
def __init__(self):
|
|
30700
30700
|
r"""
|
|
30701
|
-
:param _Status: 阻断开关状态:
|
|
30702
|
-
0 -- 关闭
|
|
30703
|
-
1 -- 高级阻断
|
|
30704
|
-
2 -- 基础阻断(只阻断情报库黑ip)
|
|
30701
|
+
:param _Status: (已废弃) 阻断开关状态: 0 -- 关闭 1 -- 高级阻断 2 -- 基础阻断(只阻断情报库黑ip)
|
|
30705
30702
|
:type Status: int
|
|
30706
30703
|
:param _ShowTips: 是否弹窗提示信息 false: 关闭,true: 开启
|
|
30707
30704
|
:type ShowTips: bool
|
|
30708
30705
|
:param _OpenSmartMode: 是否开启智能过白模式
|
|
30709
30706
|
:type OpenSmartMode: bool
|
|
30707
|
+
:param _BanBlackIp: 是否开启情报IP阻断
|
|
30708
|
+
:type BanBlackIp: bool
|
|
30709
|
+
:param _BanVulIp: 是否开启漏洞IP阻断
|
|
30710
|
+
:type BanVulIp: bool
|
|
30711
|
+
:param _BanByRule: 是否开启规则阻断
|
|
30712
|
+
:type BanByRule: bool
|
|
30710
30713
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
30711
30714
|
:type RequestId: str
|
|
30712
30715
|
"""
|
|
30713
30716
|
self._Status = None
|
|
30714
30717
|
self._ShowTips = None
|
|
30715
30718
|
self._OpenSmartMode = None
|
|
30719
|
+
self._BanBlackIp = None
|
|
30720
|
+
self._BanVulIp = None
|
|
30721
|
+
self._BanByRule = None
|
|
30716
30722
|
self._RequestId = None
|
|
30717
30723
|
|
|
30718
30724
|
@property
|
|
30719
30725
|
def Status(self):
|
|
30720
|
-
"""阻断开关状态:
|
|
30721
|
-
0 -- 关闭
|
|
30722
|
-
1 -- 高级阻断
|
|
30723
|
-
2 -- 基础阻断(只阻断情报库黑ip)
|
|
30726
|
+
"""(已废弃) 阻断开关状态: 0 -- 关闭 1 -- 高级阻断 2 -- 基础阻断(只阻断情报库黑ip)
|
|
30724
30727
|
:rtype: int
|
|
30725
30728
|
"""
|
|
30726
30729
|
return self._Status
|
|
@@ -30751,6 +30754,39 @@ class DescribeBanStatusResponse(AbstractModel):
|
|
|
30751
30754
|
def OpenSmartMode(self, OpenSmartMode):
|
|
30752
30755
|
self._OpenSmartMode = OpenSmartMode
|
|
30753
30756
|
|
|
30757
|
+
@property
|
|
30758
|
+
def BanBlackIp(self):
|
|
30759
|
+
"""是否开启情报IP阻断
|
|
30760
|
+
:rtype: bool
|
|
30761
|
+
"""
|
|
30762
|
+
return self._BanBlackIp
|
|
30763
|
+
|
|
30764
|
+
@BanBlackIp.setter
|
|
30765
|
+
def BanBlackIp(self, BanBlackIp):
|
|
30766
|
+
self._BanBlackIp = BanBlackIp
|
|
30767
|
+
|
|
30768
|
+
@property
|
|
30769
|
+
def BanVulIp(self):
|
|
30770
|
+
"""是否开启漏洞IP阻断
|
|
30771
|
+
:rtype: bool
|
|
30772
|
+
"""
|
|
30773
|
+
return self._BanVulIp
|
|
30774
|
+
|
|
30775
|
+
@BanVulIp.setter
|
|
30776
|
+
def BanVulIp(self, BanVulIp):
|
|
30777
|
+
self._BanVulIp = BanVulIp
|
|
30778
|
+
|
|
30779
|
+
@property
|
|
30780
|
+
def BanByRule(self):
|
|
30781
|
+
"""是否开启规则阻断
|
|
30782
|
+
:rtype: bool
|
|
30783
|
+
"""
|
|
30784
|
+
return self._BanByRule
|
|
30785
|
+
|
|
30786
|
+
@BanByRule.setter
|
|
30787
|
+
def BanByRule(self, BanByRule):
|
|
30788
|
+
self._BanByRule = BanByRule
|
|
30789
|
+
|
|
30754
30790
|
@property
|
|
30755
30791
|
def RequestId(self):
|
|
30756
30792
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -30767,6 +30803,9 @@ class DescribeBanStatusResponse(AbstractModel):
|
|
|
30767
30803
|
self._Status = params.get("Status")
|
|
30768
30804
|
self._ShowTips = params.get("ShowTips")
|
|
30769
30805
|
self._OpenSmartMode = params.get("OpenSmartMode")
|
|
30806
|
+
self._BanBlackIp = params.get("BanBlackIp")
|
|
30807
|
+
self._BanVulIp = params.get("BanVulIp")
|
|
30808
|
+
self._BanByRule = params.get("BanByRule")
|
|
30770
30809
|
self._RequestId = params.get("RequestId")
|
|
30771
30810
|
|
|
30772
30811
|
|
|
@@ -73391,7 +73430,7 @@ class HostLoginList(AbstractModel):
|
|
|
73391
73430
|
:param _Quuid: 主机quuid
|
|
73392
73431
|
:type Quuid: str
|
|
73393
73432
|
:param _Desc: 高危信息说明:
|
|
73394
|
-
ABROAD -
|
|
73433
|
+
ABROAD - 境外IP;
|
|
73395
73434
|
XTI - 威胁情报
|
|
73396
73435
|
:type Desc: str
|
|
73397
73436
|
:param _MachineExtraInfo: 附加信息
|
|
@@ -73636,7 +73675,7 @@ XTI - 威胁情报
|
|
|
73636
73675
|
@property
|
|
73637
73676
|
def Desc(self):
|
|
73638
73677
|
"""高危信息说明:
|
|
73639
|
-
ABROAD -
|
|
73678
|
+
ABROAD - 境外IP;
|
|
73640
73679
|
XTI - 威胁情报
|
|
73641
73680
|
:rtype: str
|
|
73642
73681
|
"""
|
|
@@ -76670,7 +76709,7 @@ class LoginWhiteCombinedInfo(AbstractModel):
|
|
|
76670
76709
|
:type ModifyTime: str
|
|
76671
76710
|
:param _Uuid: 服务器Uuid
|
|
76672
76711
|
:type Uuid: str
|
|
76673
|
-
:param _Locations:
|
|
76712
|
+
:param _Locations: 登录地
|
|
76674
76713
|
:type Locations: str
|
|
76675
76714
|
"""
|
|
76676
76715
|
self._Places = None
|
|
@@ -76845,7 +76884,7 @@ class LoginWhiteCombinedInfo(AbstractModel):
|
|
|
76845
76884
|
|
|
76846
76885
|
@property
|
|
76847
76886
|
def Locations(self):
|
|
76848
|
-
"""
|
|
76887
|
+
"""登录地
|
|
76849
76888
|
:rtype: str
|
|
76850
76889
|
"""
|
|
76851
76890
|
return self._Locations
|
|
@@ -88178,7 +88217,7 @@ class Place(AbstractModel):
|
|
|
88178
88217
|
:type CityId: int
|
|
88179
88218
|
:param _ProvinceId: 省份 ID。
|
|
88180
88219
|
:type ProvinceId: int
|
|
88181
|
-
:param _CountryId: 国家ID
|
|
88220
|
+
:param _CountryId: 国家ID,暂只支持境内:1。
|
|
88182
88221
|
:type CountryId: int
|
|
88183
88222
|
:param _Location: 位置名称
|
|
88184
88223
|
:type Location: str
|
|
@@ -88212,7 +88251,7 @@ class Place(AbstractModel):
|
|
|
88212
88251
|
|
|
88213
88252
|
@property
|
|
88214
88253
|
def CountryId(self):
|
|
88215
|
-
"""国家ID
|
|
88254
|
+
"""国家ID,暂只支持境内:1。
|
|
88216
88255
|
:rtype: int
|
|
88217
88256
|
"""
|
|
88218
88257
|
return self._CountryId
|
|
@@ -25246,8 +25246,10 @@ class LogicBackupConfigInfo(AbstractModel):
|
|
|
25246
25246
|
:param _LogicBackupTimeEnd: 自动逻辑备份结束时间
|
|
25247
25247
|
:type LogicBackupTimeEnd: int
|
|
25248
25248
|
:param _LogicReserveDuration: 自动逻辑备份保留时间
|
|
25249
|
+
单位:秒
|
|
25249
25250
|
:type LogicReserveDuration: int
|
|
25250
25251
|
:param _LogicCrossRegionsEnable: 是否开启跨地域逻辑备份
|
|
25252
|
+
可选值:ON/OFF
|
|
25251
25253
|
:type LogicCrossRegionsEnable: str
|
|
25252
25254
|
:param _LogicCrossRegions: 逻辑备份所跨地域
|
|
25253
25255
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -25296,6 +25298,7 @@ class LogicBackupConfigInfo(AbstractModel):
|
|
|
25296
25298
|
@property
|
|
25297
25299
|
def LogicReserveDuration(self):
|
|
25298
25300
|
"""自动逻辑备份保留时间
|
|
25301
|
+
单位:秒
|
|
25299
25302
|
:rtype: int
|
|
25300
25303
|
"""
|
|
25301
25304
|
return self._LogicReserveDuration
|
|
@@ -25307,6 +25310,7 @@ class LogicBackupConfigInfo(AbstractModel):
|
|
|
25307
25310
|
@property
|
|
25308
25311
|
def LogicCrossRegionsEnable(self):
|
|
25309
25312
|
"""是否开启跨地域逻辑备份
|
|
25313
|
+
可选值:ON/OFF
|
|
25310
25314
|
:rtype: str
|
|
25311
25315
|
"""
|
|
25312
25316
|
return self._LogicCrossRegionsEnable
|
|
@@ -27810,6 +27814,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
|
27810
27814
|
:param _InstanceId: 网络组id(cynosdbmysql-grp-前缀开头)或集群id
|
|
27811
27815
|
:type InstanceId: str
|
|
27812
27816
|
:param _SecurityGroupIds: 要修改的安全组ID列表,一个或者多个安全组ID组成的数组。
|
|
27817
|
+
注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
|
27813
27818
|
:type SecurityGroupIds: list of str
|
|
27814
27819
|
:param _Zone: 可用区
|
|
27815
27820
|
:type Zone: str
|
|
@@ -27832,6 +27837,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
|
27832
27837
|
@property
|
|
27833
27838
|
def SecurityGroupIds(self):
|
|
27834
27839
|
"""要修改的安全组ID列表,一个或者多个安全组ID组成的数组。
|
|
27840
|
+
注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
|
27835
27841
|
:rtype: list of str
|
|
27836
27842
|
"""
|
|
27837
27843
|
return self._SecurityGroupIds
|
|
@@ -1255,6 +1255,8 @@ ChinaOther:中国其他;
|
|
|
1255
1255
|
:type FaultReportContactPerson: str
|
|
1256
1256
|
:param _FaultReportContactNumber: 报障联系电话。
|
|
1257
1257
|
:type FaultReportContactNumber: str
|
|
1258
|
+
:param _FaultReportContactEmail: 报障联系邮箱。
|
|
1259
|
+
:type FaultReportContactEmail: str
|
|
1258
1260
|
:param _SignLaw: 物理专线申请者是否签署了用户使用协议。默认已签署。
|
|
1259
1261
|
:type SignLaw: bool
|
|
1260
1262
|
:param _Tags: 标签键值对
|
|
@@ -1278,6 +1280,7 @@ ChinaOther:中国其他;
|
|
|
1278
1280
|
self._CustomerContactNumber = None
|
|
1279
1281
|
self._FaultReportContactPerson = None
|
|
1280
1282
|
self._FaultReportContactNumber = None
|
|
1283
|
+
self._FaultReportContactEmail = None
|
|
1281
1284
|
self._SignLaw = None
|
|
1282
1285
|
self._Tags = None
|
|
1283
1286
|
self._IsMacSec = None
|
|
@@ -1470,6 +1473,17 @@ ChinaOther:中国其他;
|
|
|
1470
1473
|
def FaultReportContactNumber(self, FaultReportContactNumber):
|
|
1471
1474
|
self._FaultReportContactNumber = FaultReportContactNumber
|
|
1472
1475
|
|
|
1476
|
+
@property
|
|
1477
|
+
def FaultReportContactEmail(self):
|
|
1478
|
+
"""报障联系邮箱。
|
|
1479
|
+
:rtype: str
|
|
1480
|
+
"""
|
|
1481
|
+
return self._FaultReportContactEmail
|
|
1482
|
+
|
|
1483
|
+
@FaultReportContactEmail.setter
|
|
1484
|
+
def FaultReportContactEmail(self, FaultReportContactEmail):
|
|
1485
|
+
self._FaultReportContactEmail = FaultReportContactEmail
|
|
1486
|
+
|
|
1473
1487
|
@property
|
|
1474
1488
|
def SignLaw(self):
|
|
1475
1489
|
"""物理专线申请者是否签署了用户使用协议。默认已签署。
|
|
@@ -1521,6 +1535,7 @@ ChinaOther:中国其他;
|
|
|
1521
1535
|
self._CustomerContactNumber = params.get("CustomerContactNumber")
|
|
1522
1536
|
self._FaultReportContactPerson = params.get("FaultReportContactPerson")
|
|
1523
1537
|
self._FaultReportContactNumber = params.get("FaultReportContactNumber")
|
|
1538
|
+
self._FaultReportContactEmail = params.get("FaultReportContactEmail")
|
|
1524
1539
|
self._SignLaw = params.get("SignLaw")
|
|
1525
1540
|
if params.get("Tags") is not None:
|
|
1526
1541
|
self._Tags = []
|
|
@@ -5512,6 +5527,8 @@ class ModifyDirectConnectAttributeRequest(AbstractModel):
|
|
|
5512
5527
|
:type FaultReportContactPerson: str
|
|
5513
5528
|
:param _FaultReportContactNumber: 报障联系电话。
|
|
5514
5529
|
:type FaultReportContactNumber: str
|
|
5530
|
+
:param _FaultReportContactEmail: 报障联系邮箱。
|
|
5531
|
+
:type FaultReportContactEmail: str
|
|
5515
5532
|
:param _SignLaw: 物理专线申请者补签用户使用协议。
|
|
5516
5533
|
:type SignLaw: bool
|
|
5517
5534
|
:param _Bandwidth: 物理专线带宽。
|
|
@@ -5528,6 +5545,7 @@ class ModifyDirectConnectAttributeRequest(AbstractModel):
|
|
|
5528
5545
|
self._CustomerContactNumber = None
|
|
5529
5546
|
self._FaultReportContactPerson = None
|
|
5530
5547
|
self._FaultReportContactNumber = None
|
|
5548
|
+
self._FaultReportContactEmail = None
|
|
5531
5549
|
self._SignLaw = None
|
|
5532
5550
|
self._Bandwidth = None
|
|
5533
5551
|
|
|
@@ -5652,6 +5670,17 @@ class ModifyDirectConnectAttributeRequest(AbstractModel):
|
|
|
5652
5670
|
def FaultReportContactNumber(self, FaultReportContactNumber):
|
|
5653
5671
|
self._FaultReportContactNumber = FaultReportContactNumber
|
|
5654
5672
|
|
|
5673
|
+
@property
|
|
5674
|
+
def FaultReportContactEmail(self):
|
|
5675
|
+
"""报障联系邮箱。
|
|
5676
|
+
:rtype: str
|
|
5677
|
+
"""
|
|
5678
|
+
return self._FaultReportContactEmail
|
|
5679
|
+
|
|
5680
|
+
@FaultReportContactEmail.setter
|
|
5681
|
+
def FaultReportContactEmail(self, FaultReportContactEmail):
|
|
5682
|
+
self._FaultReportContactEmail = FaultReportContactEmail
|
|
5683
|
+
|
|
5655
5684
|
@property
|
|
5656
5685
|
def SignLaw(self):
|
|
5657
5686
|
"""物理专线申请者补签用户使用协议。
|
|
@@ -5687,6 +5716,7 @@ class ModifyDirectConnectAttributeRequest(AbstractModel):
|
|
|
5687
5716
|
self._CustomerContactNumber = params.get("CustomerContactNumber")
|
|
5688
5717
|
self._FaultReportContactPerson = params.get("FaultReportContactPerson")
|
|
5689
5718
|
self._FaultReportContactNumber = params.get("FaultReportContactNumber")
|
|
5719
|
+
self._FaultReportContactEmail = params.get("FaultReportContactEmail")
|
|
5690
5720
|
self._SignLaw = params.get("SignLaw")
|
|
5691
5721
|
self._Bandwidth = params.get("Bandwidth")
|
|
5692
5722
|
memeber_set = set(params.keys())
|
|
@@ -122,6 +122,9 @@ FAILEDOPERATION_PARAMETERVALIDATIONFAILED = 'FailedOperation.ParameterValidation
|
|
|
122
122
|
# 退押金失败。
|
|
123
123
|
FAILEDOPERATION_REFUNDDEPOSITFAILED = 'FailedOperation.RefundDepositFailed'
|
|
124
124
|
|
|
125
|
+
# 结果过期
|
|
126
|
+
FAILEDOPERATION_RESULTEXPIRED = 'FailedOperation.ResultExpired'
|
|
127
|
+
|
|
125
128
|
# 取消授权失败。
|
|
126
129
|
FAILEDOPERATION_REVOKEPOLICYFAILED = 'FailedOperation.RevokePolicyFailed'
|
|
127
130
|
|
|
@@ -419,6 +422,9 @@ INVALIDPARAMETER_INVALIDTASKID = 'InvalidParameter.InvalidTaskId'
|
|
|
419
422
|
# 任务类型TaskType错误,Spark引擎任务类型为SparkSQLTask,Presto引擎任务类型为SQLTask
|
|
420
423
|
INVALIDPARAMETER_INVALIDTASKTYPE = 'InvalidParameter.InvalidTaskType'
|
|
421
424
|
|
|
425
|
+
# 任务长度超限
|
|
426
|
+
INVALIDPARAMETER_INVALIDTASKSFILTERLENGTH = 'InvalidParameter.InvalidTasksFilterLength'
|
|
427
|
+
|
|
422
428
|
# 指定的TCR Spark镜像格式不匹配,参考样例: my-image/ndf/python/latest
|
|
423
429
|
INVALIDPARAMETER_INVALIDTCRSPARKIMAGEFORMAT = 'InvalidParameter.InvalidTcrSparkImageFormat'
|
|
424
430
|
|
|
@@ -458,6 +464,9 @@ INVALIDPARAMETER_NUMBEROFSQLEXCEEDSTHELIMIT = 'InvalidParameter.NumberOfSQLExcee
|
|
|
458
464
|
# 指定参数Base64解析失败
|
|
459
465
|
INVALIDPARAMETER_PARAMETERBASE64DECODEFAILED = 'InvalidParameter.ParameterBase64DecodeFailed'
|
|
460
466
|
|
|
467
|
+
# 传入参数不合法
|
|
468
|
+
INVALIDPARAMETER_PARAMETERILLEGAL = 'InvalidParameter.ParameterIllegal'
|
|
469
|
+
|
|
461
470
|
# 找不到参数或参数为空
|
|
462
471
|
INVALIDPARAMETER_PARAMETERNOTFOUNDORBENONE = 'InvalidParameter.ParameterNotFoundOrBeNone'
|
|
463
472
|
|
|
@@ -623,6 +632,9 @@ RESOURCENOTFOUND_SESSIONSTATESHUTTINGDOWN = 'ResourceNotFound.SessionStateShutti
|
|
|
623
632
|
# 找不到Spark Shuffle存储路径,请到控制台->数据探索页面->存储配置中设置
|
|
624
633
|
RESOURCENOTFOUND_SHUFFLEDIRNOTFOUND = 'ResourceNotFound.ShuffleDirNotFound'
|
|
625
634
|
|
|
635
|
+
# 任务资源不足,请调整driver或executor指定规格大小
|
|
636
|
+
RESOURCENOTFOUND_SPARKJOBINSUFFICIENTRESOURCES = 'ResourceNotFound.SparkJobInsufficientResources'
|
|
637
|
+
|
|
626
638
|
# 表不存在,请重试,或者提交工单联系我们
|
|
627
639
|
RESOURCENOTFOUND_TABLENOTFOUND = 'ResourceNotFound.TableNotFound'
|
|
628
640
|
|
|
@@ -8954,11 +8954,25 @@ class CreateUserVpcConnectionResponse(AbstractModel):
|
|
|
8954
8954
|
|
|
8955
8955
|
def __init__(self):
|
|
8956
8956
|
r"""
|
|
8957
|
+
:param _UserVpcEndpointId: 终端节点IP
|
|
8958
|
+
:type UserVpcEndpointId: str
|
|
8957
8959
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8958
8960
|
:type RequestId: str
|
|
8959
8961
|
"""
|
|
8962
|
+
self._UserVpcEndpointId = None
|
|
8960
8963
|
self._RequestId = None
|
|
8961
8964
|
|
|
8965
|
+
@property
|
|
8966
|
+
def UserVpcEndpointId(self):
|
|
8967
|
+
"""终端节点IP
|
|
8968
|
+
:rtype: str
|
|
8969
|
+
"""
|
|
8970
|
+
return self._UserVpcEndpointId
|
|
8971
|
+
|
|
8972
|
+
@UserVpcEndpointId.setter
|
|
8973
|
+
def UserVpcEndpointId(self, UserVpcEndpointId):
|
|
8974
|
+
self._UserVpcEndpointId = UserVpcEndpointId
|
|
8975
|
+
|
|
8962
8976
|
@property
|
|
8963
8977
|
def RequestId(self):
|
|
8964
8978
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8972,6 +8986,7 @@ class CreateUserVpcConnectionResponse(AbstractModel):
|
|
|
8972
8986
|
|
|
8973
8987
|
|
|
8974
8988
|
def _deserialize(self, params):
|
|
8989
|
+
self._UserVpcEndpointId = params.get("UserVpcEndpointId")
|
|
8975
8990
|
self._RequestId = params.get("RequestId")
|
|
8976
8991
|
|
|
8977
8992
|
|
|
@@ -24891,9 +24906,12 @@ class DescribeUserVpcConnectionRequest(AbstractModel):
|
|
|
24891
24906
|
:type EngineNetworkId: str
|
|
24892
24907
|
:param _DataEngineIds: 引擎ID集合
|
|
24893
24908
|
:type DataEngineIds: list of str
|
|
24909
|
+
:param _UserVpcEndpointIds: 终端节点ID集合
|
|
24910
|
+
:type UserVpcEndpointIds: list of str
|
|
24894
24911
|
"""
|
|
24895
24912
|
self._EngineNetworkId = None
|
|
24896
24913
|
self._DataEngineIds = None
|
|
24914
|
+
self._UserVpcEndpointIds = None
|
|
24897
24915
|
|
|
24898
24916
|
@property
|
|
24899
24917
|
def EngineNetworkId(self):
|
|
@@ -24917,10 +24935,22 @@ class DescribeUserVpcConnectionRequest(AbstractModel):
|
|
|
24917
24935
|
def DataEngineIds(self, DataEngineIds):
|
|
24918
24936
|
self._DataEngineIds = DataEngineIds
|
|
24919
24937
|
|
|
24938
|
+
@property
|
|
24939
|
+
def UserVpcEndpointIds(self):
|
|
24940
|
+
"""终端节点ID集合
|
|
24941
|
+
:rtype: list of str
|
|
24942
|
+
"""
|
|
24943
|
+
return self._UserVpcEndpointIds
|
|
24944
|
+
|
|
24945
|
+
@UserVpcEndpointIds.setter
|
|
24946
|
+
def UserVpcEndpointIds(self, UserVpcEndpointIds):
|
|
24947
|
+
self._UserVpcEndpointIds = UserVpcEndpointIds
|
|
24948
|
+
|
|
24920
24949
|
|
|
24921
24950
|
def _deserialize(self, params):
|
|
24922
24951
|
self._EngineNetworkId = params.get("EngineNetworkId")
|
|
24923
24952
|
self._DataEngineIds = params.get("DataEngineIds")
|
|
24953
|
+
self._UserVpcEndpointIds = params.get("UserVpcEndpointIds")
|
|
24924
24954
|
memeber_set = set(params.keys())
|
|
24925
24955
|
for name, value in vars(self).items():
|
|
24926
24956
|
property_name = name[1:]
|
|
@@ -1349,6 +1349,29 @@ class DtsClient(AbstractClient):
|
|
|
1349
1349
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1350
1350
|
|
|
1351
1351
|
|
|
1352
|
+
def ResetSyncJob(self, request):
|
|
1353
|
+
"""重置已经结束的同步任务,重置后可以重新配置启动任务。
|
|
1354
|
+
|
|
1355
|
+
:param request: Request instance for ResetSyncJob.
|
|
1356
|
+
:type request: :class:`tencentcloud.dts.v20211206.models.ResetSyncJobRequest`
|
|
1357
|
+
:rtype: :class:`tencentcloud.dts.v20211206.models.ResetSyncJobResponse`
|
|
1358
|
+
|
|
1359
|
+
"""
|
|
1360
|
+
try:
|
|
1361
|
+
params = request._serialize()
|
|
1362
|
+
headers = request.headers
|
|
1363
|
+
body = self.call("ResetSyncJob", params, headers=headers)
|
|
1364
|
+
response = json.loads(body)
|
|
1365
|
+
model = models.ResetSyncJobResponse()
|
|
1366
|
+
model._deserialize(response["Response"])
|
|
1367
|
+
return model
|
|
1368
|
+
except Exception as e:
|
|
1369
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1370
|
+
raise
|
|
1371
|
+
else:
|
|
1372
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1373
|
+
|
|
1374
|
+
|
|
1352
1375
|
def ResizeSyncJob(self, request):
|
|
1353
1376
|
"""调整同步任务规格,此接口只支持按量计费任务的调整,调用此接口后不会立即生效,后台调整时间大概为3~5分钟。调用此接口后可通过查询同步任务信息接口DescribeSyncJobs,获取变配后的状态。
|
|
1354
1377
|
|
|
@@ -14670,6 +14670,70 @@ class ResetSubscribeResponse(AbstractModel):
|
|
|
14670
14670
|
self._RequestId = params.get("RequestId")
|
|
14671
14671
|
|
|
14672
14672
|
|
|
14673
|
+
class ResetSyncJobRequest(AbstractModel):
|
|
14674
|
+
"""ResetSyncJob请求参数结构体
|
|
14675
|
+
|
|
14676
|
+
"""
|
|
14677
|
+
|
|
14678
|
+
def __init__(self):
|
|
14679
|
+
r"""
|
|
14680
|
+
:param _JobId: 需要重置的同步任务ID。
|
|
14681
|
+
:type JobId: str
|
|
14682
|
+
"""
|
|
14683
|
+
self._JobId = None
|
|
14684
|
+
|
|
14685
|
+
@property
|
|
14686
|
+
def JobId(self):
|
|
14687
|
+
"""需要重置的同步任务ID。
|
|
14688
|
+
:rtype: str
|
|
14689
|
+
"""
|
|
14690
|
+
return self._JobId
|
|
14691
|
+
|
|
14692
|
+
@JobId.setter
|
|
14693
|
+
def JobId(self, JobId):
|
|
14694
|
+
self._JobId = JobId
|
|
14695
|
+
|
|
14696
|
+
|
|
14697
|
+
def _deserialize(self, params):
|
|
14698
|
+
self._JobId = params.get("JobId")
|
|
14699
|
+
memeber_set = set(params.keys())
|
|
14700
|
+
for name, value in vars(self).items():
|
|
14701
|
+
property_name = name[1:]
|
|
14702
|
+
if property_name in memeber_set:
|
|
14703
|
+
memeber_set.remove(property_name)
|
|
14704
|
+
if len(memeber_set) > 0:
|
|
14705
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
14706
|
+
|
|
14707
|
+
|
|
14708
|
+
|
|
14709
|
+
class ResetSyncJobResponse(AbstractModel):
|
|
14710
|
+
"""ResetSyncJob返回参数结构体
|
|
14711
|
+
|
|
14712
|
+
"""
|
|
14713
|
+
|
|
14714
|
+
def __init__(self):
|
|
14715
|
+
r"""
|
|
14716
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14717
|
+
:type RequestId: str
|
|
14718
|
+
"""
|
|
14719
|
+
self._RequestId = None
|
|
14720
|
+
|
|
14721
|
+
@property
|
|
14722
|
+
def RequestId(self):
|
|
14723
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14724
|
+
:rtype: str
|
|
14725
|
+
"""
|
|
14726
|
+
return self._RequestId
|
|
14727
|
+
|
|
14728
|
+
@RequestId.setter
|
|
14729
|
+
def RequestId(self, RequestId):
|
|
14730
|
+
self._RequestId = RequestId
|
|
14731
|
+
|
|
14732
|
+
|
|
14733
|
+
def _deserialize(self, params):
|
|
14734
|
+
self._RequestId = params.get("RequestId")
|
|
14735
|
+
|
|
14736
|
+
|
|
14673
14737
|
class ResizeSyncJobRequest(AbstractModel):
|
|
14674
14738
|
"""ResizeSyncJob请求参数结构体
|
|
14675
14739
|
|
|
@@ -464,6 +464,35 @@ class EssClient(AbstractClient):
|
|
|
464
464
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
465
465
|
|
|
466
466
|
|
|
467
|
+
def CreateContractReviewWebUrl(self, request):
|
|
468
|
+
"""此接口(CreateContractReviewWebUrl)用来创建合同审查web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
469
|
+
|
|
470
|
+
适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。
|
|
471
|
+
|
|
472
|
+
注:
|
|
473
|
+
1. pdf、word格式限制大小为10M以下
|
|
474
|
+
2. 如果文件资源为word类型生成的链接不能进行iframe嵌入,需要在单独窗口打开
|
|
475
|
+
|
|
476
|
+
:param request: Request instance for CreateContractReviewWebUrl.
|
|
477
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.CreateContractReviewWebUrlRequest`
|
|
478
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.CreateContractReviewWebUrlResponse`
|
|
479
|
+
|
|
480
|
+
"""
|
|
481
|
+
try:
|
|
482
|
+
params = request._serialize()
|
|
483
|
+
headers = request.headers
|
|
484
|
+
body = self.call("CreateContractReviewWebUrl", params, headers=headers)
|
|
485
|
+
response = json.loads(body)
|
|
486
|
+
model = models.CreateContractReviewWebUrlResponse()
|
|
487
|
+
model._deserialize(response["Response"])
|
|
488
|
+
return model
|
|
489
|
+
except Exception as e:
|
|
490
|
+
if isinstance(e, TencentCloudSDKException):
|
|
491
|
+
raise
|
|
492
|
+
else:
|
|
493
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
494
|
+
|
|
495
|
+
|
|
467
496
|
def CreateConvertTaskApi(self, request):
|
|
468
497
|
"""此接口(CreateConvertTaskApi)用来将word、excel、html、图片、txt类型文件转换为PDF文件。<br />
|
|
469
498
|
前提条件:源文件已经通过 <a href="https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles" target="_blank">文件上传接口</a>完成上传,并得到了源文件的资源Id。<br />
|
|
@@ -2508,6 +2537,33 @@ class EssClient(AbstractClient):
|
|
|
2508
2537
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2509
2538
|
|
|
2510
2539
|
|
|
2540
|
+
def DescribeContractReviewWebUrl(self, request):
|
|
2541
|
+
"""此接口(DescribeContractReviewWebUrl)用来创建合同审查web页面链接(此web页面可以通过iframe方式嵌入到贵方系统的网页中)。
|
|
2542
|
+
|
|
2543
|
+
适用场景:根据合同内容识别出合同的风险信息。审查结果由AI生成,仅供参考。请结合相关法律法规和公司制度要求综合判断。
|
|
2544
|
+
|
|
2545
|
+
注意: `如果文件资源为word类型生成的链接不能进行iframe嵌入,需要在单独窗口打开`
|
|
2546
|
+
|
|
2547
|
+
:param request: Request instance for DescribeContractReviewWebUrl.
|
|
2548
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.DescribeContractReviewWebUrlRequest`
|
|
2549
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.DescribeContractReviewWebUrlResponse`
|
|
2550
|
+
|
|
2551
|
+
"""
|
|
2552
|
+
try:
|
|
2553
|
+
params = request._serialize()
|
|
2554
|
+
headers = request.headers
|
|
2555
|
+
body = self.call("DescribeContractReviewWebUrl", params, headers=headers)
|
|
2556
|
+
response = json.loads(body)
|
|
2557
|
+
model = models.DescribeContractReviewWebUrlResponse()
|
|
2558
|
+
model._deserialize(response["Response"])
|
|
2559
|
+
return model
|
|
2560
|
+
except Exception as e:
|
|
2561
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2562
|
+
raise
|
|
2563
|
+
else:
|
|
2564
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2565
|
+
|
|
2566
|
+
|
|
2511
2567
|
def DescribeExtendedServiceAuthDetail(self, request):
|
|
2512
2568
|
"""查询企业扩展服务的授权详情(列表),当前支持查询以下内容:
|
|
2513
2569
|
1. 企业自动签(本企业授权、集团企业授权、合作企业授权)
|