tencentcloud-sdk-python 3.0.1426__py2.py3-none-any.whl → 3.0.1428__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.

Potentially problematic release.


This version of tencentcloud-sdk-python might be problematic. Click here for more details.

Files changed (41) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +60 -0
  3. tencentcloud/autoscaling/v20180419/models.py +108 -0
  4. tencentcloud/billing/v20180709/models.py +2 -2
  5. tencentcloud/ccc/v20200210/models.py +166 -0
  6. tencentcloud/cdb/v20170320/cdb_client.py +23 -0
  7. tencentcloud/cdb/v20170320/models.py +104 -10
  8. tencentcloud/cdwch/v20200915/errorcodes.py +3 -0
  9. tencentcloud/cdwch/v20200915/models.py +42 -64
  10. tencentcloud/clb/v20180317/models.py +2 -2
  11. tencentcloud/ctsdb/__init__.py +0 -0
  12. tencentcloud/ctsdb/v20230202/__init__.py +0 -0
  13. tencentcloud/ctsdb/v20230202/ctsdb_client.py +79 -0
  14. tencentcloud/ctsdb/v20230202/errorcodes.py +24 -0
  15. tencentcloud/ctsdb/v20230202/models.py +1256 -0
  16. tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
  17. tencentcloud/cynosdb/v20190107/errorcodes.py +12 -0
  18. tencentcloud/cynosdb/v20190107/models.py +186 -0
  19. tencentcloud/essbasic/v20210526/models.py +107 -4
  20. tencentcloud/gs/v20191118/models.py +15 -0
  21. tencentcloud/hunyuan/v20230901/models.py +120 -0
  22. tencentcloud/igtm/v20231024/models.py +2 -40
  23. tencentcloud/lke/v20231130/models.py +8 -2
  24. tencentcloud/monitor/v20180724/models.py +2 -2
  25. tencentcloud/mps/v20190612/models.py +19 -0
  26. tencentcloud/ocr/v20181119/models.py +17 -0
  27. tencentcloud/securitylake/v20240117/models.py +0 -2
  28. tencentcloud/ssl/v20191205/models.py +75 -0
  29. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +3 -1
  30. tencentcloud/teo/v20220901/errorcodes.py +6 -0
  31. tencentcloud/teo/v20220901/models.py +391 -55
  32. tencentcloud/teo/v20220901/teo_client.py +46 -0
  33. tencentcloud/tts/v20190823/models.py +4 -6
  34. tencentcloud/tts/v20190823/tts_client.py +1 -0
  35. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  36. tencentcloud/vpc/v20170312/models.py +8 -8
  37. {tencentcloud_sdk_python-3.0.1426.dist-info → tencentcloud_sdk_python-3.0.1428.dist-info}/METADATA +1 -1
  38. {tencentcloud_sdk_python-3.0.1426.dist-info → tencentcloud_sdk_python-3.0.1428.dist-info}/RECORD +41 -36
  39. {tencentcloud_sdk_python-3.0.1426.dist-info → tencentcloud_sdk_python-3.0.1428.dist-info}/LICENSE +0 -0
  40. {tencentcloud_sdk_python-3.0.1426.dist-info → tencentcloud_sdk_python-3.0.1428.dist-info}/WHEEL +0 -0
  41. {tencentcloud_sdk_python-3.0.1426.dist-info → tencentcloud_sdk_python-3.0.1428.dist-info}/top_level.txt +0 -0
@@ -29646,11 +29646,11 @@ class ModifyInstanceParamRequest(AbstractModel):
29646
29646
 
29647
29647
  def __init__(self):
