tencentcloud-sdk-python 3.0.1474__py2.py3-none-any.whl → 3.0.1477__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/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +143 -18
- tencentcloud/cdn/v20180606/models.py +12 -2
- tencentcloud/cdwdoris/v20211228/models.py +15 -0
- tencentcloud/ckafka/v20190819/models.py +45 -0
- tencentcloud/cloudapp/v20220530/models.py +75 -0
- tencentcloud/cloudhsm/v20191112/models.py +15 -15
- tencentcloud/cls/v20201016/cls_client.py +4 -4
- tencentcloud/cls/v20201016/models.py +79 -58
- tencentcloud/ctem/v20231128/models.py +45 -0
- tencentcloud/dbbrain/v20191016/models.py +19 -2
- tencentcloud/dbbrain/v20210527/models.py +33 -12
- tencentcloud/dc/v20180410/models.py +150 -0
- tencentcloud/dlc/v20210125/errorcodes.py +6 -3
- tencentcloud/dts/v20211206/dts_client.py +1 -1
- tencentcloud/dts/v20211206/models.py +33 -10
- tencentcloud/emr/v20190103/models.py +15 -0
- tencentcloud/es/v20250101/es_client.py +24 -1
- tencentcloud/es/v20250101/models.py +261 -2
- tencentcloud/ess/v20201111/ess_client.py +120 -0
- tencentcloud/ess/v20201111/models.py +1215 -10
- tencentcloud/essbasic/v20210526/models.py +19 -4
- tencentcloud/gwlb/v20240906/gwlb_client.py +23 -0
- tencentcloud/gwlb/v20240906/models.py +150 -0
- tencentcloud/hunyuan/v20230901/models.py +16 -4
- tencentcloud/ioa/v20220601/errorcodes.py +3 -0
- tencentcloud/ioa/v20220601/ioa_client.py +92 -0
- tencentcloud/ioa/v20220601/models.py +1114 -71
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
- tencentcloud/iotexplorer/v20190423/models.py +2022 -116
- tencentcloud/lcic/v20220817/models.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +14 -0
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/lkeap/v20240522/errorcodes.py +7 -7
- tencentcloud/lkeap/v20240522/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +480 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/models.py +815 -2
- tencentcloud/mqtt/v20240516/models.py +15 -0
- tencentcloud/nlp/v20190408/nlp_client.py +9 -3
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +250 -2
- tencentcloud/oceanus/v20190422/oceanus_client.py +46 -0
- tencentcloud/ocr/v20181119/models.py +20 -0
- tencentcloud/ocr/v20181119/ocr_client.py +3 -3
- tencentcloud/postgres/v20170312/models.py +14 -14
- tencentcloud/postgres/v20170312/postgres_client.py +2 -2
- tencentcloud/privatedns/v20201028/errorcodes.py +36 -0
- tencentcloud/privatedns/v20201028/models.py +1699 -86
- tencentcloud/privatedns/v20201028/privatedns_client.py +253 -0
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/teo/v20220901/errorcodes.py +1 -1
- tencentcloud/teo/v20220901/models.py +422 -123
- tencentcloud/teo/v20220901/teo_client.py +2 -2
- tencentcloud/tke/v20180525/models.py +55 -26
- tencentcloud/trtc/v20190722/models.py +15 -15
- tencentcloud/tse/v20201207/models.py +50 -0
- tencentcloud/vpc/v20170312/models.py +408 -2
- tencentcloud/vpc/v20170312/vpc_client.py +92 -0
- tencentcloud/wedata/v20210820/errorcodes.py +3 -0
- tencentcloud/wedata/v20210820/models.py +1240 -81
- tencentcloud/wedata/v20210820/wedata_client.py +1 -1
- tencentcloud/wedata/v20250806/errorcodes.py +18 -0
- tencentcloud/wedata/v20250806/models.py +20670 -9356
- tencentcloud/wedata/v20250806/wedata_client.py +982 -16
- {tencentcloud_sdk_python-3.0.1474.dist-info → tencentcloud_sdk_python-3.0.1477.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1474.dist-info → tencentcloud_sdk_python-3.0.1477.dist-info}/RECORD +71 -71
- {tencentcloud_sdk_python-3.0.1474.dist-info → tencentcloud_sdk_python-3.0.1477.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1474.dist-info → tencentcloud_sdk_python-3.0.1477.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1474.dist-info → tencentcloud_sdk_python-3.0.1477.dist-info}/top_level.txt +0 -0
|
@@ -8152,9 +8152,9 @@ class DescribeMySqlProcessListRequest(AbstractModel):
|
|
|
8152
8152
|
:type Host: str
|
|
8153
8153
|
:param _DB: 线程的操作数据库,用于筛选线程列表。
|
|
8154
8154
|
:type DB: str
|
|
8155
|
-
:param _State:
|
|
8155
|
+
:param _State: 线程的操作状态。包含以下枚举值:Sending data-线程正在处理查询结果, Sorting result-线程正在对查询结果进行排序,Creating tmp table-线程正在创建临时表,Altering table-线程正在执行表结构变更,Updating-线程执行更新中。
|
|
8156
8156
|
:type State: str
|
|
8157
|
-
:param _Command:
|
|
8157
|
+
:param _Command: 线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。
|
|
8158
8158
|
:type Command: str
|
|
8159
8159
|
:param _Time: 线程的操作时长最小值,单位秒,用于筛选操作时长大于该值的线程列表。
|
|
8160
8160
|
:type Time: int
|
|
@@ -8162,7 +8162,9 @@ class DescribeMySqlProcessListRequest(AbstractModel):
|
|
|
8162
8162
|
:type Info: str
|
|
8163
8163
|
:param _Limit: 返回数量,默认20。
|
|
8164
8164
|
:type Limit: int
|
|
8165
|
-
:param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb"
|
|
8165
|
+
:param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
|
|
8166
|
+
|
|
8167
|
+
|
|
8166
8168
|
:type Product: str
|
|
8167
8169
|
:param _StatDimensions: 会话统计的维度信息,可以多个维度。
|
|
8168
8170
|
:type StatDimensions: list of StatDimension
|
|
@@ -8237,7 +8239,7 @@ class DescribeMySqlProcessListRequest(AbstractModel):
|
|
|
8237
8239
|
|
|
8238
8240
|
@property
|
|
8239
8241
|
def State(self):
|
|
8240
|
-
r"""
|
|
8242
|
+
r"""线程的操作状态。包含以下枚举值:Sending data-线程正在处理查询结果, Sorting result-线程正在对查询结果进行排序,Creating tmp table-线程正在创建临时表,Altering table-线程正在执行表结构变更,Updating-线程执行更新中。
|
|
8241
8243
|
:rtype: str
|
|
8242
8244
|
"""
|
|
8243
8245
|
return self._State
|
|
@@ -8248,7 +8250,7 @@ class DescribeMySqlProcessListRequest(AbstractModel):
|
|
|
8248
8250
|
|
|
8249
8251
|
@property
|
|
8250
8252
|
def Command(self):
|
|
8251
|
-
r"""
|
|
8253
|
+
r"""线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。
|
|
8252
8254
|
:rtype: str
|
|
8253
8255
|
"""
|
|
8254
8256
|
return self._Command
|
|
@@ -8292,7 +8294,9 @@ class DescribeMySqlProcessListRequest(AbstractModel):
|
|
|
8292
8294
|
|
|
8293
8295
|
@property
|
|
8294
8296
|
def Product(self):
|
|
8295
|
-
r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb"
|
|
8297
|
+
r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
|
|
8298
|
+
|
|
8299
|
+
|
|
8296
8300
|
:rtype: str
|
|
8297
8301
|
"""
|
|
8298
8302
|
return self._Product
|
|
@@ -8350,7 +8354,7 @@ class DescribeMySqlProcessListResponse(AbstractModel):
|
|
|
8350
8354
|
r"""
|
|
8351
8355
|
:param _ProcessList: 实时线程列表。
|
|
8352
8356
|
:type ProcessList: list of MySqlProcess
|
|
8353
|
-
:param _Statistics: sql
|
|
8357
|
+
:param _Statistics: sql会话统计信息。如果请求参数中包含StatDimensions,该参数则可能返回,否则不返回。
|
|
8354
8358
|
:type Statistics: list of StatisticInfo
|
|
8355
8359
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8356
8360
|
:type RequestId: str
|
|
@@ -8372,7 +8376,7 @@ class DescribeMySqlProcessListResponse(AbstractModel):
|
|
|
8372
8376
|
|
|
8373
8377
|
@property
|
|
8374
8378
|
def Statistics(self):
|
|
8375
|
-
r"""sql
|
|
8379
|
+
r"""sql会话统计信息。如果请求参数中包含StatDimensions,该参数则可能返回,否则不返回。
|
|
8376
8380
|
:rtype: list of StatisticInfo
|
|
8377
8381
|
"""
|
|
8378
8382
|
return self._Statistics
|
|
@@ -16837,14 +16841,17 @@ class MySqlProcess(AbstractModel):
|
|
|
16837
16841
|
:type Host: str
|
|
16838
16842
|
:param _DB: 线程的操作数据库。
|
|
16839
16843
|
:type DB: str
|
|
16840
|
-
:param _State:
|
|
16844
|
+
:param _State: 线程的操作状态。包含以下枚举值:Sending data-线程正在处理查询结果, Sorting result-线程正在对查询结果进行排序,Creating tmp table-线程正在创建临时表,Altering table-线程正在执行表结构变更,Updating-线程执行更新中。
|
|
16841
16845
|
:type State: str
|
|
16842
|
-
:param _Command:
|
|
16846
|
+
:param _Command: 线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。
|
|
16843
16847
|
:type Command: str
|
|
16844
16848
|
:param _Time: 线程的操作时长,单位秒。
|
|
16845
16849
|
:type Time: str
|
|
16846
16850
|
:param _Info: 线程的操作语句。
|
|
16847
16851
|
:type Info: str
|
|
16852
|
+
:param _SqlType: sql类型
|
|
16853
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16854
|
+
:type SqlType: str
|
|
16848
16855
|
"""
|
|
16849
16856
|
self._ID = None
|
|
16850
16857
|
self._User = None
|
|
@@ -16854,6 +16861,7 @@ class MySqlProcess(AbstractModel):
|
|
|
16854
16861
|
self._Command = None
|
|
16855
16862
|
self._Time = None
|
|
16856
16863
|
self._Info = None
|
|
16864
|
+
self._SqlType = None
|
|
16857
16865
|
|
|
16858
16866
|
@property
|
|
16859
16867
|
def ID(self):
|
|
@@ -16901,7 +16909,7 @@ class MySqlProcess(AbstractModel):
|
|
|
16901
16909
|
|
|
16902
16910
|
@property
|
|
16903
16911
|
def State(self):
|
|
16904
|
-
r"""
|
|
16912
|
+
r"""线程的操作状态。包含以下枚举值:Sending data-线程正在处理查询结果, Sorting result-线程正在对查询结果进行排序,Creating tmp table-线程正在创建临时表,Altering table-线程正在执行表结构变更,Updating-线程执行更新中。
|
|
16905
16913
|
:rtype: str
|
|
16906
16914
|
"""
|
|
16907
16915
|
return self._State
|
|
@@ -16912,7 +16920,7 @@ class MySqlProcess(AbstractModel):
|
|
|
16912
16920
|
|
|
16913
16921
|
@property
|
|
16914
16922
|
def Command(self):
|
|
16915
|
-
r"""
|
|
16923
|
+
r"""线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。
|
|
16916
16924
|
:rtype: str
|
|
16917
16925
|
"""
|
|
16918
16926
|
return self._Command
|
|
@@ -16943,6 +16951,18 @@ class MySqlProcess(AbstractModel):
|
|
|
16943
16951
|
def Info(self, Info):
|
|
16944
16952
|
self._Info = Info
|
|
16945
16953
|
|
|
16954
|
+
@property
|
|
16955
|
+
def SqlType(self):
|
|
16956
|
+
r"""sql类型
|
|
16957
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16958
|
+
:rtype: str
|
|
16959
|
+
"""
|
|
16960
|
+
return self._SqlType
|
|
16961
|
+
|
|
16962
|
+
@SqlType.setter
|
|
16963
|
+
def SqlType(self, SqlType):
|
|
16964
|
+
self._SqlType = SqlType
|
|
16965
|
+
|
|
16946
16966
|
|
|
16947
16967
|
def _deserialize(self, params):
|
|
16948
16968
|
self._ID = params.get("ID")
|
|
@@ -16953,6 +16973,7 @@ class MySqlProcess(AbstractModel):
|
|
|
16953
16973
|
self._Command = params.get("Command")
|
|
16954
16974
|
self._Time = params.get("Time")
|
|
16955
16975
|
self._Info = params.get("Info")
|
|
16976
|
+
self._SqlType = params.get("SqlType")
|
|
16956
16977
|
memeber_set = set(params.keys())
|
|
16957
16978
|
for name, value in vars(self).items():
|
|
16958
16979
|
property_name = name[1:]
|
|
@@ -117,6 +117,10 @@ class AccessPoint(AbstractModel):
|
|
|
117
117
|
:type Address: str
|
|
118
118
|
:param _IsMacSec: 是否MACsec
|
|
119
119
|
:type IsMacSec: bool
|
|
120
|
+
:param _Version: 版本号
|
|
121
|
+
:type Version: str
|
|
122
|
+
:param _AccessPointServiceType: 接入点业务类型,枚举值:NORMAL-标准接入点,CDZ:EZ/CDZ接入点,COOPERATIVE-合作POP
|
|
123
|
+
:type AccessPointServiceType: str
|
|
120
124
|
"""
|
|
121
125
|
self._AccessPointName = None
|
|
122
126
|
self._AccessPointId = None
|
|
@@ -132,6 +136,8 @@ class AccessPoint(AbstractModel):
|
|
|
132
136
|
self._AvailablePortInfo = None
|
|
133
137
|
self._Address = None
|
|
134
138
|
self._IsMacSec = None
|
|
139
|
+
self._Version = None
|
|
140
|
+
self._AccessPointServiceType = None
|
|
135
141
|
|
|
136
142
|
@property
|
|
137
143
|
def AccessPointName(self):
|
|
@@ -287,6 +293,28 @@ class AccessPoint(AbstractModel):
|
|
|
287
293
|
def IsMacSec(self, IsMacSec):
|
|
288
294
|
self._IsMacSec = IsMacSec
|
|
289
295
|
|
|
296
|
+
@property
|
|
297
|
+
def Version(self):
|
|
298
|
+
r"""版本号
|
|
299
|
+
:rtype: str
|
|
300
|
+
"""
|
|
301
|
+
return self._Version
|
|
302
|
+
|
|
303
|
+
@Version.setter
|
|
304
|
+
def Version(self, Version):
|
|
305
|
+
self._Version = Version
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
def AccessPointServiceType(self):
|
|
309
|
+
r"""接入点业务类型,枚举值:NORMAL-标准接入点,CDZ:EZ/CDZ接入点,COOPERATIVE-合作POP
|
|
310
|
+
:rtype: str
|
|
311
|
+
"""
|
|
312
|
+
return self._AccessPointServiceType
|
|
313
|
+
|
|
314
|
+
@AccessPointServiceType.setter
|
|
315
|
+
def AccessPointServiceType(self, AccessPointServiceType):
|
|
316
|
+
self._AccessPointServiceType = AccessPointServiceType
|
|
317
|
+
|
|
290
318
|
|
|
291
319
|
def _deserialize(self, params):
|
|
292
320
|
self._AccessPointName = params.get("AccessPointName")
|
|
@@ -310,6 +338,8 @@ class AccessPoint(AbstractModel):
|
|
|
310
338
|
self._AvailablePortInfo.append(obj)
|
|
311
339
|
self._Address = params.get("Address")
|
|
312
340
|
self._IsMacSec = params.get("IsMacSec")
|
|
341
|
+
self._Version = params.get("Version")
|
|
342
|
+
self._AccessPointServiceType = params.get("AccessPointServiceType")
|
|
313
343
|
memeber_set = set(params.keys())
|
|
314
344
|
for name, value in vars(self).items():
|
|
315
345
|
property_name = name[1:]
|
|
@@ -444,14 +474,28 @@ class BFDInfo(AbstractModel):
|
|
|
444
474
|
|
|
445
475
|
def __init__(self):
|
|
446
476
|
r"""
|
|
477
|
+
:param _EnableBfdMultiHop: 使能BFD多跳,0:未开启,2-255:BFD跳数
|
|
478
|
+
:type EnableBfdMultiHop: int
|
|
447
479
|
:param _ProbeFailedTimes: 健康检查次数
|
|
448
480
|
:type ProbeFailedTimes: int
|
|
449
481
|
:param _Interval: 健康检查间隔
|
|
450
482
|
:type Interval: int
|
|
451
483
|
"""
|
|
484
|
+
self._EnableBfdMultiHop = None
|
|
452
485
|
self._ProbeFailedTimes = None
|
|
453
486
|
self._Interval = None
|
|
454
487
|
|
|
488
|
+
@property
|
|
489
|
+
def EnableBfdMultiHop(self):
|
|
490
|
+
r"""使能BFD多跳,0:未开启,2-255:BFD跳数
|
|
491
|
+
:rtype: int
|
|
492
|
+
"""
|
|
493
|
+
return self._EnableBfdMultiHop
|
|
494
|
+
|
|
495
|
+
@EnableBfdMultiHop.setter
|
|
496
|
+
def EnableBfdMultiHop(self, EnableBfdMultiHop):
|
|
497
|
+
self._EnableBfdMultiHop = EnableBfdMultiHop
|
|
498
|
+
|
|
455
499
|
@property
|
|
456
500
|
def ProbeFailedTimes(self):
|
|
457
501
|
r"""健康检查次数
|
|
@@ -476,6 +520,7 @@ class BFDInfo(AbstractModel):
|
|
|
476
520
|
|
|
477
521
|
|
|
478
522
|
def _deserialize(self, params):
|
|
523
|
+
self._EnableBfdMultiHop = params.get("EnableBfdMultiHop")
|
|
479
524
|
self._ProbeFailedTimes = params.get("ProbeFailedTimes")
|
|
480
525
|
self._Interval = params.get("Interval")
|
|
481
526
|
memeber_set = set(params.keys())
|
|
@@ -661,6 +706,12 @@ cross-region:跨地域
|
|
|
661
706
|
:type BUpdateBandwidth: bool
|
|
662
707
|
:param _ArRegion: 接入地域
|
|
663
708
|
:type ArRegion: str
|
|
709
|
+
:param _IapCode: 运营商代码
|
|
710
|
+
:type IapCode: str
|
|
711
|
+
:param _IdcPointType: IDC侧类型。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方
|
|
712
|
+
:type IdcPointType: str
|
|
713
|
+
:param _BIapLinkProtected: 运营商链路是否有保护
|
|
714
|
+
:type BIapLinkProtected: bool
|
|
664
715
|
"""
|
|
665
716
|
self._InstanceId = None
|
|
666
717
|
self._Name = None
|
|
@@ -682,6 +733,9 @@ cross-region:跨地域
|
|
|
682
733
|
self._CloudAttachServiceGatewaysSupport = None
|
|
683
734
|
self._BUpdateBandwidth = None
|
|
684
735
|
self._ArRegion = None
|
|
736
|
+
self._IapCode = None
|
|
737
|
+
self._IdcPointType = None
|
|
738
|
+
self._BIapLinkProtected = None
|
|
685
739
|
|
|
686
740
|
@property
|
|
687
741
|
def InstanceId(self):
|
|
@@ -912,6 +966,39 @@ cross-region:跨地域
|
|
|
912
966
|
def ArRegion(self, ArRegion):
|
|
913
967
|
self._ArRegion = ArRegion
|
|
914
968
|
|
|
969
|
+
@property
|
|
970
|
+
def IapCode(self):
|
|
971
|
+
r"""运营商代码
|
|
972
|
+
:rtype: str
|
|
973
|
+
"""
|
|
974
|
+
return self._IapCode
|
|
975
|
+
|
|
976
|
+
@IapCode.setter
|
|
977
|
+
def IapCode(self, IapCode):
|
|
978
|
+
self._IapCode = IapCode
|
|
979
|
+
|
|
980
|
+
@property
|
|
981
|
+
def IdcPointType(self):
|
|
982
|
+
r"""IDC侧类型。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方
|
|
983
|
+
:rtype: str
|
|
984
|
+
"""
|
|
985
|
+
return self._IdcPointType
|
|
986
|
+
|
|
987
|
+
@IdcPointType.setter
|
|
988
|
+
def IdcPointType(self, IdcPointType):
|
|
989
|
+
self._IdcPointType = IdcPointType
|
|
990
|
+
|
|
991
|
+
@property
|
|
992
|
+
def BIapLinkProtected(self):
|
|
993
|
+
r"""运营商链路是否有保护
|
|
994
|
+
:rtype: bool
|
|
995
|
+
"""
|
|
996
|
+
return self._BIapLinkProtected
|
|
997
|
+
|
|
998
|
+
@BIapLinkProtected.setter
|
|
999
|
+
def BIapLinkProtected(self, BIapLinkProtected):
|
|
1000
|
+
self._BIapLinkProtected = BIapLinkProtected
|
|
1001
|
+
|
|
915
1002
|
|
|
916
1003
|
def _deserialize(self, params):
|
|
917
1004
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -934,6 +1021,9 @@ cross-region:跨地域
|
|
|
934
1021
|
self._CloudAttachServiceGatewaysSupport = params.get("CloudAttachServiceGatewaysSupport")
|
|
935
1022
|
self._BUpdateBandwidth = params.get("BUpdateBandwidth")
|
|
936
1023
|
self._ArRegion = params.get("ArRegion")
|
|
1024
|
+
self._IapCode = params.get("IapCode")
|
|
1025
|
+
self._IdcPointType = params.get("IdcPointType")
|
|
1026
|
+
self._BIapLinkProtected = params.get("BIapLinkProtected")
|
|
937
1027
|
memeber_set = set(params.keys())
|
|
938
1028
|
for name, value in vars(self).items():
|
|
939
1029
|
property_name = name[1:]
|
|
@@ -1016,6 +1106,10 @@ class CreateCasInput(AbstractModel):
|
|
|
1016
1106
|
:type Remarks: str
|
|
1017
1107
|
:param _ArRegion: 接入地域
|
|
1018
1108
|
:type ArRegion: str
|
|
1109
|
+
:param _IdcPointType: IDC侧类型,默认为OTHER。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方
|
|
1110
|
+
:type IdcPointType: str
|
|
1111
|
+
:param _BIapLinkProtected: 运营商链路是否有保护
|
|
1112
|
+
:type BIapLinkProtected: bool
|
|
1019
1113
|
"""
|
|
1020
1114
|
self._Name = None
|
|
1021
1115
|
self._IdcAddress = None
|
|
@@ -1024,6 +1118,8 @@ class CreateCasInput(AbstractModel):
|
|
|
1024
1118
|
self._Telephone = None
|
|
1025
1119
|
self._Remarks = None
|
|
1026
1120
|
self._ArRegion = None
|
|
1121
|
+
self._IdcPointType = None
|
|
1122
|
+
self._BIapLinkProtected = None
|
|
1027
1123
|
|
|
1028
1124
|
@property
|
|
1029
1125
|
def Name(self):
|
|
@@ -1102,6 +1198,28 @@ class CreateCasInput(AbstractModel):
|
|
|
1102
1198
|
def ArRegion(self, ArRegion):
|
|
1103
1199
|
self._ArRegion = ArRegion
|
|
1104
1200
|
|
|
1201
|
+
@property
|
|
1202
|
+
def IdcPointType(self):
|
|
1203
|
+
r"""IDC侧类型,默认为OTHER。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方
|
|
1204
|
+
:rtype: str
|
|
1205
|
+
"""
|
|
1206
|
+
return self._IdcPointType
|
|
1207
|
+
|
|
1208
|
+
@IdcPointType.setter
|
|
1209
|
+
def IdcPointType(self, IdcPointType):
|
|
1210
|
+
self._IdcPointType = IdcPointType
|
|
1211
|
+
|
|
1212
|
+
@property
|
|
1213
|
+
def BIapLinkProtected(self):
|
|
1214
|
+
r"""运营商链路是否有保护
|
|
1215
|
+
:rtype: bool
|
|
1216
|
+
"""
|
|
1217
|
+
return self._BIapLinkProtected
|
|
1218
|
+
|
|
1219
|
+
@BIapLinkProtected.setter
|
|
1220
|
+
def BIapLinkProtected(self, BIapLinkProtected):
|
|
1221
|
+
self._BIapLinkProtected = BIapLinkProtected
|
|
1222
|
+
|
|
1105
1223
|
|
|
1106
1224
|
def _deserialize(self, params):
|
|
1107
1225
|
self._Name = params.get("Name")
|
|
@@ -1111,6 +1229,8 @@ class CreateCasInput(AbstractModel):
|
|
|
1111
1229
|
self._Telephone = params.get("Telephone")
|
|
1112
1230
|
self._Remarks = params.get("Remarks")
|
|
1113
1231
|
self._ArRegion = params.get("ArRegion")
|
|
1232
|
+
self._IdcPointType = params.get("IdcPointType")
|
|
1233
|
+
self._BIapLinkProtected = params.get("BIapLinkProtected")
|
|
1114
1234
|
memeber_set = set(params.keys())
|
|
1115
1235
|
for name, value in vars(self).items():
|
|
1116
1236
|
property_name = name[1:]
|
|
@@ -3199,6 +3319,8 @@ class DirectConnect(AbstractModel):
|
|
|
3199
3319
|
:type FaultReportContactPerson: str
|
|
3200
3320
|
:param _FaultReportContactNumber: 报障联系电话。
|
|
3201
3321
|
:type FaultReportContactNumber: str
|
|
3322
|
+
:param _FaultReportContactEmail: 报障联系邮箱。
|
|
3323
|
+
:type FaultReportContactEmail: str
|
|
3202
3324
|
:param _TagSet: 标签键值对
|
|
3203
3325
|
:type TagSet: list of Tag
|
|
3204
3326
|
:param _AccessPointType: 物理专线的接入点类型。
|
|
@@ -3252,6 +3374,7 @@ class DirectConnect(AbstractModel):
|
|
|
3252
3374
|
self._ChargeType = None
|
|
3253
3375
|
self._FaultReportContactPerson = None
|
|
3254
3376
|
self._FaultReportContactNumber = None
|
|
3377
|
+
self._FaultReportContactEmail = None
|
|
3255
3378
|
self._TagSet = None
|
|
3256
3379
|
self._AccessPointType = None
|
|
3257
3380
|
self._IdcCity = None
|
|
@@ -3518,6 +3641,17 @@ class DirectConnect(AbstractModel):
|
|
|
3518
3641
|
def FaultReportContactNumber(self, FaultReportContactNumber):
|
|
3519
3642
|
self._FaultReportContactNumber = FaultReportContactNumber
|
|
3520
3643
|
|
|
3644
|
+
@property
|
|
3645
|
+
def FaultReportContactEmail(self):
|
|
3646
|
+
r"""报障联系邮箱。
|
|
3647
|
+
:rtype: str
|
|
3648
|
+
"""
|
|
3649
|
+
return self._FaultReportContactEmail
|
|
3650
|
+
|
|
3651
|
+
@FaultReportContactEmail.setter
|
|
3652
|
+
def FaultReportContactEmail(self, FaultReportContactEmail):
|
|
3653
|
+
self._FaultReportContactEmail = FaultReportContactEmail
|
|
3654
|
+
|
|
3521
3655
|
@property
|
|
3522
3656
|
def TagSet(self):
|
|
3523
3657
|
r"""标签键值对
|
|
@@ -3707,6 +3841,7 @@ class DirectConnect(AbstractModel):
|
|
|
3707
3841
|
self._ChargeType = params.get("ChargeType")
|
|
3708
3842
|
self._FaultReportContactPerson = params.get("FaultReportContactPerson")
|
|
3709
3843
|
self._FaultReportContactNumber = params.get("FaultReportContactNumber")
|
|
3844
|
+
self._FaultReportContactEmail = params.get("FaultReportContactEmail")
|
|
3710
3845
|
if params.get("TagSet") is not None:
|
|
3711
3846
|
self._TagSet = []
|
|
3712
3847
|
for item in params.get("TagSet"):
|
|
@@ -6008,6 +6143,8 @@ class ModifyDirectConnectTunnelExtraRequest(AbstractModel):
|
|
|
6008
6143
|
:type TencentBackupIPv6Address: str
|
|
6009
6144
|
:param _CustomerIPv6Address: 用户侧互联IPv6。
|
|
6010
6145
|
:type CustomerIPv6Address: str
|
|
6146
|
+
:param _ImportDirectRoute: 互联IP重分布状态
|
|
6147
|
+
:type ImportDirectRoute: bool
|
|
6011
6148
|
"""
|
|
6012
6149
|
self._DirectConnectTunnelId = None
|
|
6013
6150
|
self._Vlan = None
|
|
@@ -6028,6 +6165,7 @@ class ModifyDirectConnectTunnelExtraRequest(AbstractModel):
|
|
|
6028
6165
|
self._TencentIPv6Address = None
|
|
6029
6166
|
self._TencentBackupIPv6Address = None
|
|
6030
6167
|
self._CustomerIPv6Address = None
|
|
6168
|
+
self._ImportDirectRoute = None
|
|
6031
6169
|
|
|
6032
6170
|
@property
|
|
6033
6171
|
def DirectConnectTunnelId(self):
|
|
@@ -6238,6 +6376,17 @@ class ModifyDirectConnectTunnelExtraRequest(AbstractModel):
|
|
|
6238
6376
|
def CustomerIPv6Address(self, CustomerIPv6Address):
|
|
6239
6377
|
self._CustomerIPv6Address = CustomerIPv6Address
|
|
6240
6378
|
|
|
6379
|
+
@property
|
|
6380
|
+
def ImportDirectRoute(self):
|
|
6381
|
+
r"""互联IP重分布状态
|
|
6382
|
+
:rtype: bool
|
|
6383
|
+
"""
|
|
6384
|
+
return self._ImportDirectRoute
|
|
6385
|
+
|
|
6386
|
+
@ImportDirectRoute.setter
|
|
6387
|
+
def ImportDirectRoute(self, ImportDirectRoute):
|
|
6388
|
+
self._ImportDirectRoute = ImportDirectRoute
|
|
6389
|
+
|
|
6241
6390
|
|
|
6242
6391
|
def _deserialize(self, params):
|
|
6243
6392
|
self._DirectConnectTunnelId = params.get("DirectConnectTunnelId")
|
|
@@ -6272,6 +6421,7 @@ class ModifyDirectConnectTunnelExtraRequest(AbstractModel):
|
|
|
6272
6421
|
self._TencentIPv6Address = params.get("TencentIPv6Address")
|
|
6273
6422
|
self._TencentBackupIPv6Address = params.get("TencentBackupIPv6Address")
|
|
6274
6423
|
self._CustomerIPv6Address = params.get("CustomerIPv6Address")
|
|
6424
|
+
self._ImportDirectRoute = params.get("ImportDirectRoute")
|
|
6275
6425
|
memeber_set = set(params.keys())
|
|
6276
6426
|
for name, value in vars(self).items():
|
|
6277
6427
|
property_name = name[1:]
|
|
@@ -53,9 +53,6 @@ FAILEDOPERATION_DELIVERGOODSFAILED = 'FailedOperation.DeliverGoodsFailed'
|
|
|
53
53
|
# 重复的标签键。
|
|
54
54
|
FAILEDOPERATION_DUPLICATETAGKEY = 'FailedOperation.DuplicateTagKey'
|
|
55
55
|
|
|
56
|
-
# 当前已有资源组正在使用该配置项,无法一键删除(一键删除会导致引擎重启)您可前往资源组列表页点击详情删除
|
|
57
|
-
FAILEDOPERATION_FAILEDOPERATIONCODE_NETWORKCONNECTIONINUSED = 'FailedOperation.FailedOperationCode_NetworkConnectionInUsed'
|
|
58
|
-
|
|
59
56
|
# 扣费失败。
|
|
60
57
|
FAILEDOPERATION_FEEDEDUCTIONFAILED = 'FailedOperation.FeeDeductionFailed'
|
|
61
58
|
|
|
@@ -104,6 +101,9 @@ FAILEDOPERATION_MODIFYINSTANCEFAILED = 'FailedOperation.ModifyInstanceFailed'
|
|
|
104
101
|
# The datasource vpc has been bound to the engine
|
|
105
102
|
FAILEDOPERATION_NETWORKCONNECTIONEXIST = 'FailedOperation.NetworkConnectionExist'
|
|
106
103
|
|
|
104
|
+
# 当前已有资源组正在使用该配置项,无法一键删除(一键删除会导致引擎重启)您可前往资源组列表页点击详情删除
|
|
105
|
+
FAILEDOPERATION_NETWORKCONNECTIONINUSED = 'FailedOperation.NetworkConnectionInUsed'
|
|
106
|
+
|
|
107
107
|
# 没有操作权限。
|
|
108
108
|
FAILEDOPERATION_NOPERMISSION = 'FailedOperation.NoPermission'
|
|
109
109
|
|
|
@@ -368,6 +368,9 @@ INVALIDPARAMETER_INVALIDMINCLUSTERS = 'InvalidParameter.InvalidMinClusters'
|
|
|
368
368
|
# 无效的Offset值。
|
|
369
369
|
INVALIDPARAMETER_INVALIDOFFSET = 'InvalidParameter.InvalidOffset'
|
|
370
370
|
|
|
371
|
+
# 列上执行的操作与该列的数据类型不兼容
|
|
372
|
+
INVALIDPARAMETER_INVALIDPARAMETER_COLUMNTYPENOTCOMPATIBLE = 'InvalidParameter.InvalidParameter_ColumnTypeNotCompatible'
|
|
373
|
+
|
|
371
374
|
# 排序列不合法
|
|
372
375
|
INVALIDPARAMETER_INVALIDPARAMETER_SQLTASKANALYSISSORTBYTYPENOTMATCH = 'InvalidParameter.InvalidParameter_SQLTaskAnalysisSortByTypeNotMatch'
|
|
373
376
|
|
|
@@ -1512,7 +1512,7 @@ class DtsClient(AbstractClient):
|
|
|
1512
1512
|
|
|
1513
1513
|
|
|
1514
1514
|
def StartCompare(self, request):
|
|
1515
|
-
r"""
|
|
1515
|
+
r"""启动一致性校验任务,启动之前需要先通过接口 [CreateCompareTask](https://cloud.tencent.com/document/product/571/82093) 创建一致性校验任务,启动后可通过接口 [DescribeCompareTasks](https://cloud.tencent.com/document/product/571/82088) 查询一致性校验任务列表来获得启动后的状态
|
|
1516
1516
|
|
|
1517
1517
|
:param request: Request instance for StartCompare.
|
|
1518
1518
|
:type request: :class:`tencentcloud.dts.v20211206.models.StartCompareRequest`
|
|
@@ -8823,6 +8823,8 @@ class DifferenceData(AbstractModel):
|
|
|
8823
8823
|
:type SrcItem: str
|
|
8824
8824
|
:param _DstItem: 目标端值
|
|
8825
8825
|
:type DstItem: str
|
|
8826
|
+
:param _CreatedAt: 创建时间
|
|
8827
|
+
:type CreatedAt: str
|
|
8826
8828
|
:param _UpdatedAt: 更新时间
|
|
8827
8829
|
:type UpdatedAt: str
|
|
8828
8830
|
"""
|
|
@@ -8832,6 +8834,7 @@ class DifferenceData(AbstractModel):
|
|
|
8832
8834
|
self._DstChunk = None
|
|
8833
8835
|
self._SrcItem = None
|
|
8834
8836
|
self._DstItem = None
|
|
8837
|
+
self._CreatedAt = None
|
|
8835
8838
|
self._UpdatedAt = None
|
|
8836
8839
|
|
|
8837
8840
|
@property
|
|
@@ -8900,6 +8903,17 @@ class DifferenceData(AbstractModel):
|
|
|
8900
8903
|
def DstItem(self, DstItem):
|
|
8901
8904
|
self._DstItem = DstItem
|
|
8902
8905
|
|
|
8906
|
+
@property
|
|
8907
|
+
def CreatedAt(self):
|
|
8908
|
+
r"""创建时间
|
|
8909
|
+
:rtype: str
|
|
8910
|
+
"""
|
|
8911
|
+
return self._CreatedAt
|
|
8912
|
+
|
|
8913
|
+
@CreatedAt.setter
|
|
8914
|
+
def CreatedAt(self, CreatedAt):
|
|
8915
|
+
self._CreatedAt = CreatedAt
|
|
8916
|
+
|
|
8903
8917
|
@property
|
|
8904
8918
|
def UpdatedAt(self):
|
|
8905
8919
|
r"""更新时间
|
|
@@ -8919,6 +8933,7 @@ class DifferenceData(AbstractModel):
|
|
|
8919
8933
|
self._DstChunk = params.get("DstChunk")
|
|
8920
8934
|
self._SrcItem = params.get("SrcItem")
|
|
8921
8935
|
self._DstItem = params.get("DstItem")
|
|
8936
|
+
self._CreatedAt = params.get("CreatedAt")
|
|
8922
8937
|
self._UpdatedAt = params.get("UpdatedAt")
|
|
8923
8938
|
memeber_set = set(params.keys())
|
|
8924
8939
|
for name, value in vars(self).items():
|
|
@@ -15629,9 +15644,11 @@ class StartCompareRequest(AbstractModel):
|
|
|
15629
15644
|
|
|
15630
15645
|
def __init__(self):
|
|
15631
15646
|
r"""
|
|
15632
|
-
:param _JobId: 迁移任务
|
|
15647
|
+
:param _JobId: 迁移任务 ID,可通过 [DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084) 接口获取。
|
|
15648
|
+
|
|
15633
15649
|
:type JobId: str
|
|
15634
|
-
:param _CompareTaskId: 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
|
|
15650
|
+
:param _CompareTaskId: 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9,可通过 [DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084) 接口获取。
|
|
15651
|
+
|
|
15635
15652
|
:type CompareTaskId: str
|
|
15636
15653
|
"""
|
|
15637
15654
|
self._JobId = None
|
|
@@ -15639,7 +15656,8 @@ class StartCompareRequest(AbstractModel):
|
|
|
15639
15656
|
|
|
15640
15657
|
@property
|
|
15641
15658
|
def JobId(self):
|
|
15642
|
-
r"""迁移任务
|
|
15659
|
+
r"""迁移任务 ID,可通过 [DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084) 接口获取。
|
|
15660
|
+
|
|
15643
15661
|
:rtype: str
|
|
15644
15662
|
"""
|
|
15645
15663
|
return self._JobId
|
|
@@ -15650,7 +15668,8 @@ class StartCompareRequest(AbstractModel):
|
|
|
15650
15668
|
|
|
15651
15669
|
@property
|
|
15652
15670
|
def CompareTaskId(self):
|
|
15653
|
-
r"""对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
|
|
15671
|
+
r"""对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9,可通过 [DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084) 接口获取。
|
|
15672
|
+
|
|
15654
15673
|
:rtype: str
|
|
15655
15674
|
"""
|
|
15656
15675
|
return self._CompareTaskId
|
|
@@ -16383,11 +16402,13 @@ class StopCompareRequest(AbstractModel):
|
|
|
16383
16402
|
|
|
16384
16403
|
def __init__(self):
|
|
16385
16404
|
r"""
|
|
16386
|
-
:param _JobId: 迁移任务 Id
|
|
16405
|
+
:param _JobId: 迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
16406
|
+
|
|
16387
16407
|
:type JobId: str
|
|
16388
|
-
:param _CompareTaskId: 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
|
|
16408
|
+
:param _CompareTaskId: 对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
16409
|
+
|
|
16389
16410
|
:type CompareTaskId: str
|
|
16390
|
-
:param _ForceStop:
|
|
16411
|
+
:param _ForceStop: 是否强制停止。默认值为false,表示不强制停止;如果填true,同步任务增量阶段会跳过一致性校验产生的binlog,达到快速恢复任务的效果
|
|
16391
16412
|
:type ForceStop: bool
|
|
16392
16413
|
"""
|
|
16393
16414
|
self._JobId = None
|
|
@@ -16396,7 +16417,8 @@ class StopCompareRequest(AbstractModel):
|
|
|
16396
16417
|
|
|
16397
16418
|
@property
|
|
16398
16419
|
def JobId(self):
|
|
16399
|
-
r"""迁移任务 Id
|
|
16420
|
+
r"""迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
16421
|
+
|
|
16400
16422
|
:rtype: str
|
|
16401
16423
|
"""
|
|
16402
16424
|
return self._JobId
|
|
@@ -16407,7 +16429,8 @@ class StopCompareRequest(AbstractModel):
|
|
|
16407
16429
|
|
|
16408
16430
|
@property
|
|
16409
16431
|
def CompareTaskId(self):
|
|
16410
|
-
r"""对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9
|
|
16432
|
+
r"""对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。
|
|
16433
|
+
|
|
16411
16434
|
:rtype: str
|
|
16412
16435
|
"""
|
|
16413
16436
|
return self._CompareTaskId
|
|
@@ -16418,7 +16441,7 @@ class StopCompareRequest(AbstractModel):
|
|
|
16418
16441
|
|
|
16419
16442
|
@property
|
|
16420
16443
|
def ForceStop(self):
|
|
16421
|
-
r"""
|
|
16444
|
+
r"""是否强制停止。默认值为false,表示不强制停止;如果填true,同步任务增量阶段会跳过一致性校验产生的binlog,达到快速恢复任务的效果
|
|
16422
16445
|
:rtype: bool
|
|
16423
16446
|
"""
|
|
16424
16447
|
return self._ForceStop
|
|
@@ -10836,6 +10836,8 @@ class DescribeInstancesListRequest(AbstractModel):
|
|
|
10836
10836
|
:type Asc: int
|
|
10837
10837
|
:param _Filters: 自定义查询过滤器。示例:<li>根据ClusterId过滤实例:[{"Name":"ClusterId","Values":["emr-xxxxxxxx"]}]</li><li>根据clusterName过滤实例:[{"Name": "ClusterName","Values": ["cluster_name"]}]</li><li>根据ClusterStatus过滤实例:[{"Name": "ClusterStatus","Values": ["2"]}]</li>
|
|
10838
10838
|
:type Filters: list of Filters
|
|
10839
|
+
:param _ClusterType: 默认0为普通集群,2为tke集群
|
|
10840
|
+
:type ClusterType: int
|
|
10839
10841
|
"""
|
|
10840
10842
|
self._DisplayStrategy = None
|
|
10841
10843
|
self._Offset = None
|
|
@@ -10843,6 +10845,7 @@ class DescribeInstancesListRequest(AbstractModel):
|
|
|
10843
10845
|
self._OrderField = None
|
|
10844
10846
|
self._Asc = None
|
|
10845
10847
|
self._Filters = None
|
|
10848
|
+
self._ClusterType = None
|
|
10846
10849
|
|
|
10847
10850
|
@property
|
|
10848
10851
|
def DisplayStrategy(self):
|
|
@@ -10911,6 +10914,17 @@ class DescribeInstancesListRequest(AbstractModel):
|
|
|
10911
10914
|
def Filters(self, Filters):
|
|
10912
10915
|
self._Filters = Filters
|
|
10913
10916
|
|
|
10917
|
+
@property
|
|
10918
|
+
def ClusterType(self):
|
|
10919
|
+
r"""默认0为普通集群,2为tke集群
|
|
10920
|
+
:rtype: int
|
|
10921
|
+
"""
|
|
10922
|
+
return self._ClusterType
|
|
10923
|
+
|
|
10924
|
+
@ClusterType.setter
|
|
10925
|
+
def ClusterType(self, ClusterType):
|
|
10926
|
+
self._ClusterType = ClusterType
|
|
10927
|
+
|
|
10914
10928
|
|
|
10915
10929
|
def _deserialize(self, params):
|
|
10916
10930
|
self._DisplayStrategy = params.get("DisplayStrategy")
|
|
@@ -10924,6 +10938,7 @@ class DescribeInstancesListRequest(AbstractModel):
|
|
|
10924
10938
|
obj = Filters()
|
|
10925
10939
|
obj._deserialize(item)
|
|
10926
10940
|
self._Filters.append(obj)
|
|
10941
|
+
self._ClusterType = params.get("ClusterType")
|
|
10927
10942
|
memeber_set = set(params.keys())
|
|
10928
10943
|
for name, value in vars(self).items():
|
|
10929
10944
|
property_name = name[1:]
|