tencentcloud-sdk-python-ckafka 3.0.1459__tar.gz → 3.0.1465__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.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/setup.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/tencentcloud/ckafka/v20190819/models.py +110 -25
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ckafka-3.0.1465/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ckafka-3.0.1459/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/README.rst +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/tencentcloud/ckafka/__init__.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/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.1465,<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(),
|
|
@@ -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,34 @@ 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
|
|
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
|
|
20220
|
+
:param _ClusterType: 集群类型
|
|
20221
|
+
CLOUD_IDC IDC集群
|
|
20222
|
+
CLOUD_CVM_SHARE CVM共享集群
|
|
20223
|
+
CLOUD_CVM_YUNTI 云梯CVM集群
|
|
20224
|
+
CLOUD_CVM CVM集群
|
|
20225
|
+
CLOUD_CDC CDC集群
|
|
20226
|
+
CLOUD_EKS_TSE EKS集群
|
|
20204
20227
|
:type ClusterType: str
|
|
20205
20228
|
:param _FreePartitionNumber: 免费分区数量
|
|
20206
20229
|
:type FreePartitionNumber: int
|
|
20207
20230
|
:param _ElasticFloatBandwidth: 弹性带宽上浮值
|
|
20208
20231
|
:type ElasticFloatBandwidth: int
|
|
20209
|
-
:param _CustomCertId: ssl自定义证书id
|
|
20232
|
+
:param _CustomCertId: ssl自定义证书id 仅自定义证书实例集群返回
|
|
20210
20233
|
:type CustomCertId: str
|
|
20211
20234
|
:param _UncleanLeaderElectionEnable: 集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭
|
|
20212
20235
|
:type UncleanLeaderElectionEnable: int
|
|
@@ -20249,6 +20272,8 @@ class InstanceAttributesResponse(AbstractModel):
|
|
|
20249
20272
|
self._RemainingTopics = None
|
|
20250
20273
|
self._DynamicDiskConfig = None
|
|
20251
20274
|
self._InstanceChargeType = None
|
|
20275
|
+
self._ElasticBandwidthSwitch = None
|
|
20276
|
+
self._ElasticBandwidthOpenStatus = None
|
|
20252
20277
|
self._ClusterType = None
|
|
20253
20278
|
self._FreePartitionNumber = None
|
|
20254
20279
|
self._ElasticFloatBandwidth = None
|
|
@@ -20544,7 +20569,11 @@ class InstanceAttributesResponse(AbstractModel):
|
|
|
20544
20569
|
|
|
20545
20570
|
@property
|
|
20546
20571
|
def InstanceType(self):
|
|
20547
|
-
r"""
|
|
20572
|
+
r"""实例类型 枚举列表:
|
|
20573
|
+
profession :专业版
|
|
20574
|
+
standards2 :标准版
|
|
20575
|
+
premium :高级版
|
|
20576
|
+
serverless :serverless版
|
|
20548
20577
|
:rtype: str
|
|
20549
20578
|
"""
|
|
20550
20579
|
return self._InstanceType
|
|
@@ -20599,7 +20628,7 @@ class InstanceAttributesResponse(AbstractModel):
|
|
|
20599
20628
|
|
|
20600
20629
|
@property
|
|
20601
20630
|
def DeleteRouteTimestamp(self):
|
|
20602
|
-
r"""
|
|
20631
|
+
r"""该字段已废弃,无实际含义
|
|
20603
20632
|
:rtype: str
|
|
20604
20633
|
"""
|
|
20605
20634
|
return self._DeleteRouteTimestamp
|
|
@@ -20643,7 +20672,7 @@ class InstanceAttributesResponse(AbstractModel):
|
|
|
20643
20672
|
|
|
20644
20673
|
@property
|
|
20645
20674
|
def InstanceChargeType(self):
|
|
20646
|
-
r"""实例计费类型
|
|
20675
|
+
r"""实例计费类型 POSTPAID_BY_HOUR 按小时付费; PREPAID 包年包月
|
|
20647
20676
|
:rtype: str
|
|
20648
20677
|
"""
|
|
20649
20678
|
return self._InstanceChargeType
|
|
@@ -20652,9 +20681,46 @@ class InstanceAttributesResponse(AbstractModel):
|
|
|
20652
20681
|
def InstanceChargeType(self, InstanceChargeType):
|
|
20653
20682
|
self._InstanceChargeType = InstanceChargeType
|
|
20654
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
|
+
|
|
20655
20715
|
@property
|
|
20656
20716
|
def ClusterType(self):
|
|
20657
|
-
r"""集群类型
|
|
20717
|
+
r"""集群类型
|
|
20718
|
+
CLOUD_IDC IDC集群
|
|
20719
|
+
CLOUD_CVM_SHARE CVM共享集群
|
|
20720
|
+
CLOUD_CVM_YUNTI 云梯CVM集群
|
|
20721
|
+
CLOUD_CVM CVM集群
|
|
20722
|
+
CLOUD_CDC CDC集群
|
|
20723
|
+
CLOUD_EKS_TSE EKS集群
|
|
20658
20724
|
:rtype: str
|
|
20659
20725
|
"""
|
|
20660
20726
|
return self._ClusterType
|
|
@@ -20687,7 +20753,7 @@ class InstanceAttributesResponse(AbstractModel):
|
|
|
20687
20753
|
|
|
20688
20754
|
@property
|
|
20689
20755
|
def CustomCertId(self):
|
|
20690
|
-
r"""ssl自定义证书id
|
|
20756
|
+
r"""ssl自定义证书id 仅自定义证书实例集群返回
|
|
20691
20757
|
:rtype: str
|
|
20692
20758
|
"""
|
|
20693
20759
|
return self._CustomCertId
|
|
@@ -20772,6 +20838,8 @@ class InstanceAttributesResponse(AbstractModel):
|
|
|
20772
20838
|
self._DynamicDiskConfig = DynamicDiskConfig()
|
|
20773
20839
|
self._DynamicDiskConfig._deserialize(params.get("DynamicDiskConfig"))
|
|
20774
20840
|
self._InstanceChargeType = params.get("InstanceChargeType")
|
|
20841
|
+
self._ElasticBandwidthSwitch = params.get("ElasticBandwidthSwitch")
|
|
20842
|
+
self._ElasticBandwidthOpenStatus = params.get("ElasticBandwidthOpenStatus")
|
|
20775
20843
|
self._ClusterType = params.get("ClusterType")
|
|
20776
20844
|
self._FreePartitionNumber = params.get("FreePartitionNumber")
|
|
20777
20845
|
self._ElasticFloatBandwidth = params.get("ElasticFloatBandwidth")
|
|
@@ -25614,7 +25682,7 @@ class MqttParam(AbstractModel):
|
|
|
25614
25682
|
r"""
|
|
25615
25683
|
:param _Topics: 需要同步的MQTT Topic列表, CSV格式
|
|
25616
25684
|
:type Topics: str
|
|
25617
|
-
:param _CleanSession:
|
|
25685
|
+
:param _CleanSession: 用于控制会话的持久性。cleanSession 为true时,连接时会创建一个全新的会话。 cleanSession = false时,连接时会恢复之前的会话。
|
|
25618
25686
|
:type CleanSession: bool
|
|
25619
25687
|
:param _Resource: MQTT instance-id
|
|
25620
25688
|
:type Resource: str
|
|
@@ -25663,7 +25731,7 @@ class MqttParam(AbstractModel):
|
|
|
25663
25731
|
|
|
25664
25732
|
@property
|
|
25665
25733
|
def CleanSession(self):
|
|
25666
|
-
r"""
|
|
25734
|
+
r"""用于控制会话的持久性。cleanSession 为true时,连接时会创建一个全新的会话。 cleanSession = false时,连接时会恢复之前的会话。
|
|
25667
25735
|
:rtype: bool
|
|
25668
25736
|
"""
|
|
25669
25737
|
return self._CleanSession
|
|
@@ -26182,7 +26250,7 @@ class MySQLParam(AbstractModel):
|
|
|
26182
26250
|
:type SignalTable: str
|
|
26183
26251
|
:param _DateTimeZone: datetime 类型字段转换为时间戳的时区
|
|
26184
26252
|
:type DateTimeZone: str
|
|
26185
|
-
:param _SelfBuilt:
|
|
26253
|
+
:param _SelfBuilt: 是否为自建集群
|
|
26186
26254
|
:type SelfBuilt: bool
|
|
26187
26255
|
"""
|
|
26188
26256
|
self._Database = None
|
|
@@ -26514,7 +26582,7 @@ class MySQLParam(AbstractModel):
|
|
|
26514
26582
|
|
|
26515
26583
|
@property
|
|
26516
26584
|
def SelfBuilt(self):
|
|
26517
|
-
r"""
|
|
26585
|
+
r"""是否为自建集群
|
|
26518
26586
|
:rtype: bool
|
|
26519
26587
|
"""
|
|
26520
26588
|
return self._SelfBuilt
|
|
@@ -28175,6 +28243,9 @@ class Route(AbstractModel):
|
|
|
28175
28243
|
:param _Note: 备注信息
|
|
28176
28244
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
28177
28245
|
:type Note: str
|
|
28246
|
+
:param _Status: 路由的状态。1: 创建中,2: 创建成功,3: 创建失败,4: 删除中,6: 删除失败
|
|
28247
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28248
|
+
:type Status: int
|
|
28178
28249
|
"""
|
|
28179
28250
|
self._AccessType = None
|
|
28180
28251
|
self._RouteId = None
|
|
@@ -28187,6 +28258,7 @@ class Route(AbstractModel):
|
|
|
28187
28258
|
self._BrokerVipList = None
|
|
28188
28259
|
self._VpcId = None
|
|
28189
28260
|
self._Note = None
|
|
28261
|
+
self._Status = None
|
|
28190
28262
|
|
|
28191
28263
|
@property
|
|
28192
28264
|
def AccessType(self):
|
|
@@ -28318,6 +28390,18 @@ class Route(AbstractModel):
|
|
|
28318
28390
|
def Note(self, Note):
|
|
28319
28391
|
self._Note = Note
|
|
28320
28392
|
|
|
28393
|
+
@property
|
|
28394
|
+
def Status(self):
|
|
28395
|
+
r"""路由的状态。1: 创建中,2: 创建成功,3: 创建失败,4: 删除中,6: 删除失败
|
|
28396
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
28397
|
+
:rtype: int
|
|
28398
|
+
"""
|
|
28399
|
+
return self._Status
|
|
28400
|
+
|
|
28401
|
+
@Status.setter
|
|
28402
|
+
def Status(self, Status):
|
|
28403
|
+
self._Status = Status
|
|
28404
|
+
|
|
28321
28405
|
|
|
28322
28406
|
def _deserialize(self, params):
|
|
28323
28407
|
self._AccessType = params.get("AccessType")
|
|
@@ -28341,6 +28425,7 @@ class Route(AbstractModel):
|
|
|
28341
28425
|
self._BrokerVipList.append(obj)
|
|
28342
28426
|
self._VpcId = params.get("VpcId")
|
|
28343
28427
|
self._Note = params.get("Note")
|
|
28428
|
+
self._Status = params.get("Status")
|
|
28344
28429
|
memeber_set = set(params.keys())
|
|
28345
28430
|
for name, value in vars(self).items():
|
|
28346
28431
|
property_name = name[1:]
|
|
@@ -29027,13 +29112,13 @@ class SQLServerParam(AbstractModel):
|
|
|
29027
29112
|
|
|
29028
29113
|
|
|
29029
29114
|
class SaleInfo(AbstractModel):
|
|
29030
|
-
r"""
|
|
29115
|
+
r"""各版本销售信息
|
|
29031
29116
|
|
|
29032
29117
|
"""
|
|
29033
29118
|
|
|
29034
29119
|
def __init__(self):
|
|
29035
29120
|
r"""
|
|
29036
|
-
:param _Flag: 手动设置的flag
|
|
29121
|
+
:param _Flag: 手动设置的flag标志,true表示售罄,false表示可售。
|
|
29037
29122
|
:type Flag: bool
|
|
29038
29123
|
:param _Version: ckafka版本号(1.1.1/2.4.2/0.10.2)
|
|
29039
29124
|
:type Version: str
|
|
@@ -29049,7 +29134,7 @@ class SaleInfo(AbstractModel):
|
|
|
29049
29134
|
|
|
29050
29135
|
@property
|
|
29051
29136
|
def Flag(self):
|
|
29052
|
-
r"""手动设置的flag
|
|
29137
|
+
r"""手动设置的flag标志,true表示售罄,false表示可售。
|
|
29053
29138
|
:rtype: bool
|
|
29054
29139
|
"""
|
|
29055
29140
|
return self._Flag
|
|
@@ -32407,7 +32492,7 @@ class ZoneInfo(AbstractModel):
|
|
|
32407
32492
|
:type IsInternalApp: int
|
|
32408
32493
|
:param _AppId: 应用标识
|
|
32409
32494
|
:type AppId: int
|
|
32410
|
-
:param _Flag:
|
|
32495
|
+
:param _Flag: 可用区是否售罄标识,true表示已售罄,false表示未售罄。
|
|
32411
32496
|
:type Flag: bool
|
|
32412
32497
|
:param _ZoneName: 可用区名称
|
|
32413
32498
|
:type ZoneName: str
|
|
@@ -32468,7 +32553,7 @@ class ZoneInfo(AbstractModel):
|
|
|
32468
32553
|
|
|
32469
32554
|
@property
|
|
32470
32555
|
def Flag(self):
|
|
32471
|
-
r"""
|
|
32556
|
+
r"""可用区是否售罄标识,true表示已售罄,false表示未售罄。
|
|
32472
32557
|
:rtype: bool
|
|
32473
32558
|
"""
|
|
32474
32559
|
return self._Flag
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1465
|
tencentcloud-sdk-python-ckafka-3.0.1459/tencentcloud_sdk_python_ckafka.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1459
|
{tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-ckafka-3.0.1459 → tencentcloud-sdk-python-ckafka-3.0.1465}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|