tencentcloud-sdk-python 3.0.1344__py2.py3-none-any.whl → 3.0.1345__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.
Files changed (47) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +2 -2
  3. tencentcloud/bi/v20220105/models.py +6 -2
  4. tencentcloud/cbs/v20170312/models.py +0 -20
  5. tencentcloud/cdwch/v20200915/models.py +0 -110
  6. tencentcloud/ckafka/v20190819/models.py +0 -260
  7. tencentcloud/clb/v20180317/models.py +10 -10
  8. tencentcloud/cls/v20201016/cls_client.py +0 -92
  9. tencentcloud/cls/v20201016/models.py +81 -983
  10. tencentcloud/cvm/v20170312/models.py +15 -0
  11. tencentcloud/cynosdb/v20190107/models.py +0 -84
  12. tencentcloud/dbbrain/v20191016/models.py +0 -20
  13. tencentcloud/dbbrain/v20210527/models.py +0 -92
  14. tencentcloud/dcdb/v20180411/models.py +0 -48
  15. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  16. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  17. tencentcloud/dnspod/v20210323/models.py +724 -0
  18. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  19. tencentcloud/dsgc/v20190723/models.py +0 -34
  20. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
  21. tencentcloud/iotvideoindustry/v20201201/models.py +15 -404
  22. tencentcloud/mariadb/v20170312/models.py +0 -38
  23. tencentcloud/mmps/v20200710/models.py +0 -56
  24. tencentcloud/postgres/v20170312/models.py +0 -222
  25. tencentcloud/postgres/v20170312/postgres_client.py +5 -5
  26. tencentcloud/svp/v20240125/models.py +0 -42
  27. tencentcloud/tcb/v20180608/models.py +0 -195
  28. tencentcloud/tcb/v20180608/tcb_client.py +0 -23
  29. tencentcloud/tcss/v20201101/models.py +1813 -2547
  30. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  31. tencentcloud/tdmq/v20200217/models.py +0 -154
  32. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -23
  33. tencentcloud/teo/v20220901/models.py +158 -36
  34. tencentcloud/teo/v20220901/teo_client.py +23 -0
  35. tencentcloud/thpc/v20211109/models.py +0 -6
  36. tencentcloud/thpc/v20220401/models.py +0 -6
  37. tencentcloud/thpc/v20230321/models.py +0 -8
  38. tencentcloud/tke/v20180525/models.py +0 -54
  39. tencentcloud/tke/v20220501/models.py +0 -34
  40. tencentcloud/vpc/v20170312/models.py +0 -34
  41. tencentcloud/waf/v20180125/models.py +15 -0
  42. tencentcloud/wedata/v20210820/models.py +32 -0
  43. {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/METADATA +1 -1
  44. {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/RECORD +47 -47
  45. {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/LICENSE +0 -0
  46. {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/WHEEL +0 -0
  47. {tencentcloud_sdk_python-3.0.1344.dist-info → tencentcloud_sdk_python-3.0.1345.dist-info}/top_level.txt +0 -0
@@ -30,10 +30,8 @@ class Acl(AbstractModel):
30
30
  :param _ResourceName: 资源名称,和resourceType相关如当resourceType为TOPIC时,则该字段表示topic名称,当resourceType为GROUP时,该字段表示group名称
31
31
  :type ResourceName: str
32
32
  :param _Principal: 用户列表,默认为User:*,表示任何user都可以访问,当前用户只能是用户列表中包含的用户
33
- 注意:此字段可能返回 null,表示取不到有效值。
34
33
  :type Principal: str
35
34
  :param _Host: 默认\*,表示任何host都可以访问,当前ckafka不支持host为\*,但是后面开源kafka的产品化会直接支持
36
- 注意:此字段可能返回 null,表示取不到有效值。
37
35
  :type Host: str
38
36
  :param _Operation: Acl操作方式(0:UNKNOWN,1:ANY,2:ALL,3:READ,4:WRITE,5:CREATE,6:DELETE,7:ALTER,8:DESCRIBE,9:CLUSTER_ACTION,10:DESCRIBE_CONFIGS,11:ALTER_CONFIGS,12:IDEMPOTEN_WRITE)
39
37
  :type Operation: int
@@ -72,7 +70,6 @@ class Acl(AbstractModel):
72
70
  @property
73
71
  def Principal(self):
74
72
  """用户列表,默认为User:*,表示任何user都可以访问,当前用户只能是用户列表中包含的用户
75
- 注意:此字段可能返回 null,表示取不到有效值。
76
73
  :rtype: str
77
74
  """
78
75
  return self._Principal
@@ -84,7 +81,6 @@ class Acl(AbstractModel):
84
81
  @property
85
82
  def Host(self):
86
83
  """默认\*,表示任何host都可以访问,当前ckafka不支持host为\*,但是后面开源kafka的产品化会直接支持
87
- 注意:此字段可能返回 null,表示取不到有效值。
88
84
  :rtype: str
89
85
  """
90
86
  return self._Host
@@ -143,7 +139,6 @@ class AclResponse(AbstractModel):
143
139
  :param _TotalCount: 符合条件的总数据条数
144
140
  :type TotalCount: int
145
141
  :param _AclList: ACL列表
146
- 注意:此字段可能返回 null,表示取不到有效值。
147
142
  :type AclList: list of Acl
148
143
  """
149
144
  self._TotalCount = None
@@ -163,7 +158,6 @@ class AclResponse(AbstractModel):
163
158
  @property
164
159
  def AclList(self):
165
160
  """ACL列表
166
- 注意:此字段可能返回 null,表示取不到有效值。
167
161
  :rtype: list of Acl
168
162
  """
169
163
  return self._AclList
@@ -199,43 +193,30 @@ class AclRule(AbstractModel):
199
193
  def __init__(self):
200
194
  r"""
201
195
  :param _RuleName: ACL规则名
202
- 注意:此字段可能返回 null,表示取不到有效值。
203
196
  :type RuleName: str
204
197
  :param _InstanceId: ckafka集群实例Id
205
- 注意:此字段可能返回 null,表示取不到有效值。
206
198
  :type InstanceId: str
207
199
  :param _PatternType: ACL规则匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED
208
- 注意:此字段可能返回 null,表示取不到有效值。
209
200
  :type PatternType: str
210
201
  :param _Pattern: 表示前缀匹配的前缀的值
211
- 注意:此字段可能返回 null,表示取不到有效值。
212
202
  :type Pattern: str
213
203
  :param _ResourceType: Acl资源类型,目前只支持Topic,枚举值列表:Topic
214
- 注意:此字段可能返回 null,表示取不到有效值。
215
204
  :type ResourceType: str
216
205
  :param _AclList: 该规则所包含的ACL信息
217
- 注意:此字段可能返回 null,表示取不到有效值。
218
206
  :type AclList: str
219
207
  :param _CreateTimeStamp: 规则所创建的时间
220
- 注意:此字段可能返回 null,表示取不到有效值。
221
208
  :type CreateTimeStamp: str
222
209
  :param _IsApplied: 预设ACL规则是否应用到新增的topic中
223
- 注意:此字段可能返回 null,表示取不到有效值。
224
210
  :type IsApplied: int
225
211
  :param _UpdateTimeStamp: 规则更新时间
226
- 注意:此字段可能返回 null,表示取不到有效值。
227
212
  :type UpdateTimeStamp: str
228
213
  :param _Comment: 规则的备注
229
- 注意:此字段可能返回 null,表示取不到有效值。
230
214
  :type Comment: str
231
215
  :param _TopicName: 其中一个显示的对应的TopicName
232
- 注意:此字段可能返回 null,表示取不到有效值。
233
216
  :type TopicName: str
234
217
  :param _TopicCount: 应用该ACL规则的Topic数
235
- 注意:此字段可能返回 null,表示取不到有效值。
236
218
  :type TopicCount: int
237
219
  :param _PatternTypeTitle: patternType的中文显示
238
- 注意:此字段可能返回 null,表示取不到有效值。
239
220
  :type PatternTypeTitle: str
240
221
  """
241
222
  self._RuleName = None
@@ -255,7 +236,6 @@ class AclRule(AbstractModel):
255
236
  @property
256
237
  def RuleName(self):
257
238
  """ACL规则名
258
- 注意:此字段可能返回 null,表示取不到有效值。
259
239
  :rtype: str
260
240
  """
261
241
  return self._RuleName
@@ -267,7 +247,6 @@ class AclRule(AbstractModel):
267
247
  @property
268
248
  def InstanceId(self):
269
249
  """ckafka集群实例Id
270
- 注意:此字段可能返回 null,表示取不到有效值。
271
250
  :rtype: str
272
251
  """
273
252
  return self._InstanceId
@@ -279,7 +258,6 @@ class AclRule(AbstractModel):
279
258
  @property
280
259
  def PatternType(self):
281
260
  """ACL规则匹配类型,目前只支持前缀匹配,枚举值列表:PREFIXED
282
- 注意:此字段可能返回 null,表示取不到有效值。
283
261
  :rtype: str
284
262
  """
285
263
  return self._PatternType
@@ -291,7 +269,6 @@ class AclRule(AbstractModel):
291
269
  @property
292
270
  def Pattern(self):
293
271
  """表示前缀匹配的前缀的值
294
- 注意:此字段可能返回 null,表示取不到有效值。
295
272
  :rtype: str
296
273
  """
297
274
  return self._Pattern
@@ -303,7 +280,6 @@ class AclRule(AbstractModel):
303
280
  @property
304
281
  def ResourceType(self):
305
282
  """Acl资源类型,目前只支持Topic,枚举值列表:Topic
306
- 注意:此字段可能返回 null,表示取不到有效值。
307
283
  :rtype: str
308
284
  """
309
285
  return self._ResourceType
@@ -315,7 +291,6 @@ class AclRule(AbstractModel):
315
291
  @property
316
292
  def AclList(self):
317
293
  """该规则所包含的ACL信息
318
- 注意:此字段可能返回 null,表示取不到有效值。
319
294
  :rtype: str
320
295
  """
321
296
  return self._AclList
@@ -327,7 +302,6 @@ class AclRule(AbstractModel):
327
302
  @property
328
303
  def CreateTimeStamp(self):
329
304
  """规则所创建的时间
330
- 注意:此字段可能返回 null,表示取不到有效值。
331
305
  :rtype: str
332
306
  """
333
307
  return self._CreateTimeStamp
@@ -339,7 +313,6 @@ class AclRule(AbstractModel):
339
313
  @property
340
314
  def IsApplied(self):
341
315
  """预设ACL规则是否应用到新增的topic中
342
- 注意:此字段可能返回 null,表示取不到有效值。
343
316
  :rtype: int
344
317
  """
345
318
  return self._IsApplied
@@ -351,7 +324,6 @@ class AclRule(AbstractModel):
351
324
  @property
352
325
  def UpdateTimeStamp(self):
353
326
  """规则更新时间
354
- 注意:此字段可能返回 null,表示取不到有效值。
355
327
  :rtype: str
356
328
  """
357
329
  return self._UpdateTimeStamp
@@ -363,7 +335,6 @@ class AclRule(AbstractModel):
363
335
  @property
364
336
  def Comment(self):
365
337
  """规则的备注
366
- 注意:此字段可能返回 null,表示取不到有效值。
367
338
  :rtype: str
368
339
  """
369
340
  return self._Comment
@@ -375,7 +346,6 @@ class AclRule(AbstractModel):
375
346
  @property
376
347
  def TopicName(self):
377
348
  """其中一个显示的对应的TopicName
378
- 注意:此字段可能返回 null,表示取不到有效值。
379
349
  :rtype: str
380
350
  """
381
351
  return self._TopicName
@@ -387,7 +357,6 @@ class AclRule(AbstractModel):
387
357
  @property
388
358
  def TopicCount(self):
389
359
  """应用该ACL规则的Topic数
390
- 注意:此字段可能返回 null,表示取不到有效值。
391
360
  :rtype: int
392
361
  """
393
362
  return self._TopicCount
@@ -399,7 +368,6 @@ class AclRule(AbstractModel):
399
368
  @property
400
369
  def PatternTypeTitle(self):
401
370
  """patternType的中文显示
402
- 注意:此字段可能返回 null,表示取不到有效值。
403
371
  :rtype: str
404
372
  """
405
373
  return self._PatternTypeTitle
@@ -524,7 +492,6 @@ class AclRuleResp(AbstractModel):
524
492
  :param _TotalCount: 总数据条数
525
493
  :type TotalCount: int
526
494
  :param _AclRuleList: AclRule列表
527
- 注意:此字段可能返回 null,表示取不到有效值。
528
495
  :type AclRuleList: list of AclRule
529
496
  """
530
497
  self._TotalCount = None
@@ -544,7 +511,6 @@ class AclRuleResp(AbstractModel):
544
511
  @property
545
512
  def AclRuleList(self):
546
513
  """AclRule列表
547
- 注意:此字段可能返回 null,表示取不到有效值。
548
514
  :rtype: list of AclRule
549
515
  """
550
516
  return self._AclRuleList
@@ -582,13 +548,10 @@ class AnalyseParam(AbstractModel):
582
548
  :param _Format: 解析格式,JSON,DELIMITER分隔符,REGULAR正则提取,SOURCE处理上层所有结果
583
549
  :type Format: str
584
550
  :param _Regex: 分隔符、正则表达式
585
- 注意:此字段可能返回 null,表示取不到有效值。
586
551
  :type Regex: str
587
552
  :param _InputValueType: 需再次处理的KEY——模式
588
- 注意:此字段可能返回 null,表示取不到有效值。
589
553
  :type InputValueType: str
590
554
  :param _InputValue: 需再次处理的KEY——KEY表达式
591
- 注意:此字段可能返回 null,表示取不到有效值。
592
555
  :type InputValue: str
593
556
  """
594
557
  self._Format = None
@@ -610,7 +573,6 @@ class AnalyseParam(AbstractModel):
610
573
  @property
611
574
  def Regex(self):
612
575
  """分隔符、正则表达式
613
- 注意:此字段可能返回 null,表示取不到有效值。
614
576
  :rtype: str
615
577
  """
616
578
  return self._Regex
@@ -622,7 +584,6 @@ class AnalyseParam(AbstractModel):
622
584
  @property
623
585
  def InputValueType(self):
624
586
  """需再次处理的KEY——模式
625
- 注意:此字段可能返回 null,表示取不到有效值。
626
587
  :rtype: str
627
588
  """
628
589
  return self._InputValueType
@@ -634,7 +595,6 @@ class AnalyseParam(AbstractModel):
634
595
  @property
635
596
  def InputValue(self):
636
597
  """需再次处理的KEY——KEY表达式
637
- 注意:此字段可能返回 null,表示取不到有效值。
638
598
  :rtype: str
639
599
  """
640
600
  return self._InputValue
@@ -669,7 +629,6 @@ class AppIdResponse(AbstractModel):
669
629
  :param _TotalCount: 符合要求的所有AppId数量
670
630
  :type TotalCount: int
671
631
  :param _AppIdList: 符合要求的App Id列表
672
- 注意:此字段可能返回 null,表示取不到有效值。
673
632
  :type AppIdList: list of int
674
633
  """
675
634
  self._TotalCount = None
@@ -689,7 +648,6 @@ class AppIdResponse(AbstractModel):
689
648
  @property
690
649
  def AppIdList(self):
691
650
  """符合要求的App Id列表
692
- 注意:此字段可能返回 null,表示取不到有效值。
693
651
  :rtype: list of int
694
652
  """
695
653
  return self._AppIdList
@@ -722,7 +680,6 @@ class Assignment(AbstractModel):
722
680
  :param _Version: assingment版本信息
723
681
  :type Version: int
724
682
  :param _Topics: topic信息列表
725
- 注意:此字段可能返回 null,表示取不到有效值。
726
683
  :type Topics: list of GroupInfoTopics
727
684
  """
728
685
  self._Version = None
@@ -742,7 +699,6 @@ class Assignment(AbstractModel):
742
699
  @property
743
700
  def Topics(self):
744
701
  """topic信息列表
745
- 注意:此字段可能返回 null,表示取不到有效值。
746
702
  :rtype: list of GroupInfoTopics
747
703
  """
748
704
  return self._Topics
@@ -889,7 +845,6 @@ class BatchAnalyseParam(AbstractModel):
889
845
  def __init__(self):
890
846
  r"""
891
847
  :param _Format: ONE_BY_ONE单条输出,MERGE合并输出
892
- 注意:此字段可能返回 null,表示取不到有效值。
893
848
  :type Format: str
894
849
  """
895
850
  self._Format = None
@@ -897,7 +852,6 @@ class BatchAnalyseParam(AbstractModel):
897
852
  @property
898
853
  def Format(self):
899
854
  """ONE_BY_ONE单条输出,MERGE合并输出
900
- 注意:此字段可能返回 null,表示取不到有效值。
901
855
  :rtype: str
902
856
  """
903
857
  return self._Format
@@ -1543,13 +1497,10 @@ class BatchModifyTopicResultDTO(AbstractModel):
1543
1497
  def __init__(self):
1544
1498
  r"""
1545
1499
  :param _InstanceId: ckafka集群实例Id
1546
- 注意:此字段可能返回 null,表示取不到有效值。
1547
1500
  :type InstanceId: str
1548
1501
  :param _TopicName: 主题名
1549
- 注意:此字段可能返回 null,表示取不到有效值。
1550
1502
  :type TopicName: str
1551
1503
  :param _ReturnCode: 操作返回码
1552
- 注意:此字段可能返回 null,表示取不到有效值。
1553
1504
  :type ReturnCode: str
1554
1505
  :param _Message: 操作返回信息
1555
1506
  :type Message: str
@@ -1562,7 +1513,6 @@ class BatchModifyTopicResultDTO(AbstractModel):
1562
1513
  @property
1563
1514
  def InstanceId(self):
1564
1515
  """ckafka集群实例Id
1565
- 注意:此字段可能返回 null,表示取不到有效值。
1566
1516
  :rtype: str
1567
1517
  """
1568
1518
  return self._InstanceId
@@ -1574,7 +1524,6 @@ class BatchModifyTopicResultDTO(AbstractModel):
1574
1524
  @property
1575
1525
  def TopicName(self):
1576
1526
  """主题名
1577
- 注意:此字段可能返回 null,表示取不到有效值。
1578
1527
  :rtype: str
1579
1528
  """
1580
1529
  return self._TopicName
@@ -1586,7 +1535,6 @@ class BatchModifyTopicResultDTO(AbstractModel):
1586
1535
  @property
1587
1536
  def ReturnCode(self):
1588
1537
  """操作返回码
1589
- 注意:此字段可能返回 null,表示取不到有效值。
1590
1538
  :rtype: str
1591
1539
  """
1592
1540
  return self._ReturnCode
@@ -1630,13 +1578,10 @@ class BrokerTopicData(AbstractModel):
1630
1578
  def __init__(self):
1631
1579
  r"""
1632
1580
  :param _TopicName: 主题名称
1633
- 注意:此字段可能返回 null,表示取不到有效值。
1634
1581
  :type TopicName: str
1635
1582
  :param _TopicId: 主题Id
1636
- 注意:此字段可能返回 null,表示取不到有效值。
1637
1583
  :type TopicId: str
1638
1584
  :param _DataSize: 主题占用Broker 容量大小
1639
- 注意:此字段可能返回 null,表示取不到有效值。
1640
1585
  :type DataSize: int
1641
1586
  """
1642
1587
  self._TopicName = None
@@ -1646,7 +1591,6 @@ class BrokerTopicData(AbstractModel):
1646
1591
  @property
1647
1592
  def TopicName(self):
1648
1593
  """主题名称
1649
- 注意:此字段可能返回 null,表示取不到有效值。
1650
1594
  :rtype: str
1651
1595
  """
1652
1596
  return self._TopicName
@@ -1658,7 +1602,6 @@ class BrokerTopicData(AbstractModel):
1658
1602
  @property
1659
1603
  def TopicId(self):
1660
1604
  """主题Id
1661
- 注意:此字段可能返回 null,表示取不到有效值。
1662
1605
  :rtype: str
1663
1606
  """
1664
1607
  return self._TopicId
@@ -1670,7 +1613,6 @@ class BrokerTopicData(AbstractModel):
1670
1613
  @property
1671
1614
  def DataSize(self):
1672
1615
  """主题占用Broker 容量大小
1673
- 注意:此字段可能返回 null,表示取不到有效值。
1674
1616
  :rtype: int
1675
1617
  """
1676
1618
  return self._DataSize
@@ -1702,13 +1644,10 @@ class BrokerTopicFlowData(AbstractModel):
1702
1644
  def __init__(self):
1703
1645
  r"""
1704
1646
  :param _TopicName: 主题名
1705
- 注意:此字段可能返回 null,表示取不到有效值。
1706
1647
  :type TopicName: str
1707
1648
  :param _TopicId: 主题Id
1708
- 注意:此字段可能返回 null,表示取不到有效值。
1709
1649
  :type TopicId: str
1710
1650
  :param _TopicTraffic: Topic 流量(MB)
1711
- 注意:此字段可能返回 null,表示取不到有效值。
1712
1651
  :type TopicTraffic: str
1713
1652
  """
1714
1653
  self._TopicName = None
@@ -1718,7 +1657,6 @@ class BrokerTopicFlowData(AbstractModel):
1718
1657
  @property
1719
1658
  def TopicName(self):
1720
1659
  """主题名
1721
- 注意:此字段可能返回 null,表示取不到有效值。
1722
1660
  :rtype: str
1723
1661
  """
1724
1662
  return self._TopicName
@@ -1730,7 +1668,6 @@ class BrokerTopicFlowData(AbstractModel):
1730
1668
  @property
1731
1669
  def TopicId(self):
1732
1670
  """主题Id
1733
- 注意:此字段可能返回 null,表示取不到有效值。
1734
1671
  :rtype: str
1735
1672
  """
1736
1673
  return self._TopicId
@@ -1742,7 +1679,6 @@ class BrokerTopicFlowData(AbstractModel):
1742
1679
  @property
1743
1680
  def TopicTraffic(self):
1744
1681
  """Topic 流量(MB)
1745
- 注意:此字段可能返回 null,表示取不到有效值。
1746
1682
  :rtype: str
1747
1683
  """
1748
1684
  return self._TopicTraffic
@@ -1885,7 +1821,6 @@ class CdcClusterResponse(AbstractModel):
1885
1821
  def __init__(self):
1886
1822
  r"""
1887
1823
  :param _TaskId: 任务ID
1888
- 注意:此字段可能返回 null,表示取不到有效值。
1889
1824
  :type TaskId: int
1890
1825
  """
1891
1826
  self._TaskId = None
@@ -1893,7 +1828,6 @@ class CdcClusterResponse(AbstractModel):
1893
1828
  @property
1894
1829
  def TaskId(self):
1895
1830
  """任务ID
1896
- 注意:此字段可能返回 null,表示取不到有效值。
1897
1831
  :rtype: int
1898
1832
  """
1899
1833
  return self._TaskId
@@ -2004,28 +1938,20 @@ class ClickHouseConnectParam(AbstractModel):
2004
1938
  def __init__(self):
2005
1939
  r"""
2006
1940
  :param _Port: ClickHouse的连接port
2007
- 注意:此字段可能返回 null,表示取不到有效值。
2008
1941
  :type Port: int
2009
1942
  :param _UserName: ClickHouse连接源的用户名
2010
- 注意:此字段可能返回 null,表示取不到有效值。
2011
1943
  :type UserName: str
2012
1944
  :param _Password: ClickHouse连接源的密码
2013
- 注意:此字段可能返回 null,表示取不到有效值。
2014
1945
  :type Password: str
2015
1946
  :param _Resource: ClickHouse连接源的实例资源
2016
- 注意:此字段可能返回 null,表示取不到有效值。
2017
1947
  :type Resource: str
2018
1948
  :param _SelfBuilt: ClickHouse连接源是否为自建集群
2019
- 注意:此字段可能返回 null,表示取不到有效值。
2020
1949
  :type SelfBuilt: bool
2021
1950
  :param _ServiceVip: ClickHouse连接源的实例vip,当为腾讯云实例时,必填
2022
- 注意:此字段可能返回 null,表示取不到有效值。
2023
1951
  :type ServiceVip: str
2024
1952
  :param _UniqVpcId: ClickHouse连接源的vpcId,当为腾讯云实例时,必填
2025
- 注意:此字段可能返回 null,表示取不到有效值。
2026
1953
  :type UniqVpcId: str
2027
1954
  :param _IsUpdate: 是否更新到关联的Datahub任务
2028
- 注意:此字段可能返回 null,表示取不到有效值。
2029
1955
  :type IsUpdate: bool
2030
1956
  """
2031
1957
  self._Port = None
@@ -2040,7 +1966,6 @@ class ClickHouseConnectParam(AbstractModel):
2040
1966
  @property
2041
1967
  def Port(self):
2042
1968
  """ClickHouse的连接port
2043
- 注意:此字段可能返回 null,表示取不到有效值。
2044
1969
  :rtype: int
2045
1970
  """
2046
1971
  return self._Port
@@ -2052,7 +1977,6 @@ class ClickHouseConnectParam(AbstractModel):
2052
1977
  @property
2053
1978
  def UserName(self):
2054
1979
  """ClickHouse连接源的用户名
2055
- 注意:此字段可能返回 null,表示取不到有效值。
2056
1980
  :rtype: str
2057
1981
  """
2058
1982
  return self._UserName
@@ -2064,7 +1988,6 @@ class ClickHouseConnectParam(AbstractModel):
2064
1988
  @property
2065
1989
  def Password(self):
2066
1990
  """ClickHouse连接源的密码
2067
- 注意:此字段可能返回 null,表示取不到有效值。
2068
1991
  :rtype: str
2069
1992
  """
2070
1993
  return self._Password
@@ -2076,7 +1999,6 @@ class ClickHouseConnectParam(AbstractModel):
2076
1999
  @property
2077
2000
  def Resource(self):
2078
2001
  """ClickHouse连接源的实例资源
2079
- 注意:此字段可能返回 null,表示取不到有效值。
2080
2002
  :rtype: str
2081
2003
  """
2082
2004
  return self._Resource
@@ -2088,7 +2010,6 @@ class ClickHouseConnectParam(AbstractModel):
2088
2010
  @property
2089
2011
  def SelfBuilt(self):
2090
2012
  """ClickHouse连接源是否为自建集群
2091
- 注意:此字段可能返回 null,表示取不到有效值。
2092
2013
  :rtype: bool
2093
2014
  """
2094
2015
  return self._SelfBuilt
@@ -2100,7 +2021,6 @@ class ClickHouseConnectParam(AbstractModel):
2100
2021
  @property
2101
2022
  def ServiceVip(self):
2102
2023
  """ClickHouse连接源的实例vip,当为腾讯云实例时,必填
2103
- 注意:此字段可能返回 null,表示取不到有效值。
2104
2024
  :rtype: str
2105
2025
  """
2106
2026
  return self._ServiceVip
@@ -2112,7 +2032,6 @@ class ClickHouseConnectParam(AbstractModel):
2112
2032
  @property
2113
2033
  def UniqVpcId(self):
2114
2034
  """ClickHouse连接源的vpcId,当为腾讯云实例时,必填
2115
- 注意:此字段可能返回 null,表示取不到有效值。
2116
2035
  :rtype: str
2117
2036
  """
2118
2037
  return self._UniqVpcId
@@ -2124,7 +2043,6 @@ class ClickHouseConnectParam(AbstractModel):
2124
2043
  @property
2125
2044
  def IsUpdate(self):
2126
2045
  """是否更新到关联的Datahub任务
2127
- 注意:此字段可能返回 null,表示取不到有效值。
2128
2046
  :rtype: bool
2129
2047
  """
2130
2048
  return self._IsUpdate
@@ -2161,28 +2079,20 @@ class ClickHouseModifyConnectParam(AbstractModel):
2161
2079
  def __init__(self):
2162
2080
  r"""
2163
2081
  :param _Resource: ClickHouse连接源的实例资源【不支持修改】
2164
- 注意:此字段可能返回 null,表示取不到有效值。
2165
2082
  :type Resource: str
2166
2083
  :param _Port: ClickHouse的连接port【不支持修改】
2167
- 注意:此字段可能返回 null,表示取不到有效值。
2168
2084
  :type Port: int
2169
2085
  :param _ServiceVip: ClickHouse连接源的实例vip【不支持修改】
2170
- 注意:此字段可能返回 null,表示取不到有效值。
2171
2086
  :type ServiceVip: str
2172
2087
  :param _UniqVpcId: ClickHouse连接源的vpcId【不支持修改】
2173
- 注意:此字段可能返回 null,表示取不到有效值。
2174
2088
  :type UniqVpcId: str
2175
2089
  :param _UserName: ClickHouse连接源的用户名
2176
- 注意:此字段可能返回 null,表示取不到有效值。
2177
2090
  :type UserName: str
2178
2091
  :param _Password: ClickHouse连接源的密码
2179
- 注意:此字段可能返回 null,表示取不到有效值。
2180
2092
  :type Password: str
2181
2093
  :param _SelfBuilt: ClickHouse连接源是否为自建集群【不支持修改】
2182
- 注意:此字段可能返回 null,表示取不到有效值。
2183
2094
  :type SelfBuilt: bool
2184
2095
  :param _IsUpdate: 是否更新到关联的Datahub任务,默认为true
2185
- 注意:此字段可能返回 null,表示取不到有效值。
2186
2096
  :type IsUpdate: bool
2187
2097
  """
2188
2098
  self._Resource = None
@@ -2197,7 +2107,6 @@ class ClickHouseModifyConnectParam(AbstractModel):
2197
2107
  @property
2198
2108
  def Resource(self):
2199
2109
  """ClickHouse连接源的实例资源【不支持修改】
2200
- 注意:此字段可能返回 null,表示取不到有效值。
2201
2110
  :rtype: str
2202
2111
  """
2203
2112
  return self._Resource
@@ -2209,7 +2118,6 @@ class ClickHouseModifyConnectParam(AbstractModel):
2209
2118
  @property
2210
2119
  def Port(self):
2211
2120
  """ClickHouse的连接port【不支持修改】
2212
- 注意:此字段可能返回 null,表示取不到有效值。
2213
2121
  :rtype: int
2214
2122
  """
2215
2123
  return self._Port
@@ -2221,7 +2129,6 @@ class ClickHouseModifyConnectParam(AbstractModel):
2221
2129
  @property
2222
2130
  def ServiceVip(self):
2223
2131
  """ClickHouse连接源的实例vip【不支持修改】
2224
- 注意:此字段可能返回 null,表示取不到有效值。
2225
2132
  :rtype: str
2226
2133
  """
2227
2134
  return self._ServiceVip
@@ -2233,7 +2140,6 @@ class ClickHouseModifyConnectParam(AbstractModel):
2233
2140
  @property
2234
2141
  def UniqVpcId(self):
2235
2142
  """ClickHouse连接源的vpcId【不支持修改】
2236
- 注意:此字段可能返回 null,表示取不到有效值。
2237
2143
  :rtype: str
2238
2144
  """
2239
2145
  return self._UniqVpcId
@@ -2245,7 +2151,6 @@ class ClickHouseModifyConnectParam(AbstractModel):
2245
2151
  @property
2246
2152
  def UserName(self):
2247
2153
  """ClickHouse连接源的用户名
2248
- 注意:此字段可能返回 null,表示取不到有效值。
2249
2154
  :rtype: str
2250
2155
  """
2251
2156
  return self._UserName
@@ -2257,7 +2162,6 @@ class ClickHouseModifyConnectParam(AbstractModel):
2257
2162
  @property
2258
2163
  def Password(self):
2259
2164
  """ClickHouse连接源的密码
2260
- 注意:此字段可能返回 null,表示取不到有效值。
2261
2165
  :rtype: str
2262
2166
  """
2263
2167
  return self._Password
@@ -2269,7 +2173,6 @@ class ClickHouseModifyConnectParam(AbstractModel):
2269
2173
  @property
2270
2174
  def SelfBuilt(self):
2271
2175
  """ClickHouse连接源是否为自建集群【不支持修改】
2272
- 注意:此字段可能返回 null,表示取不到有效值。
2273
2176
  :rtype: bool
2274
2177
  """
2275
2178
  return self._SelfBuilt
@@ -2281,7 +2184,6 @@ class ClickHouseModifyConnectParam(AbstractModel):
2281
2184
  @property
2282
2185
  def IsUpdate(self):
2283
2186
  """是否更新到关联的Datahub任务,默认为true
2284
- 注意:此字段可能返回 null,表示取不到有效值。
2285
2187
  :rtype: bool
2286
2188
  """
2287
2189
  return self._IsUpdate
@@ -2318,61 +2220,43 @@ class ClickHouseParam(AbstractModel):
2318
2220
  def __init__(self):
2319
2221
  r"""
2320
2222
  :param _Cluster: ClickHouse的集群
2321
- 注意:此字段可能返回 null,表示取不到有效值。
2322
2223
  :type Cluster: str
2323
2224
  :param _Database: ClickHouse的数据库名
2324
- 注意:此字段可能返回 null,表示取不到有效值。
2325
2225
  :type Database: str
2326
2226
  :param _Table: ClickHouse的数据表名
2327
- 注意:此字段可能返回 null,表示取不到有效值。
2328
2227
  :type Table: str
2329
2228
  :param _Schema: ClickHouse的schema
2330
- 注意:此字段可能返回 null,表示取不到有效值。
2331
2229
  :type Schema: list of ClickHouseSchema
2332
2230
  :param _Resource: 实例资源
2333
- 注意:此字段可能返回 null,表示取不到有效值。
2334
2231
  :type Resource: str
2335
2232
  :param _Ip: ClickHouse的连接ip
2336
- 注意:此字段可能返回 null,表示取不到有效值。
2337
2233
  :type Ip: str
2338
2234
  :param _Port: ClickHouse的连接port
2339
- 注意:此字段可能返回 null,表示取不到有效值。
2340
2235
  :type Port: int
2341
2236
  :param _UserName: ClickHouse的用户名
2342
- 注意:此字段可能返回 null,表示取不到有效值。
2343
2237
  :type UserName: str
2344
2238
  :param _Password: ClickHouse的密码
2345
- 注意:此字段可能返回 null,表示取不到有效值。
2346
2239
  :type Password: str
2347
2240
  :param _ServiceVip: 实例vip
2348
- 注意:此字段可能返回 null,表示取不到有效值。
2349
2241
  :type ServiceVip: str
2350
2242
  :param _UniqVpcId: 实例的vpcId
2351
- 注意:此字段可能返回 null,表示取不到有效值。
2352
2243
  :type UniqVpcId: str
2353
2244
  :param _SelfBuilt: 是否为自建集群
2354
- 注意:此字段可能返回 null,表示取不到有效值。
2355
2245
  :type SelfBuilt: bool
2356
2246
  :param _DropInvalidMessage: ClickHouse是否抛弃解析失败的消息,默认为true
2357
- 注意:此字段可能返回 null,表示取不到有效值。
2358
2247
  :type DropInvalidMessage: bool
2359
2248
  :param _Type: ClickHouse 类型,emr-clickhouse : "emr";cdw-clickhouse : "cdwch";自建 : ""
2360
- 注意:此字段可能返回 null,表示取不到有效值。
2361
2249
  :type Type: str
2362
2250
  :param _DropCls: 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
2363
- 注意:此字段可能返回 null,表示取不到有效值。
2364
2251
  :type DropCls: :class:`tencentcloud.ckafka.v20190819.models.DropCls`
2365
2252
  :param _BatchSize: 每批次投递到 ClickHouse 表消息数量,默认为 1000 条。
2366
2253
  提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
2367
- 注意:此字段可能返回 null,表示取不到有效值。
2368
2254
  :type BatchSize: int
2369
2255
  :param _ConsumerFetchMinBytes: 每次从 topic 中拉取消息大小,默认为 1MB,即至少要从 topic 中批量拉取 1MB 消息,才进行数据投递到 ClickHouse 操作。
2370
2256
  提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
2371
- 注意:此字段可能返回 null,表示取不到有效值。
2372
2257
  :type ConsumerFetchMinBytes: int
2373
2258
  :param _ConsumerFetchMaxWaitMs: 每次从 topic 拉取消息最大等待时间,当超过当前最大等待时间时,即使没有拉取到 ConsumerFetchMinBytes 大小,也将进行 ClickHouse 投递操作。
2374
2259
  提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
2375
- 注意:此字段可能返回 null,表示取不到有效值。
2376
2260
  :type ConsumerFetchMaxWaitMs: int
2377
2261
  """
2378
2262
  self._Cluster = None
@@ -2397,7 +2281,6 @@ class ClickHouseParam(AbstractModel):
2397
2281
  @property
2398
2282
  def Cluster(self):
2399
2283
  """ClickHouse的集群
2400
- 注意:此字段可能返回 null,表示取不到有效值。
2401
2284
  :rtype: str
2402
2285
  """
2403
2286
  return self._Cluster
@@ -2409,7 +2292,6 @@ class ClickHouseParam(AbstractModel):
2409
2292
  @property
2410
2293
  def Database(self):
2411
2294
  """ClickHouse的数据库名
2412
- 注意:此字段可能返回 null,表示取不到有效值。
2413
2295
  :rtype: str
2414
2296
  """
2415
2297
  return self._Database
@@ -2421,7 +2303,6 @@ class ClickHouseParam(AbstractModel):
2421
2303
  @property
2422
2304
  def Table(self):
2423
2305
  """ClickHouse的数据表名
2424
- 注意:此字段可能返回 null,表示取不到有效值。
2425
2306
  :rtype: str
2426
2307
  """
2427
2308
  return self._Table
@@ -2433,7 +2314,6 @@ class ClickHouseParam(AbstractModel):
2433
2314
  @property
2434
2315
  def Schema(self):
2435
2316
  """ClickHouse的schema
2436
- 注意:此字段可能返回 null,表示取不到有效值。
2437
2317
  :rtype: list of ClickHouseSchema
2438
2318
  """
2439
2319
  return self._Schema
@@ -2445,7 +2325,6 @@ class ClickHouseParam(AbstractModel):
2445
2325
  @property
2446
2326
  def Resource(self):
2447
2327
  """实例资源
2448
- 注意:此字段可能返回 null,表示取不到有效值。
2449
2328
  :rtype: str
2450
2329
  """
2451
2330
  return self._Resource
@@ -2457,7 +2336,6 @@ class ClickHouseParam(AbstractModel):
2457
2336
  @property
2458
2337
  def Ip(self):
2459
2338
  """ClickHouse的连接ip
2460
- 注意:此字段可能返回 null,表示取不到有效值。
2461
2339
  :rtype: str
2462
2340
  """
2463
2341
  return self._Ip
@@ -2469,7 +2347,6 @@ class ClickHouseParam(AbstractModel):
2469
2347
  @property
2470
2348
  def Port(self):
2471
2349
  """ClickHouse的连接port
2472
- 注意:此字段可能返回 null,表示取不到有效值。
2473
2350
  :rtype: int
2474
2351
  """
2475
2352
  return self._Port
@@ -2481,7 +2358,6 @@ class ClickHouseParam(AbstractModel):
2481
2358
  @property
2482
2359
  def UserName(self):
2483
2360
  """ClickHouse的用户名
2484
- 注意:此字段可能返回 null,表示取不到有效值。
2485
2361
  :rtype: str
2486
2362
  """
2487
2363
  return self._UserName
@@ -2493,7 +2369,6 @@ class ClickHouseParam(AbstractModel):
2493
2369
  @property
2494
2370
  def Password(self):
2495
2371
  """ClickHouse的密码
2496
- 注意:此字段可能返回 null,表示取不到有效值。
2497
2372
  :rtype: str
2498
2373
  """
2499
2374
  return self._Password
@@ -2505,7 +2380,6 @@ class ClickHouseParam(AbstractModel):
2505
2380
  @property
2506
2381
  def ServiceVip(self):
2507
2382
  """实例vip
2508
- 注意:此字段可能返回 null,表示取不到有效值。
2509
2383
  :rtype: str
2510
2384
  """
2511
2385
  return self._ServiceVip
@@ -2517,7 +2391,6 @@ class ClickHouseParam(AbstractModel):
2517
2391
  @property
2518
2392
  def UniqVpcId(self):
2519
2393
  """实例的vpcId
2520
- 注意:此字段可能返回 null,表示取不到有效值。
2521
2394
  :rtype: str
2522
2395
  """
2523
2396
  return self._UniqVpcId
@@ -2529,7 +2402,6 @@ class ClickHouseParam(AbstractModel):
2529
2402
  @property
2530
2403
  def SelfBuilt(self):
2531
2404
  """是否为自建集群
2532
- 注意:此字段可能返回 null,表示取不到有效值。
2533
2405
  :rtype: bool
2534
2406
  """
2535
2407
  return self._SelfBuilt
@@ -2541,7 +2413,6 @@ class ClickHouseParam(AbstractModel):
2541
2413
  @property
2542
2414
  def DropInvalidMessage(self):
2543
2415
  """ClickHouse是否抛弃解析失败的消息,默认为true
2544
- 注意:此字段可能返回 null,表示取不到有效值。
2545
2416
  :rtype: bool
2546
2417
  """
2547
2418
  return self._DropInvalidMessage
@@ -2553,7 +2424,6 @@ class ClickHouseParam(AbstractModel):
2553
2424
  @property
2554
2425
  def Type(self):
2555
2426
  """ClickHouse 类型,emr-clickhouse : "emr";cdw-clickhouse : "cdwch";自建 : ""
2556
- 注意:此字段可能返回 null,表示取不到有效值。
2557
2427
  :rtype: str
2558
2428
  """
2559
2429
  return self._Type
@@ -2565,7 +2435,6 @@ class ClickHouseParam(AbstractModel):
2565
2435
  @property
2566
2436
  def DropCls(self):
2567
2437
  """当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
2568
- 注意:此字段可能返回 null,表示取不到有效值。
2569
2438
  :rtype: :class:`tencentcloud.ckafka.v20190819.models.DropCls`
2570
2439
  """
2571
2440
  return self._DropCls
@@ -2578,7 +2447,6 @@ class ClickHouseParam(AbstractModel):
2578
2447
  def BatchSize(self):
2579
2448
  """每批次投递到 ClickHouse 表消息数量,默认为 1000 条。
2580
2449
  提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
2581
- 注意:此字段可能返回 null,表示取不到有效值。
2582
2450
  :rtype: int
2583
2451
  """
2584
2452
  return self._BatchSize
@@ -2591,7 +2459,6 @@ class ClickHouseParam(AbstractModel):
2591
2459
  def ConsumerFetchMinBytes(self):
2592
2460
  """每次从 topic 中拉取消息大小,默认为 1MB,即至少要从 topic 中批量拉取 1MB 消息,才进行数据投递到 ClickHouse 操作。
2593
2461
  提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
2594
- 注意:此字段可能返回 null,表示取不到有效值。
2595
2462
  :rtype: int
2596
2463
  """
2597
2464
  return self._ConsumerFetchMinBytes
@@ -2604,7 +2471,6 @@ class ClickHouseParam(AbstractModel):
2604
2471
  def ConsumerFetchMaxWaitMs(self):
2605
2472
  """每次从 topic 拉取消息最大等待时间,当超过当前最大等待时间时,即使没有拉取到 ConsumerFetchMinBytes 大小,也将进行 ClickHouse 投递操作。
2606
2473
  提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
2607
- 注意:此字段可能返回 null,表示取不到有效值。
2608
2474
  :rtype: int
2609
2475
  """
2610
2476
  return self._ConsumerFetchMaxWaitMs
@@ -2658,16 +2524,12 @@ class ClickHouseSchema(AbstractModel):
2658
2524
  def __init__(self):
2659
2525
  r"""
2660
2526
  :param _ColumnName: 表的列名
2661
- 注意:此字段可能返回 null,表示取不到有效值。
2662
2527
  :type ColumnName: str
2663
2528
  :param _JsonKey: 该列对应的jsonKey名
2664
- 注意:此字段可能返回 null,表示取不到有效值。
2665
2529
  :type JsonKey: str
2666
2530
  :param _Type: 表列项的类型
2667
- 注意:此字段可能返回 null,表示取不到有效值。
2668
2531
  :type Type: str
2669
2532
  :param _AllowNull: 列项是否允许为空
2670
- 注意:此字段可能返回 null,表示取不到有效值。
2671
2533
  :type AllowNull: bool
2672
2534
  """
2673
2535
  self._ColumnName = None
@@ -2678,7 +2540,6 @@ class ClickHouseSchema(AbstractModel):
2678
2540
  @property
2679
2541
  def ColumnName(self):
2680
2542
  """表的列名
2681
- 注意:此字段可能返回 null,表示取不到有效值。
2682
2543
  :rtype: str
2683
2544
  """
2684
2545
  return self._ColumnName
@@ -2690,7 +2551,6 @@ class ClickHouseSchema(AbstractModel):
2690
2551
  @property
2691
2552
  def JsonKey(self):
2692
2553
  """该列对应的jsonKey名
2693
- 注意:此字段可能返回 null,表示取不到有效值。
2694
2554
  :rtype: str
2695
2555
  """
2696
2556
  return self._JsonKey
@@ -2702,7 +2562,6 @@ class ClickHouseSchema(AbstractModel):
2702
2562
  @property
2703
2563
  def Type(self):
2704
2564
  """表列项的类型
2705
- 注意:此字段可能返回 null,表示取不到有效值。
2706
2565
  :rtype: str
2707
2566
  """
2708
2567
  return self._Type
@@ -2714,7 +2573,6 @@ class ClickHouseSchema(AbstractModel):
2714
2573
  @property
2715
2574
  def AllowNull(self):
2716
2575
  """列项是否允许为空
2717
- 注意:此字段可能返回 null,表示取不到有效值。
2718
2576
  :rtype: bool
2719
2577
  """
2720
2578
  return self._AllowNull
@@ -2747,20 +2605,15 @@ class ClsParam(AbstractModel):
2747
2605
  def __init__(self):
2748
2606
  r"""
2749
2607
  :param _DecodeJson: 生产的信息是否为json格式
2750
- 注意:此字段可能返回 null,表示取不到有效值。
2751
2608
  :type DecodeJson: bool
2752
2609
  :param _Resource: cls日志主题id
2753
- 注意:此字段可能返回 null,表示取不到有效值。
2754
2610
  :type Resource: str
2755
2611
  :param _LogSet: cls日志集id
2756
- 注意:此字段可能返回 null,表示取不到有效值。
2757
2612
  :type LogSet: str
2758
2613
  :param _ContentKey: 当DecodeJson为false时必填
2759
- 注意:此字段可能返回 null,表示取不到有效值。
2760
2614
  :type ContentKey: str
2761
2615
  :param _TimeField: 指定消息中的某字段内容作为cls日志的时间。
2762
2616
  字段内容格式需要是秒级时间戳
2763
- 注意:此字段可能返回 null,表示取不到有效值。
2764
2617
  :type TimeField: str
2765
2618
  """
2766
2619
  self._DecodeJson = None
@@ -2772,7 +2625,6 @@ class ClsParam(AbstractModel):
2772
2625
  @property
2773
2626
  def DecodeJson(self):
2774
2627
  """生产的信息是否为json格式
2775
- 注意:此字段可能返回 null,表示取不到有效值。
2776
2628
  :rtype: bool
2777
2629
  """
2778
2630
  return self._DecodeJson
@@ -2784,7 +2636,6 @@ class ClsParam(AbstractModel):
2784
2636
  @property
2785
2637
  def Resource(self):
2786
2638
  """cls日志主题id
2787
- 注意:此字段可能返回 null,表示取不到有效值。
2788
2639
  :rtype: str
2789
2640
  """
2790
2641
  return self._Resource
@@ -2796,7 +2647,6 @@ class ClsParam(AbstractModel):
2796
2647
  @property
2797
2648
  def LogSet(self):
2798
2649
  """cls日志集id
2799
- 注意:此字段可能返回 null,表示取不到有效值。
2800
2650
  :rtype: str
2801
2651
  """
2802
2652
  return self._LogSet
@@ -2808,7 +2658,6 @@ class ClsParam(AbstractModel):
2808
2658
  @property
2809
2659
  def ContentKey(self):
2810
2660
  """当DecodeJson为false时必填
2811
- 注意:此字段可能返回 null,表示取不到有效值。
2812
2661
  :rtype: str
2813
2662
  """
2814
2663
  return self._ContentKey
@@ -2821,7 +2670,6 @@ class ClsParam(AbstractModel):
2821
2670
  def TimeField(self):
2822
2671
  """指定消息中的某字段内容作为cls日志的时间。
2823
2672
  字段内容格式需要是秒级时间戳
2824
- 注意:此字段可能返回 null,表示取不到有效值。
2825
2673
  :rtype: str
2826
2674
  """
2827
2675
  return self._TimeField
@@ -2859,22 +2707,16 @@ class ClusterInfo(AbstractModel):
2859
2707
  :param _ClusterName: 集群名称
2860
2708
  :type ClusterName: str
2861
2709
  :param _MaxDiskSize: 集群最大磁盘 单位GB
2862
- 注意:此字段可能返回 null,表示取不到有效值。
2863
2710
  :type MaxDiskSize: int
2864
2711
  :param _MaxBandWidth: 集群最大带宽 单位MB/s
2865
- 注意:此字段可能返回 null,表示取不到有效值。
2866
2712
  :type MaxBandWidth: int
2867
2713
  :param _AvailableDiskSize: 集群当前可用磁盘 单位GB
2868
- 注意:此字段可能返回 null,表示取不到有效值。
2869
2714
  :type AvailableDiskSize: int
2870
2715
  :param _AvailableBandWidth: 集群当前可用带宽 单位MB/s
2871
- 注意:此字段可能返回 null,表示取不到有效值。
2872
2716
  :type AvailableBandWidth: int
2873
2717
  :param _ZoneId: 集群所属可用区,表明集群归属的可用区
2874
- 注意:此字段可能返回 null,表示取不到有效值。
2875
2718
  :type ZoneId: int
2876
2719
  :param _ZoneIds: 集群节点所在的可用区,若该集群为跨可用区集群,则包含该集群节点所在的多个可用区。
2877
- 注意:此字段可能返回 null,表示取不到有效值。
2878
2720
  :type ZoneIds: list of int
2879
2721
  """
2880
2722
  self._ClusterId = None
@@ -2911,7 +2753,6 @@ class ClusterInfo(AbstractModel):
2911
2753
  @property
2912
2754
  def MaxDiskSize(self):
2913
2755
  """集群最大磁盘 单位GB
2914
- 注意:此字段可能返回 null,表示取不到有效值。
2915
2756
  :rtype: int
2916
2757
  """
2917
2758
  return self._MaxDiskSize
@@ -2923,7 +2764,6 @@ class ClusterInfo(AbstractModel):
2923
2764
  @property
2924
2765
  def MaxBandWidth(self):
2925
2766
  """集群最大带宽 单位MB/s
2926
- 注意:此字段可能返回 null,表示取不到有效值。
2927
2767
  :rtype: int
2928
2768
  """
2929
2769
  return self._MaxBandWidth
@@ -2935,7 +2775,6 @@ class ClusterInfo(AbstractModel):
2935
2775
  @property
2936
2776
  def AvailableDiskSize(self):
2937
2777
  """集群当前可用磁盘 单位GB
2938
- 注意:此字段可能返回 null,表示取不到有效值。
2939
2778
  :rtype: int
2940
2779
  """
2941
2780
  return self._AvailableDiskSize
@@ -2947,7 +2786,6 @@ class ClusterInfo(AbstractModel):
2947
2786
  @property
2948
2787
  def AvailableBandWidth(self):
2949
2788
  """集群当前可用带宽 单位MB/s
2950
- 注意:此字段可能返回 null,表示取不到有效值。
2951
2789
  :rtype: int
2952
2790
  """
2953
2791
  return self._AvailableBandWidth
@@ -2959,7 +2797,6 @@ class ClusterInfo(AbstractModel):
2959
2797
  @property
2960
2798
  def ZoneId(self):
2961
2799
  """集群所属可用区,表明集群归属的可用区
2962
- 注意:此字段可能返回 null,表示取不到有效值。
2963
2800
  :rtype: int
2964
2801
  """
2965
2802
  return self._ZoneId
@@ -2971,7 +2808,6 @@ class ClusterInfo(AbstractModel):
2971
2808
  @property
2972
2809
  def ZoneIds(self):
2973
2810
  """集群节点所在的可用区,若该集群为跨可用区集群,则包含该集群节点所在的多个可用区。
2974
- 注意:此字段可能返回 null,表示取不到有效值。
2975
2811
  :rtype: list of int
2976
2812
  """
2977
2813
  return self._ZoneIds
@@ -3008,32 +2844,23 @@ class Config(AbstractModel):
3008
2844
  def __init__(self):
3009
2845
  r"""
3010
2846
  :param _Retention: 消息保留时间
3011
- 注意:此字段可能返回 null,表示取不到有效值。
3012
2847
  :type Retention: int
3013
2848
  :param _MinInsyncReplicas: 最小同步复制数
3014
- 注意:此字段可能返回 null,表示取不到有效值。
3015
2849
  :type MinInsyncReplicas: int
3016
2850
  :param _CleanUpPolicy: 日志清理模式,默认 delete。
3017
2851
  delete:日志按保存时间删除;compact:日志按 key 压缩;compact, delete:日志按 key 压缩且会保存时间删除。
3018
- 注意:此字段可能返回 null,表示取不到有效值。
3019
2852
  :type CleanUpPolicy: str
3020
2853
  :param _SegmentMs: Segment 分片滚动的时长
3021
- 注意:此字段可能返回 null,表示取不到有效值。
3022
2854
  :type SegmentMs: int
3023
2855
  :param _UncleanLeaderElectionEnable: 0表示 false。 1表示 true。
3024
- 注意:此字段可能返回 null,表示取不到有效值。
3025
2856
  :type UncleanLeaderElectionEnable: int
3026
2857
  :param _SegmentBytes: Segment 分片滚动的字节数
3027
- 注意:此字段可能返回 null,表示取不到有效值。
3028
2858
  :type SegmentBytes: int
3029
2859
  :param _MaxMessageBytes: 最大消息字节数
3030
- 注意:此字段可能返回 null,表示取不到有效值。
3031
2860
  :type MaxMessageBytes: int
3032
2861
  :param _RetentionBytes: 消息保留文件大小
3033
- 注意:此字段可能返回 null,表示取不到有效值。
3034
2862
  :type RetentionBytes: int
3035
2863
  :param _LogMsgTimestampType: 消息保存的时间类型
3036
- 注意:此字段可能返回 null,表示取不到有效值。
3037
2864
  :type LogMsgTimestampType: str
3038
2865
  """
3039
2866
  self._Retention = None
@@ -3049,7 +2876,6 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
3049
2876
  @property
3050
2877
  def Retention(self):
3051
2878
  """消息保留时间
3052
- 注意:此字段可能返回 null,表示取不到有效值。
3053
2879
  :rtype: int
3054
2880
  """
3055
2881
  return self._Retention
@@ -3061,7 +2887,6 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
3061
2887
  @property
3062
2888
  def MinInsyncReplicas(self):
3063
2889
  """最小同步复制数
3064
- 注意:此字段可能返回 null,表示取不到有效值。
3065
2890
  :rtype: int
3066
2891
  """
3067
2892
  return self._MinInsyncReplicas
@@ -3074,7 +2899,6 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
3074
2899
  def CleanUpPolicy(self):
3075
2900
  """日志清理模式,默认 delete。
3076
2901
  delete:日志按保存时间删除;compact:日志按 key 压缩;compact, delete:日志按 key 压缩且会保存时间删除。
3077
- 注意:此字段可能返回 null,表示取不到有效值。
3078
2902
  :rtype: str
3079
2903
  """
3080
2904
  return self._CleanUpPolicy
@@ -3086,7 +2910,6 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
3086
2910
  @property
3087
2911
  def SegmentMs(self):
3088
2912
  """Segment 分片滚动的时长
3089
- 注意:此字段可能返回 null,表示取不到有效值。
3090
2913
  :rtype: int
3091
2914
  """
3092
2915
  return self._SegmentMs
@@ -3098,7 +2921,6 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
3098
2921
  @property
3099
2922
  def UncleanLeaderElectionEnable(self):
3100
2923
  """0表示 false。 1表示 true。
3101
- 注意:此字段可能返回 null,表示取不到有效值。
3102
2924
  :rtype: int
3103
2925
  """
3104
2926
  return self._UncleanLeaderElectionEnable
@@ -3110,7 +2932,6 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
3110
2932
  @property
3111
2933
  def SegmentBytes(self):
3112
2934
  """Segment 分片滚动的字节数
3113
- 注意:此字段可能返回 null,表示取不到有效值。
3114
2935
  :rtype: int
3115
2936
  """
3116
2937
  return self._SegmentBytes
@@ -3122,7 +2943,6 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
3122
2943
  @property
3123
2944
  def MaxMessageBytes(self):
3124
2945
  """最大消息字节数
3125
- 注意:此字段可能返回 null,表示取不到有效值。
3126
2946
  :rtype: int
3127
2947
  """
3128
2948
  return self._MaxMessageBytes
@@ -3134,7 +2954,6 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
3134
2954
  @property
3135
2955
  def RetentionBytes(self):
3136
2956
  """消息保留文件大小
3137
- 注意:此字段可能返回 null,表示取不到有效值。
3138
2957
  :rtype: int
3139
2958
  """
3140
2959
  return self._RetentionBytes
@@ -3146,7 +2965,6 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
3146
2965
  @property
3147
2966
  def LogMsgTimestampType(self):
3148
2967
  """消息保存的时间类型
3149
- 注意:此字段可能返回 null,表示取不到有效值。
3150
2968
  :rtype: str
3151
2969
  """
3152
2970
  return self._LogMsgTimestampType
@@ -3184,7 +3002,6 @@ class ConnectResourceResourceIdResp(AbstractModel):
3184
3002
  def __init__(self):
3185
3003
  r"""
3186
3004
  :param _ResourceId: 连接源的Id
3187
- 注意:此字段可能返回 null,表示取不到有效值。
3188
3005
  :type ResourceId: str
3189
3006
  """
3190
3007
  self._ResourceId = None
@@ -3192,7 +3009,6 @@ class ConnectResourceResourceIdResp(AbstractModel):
3192
3009
  @property
3193
3010
  def ResourceId(self):
3194
3011
  """连接源的Id
3195
- 注意:此字段可能返回 null,表示取不到有效值。
3196
3012
  :rtype: str
3197
3013
  """
3198
3014
  return self._ResourceId
@@ -3346,25 +3162,18 @@ class ConsumerGroupResponse(AbstractModel):
3346
3162
  :param _TotalCount: 符合条件的消费组数量
3347
3163
  :type TotalCount: int
3348
3164
  :param _TopicList: 主题列表
3349
- 注意:此字段可能返回 null,表示取不到有效值。
3350
3165
  :type TopicList: list of ConsumerGroupTopic
3351
3166
  :param _GroupList: 消费分组List
3352
- 注意:此字段可能返回 null,表示取不到有效值。
3353
3167
  :type GroupList: list of ConsumerGroup
3354
3168
  :param _TotalPartition: 所有分区数量
3355
- 注意:此字段可能返回 null,表示取不到有效值。
3356
3169
  :type TotalPartition: int
3357
3170
  :param _PartitionListForMonitor: 监控的分区列表
3358
- 注意:此字段可能返回 null,表示取不到有效值。
3359
3171
  :type PartitionListForMonitor: list of Partition
3360
3172
  :param _TotalTopic: 主题总数
3361
- 注意:此字段可能返回 null,表示取不到有效值。
3362
3173
  :type TotalTopic: int
3363
3174
  :param _TopicListForMonitor: 监控的主题列表
3364
- 注意:此字段可能返回 null,表示取不到有效值。
3365
3175
  :type TopicListForMonitor: list of ConsumerGroupTopic
3366
3176
  :param _GroupListForMonitor: 监控的组列表
3367
- 注意:此字段可能返回 null,表示取不到有效值。
3368
3177
  :type GroupListForMonitor: list of Group
3369
3178
  """
3370
3179
  self._TotalCount = None
@@ -3390,7 +3199,6 @@ class ConsumerGroupResponse(AbstractModel):
3390
3199
  @property
3391
3200
  def TopicList(self):
3392
3201
  """主题列表
3393
- 注意:此字段可能返回 null,表示取不到有效值。
3394
3202
  :rtype: list of ConsumerGroupTopic
3395
3203
  """
3396
3204
  return self._TopicList
@@ -3402,7 +3210,6 @@ class ConsumerGroupResponse(AbstractModel):
3402
3210
  @property
3403
3211
  def GroupList(self):
3404
3212
  """消费分组List
3405
- 注意:此字段可能返回 null,表示取不到有效值。
3406
3213
  :rtype: list of ConsumerGroup
3407
3214
  """
3408
3215
  return self._GroupList
@@ -3414,7 +3221,6 @@ class ConsumerGroupResponse(AbstractModel):
3414
3221
  @property
3415
3222
  def TotalPartition(self):
3416
3223
  """所有分区数量
3417
- 注意:此字段可能返回 null,表示取不到有效值。
3418
3224
  :rtype: int
3419
3225
  """
3420
3226
  return self._TotalPartition
@@ -3426,7 +3232,6 @@ class ConsumerGroupResponse(AbstractModel):
3426
3232
  @property
3427
3233
  def PartitionListForMonitor(self):
3428
3234
  """监控的分区列表
3429
- 注意:此字段可能返回 null,表示取不到有效值。
3430
3235
  :rtype: list of Partition
3431
3236
  """
3432
3237
  return self._PartitionListForMonitor
@@ -3438,7 +3243,6 @@ class ConsumerGroupResponse(AbstractModel):
3438
3243
  @property
3439
3244
  def TotalTopic(self):
3440
3245
  """主题总数
3441
- 注意:此字段可能返回 null,表示取不到有效值。
3442
3246
  :rtype: int
3443
3247
  """
3444
3248
  return self._TotalTopic
@@ -3450,7 +3254,6 @@ class ConsumerGroupResponse(AbstractModel):
3450
3254
  @property
3451
3255
  def TopicListForMonitor(self):
3452
3256
  """监控的主题列表
3453
- 注意:此字段可能返回 null,表示取不到有效值。
3454
3257
  :rtype: list of ConsumerGroupTopic
3455
3258
  """
3456
3259
  return self._TopicListForMonitor
@@ -3462,7 +3265,6 @@ class ConsumerGroupResponse(AbstractModel):
3462
3265
  @property
3463
3266
  def GroupListForMonitor(self):
3464
3267
  """监控的组列表
3465
- 注意:此字段可能返回 null,表示取不到有效值。
3466
3268
  :rtype: list of Group
3467
3269
  """
3468
3270
  return self._GroupListForMonitor
@@ -3632,16 +3434,12 @@ class ConsumerRecord(AbstractModel):
3632
3434
  :param _Offset: 位点
3633
3435
  :type Offset: int
3634
3436
  :param _Key: 消息key
3635
- 注意:此字段可能返回 null,表示取不到有效值。
3636
3437
  :type Key: str
3637
3438
  :param _Value: 消息value
3638
- 注意:此字段可能返回 null,表示取不到有效值。
3639
3439
  :type Value: str
3640
3440
  :param _Timestamp: 消息时间戳
3641
- 注意:此字段可能返回 null,表示取不到有效值。
3642
3441
  :type Timestamp: int
3643
3442
  :param _Headers: 消息headers
3644
- 注意:此字段可能返回 null,表示取不到有效值。
3645
3443
  :type Headers: str
3646
3444
  """
3647
3445
  self._Topic = None
@@ -3688,7 +3486,6 @@ class ConsumerRecord(AbstractModel):
3688
3486
  @property
3689
3487
  def Key(self):
3690
3488
  """消息key
3691
- 注意:此字段可能返回 null,表示取不到有效值。
3692
3489
  :rtype: str
3693
3490
  """
3694
3491
  return self._Key
@@ -3700,7 +3497,6 @@ class ConsumerRecord(AbstractModel):
3700
3497
  @property
3701
3498
  def Value(self):
3702
3499
  """消息value
3703
- 注意:此字段可能返回 null,表示取不到有效值。
3704
3500
  :rtype: str
3705
3501
  """
3706
3502
  return self._Value
@@ -3712,7 +3508,6 @@ class ConsumerRecord(AbstractModel):
3712
3508
  @property
3713
3509
  def Timestamp(self):
3714
3510
  """消息时间戳
3715
- 注意:此字段可能返回 null,表示取不到有效值。
3716
3511
  :rtype: int
3717
3512
  """
3718
3513
  return self._Timestamp
@@ -3724,7 +3519,6 @@ class ConsumerRecord(AbstractModel):
3724
3519
  @property
3725
3520
  def Headers(self):
3726
3521
  """消息headers
3727
- 注意:此字段可能返回 null,表示取不到有效值。
3728
3522
  :rtype: str
3729
3523
  """
3730
3524
  return self._Headers
@@ -3760,28 +3554,20 @@ class CosParam(AbstractModel):
3760
3554
  def __init__(self):
3761
3555
  r"""
3762
3556
  :param _BucketName: cos 存储桶名称
3763
- 注意:此字段可能返回 null,表示取不到有效值。
3764
3557
  :type BucketName: str
3765
3558
  :param _Region: 地域代码
3766
- 注意:此字段可能返回 null,表示取不到有效值。
3767
3559
  :type Region: str
3768
3560
  :param _ObjectKey: 对象名称
3769
- 注意:此字段可能返回 null,表示取不到有效值。
3770
3561
  :type ObjectKey: str
3771
3562
  :param _AggregateBatchSize: 汇聚消息量的大小(单位:MB)
3772
- 注意:此字段可能返回 null,表示取不到有效值。
3773
3563
  :type AggregateBatchSize: int
3774
3564
  :param _AggregateInterval: 汇聚的时间间隔(单位:小时)
3775
- 注意:此字段可能返回 null,表示取不到有效值。
3776
3565
  :type AggregateInterval: int
3777
3566
  :param _FormatOutputType: 消息汇聚后的文件格式(支持csv, json)
3778
- 注意:此字段可能返回 null,表示取不到有效值。
3779
3567
  :type FormatOutputType: str
3780
3568
  :param _ObjectKeyPrefix: 转储的对象目录前缀
3781
- 注意:此字段可能返回 null,表示取不到有效值。
3782
3569
  :type ObjectKeyPrefix: str
3783
3570
  :param _DirectoryTimeFormat: 根据strptime 时间格式化的分区格式
3784
- 注意:此字段可能返回 null,表示取不到有效值。
3785
3571
  :type DirectoryTimeFormat: str
3786
3572
  """
3787
3573
  self._BucketName = None
@@ -3796,7 +3582,6 @@ class CosParam(AbstractModel):
3796
3582
  @property
3797
3583
  def BucketName(self):
3798
3584
  """cos 存储桶名称
3799
- 注意:此字段可能返回 null,表示取不到有效值。
3800
3585
  :rtype: str
3801
3586
  """
3802
3587
  return self._BucketName
@@ -3808,7 +3593,6 @@ class CosParam(AbstractModel):
3808
3593
  @property
3809
3594
  def Region(self):
3810
3595
  """地域代码
3811
- 注意:此字段可能返回 null,表示取不到有效值。
3812
3596
  :rtype: str
3813
3597
  """
3814
3598
  return self._Region
@@ -3820,7 +3604,6 @@ class CosParam(AbstractModel):
3820
3604
  @property
3821
3605
  def ObjectKey(self):
3822
3606
  """对象名称
3823
- 注意:此字段可能返回 null,表示取不到有效值。
3824
3607
  :rtype: str
3825
3608
  """
3826
3609
  return self._ObjectKey
@@ -3832,7 +3615,6 @@ class CosParam(AbstractModel):
3832
3615
  @property
3833
3616
  def AggregateBatchSize(self):
3834
3617
  """汇聚消息量的大小(单位:MB)
3835
- 注意:此字段可能返回 null,表示取不到有效值。
3836
3618
  :rtype: int
3837
3619
  """
3838
3620
  return self._AggregateBatchSize
@@ -3844,7 +3626,6 @@ class CosParam(AbstractModel):
3844
3626
  @property
3845
3627
  def AggregateInterval(self):
3846
3628
  """汇聚的时间间隔(单位:小时)
3847
- 注意:此字段可能返回 null,表示取不到有效值。
3848
3629
  :rtype: int
3849
3630
  """
3850
3631
  return self._AggregateInterval
@@ -3856,7 +3637,6 @@ class CosParam(AbstractModel):
3856
3637
  @property
3857
3638
  def FormatOutputType(self):
3858
3639
  """消息汇聚后的文件格式(支持csv, json)
3859
- 注意:此字段可能返回 null,表示取不到有效值。
3860
3640
  :rtype: str
3861
3641
  """
3862
3642
  return self._FormatOutputType
@@ -3868,7 +3648,6 @@ class CosParam(AbstractModel):
3868
3648
  @property
3869
3649
  def ObjectKeyPrefix(self):
3870
3650
  """转储的对象目录前缀
3871
- 注意:此字段可能返回 null,表示取不到有效值。
3872
3651
  :rtype: str
3873
3652
  """
3874
3653
  return self._ObjectKeyPrefix
@@ -3880,7 +3659,6 @@ class CosParam(AbstractModel):
3880
3659
  @property
3881
3660
  def DirectoryTimeFormat(self):
3882
3661
  """根据strptime 时间格式化的分区格式
3883
- 注意:此字段可能返回 null,表示取不到有效值。
3884
3662
  :rtype: str
3885
3663
  """
3886
3664
  return self._DirectoryTimeFormat
@@ -5090,7 +4868,6 @@ class CreateDatahubTaskRes(AbstractModel):
5090
4868
  :param _TaskId: 转储任务id
5091
4869
  :type TaskId: str
5092
4870
  :param _DatahubId: 数据转储Id
5093
- 注意:此字段可能返回 null,表示取不到有效值。
5094
4871
  :type DatahubId: str
5095
4872
  """
5096
4873
  self._TaskId = None
@@ -5110,7 +4887,6 @@ class CreateDatahubTaskRes(AbstractModel):
5110
4887
  @property
5111
4888
  def DatahubId(self):
5112
4889
  """数据转储Id
5113
- 注意:此字段可能返回 null,表示取不到有效值。
5114
4890
  :rtype: str
5115
4891
  """
5116
4892
  return self._DatahubId
@@ -5332,16 +5108,12 @@ class CreateInstancePostData(AbstractModel):
5332
5108
  def __init__(self):
5333
5109
  r"""
5334
5110
  :param _FlowId: CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。
5335
- 注意:此字段可能返回 null,表示取不到有效值。
5336
5111
  :type FlowId: int
5337
5112
  :param _DealNames: 订单号列表
5338
- 注意:此字段可能返回 null,表示取不到有效值。
5339
5113
  :type DealNames: list of str
5340
5114
  :param _InstanceId: ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id
5341
- 注意:此字段可能返回 null,表示取不到有效值。
5342
5115
  :type InstanceId: str
5343
5116
  :param _DealNameInstanceIdMapping: 订单和购买实例对应映射列表
5344
- 注意:此字段可能返回 null,表示取不到有效值。
5345
5117
  :type DealNameInstanceIdMapping: list of DealInstanceDTO
5346
5118
  """
5347
5119
  self._FlowId = None
@@ -5352,7 +5124,6 @@ class CreateInstancePostData(AbstractModel):
5352
5124
  @property
5353
5125
  def FlowId(self):
5354
5126
  """CreateInstancePre返回固定为0,不能作为CheckTaskStatus的查询条件。只是为了保证和后台数据结构对齐。
5355
- 注意:此字段可能返回 null,表示取不到有效值。
5356
5127
  :rtype: int
5357
5128
  """
5358
5129
  return self._FlowId
@@ -5364,7 +5135,6 @@ class CreateInstancePostData(AbstractModel):
5364
5135
  @property
5365
5136
  def DealNames(self):
5366
5137
  """订单号列表
5367
- 注意:此字段可能返回 null,表示取不到有效值。
5368
5138
  :rtype: list of str
5369
5139
  """
5370
5140
  return self._DealNames
@@ -5376,7 +5146,6 @@ class CreateInstancePostData(AbstractModel):
5376
5146
  @property
5377
5147
  def InstanceId(self):
5378
5148
  """ckafka集群实例Id,当购买多个实例时,默认返回购买的第一个实例 id
5379
- 注意:此字段可能返回 null,表示取不到有效值。
5380
5149
  :rtype: str
5381
5150
  """
5382
5151
  return self._InstanceId
@@ -5388,7 +5157,6 @@ class CreateInstancePostData(AbstractModel):
5388
5157
  @property
5389
5158
  def DealNameInstanceIdMapping(self):
5390
5159
  """订单和购买实例对应映射列表
5391
- 注意:此字段可能返回 null,表示取不到有效值。
5392
5160
  :rtype: list of DealInstanceDTO
5393
5161
  """
5394
5162
  return self._DealNameInstanceIdMapping
@@ -5756,7 +5524,6 @@ class CreateInstancePostResp(AbstractModel):
5756
5524
  :param _ReturnMessage: 接口返回消息,当接口报错时提示错误信息
5757
5525
  :type ReturnMessage: str
5758
5526
  :param _Data: 返回的Data数据
5759
- 注意:此字段可能返回 null,表示取不到有效值。
5760
5527
  :type Data: :class:`tencentcloud.ckafka.v20190819.models.CreateInstancePostData`
5761
5528
  """
5762
5529
  self._ReturnCode = None
@@ -5788,7 +5555,6 @@ class CreateInstancePostResp(AbstractModel):
5788
5555
  @property
5789
5556
  def Data(self):
5790
5557
  """返回的Data数据
5791
- 注意:此字段可能返回 null,表示取不到有效值。
5792
5558
  :rtype: :class:`tencentcloud.ckafka.v20190819.models.CreateInstancePostData`
5793
5559
  """
5794
5560
  return self._Data
@@ -7927,22 +7693,16 @@ class CtsdbConnectParam(AbstractModel):
7927
7693
  def __init__(self):
7928
7694
  r"""
7929
7695
  :param _Port: Ctsdb的连接port
7930
- 注意:此字段可能返回 null,表示取不到有效值。
7931
7696
  :type Port: int
7932
7697
  :param _ServiceVip: Ctsdb连接源的实例vip
7933
- 注意:此字段可能返回 null,表示取不到有效值。
7934
7698
  :type ServiceVip: str
7935
7699
  :param _UniqVpcId: Ctsdb连接源的vpcId
7936
- 注意:此字段可能返回 null,表示取不到有效值。
7937
7700
  :type UniqVpcId: str
7938
7701
  :param _UserName: Ctsdb连接源的用户名
7939
- 注意:此字段可能返回 null,表示取不到有效值。
7940
7702
  :type UserName: str
7941
7703
  :param _Password: Ctsdb连接源的密码
7942
- 注意:此字段可能返回 null,表示取不到有效值。
7943
7704
  :type Password: str
7944
7705
  :param _Resource: Ctsdb连接源的实例资源
7945
- 注意:此字段可能返回 null,表示取不到有效值。
7946
7706
  :type Resource: str
7947
7707
  """
7948
7708
  self._Port = None
@@ -7955,7 +7715,6 @@ class CtsdbConnectParam(AbstractModel):
7955
7715
  @property
7956
7716
  def Port(self):
7957
7717
  """Ctsdb的连接port
7958
- 注意:此字段可能返回 null,表示取不到有效值。
7959
7718
  :rtype: int
7960
7719
  """
7961
7720
  return self._Port
@@ -7967,7 +7726,6 @@ class CtsdbConnectParam(AbstractModel):
7967
7726
  @property
7968
7727
  def ServiceVip(self):
7969
7728
  """Ctsdb连接源的实例vip
7970
- 注意:此字段可能返回 null,表示取不到有效值。
7971
7729
  :rtype: str
7972
7730
  """
7973
7731
  return self._ServiceVip
@@ -7979,7 +7737,6 @@ class CtsdbConnectParam(AbstractModel):
7979
7737
  @property
7980
7738
  def UniqVpcId(self):
7981
7739
  """Ctsdb连接源的vpcId
7982
- 注意:此字段可能返回 null,表示取不到有效值。
7983
7740
  :rtype: str
7984
7741
  """
7985
7742
  return self._UniqVpcId
@@ -7991,7 +7748,6 @@ class CtsdbConnectParam(AbstractModel):
7991
7748
  @property
7992
7749
  def UserName(self):
7993
7750
  """Ctsdb连接源的用户名
7994
- 注意:此字段可能返回 null,表示取不到有效值。
7995
7751
  :rtype: str
7996
7752
  """
7997
7753
  return self._UserName
@@ -8003,7 +7759,6 @@ class CtsdbConnectParam(AbstractModel):
8003
7759
  @property
8004
7760
  def Password(self):
8005
7761
  """Ctsdb连接源的密码
8006
- 注意:此字段可能返回 null,表示取不到有效值。
8007
7762
  :rtype: str
8008
7763
  """
8009
7764
  return self._Password
@@ -8015,7 +7770,6 @@ class CtsdbConnectParam(AbstractModel):
8015
7770
  @property
8016
7771
  def Resource(self):
8017
7772
  """Ctsdb连接源的实例资源
8018
- 注意:此字段可能返回 null,表示取不到有效值。
8019
7773
  :rtype: str
8020
7774
  """
8021
7775
  return self._Resource
@@ -8050,22 +7804,16 @@ class CtsdbModifyConnectParam(AbstractModel):
8050
7804
  def __init__(self):
8051
7805
  r"""
8052
7806
  :param _Port: Ctsdb的连接port
8053
- 注意:此字段可能返回 null,表示取不到有效值。
8054
7807
  :type Port: int
8055
7808
  :param _ServiceVip: Ctsdb连接源的实例vip
8056
- 注意:此字段可能返回 null,表示取不到有效值。
8057
7809
  :type ServiceVip: str
8058
7810
  :param _UniqVpcId: Ctsdb连接源的vpcId
8059
- 注意:此字段可能返回 null,表示取不到有效值。
8060
7811
  :type UniqVpcId: str
8061
7812
  :param _UserName: Ctsdb连接源的用户名
8062
- 注意:此字段可能返回 null,表示取不到有效值。
8063
7813
  :type UserName: str
8064
7814
  :param _Password: Ctsdb连接源的密码
8065
- 注意:此字段可能返回 null,表示取不到有效值。
8066
7815
  :type Password: str
8067
7816
  :param _Resource: Ctsdb连接源的实例资源
8068
- 注意:此字段可能返回 null,表示取不到有效值。
8069
7817
  :type Resource: str
8070
7818
  """
8071
7819
  self._Port = None
@@ -8078,7 +7826,6 @@ class CtsdbModifyConnectParam(AbstractModel):
8078
7826
  @property
8079
7827
  def Port(self):
8080
7828
  """Ctsdb的连接port
8081
- 注意:此字段可能返回 null,表示取不到有效值。
8082
7829
  :rtype: int
8083
7830
  """
8084
7831
  return self._Port
@@ -8090,7 +7837,6 @@ class CtsdbModifyConnectParam(AbstractModel):
8090
7837
  @property
8091
7838
  def ServiceVip(self):
8092
7839
  """Ctsdb连接源的实例vip
8093
- 注意:此字段可能返回 null,表示取不到有效值。
8094
7840
  :rtype: str
8095
7841
  """
8096
7842
  return self._ServiceVip
@@ -8102,7 +7848,6 @@ class CtsdbModifyConnectParam(AbstractModel):
8102
7848
  @property
8103
7849
  def UniqVpcId(self):
8104
7850
  """Ctsdb连接源的vpcId
8105
- 注意:此字段可能返回 null,表示取不到有效值。
8106
7851
  :rtype: str
8107
7852
  """
8108
7853
  return self._UniqVpcId
@@ -8114,7 +7859,6 @@ class CtsdbModifyConnectParam(AbstractModel):
8114
7859
  @property
8115
7860
  def UserName(self):
8116
7861
  """Ctsdb连接源的用户名
8117
- 注意:此字段可能返回 null,表示取不到有效值。
8118
7862
  :rtype: str
8119
7863
  """
8120
7864
  return self._UserName
@@ -8126,7 +7870,6 @@ class CtsdbModifyConnectParam(AbstractModel):
8126
7870
  @property
8127
7871
  def Password(self):
8128
7872
  """Ctsdb连接源的密码
8129
- 注意:此字段可能返回 null,表示取不到有效值。
8130
7873
  :rtype: str
8131
7874
  """
8132
7875
  return self._Password
@@ -8138,7 +7881,6 @@ class CtsdbModifyConnectParam(AbstractModel):
8138
7881
  @property
8139
7882
  def Resource(self):
8140
7883
  """Ctsdb连接源的实例资源
8141
- 注意:此字段可能返回 null,表示取不到有效值。
8142
7884
  :rtype: str
8143
7885
  """
8144
7886
  return self._Resource
@@ -8587,7 +8329,6 @@ class DatahubTaskIdRes(AbstractModel):
8587
8329
  def __init__(self):
8588
8330
  r"""
8589
8331
  :param _TaskId: 任务id
8590
- 注意:此字段可能返回 null,表示取不到有效值。
8591
8332
  :type TaskId: str
8592
8333
  """
8593
8334
  self._TaskId = None
@@ -8595,7 +8336,6 @@ class DatahubTaskIdRes(AbstractModel):
8595
8336
  @property
8596
8337
  def TaskId(self):
8597
8338
  """任务id
8598
- 注意:此字段可能返回 null,表示取不到有效值。
8599
8339
  :rtype: str
8600
8340
  """
8601
8341
  return self._TaskId