tencentcloud-sdk-python-ckafka 3.0.1486__tar.gz → 3.0.1490__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.1490}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/setup.py +1 -1
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/ckafka/v20190819/models.py +32 -32
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ckafka-3.0.1490/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.1490}/README.rst +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/ckafka/__init__.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
{tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/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.1490
|
|
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.1490
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
{tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/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.1490,<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(),
|
|
@@ -33089,37 +33089,37 @@ class ZoneResponse(AbstractModel):
|
|
|
33089
33089
|
|
|
33090
33090
|
def __init__(self):
|
|
33091
33091
|
r"""
|
|
33092
|
-
:param _ZoneList: zone
|
|
33092
|
+
:param _ZoneList: <p>zone列表</p>
|
|
33093
33093
|
:type ZoneList: list of ZoneInfo
|
|
33094
|
-
:param _MaxBuyInstanceNum:
|
|
33094
|
+
:param _MaxBuyInstanceNum: <p>最大购买实例个数</p>
|
|
33095
33095
|
:type MaxBuyInstanceNum: int
|
|
33096
|
-
:param _MaxBandwidth:
|
|
33096
|
+
:param _MaxBandwidth: <p>最大购买带宽 单位Mb/s</p>
|
|
33097
33097
|
:type MaxBandwidth: int
|
|
33098
|
-
:param _UnitPrice:
|
|
33098
|
+
:param _UnitPrice: <p>后付费单位价格</p>
|
|
33099
33099
|
:type UnitPrice: :class:`tencentcloud.ckafka.v20190819.models.Price`
|
|
33100
|
-
:param _MessagePrice:
|
|
33100
|
+
:param _MessagePrice: <p>后付费消息单价</p>
|
|
33101
33101
|
:type MessagePrice: :class:`tencentcloud.ckafka.v20190819.models.Price`
|
|
33102
|
-
:param _ClusterInfo:
|
|
33102
|
+
:param _ClusterInfo: <p>用户独占集群信息</p>
|
|
33103
33103
|
:type ClusterInfo: list of ClusterInfo
|
|
33104
|
-
:param _Standard:
|
|
33104
|
+
:param _Standard: <p>购买标准版配置</p>
|
|
33105
33105
|
:type Standard: str
|
|
33106
|
-
:param _StandardS2:
|
|
33106
|
+
:param _StandardS2: <p>购买标准版S2配置</p>
|
|
33107
33107
|
:type StandardS2: str
|
|
33108
|
-
:param _Profession:
|
|
33108
|
+
:param _Profession: <p>购买专业版配置</p>
|
|
33109
33109
|
:type Profession: str
|
|
33110
|
-
:param _Physical:
|
|
33110
|
+
:param _Physical: <p>购买物理独占版配置</p>
|
|
33111
33111
|
:type Physical: str
|
|
33112
|
-
:param _PublicNetwork:
|
|
33112
|
+
:param _PublicNetwork: <p>公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义</p>
|
|
33113
33113
|
:type PublicNetwork: str
|
|
33114
|
-
:param _PublicNetworkLimit:
|
|
33114
|
+
:param _PublicNetworkLimit: <p>公网带宽配置</p>
|
|
33115
33115
|
:type PublicNetworkLimit: str
|
|
33116
|
-
:param _RequestId:
|
|
33116
|
+
:param _RequestId: <p>请求Id</p>
|
|
33117
33117
|
:type RequestId: str
|
|
33118
|
-
:param _Offset:
|
|
33118
|
+
:param _Offset: <p>分页offset</p>
|
|
33119
33119
|
:type Offset: int
|
|
33120
|
-
:param _Limit:
|
|
33120
|
+
:param _Limit: <p>分页limit</p>
|
|
33121
33121
|
:type Limit: int
|
|
33122
|
-
:param _ForceCheckTag:
|
|
33122
|
+
:param _ForceCheckTag: <p>是否必须录入tag</p>
|
|
33123
33123
|
:type ForceCheckTag: bool
|
|
33124
33124
|
"""
|
|
33125
33125
|
self._ZoneList = None
|
|
@@ -33141,7 +33141,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33141
33141
|
|
|
33142
33142
|
@property
|
|
33143
33143
|
def ZoneList(self):
|
|
33144
|
-
r"""zone
|
|
33144
|
+
r"""<p>zone列表</p>
|
|
33145
33145
|
:rtype: list of ZoneInfo
|
|
33146
33146
|
"""
|
|
33147
33147
|
return self._ZoneList
|
|
@@ -33152,7 +33152,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33152
33152
|
|
|
33153
33153
|
@property
|
|
33154
33154
|
def MaxBuyInstanceNum(self):
|
|
33155
|
-
r"""
|
|
33155
|
+
r"""<p>最大购买实例个数</p>
|
|
33156
33156
|
:rtype: int
|
|
33157
33157
|
"""
|
|
33158
33158
|
return self._MaxBuyInstanceNum
|
|
@@ -33163,7 +33163,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33163
33163
|
|
|
33164
33164
|
@property
|
|
33165
33165
|
def MaxBandwidth(self):
|
|
33166
|
-
r"""
|
|
33166
|
+
r"""<p>最大购买带宽 单位Mb/s</p>
|
|
33167
33167
|
:rtype: int
|
|
33168
33168
|
"""
|
|
33169
33169
|
return self._MaxBandwidth
|
|
@@ -33174,7 +33174,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33174
33174
|
|
|
33175
33175
|
@property
|
|
33176
33176
|
def UnitPrice(self):
|
|
33177
|
-
r"""
|
|
33177
|
+
r"""<p>后付费单位价格</p>
|
|
33178
33178
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.Price`
|
|
33179
33179
|
"""
|
|
33180
33180
|
return self._UnitPrice
|
|
@@ -33185,7 +33185,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33185
33185
|
|
|
33186
33186
|
@property
|
|
33187
33187
|
def MessagePrice(self):
|
|
33188
|
-
r"""
|
|
33188
|
+
r"""<p>后付费消息单价</p>
|
|
33189
33189
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.Price`
|
|
33190
33190
|
"""
|
|
33191
33191
|
return self._MessagePrice
|
|
@@ -33196,7 +33196,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33196
33196
|
|
|
33197
33197
|
@property
|
|
33198
33198
|
def ClusterInfo(self):
|
|
33199
|
-
r"""
|
|
33199
|
+
r"""<p>用户独占集群信息</p>
|
|
33200
33200
|
:rtype: list of ClusterInfo
|
|
33201
33201
|
"""
|
|
33202
33202
|
return self._ClusterInfo
|
|
@@ -33207,7 +33207,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33207
33207
|
|
|
33208
33208
|
@property
|
|
33209
33209
|
def Standard(self):
|
|
33210
|
-
r"""
|
|
33210
|
+
r"""<p>购买标准版配置</p>
|
|
33211
33211
|
:rtype: str
|
|
33212
33212
|
"""
|
|
33213
33213
|
return self._Standard
|
|
@@ -33218,7 +33218,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33218
33218
|
|
|
33219
33219
|
@property
|
|
33220
33220
|
def StandardS2(self):
|
|
33221
|
-
r"""
|
|
33221
|
+
r"""<p>购买标准版S2配置</p>
|
|
33222
33222
|
:rtype: str
|
|
33223
33223
|
"""
|
|
33224
33224
|
return self._StandardS2
|
|
@@ -33229,7 +33229,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33229
33229
|
|
|
33230
33230
|
@property
|
|
33231
33231
|
def Profession(self):
|
|
33232
|
-
r"""
|
|
33232
|
+
r"""<p>购买专业版配置</p>
|
|
33233
33233
|
:rtype: str
|
|
33234
33234
|
"""
|
|
33235
33235
|
return self._Profession
|
|
@@ -33240,7 +33240,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33240
33240
|
|
|
33241
33241
|
@property
|
|
33242
33242
|
def Physical(self):
|
|
33243
|
-
r"""
|
|
33243
|
+
r"""<p>购买物理独占版配置</p>
|
|
33244
33244
|
:rtype: str
|
|
33245
33245
|
"""
|
|
33246
33246
|
return self._Physical
|
|
@@ -33251,7 +33251,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33251
33251
|
|
|
33252
33252
|
@property
|
|
33253
33253
|
def PublicNetwork(self):
|
|
33254
|
-
r"""
|
|
33254
|
+
r"""<p>公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写 已废弃,无实际意义</p>
|
|
33255
33255
|
:rtype: str
|
|
33256
33256
|
"""
|
|
33257
33257
|
return self._PublicNetwork
|
|
@@ -33262,7 +33262,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33262
33262
|
|
|
33263
33263
|
@property
|
|
33264
33264
|
def PublicNetworkLimit(self):
|
|
33265
|
-
r"""
|
|
33265
|
+
r"""<p>公网带宽配置</p>
|
|
33266
33266
|
:rtype: str
|
|
33267
33267
|
"""
|
|
33268
33268
|
return self._PublicNetworkLimit
|
|
@@ -33273,7 +33273,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33273
33273
|
|
|
33274
33274
|
@property
|
|
33275
33275
|
def RequestId(self):
|
|
33276
|
-
r"""
|
|
33276
|
+
r"""<p>请求Id</p>
|
|
33277
33277
|
:rtype: str
|
|
33278
33278
|
"""
|
|
33279
33279
|
return self._RequestId
|
|
@@ -33284,7 +33284,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33284
33284
|
|
|
33285
33285
|
@property
|
|
33286
33286
|
def Offset(self):
|
|
33287
|
-
r"""
|
|
33287
|
+
r"""<p>分页offset</p>
|
|
33288
33288
|
:rtype: int
|
|
33289
33289
|
"""
|
|
33290
33290
|
return self._Offset
|
|
@@ -33295,7 +33295,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33295
33295
|
|
|
33296
33296
|
@property
|
|
33297
33297
|
def Limit(self):
|
|
33298
|
-
r"""
|
|
33298
|
+
r"""<p>分页limit</p>
|
|
33299
33299
|
:rtype: int
|
|
33300
33300
|
"""
|
|
33301
33301
|
return self._Limit
|
|
@@ -33306,7 +33306,7 @@ class ZoneResponse(AbstractModel):
|
|
|
33306
33306
|
|
|
33307
33307
|
@property
|
|
33308
33308
|
def ForceCheckTag(self):
|
|
33309
|
-
r"""
|
|
33309
|
+
r"""<p>是否必须录入tag</p>
|
|
33310
33310
|
:rtype: bool
|
|
33311
33311
|
"""
|
|
33312
33312
|
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.1490
|
|
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.1490
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
|
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.1490}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_ckafka-3.0.1486 → tencentcloud_sdk_python_ckafka-3.0.1490}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|