tencentcloud-sdk-python-ckafka 3.0.1460__tar.gz → 3.0.1466__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.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/setup.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/tencentcloud/ckafka/v20190819/models.py +50 -2
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ckafka-3.0.1466/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ckafka-3.0.1460/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/README.rst +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/tencentcloud/ckafka/__init__.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/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.1466,<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(),
|
|
@@ -20204,6 +20204,19 @@ serverless :serverless版
|
|
|
20204
20204
|
:type DynamicDiskConfig: :class:`tencentcloud.ckafka.v20190819.models.DynamicDiskConfig`
|
|
20205
20205
|
:param _InstanceChargeType: 实例计费类型 POSTPAID_BY_HOUR 按小时付费; PREPAID 包年包月
|
|
20206
20206
|
:type InstanceChargeType: str
|
|
20207
|
+
:param _ElasticBandwidthSwitch: 是否开启弹性带宽白名单
|
|
20208
|
+
1:已开启弹性带宽白名单;
|
|
20209
|
+
0:未开启弹性带宽白名单;
|
|
20210
|
+
:type ElasticBandwidthSwitch: int
|
|
20211
|
+
:param _ElasticBandwidthOpenStatus: 弹性带宽开通状态
|
|
20212
|
+
1:未开启弹性带宽;
|
|
20213
|
+
16: 开启弹性带宽中;
|
|
20214
|
+
32:开启弹性带宽成功;
|
|
20215
|
+
33:关闭弹性带宽中;
|
|
20216
|
+
34:关闭弹性带宽成功;
|
|
20217
|
+
64:开启弹性带宽失败;
|
|
20218
|
+
65:关闭弹性带宽失败;
|
|
20219
|
+
:type ElasticBandwidthOpenStatus: int
|
|
20207
20220
|
:param _ClusterType: 集群类型
|
|
20208
20221
|
CLOUD_IDC IDC集群
|
|
20209
20222
|
CLOUD_CVM_SHARE CVM共享集群
|
|
@@ -20259,6 +20272,8 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20259
20272
|
self._RemainingTopics = None
|
|
20260
20273
|
self._DynamicDiskConfig = None
|
|
20261
20274
|
self._InstanceChargeType = None
|
|
20275
|
+
self._ElasticBandwidthSwitch = None
|
|
20276
|
+
self._ElasticBandwidthOpenStatus = None
|
|
20262
20277
|
self._ClusterType = None
|
|
20263
20278
|
self._FreePartitionNumber = None
|
|
20264
20279
|
self._ElasticFloatBandwidth = None
|
|
@@ -20666,6 +20681,37 @@ serverless :serverless版
|
|
|
20666
20681
|
def InstanceChargeType(self, InstanceChargeType):
|
|
20667
20682
|
self._InstanceChargeType = InstanceChargeType
|
|
20668
20683
|
|
|
20684
|
+
@property
|
|
20685
|
+
def ElasticBandwidthSwitch(self):
|
|
20686
|
+
r"""是否开启弹性带宽白名单
|
|
20687
|
+
1:已开启弹性带宽白名单;
|
|
20688
|
+
0:未开启弹性带宽白名单;
|
|
20689
|
+
:rtype: int
|
|
20690
|
+
"""
|
|
20691
|
+
return self._ElasticBandwidthSwitch
|
|
20692
|
+
|
|
20693
|
+
@ElasticBandwidthSwitch.setter
|
|
20694
|
+
def ElasticBandwidthSwitch(self, ElasticBandwidthSwitch):
|
|
20695
|
+
self._ElasticBandwidthSwitch = ElasticBandwidthSwitch
|
|
20696
|
+
|
|
20697
|
+
@property
|
|
20698
|
+
def ElasticBandwidthOpenStatus(self):
|
|
20699
|
+
r"""弹性带宽开通状态
|
|
20700
|
+
1:未开启弹性带宽;
|
|
20701
|
+
16: 开启弹性带宽中;
|
|
20702
|
+
32:开启弹性带宽成功;
|
|
20703
|
+
33:关闭弹性带宽中;
|
|
20704
|
+
34:关闭弹性带宽成功;
|
|
20705
|
+
64:开启弹性带宽失败;
|
|
20706
|
+
65:关闭弹性带宽失败;
|
|
20707
|
+
:rtype: int
|
|
20708
|
+
"""
|
|
20709
|
+
return self._ElasticBandwidthOpenStatus
|
|
20710
|
+
|
|
20711
|
+
@ElasticBandwidthOpenStatus.setter
|
|
20712
|
+
def ElasticBandwidthOpenStatus(self, ElasticBandwidthOpenStatus):
|
|
20713
|
+
self._ElasticBandwidthOpenStatus = ElasticBandwidthOpenStatus
|
|
20714
|
+
|
|
20669
20715
|
@property
|
|
20670
20716
|
def ClusterType(self):
|
|
20671
20717
|
r"""集群类型
|
|
@@ -20792,6 +20838,8 @@ CLOUD_EKS_TSE EKS集群
|
|
|
20792
20838
|
self._DynamicDiskConfig = DynamicDiskConfig()
|
|
20793
20839
|
self._DynamicDiskConfig._deserialize(params.get("DynamicDiskConfig"))
|
|
20794
20840
|
self._InstanceChargeType = params.get("InstanceChargeType")
|
|
20841
|
+
self._ElasticBandwidthSwitch = params.get("ElasticBandwidthSwitch")
|
|
20842
|
+
self._ElasticBandwidthOpenStatus = params.get("ElasticBandwidthOpenStatus")
|
|
20795
20843
|
self._ClusterType = params.get("ClusterType")
|
|
20796
20844
|
self._FreePartitionNumber = params.get("FreePartitionNumber")
|
|
20797
20845
|
self._ElasticFloatBandwidth = params.get("ElasticFloatBandwidth")
|
|
@@ -28172,7 +28220,7 @@ class Route(AbstractModel):
|
|
|
28172
28220
|
:type AccessType: int
|
|
28173
28221
|
:param _RouteId: 路由Id
|
|
28174
28222
|
:type RouteId: int
|
|
28175
|
-
:param _VipType:
|
|
28223
|
+
:param _VipType: 路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)
|
|
28176
28224
|
:type VipType: int
|
|
28177
28225
|
:param _VipList: 虚拟IP列表
|
|
28178
28226
|
:type VipList: list of VipEntity
|
|
@@ -28240,7 +28288,7 @@ class Route(AbstractModel):
|
|
|
28240
28288
|
|
|
28241
28289
|
@property
|
|
28242
28290
|
def VipType(self):
|
|
28243
|
-
r"""
|
|
28291
|
+
r"""路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)
|
|
28244
28292
|
:rtype: int
|
|
28245
28293
|
"""
|
|
28246
28294
|
return self._VipType
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1466
|
tencentcloud-sdk-python-ckafka-3.0.1460/tencentcloud_sdk_python_ckafka.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1460
|
{tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-ckafka-3.0.1460 → tencentcloud-sdk-python-ckafka-3.0.1466}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|