29648
29648
  r"""
29649
- :param _InstanceIds: 实例短 ID 列表。
29649
+ :param _InstanceIds: 实例 ID 列表。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
29650
29650
  :type InstanceIds: list of str
29651
29651
  :param _ParamList: 要修改的参数列表。每一个元素是 Name 和 CurrentValue 的组合。Name 是参数名,CurrentValue 是要修改成的值。
29652
29652
  :type ParamList: list of Parameter
29653
- :param _TemplateId: 模板id,ParamList和TemplateId必须至少传其中之一
29653
+ :param _TemplateId: 模板 ID,ParamList TemplateId 必须至少传其中之一。可通过 [DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/236/32660) 接口获取。
29654
29654
  :type TemplateId: int
29655
29655
  :param _WaitSwitch: 执行参数调整任务的方式,默认为 0。支持值包括:0 - 立刻执行,1 - 时间窗执行;当该值为 1 时,每次只能传一个实例(InstanceIds数量为1)
29656
29656
  :type WaitSwitch: int
@@ -29668,7 +29668,7 @@ class ModifyInstanceParamRequest(AbstractModel):
29668
29668
 
29669
29669
  @property
29670
29670
  def InstanceIds(self):
29671
- """实例短 ID 列表。
29671
+ """实例 ID 列表。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
29672
29672
  :rtype: list of str
29673
29673
  """
29674
29674
  return self._InstanceIds
@@ -29690,7 +29690,7 @@ class ModifyInstanceParamRequest(AbstractModel):
29690
29690
 
29691
29691
  @property
29692
29692
  def TemplateId(self):
