tencentcloud-sdk-python-ckafka 3.0.1206__tar.gz → 3.0.1225__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.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/setup.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/tencentcloud/ckafka/v20190819/models.py +47 -1
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ckafka-3.0.1225/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ckafka-3.0.1206/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/README.rst +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/tencentcloud/ckafka/__init__.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/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.1225"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ckafka SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -717,7 +717,7 @@ class CkafkaClient(AbstractClient):
|
|
|
717
717
|
|
|
718
718
|
|
|
719
719
|
def DeleteInstancePre(self, request):
|
|
720
|
-
"""
|
|
720
|
+
"""删除预付费实例,该接口会对实例执行隔离并删除的动作,执行成功后实例会被直接删除销毁
|
|
721
721
|
|
|
722
722
|
:param request: Request instance for DeleteInstancePre.
|
|
723
723
|
:type request: :class:`tencentcloud.ckafka.v20190819.models.DeleteInstancePreRequest`
|
|
@@ -4532,6 +4532,8 @@ class CreateInstancePostRequest(AbstractModel):
|
|
|
4532
4532
|
:type InstanceNum: int
|
|
4533
4533
|
:param _PublicNetworkMonthly: 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。需要保证传入参数为 3 的整数倍
|
|
4534
4534
|
:type PublicNetworkMonthly: int
|
|
4535
|
+
:param _Tags: 标签
|
|
4536
|
+
:type Tags: list of Tag
|
|
4535
4537
|
"""
|
|
4536
4538
|
self._InstanceName = None
|
|
4537
4539
|
self._VpcId = None
|
|
@@ -4551,6 +4553,7 @@ class CreateInstancePostRequest(AbstractModel):
|
|
|
4551
4553
|
self._ZoneIds = None
|
|
4552
4554
|
self._InstanceNum = None
|
|
4553
4555
|
self._PublicNetworkMonthly = None
|
|
4556
|
+
self._Tags = None
|
|
4554
4557
|
|
|
4555
4558
|
@property
|
|
4556
4559
|
def InstanceName(self):
|
|
@@ -4696,6 +4699,14 @@ class CreateInstancePostRequest(AbstractModel):
|
|
|
4696
4699
|
def PublicNetworkMonthly(self, PublicNetworkMonthly):
|
|
4697
4700
|
self._PublicNetworkMonthly = PublicNetworkMonthly
|
|
4698
4701
|
|
|
4702
|
+
@property
|
|
4703
|
+
def Tags(self):
|
|
4704
|
+
return self._Tags
|
|
4705
|
+
|
|
4706
|
+
@Tags.setter
|
|
4707
|
+
def Tags(self, Tags):
|
|
4708
|
+
self._Tags = Tags
|
|
4709
|
+
|
|
4699
4710
|
|
|
4700
4711
|
def _deserialize(self, params):
|
|
4701
4712
|
self._InstanceName = params.get("InstanceName")
|
|
@@ -4716,6 +4727,12 @@ class CreateInstancePostRequest(AbstractModel):
|
|
|
4716
4727
|
self._ZoneIds = params.get("ZoneIds")
|
|
4717
4728
|
self._InstanceNum = params.get("InstanceNum")
|
|
4718
4729
|
self._PublicNetworkMonthly = params.get("PublicNetworkMonthly")
|
|
4730
|
+
if params.get("Tags") is not None:
|
|
4731
|
+
self._Tags = []
|
|
4732
|
+
for item in params.get("Tags"):
|
|
4733
|
+
obj = Tag()
|
|
4734
|
+
obj._deserialize(item)
|
|
4735
|
+
self._Tags.append(obj)
|
|
4719
4736
|
memeber_set = set(params.keys())
|
|
4720
4737
|
for name, value in vars(self).items():
|
|
4721
4738
|
property_name = name[1:]
|
|
@@ -5414,7 +5431,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
5414
5431
|
:type ClusterId: int
|
|
5415
5432
|
:param _KafkaVersion: 实例版本。目前支持 "0.10.2","1.1.1","2.4.1","2.4.2","2.8.1"。"2.4.1" 与 "2.4.2" 属于同一个版本,传任意一个均可。
|
|
5416
5433
|
:type KafkaVersion: str
|
|
5417
|
-
:param _SpecificationsType: 实例类型。"standard":标准版,"profession"
|
|
5434
|
+
:param _SpecificationsType: 实例类型。"standard":标准版,"profession":专业版。 (标准版仅国际站支持,国内站目前支持专业版)
|
|
5418
5435
|
:type SpecificationsType: str
|
|
5419
5436
|
:param _DiskType: 专业版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认值为 "CLOUD_BASIC"
|
|
5420
5437
|
:type DiskType: str
|
|
@@ -5436,6 +5453,8 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
5436
5453
|
:type InstanceNum: int
|
|
5437
5454
|
:param _PublicNetworkMonthly: 公网带宽大小,单位 Mbps。默认是没有加上免费 3Mbps 带宽。例如总共需要 3Mbps 公网带宽,此处传 0;总共需要 6Mbps 公网带宽,此处传 3。需要保证传入参数为 3 的整数倍
|
|
5438
5455
|
:type PublicNetworkMonthly: int
|
|
5456
|
+
:param _Tags: 标签
|
|
5457
|
+
:type Tags: list of Tag
|
|
5439
5458
|
"""
|
|
5440
5459
|
self._InstanceName = None
|
|
5441
5460
|
self._VpcId = None
|
|
@@ -5455,6 +5474,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
5455
5474
|
self._ZoneIds = None
|
|
5456
5475
|
self._InstanceNum = None
|
|
5457
5476
|
self._PublicNetworkMonthly = None
|
|
5477
|
+
self._Tags = None
|
|
5458
5478
|
|
|
5459
5479
|
@property
|
|
5460
5480
|
def InstanceName(self):
|
|
@@ -5600,6 +5620,14 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
5600
5620
|
def PublicNetworkMonthly(self, PublicNetworkMonthly):
|
|
5601
5621
|
self._PublicNetworkMonthly = PublicNetworkMonthly
|
|
5602
5622
|
|
|
5623
|
+
@property
|
|
5624
|
+
def Tags(self):
|
|
5625
|
+
return self._Tags
|
|
5626
|
+
|
|
5627
|
+
@Tags.setter
|
|
5628
|
+
def Tags(self, Tags):
|
|
5629
|
+
self._Tags = Tags
|
|
5630
|
+
|
|
5603
5631
|
|
|
5604
5632
|
def _deserialize(self, params):
|
|
5605
5633
|
self._InstanceName = params.get("InstanceName")
|
|
@@ -5620,6 +5648,12 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
|
5620
5648
|
self._ZoneIds = params.get("ZoneIds")
|
|
5621
5649
|
self._InstanceNum = params.get("InstanceNum")
|
|
5622
5650
|
self._PublicNetworkMonthly = params.get("PublicNetworkMonthly")
|
|
5651
|
+
if params.get("Tags") is not None:
|
|
5652
|
+
self._Tags = []
|
|
5653
|
+
for item in params.get("Tags"):
|
|
5654
|
+
obj = Tag()
|
|
5655
|
+
obj._deserialize(item)
|
|
5656
|
+
self._Tags.append(obj)
|
|
5623
5657
|
memeber_set = set(params.keys())
|
|
5624
5658
|
for name, value in vars(self).items():
|
|
5625
5659
|
property_name = name[1:]
|
|
@@ -8297,11 +8331,22 @@ class DeleteRouteTriggerTimeRequest(AbstractModel):
|
|
|
8297
8331
|
|
|
8298
8332
|
def __init__(self):
|
|
8299
8333
|
r"""
|
|
8334
|
+
:param _InstanceId: 实例id
|
|
8335
|
+
:type InstanceId: str
|
|
8300
8336
|
:param _DelayTime: 修改时间
|
|
8301
8337
|
:type DelayTime: str
|
|
8302
8338
|
"""
|
|
8339
|
+
self._InstanceId = None
|
|
8303
8340
|
self._DelayTime = None
|
|
8304
8341
|
|
|
8342
|
+
@property
|
|
8343
|
+
def InstanceId(self):
|
|
8344
|
+
return self._InstanceId
|
|
8345
|
+
|
|
8346
|
+
@InstanceId.setter
|
|
8347
|
+
def InstanceId(self, InstanceId):
|
|
8348
|
+
self._InstanceId = InstanceId
|
|
8349
|
+
|
|
8305
8350
|
@property
|
|
8306
8351
|
def DelayTime(self):
|
|
8307
8352
|
return self._DelayTime
|
|
@@ -8312,6 +8357,7 @@ class DeleteRouteTriggerTimeRequest(AbstractModel):
|
|
|
8312
8357
|
|
|
8313
8358
|
|
|
8314
8359
|
def _deserialize(self, params):
|
|
8360
|
+
self._InstanceId = params.get("InstanceId")
|
|
8315
8361
|
self._DelayTime = params.get("DelayTime")
|
|
8316
8362
|
memeber_set = set(params.keys())
|
|
8317
8363
|
for name, value in vars(self).items():
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1225
|
tencentcloud-sdk-python-ckafka-3.0.1206/tencentcloud_sdk_python_ckafka.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1206
|
{tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-ckafka-3.0.1206 → tencentcloud-sdk-python-ckafka-3.0.1225}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|