tencentcloud-sdk-python-ckafka 3.0.1459__tar.gz → 3.0.1460__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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/tencentcloud/ckafka/v20190819/models.py +62 -25
  5. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-ckafka-3.0.1460/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-ckafka-3.0.1459/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/README.rst +0 -0
  9. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/tencentcloud/ckafka/__init__.py +0 -0
  11. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -0
  13. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1460}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ckafka
3
- Version: 3.0.1459
3
+ Version: 3.0.1460
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
@@ -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.1459,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1460,<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(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1459'
17
+ __version__ = '3.0.1460'
@@ -9187,7 +9187,7 @@ class DeleteGroupRequest(AbstractModel):
9187
9187
  r"""
9188
9188
  :param _InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取。
9189
9189
  :type InstanceId: str
9190
- :param _Group: 消费组名称,可通过DescribeConsumerGroup接口获取。
9190
+ :param _Group: 消费组名称,可通过[DescribeConsumerGroup](https://cloud.tencent.com/document/product/597/40841)接口获取。
9191
9191
  :type Group: str
9192
9192
  """
9193
9193
  self._InstanceId = None
@@ -9206,7 +9206,7 @@ class DeleteGroupRequest(AbstractModel):
9206
9206
 
9207
9207
  @property
9208
9208
  def Group(self):
9209
- r"""消费组名称,可通过DescribeConsumerGroup接口获取。
9209
+ r"""消费组名称,可通过[DescribeConsumerGroup](https://cloud.tencent.com/document/product/597/40841)接口获取。
9210
9210
  :rtype: str
9211
9211
  """
9212
9212
  return self._Group
@@ -9445,7 +9445,7 @@ class DeleteRouteRequest(AbstractModel):
9445
9445
  r"""
9446
9446
  :param _InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
9447
9447
  :type InstanceId: str
9448
- :param _RouteId: 路由id,可通过DescribeRoute接口获取
9448
+ :param _RouteId: 路由id,可通过[DescribeRoute](https://cloud.tencent.com/document/product/597/45484)接口获取
9449
9449
  :type RouteId: int
9450
9450
  :param _CallerAppid: 调用方appId
9451
9451
  :type CallerAppid: int
@@ -9470,7 +9470,7 @@ class DeleteRouteRequest(AbstractModel):
9470
9470
 
9471
9471
  @property
9472
9472
  def RouteId(self):
9473
- r"""路由id,可通过DescribeRoute接口获取
9473
+ r"""路由id,可通过[DescribeRoute](https://cloud.tencent.com/document/product/597/45484)接口获取
9474
9474
  :rtype: int
9475
9475
  """
9476
9476
  return self._RouteId
@@ -19998,7 +19998,7 @@ class InquiryPublicNetworkParam(AbstractModel):
19998
19998
  r"""
19999
19999
  :param _PublicNetworkChargeType: 公网计费模式: BANDWIDTH_PREPAID(包年包月), BANDWIDTH_POSTPAID_BY_HOUR(带宽按小时计费)
20000
20000
  :type PublicNetworkChargeType: str
20001
- :param _PublicNetworkMonthly: 公网带宽, 单位MB
20001
+ :param _PublicNetworkMonthly: 公网带宽, 单位MB 取值需是0,或是3的倍数
20002
20002
  :type PublicNetworkMonthly: int
20003
20003
  """
20004
20004
  self._PublicNetworkChargeType = None
@@ -20017,7 +20017,7 @@ class InquiryPublicNetworkParam(AbstractModel):
20017
20017
 
20018
20018
  @property
20019
20019
  def PublicNetworkMonthly(self):
20020
- r"""公网带宽, 单位MB
20020
+ r"""公网带宽, 单位MB 取值需是0,或是3的倍数
20021
20021
  :rtype: int
20022
20022
  """
20023
20023
  return self._PublicNetworkMonthly
@@ -20180,7 +20180,11 @@ class InstanceAttributesResponse(AbstractModel):
20180
20180
  :type MaxGroupNum: int
20181
20181
  :param _Cvm: 售卖类型,0:标准版,1:专业版
20182
20182
  :type Cvm: int
20183
- :param _InstanceType: 类型
20183
+ :param _InstanceType: 实例类型 枚举列表:
20184
+ profession :专业版
20185
+ standards2 :标准版
20186
+ premium :高级版
20187
+ serverless :serverless版
20184
20188
  :type InstanceType: str
20185
20189
  :param _Features: 表示该实例支持的特性。FEATURE_SUBNET_ACL:表示acl策略支持设置子网。
20186
20190
  :type Features: list of str
@@ -20190,7 +20194,7 @@ class InstanceAttributesResponse(AbstractModel):
20190
20194
  :type MaxConnection: int
20191
20195
  :param _PublicNetwork: 公网带宽
20192
20196
  :type PublicNetwork: int
20193
- :param _DeleteRouteTimestamp: 时间
20197
+ :param _DeleteRouteTimestamp: 该字段已废弃,无实际含义
20194
20198
  :type DeleteRouteTimestamp: str
20195
20199
  :param _RemainingPartitions: 剩余创建分区数
20196
20200
  :type RemainingPartitions: int
@@ -20198,15 +20202,21 @@ class InstanceAttributesResponse(AbstractModel):
20198
20202
  :type RemainingTopics: int
20199
20203
  :param _DynamicDiskConfig: 动态硬盘扩容策略
20200
20204
  :type DynamicDiskConfig: :class:`tencentcloud.ckafka.v20190819.models.DynamicDiskConfig`
20201
- :param _InstanceChargeType: 实例计费类型
20205
+ :param _InstanceChargeType: 实例计费类型 POSTPAID_BY_HOUR 按小时付费; PREPAID 包年包月
20202
20206
  :type InstanceChargeType: str
20203
- :param _ClusterType: 集群类型
20207
+ :param _ClusterType: 集群类型
20208
+ CLOUD_IDC IDC集群
20209
+ CLOUD_CVM_SHARE CVM共享集群
20210
+ CLOUD_CVM_YUNTI 云梯CVM集群
20211
+ CLOUD_CVM CVM集群
20212
+ CLOUD_CDC CDC集群
20213
+ CLOUD_EKS_TSE EKS集群
20204
20214
  :type ClusterType: str
20205
20215
  :param _FreePartitionNumber: 免费分区数量
20206
20216
  :type FreePartitionNumber: int
20207
20217
  :param _ElasticFloatBandwidth: 弹性带宽上浮值
20208
20218
  :type ElasticFloatBandwidth: int
20209
- :param _CustomCertId: ssl自定义证书id
20219
+ :param _CustomCertId: ssl自定义证书id 仅自定义证书实例集群返回
20210
20220
  :type CustomCertId: str
20211
20221
  :param _UncleanLeaderElectionEnable: 集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭
20212
20222
  :type UncleanLeaderElectionEnable: int
@@ -20544,7 +20554,11 @@ class InstanceAttributesResponse(AbstractModel):
20544
20554
 
20545
20555
  @property
20546
20556
  def InstanceType(self):
20547
- r"""类型
20557
+ r"""实例类型 枚举列表:
20558
+ profession :专业版
20559
+ standards2 :标准版
20560
+ premium :高级版
20561
+ serverless :serverless版
20548
20562
  :rtype: str
20549
20563
  """
20550
20564
  return self._InstanceType
@@ -20599,7 +20613,7 @@ class InstanceAttributesResponse(AbstractModel):
20599
20613
 
20600
20614
  @property
20601
20615
  def DeleteRouteTimestamp(self):
20602
- r"""时间
20616
+ r"""该字段已废弃,无实际含义
20603
20617
  :rtype: str
20604
20618
  """
20605
20619
  return self._DeleteRouteTimestamp
@@ -20643,7 +20657,7 @@ class InstanceAttributesResponse(AbstractModel):
20643
20657
 
20644
20658
  @property
20645
20659
  def InstanceChargeType(self):
20646
- r"""实例计费类型
20660
+ r"""实例计费类型 POSTPAID_BY_HOUR 按小时付费; PREPAID 包年包月
20647
20661
  :rtype: str
20648
20662
  """
20649
20663
  return self._InstanceChargeType
@@ -20654,7 +20668,13 @@ class InstanceAttributesResponse(AbstractModel):
20654
20668
 
20655
20669
  @property
20656
20670
  def ClusterType(self):
20657
- r"""集群类型
20671
+ r"""集群类型
20672
+ CLOUD_IDC IDC集群
20673
+ CLOUD_CVM_SHARE CVM共享集群
20674
+ CLOUD_CVM_YUNTI 云梯CVM集群
20675
+ CLOUD_CVM CVM集群
20676
+ CLOUD_CDC CDC集群
20677
+ CLOUD_EKS_TSE EKS集群
20658
20678
  :rtype: str
20659
20679
  """
20660
20680
  return self._ClusterType
@@ -20687,7 +20707,7 @@ class InstanceAttributesResponse(AbstractModel):
20687
20707
 
20688
20708
  @property
20689
20709
  def CustomCertId(self):
20690
- r"""ssl自定义证书id
20710
+ r"""ssl自定义证书id 仅自定义证书实例集群返回
20691
20711
  :rtype: str
20692
20712
  """
20693
20713
  return self._CustomCertId
@@ -25614,7 +25634,7 @@ class MqttParam(AbstractModel):
25614
25634
  r"""
25615
25635
  :param _Topics: 需要同步的MQTT Topic列表, CSV格式
25616
25636
  :type Topics: str
25617
- :param _CleanSession: MQTT clean-session
25637
+ :param _CleanSession: 用于控制会话的持久性。cleanSession 为true时,连接时会创建一个全新的会话。 cleanSession = false时,连接时会恢复之前的会话。
25618
25638
  :type CleanSession: bool
25619
25639
  :param _Resource: MQTT instance-id
25620
25640
  :type Resource: str
@@ -25663,7 +25683,7 @@ class MqttParam(AbstractModel):
25663
25683
 
25664
25684
  @property
25665
25685
  def CleanSession(self):
25666
- r"""MQTT clean-session
25686
+ r"""用于控制会话的持久性。cleanSession 为true时,连接时会创建一个全新的会话。 cleanSession = false时,连接时会恢复之前的会话。
25667
25687
  :rtype: bool
25668
25688
  """
25669
25689
  return self._CleanSession
@@ -26182,7 +26202,7 @@ class MySQLParam(AbstractModel):
26182
26202
  :type SignalTable: str
26183
26203
  :param _DateTimeZone: datetime 类型字段转换为时间戳的时区
26184
26204
  :type DateTimeZone: str
26185
- :param _SelfBuilt: 自建
26205
+ :param _SelfBuilt: 是否为自建集群
26186
26206
  :type SelfBuilt: bool
26187
26207
  """
26188
26208
  self._Database = None
@@ -26514,7 +26534,7 @@ class MySQLParam(AbstractModel):
26514
26534
 
26515
26535
  @property
26516
26536
  def SelfBuilt(self):
26517
- r"""自建
26537
+ r"""是否为自建集群
26518
26538
  :rtype: bool
26519
26539
  """
26520
26540
  return self._SelfBuilt
@@ -28175,6 +28195,9 @@ class Route(AbstractModel):
28175
28195
  :param _Note: 备注信息
28176
28196
  注意:此字段可能返回 null,表示取不到有效值。
28177
28197
  :type Note: str
28198
+ :param _Status: 路由的状态。1: 创建中,2: 创建成功,3: 创建失败,4: 删除中,6: 删除失败
28199
+ 注意:此字段可能返回 null,表示取不到有效值。
28200
+ :type Status: int
28178
28201
  """
28179
28202
  self._AccessType = None
28180
28203
  self._RouteId = None
@@ -28187,6 +28210,7 @@ class Route(AbstractModel):
28187
28210
  self._BrokerVipList = None
28188
28211
  self._VpcId = None
28189
28212
  self._Note = None
28213
+ self._Status = None
28190
28214
 
28191
28215
  @property
28192
28216
  def AccessType(self):
@@ -28318,6 +28342,18 @@ class Route(AbstractModel):
28318
28342
  def Note(self, Note):
28319
28343
  self._Note = Note
28320
28344
 
28345
+ @property
28346
+ def Status(self):
28347
+ r"""路由的状态。1: 创建中,2: 创建成功,3: 创建失败,4: 删除中,6: 删除失败
28348
+ 注意:此字段可能返回 null,表示取不到有效值。
28349
+ :rtype: int
28350
+ """
28351
+ return self._Status
28352
+
28353
+ @Status.setter
28354
+ def Status(self, Status):
28355
+ self._Status = Status
28356
+
28321
28357
 
28322
28358
  def _deserialize(self, params):
28323
28359
  self._AccessType = params.get("AccessType")
@@ -28341,6 +28377,7 @@ class Route(AbstractModel):
28341
28377
  self._BrokerVipList.append(obj)
28342
28378
  self._VpcId = params.get("VpcId")
28343
28379
  self._Note = params.get("Note")
28380
+ self._Status = params.get("Status")
28344
28381
  memeber_set = set(params.keys())
28345
28382
  for name, value in vars(self).items():
28346
28383
  property_name = name[1:]
@@ -29027,13 +29064,13 @@ class SQLServerParam(AbstractModel):
29027
29064
 
29028
29065
 
29029
29066
  class SaleInfo(AbstractModel):
29030
- r"""标准版销售信息
29067
+ r"""各版本销售信息
29031
29068
 
29032
29069
  """
29033
29070
 
29034
29071
  def __init__(self):
29035
29072
  r"""
29036
- :param _Flag: 手动设置的flag标志
29073
+ :param _Flag: 手动设置的flag标志,true表示售罄,false表示可售。
29037
29074
  :type Flag: bool
29038
29075
  :param _Version: ckafka版本号(1.1.1/2.4.2/0.10.2)
29039
29076
  :type Version: str
@@ -29049,7 +29086,7 @@ class SaleInfo(AbstractModel):
29049
29086
 
29050
29087
  @property
29051
29088
  def Flag(self):
29052
- r"""手动设置的flag标志
29089
+ r"""手动设置的flag标志,true表示售罄,false表示可售。
29053
29090
  :rtype: bool
29054
29091
  """
29055
29092
  return self._Flag
@@ -32407,7 +32444,7 @@ class ZoneInfo(AbstractModel):
32407
32444
  :type IsInternalApp: int
32408
32445
  :param _AppId: 应用标识
32409
32446
  :type AppId: int
32410
- :param _Flag: 标识
32447
+ :param _Flag: 可用区是否售罄标识,true表示已售罄,false表示未售罄。
32411
32448
  :type Flag: bool
32412
32449
  :param _ZoneName: 可用区名称
32413
32450
  :type ZoneName: str
@@ -32468,7 +32505,7 @@ class ZoneInfo(AbstractModel):
32468
32505
 
32469
32506
  @property
32470
32507
  def Flag(self):
32471
- r"""标识
32508
+ r"""可用区是否售罄标识,true表示已售罄,false表示未售罄。
32472
32509
  :rtype: bool
32473
32510
  """
32474
32511
  return self._Flag
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ckafka
3
- Version: 3.0.1459
3
+ Version: 3.0.1460
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1460
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1459