29693
- """模板id,ParamList和TemplateId必须至少传其中之一
29693
+ """模板 ID,ParamList TemplateId 必须至少传其中之一。可通过 [DescribeParamTemplateInfo](https://cloud.tencent.com/document/product/236/32660) 接口获取。
29694
29694
  :rtype: int
29695
29695
  """
29696
29696
  return self._TemplateId
@@ -29805,19 +29805,19 @@ class ModifyInstancePasswordComplexityRequest(AbstractModel):
29805
29805
 
29806
29806
  def __init__(self):
29807
29807
  r"""
29808
- :param _InstanceIds: 要修改密码复杂度的实例 ID
29808
+ :param _InstanceIds: 要修改密码复杂度的实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
29809
29809
  说明:支持输入多个实例 ID 进行修改。
29810
29810
  :type InstanceIds: list of str
29811
29811
  :param _ParamList: 要修改的密码复杂度的选项。每一个选项是以组合形式写入的,一个组合包括 Name 和 CurrentValue,其中 Name 表示对应选项的参数名,CurrentValue 表示参数值。例如:[{"Name": "validate_password.length", "CurrentValue": "10"}],表示将密码的最小字符数修改为10。
29812
29812
  说明:不同数据库版本的实例,支持修改的密码复杂度的选项如下。
29813
29813
  1. MySQL 8.0:
29814
- 选项 validate_password.policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
29814
+ 选项 validate_password.policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。
29815
29815
  选项 validate_password.length,表示密码总长度的最小字符数。
29816
29816
  选项 validate_password.mixed_case_count,表示小写和大写字母的最小字符数。
29817
29817
  选项 validate_password.number_count,表示数字的最小字符数。
29818
29818
  选项 validate_password.special_char_count,表示特殊字符的最小字符数。
29819
29819
  2. MySQL 5.6、MySQL 5.7:
29820
- 选项 validate_password_policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
29820
+ 选项 validate_password_policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。
29821
29821
  选项 validate_password_length,表示密码总长度的最小字符数。
29822
29822
  选项 validate_password_mixed_case_count,表示小写和大写字母的最小字符数。
29823
29823
  选项 validate_password_number_count,表示数字的最小字符数。
@@ -29829,7 +29829,7 @@ class ModifyInstancePasswordComplexityRequest(AbstractModel):
29829
29829
 
29830
29830
  @property
29831
29831
  def InstanceIds(self):
29832
- """要修改密码复杂度的实例 ID
29832
+ """要修改密码复杂度的实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
29833
29833
  说明:支持输入多个实例 ID 进行修改。
29834
29834
  :rtype: list of str
29835
29835
  """
@@ -29844,13 +29844,13 @@ class ModifyInstancePasswordComplexityRequest(AbstractModel):
29844
29844
  """要修改的密码复杂度的选项。每一个选项是以组合形式写入的,一个组合包括 Name 和 CurrentValue,其中 Name 表示对应选项的参数名,CurrentValue 表示参数值。例如:[{"Name": "validate_password.length", "CurrentValue": "10"}],表示将密码的最小字符数修改为10。
29845
29845
  说明:不同数据库版本的实例,支持修改的密码复杂度的选项如下。
29846
29846
  1. MySQL 8.0:
29847
- 选项 validate_password.policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
29847
+ 选项 validate_password.policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。
29848
29848
  选项 validate_password.length,表示密码总长度的最小字符数。
29849
29849
  选项 validate_password.mixed_case_count,表示小写和大写字母的最小字符数。
29850
29850
  选项 validate_password.number_count,表示数字的最小字符数。
29851
29851
  选项 validate_password.special_char_count,表示特殊字符的最小字符数。
29852
29852
  2. MySQL 5.6、MySQL 5.7:
29853
- 选项 validate_password_policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
29853
+ 选项 validate_password_policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。
29854
29854
  选项 validate_password_length,表示密码总长度的最小字符数。
29855
29855
  选项 validate_password_mixed_case_count,表示小写和大写字母的最小字符数。
29856
29856
  选项 validate_password_number_count,表示数字的最小字符数。
@@ -30684,6 +30684,100 @@ class ModifyRoGroupInfoResponse(AbstractModel):
30684
30684
  self._RequestId = params.get("RequestId")
30685
30685
 
30686
30686
 
30687
+ class ModifyRoGroupVipVportRequest(AbstractModel):
30688
+ """ModifyRoGroupVipVport请求参数结构体
30689
+
30690
+ """
30691
+
30692
+ def __init__(self):
30693
+ r"""
30694
+ :param _UGroupId: RO组的ID。
30695
+ :type UGroupId: str
30696
+ :param _DstIp: 目标IP。
30697
+ :type DstIp: str
30698
+ :param _DstPort: 目标Port。
30699
+ :type DstPort: int
30700
+ """
30701
+ self._UGroupId = None
30702
+ self._DstIp = None
30703
+ self._DstPort = None
30704
+
30705
+ @property
30706
+ def UGroupId(self):
30707
+ """RO组的ID。
30708
+ :rtype: str
30709
+ """
30710
+ return self._UGroupId
30711
+
30712
+ @UGroupId.setter
30713
+ def UGroupId(self, UGroupId):
30714
+ self._UGroupId = UGroupId
30715
+
30716
+ @property
30717
+ def DstIp(self):
30718
+ """目标IP。
30719
+ :rtype: str
30720
+ """
30721
+ return self._DstIp
30722
+
30723
+ @DstIp.setter
30724
+ def DstIp(self, DstIp):
30725
+ self._DstIp = DstIp
30726
+
30727
+ @property
30728
+ def DstPort(self):
30729
+ """目标Port。
30730
+ :rtype: int
30731
+ """
30732
+ return self._DstPort
30733
+
30734
+ @DstPort.setter
30735
+ def DstPort(self, DstPort):
30736
+ self._DstPort = DstPort
30737
+
30738
+
30739
+ def _deserialize(self, params):
30740
+ self._UGroupId = params.get("UGroupId")
30741
+ self._DstIp = params.get("DstIp")
30742
+ self._DstPort = params.get("DstPort")
30743
+ memeber_set = set(params.keys())
30744
+ for name, value in vars(self).items():
30745
+ property_name = name[1:]
30746
+ if property_name in memeber_set:
30747
+ memeber_set.remove(property_name)
30748
+ if len(memeber_set) > 0:
30749
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
30750
+
30751
+
30752
+
30753
+ class ModifyRoGroupVipVportResponse(AbstractModel):
30754
+ """ModifyRoGroupVipVport返回参数结构体
30755
+
30756
+ """
30757
+
30758
+ def __init__(self):
30759
+ r"""
30760
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
30761
+ :type RequestId: str
30762
+ """
30763
+ self._RequestId = None
30764
+
30765
+ @property
30766
+ def RequestId(self):
30767
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
30768
+ :rtype: str
30769
+ """
30770
+ return self._RequestId
30771
+
30772
+ @RequestId.setter
30773
+ def RequestId(self, RequestId):
30774
+ self._RequestId = RequestId
30775
+
30776
+
30777
+ def _deserialize(self, params):
30778
+ self._RequestId = params.get("RequestId")
30779
+
30780
+
30687
30781
  class ModifyTimeWindowRequest(AbstractModel):
30688
30782
  """ModifyTimeWindow请求参数结构体
30689
30783
 
@@ -17,6 +17,9 @@
17
17
  # 操作失败。
18
18
  FAILEDOPERATION = 'FailedOperation'
19
19
 
20
+ # Action连接集群执行sql超时
21
+ FAILEDOPERATION_CLUSTEREXECUTEEXCEEDED = 'FailedOperation.ClusterExecuteExceeded'
22
+
20
23
  # 内部错误。
21
24
  INTERNALERROR = 'InternalError'
22
25
 
@@ -486,45 +486,45 @@ class CNResource(AbstractModel):
486
486
 
487
487
  def __init__(self):
488
488
  r"""
489
- :param _ID:
489
+ :param _ID: 资源id
490
490
  :type ID: int
491
- :param _InstanceID:
491
+ :param _InstanceID: 集群的id
492
492
  :type InstanceID: str
493
- :param _AppID:
493
+ :param _AppID: 用户appid
494
494
  :type AppID: int
495
- :param _Uin:
495
+ :param _Uin: 用户uin
496
496
  :type Uin: str
497
- :param _Component:
497
+ :param _Component: 组件
498
498
  :type Component: str
499
- :param _DeployMode:
499
+ :param _DeployMode: 部署模式
500
500
  :type DeployMode: int
501
- :param _SpecName:
501
+ :param _SpecName: 规格名称
502
502
  :type SpecName: str
503
- :param _ResourceID:
503
+ :param _ResourceID: 资源id
504
504
  :type ResourceID: str
505
- :param _Status:
505
+ :param _Status: 资源的状态
506
506
  :type Status: int
507
- :param _IP:
507
+ :param _IP: 私有网络ip
508
508
  :type IP: str
509
- :param _CPU:
509
+ :param _CPU: 核数
510
510
  :type CPU: int
511
- :param _Memory:
511
+ :param _Memory: 内存
512
512
  :type Memory: int
513
- :param _Storage:
513
+ :param _Storage: 存储大小
514
514
  :type Storage: int
515
- :param _UUID:
515
+ :param _UUID: 服务器ID
516
516
  :type UUID: str
517
- :param _Region:
517
+ :param _Region: 地域
518
518
  :type Region: str
519
- :param _Zone:
519
+ :param _Zone: 地区
520
520
  :type Zone: str
521
- :param _Details:
521
+ :param _Details: 详细信息
522
522
  :type Details: str
523
- :param _CreateTime:
523
+ :param _CreateTime: 创建时间
524
524
  :type CreateTime: str
525
- :param _ModifyTime:
525
+ :param _ModifyTime: 修改时间
526
526
  :type ModifyTime: str
527
- :param _ExpireTime:
527
+ :param _ExpireTime: 过期时间
528
528
  :type ExpireTime: str
529
529
  """
530
530
  self._ID = None
@@ -550,7 +550,7 @@ class CNResource(AbstractModel):
550
550
 
551
551
  @property
552
552
  def ID(self):
553
- """
553
+ """资源id
554
554
  :rtype: int
555
555
  """
556
556
  return self._ID
@@ -561,7 +561,7 @@ class CNResource(AbstractModel):
561
561
 
562
562
  @property
563
563
  def InstanceID(self):
564
- """
564
+ """集群的id
565
565
  :rtype: str
566
566
  """
567
567
  return self._InstanceID
@@ -572,7 +572,7 @@ class CNResource(AbstractModel):
572
572
 
573
573
  @property
574
574
  def AppID(self):
575
- """
575
+ """用户appid
576
576
  :rtype: int
577
577
  """
578
578
  return self._AppID
@@ -583,7 +583,7 @@ class CNResource(AbstractModel):
583
583
 
584
584
  @property
585
585
  def Uin(self):
586
- """
586
+ """用户uin
587
587
  :rtype: str
588
588
  """
589
589
  return self._Uin
@@ -594,7 +594,7 @@ class CNResource(AbstractModel):
594
594
 
595
595
  @property
596
596
  def Component(self):
597
- """
597
+ """组件
598
598
  :rtype: str
599
599
  """
600
600
  return self._Component
@@ -605,7 +605,7 @@ class CNResource(AbstractModel):
605
605
 
606
606
  @property
607
607
  def DeployMode(self):
608
- """
608
+ """部署模式
609
609
  :rtype: int
610
610
  """
611
611
  return self._DeployMode
@@ -616,7 +616,7 @@ class CNResource(AbstractModel):
616
616
 
617
617
  @property
618
618
  def SpecName(self):
619
- """
619
+ """规格名称
620
620
  :rtype: str
621
621
  """
622
622
  return self._SpecName
@@ -627,7 +627,7 @@ class CNResource(AbstractModel):
627
627
 
628
628
  @property
629
629
  def ResourceID(self):
630
- """
630
+ """资源id
631
631
  :rtype: str
632
632
  """
633
633
  return self._ResourceID
@@ -638,7 +638,7 @@ class CNResource(AbstractModel):
638
638
 
639
639
  @property
640
640
  def Status(self):
641
- """
641
+ """资源的状态
642
642
  :rtype: int
643
643
  """
644
644
  return self._Status
@@ -649,7 +649,7 @@ class CNResource(AbstractModel):
649
649
 
650
650
  @property
651
651
  def IP(self):
652
- """
652
+ """私有网络ip
653
653
  :rtype: str
654
654
  """
655
655
  return self._IP
@@ -660,7 +660,7 @@ class CNResource(AbstractModel):
660
660
 
661
661
  @property
662
662
  def CPU(self):
663
- """
663
+ """核数
664
664
  :rtype: int
665
665
  """
666
666
  return self._CPU
@@ -671,7 +671,7 @@ class CNResource(AbstractModel):
671
671
 
672
672
  @property
673
673
  def Memory(self):
674
- """
674
+ """内存
675
675
  :rtype: int
676
676
  """
677
677
  return self._Memory
@@ -682,7 +682,7 @@ class CNResource(AbstractModel):
682
682
 
683
683
  @property
684
684
  def Storage(self):
685
- """
685
+ """存储大小
686
686
  :rtype: int
687
687
  """
688
688
  return self._Storage
@@ -693,7 +693,7 @@ class CNResource(AbstractModel):
693
693
 
694
694
  @property
695
695
  def UUID(self):
696
- """
696
+ """服务器ID
697
697
  :rtype: str
698
698
  """
699
699
  return self._UUID
@@ -704,7 +704,7 @@ class CNResource(AbstractModel):
704
704
 
705
705
  @property
706
706
  def Region(self):
707
- """
707
+ """地域
708
708
  :rtype: str
709
709
  """
710
710
  return self._Region
@@ -715,7 +715,7 @@ class CNResource(AbstractModel):
715
715
 
716
716
  @property
717
717
  def Zone(self):
718
- """
718
+ """地区
719
719
  :rtype: str
720
720
  """
721
721
  return self._Zone
@@ -726,7 +726,7 @@ class CNResource(AbstractModel):
726
726
 
727
727
  @property
728
728
  def Details(self):
729
- """
729
+ """详细信息
730
730
  :rtype: str
731
731
  """
732
732
  return self._Details
@@ -737,7 +737,7 @@ class CNResource(AbstractModel):
737
737
 
738
738
  @property
739
739
  def CreateTime(self):
740
- """
740
+ """创建时间
741
741
  :rtype: str
742
742
  """
743
743
  return self._CreateTime
@@ -748,7 +748,7 @@ class CNResource(AbstractModel):
748
748
 
749
749
  @property
750
750
  def ModifyTime(self):
751
- """
751
+ """修改时间
752
752
  :rtype: str
753
753
  """
754
754
  return self._ModifyTime
@@ -759,7 +759,7 @@ class CNResource(AbstractModel):
759
759
 
760
760
  @property
761
761
  def ExpireTime(self):
762
- """
762
+ """过期时间
763
763
  :rtype: str
764
764
  """
765
765
  return self._ExpireTime
@@ -1117,28 +1117,20 @@ class CnInstanceInfo(AbstractModel):
1117
1117
  def __init__(self):
1118
1118
  r"""
1119
1119
  :param _ID: ID值
1120
- 注意:此字段可能返回 null,表示取不到有效值。
1121
1120
  :type ID: int
1122
1121
  :param _InstanceType: cdwch-cn或者其他
1123
- 注意:此字段可能返回 null,表示取不到有效值。
1124
1122
  :type InstanceType: str
1125
1123
  :param _InstanceName: cdwch-cn或者其他
1126
- 注意:此字段可能返回 null,表示取不到有效值。
1127
1124
  :type InstanceName: str
1128
1125
  :param _Status: Running
1129
- 注意:此字段可能返回 null,表示取不到有效值。
1130
1126
  :type Status: str
1131
1127
  :param _StatusDesc: 运行中
1132
- 注意:此字段可能返回 null,表示取不到有效值。
1133
1128
  :type StatusDesc: str
1134
1129
  :param _InstanceStateInfo: 无
1135
- 注意:此字段可能返回 null,表示取不到有效值。
1136
1130
  :type InstanceStateInfo: :class:`tencentcloud.cdwch.v20200915.models.InstanceStateInfo`
1137
1131
  :param _InstanceID: -
1138
- 注意:此字段可能返回 null,表示取不到有效值。
1139
1132
  :type InstanceID: str
1140
1133
  :param _Resources: 无
1141
- 注意:此字段可能返回 null,表示取不到有效值。
1142
1134
  :type Resources: list of CNResource
1143
1135
  """
1144
1136
  self._ID = None
@@ -1153,7 +1145,6 @@ class CnInstanceInfo(AbstractModel):
1153
1145
  @property
1154
1146
  def ID(self):
1155
1147
  """ID值
1156
- 注意:此字段可能返回 null,表示取不到有效值。
1157
1148
  :rtype: int
1158
1149
  """
1159
1150
  return self._ID
@@ -1165,7 +1156,6 @@ class CnInstanceInfo(AbstractModel):
1165
1156
  @property
1166
1157
  def InstanceType(self):
1167
1158
  """cdwch-cn或者其他
1168
- 注意:此字段可能返回 null,表示取不到有效值。
1169
1159
  :rtype: str
1170
1160
  """
1171
1161
  return self._InstanceType
@@ -1177,7 +1167,6 @@ class CnInstanceInfo(AbstractModel):
1177
1167
  @property
1178
1168
  def InstanceName(self):
1179
1169
  """cdwch-cn或者其他
1180
- 注意:此字段可能返回 null,表示取不到有效值。
1181
1170
  :rtype: str
1182
1171
  """
1183
1172
  return self._InstanceName
@@ -1189,7 +1178,6 @@ class CnInstanceInfo(AbstractModel):
1189
1178
  @property
1190
1179
  def Status(self):
1191
1180
  """Running
1192
- 注意:此字段可能返回 null,表示取不到有效值。
1193
1181
  :rtype: str
1194
1182
  """
1195
1183
  return self._Status
@@ -1201,7 +1189,6 @@ class CnInstanceInfo(AbstractModel):
1201
1189
  @property
1202
1190
  def StatusDesc(self):
1203
1191
  """运行中
1204
- 注意:此字段可能返回 null,表示取不到有效值。
1205
1192
  :rtype: str
1206
1193
  """
1207
1194
  return self._StatusDesc
@@ -1213,7 +1200,6 @@ class CnInstanceInfo(AbstractModel):
1213
1200
  @property
1214
1201
  def InstanceStateInfo(self):
1215
1202
  """无
1216
- 注意:此字段可能返回 null,表示取不到有效值。
1217
1203
  :rtype: :class:`tencentcloud.cdwch.v20200915.models.InstanceStateInfo`
1218
1204
  """
1219
1205
  return self._InstanceStateInfo
@@ -1225,7 +1211,6 @@ class CnInstanceInfo(AbstractModel):
1225
1211
  @property
1226
1212
  def InstanceID(self):
1227
1213
  """-
1228
- 注意:此字段可能返回 null,表示取不到有效值。
1229
1214
  :rtype: str
1230
1215
  """
1231
1216
  return self._InstanceID
@@ -1237,7 +1222,6 @@ class CnInstanceInfo(AbstractModel):
1237
1222
  @property
1238
1223
  def Resources(self):
1239
1224
  """无
1240
- 注意:此字段可能返回 null,表示取不到有效值。
1241
1225
  :rtype: list of CNResource
1242
1226
  """
1243
1227
  return self._Resources
@@ -2742,13 +2726,10 @@ class DescribeCNInstancesResponse(AbstractModel):
2742
2726
  def __init__(self):
2743
2727
  r"""
2744
2728
  :param _TotalCount: 实例总数
2745
- 注意:此字段可能返回 null,表示取不到有效值。
2746
2729
  :type TotalCount: int
2747
2730
  :param _InstancesList: 实例数组
2748
- 注意:此字段可能返回 null,表示取不到有效值。
2749
2731
  :type InstancesList: list of CnInstanceInfo
2750
2732
  :param _ErrorMsg: 错误信息
2751
- 注意:此字段可能返回 null,表示取不到有效值。
2752
2733
  :type ErrorMsg: str
2753
2734
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2754
2735
  :type RequestId: str
@@ -2761,7 +2742,6 @@ class DescribeCNInstancesResponse(AbstractModel):
2761
2742
  @property
2762
2743
  def TotalCount(self):
2763
2744
  """实例总数
2764
- 注意:此字段可能返回 null,表示取不到有效值。
2765
2745
  :rtype: int
2766
2746
  """
2767
2747
  return self._TotalCount
@@ -2773,7 +2753,6 @@ class DescribeCNInstancesResponse(AbstractModel):
2773
2753
  @property
2774
2754
  def InstancesList(self):
2775
2755
  """实例数组
2776
- 注意:此字段可能返回 null,表示取不到有效值。
2777
2756
  :rtype: list of CnInstanceInfo
2778
2757
  """
2779
2758
  return self._InstancesList
@@ -2785,7 +2764,6 @@ class DescribeCNInstancesResponse(AbstractModel):
2785
2764
  @property
2786
2765
  def ErrorMsg(self):
2787
2766
  """错误信息
2788
- 注意:此字段可能返回 null,表示取不到有效值。
2789
2767
  :rtype: str
2790
2768
  """
2791
2769
  return self._ErrorMsg
@@ -2840,7 +2818,7 @@ DeleteSystemUser:删除系统用户 —— 必须所有cluster先解绑
2840
2818
  GetUserOptionMessages:获取用户配置备注信息
2841
2819
  GET_USER_CONFIGS:获取用户配置列表 QUOTA、PROFILE、POLICY
2842
2820
  :type ApiType: str
2843
- :param _Cluster: 集群名称,GET_SYSTEM_USERS,GET_PRIVILEGE_USERS,GET_CLUSTER_DATABASES,GET_CLUSTER_TABLES 必填
2821
+ :param _Cluster: 集群名称,当ApiType取值为GET_SYSTEM_USERS,GET_PRIVILEGE_USERS,GET_CLUSTER_DATABASES,GET_CLUSTER_TABLES 时,此参数必填
2844
2822
  :type Cluster: str
2845
2823
  :param _UserName: 用户名称,api与user相关的必填
2846
2824
  :type UserName: str
@@ -2888,7 +2866,7 @@ GET_USER_CONFIGS:获取用户配置列表 QUOTA、PROFILE、POLICY
2888
2866
 
2889
2867
  @property
2890
2868
  def Cluster(self):
2891
- """集群名称,GET_SYSTEM_USERS,GET_PRIVILEGE_USERS,GET_CLUSTER_DATABASES,GET_CLUSTER_TABLES 必填
2869
+ """集群名称,当ApiType取值为GET_SYSTEM_USERS,GET_PRIVILEGE_USERS,GET_CLUSTER_DATABASES,GET_CLUSTER_TABLES 时,此参数必填
2892
2870
  :rtype: str
2893
2871
  """
2894
2872
  return self._Cluster
@@ -4459,7 +4459,7 @@ OPEN:公网属性, INTERNAL:内网属性。
4459
4459
  :type SlaveZoneId: str
4460
4460
  :param _EipAddressId: EIP 的唯一 ID,可以通过 [DescribeAddresses](https://cloud.tencent.com/document/product/215/16702) 接口查询。形如:eip-qhx8udkc,仅适用于内网负载均衡绑定EIP。
4461
4461
  :type EipAddressId: str
4462
- :param _LoadBalancerPassToTarget: Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。
4462
+ :param _LoadBalancerPassToTarget: Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。IPv6 CLB安全组默认放通,不需要传此参数。
4463
4463
  :type LoadBalancerPassToTarget: bool
4464
4464
  :param _DynamicVip: 创建域名化负载均衡。
4465
4465
  :type DynamicVip: bool
@@ -4775,7 +4775,7 @@ OPEN:公网属性, INTERNAL:内网属性。
4775
4775
 
4776
4776
  @property
4777
4777
  def LoadBalancerPassToTarget(self):
4778
- """Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。
4778
+ """Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。IPv6 CLB安全组默认放通,不需要传此参数。
4779
4779
  :rtype: bool
4780
4780
  """
4781
4781
  return self._LoadBalancerPassToTarget
File without changes
File without changes
@@ -0,0 +1,79 @@
1
+ # -*- coding: utf8 -*-
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+ import json
17
+
18
+ from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
19
+ from tencentcloud.common.abstract_client import AbstractClient
20
+ from tencentcloud.ctsdb.v20230202 import models
21
+
22
+
23
+ class CtsdbClient(AbstractClient):
24
+ _apiVersion = '2023-02-02'
25
+ _endpoint = 'ctsdb.tencentcloudapi.com'
26
+ _service = 'ctsdb'
27
+
28
+
29
+ def DescribeClusters(self, request):
30
+ """查询实例列表及详情
31
+
32
+ :param request: Request instance for DescribeClusters.
33
+ :type request: :class:`tencentcloud.ctsdb.v20230202.models.DescribeClustersRequest`
34
+ :rtype: :class:`tencentcloud.ctsdb.v20230202.models.DescribeClustersResponse`
35
+
36
+ """
37
+ try:
38
+ params = request._serialize()
39
+ headers = request.headers
40
+ body = self.call("DescribeClusters", params, headers=headers)
41
+ response = json.loads(body)
42
+ model = models.DescribeClustersResponse()
43
+ model._deserialize(response["Response"])
44
+ return model
45
+ except Exception as e:
46
+ if isinstance(e, TencentCloudSDKException):
47
+ raise
48
+ else:
49
+ raise TencentCloudSDKException(type(e).__name__, str(e))
50
+
51
+
52
+ def DescribeDatabases(self, request):
53
+ """查看数据库/列表
54
+
55
+ ```
56
+ "Database":{
57
+ "ClusterID":"ctsdbi-rebg0ghl",
58
+ "Name":"" //不指定则查询实例下所有db
59
+ }
60
+ ```
61
+
62
+ :param request: Request instance for DescribeDatabases.
63
+ :type request: :class:`tencentcloud.ctsdb.v20230202.models.DescribeDatabasesRequest`
64
+ :rtype: :class:`tencentcloud.ctsdb.v20230202.models.DescribeDatabasesResponse`
65
+
66
+ """
67
+ try:
68
+ params = request._serialize()
69
+ headers = request.headers
70
+ body = self.call("DescribeDatabases", params, headers=headers)
71
+ response = json.loads(body)
72
+ model = models.DescribeDatabasesResponse()
73
+ model._deserialize(response["Response"])
74
+ return model
75
+ except Exception as e:
76
+ if isinstance(e, TencentCloudSDKException):
77
+ raise
78
+ else:
79
+ raise TencentCloudSDKException(type(e).__name__, str(e))