tencentcloud-sdk-python-ckafka 3.0.1486__tar.gz → 3.0.1491__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.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/setup.py +1 -1
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -23
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/ckafka/v20190819/models.py +32 -179
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ckafka-3.0.1491/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ckafka-3.0.1486/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/README.rst +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/ckafka/__init__.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
{tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/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.1491
|
|
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.1491
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
{tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/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.1491,<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(),
|
|
@@ -877,29 +877,6 @@ class CkafkaClient(AbstractClient):
|
|
|
877
877
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
878
878
|
|
|
879
879
|
|
|
880
|
-
def DescribeAppInfo(self, request):
|
|
881
|
-
r"""查询用户列表
|
|
882
|
-
|
|
883
|
-
:param request: Request instance for DescribeAppInfo.
|
|
884
|
-
:type request: :class:`tencentcloud.ckafka.v20190819.models.DescribeAppInfoRequest`
|
|
885
|
-
:rtype: :class:`tencentcloud.ckafka.v20190819.models.DescribeAppInfoResponse`
|
|
886
|
-
|
|
887
|
-
"""
|
|
888
|
-
try:
|
|
889
|
-
params = request._serialize()
|
|
890
|
-
headers = request.headers
|
|
891
|
-
body = self.call("DescribeAppInfo", params, headers=headers)
|
|
892
|
-
response = json.loads(body)
|
|
893
|
-
model = models.DescribeAppInfoResponse()
|
|
894
|
-
model._deserialize(response["Response"])
|
|
895
|
-
return model
|
|
896
|
-
except Exception as e:
|
|
897
|
-
if isinstance(e, TencentCloudSDKException):
|
|
898
|
-
raise
|
|
899
|
-
else:
|
|
900
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
901
|
-
|
|
902
|
-
|
|
903
880
|
def DescribeCkafkaZone(self, request):
|
|
904
881
|
r"""用于查看ckafka的可用区列表
|
|
905
882
|
|
|
@@ -619,57 +619,6 @@ class AnalyseParam(AbstractModel):
|
|
|
619
619
|
|
|
620
620
|
|
|
621
621
|
|
|
622
|
-
class AppIdResponse(AbstractModel):
|
|
623
|
-
r"""AppId的查询结果
|
|
624
|
-
|
|
625
|
-
"""
|
|
626
|
-
|
|
627
|
-
def __init__(self):
|
|
628
|
-
r"""
|
|
629
|
-
:param _TotalCount: 符合要求的所有AppId数量
|
|
630
|
-
:type TotalCount: int
|
|
631
|
-
:param _AppIdList: 符合要求的App Id列表
|
|
632
|
-
:type AppIdList: list of int
|
|
633
|
-
"""
|
|
634
|
-
self._TotalCount = None
|
|
635
|
-
self._AppIdList = None
|
|
636
|
-
|
|
637
|
-
@property
|
|
638
|
-
def TotalCount(self):
|
|
639
|
-
r"""符合要求的所有AppId数量
|
|
640
|
-
:rtype: int
|
|
641
|
-
"""
|
|
642
|
-
return self._TotalCount
|
|
643
|
-
|
|
644
|
-
@TotalCount.setter
|
|
645
|
-
def TotalCount(self, TotalCount):
|
|
646
|
-
self._TotalCount = TotalCount
|
|
647
|
-
|
|
648
|
-
@property
|
|
649
|
-
def AppIdList(self):
|
|
650
|
-
r"""符合要求的App Id列表
|
|
651
|
-
:rtype: list of int
|
|
652
|
-
"""
|
|
653
|
-
return self._AppIdList
|
|
654
|
-
|
|
655
|
-
@AppIdList.setter
|
|
656
|
-
def AppIdList(self, AppIdList):
|
|
657
|
-
self._AppIdList = AppIdList
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
def _deserialize(self, params):
|
|
661
|
-
self._TotalCount = params.get("TotalCount")
|
|
662
|
-
self._AppIdList = params.get("AppIdList")
|
|
663
|
-
memeber_set = set(params.keys())
|
|
664
|
-
for name, value in vars(self).items():
|
|
665
|
-
property_name = name[1:]
|
|
666
|
-
if property_name in memeber_set:
|
|
667
|
-
memeber_set.remove(property_name)
|
|
668
|
-
if len(memeber_set) > 0:
|
|
669
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
622
|
class Assignment(AbstractModel):
|
|
674
623
|
r"""存储着分配给该消费者的 partition 信息
|
|
675
624
|
|
|
@@ -10233,102 +10182,6 @@ class DescribeAclRuleResponse(AbstractModel):
|
|
|
10233
10182
|
self._RequestId = params.get("RequestId")
|
|
10234
10183
|
|
|
10235
10184
|
|
|
10236
|
-
class DescribeAppInfoRequest(AbstractModel):
|
|
10237
|
-
r"""DescribeAppInfo请求参数结构体
|
|
10238
|
-
|
|
10239
|
-
"""
|
|
10240
|
-
|
|
10241
|
-
def __init__(self):
|
|
10242
|
-
r"""
|
|
10243
|
-
:param _Offset: 偏移位置
|
|
10244
|
-
:type Offset: int
|
|
10245
|
-
:param _Limit: 本次查询用户数目最大数量限制,最大值为50,默认50
|
|
10246
|
-
:type Limit: int
|
|
10247
|
-
"""
|
|
10248
|
-
self._Offset = None
|
|
10249
|
-
self._Limit = None
|
|
10250
|
-
|
|
10251
|
-
@property
|
|
10252
|
-
def Offset(self):
|
|
10253
|
-
r"""偏移位置
|
|
10254
|
-
:rtype: int
|
|
10255
|
-
"""
|
|
10256
|
-
return self._Offset
|
|
10257
|
-
|
|
10258
|
-
@Offset.setter
|
|
10259
|
-
def Offset(self, Offset):
|
|
10260
|
-
self._Offset = Offset
|
|
10261
|
-
|
|
10262
|
-
@property
|
|
10263
|
-
def Limit(self):
|
|
10264
|
-
r"""本次查询用户数目最大数量限制,最大值为50,默认50
|
|
10265
|
-
:rtype: int
|
|
10266
|
-
"""
|
|
10267
|
-
return self._Limit
|
|
10268
|
-
|
|
10269
|
-
@Limit.setter
|
|
10270
|
-
def Limit(self, Limit):
|
|
10271
|
-
self._Limit = Limit
|
|
10272
|
-
|
|
10273
|
-
|
|
10274
|
-
def _deserialize(self, params):
|
|
10275
|
-
self._Offset = params.get("Offset")
|
|
10276
|
-
self._Limit = params.get("Limit")
|
|
10277
|
-
memeber_set = set(params.keys())
|
|
10278
|
-
for name, value in vars(self).items():
|
|
10279
|
-
property_name = name[1:]
|
|
10280
|
-
if property_name in memeber_set:
|
|
10281
|
-
memeber_set.remove(property_name)
|
|
10282
|
-
if len(memeber_set) > 0:
|
|
10283
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
10284
|
-
|
|
10285
|
-
|
|
10286
|
-
|
|
10287
|
-
class DescribeAppInfoResponse(AbstractModel):
|
|
10288
|
-
r"""DescribeAppInfo返回参数结构体
|
|
10289
|
-
|
|
10290
|
-
"""
|
|
10291
|
-
|
|
10292
|
-
def __init__(self):
|
|
10293
|
-
r"""
|
|
10294
|
-
:param _Result: 返回的符合要求的App Id列表
|
|
10295
|
-
:type Result: :class:`tencentcloud.ckafka.v20190819.models.AppIdResponse`
|
|
10296
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10297
|
-
:type RequestId: str
|
|
10298
|
-
"""
|
|
10299
|
-
self._Result = None
|
|
10300
|
-
self._RequestId = None
|
|
10301
|
-
|
|
10302
|
-
@property
|
|
10303
|
-
def Result(self):
|
|
10304
|
-
r"""返回的符合要求的App Id列表
|
|
10305
|
-
:rtype: :class:`tencentcloud.ckafka.v20190819.models.AppIdResponse`
|
|
10306
|
-
"""
|
|
10307
|
-
return self._Result
|
|
10308
|
-
|
|
10309
|
-
@Result.setter
|
|
10310
|
-
def Result(self, Result):
|
|
10311
|
-
self._Result = Result
|
|
10312
|
-
|
|
10313
|
-
@property
|
|
10314
|
-
def RequestId(self):
|
|
10315
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10316
|
-
:rtype: str
|
|
10317
|
-
"""
|
|
10318
|
-
return self._RequestId
|
|
10319
|
-
|
|
10320
|
-
@RequestId.setter
|
|
10321
|
-
def RequestId(self, RequestId):
|
|
10322
|
-
self._RequestId = RequestId
|
|
10323
|
-
|
|
10324
|
-
|
|
10325
|
-
def _deserialize(self, params):
|
|
10326
|
-
if params.get("Result") is not None:
|
|
10327
|
-
self._Result = AppIdResponse()
|
|
10328
|
-
self._Result._deserialize(params.get("Result"))
|
|
10329
|
-
self._RequestId = params.get("RequestId")
|
|
10330
|
-
|
|
10331
|
-
|
|
10332
10185
|
class DescribeCkafkaZoneRequest(AbstractModel):
|
|
10333
10186
|
r"""DescribeCkafkaZone请求参数结构体
|
|
10334
10187
|
|
|
@@ -33089,37 +32942,37 @@ class ZoneResponse(AbstractModel):
|
|
|
33089
32942
|
|
|
33090
32943
|
def __init__(self):
|
|
33091
32944
|
r"""
|
|
33092
|
-
:param _ZoneList: zone
|
|
32945
|
+
:param _ZoneList: <p>zone列表</p>
|
|
33093
32946
|
:type ZoneList: list of ZoneInfo
|
|
33094
|
-
:param _MaxBuyInstanceNum:
|
|
32947
|
+
:param _MaxBuyInstanceNum: <p>最大购买实例个数</p>
|
|
33095
32948
|
:type MaxBuyInstanceNum: int
|
|
33096
|
-
:param _MaxBandwidth:
|
|
32949
|
+
:param _MaxBandwidth: <p>最大购买带宽 单位Mb/s</p>
|
|
33097
32950
|
:type MaxBandwidth: int
|
|
33098
|
-
:param _UnitPrice:
|
|
32951
|
+
:param _UnitPrice: <p>后付费单位价格</p>
|
|
33099
32952
|
:type UnitPrice: :class:`tencentcloud.ckafka.v20190819.models.Price`
|
|
33100
|
-
:param _MessagePrice:
|
|
32953
|
+
:param _MessagePrice: <p>后付费消息单价</p>
|
|
33101
32954
|
:type MessagePrice: :class:`tencentcloud.ckafka.v20190819.models.Price`
|
|
33102
|
-
:param _ClusterInfo:
|
|
32955
|
+
:param _ClusterInfo: <p>用户独占集群信息</p>
|
|
33103
32956
|
:type ClusterInfo: list of ClusterInfo
|
|
33104
|
-
:param _Standard:
|
|
32957
|
+
:param _Standard: <p>购买标准版配置</p>
|
|
33105
32958
|
:type Standard: str
|
|
33106
|
-
:param _StandardS2:
|
|
32959
|
+
:param _StandardS2: <p>购买标准版S2配置</p>
|
|
33107
32960
|
:type StandardS2: str
|
|
33108
|
-
:param _Profession:
|
|
32961
|
+
:param _Profession: <p>购买专业版配置</p>
|
|
33109
32962
|
:type Profession: str
|
|
33110
|
-
:param _Physical:
|
|
32963
|
+
:param _Physical: <p>购买物理独占版配置</p>
|
|
33111
32964
|
:type Physical: str
|
|
33112
|
-
:param _PublicNetwork:
|
|
32965
|
+
:param _PublicNetwork: <p>公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义</p>
|
|
33113
32966
|
:type PublicNetwork: str
|
|
33114
|
-
:param _PublicNetworkLimit:
|
|
32967
|
+
:param _PublicNetworkLimit: <p>公网带宽配置</p>
|
|
33115
32968
|
:type PublicNetworkLimit: str
|
|
33116
|
-
:param _RequestId:
|
|
32969
|
+
:param _RequestId: <p>请求Id</p>
|
|
33117
32970
|
:type RequestId: str
|
|
33118
|
-
:param _Offset:
|
|
32971
|
+
:param _Offset: <p>分页offset</p>
|
|
33119
32972
|
:type Offset: int
|
|
33120
|
-
:param _Limit:
|
|
32973
|
+
:param _Limit: <p>分页limit</p>
|
|
33121
32974
|
:type Limit: int
|
|
33122
|
-
:param _ForceCheckTag:
|
|
32975
|
+
:param _ForceCheckTag: <p>是否必须录入tag</p>
|
|
33123
32976
|
:type ForceCheckTag: bool
|
|
33124
32977
|
"""
|
|
33125
32978
|
self._ZoneList = None
|
|
@@ -33141,7 +32994,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33141
32994
|
|
|
33142
32995
|
@property
|
|
33143
32996
|
def ZoneList(self):
|
|
33144
|
-
r"""zone
|
|
32997
|
+
r"""<p>zone列表</p>
|
|
33145
32998
|
:rtype: list of ZoneInfo
|
|
33146
32999
|
"""
|
|
33147
33000
|
return self._ZoneList
|
|
@@ -33152,7 +33005,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33152
33005
|
|
|
33153
33006
|
@property
|
|
33154
33007
|
def MaxBuyInstanceNum(self):
|
|
33155
|
-
r"""
|
|
33008
|
+
r"""<p>最大购买实例个数</p>
|
|
33156
33009
|
:rtype: int
|
|
33157
33010
|
"""
|
|
33158
33011
|
return self._MaxBuyInstanceNum
|
|
@@ -33163,7 +33016,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33163
33016
|
|
|
33164
33017
|
@property
|
|
33165
33018
|
def MaxBandwidth(self):
|
|
33166
|
-
r"""
|
|
33019
|
+
r"""<p>最大购买带宽 单位Mb/s</p>
|
|
33167
33020
|
:rtype: int
|
|
33168
33021
|
"""
|
|
33169
33022
|
return self._MaxBandwidth
|
|
@@ -33174,7 +33027,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33174
33027
|
|
|
33175
33028
|
@property
|
|
33176
33029
|
def UnitPrice(self):
|
|
33177
|
-
r"""
|
|
33030
|
+
r"""<p>后付费单位价格</p>
|
|
33178
33031
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.Price`
|
|
33179
33032
|
"""
|
|
33180
33033
|
return self._UnitPrice
|
|
@@ -33185,7 +33038,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33185
33038
|
|
|
33186
33039
|
@property
|
|
33187
33040
|
def MessagePrice(self):
|
|
33188
|
-
r"""
|
|
33041
|
+
r"""<p>后付费消息单价</p>
|
|
33189
33042
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.Price`
|
|
33190
33043
|
"""
|
|
33191
33044
|
return self._MessagePrice
|
|
@@ -33196,7 +33049,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33196
33049
|
|
|
33197
33050
|
@property
|
|
33198
33051
|
def ClusterInfo(self):
|
|
33199
|
-
r"""
|
|
33052
|
+
r"""<p>用户独占集群信息</p>
|
|
33200
33053
|
:rtype: list of ClusterInfo
|
|
33201
33054
|
"""
|
|
33202
33055
|
return self._ClusterInfo
|
|
@@ -33207,7 +33060,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33207
33060
|
|
|
33208
33061
|
@property
|
|
33209
33062
|
def Standard(self):
|
|
33210
|
-
r"""
|
|
33063
|
+
r"""<p>购买标准版配置</p>
|
|
33211
33064
|
:rtype: str
|
|
33212
33065
|
"""
|
|
33213
33066
|
return self._Standard
|
|
@@ -33218,7 +33071,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33218
33071
|
|
|
33219
33072
|
@property
|
|
33220
33073
|
def StandardS2(self):
|
|
33221
|
-
r"""
|
|
33074
|
+
r"""<p>购买标准版S2配置</p>
|
|
33222
33075
|
:rtype: str
|
|
33223
33076
|
"""
|
|
33224
33077
|
return self._StandardS2
|
|
@@ -33229,7 +33082,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33229
33082
|
|
|
33230
33083
|
@property
|
|
33231
33084
|
def Profession(self):
|
|
33232
|
-
r"""
|
|
33085
|
+
r"""<p>购买专业版配置</p>
|
|
33233
33086
|
:rtype: str
|
|
33234
33087
|
"""
|
|
33235
33088
|
return self._Profession
|
|
@@ -33240,7 +33093,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33240
33093
|
|
|
33241
33094
|
@property
|
|
33242
33095
|
def Physical(self):
|
|
33243
|
-
r"""
|
|
33096
|
+
r"""<p>购买物理独占版配置</p>
|
|
33244
33097
|
:rtype: str
|
|
33245
33098
|
"""
|
|
33246
33099
|
return self._Physical
|
|
@@ -33251,7 +33104,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33251
33104
|
|
|
33252
33105
|
@property
|
|
33253
33106
|
def PublicNetwork(self):
|
|
33254
|
-
r"""
|
|
33107
|
+
r"""<p>公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义</p>
|
|
33255
33108
|
:rtype: str
|
|
33256
33109
|
"""
|
|
33257
33110
|
return self._PublicNetwork
|
|
@@ -33262,7 +33115,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33262
33115
|
|
|
33263
33116
|
@property
|
|
33264
33117
|
def PublicNetworkLimit(self):
|
|
33265
|
-
r"""
|
|
33118
|
+
r"""<p>公网带宽配置</p>
|
|
33266
33119
|
:rtype: str
|
|
33267
33120
|
"""
|
|
33268
33121
|
return self._PublicNetworkLimit
|
|
@@ -33273,7 +33126,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33273
33126
|
|
|
33274
33127
|
@property
|
|
33275
33128
|
def RequestId(self):
|
|
33276
|
-
r"""
|
|
33129
|
+
r"""<p>请求Id</p>
|
|
33277
33130
|
:rtype: str
|
|
33278
33131
|
"""
|
|
33279
33132
|
return self._RequestId
|
|
@@ -33284,7 +33137,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33284
33137
|
|
|
33285
33138
|
@property
|
|
33286
33139
|
def Offset(self):
|
|
33287
|
-
r"""
|
|
33140
|
+
r"""<p>分页offset</p>
|
|
33288
33141
|
:rtype: int
|
|
33289
33142
|
"""
|
|
33290
33143
|
return self._Offset
|
|
@@ -33295,7 +33148,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33295
33148
|
|
|
33296
33149
|
@property
|
|
33297
33150
|
def Limit(self):
|
|
33298
|
-
r"""
|
|
33151
|
+
r"""<p>分页limit</p>
|
|
33299
33152
|
:rtype: int
|
|
33300
33153
|
"""
|
|
33301
33154
|
return self._Limit
|
|
@@ -33306,7 +33159,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33306
33159
|
|
|
33307
33160
|
@property
|
|
33308
33161
|
def ForceCheckTag(self):
|
|
33309
|
-
r"""
|
|
33162
|
+
r"""<p>是否必须录入tag</p>
|
|
33310
33163
|
:rtype: bool
|
|
33311
33164
|
"""
|
|
33312
33165
|
return self._ForceCheckTag
|
|
@@ -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.1491
|
|
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.1491
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1491
|
tencentcloud_sdk_python_ckafka-3.0.1486/tencentcloud_sdk_python_ckafka.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1486
|
{tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1491}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|