tencentcloud-sdk-python 3.0.1275__py2.py3-none-any.whl → 3.0.1276__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +15 -0
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/billing/v20180709/models.py +45 -0
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +46 -0
- tencentcloud/cynosdb/v20190107/models.py +226 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +242 -0
- tencentcloud/essbasic/v20210526/models.py +241 -6
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +591 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/models.py +2 -8
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -17
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +0 -273
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +2 -24
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +2 -2
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/models.py +230 -0
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +156 -10
- tencentcloud/vclm/v20240523/vclm_client.py +23 -0
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +272 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/RECORD +71 -66
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/top_level.txt +0 -0
@@ -198,13 +198,13 @@ class AclRule(AbstractModel):
|
|
198
198
|
|
199
199
|
def __init__(self):
|
200
200
|
r"""
|
201
|
-
:param _RuleName:
|
201
|
+
:param _RuleName: ACL规则名
|
202
202
|
注意:此字段可能返回 null,表示取不到有效值。
|
203
203
|
:type RuleName: str
|
204
|
-
:param _InstanceId:
|
204
|
+
:param _InstanceId: ckafka集群实例Id
|
205
205
|
注意:此字段可能返回 null,表示取不到有效值。
|
206
206
|
:type InstanceId: str
|
207
|
-
:param _PatternType:
|
207
|
+
:param _PatternType: ACL规则匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED
|
208
208
|
注意:此字段可能返回 null,表示取不到有效值。
|
209
209
|
:type PatternType: str
|
210
210
|
:param _Pattern: 表示前缀匹配的前缀的值
|
@@ -254,7 +254,7 @@ class AclRule(AbstractModel):
|
|
254
254
|
|
255
255
|
@property
|
256
256
|
def RuleName(self):
|
257
|
-
"""
|
257
|
+
"""ACL规则名
|
258
258
|
注意:此字段可能返回 null,表示取不到有效值。
|
259
259
|
:rtype: str
|
260
260
|
"""
|
@@ -266,7 +266,7 @@ class AclRule(AbstractModel):
|
|
266
266
|
|
267
267
|
@property
|
268
268
|
def InstanceId(self):
|
269
|
-
"""
|
269
|
+
"""ckafka集群实例Id
|
270
270
|
注意:此字段可能返回 null,表示取不到有效值。
|
271
271
|
:rtype: str
|
272
272
|
"""
|
@@ -278,7 +278,7 @@ class AclRule(AbstractModel):
|
|
278
278
|
|
279
279
|
@property
|
280
280
|
def PatternType(self):
|
281
|
-
"""
|
281
|
+
"""ACL规则匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED
|
282
282
|
注意:此字段可能返回 null,表示取不到有效值。
|
283
283
|
:rtype: str
|
284
284
|
"""
|
@@ -777,7 +777,7 @@ class AuthorizeTokenRequest(AbstractModel):
|
|
777
777
|
|
778
778
|
def __init__(self):
|
779
779
|
r"""
|
780
|
-
:param _InstanceId:
|
780
|
+
:param _InstanceId: ckafka集群实例Id
|
781
781
|
:type InstanceId: str
|
782
782
|
:param _User: 用户
|
783
783
|
:type User: str
|
@@ -790,7 +790,7 @@ class AuthorizeTokenRequest(AbstractModel):
|
|
790
790
|
|
791
791
|
@property
|
792
792
|
def InstanceId(self):
|
793
|
-
"""
|
793
|
+
"""ckafka集群实例Id
|
794
794
|
:rtype: str
|
795
795
|
"""
|
796
796
|
return self._InstanceId
|
@@ -977,7 +977,7 @@ class BatchCreateAclRequest(AbstractModel):
|
|
977
977
|
|
978
978
|
def __init__(self):
|
979
979
|
r"""
|
980
|
-
:param _InstanceId:
|
980
|
+
:param _InstanceId: ckafka集群实例Id
|
981
981
|
:type InstanceId: str
|
982
982
|
:param _ResourceType: Acl资源类型,(2:TOPIC)
|
983
983
|
:type ResourceType: int
|
@@ -993,7 +993,7 @@ class BatchCreateAclRequest(AbstractModel):
|
|
993
993
|
|
994
994
|
@property
|
995
995
|
def InstanceId(self):
|
996
|
-
"""
|
996
|
+
"""ckafka集群实例Id
|
997
997
|
:rtype: str
|
998
998
|
"""
|
999
999
|
return self._InstanceId
|
@@ -1108,7 +1108,7 @@ class BatchModifyGroupOffsetsRequest(AbstractModel):
|
|
1108
1108
|
r"""
|
1109
1109
|
:param _GroupName: 消费分组名称
|
1110
1110
|
:type GroupName: str
|
1111
|
-
:param _InstanceId:
|
1111
|
+
:param _InstanceId: ckafka集群实例Id
|
1112
1112
|
:type InstanceId: str
|
1113
1113
|
:param _Partitions: partition信息
|
1114
1114
|
:type Partitions: list of Partitions
|
@@ -1133,7 +1133,7 @@ class BatchModifyGroupOffsetsRequest(AbstractModel):
|
|
1133
1133
|
|
1134
1134
|
@property
|
1135
1135
|
def InstanceId(self):
|
1136
|
-
"""
|
1136
|
+
"""ckafka集群实例Id
|
1137
1137
|
:rtype: str
|
1138
1138
|
"""
|
1139
1139
|
return self._InstanceId
|
@@ -1237,7 +1237,7 @@ class BatchModifyTopicAttributesRequest(AbstractModel):
|
|
1237
1237
|
|
1238
1238
|
def __init__(self):
|
1239
1239
|
r"""
|
1240
|
-
:param _InstanceId:
|
1240
|
+
:param _InstanceId: ckafka集群实例Id
|
1241
1241
|
:type InstanceId: str
|
1242
1242
|
:param _Topic: 主题属性列表 (同一个批次最多支持10个)
|
1243
1243
|
:type Topic: list of BatchModifyTopicInfo
|
@@ -1247,7 +1247,7 @@ class BatchModifyTopicAttributesRequest(AbstractModel):
|
|
1247
1247
|
|
1248
1248
|
@property
|
1249
1249
|
def InstanceId(self):
|
1250
|
-
"""
|
1250
|
+
"""ckafka集群实例Id
|
1251
1251
|
:rtype: str
|
1252
1252
|
"""
|
1253
1253
|
return self._InstanceId
|
@@ -1341,7 +1341,7 @@ class BatchModifyTopicInfo(AbstractModel):
|
|
1341
1341
|
|
1342
1342
|
def __init__(self):
|
1343
1343
|
r"""
|
1344
|
-
:param _TopicName:
|
1344
|
+
:param _TopicName: 主题名
|
1345
1345
|
:type TopicName: str
|
1346
1346
|
:param _PartitionNum: 分区数
|
1347
1347
|
:type PartitionNum: int
|
@@ -1363,6 +1363,8 @@ class BatchModifyTopicInfo(AbstractModel):
|
|
1363
1363
|
:type SegmentMs: int
|
1364
1364
|
:param _MaxMessageBytes: 批次的消息大小,范围1 KB到12 MB
|
1365
1365
|
:type MaxMessageBytes: int
|
1366
|
+
:param _LogMsgTimestampType: 消息保存的时间类型:CreateTime/LogAppendTime
|
1367
|
+
:type LogMsgTimestampType: str
|
1366
1368
|
"""
|
1367
1369
|
self._TopicName = None
|
1368
1370
|
self._PartitionNum = None
|
@@ -1375,10 +1377,11 @@ class BatchModifyTopicInfo(AbstractModel):
|
|
1375
1377
|
self._RetentionBytes = None
|
1376
1378
|
self._SegmentMs = None
|
1377
1379
|
self._MaxMessageBytes = None
|
1380
|
+
self._LogMsgTimestampType = None
|
1378
1381
|
|
1379
1382
|
@property
|
1380
1383
|
def TopicName(self):
|
1381
|
-
"""
|
1384
|
+
"""主题名
|
1382
1385
|
:rtype: str
|
1383
1386
|
"""
|
1384
1387
|
return self._TopicName
|
@@ -1497,6 +1500,17 @@ class BatchModifyTopicInfo(AbstractModel):
|
|
1497
1500
|
def MaxMessageBytes(self, MaxMessageBytes):
|
1498
1501
|
self._MaxMessageBytes = MaxMessageBytes
|
1499
1502
|
|
1503
|
+
@property
|
1504
|
+
def LogMsgTimestampType(self):
|
1505
|
+
"""消息保存的时间类型:CreateTime/LogAppendTime
|
1506
|
+
:rtype: str
|
1507
|
+
"""
|
1508
|
+
return self._LogMsgTimestampType
|
1509
|
+
|
1510
|
+
@LogMsgTimestampType.setter
|
1511
|
+
def LogMsgTimestampType(self, LogMsgTimestampType):
|
1512
|
+
self._LogMsgTimestampType = LogMsgTimestampType
|
1513
|
+
|
1500
1514
|
|
1501
1515
|
def _deserialize(self, params):
|
1502
1516
|
self._TopicName = params.get("TopicName")
|
@@ -1510,6 +1524,7 @@ class BatchModifyTopicInfo(AbstractModel):
|
|
1510
1524
|
self._RetentionBytes = params.get("RetentionBytes")
|
1511
1525
|
self._SegmentMs = params.get("SegmentMs")
|
1512
1526
|
self._MaxMessageBytes = params.get("MaxMessageBytes")
|
1527
|
+
self._LogMsgTimestampType = params.get("LogMsgTimestampType")
|
1513
1528
|
memeber_set = set(params.keys())
|
1514
1529
|
for name, value in vars(self).items():
|
1515
1530
|
property_name = name[1:]
|
@@ -1527,16 +1542,16 @@ class BatchModifyTopicResultDTO(AbstractModel):
|
|
1527
1542
|
|
1528
1543
|
def __init__(self):
|
1529
1544
|
r"""
|
1530
|
-
:param _InstanceId:
|
1545
|
+
:param _InstanceId: ckafka集群实例Id
|
1531
1546
|
注意:此字段可能返回 null,表示取不到有效值。
|
1532
1547
|
:type InstanceId: str
|
1533
|
-
:param _TopicName:
|
1548
|
+
:param _TopicName: 主题名
|
1534
1549
|
注意:此字段可能返回 null,表示取不到有效值。
|
1535
1550
|
:type TopicName: str
|
1536
|
-
:param _ReturnCode:
|
1551
|
+
:param _ReturnCode: 操作返回码
|
1537
1552
|
注意:此字段可能返回 null,表示取不到有效值。
|
1538
1553
|
:type ReturnCode: str
|
1539
|
-
:param _Message:
|
1554
|
+
:param _Message: 操作返回信息
|
1540
1555
|
:type Message: str
|
1541
1556
|
"""
|
1542
1557
|
self._InstanceId = None
|
@@ -1546,7 +1561,7 @@ class BatchModifyTopicResultDTO(AbstractModel):
|
|
1546
1561
|
|
1547
1562
|
@property
|
1548
1563
|
def InstanceId(self):
|
1549
|
-
"""
|
1564
|
+
"""ckafka集群实例Id
|
1550
1565
|
注意:此字段可能返回 null,表示取不到有效值。
|
1551
1566
|
:rtype: str
|
1552
1567
|
"""
|
@@ -1558,7 +1573,7 @@ class BatchModifyTopicResultDTO(AbstractModel):
|
|
1558
1573
|
|
1559
1574
|
@property
|
1560
1575
|
def TopicName(self):
|
1561
|
-
"""
|
1576
|
+
"""主题名
|
1562
1577
|
注意:此字段可能返回 null,表示取不到有效值。
|
1563
1578
|
:rtype: str
|
1564
1579
|
"""
|
@@ -1570,7 +1585,7 @@ class BatchModifyTopicResultDTO(AbstractModel):
|
|
1570
1585
|
|
1571
1586
|
@property
|
1572
1587
|
def ReturnCode(self):
|
1573
|
-
"""
|
1588
|
+
"""操作返回码
|
1574
1589
|
注意:此字段可能返回 null,表示取不到有效值。
|
1575
1590
|
:rtype: str
|
1576
1591
|
"""
|
@@ -1582,7 +1597,7 @@ class BatchModifyTopicResultDTO(AbstractModel):
|
|
1582
1597
|
|
1583
1598
|
@property
|
1584
1599
|
def Message(self):
|
1585
|
-
"""
|
1600
|
+
"""操作返回信息
|
1586
1601
|
:rtype: str
|
1587
1602
|
"""
|
1588
1603
|
return self._Message
|
@@ -1617,7 +1632,7 @@ class BrokerTopicData(AbstractModel):
|
|
1617
1632
|
:param _TopicName: 主题名称
|
1618
1633
|
注意:此字段可能返回 null,表示取不到有效值。
|
1619
1634
|
:type TopicName: str
|
1620
|
-
:param _TopicId: 主题
|
1635
|
+
:param _TopicId: 主题Id
|
1621
1636
|
注意:此字段可能返回 null,表示取不到有效值。
|
1622
1637
|
:type TopicId: str
|
1623
1638
|
:param _DataSize: 主题占用Broker 容量大小
|
@@ -1642,7 +1657,7 @@ class BrokerTopicData(AbstractModel):
|
|
1642
1657
|
|
1643
1658
|
@property
|
1644
1659
|
def TopicId(self):
|
1645
|
-
"""主题
|
1660
|
+
"""主题Id
|
1646
1661
|
注意:此字段可能返回 null,表示取不到有效值。
|
1647
1662
|
:rtype: str
|
1648
1663
|
"""
|
@@ -1686,10 +1701,10 @@ class BrokerTopicFlowData(AbstractModel):
|
|
1686
1701
|
|
1687
1702
|
def __init__(self):
|
1688
1703
|
r"""
|
1689
|
-
:param _TopicName:
|
1704
|
+
:param _TopicName: 主题名
|
1690
1705
|
注意:此字段可能返回 null,表示取不到有效值。
|
1691
1706
|
:type TopicName: str
|
1692
|
-
:param _TopicId:
|
1707
|
+
:param _TopicId: 主题Id
|
1693
1708
|
注意:此字段可能返回 null,表示取不到有效值。
|
1694
1709
|
:type TopicId: str
|
1695
1710
|
:param _TopicTraffic: Topic 流量(MB)
|
@@ -1702,7 +1717,7 @@ class BrokerTopicFlowData(AbstractModel):
|
|
1702
1717
|
|
1703
1718
|
@property
|
1704
1719
|
def TopicName(self):
|
1705
|
-
"""
|
1720
|
+
"""主题名
|
1706
1721
|
注意:此字段可能返回 null,表示取不到有效值。
|
1707
1722
|
:rtype: str
|
1708
1723
|
"""
|
@@ -1714,7 +1729,7 @@ class BrokerTopicFlowData(AbstractModel):
|
|
1714
1729
|
|
1715
1730
|
@property
|
1716
1731
|
def TopicId(self):
|
1717
|
-
"""
|
1732
|
+
"""主题Id
|
1718
1733
|
注意:此字段可能返回 null,表示取不到有效值。
|
1719
1734
|
:rtype: str
|
1720
1735
|
"""
|
@@ -1758,7 +1773,7 @@ class CancelAuthorizationTokenRequest(AbstractModel):
|
|
1758
1773
|
|
1759
1774
|
def __init__(self):
|
1760
1775
|
r"""
|
1761
|
-
:param _InstanceId:
|
1776
|
+
:param _InstanceId: ckafka集群实例Id
|
1762
1777
|
:type InstanceId: str
|
1763
1778
|
:param _User: 用户
|
1764
1779
|
:type User: str
|
@@ -1771,7 +1786,7 @@ class CancelAuthorizationTokenRequest(AbstractModel):
|
|
1771
1786
|
|
1772
1787
|
@property
|
1773
1788
|
def InstanceId(self):
|
1774
|
-
"""
|
1789
|
+
"""ckafka集群实例Id
|
1775
1790
|
:rtype: str
|
1776
1791
|
"""
|
1777
1792
|
return self._InstanceId
|
@@ -1824,7 +1839,7 @@ class CancelAuthorizationTokenResponse(AbstractModel):
|
|
1824
1839
|
|
1825
1840
|
def __init__(self):
|
1826
1841
|
r"""
|
1827
|
-
:param _Result: 0 成功
|
1842
|
+
:param _Result: 0 成功 非0 失败
|
1828
1843
|
注意:此字段可能返回 null,表示取不到有效值。
|
1829
1844
|
:type Result: int
|
1830
1845
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -1835,7 +1850,7 @@ class CancelAuthorizationTokenResponse(AbstractModel):
|
|
1835
1850
|
|
1836
1851
|
@property
|
1837
1852
|
def Result(self):
|
1838
|
-
"""0 成功
|
1853
|
+
"""0 成功 非0 失败
|
1839
1854
|
注意:此字段可能返回 null,表示取不到有效值。
|
1840
1855
|
:rtype: int
|
1841
1856
|
"""
|
@@ -3017,6 +3032,9 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
|
|
3017
3032
|
:param _RetentionBytes: 消息保留文件大小
|
3018
3033
|
注意:此字段可能返回 null,表示取不到有效值。
|
3019
3034
|
:type RetentionBytes: int
|
3035
|
+
:param _LogMsgTimestampType: 消息保存的时间类型
|
3036
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3037
|
+
:type LogMsgTimestampType: str
|
3020
3038
|
"""
|
3021
3039
|
self._Retention = None
|
3022
3040
|
self._MinInsyncReplicas = None
|
@@ -3026,6 +3044,7 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
|
|
3026
3044
|
self._SegmentBytes = None
|
3027
3045
|
self._MaxMessageBytes = None
|
3028
3046
|
self._RetentionBytes = None
|
3047
|
+
self._LogMsgTimestampType = None
|
3029
3048
|
|
3030
3049
|
@property
|
3031
3050
|
def Retention(self):
|
@@ -3124,6 +3143,18 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
|
|
3124
3143
|
def RetentionBytes(self, RetentionBytes):
|
3125
3144
|
self._RetentionBytes = RetentionBytes
|
3126
3145
|
|
3146
|
+
@property
|
3147
|
+
def LogMsgTimestampType(self):
|
3148
|
+
"""消息保存的时间类型
|
3149
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3150
|
+
:rtype: str
|
3151
|
+
"""
|
3152
|
+
return self._LogMsgTimestampType
|
3153
|
+
|
3154
|
+
@LogMsgTimestampType.setter
|
3155
|
+
def LogMsgTimestampType(self, LogMsgTimestampType):
|
3156
|
+
self._LogMsgTimestampType = LogMsgTimestampType
|
3157
|
+
|
3127
3158
|
|
3128
3159
|
def _deserialize(self, params):
|
3129
3160
|
self._Retention = params.get("Retention")
|
@@ -3134,6 +3165,7 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
|
|
3134
3165
|
self._SegmentBytes = params.get("SegmentBytes")
|
3135
3166
|
self._MaxMessageBytes = params.get("MaxMessageBytes")
|
3136
3167
|
self._RetentionBytes = params.get("RetentionBytes")
|
3168
|
+
self._LogMsgTimestampType = params.get("LogMsgTimestampType")
|
3137
3169
|
memeber_set = set(params.keys())
|
3138
3170
|
for name, value in vars(self).items():
|
3139
3171
|
property_name = name[1:]
|
@@ -3189,11 +3221,11 @@ class Connection(AbstractModel):
|
|
3189
3221
|
|
3190
3222
|
def __init__(self):
|
3191
3223
|
r"""
|
3192
|
-
:param _TopicName:
|
3224
|
+
:param _TopicName: 主题名
|
3193
3225
|
:type TopicName: str
|
3194
3226
|
:param _GroupId: 消费组ID
|
3195
3227
|
:type GroupId: str
|
3196
|
-
:param _TopicId:
|
3228
|
+
:param _TopicId: 主题Id
|
3197
3229
|
:type TopicId: str
|
3198
3230
|
"""
|
3199
3231
|
self._TopicName = None
|
@@ -3202,7 +3234,7 @@ class Connection(AbstractModel):
|
|
3202
3234
|
|
3203
3235
|
@property
|
3204
3236
|
def TopicName(self):
|
3205
|
-
"""
|
3237
|
+
"""主题名
|
3206
3238
|
:rtype: str
|
3207
3239
|
"""
|
3208
3240
|
return self._TopicName
|
@@ -3224,7 +3256,7 @@ class Connection(AbstractModel):
|
|
3224
3256
|
|
3225
3257
|
@property
|
3226
3258
|
def TopicId(self):
|
3227
|
-
"""
|
3259
|
+
"""主题Id
|
3228
3260
|
:rtype: str
|
3229
3261
|
"""
|
3230
3262
|
return self._TopicId
|
@@ -3884,7 +3916,7 @@ class CreateAclRequest(AbstractModel):
|
|
3884
3916
|
|
3885
3917
|
def __init__(self):
|
3886
3918
|
r"""
|
3887
|
-
:param _InstanceId:
|
3919
|
+
:param _InstanceId: ckafka集群实例Id
|
3888
3920
|
:type InstanceId: str
|
3889
3921
|
:param _ResourceType: Acl资源类型,(2:TOPIC,3:GROUP,4:CLUSTER)
|
3890
3922
|
:type ResourceType: int
|
@@ -3912,7 +3944,7 @@ class CreateAclRequest(AbstractModel):
|
|
3912
3944
|
|
3913
3945
|
@property
|
3914
3946
|
def InstanceId(self):
|
3915
|
-
"""
|
3947
|
+
"""ckafka集群实例Id
|
3916
3948
|
:rtype: str
|
3917
3949
|
"""
|
3918
3950
|
return self._InstanceId
|
@@ -4070,11 +4102,11 @@ class CreateAclRuleRequest(AbstractModel):
|
|
4070
4102
|
|
4071
4103
|
def __init__(self):
|
4072
4104
|
r"""
|
4073
|
-
:param _InstanceId:
|
4105
|
+
:param _InstanceId: ckafka集群实例Id
|
4074
4106
|
:type InstanceId: str
|
4075
4107
|
:param _ResourceType: Acl资源类型,目前只支持Topic,枚举值列表:Topic
|
4076
4108
|
:type ResourceType: str
|
4077
|
-
:param _PatternType:
|
4109
|
+
:param _PatternType: ACL规则匹配类型,目前支持前缀匹配与预设策略,枚举值列表:PREFIXED/PRESET
|
4078
4110
|
:type PatternType: str
|
4079
4111
|
:param _RuleName: 规则名称
|
4080
4112
|
:type RuleName: str
|
@@ -4098,7 +4130,7 @@ class CreateAclRuleRequest(AbstractModel):
|
|
4098
4130
|
|
4099
4131
|
@property
|
4100
4132
|
def InstanceId(self):
|
4101
|
-
"""
|
4133
|
+
"""ckafka集群实例Id
|
4102
4134
|
:rtype: str
|
4103
4135
|
"""
|
4104
4136
|
return self._InstanceId
|
@@ -4120,7 +4152,7 @@ class CreateAclRuleRequest(AbstractModel):
|
|
4120
4152
|
|
4121
4153
|
@property
|
4122
4154
|
def PatternType(self):
|
4123
|
-
"""
|
4155
|
+
"""ACL规则匹配类型,目前支持前缀匹配与预设策略,枚举值列表:PREFIXED/PRESET
|
4124
4156
|
:rtype: str
|
4125
4157
|
"""
|
4126
4158
|
return self._PatternType
|
@@ -4267,11 +4299,11 @@ class CreateCdcClusterRequest(AbstractModel):
|
|
4267
4299
|
:type CdcSubnetId: str
|
4268
4300
|
:param _ZoneId: 所在可用区ID
|
4269
4301
|
:type ZoneId: int
|
4270
|
-
:param _Bandwidth:
|
4302
|
+
:param _Bandwidth: 实例带宽,单位MB/s; 最小值:20MB/s, 高级版最大值:360MB/s,专业版最大值:100000MB/s 标准版固定带宽规格: 40MB/s, 100MB/s, 150MB/s
|
4271
4303
|
:type Bandwidth: int
|
4272
4304
|
:param _DiskSize: cdc集群的总磁盘
|
4273
4305
|
:type DiskSize: int
|
4274
|
-
:param _DiskType:
|
4306
|
+
:param _DiskType: ckafka集群实例磁盘类型
|
4275
4307
|
:type DiskType: str
|
4276
4308
|
:param _SystemDiskType: 系统盘类型
|
4277
4309
|
:type SystemDiskType: str
|
@@ -4331,7 +4363,7 @@ class CreateCdcClusterRequest(AbstractModel):
|
|
4331
4363
|
|
4332
4364
|
@property
|
4333
4365
|
def Bandwidth(self):
|
4334
|
-
"""
|
4366
|
+
"""实例带宽,单位MB/s; 最小值:20MB/s, 高级版最大值:360MB/s,专业版最大值:100000MB/s 标准版固定带宽规格: 40MB/s, 100MB/s, 150MB/s
|
4335
4367
|
:rtype: int
|
4336
4368
|
"""
|
4337
4369
|
return self._Bandwidth
|
@@ -4353,7 +4385,7 @@ class CreateCdcClusterRequest(AbstractModel):
|
|
4353
4385
|
|
4354
4386
|
@property
|
4355
4387
|
def DiskType(self):
|
4356
|
-
"""
|
4388
|
+
"""ckafka集群实例磁盘类型
|
4357
4389
|
:rtype: str
|
4358
4390
|
"""
|
4359
4391
|
return self._DiskType
|
@@ -4743,13 +4775,13 @@ class CreateConsumerRequest(AbstractModel):
|
|
4743
4775
|
|
4744
4776
|
def __init__(self):
|
4745
4777
|
r"""
|
4746
|
-
:param _InstanceId:
|
4778
|
+
:param _InstanceId: ckafka集群实例Id
|
4747
4779
|
:type InstanceId: str
|
4748
|
-
:param _GroupName:
|
4780
|
+
:param _GroupName: 消费分组名称
|
4749
4781
|
:type GroupName: str
|
4750
|
-
:param _TopicName:
|
4782
|
+
:param _TopicName: 主题名,TopicName、TopicNameList 需要显示指定一个存在的主题名
|
4751
4783
|
:type TopicName: str
|
4752
|
-
:param _TopicNameList:
|
4784
|
+
:param _TopicNameList: 主题名列表
|
4753
4785
|
:type TopicNameList: list of str
|
4754
4786
|
"""
|
4755
4787
|
self._InstanceId = None
|
@@ -4759,7 +4791,7 @@ class CreateConsumerRequest(AbstractModel):
|
|
4759
4791
|
|
4760
4792
|
@property
|
4761
4793
|
def InstanceId(self):
|
4762
|
-
"""
|
4794
|
+
"""ckafka集群实例Id
|
4763
4795
|
:rtype: str
|
4764
4796
|
"""
|
4765
4797
|
return self._InstanceId
|
@@ -4770,7 +4802,7 @@ class CreateConsumerRequest(AbstractModel):
|
|
4770
4802
|
|
4771
4803
|
@property
|
4772
4804
|
def GroupName(self):
|
4773
|
-
"""
|
4805
|
+
"""消费分组名称
|
4774
4806
|
:rtype: str
|
4775
4807
|
"""
|
4776
4808
|
return self._GroupName
|
@@ -4781,7 +4813,7 @@ class CreateConsumerRequest(AbstractModel):
|
|
4781
4813
|
|
4782
4814
|
@property
|
4783
4815
|
def TopicName(self):
|
4784
|
-
"""
|
4816
|
+
"""主题名,TopicName、TopicNameList 需要显示指定一个存在的主题名
|
4785
4817
|
:rtype: str
|
4786
4818
|
"""
|
4787
4819
|
return self._TopicName
|
@@ -4792,7 +4824,7 @@ class CreateConsumerRequest(AbstractModel):
|
|
4792
4824
|
|
4793
4825
|
@property
|
4794
4826
|
def TopicNameList(self):
|
4795
|
-
"""
|
4827
|
+
"""主题名列表
|
4796
4828
|
:rtype: list of str
|
4797
4829
|
"""
|
4798
4830
|
return self._TopicNameList
|
@@ -4824,7 +4856,7 @@ class CreateConsumerResponse(AbstractModel):
|
|
4824
4856
|
|
4825
4857
|
def __init__(self):
|
4826
4858
|
r"""
|
4827
|
-
:param _Result:
|
4859
|
+
:param _Result: 创建消费者组返回结果
|
4828
4860
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
|
4829
4861
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4830
4862
|
:type RequestId: str
|
@@ -4834,7 +4866,7 @@ class CreateConsumerResponse(AbstractModel):
|
|
4834
4866
|
|
4835
4867
|
@property
|
4836
4868
|
def Result(self):
|
4837
|
-
"""
|
4869
|
+
"""创建消费者组返回结果
|
4838
4870
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
|
4839
4871
|
"""
|
4840
4872
|
return self._Result
|
@@ -4885,7 +4917,7 @@ class CreateDatahubTaskRequest(AbstractModel):
|
|
4885
4917
|
:type SchemaId: str
|
4886
4918
|
:param _TransformsParam: 数据处理规则
|
4887
4919
|
:type TransformsParam: :class:`tencentcloud.ckafka.v20190819.models.TransformsParam`
|
4888
|
-
:param _TaskId: 任务
|
4920
|
+
:param _TaskId: 任务Id
|
4889
4921
|
:type TaskId: str
|
4890
4922
|
:param _Tags: 标签列表
|
4891
4923
|
:type Tags: list of Tag
|
@@ -4991,7 +5023,7 @@ class CreateDatahubTaskRequest(AbstractModel):
|
|
4991
5023
|
|
4992
5024
|
@property
|
4993
5025
|
def TaskId(self):
|
4994
|
-
"""任务
|
5026
|
+
"""任务Id
|
4995
5027
|
:rtype: str
|
4996
5028
|
"""
|
4997
5029
|
return self._TaskId
|
@@ -5108,7 +5140,7 @@ class CreateDatahubTaskResponse(AbstractModel):
|
|
5108
5140
|
|
5109
5141
|
def __init__(self):
|
5110
5142
|
r"""
|
5111
|
-
:param _Result:
|
5143
|
+
:param _Result: 返回结果
|
5112
5144
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.CreateDatahubTaskRes`
|
5113
5145
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5114
5146
|
:type RequestId: str
|
@@ -5118,7 +5150,7 @@ class CreateDatahubTaskResponse(AbstractModel):
|
|
5118
5150
|
|
5119
5151
|
@property
|
5120
5152
|
def Result(self):
|
5121
|
-
"""
|
5153
|
+
"""返回结果
|
5122
5154
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.CreateDatahubTaskRes`
|
5123
5155
|
"""
|
5124
5156
|
return self._Result
|
@@ -6420,7 +6452,7 @@ class CreatePartitionRequest(AbstractModel):
|
|
6420
6452
|
|
6421
6453
|
def __init__(self):
|
6422
6454
|
r"""
|
6423
|
-
:param _InstanceId:
|
6455
|
+
:param _InstanceId: ckafka集群实例Id
|
6424
6456
|
:type InstanceId: str
|
6425
6457
|
:param _TopicName: 主题名称
|
6426
6458
|
:type TopicName: str
|
@@ -6433,7 +6465,7 @@ class CreatePartitionRequest(AbstractModel):
|
|
6433
6465
|
|
6434
6466
|
@property
|
6435
6467
|
def InstanceId(self):
|
6436
|
-
"""
|
6468
|
+
"""ckafka集群实例Id
|
6437
6469
|
:rtype: str
|
6438
6470
|
"""
|
6439
6471
|
return self._InstanceId
|
@@ -6569,7 +6601,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
6569
6601
|
:type PublicNetworkMonthly: int
|
6570
6602
|
:param _Tags: 标签
|
6571
6603
|
:type Tags: list of Tag
|
6572
|
-
:param _ElasticBandwidthSwitch: 弹性带宽开关 0不开启 1开启(0默认
|
6604
|
+
:param _ElasticBandwidthSwitch: 弹性带宽开关 0不开启 1开启(0默认)
|
6573
6605
|
:type ElasticBandwidthSwitch: int
|
6574
6606
|
"""
|
6575
6607
|
self._InstanceName = None
|
@@ -6804,7 +6836,7 @@ class CreatePostPaidInstanceRequest(AbstractModel):
|
|
6804
6836
|
|
6805
6837
|
@property
|
6806
6838
|
def ElasticBandwidthSwitch(self):
|
6807
|
-
"""弹性带宽开关 0不开启 1开启(0默认
|
6839
|
+
"""弹性带宽开关 0不开启 1开启(0默认)
|
6808
6840
|
:rtype: int
|
6809
6841
|
"""
|
6810
6842
|
return self._ElasticBandwidthSwitch
|
@@ -6902,11 +6934,11 @@ class CreatePrometheusRequest(AbstractModel):
|
|
6902
6934
|
|
6903
6935
|
def __init__(self):
|
6904
6936
|
r"""
|
6905
|
-
:param _InstanceId: ckafka
|
6937
|
+
:param _InstanceId: ckafka集群实例Id
|
6906
6938
|
:type InstanceId: str
|
6907
|
-
:param _VpcId:
|
6939
|
+
:param _VpcId: 私有网络Id
|
6908
6940
|
:type VpcId: str
|
6909
|
-
:param _SubnetId:
|
6941
|
+
:param _SubnetId: 子网Id
|
6910
6942
|
:type SubnetId: str
|
6911
6943
|
"""
|
6912
6944
|
self._InstanceId = None
|
@@ -6915,7 +6947,7 @@ class CreatePrometheusRequest(AbstractModel):
|
|
6915
6947
|
|
6916
6948
|
@property
|
6917
6949
|
def InstanceId(self):
|
6918
|
-
"""ckafka
|
6950
|
+
"""ckafka集群实例Id
|
6919
6951
|
:rtype: str
|
6920
6952
|
"""
|
6921
6953
|
return self._InstanceId
|
@@ -6926,7 +6958,7 @@ class CreatePrometheusRequest(AbstractModel):
|
|
6926
6958
|
|
6927
6959
|
@property
|
6928
6960
|
def VpcId(self):
|
6929
|
-
"""
|
6961
|
+
"""私有网络Id
|
6930
6962
|
:rtype: str
|
6931
6963
|
"""
|
6932
6964
|
return self._VpcId
|
@@ -6937,7 +6969,7 @@ class CreatePrometheusRequest(AbstractModel):
|
|
6937
6969
|
|
6938
6970
|
@property
|
6939
6971
|
def SubnetId(self):
|
6940
|
-
"""
|
6972
|
+
"""子网Id
|
6941
6973
|
:rtype: str
|
6942
6974
|
"""
|
6943
6975
|
return self._SubnetId
|
@@ -7214,7 +7246,7 @@ class CreateTokenRequest(AbstractModel):
|
|
7214
7246
|
|
7215
7247
|
def __init__(self):
|
7216
7248
|
r"""
|
7217
|
-
:param _InstanceId:
|
7249
|
+
:param _InstanceId: ckafka集群实例Id
|
7218
7250
|
:type InstanceId: str
|
7219
7251
|
:param _User: 用户名
|
7220
7252
|
:type User: str
|
@@ -7224,7 +7256,7 @@ class CreateTokenRequest(AbstractModel):
|
|
7224
7256
|
|
7225
7257
|
@property
|
7226
7258
|
def InstanceId(self):
|
7227
|
-
"""
|
7259
|
+
"""ckafka集群实例Id
|
7228
7260
|
:rtype: str
|
7229
7261
|
"""
|
7230
7262
|
return self._InstanceId
|
@@ -7310,7 +7342,7 @@ class CreateTopicIpWhiteListRequest(AbstractModel):
|
|
7310
7342
|
|
7311
7343
|
def __init__(self):
|
7312
7344
|
r"""
|
7313
|
-
:param _InstanceId:
|
7345
|
+
:param _InstanceId: ckafka集群实例Id
|
7314
7346
|
:type InstanceId: str
|
7315
7347
|
:param _TopicName: 主题名称
|
7316
7348
|
:type TopicName: str
|
@@ -7323,7 +7355,7 @@ class CreateTopicIpWhiteListRequest(AbstractModel):
|
|
7323
7355
|
|
7324
7356
|
@property
|
7325
7357
|
def InstanceId(self):
|
7326
|
-
"""
|
7358
|
+
"""ckafka集群实例Id
|
7327
7359
|
:rtype: str
|
7328
7360
|
"""
|
7329
7361
|
return self._InstanceId
|
@@ -7783,7 +7815,7 @@ class CreateUserRequest(AbstractModel):
|
|
7783
7815
|
|
7784
7816
|
def __init__(self):
|
7785
7817
|
r"""
|
7786
|
-
:param _InstanceId:
|
7818
|
+
:param _InstanceId: ckafka集群实例Id
|
7787
7819
|
:type InstanceId: str
|
7788
7820
|
:param _Name: 用户名称
|
7789
7821
|
:type Name: str
|
@@ -7796,7 +7828,7 @@ class CreateUserRequest(AbstractModel):
|
|
7796
7828
|
|
7797
7829
|
@property
|
7798
7830
|
def InstanceId(self):
|
7799
|
-
"""
|
7831
|
+
"""ckafka集群实例Id
|
7800
7832
|
:rtype: str
|
7801
7833
|
"""
|
7802
7834
|
return self._InstanceId
|
@@ -7849,7 +7881,7 @@ class CreateUserResponse(AbstractModel):
|
|
7849
7881
|
|
7850
7882
|
def __init__(self):
|
7851
7883
|
r"""
|
7852
|
-
:param _Result:
|
7884
|
+
:param _Result: 返回结果
|
7853
7885
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
|
7854
7886
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7855
7887
|
:type RequestId: str
|
@@ -7859,7 +7891,7 @@ class CreateUserResponse(AbstractModel):
|
|
7859
7891
|
|
7860
7892
|
@property
|
7861
7893
|
def Result(self):
|
7862
|
-
"""
|
7894
|
+
"""返回结果
|
7863
7895
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
|
7864
7896
|
"""
|
7865
7897
|
return self._Result
|
@@ -8592,7 +8624,7 @@ class DatahubTaskInfo(AbstractModel):
|
|
8592
8624
|
|
8593
8625
|
def __init__(self):
|
8594
8626
|
r"""
|
8595
|
-
:param _TaskId: 任务
|
8627
|
+
:param _TaskId: 任务Id
|
8596
8628
|
:type TaskId: str
|
8597
8629
|
:param _TaskName: 任务名称
|
8598
8630
|
:type TaskName: str
|
@@ -8640,7 +8672,7 @@ class DatahubTaskInfo(AbstractModel):
|
|
8640
8672
|
|
8641
8673
|
@property
|
8642
8674
|
def TaskId(self):
|
8643
|
-
"""任务
|
8675
|
+
"""任务Id
|
8644
8676
|
:rtype: str
|
8645
8677
|
"""
|
8646
8678
|
return self._TaskId
|
@@ -8939,9 +8971,9 @@ class DatahubTopicResp(AbstractModel):
|
|
8939
8971
|
|
8940
8972
|
def __init__(self):
|
8941
8973
|
r"""
|
8942
|
-
:param _TopicName:
|
8974
|
+
:param _TopicName: 主题名称
|
8943
8975
|
:type TopicName: str
|
8944
|
-
:param _TopicId:
|
8976
|
+
:param _TopicId: 主题Id
|
8945
8977
|
注意:此字段可能返回 null,表示取不到有效值。
|
8946
8978
|
:type TopicId: str
|
8947
8979
|
"""
|
@@ -8950,7 +8982,7 @@ class DatahubTopicResp(AbstractModel):
|
|
8950
8982
|
|
8951
8983
|
@property
|
8952
8984
|
def TopicName(self):
|
8953
|
-
"""
|
8985
|
+
"""主题名称
|
8954
8986
|
:rtype: str
|
8955
8987
|
"""
|
8956
8988
|
return self._TopicName
|
@@ -8961,7 +8993,7 @@ class DatahubTopicResp(AbstractModel):
|
|
8961
8993
|
|
8962
8994
|
@property
|
8963
8995
|
def TopicId(self):
|
8964
|
-
"""
|
8996
|
+
"""主题Id
|
8965
8997
|
注意:此字段可能返回 null,表示取不到有效值。
|
8966
8998
|
:rtype: str
|
8967
8999
|
"""
|
@@ -9117,7 +9149,7 @@ class DeleteAclRequest(AbstractModel):
|
|
9117
9149
|
|
9118
9150
|
def __init__(self):
|
9119
9151
|
r"""
|
9120
|
-
:param _InstanceId:
|
9152
|
+
:param _InstanceId: ckafka集群实例Id
|
9121
9153
|
:type InstanceId: str
|
9122
9154
|
:param _ResourceType: Acl资源类型,(2:TOPIC,3:GROUP,4:CLUSTER)
|
9123
9155
|
:type ResourceType: int
|
@@ -9142,7 +9174,7 @@ class DeleteAclRequest(AbstractModel):
|
|
9142
9174
|
|
9143
9175
|
@property
|
9144
9176
|
def InstanceId(self):
|
9145
|
-
"""
|
9177
|
+
"""ckafka集群实例Id
|
9146
9178
|
:rtype: str
|
9147
9179
|
"""
|
9148
9180
|
return self._InstanceId
|
@@ -9499,7 +9531,7 @@ class DeleteDatahubTaskResponse(AbstractModel):
|
|
9499
9531
|
|
9500
9532
|
def __init__(self):
|
9501
9533
|
r"""
|
9502
|
-
:param _Result:
|
9534
|
+
:param _Result: 操作结果
|
9503
9535
|
注意:此字段可能返回 null,表示取不到有效值。
|
9504
9536
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.DatahubTaskIdRes`
|
9505
9537
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -9510,7 +9542,7 @@ class DeleteDatahubTaskResponse(AbstractModel):
|
|
9510
9542
|
|
9511
9543
|
@property
|
9512
9544
|
def Result(self):
|
9513
|
-
"""
|
9545
|
+
"""操作结果
|
9514
9546
|
注意:此字段可能返回 null,表示取不到有效值。
|
9515
9547
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.DatahubTaskIdRes`
|
9516
9548
|
"""
|
@@ -9627,7 +9659,7 @@ class DeleteGroupRequest(AbstractModel):
|
|
9627
9659
|
|
9628
9660
|
def __init__(self):
|
9629
9661
|
r"""
|
9630
|
-
:param _InstanceId:
|
9662
|
+
:param _InstanceId: ckafka集群实例Id
|
9631
9663
|
:type InstanceId: str
|
9632
9664
|
:param _Group: 消费分组
|
9633
9665
|
:type Group: str
|
@@ -9637,7 +9669,7 @@ class DeleteGroupRequest(AbstractModel):
|
|
9637
9669
|
|
9638
9670
|
@property
|
9639
9671
|
def InstanceId(self):
|
9640
|
-
"""
|
9672
|
+
"""ckafka集群实例Id
|
9641
9673
|
:rtype: str
|
9642
9674
|
"""
|
9643
9675
|
return self._InstanceId
|
@@ -9723,14 +9755,14 @@ class DeleteInstancePostRequest(AbstractModel):
|
|
9723
9755
|
|
9724
9756
|
def __init__(self):
|
9725
9757
|
r"""
|
9726
|
-
:param _InstanceId:
|
9758
|
+
:param _InstanceId: ckafka集群实例Id
|
9727
9759
|
:type InstanceId: str
|
9728
9760
|
"""
|
9729
9761
|
self._InstanceId = None
|
9730
9762
|
|
9731
9763
|
@property
|
9732
9764
|
def InstanceId(self):
|
9733
|
-
"""
|
9765
|
+
"""ckafka集群实例Id
|
9734
9766
|
:rtype: str
|
9735
9767
|
"""
|
9736
9768
|
return self._InstanceId
|
@@ -9759,7 +9791,7 @@ class DeleteInstancePostResponse(AbstractModel):
|
|
9759
9791
|
|
9760
9792
|
def __init__(self):
|
9761
9793
|
r"""
|
9762
|
-
:param _Result:
|
9794
|
+
:param _Result: 返回结果
|
9763
9795
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.InstanceDeleteResponse`
|
9764
9796
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9765
9797
|
:type RequestId: str
|
@@ -9769,7 +9801,7 @@ class DeleteInstancePostResponse(AbstractModel):
|
|
9769
9801
|
|
9770
9802
|
@property
|
9771
9803
|
def Result(self):
|
9772
|
-
"""
|
9804
|
+
"""返回结果
|
9773
9805
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.InstanceDeleteResponse`
|
9774
9806
|
"""
|
9775
9807
|
return self._Result
|
@@ -9804,14 +9836,14 @@ class DeleteInstancePreRequest(AbstractModel):
|
|
9804
9836
|
|
9805
9837
|
def __init__(self):
|
9806
9838
|
r"""
|
9807
|
-
:param _InstanceId:
|
9839
|
+
:param _InstanceId: ckafka集群实例Id
|
9808
9840
|
:type InstanceId: str
|
9809
9841
|
"""
|
9810
9842
|
self._InstanceId = None
|
9811
9843
|
|
9812
9844
|
@property
|
9813
9845
|
def InstanceId(self):
|
9814
|
-
"""
|
9846
|
+
"""ckafka集群实例Id
|
9815
9847
|
:rtype: str
|
9816
9848
|
"""
|
9817
9849
|
return self._InstanceId
|
@@ -9885,13 +9917,13 @@ class DeleteRouteRequest(AbstractModel):
|
|
9885
9917
|
|
9886
9918
|
def __init__(self):
|
9887
9919
|
r"""
|
9888
|
-
:param _InstanceId:
|
9920
|
+
:param _InstanceId: ckafka集群实例Id
|
9889
9921
|
:type InstanceId: str
|
9890
9922
|
:param _RouteId: 路由id
|
9891
9923
|
:type RouteId: int
|
9892
9924
|
:param _CallerAppid: 调用方appId
|
9893
9925
|
:type CallerAppid: int
|
9894
|
-
:param _DeleteRouteTime:
|
9926
|
+
:param _DeleteRouteTime: 设置定时删除路由时间,若DeleteRouteTime < now ,设置时间小于当前接口提交时间则立即执行;DeleteRouteTime > now,设置时间大于当前接口提交时间,则按照设置的时间,定时执行删除; 该参数设置提交后,无法撤销!!!
|
9895
9927
|
:type DeleteRouteTime: str
|
9896
9928
|
"""
|
9897
9929
|
self._InstanceId = None
|
@@ -9901,7 +9933,7 @@ class DeleteRouteRequest(AbstractModel):
|
|
9901
9933
|
|
9902
9934
|
@property
|
9903
9935
|
def InstanceId(self):
|
9904
|
-
"""
|
9936
|
+
"""ckafka集群实例Id
|
9905
9937
|
:rtype: str
|
9906
9938
|
"""
|
9907
9939
|
return self._InstanceId
|
@@ -9934,7 +9966,7 @@ class DeleteRouteRequest(AbstractModel):
|
|
9934
9966
|
|
9935
9967
|
@property
|
9936
9968
|
def DeleteRouteTime(self):
|
9937
|
-
"""
|
9969
|
+
"""设置定时删除路由时间,若DeleteRouteTime < now ,设置时间小于当前接口提交时间则立即执行;DeleteRouteTime > now,设置时间大于当前接口提交时间,则按照设置的时间,定时执行删除; 该参数设置提交后,无法撤销!!!
|
9938
9970
|
:rtype: str
|
9939
9971
|
"""
|
9940
9972
|
return self._DeleteRouteTime
|
@@ -10011,9 +10043,9 @@ class DeleteRouteTriggerTimeRequest(AbstractModel):
|
|
10011
10043
|
|
10012
10044
|
def __init__(self):
|
10013
10045
|
r"""
|
10014
|
-
:param _InstanceId:
|
10046
|
+
:param _InstanceId: ckafka集群实例Id
|
10015
10047
|
:type InstanceId: str
|
10016
|
-
:param _DelayTime:
|
10048
|
+
:param _DelayTime: 修改删除路由的定时时间
|
10017
10049
|
:type DelayTime: str
|
10018
10050
|
"""
|
10019
10051
|
self._InstanceId = None
|
@@ -10021,7 +10053,7 @@ class DeleteRouteTriggerTimeRequest(AbstractModel):
|
|
10021
10053
|
|
10022
10054
|
@property
|
10023
10055
|
def InstanceId(self):
|
10024
|
-
"""
|
10056
|
+
"""ckafka集群实例Id
|
10025
10057
|
:rtype: str
|
10026
10058
|
"""
|
10027
10059
|
return self._InstanceId
|
@@ -10032,7 +10064,7 @@ class DeleteRouteTriggerTimeRequest(AbstractModel):
|
|
10032
10064
|
|
10033
10065
|
@property
|
10034
10066
|
def DelayTime(self):
|
10035
|
-
"""
|
10067
|
+
"""修改删除路由的定时时间
|
10036
10068
|
:rtype: str
|
10037
10069
|
"""
|
10038
10070
|
return self._DelayTime
|
@@ -10090,9 +10122,9 @@ class DeleteTopicIpWhiteListRequest(AbstractModel):
|
|
10090
10122
|
|
10091
10123
|
def __init__(self):
|
10092
10124
|
r"""
|
10093
|
-
:param _InstanceId:
|
10125
|
+
:param _InstanceId: ckafka集群实例Id
|
10094
10126
|
:type InstanceId: str
|
10095
|
-
:param _TopicName:
|
10127
|
+
:param _TopicName: 主题名
|
10096
10128
|
:type TopicName: str
|
10097
10129
|
:param _IpWhiteList: ip白名单列表
|
10098
10130
|
:type IpWhiteList: list of str
|
@@ -10103,7 +10135,7 @@ class DeleteTopicIpWhiteListRequest(AbstractModel):
|
|
10103
10135
|
|
10104
10136
|
@property
|
10105
10137
|
def InstanceId(self):
|
10106
|
-
"""
|
10138
|
+
"""ckafka集群实例Id
|
10107
10139
|
:rtype: str
|
10108
10140
|
"""
|
10109
10141
|
return self._InstanceId
|
@@ -10114,7 +10146,7 @@ class DeleteTopicIpWhiteListRequest(AbstractModel):
|
|
10114
10146
|
|
10115
10147
|
@property
|
10116
10148
|
def TopicName(self):
|
10117
|
-
"""
|
10149
|
+
"""主题名
|
10118
10150
|
:rtype: str
|
10119
10151
|
"""
|
10120
10152
|
return self._TopicName
|
@@ -10297,7 +10329,7 @@ class DeleteUserRequest(AbstractModel):
|
|
10297
10329
|
|
10298
10330
|
def __init__(self):
|
10299
10331
|
r"""
|
10300
|
-
:param _InstanceId:
|
10332
|
+
:param _InstanceId: ckafka集群实例Id
|
10301
10333
|
:type InstanceId: str
|
10302
10334
|
:param _Name: 用户名称
|
10303
10335
|
:type Name: str
|
@@ -10307,7 +10339,7 @@ class DeleteUserRequest(AbstractModel):
|
|
10307
10339
|
|
10308
10340
|
@property
|
10309
10341
|
def InstanceId(self):
|
10310
|
-
"""
|
10342
|
+
"""ckafka集群实例Id
|
10311
10343
|
:rtype: str
|
10312
10344
|
"""
|
10313
10345
|
return self._InstanceId
|
@@ -10393,7 +10425,7 @@ class DescribeACLRequest(AbstractModel):
|
|
10393
10425
|
|
10394
10426
|
def __init__(self):
|
10395
10427
|
r"""
|
10396
|
-
:param _InstanceId:
|
10428
|
+
:param _InstanceId: ckafka集群实例Id
|
10397
10429
|
:type InstanceId: str
|
10398
10430
|
:param _ResourceType: Acl资源类型,(2:TOPIC,3:GROUP,4:CLUSTER)
|
10399
10431
|
:type ResourceType: int
|
@@ -10415,7 +10447,7 @@ class DescribeACLRequest(AbstractModel):
|
|
10415
10447
|
|
10416
10448
|
@property
|
10417
10449
|
def InstanceId(self):
|
10418
|
-
"""
|
10450
|
+
"""ckafka集群实例Id
|
10419
10451
|
:rtype: str
|
10420
10452
|
"""
|
10421
10453
|
return self._InstanceId
|
@@ -10549,7 +10581,7 @@ class DescribeAclRuleRequest(AbstractModel):
|
|
10549
10581
|
|
10550
10582
|
def __init__(self):
|
10551
10583
|
r"""
|
10552
|
-
:param _InstanceId:
|
10584
|
+
:param _InstanceId: ckafka集群实例Id
|
10553
10585
|
:type InstanceId: str
|
10554
10586
|
:param _RuleName: ACL规则名
|
10555
10587
|
:type RuleName: str
|
@@ -10565,7 +10597,7 @@ class DescribeAclRuleRequest(AbstractModel):
|
|
10565
10597
|
|
10566
10598
|
@property
|
10567
10599
|
def InstanceId(self):
|
10568
|
-
"""
|
10600
|
+
"""ckafka集群实例Id
|
10569
10601
|
:rtype: str
|
10570
10602
|
"""
|
10571
10603
|
return self._InstanceId
|
@@ -10771,14 +10803,14 @@ class DescribeCkafkaZoneRequest(AbstractModel):
|
|
10771
10803
|
|
10772
10804
|
def __init__(self):
|
10773
10805
|
r"""
|
10774
|
-
:param _CdcId: cdc
|
10806
|
+
:param _CdcId: cdc集群Id
|
10775
10807
|
:type CdcId: str
|
10776
10808
|
"""
|
10777
10809
|
self._CdcId = None
|
10778
10810
|
|
10779
10811
|
@property
|
10780
10812
|
def CdcId(self):
|
10781
|
-
"""cdc
|
10813
|
+
"""cdc集群Id
|
10782
10814
|
:rtype: str
|
10783
10815
|
"""
|
10784
10816
|
return self._CdcId
|
@@ -12044,7 +12076,7 @@ class DescribeConsumerGroupRequest(AbstractModel):
|
|
12044
12076
|
|
12045
12077
|
def __init__(self):
|
12046
12078
|
r"""
|
12047
|
-
:param _InstanceId: ckafka
|
12079
|
+
:param _InstanceId: ckafka集群实例Id
|
12048
12080
|
:type InstanceId: str
|
12049
12081
|
:param _GroupName: 可选,用户需要查询的group名称。
|
12050
12082
|
:type GroupName: str
|
@@ -12063,7 +12095,7 @@ class DescribeConsumerGroupRequest(AbstractModel):
|
|
12063
12095
|
|
12064
12096
|
@property
|
12065
12097
|
def InstanceId(self):
|
12066
|
-
"""ckafka
|
12098
|
+
"""ckafka集群实例Id
|
12067
12099
|
:rtype: str
|
12068
12100
|
"""
|
12069
12101
|
return self._InstanceId
|
@@ -12922,14 +12954,14 @@ class DescribeDatahubTopicRequest(AbstractModel):
|
|
12922
12954
|
|
12923
12955
|
def __init__(self):
|
12924
12956
|
r"""
|
12925
|
-
:param _Name: 名称
|
12957
|
+
:param _Name: 弹性topic名称
|
12926
12958
|
:type Name: str
|
12927
12959
|
"""
|
12928
12960
|
self._Name = None
|
12929
12961
|
|
12930
12962
|
@property
|
12931
12963
|
def Name(self):
|
12932
|
-
"""名称
|
12964
|
+
"""弹性topic名称
|
12933
12965
|
:rtype: str
|
12934
12966
|
"""
|
12935
12967
|
return self._Name
|
@@ -13178,7 +13210,7 @@ class DescribeDatahubTopicsRequest(AbstractModel):
|
|
13178
13210
|
|
13179
13211
|
def __init__(self):
|
13180
13212
|
r"""
|
13181
|
-
:param _SearchWord:
|
13213
|
+
:param _SearchWord: 搜索词
|
13182
13214
|
:type SearchWord: str
|
13183
13215
|
:param _Offset: 本次查询的偏移位置,默认为0
|
13184
13216
|
:type Offset: int
|
@@ -13191,7 +13223,7 @@ class DescribeDatahubTopicsRequest(AbstractModel):
|
|
13191
13223
|
|
13192
13224
|
@property
|
13193
13225
|
def SearchWord(self):
|
13194
|
-
"""
|
13226
|
+
"""搜索词
|
13195
13227
|
:rtype: str
|
13196
13228
|
"""
|
13197
13229
|
return self._SearchWord
|
@@ -13349,7 +13381,7 @@ class DescribeGroup(AbstractModel):
|
|
13349
13381
|
|
13350
13382
|
def __init__(self):
|
13351
13383
|
r"""
|
13352
|
-
:param _Group:
|
13384
|
+
:param _Group: 消费分组名称
|
13353
13385
|
:type Group: str
|
13354
13386
|
:param _Protocol: 该 group 使用的协议。
|
13355
13387
|
:type Protocol: str
|
@@ -13359,7 +13391,7 @@ class DescribeGroup(AbstractModel):
|
|
13359
13391
|
|
13360
13392
|
@property
|
13361
13393
|
def Group(self):
|
13362
|
-
"""
|
13394
|
+
"""消费分组名称
|
13363
13395
|
:rtype: str
|
13364
13396
|
"""
|
13365
13397
|
return self._Group
|
@@ -13400,9 +13432,9 @@ class DescribeGroupInfoRequest(AbstractModel):
|
|
13400
13432
|
|
13401
13433
|
def __init__(self):
|
13402
13434
|
r"""
|
13403
|
-
:param _InstanceId:
|
13435
|
+
:param _InstanceId: ckafka集群实例Id
|
13404
13436
|
:type InstanceId: str
|
13405
|
-
:param _GroupList: Kafka
|
13437
|
+
:param _GroupList: Kafka 消费分组列表
|
13406
13438
|
:type GroupList: list of str
|
13407
13439
|
"""
|
13408
13440
|
self._InstanceId = None
|
@@ -13410,7 +13442,7 @@ class DescribeGroupInfoRequest(AbstractModel):
|
|
13410
13442
|
|
13411
13443
|
@property
|
13412
13444
|
def InstanceId(self):
|
13413
|
-
"""
|
13445
|
+
"""ckafka集群实例Id
|
13414
13446
|
:rtype: str
|
13415
13447
|
"""
|
13416
13448
|
return self._InstanceId
|
@@ -13421,7 +13453,7 @@ class DescribeGroupInfoRequest(AbstractModel):
|
|
13421
13453
|
|
13422
13454
|
@property
|
13423
13455
|
def GroupList(self):
|
13424
|
-
"""Kafka
|
13456
|
+
"""Kafka 消费分组列表
|
13425
13457
|
:rtype: list of str
|
13426
13458
|
"""
|
13427
13459
|
return self._GroupList
|
@@ -13501,7 +13533,7 @@ class DescribeGroupOffsetsRequest(AbstractModel):
|
|
13501
13533
|
|
13502
13534
|
def __init__(self):
|
13503
13535
|
r"""
|
13504
|
-
:param _InstanceId:
|
13536
|
+
:param _InstanceId: ckafka集群实例Id
|
13505
13537
|
:type InstanceId: str
|
13506
13538
|
:param _Group: Kafka 消费分组
|
13507
13539
|
:type Group: str
|
@@ -13523,7 +13555,7 @@ class DescribeGroupOffsetsRequest(AbstractModel):
|
|
13523
13555
|
|
13524
13556
|
@property
|
13525
13557
|
def InstanceId(self):
|
13526
|
-
"""
|
13558
|
+
"""ckafka集群实例Id
|
13527
13559
|
:rtype: str
|
13528
13560
|
"""
|
13529
13561
|
return self._InstanceId
|
@@ -13612,7 +13644,7 @@ class DescribeGroupOffsetsResponse(AbstractModel):
|
|
13612
13644
|
|
13613
13645
|
def __init__(self):
|
13614
13646
|
r"""
|
13615
|
-
:param _Result:
|
13647
|
+
:param _Result: 返回结果
|
13616
13648
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.GroupOffsetResponse`
|
13617
13649
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13618
13650
|
:type RequestId: str
|
@@ -13622,7 +13654,7 @@ class DescribeGroupOffsetsResponse(AbstractModel):
|
|
13622
13654
|
|
13623
13655
|
@property
|
13624
13656
|
def Result(self):
|
13625
|
-
"""
|
13657
|
+
"""返回结果
|
13626
13658
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.GroupOffsetResponse`
|
13627
13659
|
"""
|
13628
13660
|
return self._Result
|
@@ -13657,7 +13689,7 @@ class DescribeGroupRequest(AbstractModel):
|
|
13657
13689
|
|
13658
13690
|
def __init__(self):
|
13659
13691
|
r"""
|
13660
|
-
:param _InstanceId:
|
13692
|
+
:param _InstanceId: ckafka集群实例Id
|
13661
13693
|
:type InstanceId: str
|
13662
13694
|
:param _SearchWord: 搜索关键字
|
13663
13695
|
:type SearchWord: str
|
@@ -13665,15 +13697,18 @@ class DescribeGroupRequest(AbstractModel):
|
|
13665
13697
|
:type Offset: int
|
13666
13698
|
:param _Limit: 最大返回数量
|
13667
13699
|
:type Limit: int
|
13700
|
+
:param _Filters: 仅支持 GroupState 筛选, 支持的筛选状态有 Empty/Stable 注意:该参数只能在2.8/3.2 版本生效
|
13701
|
+
:type Filters: list of Filter
|
13668
13702
|
"""
|
13669
13703
|
self._InstanceId = None
|
13670
13704
|
self._SearchWord = None
|
13671
13705
|
self._Offset = None
|
13672
13706
|
self._Limit = None
|
13707
|
+
self._Filters = None
|
13673
13708
|
|
13674
13709
|
@property
|
13675
13710
|
def InstanceId(self):
|
13676
|
-
"""
|
13711
|
+
"""ckafka集群实例Id
|
13677
13712
|
:rtype: str
|
13678
13713
|
"""
|
13679
13714
|
return self._InstanceId
|
@@ -13715,12 +13750,29 @@ class DescribeGroupRequest(AbstractModel):
|
|
13715
13750
|
def Limit(self, Limit):
|
13716
13751
|
self._Limit = Limit
|
13717
13752
|
|
13753
|
+
@property
|
13754
|
+
def Filters(self):
|
13755
|
+
"""仅支持 GroupState 筛选, 支持的筛选状态有 Empty/Stable 注意:该参数只能在2.8/3.2 版本生效
|
13756
|
+
:rtype: list of Filter
|
13757
|
+
"""
|
13758
|
+
return self._Filters
|
13759
|
+
|
13760
|
+
@Filters.setter
|
13761
|
+
def Filters(self, Filters):
|
13762
|
+
self._Filters = Filters
|
13763
|
+
|
13718
13764
|
|
13719
13765
|
def _deserialize(self, params):
|
13720
13766
|
self._InstanceId = params.get("InstanceId")
|
13721
13767
|
self._SearchWord = params.get("SearchWord")
|
13722
13768
|
self._Offset = params.get("Offset")
|
13723
13769
|
self._Limit = params.get("Limit")
|
13770
|
+
if params.get("Filters") is not None:
|
13771
|
+
self._Filters = []
|
13772
|
+
for item in params.get("Filters"):
|
13773
|
+
obj = Filter()
|
13774
|
+
obj._deserialize(item)
|
13775
|
+
self._Filters.append(obj)
|
13724
13776
|
memeber_set = set(params.keys())
|
13725
13777
|
for name, value in vars(self).items():
|
13726
13778
|
property_name = name[1:]
|
@@ -13738,7 +13790,7 @@ class DescribeGroupResponse(AbstractModel):
|
|
13738
13790
|
|
13739
13791
|
def __init__(self):
|
13740
13792
|
r"""
|
13741
|
-
:param _Result:
|
13793
|
+
:param _Result: 返回结果
|
13742
13794
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.GroupResponse`
|
13743
13795
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13744
13796
|
:type RequestId: str
|
@@ -13748,7 +13800,7 @@ class DescribeGroupResponse(AbstractModel):
|
|
13748
13800
|
|
13749
13801
|
@property
|
13750
13802
|
def Result(self):
|
13751
|
-
"""
|
13803
|
+
"""返回结果
|
13752
13804
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.GroupResponse`
|
13753
13805
|
"""
|
13754
13806
|
return self._Result
|
@@ -13783,14 +13835,14 @@ class DescribeInstanceAttributesRequest(AbstractModel):
|
|
13783
13835
|
|
13784
13836
|
def __init__(self):
|
13785
13837
|
r"""
|
13786
|
-
:param _InstanceId:
|
13838
|
+
:param _InstanceId: ckafka集群实例Id
|
13787
13839
|
:type InstanceId: str
|
13788
13840
|
"""
|
13789
13841
|
self._InstanceId = None
|
13790
13842
|
|
13791
13843
|
@property
|
13792
13844
|
def InstanceId(self):
|
13793
|
-
"""
|
13845
|
+
"""ckafka集群实例Id
|
13794
13846
|
:rtype: str
|
13795
13847
|
"""
|
13796
13848
|
return self._InstanceId
|
@@ -14261,14 +14313,14 @@ class DescribePrometheusRequest(AbstractModel):
|
|
14261
14313
|
|
14262
14314
|
def __init__(self):
|
14263
14315
|
r"""
|
14264
|
-
:param _InstanceId: ckafka
|
14316
|
+
:param _InstanceId: ckafka集群实例Id
|
14265
14317
|
:type InstanceId: str
|
14266
14318
|
"""
|
14267
14319
|
self._InstanceId = None
|
14268
14320
|
|
14269
14321
|
@property
|
14270
14322
|
def InstanceId(self):
|
14271
|
-
"""ckafka
|
14323
|
+
"""ckafka集群实例Id
|
14272
14324
|
:rtype: str
|
14273
14325
|
"""
|
14274
14326
|
return self._InstanceId
|
@@ -14476,9 +14528,9 @@ class DescribeRouteRequest(AbstractModel):
|
|
14476
14528
|
|
14477
14529
|
def __init__(self):
|
14478
14530
|
r"""
|
14479
|
-
:param _InstanceId:
|
14531
|
+
:param _InstanceId: ckafka集群实例Id
|
14480
14532
|
:type InstanceId: str
|
14481
|
-
:param _RouteId: 路由
|
14533
|
+
:param _RouteId: 路由Id
|
14482
14534
|
:type RouteId: int
|
14483
14535
|
"""
|
14484
14536
|
self._InstanceId = None
|
@@ -14486,7 +14538,7 @@ class DescribeRouteRequest(AbstractModel):
|
|
14486
14538
|
|
14487
14539
|
@property
|
14488
14540
|
def InstanceId(self):
|
14489
|
-
"""
|
14541
|
+
"""ckafka集群实例Id
|
14490
14542
|
:rtype: str
|
14491
14543
|
"""
|
14492
14544
|
return self._InstanceId
|
@@ -14497,7 +14549,7 @@ class DescribeRouteRequest(AbstractModel):
|
|
14497
14549
|
|
14498
14550
|
@property
|
14499
14551
|
def RouteId(self):
|
14500
|
-
"""路由
|
14552
|
+
"""路由Id
|
14501
14553
|
:rtype: int
|
14502
14554
|
"""
|
14503
14555
|
return self._RouteId
|
@@ -14572,14 +14624,14 @@ class DescribeTaskStatusRequest(AbstractModel):
|
|
14572
14624
|
|
14573
14625
|
def __init__(self):
|
14574
14626
|
r"""
|
14575
|
-
:param _FlowId:
|
14627
|
+
:param _FlowId: 流程Id
|
14576
14628
|
:type FlowId: int
|
14577
14629
|
"""
|
14578
14630
|
self._FlowId = None
|
14579
14631
|
|
14580
14632
|
@property
|
14581
14633
|
def FlowId(self):
|
14582
|
-
"""
|
14634
|
+
"""流程Id
|
14583
14635
|
:rtype: int
|
14584
14636
|
"""
|
14585
14637
|
return self._FlowId
|
@@ -14653,7 +14705,7 @@ class DescribeTopicAttributesRequest(AbstractModel):
|
|
14653
14705
|
|
14654
14706
|
def __init__(self):
|
14655
14707
|
r"""
|
14656
|
-
:param _InstanceId:
|
14708
|
+
:param _InstanceId: ckafka集群实例Id
|
14657
14709
|
:type InstanceId: str
|
14658
14710
|
:param _TopicName: 主题名称
|
14659
14711
|
:type TopicName: str
|
@@ -14663,7 +14715,7 @@ class DescribeTopicAttributesRequest(AbstractModel):
|
|
14663
14715
|
|
14664
14716
|
@property
|
14665
14717
|
def InstanceId(self):
|
14666
|
-
"""
|
14718
|
+
"""ckafka集群实例Id
|
14667
14719
|
:rtype: str
|
14668
14720
|
"""
|
14669
14721
|
return self._InstanceId
|
@@ -14749,7 +14801,7 @@ class DescribeTopicDetailRequest(AbstractModel):
|
|
14749
14801
|
|
14750
14802
|
def __init__(self):
|
14751
14803
|
r"""
|
14752
|
-
:param _InstanceId:
|
14804
|
+
:param _InstanceId: ckafka集群实例Id
|
14753
14805
|
:type InstanceId: str
|
14754
14806
|
:param _SearchWord: (过滤条件)按照topicName过滤,支持模糊查询
|
14755
14807
|
:type SearchWord: str
|
@@ -14759,16 +14811,25 @@ class DescribeTopicDetailRequest(AbstractModel):
|
|
14759
14811
|
:type Limit: int
|
14760
14812
|
:param _AclRuleName: Acl预设策略名称
|
14761
14813
|
:type AclRuleName: str
|
14814
|
+
:param _OrderBy: 根据特定的属性排序(目前支持PartitionNum/CreateTime)
|
14815
|
+
:type OrderBy: str
|
14816
|
+
:param _OrderType: 0-顺序、1-倒序
|
14817
|
+
:type OrderType: int
|
14818
|
+
:param _Filters: 目前支持 ReplicaNum (副本数)筛选
|
14819
|
+
:type Filters: list of Filter
|
14762
14820
|
"""
|
14763
14821
|
self._InstanceId = None
|
14764
14822
|
self._SearchWord = None
|
14765
14823
|
self._Offset = None
|
14766
14824
|
self._Limit = None
|
14767
14825
|
self._AclRuleName = None
|
14826
|
+
self._OrderBy = None
|
14827
|
+
self._OrderType = None
|
14828
|
+
self._Filters = None
|
14768
14829
|
|
14769
14830
|
@property
|
14770
14831
|
def InstanceId(self):
|
14771
|
-
"""
|
14832
|
+
"""ckafka集群实例Id
|
14772
14833
|
:rtype: str
|
14773
14834
|
"""
|
14774
14835
|
return self._InstanceId
|
@@ -14821,6 +14882,39 @@ class DescribeTopicDetailRequest(AbstractModel):
|
|
14821
14882
|
def AclRuleName(self, AclRuleName):
|
14822
14883
|
self._AclRuleName = AclRuleName
|
14823
14884
|
|
14885
|
+
@property
|
14886
|
+
def OrderBy(self):
|
14887
|
+
"""根据特定的属性排序(目前支持PartitionNum/CreateTime)
|
14888
|
+
:rtype: str
|
14889
|
+
"""
|
14890
|
+
return self._OrderBy
|
14891
|
+
|
14892
|
+
@OrderBy.setter
|
14893
|
+
def OrderBy(self, OrderBy):
|
14894
|
+
self._OrderBy = OrderBy
|
14895
|
+
|
14896
|
+
@property
|
14897
|
+
def OrderType(self):
|
14898
|
+
"""0-顺序、1-倒序
|
14899
|
+
:rtype: int
|
14900
|
+
"""
|
14901
|
+
return self._OrderType
|
14902
|
+
|
14903
|
+
@OrderType.setter
|
14904
|
+
def OrderType(self, OrderType):
|
14905
|
+
self._OrderType = OrderType
|
14906
|
+
|
14907
|
+
@property
|
14908
|
+
def Filters(self):
|
14909
|
+
"""目前支持 ReplicaNum (副本数)筛选
|
14910
|
+
:rtype: list of Filter
|
14911
|
+
"""
|
14912
|
+
return self._Filters
|
14913
|
+
|
14914
|
+
@Filters.setter
|
14915
|
+
def Filters(self, Filters):
|
14916
|
+
self._Filters = Filters
|
14917
|
+
|
14824
14918
|
|
14825
14919
|
def _deserialize(self, params):
|
14826
14920
|
self._InstanceId = params.get("InstanceId")
|
@@ -14828,6 +14922,14 @@ class DescribeTopicDetailRequest(AbstractModel):
|
|
14828
14922
|
self._Offset = params.get("Offset")
|
14829
14923
|
self._Limit = params.get("Limit")
|
14830
14924
|
self._AclRuleName = params.get("AclRuleName")
|
14925
|
+
self._OrderBy = params.get("OrderBy")
|
14926
|
+
self._OrderType = params.get("OrderType")
|
14927
|
+
if params.get("Filters") is not None:
|
14928
|
+
self._Filters = []
|
14929
|
+
for item in params.get("Filters"):
|
14930
|
+
obj = Filter()
|
14931
|
+
obj._deserialize(item)
|
14932
|
+
self._Filters.append(obj)
|
14831
14933
|
memeber_set = set(params.keys())
|
14832
14934
|
for name, value in vars(self).items():
|
14833
14935
|
property_name = name[1:]
|
@@ -14890,9 +14992,9 @@ class DescribeTopicFlowRankingRequest(AbstractModel):
|
|
14890
14992
|
|
14891
14993
|
def __init__(self):
|
14892
14994
|
r"""
|
14893
|
-
:param _InstanceId:
|
14995
|
+
:param _InstanceId: ckafka集群实例Id
|
14894
14996
|
:type InstanceId: str
|
14895
|
-
:param _RankingType:
|
14997
|
+
:param _RankingType: 排行类别,PRO:Topic生产流量;CON:Topic消费流量
|
14896
14998
|
:type RankingType: str
|
14897
14999
|
:param _BeginDate: 排行起始日期
|
14898
15000
|
:type BeginDate: str
|
@@ -14909,7 +15011,7 @@ class DescribeTopicFlowRankingRequest(AbstractModel):
|
|
14909
15011
|
|
14910
15012
|
@property
|
14911
15013
|
def InstanceId(self):
|
14912
|
-
"""
|
15014
|
+
"""ckafka集群实例Id
|
14913
15015
|
:rtype: str
|
14914
15016
|
"""
|
14915
15017
|
return self._InstanceId
|
@@ -14920,7 +15022,7 @@ class DescribeTopicFlowRankingRequest(AbstractModel):
|
|
14920
15022
|
|
14921
15023
|
@property
|
14922
15024
|
def RankingType(self):
|
14923
|
-
"""
|
15025
|
+
"""排行类别,PRO:Topic生产流量;CON:Topic消费流量
|
14924
15026
|
:rtype: str
|
14925
15027
|
"""
|
14926
15028
|
return self._RankingType
|
@@ -14986,7 +15088,7 @@ class DescribeTopicFlowRankingResponse(AbstractModel):
|
|
14986
15088
|
|
14987
15089
|
def __init__(self):
|
14988
15090
|
r"""
|
14989
|
-
:param _Result:
|
15091
|
+
:param _Result: 流量排行返回结果
|
14990
15092
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.TopicFlowRankingResult`
|
14991
15093
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14992
15094
|
:type RequestId: str
|
@@ -14996,7 +15098,7 @@ class DescribeTopicFlowRankingResponse(AbstractModel):
|
|
14996
15098
|
|
14997
15099
|
@property
|
14998
15100
|
def Result(self):
|
14999
|
-
"""
|
15101
|
+
"""流量排行返回结果
|
15000
15102
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.TopicFlowRankingResult`
|
15001
15103
|
"""
|
15002
15104
|
return self._Result
|
@@ -15031,9 +15133,9 @@ class DescribeTopicProduceConnectionRequest(AbstractModel):
|
|
15031
15133
|
|
15032
15134
|
def __init__(self):
|
15033
15135
|
r"""
|
15034
|
-
:param _InstanceId:
|
15136
|
+
:param _InstanceId: ckafka集群实例Id
|
15035
15137
|
:type InstanceId: str
|
15036
|
-
:param _TopicName:
|
15138
|
+
:param _TopicName: 主题名
|
15037
15139
|
:type TopicName: str
|
15038
15140
|
"""
|
15039
15141
|
self._InstanceId = None
|
@@ -15041,7 +15143,7 @@ class DescribeTopicProduceConnectionRequest(AbstractModel):
|
|
15041
15143
|
|
15042
15144
|
@property
|
15043
15145
|
def InstanceId(self):
|
15044
|
-
"""
|
15146
|
+
"""ckafka集群实例Id
|
15045
15147
|
:rtype: str
|
15046
15148
|
"""
|
15047
15149
|
return self._InstanceId
|
@@ -15052,7 +15154,7 @@ class DescribeTopicProduceConnectionRequest(AbstractModel):
|
|
15052
15154
|
|
15053
15155
|
@property
|
15054
15156
|
def TopicName(self):
|
15055
|
-
"""
|
15157
|
+
"""主题名
|
15056
15158
|
:rtype: str
|
15057
15159
|
"""
|
15058
15160
|
return self._TopicName
|
@@ -15130,7 +15232,7 @@ class DescribeTopicRequest(AbstractModel):
|
|
15130
15232
|
|
15131
15233
|
def __init__(self):
|
15132
15234
|
r"""
|
15133
|
-
:param _InstanceId:
|
15235
|
+
:param _InstanceId: ckafka集群实例Id
|
15134
15236
|
:type InstanceId: str
|
15135
15237
|
:param _SearchWord: 过滤条件,按照 topicName 过滤,支持模糊查询
|
15136
15238
|
:type SearchWord: str
|
@@ -15149,7 +15251,7 @@ class DescribeTopicRequest(AbstractModel):
|
|
15149
15251
|
|
15150
15252
|
@property
|
15151
15253
|
def InstanceId(self):
|
15152
|
-
"""
|
15254
|
+
"""ckafka集群实例Id
|
15153
15255
|
:rtype: str
|
15154
15256
|
"""
|
15155
15257
|
return self._InstanceId
|
@@ -15273,9 +15375,9 @@ class DescribeTopicSubscribeGroupRequest(AbstractModel):
|
|
15273
15375
|
|
15274
15376
|
def __init__(self):
|
15275
15377
|
r"""
|
15276
|
-
:param _InstanceId:
|
15378
|
+
:param _InstanceId: ckafka集群实例Id
|
15277
15379
|
:type InstanceId: str
|
15278
|
-
:param _TopicName:
|
15380
|
+
:param _TopicName: 主题名
|
15279
15381
|
:type TopicName: str
|
15280
15382
|
:param _Offset: 分页时的起始位置
|
15281
15383
|
:type Offset: int
|
@@ -15289,7 +15391,7 @@ class DescribeTopicSubscribeGroupRequest(AbstractModel):
|
|
15289
15391
|
|
15290
15392
|
@property
|
15291
15393
|
def InstanceId(self):
|
15292
|
-
"""
|
15394
|
+
"""ckafka集群实例Id
|
15293
15395
|
:rtype: str
|
15294
15396
|
"""
|
15295
15397
|
return self._InstanceId
|
@@ -15300,7 +15402,7 @@ class DescribeTopicSubscribeGroupRequest(AbstractModel):
|
|
15300
15402
|
|
15301
15403
|
@property
|
15302
15404
|
def TopicName(self):
|
15303
|
-
"""
|
15405
|
+
"""主题名
|
15304
15406
|
:rtype: str
|
15305
15407
|
"""
|
15306
15408
|
return self._TopicName
|
@@ -15540,13 +15642,13 @@ class DescribeUserRequest(AbstractModel):
|
|
15540
15642
|
|
15541
15643
|
def __init__(self):
|
15542
15644
|
r"""
|
15543
|
-
:param _InstanceId:
|
15645
|
+
:param _InstanceId: ckafka集群实例Id
|
15544
15646
|
:type InstanceId: str
|
15545
15647
|
:param _SearchWord: 按照名称过滤
|
15546
15648
|
:type SearchWord: str
|
15547
|
-
:param _Offset:
|
15649
|
+
:param _Offset: 偏移量
|
15548
15650
|
:type Offset: int
|
15549
|
-
:param _Limit:
|
15651
|
+
:param _Limit: 返回数量
|
15550
15652
|
:type Limit: int
|
15551
15653
|
"""
|
15552
15654
|
self._InstanceId = None
|
@@ -15556,7 +15658,7 @@ class DescribeUserRequest(AbstractModel):
|
|
15556
15658
|
|
15557
15659
|
@property
|
15558
15660
|
def InstanceId(self):
|
15559
|
-
"""
|
15661
|
+
"""ckafka集群实例Id
|
15560
15662
|
:rtype: str
|
15561
15663
|
"""
|
15562
15664
|
return self._InstanceId
|
@@ -15578,7 +15680,7 @@ class DescribeUserRequest(AbstractModel):
|
|
15578
15680
|
|
15579
15681
|
@property
|
15580
15682
|
def Offset(self):
|
15581
|
-
"""
|
15683
|
+
"""偏移量
|
15582
15684
|
:rtype: int
|
15583
15685
|
"""
|
15584
15686
|
return self._Offset
|
@@ -15589,7 +15691,7 @@ class DescribeUserRequest(AbstractModel):
|
|
15589
15691
|
|
15590
15692
|
@property
|
15591
15693
|
def Limit(self):
|
15592
|
-
"""
|
15694
|
+
"""返回数量
|
15593
15695
|
:rtype: int
|
15594
15696
|
"""
|
15595
15697
|
return self._Limit
|
@@ -15621,7 +15723,7 @@ class DescribeUserResponse(AbstractModel):
|
|
15621
15723
|
|
15622
15724
|
def __init__(self):
|
15623
15725
|
r"""
|
15624
|
-
:param _Result:
|
15726
|
+
:param _Result: 返回结果
|
15625
15727
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.UserResponse`
|
15626
15728
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15627
15729
|
:type RequestId: str
|
@@ -15631,7 +15733,7 @@ class DescribeUserResponse(AbstractModel):
|
|
15631
15733
|
|
15632
15734
|
@property
|
15633
15735
|
def Result(self):
|
15634
|
-
"""
|
15736
|
+
"""返回结果
|
15635
15737
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.UserResponse`
|
15636
15738
|
"""
|
15637
15739
|
return self._Result
|
@@ -17035,7 +17137,7 @@ class EsParam(AbstractModel):
|
|
17035
17137
|
|
17036
17138
|
def __init__(self):
|
17037
17139
|
r"""
|
17038
|
-
:param _Resource: 实例资源
|
17140
|
+
:param _Resource: Es实例资源Id
|
17039
17141
|
注意:此字段可能返回 null,表示取不到有效值。
|
17040
17142
|
:type Resource: str
|
17041
17143
|
:param _Port: Es的连接port
|
@@ -17119,7 +17221,7 @@ class EsParam(AbstractModel):
|
|
17119
17221
|
|
17120
17222
|
@property
|
17121
17223
|
def Resource(self):
|
17122
|
-
"""实例资源
|
17224
|
+
"""Es实例资源Id
|
17123
17225
|
注意:此字段可能返回 null,表示取不到有效值。
|
17124
17226
|
:rtype: str
|
17125
17227
|
"""
|
@@ -17460,7 +17562,7 @@ class EventBusParam(AbstractModel):
|
|
17460
17562
|
|
17461
17563
|
def __init__(self):
|
17462
17564
|
r"""
|
17463
|
-
:param _Type: 资源类型。
|
17565
|
+
:param _Type: 资源类型。COS/ES/CLS
|
17464
17566
|
:type Type: str
|
17465
17567
|
:param _SelfBuilt: 是否为自建集群
|
17466
17568
|
:type SelfBuilt: bool
|
@@ -17482,7 +17584,7 @@ class EventBusParam(AbstractModel):
|
|
17482
17584
|
|
17483
17585
|
@property
|
17484
17586
|
def Type(self):
|
17485
|
-
"""资源类型。
|
17587
|
+
"""资源类型。COS/ES/CLS
|
17486
17588
|
:rtype: str
|
17487
17589
|
"""
|
17488
17590
|
return self._Type
|
@@ -17690,7 +17792,7 @@ class FetchDatahubMessageByOffsetRequest(AbstractModel):
|
|
17690
17792
|
|
17691
17793
|
def __init__(self):
|
17692
17794
|
r"""
|
17693
|
-
:param _Name:
|
17795
|
+
:param _Name: 弹性topic名称
|
17694
17796
|
:type Name: str
|
17695
17797
|
:param _Partition: 分区id
|
17696
17798
|
:type Partition: int
|
@@ -17703,7 +17805,7 @@ class FetchDatahubMessageByOffsetRequest(AbstractModel):
|
|
17703
17805
|
|
17704
17806
|
@property
|
17705
17807
|
def Name(self):
|
17706
|
-
"""
|
17808
|
+
"""弹性topic名称
|
17707
17809
|
:rtype: str
|
17708
17810
|
"""
|
17709
17811
|
return self._Name
|
@@ -17801,7 +17903,7 @@ class FetchLatestDatahubMessageListRequest(AbstractModel):
|
|
17801
17903
|
|
17802
17904
|
def __init__(self):
|
17803
17905
|
r"""
|
17804
|
-
:param _Name:
|
17906
|
+
:param _Name: 弹性topic名称
|
17805
17907
|
:type Name: str
|
17806
17908
|
:param _Partition: 分区id
|
17807
17909
|
:type Partition: int
|
@@ -17817,7 +17919,7 @@ class FetchLatestDatahubMessageListRequest(AbstractModel):
|
|
17817
17919
|
|
17818
17920
|
@property
|
17819
17921
|
def Name(self):
|
17820
|
-
"""
|
17922
|
+
"""弹性topic名称
|
17821
17923
|
:rtype: str
|
17822
17924
|
"""
|
17823
17925
|
return self._Name
|
@@ -17930,7 +18032,7 @@ class FetchMessageByOffsetRequest(AbstractModel):
|
|
17930
18032
|
|
17931
18033
|
def __init__(self):
|
17932
18034
|
r"""
|
17933
|
-
:param _InstanceId:
|
18035
|
+
:param _InstanceId: ckafka集群实例Id
|
17934
18036
|
:type InstanceId: str
|
17935
18037
|
:param _Topic: 主题名
|
17936
18038
|
:type Topic: str
|
@@ -17946,7 +18048,7 @@ class FetchMessageByOffsetRequest(AbstractModel):
|
|
17946
18048
|
|
17947
18049
|
@property
|
17948
18050
|
def InstanceId(self):
|
17949
|
-
"""
|
18051
|
+
"""ckafka集群实例Id
|
17950
18052
|
:rtype: str
|
17951
18053
|
"""
|
17952
18054
|
return self._InstanceId
|
@@ -18056,7 +18158,7 @@ class FetchMessageListByOffsetRequest(AbstractModel):
|
|
18056
18158
|
|
18057
18159
|
def __init__(self):
|
18058
18160
|
r"""
|
18059
|
-
:param _InstanceId:
|
18161
|
+
:param _InstanceId: ckafka集群实例Id
|
18060
18162
|
:type InstanceId: str
|
18061
18163
|
:param _Topic: 主题名
|
18062
18164
|
:type Topic: str
|
@@ -18075,7 +18177,7 @@ class FetchMessageListByOffsetRequest(AbstractModel):
|
|
18075
18177
|
|
18076
18178
|
@property
|
18077
18179
|
def InstanceId(self):
|
18078
|
-
"""
|
18180
|
+
"""ckafka集群实例Id
|
18079
18181
|
:rtype: str
|
18080
18182
|
"""
|
18081
18183
|
return self._InstanceId
|
@@ -18200,7 +18302,7 @@ class FetchMessageListByTimestampRequest(AbstractModel):
|
|
18200
18302
|
|
18201
18303
|
def __init__(self):
|
18202
18304
|
r"""
|
18203
|
-
:param _InstanceId:
|
18305
|
+
:param _InstanceId: ckafka集群实例Id
|
18204
18306
|
:type InstanceId: str
|
18205
18307
|
:param _Topic: 主题名
|
18206
18308
|
:type Topic: str
|
@@ -18208,7 +18310,7 @@ class FetchMessageListByTimestampRequest(AbstractModel):
|
|
18208
18310
|
:type Partition: int
|
18209
18311
|
:param _StartTime: 查询开始时间,13位时间戳
|
18210
18312
|
:type StartTime: int
|
18211
|
-
:param _SinglePartitionRecordNumber: 最大查询条数,默认20,最大20
|
18313
|
+
:param _SinglePartitionRecordNumber: 最大查询条数,默认20,最大20, 最小1
|
18212
18314
|
:type SinglePartitionRecordNumber: int
|
18213
18315
|
"""
|
18214
18316
|
self._InstanceId = None
|
@@ -18219,7 +18321,7 @@ class FetchMessageListByTimestampRequest(AbstractModel):
|
|
18219
18321
|
|
18220
18322
|
@property
|
18221
18323
|
def InstanceId(self):
|
18222
|
-
"""
|
18324
|
+
"""ckafka集群实例Id
|
18223
18325
|
:rtype: str
|
18224
18326
|
"""
|
18225
18327
|
return self._InstanceId
|
@@ -18263,7 +18365,7 @@ class FetchMessageListByTimestampRequest(AbstractModel):
|
|
18263
18365
|
|
18264
18366
|
@property
|
18265
18367
|
def SinglePartitionRecordNumber(self):
|
18266
|
-
"""最大查询条数,默认20,最大20
|
18368
|
+
"""最大查询条数,默认20,最大20, 最小1
|
18267
18369
|
:rtype: int
|
18268
18370
|
"""
|
18269
18371
|
return self._SinglePartitionRecordNumber
|
@@ -18654,14 +18756,14 @@ class Group(AbstractModel):
|
|
18654
18756
|
|
18655
18757
|
def __init__(self):
|
18656
18758
|
r"""
|
18657
|
-
:param _GroupName:
|
18759
|
+
:param _GroupName: 消费分组名称
|
18658
18760
|
:type GroupName: str
|
18659
18761
|
"""
|
18660
18762
|
self._GroupName = None
|
18661
18763
|
|
18662
18764
|
@property
|
18663
18765
|
def GroupName(self):
|
18664
|
-
"""
|
18766
|
+
"""消费分组名称
|
18665
18767
|
:rtype: str
|
18666
18768
|
"""
|
18667
18769
|
return self._GroupName
|
@@ -18788,7 +18890,7 @@ Stable:消费分组中各个消费者已经加入,处于稳定状态
|
|
18788
18890
|
:type Protocol: str
|
18789
18891
|
:param _Members: 仅当 state 为 Stable 且 protocol_type 为 consumer 时, 该数组才包含信息
|
18790
18892
|
:type Members: list of GroupInfoMember
|
18791
|
-
:param _Group:
|
18893
|
+
:param _Group: 消费分组名称
|
18792
18894
|
:type Group: str
|
18793
18895
|
"""
|
18794
18896
|
self._ErrorCode = None
|
@@ -18860,7 +18962,7 @@ Stable:消费分组中各个消费者已经加入,处于稳定状态
|
|
18860
18962
|
|
18861
18963
|
@property
|
18862
18964
|
def Group(self):
|
18863
|
-
"""
|
18965
|
+
"""消费分组名称
|
18864
18966
|
:rtype: str
|
18865
18967
|
"""
|
18866
18968
|
return self._Group
|
@@ -19539,7 +19641,7 @@ class InquireCkafkaPriceResponse(AbstractModel):
|
|
19539
19641
|
|
19540
19642
|
def __init__(self):
|
19541
19643
|
r"""
|
19542
|
-
:param _Result:
|
19644
|
+
:param _Result: 返回结果
|
19543
19645
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.InquireCkafkaPriceResp`
|
19544
19646
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19545
19647
|
:type RequestId: str
|
@@ -19549,7 +19651,7 @@ class InquireCkafkaPriceResponse(AbstractModel):
|
|
19549
19651
|
|
19550
19652
|
@property
|
19551
19653
|
def Result(self):
|
19552
|
-
"""
|
19654
|
+
"""返回结果
|
19553
19655
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.InquireCkafkaPriceResp`
|
19554
19656
|
"""
|
19555
19657
|
return self._Result
|
@@ -20237,11 +20339,11 @@ class Instance(AbstractModel):
|
|
20237
20339
|
|
20238
20340
|
def __init__(self):
|
20239
20341
|
r"""
|
20240
|
-
:param _InstanceId:
|
20342
|
+
:param _InstanceId: ckafka集群实例Id
|
20241
20343
|
:type InstanceId: str
|
20242
|
-
:param _InstanceName:
|
20344
|
+
:param _InstanceName: ckafka集群实例Name
|
20243
20345
|
:type InstanceName: str
|
20244
|
-
:param _Status: 实例的状态。0
|
20346
|
+
:param _Status: 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
20245
20347
|
:type Status: int
|
20246
20348
|
:param _IfCommunity: 是否开源实例。开源:true,不开源:false
|
20247
20349
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -20254,7 +20356,7 @@ class Instance(AbstractModel):
|
|
20254
20356
|
|
20255
20357
|
@property
|
20256
20358
|
def InstanceId(self):
|
20257
|
-
"""
|
20359
|
+
"""ckafka集群实例Id
|
20258
20360
|
:rtype: str
|
20259
20361
|
"""
|
20260
20362
|
return self._InstanceId
|
@@ -20265,7 +20367,7 @@ class Instance(AbstractModel):
|
|
20265
20367
|
|
20266
20368
|
@property
|
20267
20369
|
def InstanceName(self):
|
20268
|
-
"""
|
20370
|
+
"""ckafka集群实例Name
|
20269
20371
|
:rtype: str
|
20270
20372
|
"""
|
20271
20373
|
return self._InstanceName
|
@@ -20276,7 +20378,7 @@ class Instance(AbstractModel):
|
|
20276
20378
|
|
20277
20379
|
@property
|
20278
20380
|
def Status(self):
|
20279
|
-
"""实例的状态。0
|
20381
|
+
"""实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
20280
20382
|
:rtype: int
|
20281
20383
|
"""
|
20282
20384
|
return self._Status
|
@@ -20320,9 +20422,9 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20320
20422
|
|
20321
20423
|
def __init__(self):
|
20322
20424
|
r"""
|
20323
|
-
:param _InstanceId:
|
20425
|
+
:param _InstanceId: ckafka集群实例Id
|
20324
20426
|
:type InstanceId: str
|
20325
|
-
:param _InstanceName:
|
20427
|
+
:param _InstanceName: ckafka集群实例Name
|
20326
20428
|
:type InstanceName: str
|
20327
20429
|
:param _VipList: 接入点 VIP 列表信息
|
20328
20430
|
:type VipList: list of VipEntity
|
@@ -20330,7 +20432,7 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20330
20432
|
:type Vip: str
|
20331
20433
|
:param _Vport: 虚拟端口
|
20332
20434
|
:type Vport: str
|
20333
|
-
:param _Status: 实例的状态。0
|
20435
|
+
:param _Status: 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
20334
20436
|
:type Status: int
|
20335
20437
|
:param _Bandwidth: 实例带宽,单位:Mbps
|
20336
20438
|
:type Bandwidth: int
|
@@ -20366,10 +20468,10 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20366
20468
|
:param _ExpireTime: 过期时间
|
20367
20469
|
注意:此字段可能返回 null,表示取不到有效值。
|
20368
20470
|
:type ExpireTime: int
|
20369
|
-
:param _ZoneIds:
|
20471
|
+
:param _ZoneIds: 可用区列表
|
20370
20472
|
注意:此字段可能返回 null,表示取不到有效值。
|
20371
20473
|
:type ZoneIds: list of int
|
20372
|
-
:param _Version:
|
20474
|
+
:param _Version: ckafka集群实例版本
|
20373
20475
|
注意:此字段可能返回 null,表示取不到有效值。
|
20374
20476
|
:type Version: str
|
20375
20477
|
:param _MaxGroupNum: 最大分组数
|
@@ -20408,6 +20510,16 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20408
20510
|
:param _InstanceChargeType: 实例计费类型
|
20409
20511
|
注意:此字段可能返回 null,表示取不到有效值。
|
20410
20512
|
:type InstanceChargeType: str
|
20513
|
+
:param _ClusterType: 集群类型
|
20514
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20515
|
+
:type ClusterType: str
|
20516
|
+
:param _FreePartitionNumber: 免费分区数量
|
20517
|
+
:type FreePartitionNumber: int
|
20518
|
+
:param _ElasticFloatBandwidth: 弹性带宽上浮值
|
20519
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20520
|
+
:type ElasticFloatBandwidth: int
|
20521
|
+
:param _CustomCertId: ssl自定义证书id
|
20522
|
+
:type CustomCertId: str
|
20411
20523
|
"""
|
20412
20524
|
self._InstanceId = None
|
20413
20525
|
self._InstanceName = None
|
@@ -20445,10 +20557,14 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20445
20557
|
self._RemainingTopics = None
|
20446
20558
|
self._DynamicDiskConfig = None
|
20447
20559
|
self._InstanceChargeType = None
|
20560
|
+
self._ClusterType = None
|
20561
|
+
self._FreePartitionNumber = None
|
20562
|
+
self._ElasticFloatBandwidth = None
|
20563
|
+
self._CustomCertId = None
|
20448
20564
|
|
20449
20565
|
@property
|
20450
20566
|
def InstanceId(self):
|
20451
|
-
"""
|
20567
|
+
"""ckafka集群实例Id
|
20452
20568
|
:rtype: str
|
20453
20569
|
"""
|
20454
20570
|
return self._InstanceId
|
@@ -20459,7 +20575,7 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20459
20575
|
|
20460
20576
|
@property
|
20461
20577
|
def InstanceName(self):
|
20462
|
-
"""
|
20578
|
+
"""ckafka集群实例Name
|
20463
20579
|
:rtype: str
|
20464
20580
|
"""
|
20465
20581
|
return self._InstanceName
|
@@ -20503,7 +20619,7 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20503
20619
|
|
20504
20620
|
@property
|
20505
20621
|
def Status(self):
|
20506
|
-
"""实例的状态。0
|
20622
|
+
"""实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
20507
20623
|
:rtype: int
|
20508
20624
|
"""
|
20509
20625
|
return self._Status
|
@@ -20692,7 +20808,7 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20692
20808
|
|
20693
20809
|
@property
|
20694
20810
|
def ZoneIds(self):
|
20695
|
-
"""
|
20811
|
+
"""可用区列表
|
20696
20812
|
注意:此字段可能返回 null,表示取不到有效值。
|
20697
20813
|
:rtype: list of int
|
20698
20814
|
"""
|
@@ -20704,7 +20820,7 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20704
20820
|
|
20705
20821
|
@property
|
20706
20822
|
def Version(self):
|
20707
|
-
"""
|
20823
|
+
"""ckafka集群实例版本
|
20708
20824
|
注意:此字段可能返回 null,表示取不到有效值。
|
20709
20825
|
:rtype: str
|
20710
20826
|
"""
|
@@ -20858,6 +20974,52 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20858
20974
|
def InstanceChargeType(self, InstanceChargeType):
|
20859
20975
|
self._InstanceChargeType = InstanceChargeType
|
20860
20976
|
|
20977
|
+
@property
|
20978
|
+
def ClusterType(self):
|
20979
|
+
"""集群类型
|
20980
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
20981
|
+
:rtype: str
|
20982
|
+
"""
|
20983
|
+
return self._ClusterType
|
20984
|
+
|
20985
|
+
@ClusterType.setter
|
20986
|
+
def ClusterType(self, ClusterType):
|
20987
|
+
self._ClusterType = ClusterType
|
20988
|
+
|
20989
|
+
@property
|
20990
|
+
def FreePartitionNumber(self):
|
20991
|
+
"""免费分区数量
|
20992
|
+
:rtype: int
|
20993
|
+
"""
|
20994
|
+
return self._FreePartitionNumber
|
20995
|
+
|
20996
|
+
@FreePartitionNumber.setter
|
20997
|
+
def FreePartitionNumber(self, FreePartitionNumber):
|
20998
|
+
self._FreePartitionNumber = FreePartitionNumber
|
20999
|
+
|
21000
|
+
@property
|
21001
|
+
def ElasticFloatBandwidth(self):
|
21002
|
+
"""弹性带宽上浮值
|
21003
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
21004
|
+
:rtype: int
|
21005
|
+
"""
|
21006
|
+
return self._ElasticFloatBandwidth
|
21007
|
+
|
21008
|
+
@ElasticFloatBandwidth.setter
|
21009
|
+
def ElasticFloatBandwidth(self, ElasticFloatBandwidth):
|
21010
|
+
self._ElasticFloatBandwidth = ElasticFloatBandwidth
|
21011
|
+
|
21012
|
+
@property
|
21013
|
+
def CustomCertId(self):
|
21014
|
+
"""ssl自定义证书id
|
21015
|
+
:rtype: str
|
21016
|
+
"""
|
21017
|
+
return self._CustomCertId
|
21018
|
+
|
21019
|
+
@CustomCertId.setter
|
21020
|
+
def CustomCertId(self, CustomCertId):
|
21021
|
+
self._CustomCertId = CustomCertId
|
21022
|
+
|
20861
21023
|
|
20862
21024
|
def _deserialize(self, params):
|
20863
21025
|
self._InstanceId = params.get("InstanceId")
|
@@ -20912,6 +21074,10 @@ class InstanceAttributesResponse(AbstractModel):
|
|
20912
21074
|
self._DynamicDiskConfig = DynamicDiskConfig()
|
20913
21075
|
self._DynamicDiskConfig._deserialize(params.get("DynamicDiskConfig"))
|
20914
21076
|
self._InstanceChargeType = params.get("InstanceChargeType")
|
21077
|
+
self._ClusterType = params.get("ClusterType")
|
21078
|
+
self._FreePartitionNumber = params.get("FreePartitionNumber")
|
21079
|
+
self._ElasticFloatBandwidth = params.get("ElasticFloatBandwidth")
|
21080
|
+
self._CustomCertId = params.get("CustomCertId")
|
20915
21081
|
memeber_set = set(params.keys())
|
20916
21082
|
for name, value in vars(self).items():
|
20917
21083
|
property_name = name[1:]
|
@@ -21084,9 +21250,9 @@ class InstanceDetail(AbstractModel):
|
|
21084
21250
|
|
21085
21251
|
def __init__(self):
|
21086
21252
|
r"""
|
21087
|
-
:param _InstanceId:
|
21253
|
+
:param _InstanceId: ckafka集群实例Id
|
21088
21254
|
:type InstanceId: str
|
21089
|
-
:param _InstanceName:
|
21255
|
+
:param _InstanceName: ckafka集群实例名称
|
21090
21256
|
:type InstanceName: str
|
21091
21257
|
:param _Vip: 访问实例的vip 信息
|
21092
21258
|
:type Vip: str
|
@@ -21094,11 +21260,11 @@ class InstanceDetail(AbstractModel):
|
|
21094
21260
|
:type Vport: str
|
21095
21261
|
:param _VipList: 虚拟IP列表
|
21096
21262
|
:type VipList: list of VipEntity
|
21097
|
-
:param _Status: 实例的状态。0
|
21263
|
+
:param _Status: 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
21098
21264
|
:type Status: int
|
21099
21265
|
:param _Bandwidth: 实例带宽,单位Mbps
|
21100
21266
|
:type Bandwidth: int
|
21101
|
-
:param _DiskSize:
|
21267
|
+
:param _DiskSize: ckafka集群实例磁盘大小,单位G
|
21102
21268
|
:type DiskSize: int
|
21103
21269
|
:param _ZoneId: 可用区域ID
|
21104
21270
|
:type ZoneId: int
|
@@ -21131,10 +21297,10 @@ class InstanceDetail(AbstractModel):
|
|
21131
21297
|
:param _Cvm: ckafka售卖类型
|
21132
21298
|
注意:此字段可能返回 null,表示取不到有效值。
|
21133
21299
|
:type Cvm: int
|
21134
|
-
:param _InstanceType: ckafka
|
21300
|
+
:param _InstanceType: ckafka集群实例类型
|
21135
21301
|
注意:此字段可能返回 null,表示取不到有效值。
|
21136
21302
|
:type InstanceType: str
|
21137
|
-
:param _DiskType:
|
21303
|
+
:param _DiskType: ckafka集群实例磁盘类型
|
21138
21304
|
注意:此字段可能返回 null,表示取不到有效值。
|
21139
21305
|
:type DiskType: str
|
21140
21306
|
:param _MaxTopicNumber: 当前规格最大Topic数
|
@@ -21149,13 +21315,13 @@ class InstanceDetail(AbstractModel):
|
|
21149
21315
|
:param _PartitionNumber: 实例当前partition数量
|
21150
21316
|
注意:此字段可能返回 null,表示取不到有效值。
|
21151
21317
|
:type PartitionNumber: int
|
21152
|
-
:param _PublicNetworkChargeType:
|
21318
|
+
:param _PublicNetworkChargeType: ckafka集群实例公网带宽类型
|
21153
21319
|
注意:此字段可能返回 null,表示取不到有效值。
|
21154
21320
|
:type PublicNetworkChargeType: str
|
21155
|
-
:param _PublicNetwork:
|
21321
|
+
:param _PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
21156
21322
|
注意:此字段可能返回 null,表示取不到有效值。
|
21157
21323
|
:type PublicNetwork: int
|
21158
|
-
:param _ClusterType:
|
21324
|
+
:param _ClusterType: ckafka集群实例底层集群类型
|
21159
21325
|
注意:此字段可能返回 null,表示取不到有效值。
|
21160
21326
|
:type ClusterType: str
|
21161
21327
|
:param _Features: 实例功能列表
|
@@ -21197,7 +21363,7 @@ class InstanceDetail(AbstractModel):
|
|
21197
21363
|
|
21198
21364
|
@property
|
21199
21365
|
def InstanceId(self):
|
21200
|
-
"""
|
21366
|
+
"""ckafka集群实例Id
|
21201
21367
|
:rtype: str
|
21202
21368
|
"""
|
21203
21369
|
return self._InstanceId
|
@@ -21208,7 +21374,7 @@ class InstanceDetail(AbstractModel):
|
|
21208
21374
|
|
21209
21375
|
@property
|
21210
21376
|
def InstanceName(self):
|
21211
|
-
"""
|
21377
|
+
"""ckafka集群实例名称
|
21212
21378
|
:rtype: str
|
21213
21379
|
"""
|
21214
21380
|
return self._InstanceName
|
@@ -21252,7 +21418,7 @@ class InstanceDetail(AbstractModel):
|
|
21252
21418
|
|
21253
21419
|
@property
|
21254
21420
|
def Status(self):
|
21255
|
-
"""实例的状态。0
|
21421
|
+
"""实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
21256
21422
|
:rtype: int
|
21257
21423
|
"""
|
21258
21424
|
return self._Status
|
@@ -21274,7 +21440,7 @@ class InstanceDetail(AbstractModel):
|
|
21274
21440
|
|
21275
21441
|
@property
|
21276
21442
|
def DiskSize(self):
|
21277
|
-
"""
|
21443
|
+
"""ckafka集群实例磁盘大小,单位G
|
21278
21444
|
:rtype: int
|
21279
21445
|
"""
|
21280
21446
|
return self._DiskSize
|
@@ -21442,7 +21608,7 @@ class InstanceDetail(AbstractModel):
|
|
21442
21608
|
|
21443
21609
|
@property
|
21444
21610
|
def InstanceType(self):
|
21445
|
-
"""ckafka
|
21611
|
+
"""ckafka集群实例类型
|
21446
21612
|
注意:此字段可能返回 null,表示取不到有效值。
|
21447
21613
|
:rtype: str
|
21448
21614
|
"""
|
@@ -21454,7 +21620,7 @@ class InstanceDetail(AbstractModel):
|
|
21454
21620
|
|
21455
21621
|
@property
|
21456
21622
|
def DiskType(self):
|
21457
|
-
"""
|
21623
|
+
"""ckafka集群实例磁盘类型
|
21458
21624
|
注意:此字段可能返回 null,表示取不到有效值。
|
21459
21625
|
:rtype: str
|
21460
21626
|
"""
|
@@ -21514,7 +21680,7 @@ class InstanceDetail(AbstractModel):
|
|
21514
21680
|
|
21515
21681
|
@property
|
21516
21682
|
def PublicNetworkChargeType(self):
|
21517
|
-
"""
|
21683
|
+
"""ckafka集群实例公网带宽类型
|
21518
21684
|
注意:此字段可能返回 null,表示取不到有效值。
|
21519
21685
|
:rtype: str
|
21520
21686
|
"""
|
@@ -21526,7 +21692,7 @@ class InstanceDetail(AbstractModel):
|
|
21526
21692
|
|
21527
21693
|
@property
|
21528
21694
|
def PublicNetwork(self):
|
21529
|
-
"""
|
21695
|
+
"""公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
21530
21696
|
注意:此字段可能返回 null,表示取不到有效值。
|
21531
21697
|
:rtype: int
|
21532
21698
|
"""
|
@@ -21538,7 +21704,7 @@ class InstanceDetail(AbstractModel):
|
|
21538
21704
|
|
21539
21705
|
@property
|
21540
21706
|
def ClusterType(self):
|
21541
|
-
"""
|
21707
|
+
"""ckafka集群实例底层集群类型
|
21542
21708
|
注意:此字段可能返回 null,表示取不到有效值。
|
21543
21709
|
:rtype: str
|
21544
21710
|
"""
|
@@ -21792,7 +21958,7 @@ class InstanceScalingDownRequest(AbstractModel):
|
|
21792
21958
|
|
21793
21959
|
def __init__(self):
|
21794
21960
|
r"""
|
21795
|
-
:param _InstanceId:
|
21961
|
+
:param _InstanceId: ckafka集群实例Id
|
21796
21962
|
:type InstanceId: str
|
21797
21963
|
:param _UpgradeStrategy: 缩容模式 1:稳定变配
|
21798
21964
|
2.高速变配
|
@@ -21812,7 +21978,7 @@ class InstanceScalingDownRequest(AbstractModel):
|
|
21812
21978
|
|
21813
21979
|
@property
|
21814
21980
|
def InstanceId(self):
|
21815
|
-
"""
|
21981
|
+
"""ckafka集群实例Id
|
21816
21982
|
:rtype: str
|
21817
21983
|
"""
|
21818
21984
|
return self._InstanceId
|
@@ -21890,7 +22056,7 @@ class InstanceScalingDownResponse(AbstractModel):
|
|
21890
22056
|
|
21891
22057
|
def __init__(self):
|
21892
22058
|
r"""
|
21893
|
-
:param _Result:
|
22059
|
+
:param _Result: 返回结果
|
21894
22060
|
注意:此字段可能返回 null,表示取不到有效值。
|
21895
22061
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.ScalingDownResp`
|
21896
22062
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -21901,7 +22067,7 @@ class InstanceScalingDownResponse(AbstractModel):
|
|
21901
22067
|
|
21902
22068
|
@property
|
21903
22069
|
def Result(self):
|
21904
|
-
"""
|
22070
|
+
"""返回结果
|
21905
22071
|
注意:此字段可能返回 null,表示取不到有效值。
|
21906
22072
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.ScalingDownResp`
|
21907
22073
|
"""
|
@@ -22234,9 +22400,9 @@ class KafkaParam(AbstractModel):
|
|
22234
22400
|
r"""
|
22235
22401
|
:param _SelfBuilt: 是否为自建集群
|
22236
22402
|
:type SelfBuilt: bool
|
22237
|
-
:param _Resource:
|
22403
|
+
:param _Resource: ckafka集群实例Id
|
22238
22404
|
:type Resource: str
|
22239
|
-
:param _Topic:
|
22405
|
+
:param _Topic: 主题名,多个以“,”分隔
|
22240
22406
|
:type Topic: str
|
22241
22407
|
:param _OffsetType: Offset类型,最开始位置earliest,最新位置latest,时间点位置timestamp
|
22242
22408
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -22247,10 +22413,10 @@ class KafkaParam(AbstractModel):
|
|
22247
22413
|
:param _ResourceName: 实例资源名称
|
22248
22414
|
注意:此字段可能返回 null,表示取不到有效值。
|
22249
22415
|
:type ResourceName: str
|
22250
|
-
:param _ZoneId:
|
22416
|
+
:param _ZoneId: 可用区
|
22251
22417
|
注意:此字段可能返回 null,表示取不到有效值。
|
22252
22418
|
:type ZoneId: int
|
22253
|
-
:param _TopicId:
|
22419
|
+
:param _TopicId: 主题Id
|
22254
22420
|
注意:此字段可能返回 null,表示取不到有效值。
|
22255
22421
|
:type TopicId: str
|
22256
22422
|
:param _PartitionNum: Topic的分区数
|
@@ -22316,7 +22482,7 @@ class KafkaParam(AbstractModel):
|
|
22316
22482
|
|
22317
22483
|
@property
|
22318
22484
|
def Resource(self):
|
22319
|
-
"""
|
22485
|
+
"""ckafka集群实例Id
|
22320
22486
|
:rtype: str
|
22321
22487
|
"""
|
22322
22488
|
return self._Resource
|
@@ -22327,7 +22493,7 @@ class KafkaParam(AbstractModel):
|
|
22327
22493
|
|
22328
22494
|
@property
|
22329
22495
|
def Topic(self):
|
22330
|
-
"""
|
22496
|
+
"""主题名,多个以“,”分隔
|
22331
22497
|
:rtype: str
|
22332
22498
|
"""
|
22333
22499
|
return self._Topic
|
@@ -22374,7 +22540,7 @@ class KafkaParam(AbstractModel):
|
|
22374
22540
|
|
22375
22541
|
@property
|
22376
22542
|
def ZoneId(self):
|
22377
|
-
"""
|
22543
|
+
"""可用区
|
22378
22544
|
注意:此字段可能返回 null,表示取不到有效值。
|
22379
22545
|
:rtype: int
|
22380
22546
|
"""
|
@@ -22386,7 +22552,7 @@ class KafkaParam(AbstractModel):
|
|
22386
22552
|
|
22387
22553
|
@property
|
22388
22554
|
def TopicId(self):
|
22389
|
-
"""
|
22555
|
+
"""主题Id
|
22390
22556
|
注意:此字段可能返回 null,表示取不到有效值。
|
22391
22557
|
:rtype: str
|
22392
22558
|
"""
|
@@ -22919,7 +23085,7 @@ class MariaDBParam(AbstractModel):
|
|
22919
23085
|
:param _Resource: 该MariaDB在连接管理内的Id
|
22920
23086
|
注意:此字段可能返回 null,表示取不到有效值。
|
22921
23087
|
:type Resource: str
|
22922
|
-
:param _SnapshotMode: 复制存量信息(schema_only不复制, initial全量)
|
23088
|
+
:param _SnapshotMode: 复制存量信息(schema_only不复制, initial全量),默认值initial
|
22923
23089
|
注意:此字段可能返回 null,表示取不到有效值。
|
22924
23090
|
:type SnapshotMode: str
|
22925
23091
|
:param _KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
|
@@ -22990,7 +23156,7 @@ class MariaDBParam(AbstractModel):
|
|
22990
23156
|
|
22991
23157
|
@property
|
22992
23158
|
def SnapshotMode(self):
|
22993
|
-
"""复制存量信息(schema_only不复制, initial全量)
|
23159
|
+
"""复制存量信息(schema_only不复制, initial全量),默认值initial
|
22994
23160
|
注意:此字段可能返回 null,表示取不到有效值。
|
22995
23161
|
:rtype: str
|
22996
23162
|
"""
|
@@ -23101,9 +23267,9 @@ class ModifyAclRuleRequest(AbstractModel):
|
|
23101
23267
|
|
23102
23268
|
def __init__(self):
|
23103
23269
|
r"""
|
23104
|
-
:param _InstanceId:
|
23270
|
+
:param _InstanceId: ckafka集群实例Id
|
23105
23271
|
:type InstanceId: str
|
23106
|
-
:param _RuleName: ACL
|
23272
|
+
:param _RuleName: ACL规则名
|
23107
23273
|
:type RuleName: str
|
23108
23274
|
:param _IsApplied: 修改预设规则时传入,是否应用到新增的Topic
|
23109
23275
|
:type IsApplied: int
|
@@ -23114,7 +23280,7 @@ class ModifyAclRuleRequest(AbstractModel):
|
|
23114
23280
|
|
23115
23281
|
@property
|
23116
23282
|
def InstanceId(self):
|
23117
|
-
"""
|
23283
|
+
"""ckafka集群实例Id
|
23118
23284
|
:rtype: str
|
23119
23285
|
"""
|
23120
23286
|
return self._InstanceId
|
@@ -23125,7 +23291,7 @@ class ModifyAclRuleRequest(AbstractModel):
|
|
23125
23291
|
|
23126
23292
|
@property
|
23127
23293
|
def RuleName(self):
|
23128
|
-
"""ACL
|
23294
|
+
"""ACL规则名
|
23129
23295
|
:rtype: str
|
23130
23296
|
"""
|
23131
23297
|
return self._RuleName
|
@@ -23638,7 +23804,7 @@ class ModifyDatahubTopicRequest(AbstractModel):
|
|
23638
23804
|
|
23639
23805
|
def __init__(self):
|
23640
23806
|
r"""
|
23641
|
-
:param _Name: 名称
|
23807
|
+
:param _Name: 弹性topic名称
|
23642
23808
|
:type Name: str
|
23643
23809
|
:param _RetentionMs: 消息保留时间,单位:ms,当前最小值为60000ms。
|
23644
23810
|
:type RetentionMs: int
|
@@ -23654,7 +23820,7 @@ class ModifyDatahubTopicRequest(AbstractModel):
|
|
23654
23820
|
|
23655
23821
|
@property
|
23656
23822
|
def Name(self):
|
23657
|
-
"""名称
|
23823
|
+
"""弹性topic名称
|
23658
23824
|
:rtype: str
|
23659
23825
|
"""
|
23660
23826
|
return self._Name
|
@@ -23769,13 +23935,13 @@ class ModifyGroupOffsetsRequest(AbstractModel):
|
|
23769
23935
|
|
23770
23936
|
def __init__(self):
|
23771
23937
|
r"""
|
23772
|
-
:param _InstanceId:
|
23938
|
+
:param _InstanceId: ckafka集群实例Id
|
23773
23939
|
:type InstanceId: str
|
23774
|
-
:param _Group:
|
23940
|
+
:param _Group: 消费分组名称
|
23775
23941
|
:type Group: str
|
23776
23942
|
:param _Strategy: 重置offset的策略,入参含义 0. 对齐shift-by参数,代表把offset向前或向后移动shift条 1. 对齐参考(by-duration,to-datetime,to-earliest,to-latest),代表把offset移动到指定timestamp的位置 2. 对齐参考(to-offset),代表把offset移动到指定的offset位置
|
23777
23943
|
:type Strategy: int
|
23778
|
-
:param _Topics:
|
23944
|
+
:param _Topics: 需要重置的主题名列表, 不填表示全部
|
23779
23945
|
:type Topics: list of str
|
23780
23946
|
:param _Shift: 当strategy为0时,必须包含该字段,可以大于零代表会把offset向后移动shift条,小于零则将offset向前回溯shift条数。正确重置后新的offset应该是(old_offset + shift),需要注意的是如果新的offset小于partition的earliest则会设置为earliest,如果大于partition 的latest则会设置为latest
|
23781
23947
|
:type Shift: int
|
@@ -23797,7 +23963,7 @@ class ModifyGroupOffsetsRequest(AbstractModel):
|
|
23797
23963
|
|
23798
23964
|
@property
|
23799
23965
|
def InstanceId(self):
|
23800
|
-
"""
|
23966
|
+
"""ckafka集群实例Id
|
23801
23967
|
:rtype: str
|
23802
23968
|
"""
|
23803
23969
|
return self._InstanceId
|
@@ -23808,7 +23974,7 @@ class ModifyGroupOffsetsRequest(AbstractModel):
|
|
23808
23974
|
|
23809
23975
|
@property
|
23810
23976
|
def Group(self):
|
23811
|
-
"""
|
23977
|
+
"""消费分组名称
|
23812
23978
|
:rtype: str
|
23813
23979
|
"""
|
23814
23980
|
return self._Group
|
@@ -23830,7 +23996,7 @@ class ModifyGroupOffsetsRequest(AbstractModel):
|
|
23830
23996
|
|
23831
23997
|
@property
|
23832
23998
|
def Topics(self):
|
23833
|
-
"""
|
23999
|
+
"""需要重置的主题名列表, 不填表示全部
|
23834
24000
|
:rtype: list of str
|
23835
24001
|
"""
|
23836
24002
|
return self._Topics
|
@@ -24021,23 +24187,23 @@ class ModifyInstanceAttributesRequest(AbstractModel):
|
|
24021
24187
|
|
24022
24188
|
def __init__(self):
|
24023
24189
|
r"""
|
24024
|
-
:param _InstanceId:
|
24190
|
+
:param _InstanceId: ckafka集群实例Id
|
24025
24191
|
:type InstanceId: str
|
24026
|
-
:param _MsgRetentionTime: 实例日志的最长保留时间,单位分钟,最大
|
24192
|
+
:param _MsgRetentionTime: 实例日志的最长保留时间,单位分钟,最大90天,0代表不开启日志保留时间回收策略
|
24027
24193
|
:type MsgRetentionTime: int
|
24028
|
-
:param _InstanceName:
|
24194
|
+
:param _InstanceName: ckafka集群实例Name
|
24029
24195
|
:type InstanceName: str
|
24030
24196
|
:param _Config: 实例配置
|
24031
24197
|
:type Config: :class:`tencentcloud.ckafka.v20190819.models.ModifyInstanceAttributesConfig`
|
24032
24198
|
:param _DynamicRetentionConfig: 动态消息保留策略配置
|
24033
24199
|
:type DynamicRetentionConfig: :class:`tencentcloud.ckafka.v20190819.models.DynamicRetentionTime`
|
24034
|
-
:param _RebalanceTime: 升配Rebalance时间
|
24200
|
+
:param _RebalanceTime: 升配Rebalance时间 参数已废弃,忽略不填!!!
|
24035
24201
|
:type RebalanceTime: int
|
24036
|
-
:param _PublicNetwork: 公网带宽
|
24202
|
+
:param _PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
24037
24203
|
:type PublicNetwork: int
|
24038
24204
|
:param _DynamicDiskConfig: 动态硬盘扩容策略配置
|
24039
24205
|
:type DynamicDiskConfig: :class:`tencentcloud.ckafka.v20190819.models.DynamicDiskConfig`
|
24040
|
-
:param _MaxMessageByte: 实例级别单条消息大小(单位byte)
|
24206
|
+
:param _MaxMessageByte: 实例级别单条消息大小(单位byte) 最大 12582912(不包含) 最小1024(不包含)
|
24041
24207
|
:type MaxMessageByte: int
|
24042
24208
|
"""
|
24043
24209
|
self._InstanceId = None
|
@@ -24052,7 +24218,7 @@ class ModifyInstanceAttributesRequest(AbstractModel):
|
|
24052
24218
|
|
24053
24219
|
@property
|
24054
24220
|
def InstanceId(self):
|
24055
|
-
"""
|
24221
|
+
"""ckafka集群实例Id
|
24056
24222
|
:rtype: str
|
24057
24223
|
"""
|
24058
24224
|
return self._InstanceId
|
@@ -24063,7 +24229,7 @@ class ModifyInstanceAttributesRequest(AbstractModel):
|
|
24063
24229
|
|
24064
24230
|
@property
|
24065
24231
|
def MsgRetentionTime(self):
|
24066
|
-
"""实例日志的最长保留时间,单位分钟,最大
|
24232
|
+
"""实例日志的最长保留时间,单位分钟,最大90天,0代表不开启日志保留时间回收策略
|
24067
24233
|
:rtype: int
|
24068
24234
|
"""
|
24069
24235
|
return self._MsgRetentionTime
|
@@ -24074,7 +24240,7 @@ class ModifyInstanceAttributesRequest(AbstractModel):
|
|
24074
24240
|
|
24075
24241
|
@property
|
24076
24242
|
def InstanceName(self):
|
24077
|
-
"""
|
24243
|
+
"""ckafka集群实例Name
|
24078
24244
|
:rtype: str
|
24079
24245
|
"""
|
24080
24246
|
return self._InstanceName
|
@@ -24107,7 +24273,7 @@ class ModifyInstanceAttributesRequest(AbstractModel):
|
|
24107
24273
|
|
24108
24274
|
@property
|
24109
24275
|
def RebalanceTime(self):
|
24110
|
-
"""升配Rebalance时间
|
24276
|
+
"""升配Rebalance时间 参数已废弃,忽略不填!!!
|
24111
24277
|
:rtype: int
|
24112
24278
|
"""
|
24113
24279
|
return self._RebalanceTime
|
@@ -24118,7 +24284,7 @@ class ModifyInstanceAttributesRequest(AbstractModel):
|
|
24118
24284
|
|
24119
24285
|
@property
|
24120
24286
|
def PublicNetwork(self):
|
24121
|
-
"""公网带宽
|
24287
|
+
"""公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
24122
24288
|
:rtype: int
|
24123
24289
|
"""
|
24124
24290
|
return self._PublicNetwork
|
@@ -24144,7 +24310,7 @@ class ModifyInstanceAttributesRequest(AbstractModel):
|
|
24144
24310
|
|
24145
24311
|
@property
|
24146
24312
|
def MaxMessageByte(self):
|
24147
|
-
"""实例级别单条消息大小(单位byte)
|
24313
|
+
"""实例级别单条消息大小(单位byte) 最大 12582912(不包含) 最小1024(不包含)
|
24148
24314
|
:rtype: int
|
24149
24315
|
"""
|
24150
24316
|
return self._MaxMessageByte
|
@@ -24490,7 +24656,7 @@ class ModifyRoutineMaintenanceTaskRequest(AbstractModel):
|
|
24490
24656
|
:type MaintenanceType: str
|
24491
24657
|
:param _MaintenanceSubtype: INSTANCE_STORAGE_CAPACITY(磁盘自动扩容)/MESSAGE_RETENTION_PERIOD(磁盘动态消息保留策略)
|
24492
24658
|
:type MaintenanceSubtype: str
|
24493
|
-
:param _TopicName:
|
24659
|
+
:param _TopicName: 主题名
|
24494
24660
|
:type TopicName: str
|
24495
24661
|
:param _ConfigureThreshold: 任务触发阈值
|
24496
24662
|
:type ConfigureThreshold: int
|
@@ -24554,7 +24720,7 @@ class ModifyRoutineMaintenanceTaskRequest(AbstractModel):
|
|
24554
24720
|
|
24555
24721
|
@property
|
24556
24722
|
def TopicName(self):
|
24557
|
-
"""
|
24723
|
+
"""主题名
|
24558
24724
|
:rtype: str
|
24559
24725
|
"""
|
24560
24726
|
return self._TopicName
|
@@ -24715,9 +24881,9 @@ class ModifyTopicAttributesRequest(AbstractModel):
|
|
24715
24881
|
|
24716
24882
|
def __init__(self):
|
24717
24883
|
r"""
|
24718
|
-
:param _InstanceId:
|
24884
|
+
:param _InstanceId: ckafka集群实例Id
|
24719
24885
|
:type InstanceId: str
|
24720
|
-
:param _TopicName:
|
24886
|
+
:param _TopicName: 主题名
|
24721
24887
|
:type TopicName: str
|
24722
24888
|
:param _Note: 主题备注,是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线-。
|
24723
24889
|
:type Note: str
|
@@ -24739,7 +24905,7 @@ class ModifyTopicAttributesRequest(AbstractModel):
|
|
24739
24905
|
:type IpWhiteList: list of str
|
24740
24906
|
:param _EnableAclRule: 预设ACL规则, 1:打开 0:关闭,默认不打开
|
24741
24907
|
:type EnableAclRule: int
|
24742
|
-
:param _AclRuleName:
|
24908
|
+
:param _AclRuleName: ACL规则名
|
24743
24909
|
:type AclRuleName: str
|
24744
24910
|
:param _RetentionBytes: 可选, 保留文件大小. 默认为-1,单位bytes, 当前最小值为1048576B
|
24745
24911
|
:type RetentionBytes: int
|
@@ -24749,7 +24915,7 @@ class ModifyTopicAttributesRequest(AbstractModel):
|
|
24749
24915
|
:type QuotaProducerByteRate: int
|
24750
24916
|
:param _QuotaConsumerByteRate: 消费限流,单位 MB/s
|
24751
24917
|
:type QuotaConsumerByteRate: int
|
24752
|
-
:param _ReplicaNum:
|
24918
|
+
:param _ReplicaNum: topic副本数 最小值 1,最大值 3
|
24753
24919
|
:type ReplicaNum: int
|
24754
24920
|
"""
|
24755
24921
|
self._InstanceId = None
|
@@ -24773,7 +24939,7 @@ class ModifyTopicAttributesRequest(AbstractModel):
|
|
24773
24939
|
|
24774
24940
|
@property
|
24775
24941
|
def InstanceId(self):
|
24776
|
-
"""
|
24942
|
+
"""ckafka集群实例Id
|
24777
24943
|
:rtype: str
|
24778
24944
|
"""
|
24779
24945
|
return self._InstanceId
|
@@ -24784,7 +24950,7 @@ class ModifyTopicAttributesRequest(AbstractModel):
|
|
24784
24950
|
|
24785
24951
|
@property
|
24786
24952
|
def TopicName(self):
|
24787
|
-
"""
|
24953
|
+
"""主题名
|
24788
24954
|
:rtype: str
|
24789
24955
|
"""
|
24790
24956
|
return self._TopicName
|
@@ -24905,7 +25071,7 @@ class ModifyTopicAttributesRequest(AbstractModel):
|
|
24905
25071
|
|
24906
25072
|
@property
|
24907
25073
|
def AclRuleName(self):
|
24908
|
-
"""
|
25074
|
+
"""ACL规则名
|
24909
25075
|
:rtype: str
|
24910
25076
|
"""
|
24911
25077
|
return self._AclRuleName
|
@@ -24960,7 +25126,7 @@ class ModifyTopicAttributesRequest(AbstractModel):
|
|
24960
25126
|
|
24961
25127
|
@property
|
24962
25128
|
def ReplicaNum(self):
|
24963
|
-
"""
|
25129
|
+
"""topic副本数 最小值 1,最大值 3
|
24964
25130
|
:rtype: int
|
24965
25131
|
"""
|
24966
25132
|
return self._ReplicaNum
|
@@ -25011,7 +25177,7 @@ class ModifyTopicAttributesResponse(AbstractModel):
|
|
25011
25177
|
|
25012
25178
|
def __init__(self):
|
25013
25179
|
r"""
|
25014
|
-
:param _Result:
|
25180
|
+
:param _Result: 返回结果
|
25015
25181
|
:type Result: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
|
25016
25182
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
25017
25183
|
:type RequestId: str
|
@@ -25021,7 +25187,7 @@ class ModifyTopicAttributesResponse(AbstractModel):
|
|
25021
25187
|
|
25022
25188
|
@property
|
25023
25189
|
def Result(self):
|
25024
|
-
"""
|
25190
|
+
"""返回结果
|
25025
25191
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
|
25026
25192
|
"""
|
25027
25193
|
return self._Result
|
@@ -26317,7 +26483,7 @@ class MySQLParam(AbstractModel):
|
|
26317
26483
|
:param _Resource: 该MySQL在连接管理内的Id
|
26318
26484
|
注意:此字段可能返回 null,表示取不到有效值。
|
26319
26485
|
:type Resource: str
|
26320
|
-
:param _SnapshotMode: 复制存量信息(schema_only不复制, initial全量)
|
26486
|
+
:param _SnapshotMode: 复制存量信息(schema_only不复制, initial全量),默认值initial
|
26321
26487
|
注意:此字段可能返回 null,表示取不到有效值。
|
26322
26488
|
:type SnapshotMode: str
|
26323
26489
|
:param _DdlTopic: 存放MySQL的Ddl信息的Topic,为空则默认不存放
|
@@ -26460,7 +26626,7 @@ class MySQLParam(AbstractModel):
|
|
26460
26626
|
|
26461
26627
|
@property
|
26462
26628
|
def SnapshotMode(self):
|
26463
|
-
"""复制存量信息(schema_only不复制, initial全量)
|
26629
|
+
"""复制存量信息(schema_only不复制, initial全量),默认值initial
|
26464
26630
|
注意:此字段可能返回 null,表示取不到有效值。
|
26465
26631
|
:rtype: str
|
26466
26632
|
"""
|
@@ -26905,10 +27071,10 @@ class PartitionOffset(AbstractModel):
|
|
26905
27071
|
|
26906
27072
|
def __init__(self):
|
26907
27073
|
r"""
|
26908
|
-
:param _Partition:
|
27074
|
+
:param _Partition: 分区
|
26909
27075
|
注意:此字段可能返回 null,表示取不到有效值。
|
26910
27076
|
:type Partition: str
|
26911
|
-
:param _Offset:
|
27077
|
+
:param _Offset: 位点偏移量
|
26912
27078
|
注意:此字段可能返回 null,表示取不到有效值。
|
26913
27079
|
:type Offset: int
|
26914
27080
|
"""
|
@@ -26917,7 +27083,7 @@ class PartitionOffset(AbstractModel):
|
|
26917
27083
|
|
26918
27084
|
@property
|
26919
27085
|
def Partition(self):
|
26920
|
-
"""
|
27086
|
+
"""分区
|
26921
27087
|
注意:此字段可能返回 null,表示取不到有效值。
|
26922
27088
|
:rtype: str
|
26923
27089
|
"""
|
@@ -26929,7 +27095,7 @@ class PartitionOffset(AbstractModel):
|
|
26929
27095
|
|
26930
27096
|
@property
|
26931
27097
|
def Offset(self):
|
26932
|
-
"""
|
27098
|
+
"""位点偏移量
|
26933
27099
|
注意:此字段可能返回 null,表示取不到有效值。
|
26934
27100
|
:rtype: int
|
26935
27101
|
"""
|
@@ -28130,7 +28296,7 @@ class Region(AbstractModel):
|
|
28130
28296
|
:param _RegionCodeV3: 地域代码(V3版本)
|
28131
28297
|
注意:此字段可能返回 null,表示取不到有效值。
|
28132
28298
|
:type RegionCodeV3: str
|
28133
|
-
:param _Support: NONE
|
28299
|
+
:param _Support: NONE:默认值不支持任何特殊类型 实例类型
|
28134
28300
|
注意:此字段可能返回 null,表示取不到有效值。
|
28135
28301
|
:type Support: str
|
28136
28302
|
:param _Ipv6: 是否支持ipv6, 0:表示不支持,1:表示支持
|
@@ -28208,7 +28374,7 @@ class Region(AbstractModel):
|
|
28208
28374
|
|
28209
28375
|
@property
|
28210
28376
|
def Support(self):
|
28211
|
-
"""NONE
|
28377
|
+
"""NONE:默认值不支持任何特殊类型 实例类型
|
28212
28378
|
注意:此字段可能返回 null,表示取不到有效值。
|
28213
28379
|
:rtype: str
|
28214
28380
|
"""
|
@@ -28269,7 +28435,7 @@ class RenewCkafkaInstanceRequest(AbstractModel):
|
|
28269
28435
|
|
28270
28436
|
def __init__(self):
|
28271
28437
|
r"""
|
28272
|
-
:param _InstanceId:
|
28438
|
+
:param _InstanceId: ckafka集群实例Id
|
28273
28439
|
:type InstanceId: str
|
28274
28440
|
:param _TimeSpan: 续费时长, 默认为1, 单位是月
|
28275
28441
|
:type TimeSpan: int
|
@@ -28279,7 +28445,7 @@ class RenewCkafkaInstanceRequest(AbstractModel):
|
|
28279
28445
|
|
28280
28446
|
@property
|
28281
28447
|
def InstanceId(self):
|
28282
|
-
"""
|
28448
|
+
"""ckafka集群实例Id
|
28283
28449
|
:rtype: str
|
28284
28450
|
"""
|
28285
28451
|
return self._InstanceId
|
@@ -28477,7 +28643,7 @@ class Route(AbstractModel):
|
|
28477
28643
|
2:SSL(SSL加密通信,没有带用户信息,老版本及社区版本都支持)
|
28478
28644
|
3:SASL_SSL(SSL加密通信,在数据开始时,会通过SASL方式登录鉴权,仅社区版本支持)
|
28479
28645
|
:type AccessType: int
|
28480
|
-
:param _RouteId: 路由
|
28646
|
+
:param _RouteId: 路由Id
|
28481
28647
|
:type RouteId: int
|
28482
28648
|
:param _VipType: vip网络类型(1:外网TGW 2:基础网络 3:VPC网络 4:支撑网络(idc 环境) 5:SSL外网访问方式访问 6:黑石环境vpc 7:支撑网络(cvm 环境)
|
28483
28649
|
:type VipType: int
|
@@ -28492,13 +28658,13 @@ class Route(AbstractModel):
|
|
28492
28658
|
:param _DeleteTimestamp: 时间戳
|
28493
28659
|
注意:此字段可能返回 null,表示取不到有效值。
|
28494
28660
|
:type DeleteTimestamp: str
|
28495
|
-
:param _Subnet:
|
28661
|
+
:param _Subnet: 子网Id
|
28496
28662
|
注意:此字段可能返回 null,表示取不到有效值。
|
28497
28663
|
:type Subnet: str
|
28498
28664
|
:param _BrokerVipList: 虚拟IP列表(1对1 broker节点)
|
28499
28665
|
注意:此字段可能返回 null,表示取不到有效值。
|
28500
28666
|
:type BrokerVipList: list of VipEntity
|
28501
|
-
:param _VpcId:
|
28667
|
+
:param _VpcId: 私有网络Id
|
28502
28668
|
注意:此字段可能返回 null,表示取不到有效值。
|
28503
28669
|
:type VpcId: str
|
28504
28670
|
"""
|
@@ -28530,7 +28696,7 @@ class Route(AbstractModel):
|
|
28530
28696
|
|
28531
28697
|
@property
|
28532
28698
|
def RouteId(self):
|
28533
|
-
"""路由
|
28699
|
+
"""路由Id
|
28534
28700
|
:rtype: int
|
28535
28701
|
"""
|
28536
28702
|
return self._RouteId
|
@@ -28599,7 +28765,7 @@ class Route(AbstractModel):
|
|
28599
28765
|
|
28600
28766
|
@property
|
28601
28767
|
def Subnet(self):
|
28602
|
-
"""
|
28768
|
+
"""子网Id
|
28603
28769
|
注意:此字段可能返回 null,表示取不到有效值。
|
28604
28770
|
:rtype: str
|
28605
28771
|
"""
|
@@ -28623,7 +28789,7 @@ class Route(AbstractModel):
|
|
28623
28789
|
|
28624
28790
|
@property
|
28625
28791
|
def VpcId(self):
|
28626
|
-
"""
|
28792
|
+
"""私有网络Id
|
28627
28793
|
注意:此字段可能返回 null,表示取不到有效值。
|
28628
28794
|
:rtype: str
|
28629
28795
|
"""
|
@@ -29422,7 +29588,7 @@ class ScalingDownResp(AbstractModel):
|
|
29422
29588
|
|
29423
29589
|
def __init__(self):
|
29424
29590
|
r"""
|
29425
|
-
:param _DealNames:
|
29591
|
+
:param _DealNames: 订单号列表
|
29426
29592
|
注意:此字段可能返回 null,表示取不到有效值。
|
29427
29593
|
:type DealNames: list of str
|
29428
29594
|
"""
|
@@ -29430,7 +29596,7 @@ class ScalingDownResp(AbstractModel):
|
|
29430
29596
|
|
29431
29597
|
@property
|
29432
29598
|
def DealNames(self):
|
29433
|
-
"""
|
29599
|
+
"""订单号列表
|
29434
29600
|
注意:此字段可能返回 null,表示取不到有效值。
|
29435
29601
|
:rtype: list of str
|
29436
29602
|
"""
|
@@ -30470,13 +30636,13 @@ class TopicDetail(AbstractModel):
|
|
30470
30636
|
|
30471
30637
|
def __init__(self):
|
30472
30638
|
r"""
|
30473
|
-
:param _TopicName:
|
30639
|
+
:param _TopicName: 主题名
|
30474
30640
|
:type TopicName: str
|
30475
|
-
:param _TopicId: 主题
|
30641
|
+
:param _TopicId: 主题Id
|
30476
30642
|
:type TopicId: str
|
30477
30643
|
:param _PartitionNum: 分区数
|
30478
30644
|
:type PartitionNum: int
|
30479
|
-
:param _ReplicaNum: 副本数
|
30645
|
+
:param _ReplicaNum: topic副本数 最小值 1,最大值 3
|
30480
30646
|
:type ReplicaNum: int
|
30481
30647
|
:param _Note: 备注
|
30482
30648
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -30525,7 +30691,7 @@ class TopicDetail(AbstractModel):
|
|
30525
30691
|
|
30526
30692
|
@property
|
30527
30693
|
def TopicName(self):
|
30528
|
-
"""
|
30694
|
+
"""主题名
|
30529
30695
|
:rtype: str
|
30530
30696
|
"""
|
30531
30697
|
return self._TopicName
|
@@ -30536,7 +30702,7 @@ class TopicDetail(AbstractModel):
|
|
30536
30702
|
|
30537
30703
|
@property
|
30538
30704
|
def TopicId(self):
|
30539
|
-
"""主题
|
30705
|
+
"""主题Id
|
30540
30706
|
:rtype: str
|
30541
30707
|
"""
|
30542
30708
|
return self._TopicId
|
@@ -30558,7 +30724,7 @@ class TopicDetail(AbstractModel):
|
|
30558
30724
|
|
30559
30725
|
@property
|
30560
30726
|
def ReplicaNum(self):
|
30561
|
-
"""副本数
|
30727
|
+
"""topic副本数 最小值 1,最大值 3
|
30562
30728
|
:rtype: int
|
30563
30729
|
"""
|
30564
30730
|
return self._ReplicaNum
|
@@ -30803,7 +30969,7 @@ class TopicFlowRanking(AbstractModel):
|
|
30803
30969
|
:type PartitionNum: int
|
30804
30970
|
:param _ReplicaNum: 副本数
|
30805
30971
|
:type ReplicaNum: int
|
30806
|
-
:param _TopicTraffic: Topic
|
30972
|
+
:param _TopicTraffic: Topic 流量,单位MB(设置date时以sum方式聚合)
|
30807
30973
|
:type TopicTraffic: str
|
30808
30974
|
:param _MessageHeap: Topic 消息堆积
|
30809
30975
|
:type MessageHeap: int
|
@@ -30861,7 +31027,7 @@ class TopicFlowRanking(AbstractModel):
|
|
30861
31027
|
|
30862
31028
|
@property
|
30863
31029
|
def TopicTraffic(self):
|
30864
|
-
"""Topic
|
31030
|
+
"""Topic 流量,单位MB(设置date时以sum方式聚合)
|
30865
31031
|
:rtype: str
|
30866
31032
|
"""
|
30867
31033
|
return self._TopicTraffic
|
@@ -31514,7 +31680,7 @@ class TopicPartitionDO(AbstractModel):
|
|
31514
31680
|
|
31515
31681
|
def __init__(self):
|
31516
31682
|
r"""
|
31517
|
-
:param _Partition: Partition ID
|
31683
|
+
:param _Partition: Partition 分区ID
|
31518
31684
|
:type Partition: int
|
31519
31685
|
:param _LeaderStatus: Leader 运行状态
|
31520
31686
|
:type LeaderStatus: int
|
@@ -31530,7 +31696,7 @@ class TopicPartitionDO(AbstractModel):
|
|
31530
31696
|
|
31531
31697
|
@property
|
31532
31698
|
def Partition(self):
|
31533
|
-
"""Partition ID
|
31699
|
+
"""Partition 分区ID
|
31534
31700
|
:rtype: int
|
31535
31701
|
"""
|
31536
31702
|
return self._Partition
|
@@ -32681,21 +32847,21 @@ class ZoneInfo(AbstractModel):
|
|
32681
32847
|
|
32682
32848
|
def __init__(self):
|
32683
32849
|
r"""
|
32684
|
-
:param _ZoneId:
|
32850
|
+
:param _ZoneId: 可用区
|
32685
32851
|
:type ZoneId: str
|
32686
32852
|
:param _IsInternalApp: 是否内部APP
|
32687
32853
|
:type IsInternalApp: int
|
32688
|
-
:param _AppId:
|
32854
|
+
:param _AppId: 应用标识
|
32689
32855
|
:type AppId: int
|
32690
32856
|
:param _Flag: 标识
|
32691
32857
|
:type Flag: bool
|
32692
|
-
:param _ZoneName:
|
32858
|
+
:param _ZoneName: 可用区名称
|
32693
32859
|
:type ZoneName: str
|
32694
|
-
:param _ZoneStatus:
|
32860
|
+
:param _ZoneStatus: 可用区状态
|
32695
32861
|
:type ZoneStatus: int
|
32696
32862
|
:param _Exflag: 额外标识
|
32697
32863
|
:type Exflag: str
|
32698
|
-
:param _SoldOut:
|
32864
|
+
:param _SoldOut: true为售罄,false为未售罄
|
32699
32865
|
:type SoldOut: str
|
32700
32866
|
:param _SalesInfo: 标准版售罄信息
|
32701
32867
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -32716,7 +32882,7 @@ class ZoneInfo(AbstractModel):
|
|
32716
32882
|
|
32717
32883
|
@property
|
32718
32884
|
def ZoneId(self):
|
32719
|
-
"""
|
32885
|
+
"""可用区
|
32720
32886
|
:rtype: str
|
32721
32887
|
"""
|
32722
32888
|
return self._ZoneId
|
@@ -32738,7 +32904,7 @@ class ZoneInfo(AbstractModel):
|
|
32738
32904
|
|
32739
32905
|
@property
|
32740
32906
|
def AppId(self):
|
32741
|
-
"""
|
32907
|
+
"""应用标识
|
32742
32908
|
:rtype: int
|
32743
32909
|
"""
|
32744
32910
|
return self._AppId
|
@@ -32760,7 +32926,7 @@ class ZoneInfo(AbstractModel):
|
|
32760
32926
|
|
32761
32927
|
@property
|
32762
32928
|
def ZoneName(self):
|
32763
|
-
"""
|
32929
|
+
"""可用区名称
|
32764
32930
|
:rtype: str
|
32765
32931
|
"""
|
32766
32932
|
return self._ZoneName
|
@@ -32771,7 +32937,7 @@ class ZoneInfo(AbstractModel):
|
|
32771
32937
|
|
32772
32938
|
@property
|
32773
32939
|
def ZoneStatus(self):
|
32774
|
-
"""
|
32940
|
+
"""可用区状态
|
32775
32941
|
:rtype: int
|
32776
32942
|
"""
|
32777
32943
|
return self._ZoneStatus
|
@@ -32797,7 +32963,7 @@ class ZoneInfo(AbstractModel):
|
|
32797
32963
|
|
32798
32964
|
@property
|
32799
32965
|
def SoldOut(self):
|
32800
|
-
"""
|
32966
|
+
"""true为售罄,false为未售罄
|
32801
32967
|
:rtype: str
|
32802
32968
|
"""
|
32803
32969
|
return self._SoldOut
|
@@ -32888,13 +33054,13 @@ class ZoneResponse(AbstractModel):
|
|
32888
33054
|
:param _Physical: 购买物理独占版配置
|
32889
33055
|
注意:此字段可能返回 null,表示取不到有效值。
|
32890
33056
|
:type Physical: str
|
32891
|
-
:param _PublicNetwork: 公网带宽
|
33057
|
+
:param _PublicNetwork: 公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
32892
33058
|
注意:此字段可能返回 null,表示取不到有效值。
|
32893
33059
|
:type PublicNetwork: str
|
32894
33060
|
:param _PublicNetworkLimit: 公网带宽配置
|
32895
33061
|
注意:此字段可能返回 null,表示取不到有效值。
|
32896
33062
|
:type PublicNetworkLimit: str
|
32897
|
-
:param _RequestId: 请求
|
33063
|
+
:param _RequestId: 请求Id
|
32898
33064
|
注意:此字段可能返回 null,表示取不到有效值。
|
32899
33065
|
:type RequestId: str
|
32900
33066
|
:param _Version: 版本
|
@@ -33045,7 +33211,7 @@ class ZoneResponse(AbstractModel):
|
|
33045
33211
|
|
33046
33212
|
@property
|
33047
33213
|
def PublicNetwork(self):
|
33048
|
-
"""公网带宽
|
33214
|
+
"""公网带宽 最小3Mbps 最大999Mbps 仅专业版支持填写
|
33049
33215
|
注意:此字段可能返回 null,表示取不到有效值。
|
33050
33216
|
:rtype: str
|
33051
33217
|
"""
|
@@ -33069,7 +33235,7 @@ class ZoneResponse(AbstractModel):
|
|
33069
33235
|
|
33070
33236
|
@property
|
33071
33237
|
def RequestId(self):
|
33072
|
-
"""请求
|
33238
|
+
"""请求Id
|
33073
33239
|
注意:此字段可能返回 null,表示取不到有效值。
|
33074
33240
|
:rtype: str
|
33075
33241
|
"""
|