tencentcloud-sdk-python-dts 3.0.1281__tar.gz → 3.0.1289__tar.gz
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-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/setup.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud/dts/v20180330/models.py +20 -20
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud/dts/v20211206/models.py +17 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud_sdk_python_dts.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dts-3.0.1289/tencentcloud_sdk_python_dts.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dts-3.0.1281/tencentcloud_sdk_python_dts.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/README.rst +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud/dts/__init__.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud/dts/v20180330/__init__.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud/dts/v20180330/dts_client.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud/dts/v20180330/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud/dts/v20211206/__init__.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud/dts/v20211206/dts_client.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud/dts/v20211206/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud_sdk_python_dts.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud_sdk_python_dts.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dts-3.0.1281 → tencentcloud-sdk-python-dts-3.0.1289}/tencentcloud_sdk_python_dts.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-dts',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1289"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dts SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4320,36 +4320,36 @@ class SubscribeInfo(AbstractModel):
|
|
|
4320
4320
|
:type SubscribeId: str
|
|
4321
4321
|
:param _SubscribeName: 数据订阅实例的名称
|
|
4322
4322
|
:type SubscribeName: str
|
|
4323
|
-
:param _ChannelId: 数据订阅实例绑定的通道ID
|
|
4323
|
+
:param _ChannelId: 数据订阅实例绑定的通道ID。kafka版订阅就是kafka topic
|
|
4324
4324
|
:type ChannelId: str
|
|
4325
|
-
:param _Product:
|
|
4325
|
+
:param _Product: 订阅实例的类型,目前支持 cynosdbmysql,mariadb,mongodb,mysql,percona,tdpg,tdsqlpercona(tdsqlmysql)
|
|
4326
4326
|
:type Product: str
|
|
4327
4327
|
:param _InstanceId: 数据订阅实例绑定的数据库实例ID
|
|
4328
4328
|
:type InstanceId: str
|
|
4329
|
-
:param _InstanceStatus:
|
|
4329
|
+
:param _InstanceStatus: 云数据库状态:running 运行中,isolated 已隔离,offline 已下线。如果不是云上,此值为空
|
|
4330
4330
|
:type InstanceStatus: str
|
|
4331
|
-
:param _SubsStatus:
|
|
4331
|
+
:param _SubsStatus: 数据订阅状态,可能的值为:未启动 notStarted, 校验中 checking, 校验不通过 checkNotPass, 校验通过 checkPass, 启动中 starting, 运行中 running, 异常出错 error
|
|
4332
4332
|
:type SubsStatus: str
|
|
4333
|
-
:param _ModifyTime:
|
|
4333
|
+
:param _ModifyTime: 上次修改时间,时间格式如:Y-m-d h:m:s
|
|
4334
4334
|
:type ModifyTime: str
|
|
4335
4335
|
:param _CreateTime: 创建时间
|
|
4336
4336
|
:type CreateTime: str
|
|
4337
|
-
:param _IsolateTime:
|
|
4337
|
+
:param _IsolateTime: 隔离时间,时间格式如:Y-m-d h:m:s
|
|
4338
4338
|
:type IsolateTime: str
|
|
4339
|
-
:param _ExpireTime:
|
|
4339
|
+
:param _ExpireTime: 包年包月任务的到期时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00
|
|
4340
4340
|
:type ExpireTime: str
|
|
4341
4341
|
:param _OfflineTime: 下线时间
|
|
4342
4342
|
:type OfflineTime: str
|
|
4343
4343
|
:param _ConsumeStartTime: 最近一次修改的消费时间起点,如果从未修改则为零值
|
|
4344
4344
|
:type ConsumeStartTime: str
|
|
4345
|
-
:param _AutoRenewFlag:
|
|
4345
|
+
:param _AutoRenewFlag: 自动续费标识。只有当 PayType=0,该值才有意义。枚举值:0-不自动续费,1-自动续费
|
|
4346
4346
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4347
4347
|
:type AutoRenewFlag: int
|
|
4348
4348
|
:param _Region: 数据订阅实例所属地域
|
|
4349
4349
|
:type Region: str
|
|
4350
4350
|
:param _PayType: 计费方式,0 - 包年包月,1 - 按量计费
|
|
4351
4351
|
:type PayType: int
|
|
4352
|
-
:param _Vip:
|
|
4352
|
+
:param _Vip: 旧版订阅通道的vip
|
|
4353
4353
|
:type Vip: str
|
|
4354
4354
|
:param _Vport: 数据订阅实例的Vport
|
|
4355
4355
|
:type Vport: int
|
|
@@ -4357,7 +4357,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4357
4357
|
:type UniqVpcId: str
|
|
4358
4358
|
:param _UniqSubnetId: 数据订阅实例Vip所在子网的唯一ID
|
|
4359
4359
|
:type UniqSubnetId: str
|
|
4360
|
-
:param _Status:
|
|
4360
|
+
:param _Status: 数据订阅生命周期状态,可能的值为:正常 normal, 隔离中 isolating, 已隔离 isolated, 下线中 offlining, 按量转包年包月中 post2PrePayIng
|
|
4361
4361
|
:type Status: str
|
|
4362
4362
|
:param _SdkConsumedTime: SDK最后一条确认消息的时间戳,如果SDK一直消费,也可以作为SDK当前消费时间点
|
|
4363
4363
|
:type SdkConsumedTime: str
|
|
@@ -4417,7 +4417,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4417
4417
|
|
|
4418
4418
|
@property
|
|
4419
4419
|
def ChannelId(self):
|
|
4420
|
-
"""数据订阅实例绑定的通道ID
|
|
4420
|
+
"""数据订阅实例绑定的通道ID。kafka版订阅就是kafka topic
|
|
4421
4421
|
:rtype: str
|
|
4422
4422
|
"""
|
|
4423
4423
|
return self._ChannelId
|
|
@@ -4428,7 +4428,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4428
4428
|
|
|
4429
4429
|
@property
|
|
4430
4430
|
def Product(self):
|
|
4431
|
-
"""
|
|
4431
|
+
"""订阅实例的类型,目前支持 cynosdbmysql,mariadb,mongodb,mysql,percona,tdpg,tdsqlpercona(tdsqlmysql)
|
|
4432
4432
|
:rtype: str
|
|
4433
4433
|
"""
|
|
4434
4434
|
return self._Product
|
|
@@ -4450,7 +4450,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4450
4450
|
|
|
4451
4451
|
@property
|
|
4452
4452
|
def InstanceStatus(self):
|
|
4453
|
-
"""
|
|
4453
|
+
"""云数据库状态:running 运行中,isolated 已隔离,offline 已下线。如果不是云上,此值为空
|
|
4454
4454
|
:rtype: str
|
|
4455
4455
|
"""
|
|
4456
4456
|
return self._InstanceStatus
|
|
@@ -4461,7 +4461,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4461
4461
|
|
|
4462
4462
|
@property
|
|
4463
4463
|
def SubsStatus(self):
|
|
4464
|
-
"""
|
|
4464
|
+
"""数据订阅状态,可能的值为:未启动 notStarted, 校验中 checking, 校验不通过 checkNotPass, 校验通过 checkPass, 启动中 starting, 运行中 running, 异常出错 error
|
|
4465
4465
|
:rtype: str
|
|
4466
4466
|
"""
|
|
4467
4467
|
return self._SubsStatus
|
|
@@ -4472,7 +4472,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4472
4472
|
|
|
4473
4473
|
@property
|
|
4474
4474
|
def ModifyTime(self):
|
|
4475
|
-
"""
|
|
4475
|
+
"""上次修改时间,时间格式如:Y-m-d h:m:s
|
|
4476
4476
|
:rtype: str
|
|
4477
4477
|
"""
|
|
4478
4478
|
return self._ModifyTime
|
|
@@ -4494,7 +4494,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4494
4494
|
|
|
4495
4495
|
@property
|
|
4496
4496
|
def IsolateTime(self):
|
|
4497
|
-
"""
|
|
4497
|
+
"""隔离时间,时间格式如:Y-m-d h:m:s
|
|
4498
4498
|
:rtype: str
|
|
4499
4499
|
"""
|
|
4500
4500
|
return self._IsolateTime
|
|
@@ -4505,7 +4505,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4505
4505
|
|
|
4506
4506
|
@property
|
|
4507
4507
|
def ExpireTime(self):
|
|
4508
|
-
"""
|
|
4508
|
+
"""包年包月任务的到期时间,时间格式如:Y-m-d h:m:s。默认:0000-00-00 00:00:00
|
|
4509
4509
|
:rtype: str
|
|
4510
4510
|
"""
|
|
4511
4511
|
return self._ExpireTime
|
|
@@ -4538,7 +4538,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4538
4538
|
|
|
4539
4539
|
@property
|
|
4540
4540
|
def AutoRenewFlag(self):
|
|
4541
|
-
"""
|
|
4541
|
+
"""自动续费标识。只有当 PayType=0,该值才有意义。枚举值:0-不自动续费,1-自动续费
|
|
4542
4542
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4543
4543
|
:rtype: int
|
|
4544
4544
|
"""
|
|
@@ -4572,7 +4572,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4572
4572
|
|
|
4573
4573
|
@property
|
|
4574
4574
|
def Vip(self):
|
|
4575
|
-
"""
|
|
4575
|
+
"""旧版订阅通道的vip
|
|
4576
4576
|
:rtype: str
|
|
4577
4577
|
"""
|
|
4578
4578
|
return self._Vip
|
|
@@ -4616,7 +4616,7 @@ class SubscribeInfo(AbstractModel):
|
|
|
4616
4616
|
|
|
4617
4617
|
@property
|
|
4618
4618
|
def Status(self):
|
|
4619
|
-
"""
|
|
4619
|
+
"""数据订阅生命周期状态,可能的值为:正常 normal, 隔离中 isolating, 已隔离 isolated, 下线中 offlining, 按量转包年包月中 post2PrePayIng
|
|
4620
4620
|
:rtype: str
|
|
4621
4621
|
"""
|
|
4622
4622
|
return self._Status
|
|
@@ -14029,6 +14029,9 @@ class Options(AbstractModel):
|
|
|
14029
14029
|
:param _AutoRetryTimeRangeMinutes: 自动重试的时间窗口设置
|
|
14030
14030
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14031
14031
|
:type AutoRetryTimeRangeMinutes: int
|
|
14032
|
+
:param _StartPosition: 同步到kafka链路指定位点。目前只支持时间格式:yyyy-mm-dd hh:mm:ss。如果没有指定位点,为空。
|
|
14033
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14034
|
+
:type StartPosition: str
|
|
14032
14035
|
:param _FilterBeginCommit: 同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持
|
|
14033
14036
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14034
14037
|
:type FilterBeginCommit: bool
|
|
@@ -14046,6 +14049,7 @@ class Options(AbstractModel):
|
|
|
14046
14049
|
self._KafkaOption = None
|
|
14047
14050
|
self._RateLimitOption = None
|
|
14048
14051
|
self._AutoRetryTimeRangeMinutes = None
|
|
14052
|
+
self._StartPosition = None
|
|
14049
14053
|
self._FilterBeginCommit = None
|
|
14050
14054
|
self._FilterCheckpoint = None
|
|
14051
14055
|
|
|
@@ -14169,6 +14173,18 @@ class Options(AbstractModel):
|
|
|
14169
14173
|
def AutoRetryTimeRangeMinutes(self, AutoRetryTimeRangeMinutes):
|
|
14170
14174
|
self._AutoRetryTimeRangeMinutes = AutoRetryTimeRangeMinutes
|
|
14171
14175
|
|
|
14176
|
+
@property
|
|
14177
|
+
def StartPosition(self):
|
|
14178
|
+
"""同步到kafka链路指定位点。目前只支持时间格式:yyyy-mm-dd hh:mm:ss。如果没有指定位点,为空。
|
|
14179
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
14180
|
+
:rtype: str
|
|
14181
|
+
"""
|
|
14182
|
+
return self._StartPosition
|
|
14183
|
+
|
|
14184
|
+
@StartPosition.setter
|
|
14185
|
+
def StartPosition(self, StartPosition):
|
|
14186
|
+
self._StartPosition = StartPosition
|
|
14187
|
+
|
|
14172
14188
|
@property
|
|
14173
14189
|
def FilterBeginCommit(self):
|
|
14174
14190
|
"""同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持
|
|
@@ -14216,6 +14232,7 @@ class Options(AbstractModel):
|
|
|
14216
14232
|
self._RateLimitOption = RateLimitOption()
|
|
14217
14233
|
self._RateLimitOption._deserialize(params.get("RateLimitOption"))
|
|
14218
14234
|
self._AutoRetryTimeRangeMinutes = params.get("AutoRetryTimeRangeMinutes")
|
|
14235
|
+
self._StartPosition = params.get("StartPosition")
|
|
14219
14236
|
self._FilterBeginCommit = params.get("FilterBeginCommit")
|
|
14220
14237
|
self._FilterCheckpoint = params.get("FilterCheckpoint")
|
|
14221
14238
|
memeber_set = set(params.keys())
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1289
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1281
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|