tencentcloud-sdk-python-ckafka 3.0.1481__tar.gz → 3.0.1486__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_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/setup.py +1 -1
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/ckafka/v20190819/ckafka_client.py +69 -0
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/ckafka/v20190819/models.py +316 -30
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ckafka-3.0.1486/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ckafka-3.0.1481/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/README.rst +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/ckafka/__init__.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
{tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ckafka
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1486
|
|
4
4
|
Summary: Tencent Cloud Ckafka SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1486
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
{tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ckafka',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1486,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ckafka SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1982,6 +1982,29 @@ class CkafkaClient(AbstractClient):
|
|
|
1982
1982
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1983
1983
|
|
|
1984
1984
|
|
|
1985
|
+
def PauseDatahubTask(self, request):
|
|
1986
|
+
r"""暂停Dip任务
|
|
1987
|
+
|
|
1988
|
+
:param request: Request instance for PauseDatahubTask.
|
|
1989
|
+
:type request: :class:`tencentcloud.ckafka.v20190819.models.PauseDatahubTaskRequest`
|
|
1990
|
+
:rtype: :class:`tencentcloud.ckafka.v20190819.models.PauseDatahubTaskResponse`
|
|
1991
|
+
|
|
1992
|
+
"""
|
|
1993
|
+
try:
|
|
1994
|
+
params = request._serialize()
|
|
1995
|
+
headers = request.headers
|
|
1996
|
+
body = self.call("PauseDatahubTask", params, headers=headers)
|
|
1997
|
+
response = json.loads(body)
|
|
1998
|
+
model = models.PauseDatahubTaskResponse()
|
|
1999
|
+
model._deserialize(response["Response"])
|
|
2000
|
+
return model
|
|
2001
|
+
except Exception as e:
|
|
2002
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2003
|
+
raise
|
|
2004
|
+
else:
|
|
2005
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2006
|
+
|
|
2007
|
+
|
|
1985
2008
|
def RenewCkafkaInstance(self, request):
|
|
1986
2009
|
r"""续费Ckafka实例, 目前只支持国内站包年包月实例续费
|
|
1987
2010
|
|
|
@@ -2005,6 +2028,52 @@ class CkafkaClient(AbstractClient):
|
|
|
2005
2028
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2006
2029
|
|
|
2007
2030
|
|
|
2031
|
+
def RestartDatahubTask(self, request):
|
|
2032
|
+
r"""Datahub任务异常时,重启Datahub任务
|
|
2033
|
+
|
|
2034
|
+
:param request: Request instance for RestartDatahubTask.
|
|
2035
|
+
:type request: :class:`tencentcloud.ckafka.v20190819.models.RestartDatahubTaskRequest`
|
|
2036
|
+
:rtype: :class:`tencentcloud.ckafka.v20190819.models.RestartDatahubTaskResponse`
|
|
2037
|
+
|
|
2038
|
+
"""
|
|
2039
|
+
try:
|
|
2040
|
+
params = request._serialize()
|
|
2041
|
+
headers = request.headers
|
|
2042
|
+
body = self.call("RestartDatahubTask", params, headers=headers)
|
|
2043
|
+
response = json.loads(body)
|
|
2044
|
+
model = models.RestartDatahubTaskResponse()
|
|
2045
|
+
model._deserialize(response["Response"])
|
|
2046
|
+
return model
|
|
2047
|
+
except Exception as e:
|
|
2048
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2049
|
+
raise
|
|
2050
|
+
else:
|
|
2051
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2052
|
+
|
|
2053
|
+
|
|
2054
|
+
def ResumeDatahubTask(self, request):
|
|
2055
|
+
r"""恢复Dip任务
|
|
2056
|
+
|
|
2057
|
+
:param request: Request instance for ResumeDatahubTask.
|
|
2058
|
+
:type request: :class:`tencentcloud.ckafka.v20190819.models.ResumeDatahubTaskRequest`
|
|
2059
|
+
:rtype: :class:`tencentcloud.ckafka.v20190819.models.ResumeDatahubTaskResponse`
|
|
2060
|
+
|
|
2061
|
+
"""
|
|
2062
|
+
try:
|
|
2063
|
+
params = request._serialize()
|
|
2064
|
+
headers = request.headers
|
|
2065
|
+
body = self.call("ResumeDatahubTask", params, headers=headers)
|
|
2066
|
+
response = json.loads(body)
|
|
2067
|
+
model = models.ResumeDatahubTaskResponse()
|
|
2068
|
+
model._deserialize(response["Response"])
|
|
2069
|
+
return model
|
|
2070
|
+
except Exception as e:
|
|
2071
|
+
if isinstance(e, TencentCloudSDKException):
|
|
2072
|
+
raise
|
|
2073
|
+
else:
|
|
2074
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
2075
|
+
|
|
2076
|
+
|
|
2008
2077
|
def SendMessage(self, request):
|
|
2009
2078
|
r"""通过HTTP接入层发送消息
|
|
2010
2079
|
|
|
@@ -6469,30 +6469,28 @@ class CreateRouteRequest(AbstractModel):
|
|
|
6469
6469
|
|
|
6470
6470
|
def __init__(self):
|
|
6471
6471
|
r"""
|
|
6472
|
-
:param _InstanceId: ckafka集群实例id
|
|
6472
|
+
:param _InstanceId: <p>ckafka集群实例id,可通过<a href="https://cloud.tencent.com/document/product/597/40835">DescribeInstances</a>接口获取</p>
|
|
6473
6473
|
:type InstanceId: str
|
|
6474
|
-
:param _VipType:
|
|
6474
|
+
:param _VipType: <p>路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)</p>
|
|
6475
6475
|
:type VipType: int
|
|
6476
|
-
:param _VpcId: vpc网络Id,当vipType为3
|
|
6476
|
+
:param _VpcId: <p>vpc网络Id,当vipType为3时必填</p>
|
|
6477
6477
|
:type VpcId: str
|
|
6478
|
-
:param _SubnetId: vpc子网id,当vipType为3
|
|
6478
|
+
:param _SubnetId: <p>vpc子网id,当vipType为3时必填</p>
|
|
6479
6479
|
:type SubnetId: str
|
|
6480
|
-
:param _AccessType:
|
|
6481
|
-
vipType=3,支持 0,1,3,4,5
|
|
6482
|
-
vipType=7,支持0,1,3
|
|
6483
|
-
vipType=1,支持1,3
|
|
6484
|
-
|
|
6480
|
+
:param _AccessType: <p>访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0vipType=3,支持 0,1,3,4,5vipType=7,支持0,1,3vipType=1,支持1,3</p>
|
|
6485
6481
|
:type AccessType: int
|
|
6486
|
-
:param _AuthFlag:
|
|
6482
|
+
:param _AuthFlag: <p>是否需要权限管理,该字段已废弃</p>
|
|
6487
6483
|
:type AuthFlag: int
|
|
6488
|
-
:param _CallerAppid:
|
|
6484
|
+
:param _CallerAppid: <p>调用方appId</p>
|
|
6489
6485
|
:type CallerAppid: int
|
|
6490
|
-
:param _PublicNetwork:
|
|
6486
|
+
:param _PublicNetwork: <p>公网带宽,公网路由必传,且是3的倍数,无默认值</p>
|
|
6491
6487
|
:type PublicNetwork: int
|
|
6492
|
-
:param _Ip: vip
|
|
6488
|
+
:param _Ip: <p>vip地址</p>
|
|
6493
6489
|
:type Ip: str
|
|
6494
|
-
:param _Note:
|
|
6490
|
+
:param _Note: <p>备注信息</p>
|
|
6495
6491
|
:type Note: str
|
|
6492
|
+
:param _SecurityGroupIds: <p>关联安全组有序列表</p>
|
|
6493
|
+
:type SecurityGroupIds: list of str
|
|
6496
6494
|
"""
|
|
6497
6495
|
self._InstanceId = None
|
|
6498
6496
|
self._VipType = None
|
|
@@ -6504,10 +6502,11 @@ vipType=1,支持1,3
|
|
|
6504
6502
|
self._PublicNetwork = None
|
|
6505
6503
|
self._Ip = None
|
|
6506
6504
|
self._Note = None
|
|
6505
|
+
self._SecurityGroupIds = None
|
|
6507
6506
|
|
|
6508
6507
|
@property
|
|
6509
6508
|
def InstanceId(self):
|
|
6510
|
-
r"""ckafka集群实例id
|
|
6509
|
+
r"""<p>ckafka集群实例id,可通过<a href="https://cloud.tencent.com/document/product/597/40835">DescribeInstances</a>接口获取</p>
|
|
6511
6510
|
:rtype: str
|
|
6512
6511
|
"""
|
|
6513
6512
|
return self._InstanceId
|
|
@@ -6518,7 +6517,7 @@ vipType=1,支持1,3
|
|
|
6518
6517
|
|
|
6519
6518
|
@property
|
|
6520
6519
|
def VipType(self):
|
|
6521
|
-
r"""
|
|
6520
|
+
r"""<p>路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)</p>
|
|
6522
6521
|
:rtype: int
|
|
6523
6522
|
"""
|
|
6524
6523
|
return self._VipType
|
|
@@ -6529,7 +6528,7 @@ vipType=1,支持1,3
|
|
|
6529
6528
|
|
|
6530
6529
|
@property
|
|
6531
6530
|
def VpcId(self):
|
|
6532
|
-
r"""vpc网络Id,当vipType为3
|
|
6531
|
+
r"""<p>vpc网络Id,当vipType为3时必填</p>
|
|
6533
6532
|
:rtype: str
|
|
6534
6533
|
"""
|
|
6535
6534
|
return self._VpcId
|
|
@@ -6540,7 +6539,7 @@ vipType=1,支持1,3
|
|
|
6540
6539
|
|
|
6541
6540
|
@property
|
|
6542
6541
|
def SubnetId(self):
|
|
6543
|
-
r"""vpc子网id,当vipType为3
|
|
6542
|
+
r"""<p>vpc子网id,当vipType为3时必填</p>
|
|
6544
6543
|
:rtype: str
|
|
6545
6544
|
"""
|
|
6546
6545
|
return self._SubnetId
|
|
@@ -6551,11 +6550,7 @@ vipType=1,支持1,3
|
|
|
6551
6550
|
|
|
6552
6551
|
@property
|
|
6553
6552
|
def AccessType(self):
|
|
6554
|
-
r"""
|
|
6555
|
-
vipType=3,支持 0,1,3,4,5
|
|
6556
|
-
vipType=7,支持0,1,3
|
|
6557
|
-
vipType=1,支持1,3
|
|
6558
|
-
|
|
6553
|
+
r"""<p>访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0vipType=3,支持 0,1,3,4,5vipType=7,支持0,1,3vipType=1,支持1,3</p>
|
|
6559
6554
|
:rtype: int
|
|
6560
6555
|
"""
|
|
6561
6556
|
return self._AccessType
|
|
@@ -6566,7 +6561,7 @@ vipType=1,支持1,3
|
|
|
6566
6561
|
|
|
6567
6562
|
@property
|
|
6568
6563
|
def AuthFlag(self):
|
|
6569
|
-
r"""
|
|
6564
|
+
r"""<p>是否需要权限管理,该字段已废弃</p>
|
|
6570
6565
|
:rtype: int
|
|
6571
6566
|
"""
|
|
6572
6567
|
return self._AuthFlag
|
|
@@ -6577,7 +6572,7 @@ vipType=1,支持1,3
|
|
|
6577
6572
|
|
|
6578
6573
|
@property
|
|
6579
6574
|
def CallerAppid(self):
|
|
6580
|
-
r"""
|
|
6575
|
+
r"""<p>调用方appId</p>
|
|
6581
6576
|
:rtype: int
|
|
6582
6577
|
"""
|
|
6583
6578
|
return self._CallerAppid
|
|
@@ -6588,7 +6583,7 @@ vipType=1,支持1,3
|
|
|
6588
6583
|
|
|
6589
6584
|
@property
|
|
6590
6585
|
def PublicNetwork(self):
|
|
6591
|
-
r"""
|
|
6586
|
+
r"""<p>公网带宽,公网路由必传,且是3的倍数,无默认值</p>
|
|
6592
6587
|
:rtype: int
|
|
6593
6588
|
"""
|
|
6594
6589
|
return self._PublicNetwork
|
|
@@ -6599,7 +6594,7 @@ vipType=1,支持1,3
|
|
|
6599
6594
|
|
|
6600
6595
|
@property
|
|
6601
6596
|
def Ip(self):
|
|
6602
|
-
r"""vip
|
|
6597
|
+
r"""<p>vip地址</p>
|
|
6603
6598
|
:rtype: str
|
|
6604
6599
|
"""
|
|
6605
6600
|
return self._Ip
|
|
@@ -6610,7 +6605,7 @@ vipType=1,支持1,3
|
|
|
6610
6605
|
|
|
6611
6606
|
@property
|
|
6612
6607
|
def Note(self):
|
|
6613
|
-
r"""
|
|
6608
|
+
r"""<p>备注信息</p>
|
|
6614
6609
|
:rtype: str
|
|
6615
6610
|
"""
|
|
6616
6611
|
return self._Note
|
|
@@ -6619,6 +6614,17 @@ vipType=1,支持1,3
|
|
|
6619
6614
|
def Note(self, Note):
|
|
6620
6615
|
self._Note = Note
|
|
6621
6616
|
|
|
6617
|
+
@property
|
|
6618
|
+
def SecurityGroupIds(self):
|
|
6619
|
+
r"""<p>关联安全组有序列表</p>
|
|
6620
|
+
:rtype: list of str
|
|
6621
|
+
"""
|
|
6622
|
+
return self._SecurityGroupIds
|
|
6623
|
+
|
|
6624
|
+
@SecurityGroupIds.setter
|
|
6625
|
+
def SecurityGroupIds(self, SecurityGroupIds):
|
|
6626
|
+
self._SecurityGroupIds = SecurityGroupIds
|
|
6627
|
+
|
|
6622
6628
|
|
|
6623
6629
|
def _deserialize(self, params):
|
|
6624
6630
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -6631,6 +6637,7 @@ vipType=1,支持1,3
|
|
|
6631
6637
|
self._PublicNetwork = params.get("PublicNetwork")
|
|
6632
6638
|
self._Ip = params.get("Ip")
|
|
6633
6639
|
self._Note = params.get("Note")
|
|
6640
|
+
self._SecurityGroupIds = params.get("SecurityGroupIds")
|
|
6634
6641
|
memeber_set = set(params.keys())
|
|
6635
6642
|
for name, value in vars(self).items():
|
|
6636
6643
|
property_name = name[1:]
|
|
@@ -6648,7 +6655,7 @@ class CreateRouteResponse(AbstractModel):
|
|
|
6648
6655
|
|
|
6649
6656
|
def __init__(self):
|
|
6650
6657
|
r"""
|
|
6651
|
-
:param _Result:
|
|
6658
|
+
:param _Result: <p>返回结果</p>
|
|
6652
6659
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
|
|
6653
6660
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6654
6661
|
:type RequestId: str
|
|
@@ -6658,7 +6665,7 @@ class CreateRouteResponse(AbstractModel):
|
|
|
6658
6665
|
|
|
6659
6666
|
@property
|
|
6660
6667
|
def Result(self):
|
|
6661
|
-
r"""
|
|
6668
|
+
r"""<p>返回结果</p>
|
|
6662
6669
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
|
|
6663
6670
|
"""
|
|
6664
6671
|
return self._Result
|
|
@@ -22321,6 +22328,10 @@ class KafkaParam(AbstractModel):
|
|
|
22321
22328
|
:type KeepPartition: bool
|
|
22322
22329
|
:param _TopicRegularExpression: 正则匹配Topic列表
|
|
22323
22330
|
:type TopicRegularExpression: str
|
|
22331
|
+
:param _Prefix: Topic 前缀
|
|
22332
|
+
:type Prefix: str
|
|
22333
|
+
:param _Separator: Topic前缀分隔符
|
|
22334
|
+
:type Separator: str
|
|
22324
22335
|
"""
|
|
22325
22336
|
self._SelfBuilt = None
|
|
22326
22337
|
self._Resource = None
|
|
@@ -22341,6 +22352,8 @@ class KafkaParam(AbstractModel):
|
|
|
22341
22352
|
self._ConnectorSyncType = None
|
|
22342
22353
|
self._KeepPartition = None
|
|
22343
22354
|
self._TopicRegularExpression = None
|
|
22355
|
+
self._Prefix = None
|
|
22356
|
+
self._Separator = None
|
|
22344
22357
|
|
|
22345
22358
|
@property
|
|
22346
22359
|
def SelfBuilt(self):
|
|
@@ -22559,6 +22572,28 @@ class KafkaParam(AbstractModel):
|
|
|
22559
22572
|
def TopicRegularExpression(self, TopicRegularExpression):
|
|
22560
22573
|
self._TopicRegularExpression = TopicRegularExpression
|
|
22561
22574
|
|
|
22575
|
+
@property
|
|
22576
|
+
def Prefix(self):
|
|
22577
|
+
r"""Topic 前缀
|
|
22578
|
+
:rtype: str
|
|
22579
|
+
"""
|
|
22580
|
+
return self._Prefix
|
|
22581
|
+
|
|
22582
|
+
@Prefix.setter
|
|
22583
|
+
def Prefix(self, Prefix):
|
|
22584
|
+
self._Prefix = Prefix
|
|
22585
|
+
|
|
22586
|
+
@property
|
|
22587
|
+
def Separator(self):
|
|
22588
|
+
r"""Topic前缀分隔符
|
|
22589
|
+
:rtype: str
|
|
22590
|
+
"""
|
|
22591
|
+
return self._Separator
|
|
22592
|
+
|
|
22593
|
+
@Separator.setter
|
|
22594
|
+
def Separator(self, Separator):
|
|
22595
|
+
self._Separator = Separator
|
|
22596
|
+
|
|
22562
22597
|
|
|
22563
22598
|
def _deserialize(self, params):
|
|
22564
22599
|
self._SelfBuilt = params.get("SelfBuilt")
|
|
@@ -22585,6 +22620,8 @@ class KafkaParam(AbstractModel):
|
|
|
22585
22620
|
self._ConnectorSyncType = params.get("ConnectorSyncType")
|
|
22586
22621
|
self._KeepPartition = params.get("KeepPartition")
|
|
22587
22622
|
self._TopicRegularExpression = params.get("TopicRegularExpression")
|
|
22623
|
+
self._Prefix = params.get("Prefix")
|
|
22624
|
+
self._Separator = params.get("Separator")
|
|
22588
22625
|
memeber_set = set(params.keys())
|
|
22589
22626
|
for name, value in vars(self).items():
|
|
22590
22627
|
property_name = name[1:]
|
|
@@ -26966,6 +27003,89 @@ class Partitions(AbstractModel):
|
|
|
26966
27003
|
|
|
26967
27004
|
|
|
26968
27005
|
|
|
27006
|
+
class PauseDatahubTaskRequest(AbstractModel):
|
|
27007
|
+
r"""PauseDatahubTask请求参数结构体
|
|
27008
|
+
|
|
27009
|
+
"""
|
|
27010
|
+
|
|
27011
|
+
def __init__(self):
|
|
27012
|
+
r"""
|
|
27013
|
+
:param _TaskId: 任务id
|
|
27014
|
+
:type TaskId: str
|
|
27015
|
+
"""
|
|
27016
|
+
self._TaskId = None
|
|
27017
|
+
|
|
27018
|
+
@property
|
|
27019
|
+
def TaskId(self):
|
|
27020
|
+
r"""任务id
|
|
27021
|
+
:rtype: str
|
|
27022
|
+
"""
|
|
27023
|
+
return self._TaskId
|
|
27024
|
+
|
|
27025
|
+
@TaskId.setter
|
|
27026
|
+
def TaskId(self, TaskId):
|
|
27027
|
+
self._TaskId = TaskId
|
|
27028
|
+
|
|
27029
|
+
|
|
27030
|
+
def _deserialize(self, params):
|
|
27031
|
+
self._TaskId = params.get("TaskId")
|
|
27032
|
+
memeber_set = set(params.keys())
|
|
27033
|
+
for name, value in vars(self).items():
|
|
27034
|
+
property_name = name[1:]
|
|
27035
|
+
if property_name in memeber_set:
|
|
27036
|
+
memeber_set.remove(property_name)
|
|
27037
|
+
if len(memeber_set) > 0:
|
|
27038
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
27039
|
+
|
|
27040
|
+
|
|
27041
|
+
|
|
27042
|
+
class PauseDatahubTaskResponse(AbstractModel):
|
|
27043
|
+
r"""PauseDatahubTask返回参数结构体
|
|
27044
|
+
|
|
27045
|
+
"""
|
|
27046
|
+
|
|
27047
|
+
def __init__(self):
|
|
27048
|
+
r"""
|
|
27049
|
+
:param _Result: 任务id
|
|
27050
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
27051
|
+
:type Result: :class:`tencentcloud.ckafka.v20190819.models.DatahubTaskIdRes`
|
|
27052
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
27053
|
+
:type RequestId: str
|
|
27054
|
+
"""
|
|
27055
|
+
self._Result = None
|
|
27056
|
+
self._RequestId = None
|
|
27057
|
+
|
|
27058
|
+
@property
|
|
27059
|
+
def Result(self):
|
|
27060
|
+
r"""任务id
|
|
27061
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
27062
|
+
:rtype: :class:`tencentcloud.ckafka.v20190819.models.DatahubTaskIdRes`
|
|
27063
|
+
"""
|
|
27064
|
+
return self._Result
|
|
27065
|
+
|
|
27066
|
+
@Result.setter
|
|
27067
|
+
def Result(self, Result):
|
|
27068
|
+
self._Result = Result
|
|
27069
|
+
|
|
27070
|
+
@property
|
|
27071
|
+
def RequestId(self):
|
|
27072
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
27073
|
+
:rtype: str
|
|
27074
|
+
"""
|
|
27075
|
+
return self._RequestId
|
|
27076
|
+
|
|
27077
|
+
@RequestId.setter
|
|
27078
|
+
def RequestId(self, RequestId):
|
|
27079
|
+
self._RequestId = RequestId
|
|
27080
|
+
|
|
27081
|
+
|
|
27082
|
+
def _deserialize(self, params):
|
|
27083
|
+
if params.get("Result") is not None:
|
|
27084
|
+
self._Result = DatahubTaskIdRes()
|
|
27085
|
+
self._Result._deserialize(params.get("Result"))
|
|
27086
|
+
self._RequestId = params.get("RequestId")
|
|
27087
|
+
|
|
27088
|
+
|
|
26969
27089
|
class PostgreSQLConnectParam(AbstractModel):
|
|
26970
27090
|
r"""PostgreSQL连接源参数
|
|
26971
27091
|
|
|
@@ -28342,6 +28462,172 @@ class ReplaceParam(AbstractModel):
|
|
|
28342
28462
|
|
|
28343
28463
|
|
|
28344
28464
|
|
|
28465
|
+
class RestartDatahubTaskRequest(AbstractModel):
|
|
28466
|
+
r"""RestartDatahubTask请求参数结构体
|
|
28467
|
+
|
|
28468
|
+
"""
|
|
28469
|
+
|
|
28470
|
+
def __init__(self):
|
|
28471
|
+
r"""
|
|
28472
|
+
:param _TaskId: 任务id
|
|
28473
|
+
:type TaskId: str
|
|
28474
|
+
"""
|
|
28475
|
+
self._TaskId = None
|
|
28476
|
+
|
|
28477
|
+
@property
|
|
28478
|
+
def TaskId(self):
|
|
28479
|
+
r"""任务id
|
|
28480
|
+
:rtype: str
|
|
28481
|
+
"""
|
|
28482
|
+
return self._TaskId
|
|
28483
|
+
|
|
28484
|
+
@TaskId.setter
|
|
28485
|
+
def TaskId(self, TaskId):
|
|
28486
|
+
self._TaskId = TaskId
|
|
28487
|
+
|
|
28488
|
+
|
|
28489
|
+
def _deserialize(self, params):
|
|
28490
|
+
self._TaskId = params.get("TaskId")
|
|
28491
|
+
memeber_set = set(params.keys())
|
|
28492
|
+
for name, value in vars(self).items():
|
|
28493
|
+
property_name = name[1:]
|
|
28494
|
+
if property_name in memeber_set:
|
|
28495
|
+
memeber_set.remove(property_name)
|
|
28496
|
+
if len(memeber_set) > 0:
|
|
28497
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
28498
|
+
|
|
28499
|
+
|
|
28500
|
+
|
|
28501
|
+
class RestartDatahubTaskResponse(AbstractModel):
|
|
28502
|
+
r"""RestartDatahubTask返回参数结构体
|
|
28503
|
+
|
|
28504
|
+
"""
|
|
28505
|
+
|
|
28506
|
+
def __init__(self):
|
|
28507
|
+
r"""
|
|
28508
|
+
:param _Result: 任务id
|
|
28509
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28510
|
+
:type Result: :class:`tencentcloud.ckafka.v20190819.models.DatahubTaskIdRes`
|
|
28511
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
28512
|
+
:type RequestId: str
|
|
28513
|
+
"""
|
|
28514
|
+
self._Result = None
|
|
28515
|
+
self._RequestId = None
|
|
28516
|
+
|
|
28517
|
+
@property
|
|
28518
|
+
def Result(self):
|
|
28519
|
+
r"""任务id
|
|
28520
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28521
|
+
:rtype: :class:`tencentcloud.ckafka.v20190819.models.DatahubTaskIdRes`
|
|
28522
|
+
"""
|
|
28523
|
+
return self._Result
|
|
28524
|
+
|
|
28525
|
+
@Result.setter
|
|
28526
|
+
def Result(self, Result):
|
|
28527
|
+
self._Result = Result
|
|
28528
|
+
|
|
28529
|
+
@property
|
|
28530
|
+
def RequestId(self):
|
|
28531
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
28532
|
+
:rtype: str
|
|
28533
|
+
"""
|
|
28534
|
+
return self._RequestId
|
|
28535
|
+
|
|
28536
|
+
@RequestId.setter
|
|
28537
|
+
def RequestId(self, RequestId):
|
|
28538
|
+
self._RequestId = RequestId
|
|
28539
|
+
|
|
28540
|
+
|
|
28541
|
+
def _deserialize(self, params):
|
|
28542
|
+
if params.get("Result") is not None:
|
|
28543
|
+
self._Result = DatahubTaskIdRes()
|
|
28544
|
+
self._Result._deserialize(params.get("Result"))
|
|
28545
|
+
self._RequestId = params.get("RequestId")
|
|
28546
|
+
|
|
28547
|
+
|
|
28548
|
+
class ResumeDatahubTaskRequest(AbstractModel):
|
|
28549
|
+
r"""ResumeDatahubTask请求参数结构体
|
|
28550
|
+
|
|
28551
|
+
"""
|
|
28552
|
+
|
|
28553
|
+
def __init__(self):
|
|
28554
|
+
r"""
|
|
28555
|
+
:param _TaskId: 任务id
|
|
28556
|
+
:type TaskId: str
|
|
28557
|
+
"""
|
|
28558
|
+
self._TaskId = None
|
|
28559
|
+
|
|
28560
|
+
@property
|
|
28561
|
+
def TaskId(self):
|
|
28562
|
+
r"""任务id
|
|
28563
|
+
:rtype: str
|
|
28564
|
+
"""
|
|
28565
|
+
return self._TaskId
|
|
28566
|
+
|
|
28567
|
+
@TaskId.setter
|
|
28568
|
+
def TaskId(self, TaskId):
|
|
28569
|
+
self._TaskId = TaskId
|
|
28570
|
+
|
|
28571
|
+
|
|
28572
|
+
def _deserialize(self, params):
|
|
28573
|
+
self._TaskId = params.get("TaskId")
|
|
28574
|
+
memeber_set = set(params.keys())
|
|
28575
|
+
for name, value in vars(self).items():
|
|
28576
|
+
property_name = name[1:]
|
|
28577
|
+
if property_name in memeber_set:
|
|
28578
|
+
memeber_set.remove(property_name)
|
|
28579
|
+
if len(memeber_set) > 0:
|
|
28580
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
28581
|
+
|
|
28582
|
+
|
|
28583
|
+
|
|
28584
|
+
class ResumeDatahubTaskResponse(AbstractModel):
|
|
28585
|
+
r"""ResumeDatahubTask返回参数结构体
|
|
28586
|
+
|
|
28587
|
+
"""
|
|
28588
|
+
|
|
28589
|
+
def __init__(self):
|
|
28590
|
+
r"""
|
|
28591
|
+
:param _Result: 任务id
|
|
28592
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28593
|
+
:type Result: :class:`tencentcloud.ckafka.v20190819.models.DatahubTaskIdRes`
|
|
28594
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
28595
|
+
:type RequestId: str
|
|
28596
|
+
"""
|
|
28597
|
+
self._Result = None
|
|
28598
|
+
self._RequestId = None
|
|
28599
|
+
|
|
28600
|
+
@property
|
|
28601
|
+
def Result(self):
|
|
28602
|
+
r"""任务id
|
|
28603
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28604
|
+
:rtype: :class:`tencentcloud.ckafka.v20190819.models.DatahubTaskIdRes`
|
|
28605
|
+
"""
|
|
28606
|
+
return self._Result
|
|
28607
|
+
|
|
28608
|
+
@Result.setter
|
|
28609
|
+
def Result(self, Result):
|
|
28610
|
+
self._Result = Result
|
|
28611
|
+
|
|
28612
|
+
@property
|
|
28613
|
+
def RequestId(self):
|
|
28614
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
28615
|
+
:rtype: str
|
|
28616
|
+
"""
|
|
28617
|
+
return self._RequestId
|
|
28618
|
+
|
|
28619
|
+
@RequestId.setter
|
|
28620
|
+
def RequestId(self, RequestId):
|
|
28621
|
+
self._RequestId = RequestId
|
|
28622
|
+
|
|
28623
|
+
|
|
28624
|
+
def _deserialize(self, params):
|
|
28625
|
+
if params.get("Result") is not None:
|
|
28626
|
+
self._Result = DatahubTaskIdRes()
|
|
28627
|
+
self._Result._deserialize(params.get("Result"))
|
|
28628
|
+
self._RequestId = params.get("RequestId")
|
|
28629
|
+
|
|
28630
|
+
|
|
28345
28631
|
class Route(AbstractModel):
|
|
28346
28632
|
r"""路由实体对象
|
|
28347
28633
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ckafka
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1486
|
|
4
4
|
Summary: Tencent Cloud Ckafka SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1486
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1486
|
tencentcloud_sdk_python_ckafka-3.0.1481/tencentcloud_sdk_python_ckafka.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1481
|
{tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_ckafka-3.0.1481 → tencentcloud_sdk_python_ckafka-3.0.1486}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|