tencentcloud-sdk-python 3.0.1327__py2.py3-none-any.whl → 3.0.1328__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 (26) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/captcha/v20190722/models.py +0 -48
  3. tencentcloud/cdwch/v20200915/models.py +83 -0
  4. tencentcloud/clb/v20180317/models.py +15 -0
  5. tencentcloud/dts/v20211206/models.py +2 -2
  6. tencentcloud/faceid/v20180301/models.py +26 -12
  7. tencentcloud/hunyuan/v20230901/models.py +2 -10
  8. tencentcloud/lke/v20231130/models.py +115 -6
  9. tencentcloud/lkeap/v20240522/lkeap_client.py +2 -5
  10. tencentcloud/lkeap/v20240522/models.py +12 -2
  11. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  12. tencentcloud/lowcode/v20210108/lowcode_client.py +207 -0
  13. tencentcloud/lowcode/v20210108/models.py +2996 -124
  14. tencentcloud/monitor/v20180724/models.py +333 -0
  15. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  16. tencentcloud/rce/v20201103/models.py +0 -22
  17. tencentcloud/redis/v20180412/models.py +0 -110
  18. tencentcloud/tdid/v20210519/models.py +130 -22
  19. tencentcloud/tdid/v20210519/tdid_client.py +4 -1
  20. tencentcloud/tsf/v20180326/models.py +0 -88
  21. tencentcloud/waf/v20180125/models.py +2 -2
  22. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1328.dist-info}/METADATA +1 -1
  23. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1328.dist-info}/RECORD +26 -26
  24. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1328.dist-info}/LICENSE +0 -0
  25. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1328.dist-info}/WHEEL +0 -0
  26. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1328.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1327'
17
+ __version__ = '3.0.1328'
@@ -869,7 +869,6 @@ class DescribeCaptchaAppIdInfoResponse(AbstractModel):
869
869
  :param _CaptchaCode: 成功返回0 其它失败
870
870
  :type CaptchaCode: int
871
871
  :param _CaptchaMsg: 返回操作信息
872
- 注意:此字段可能返回 null,表示取不到有效值。
873
872
  :type CaptchaMsg: str
874
873
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
875
874
  :type RequestId: str
@@ -1049,7 +1048,6 @@ class DescribeCaptchaAppIdInfoResponse(AbstractModel):
1049
1048
  @property
1050
1049
  def CaptchaMsg(self):
1051
1050
  """返回操作信息
1052
- 注意:此字段可能返回 null,表示取不到有效值。
1053
1051
  :rtype: str
1054
1052
  """
1055
1053
  return self._CaptchaMsg
@@ -1180,10 +1178,8 @@ class DescribeCaptchaDataResponse(AbstractModel):
1180
1178
  :param _CaptchaCode: 返回码 0 成功 其它失败
1181
1179
  :type CaptchaCode: int
1182
1180
  :param _Data: 数据数组
1183
- 注意:此字段可能返回 null,表示取不到有效值。
1184
1181
  :type Data: list of CaptchaQueryData
1185
1182
  :param _CaptchaMsg: 返回信息描述
1186
- 注意:此字段可能返回 null,表示取不到有效值。
1187
1183
  :type CaptchaMsg: str
1188
1184
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1189
1185
  :type RequestId: str
@@ -1207,7 +1203,6 @@ class DescribeCaptchaDataResponse(AbstractModel):
1207
1203
  @property
1208
1204
  def Data(self):
1209
1205
  """数据数组
1210
- 注意:此字段可能返回 null,表示取不到有效值。
1211
1206
  :rtype: list of CaptchaQueryData
1212
1207
  """
1213
1208
  return self._Data
@@ -1219,7 +1214,6 @@ class DescribeCaptchaDataResponse(AbstractModel):
1219
1214
  @property
1220
1215
  def CaptchaMsg(self):
1221
1216
  """返回信息描述
1222
- 注意:此字段可能返回 null,表示取不到有效值。
1223
1217
  :rtype: str
1224
1218
  """
1225
1219
  return self._CaptchaMsg
@@ -1334,7 +1328,6 @@ class DescribeCaptchaDataSumResponse(AbstractModel):
1334
1328
  :param _AttackSum: 拦截攻击量
1335
1329
  :type AttackSum: int
1336
1330
  :param _CaptchaMsg: 返回信息
1337
- 注意:此字段可能返回 null,表示取不到有效值。
1338
1331
  :type CaptchaMsg: str
1339
1332
  :param _CaptchaCode: 成功返回0 其它失败
1340
1333
  :type CaptchaCode: int
@@ -1405,7 +1398,6 @@ class DescribeCaptchaDataSumResponse(AbstractModel):
1405
1398
  @property
1406
1399
  def CaptchaMsg(self):
1407
1400
  """返回信息
1408
- 注意:此字段可能返回 null,表示取不到有效值。
1409
1401
  :rtype: str
1410
1402
  """
1411
1403
  return self._CaptchaMsg
@@ -1574,10 +1566,8 @@ class DescribeCaptchaMiniDataResponse(AbstractModel):
1574
1566
  :param _CaptchaCode: 返回码 0 成功 其它失败
1575
1567
  :type CaptchaCode: int
1576
1568
  :param _Data: 数据数组
1577
- 注意:此字段可能返回 null,表示取不到有效值。
1578
1569
  :type Data: list of CaptchaQueryData
1579
1570
  :param _CaptchaMsg: 返回信息描述
1580
- 注意:此字段可能返回 null,表示取不到有效值。
1581
1571
  :type CaptchaMsg: str
1582
1572
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1583
1573
  :type RequestId: str
@@ -1601,7 +1591,6 @@ class DescribeCaptchaMiniDataResponse(AbstractModel):
1601
1591
  @property
1602
1592
  def Data(self):
1603
1593
  """数据数组
1604
- 注意:此字段可能返回 null,表示取不到有效值。
1605
1594
  :rtype: list of CaptchaQueryData
1606
1595
  """
1607
1596
  return self._Data
@@ -1613,7 +1602,6 @@ class DescribeCaptchaMiniDataResponse(AbstractModel):
1613
1602
  @property
1614
1603
  def CaptchaMsg(self):
1615
1604
  """返回信息描述
1616
- 注意:此字段可能返回 null,表示取不到有效值。
1617
1605
  :rtype: str
1618
1606
  """
1619
1607
  return self._CaptchaMsg
@@ -1720,31 +1708,22 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1720
1708
  def __init__(self):
1721
1709
  r"""
1722
1710
  :param _GetSum: 请求总量
1723
- 注意:此字段可能返回 null,表示取不到有效值。
1724
1711
  :type GetSum: int
1725
1712
  :param _VfySuccSum: 请求验证成功量
1726
- 注意:此字段可能返回 null,表示取不到有效值。
1727
1713
  :type VfySuccSum: int
1728
1714
  :param _VfySum: 请求验证量
1729
- 注意:此字段可能返回 null,表示取不到有效值。
1730
1715
  :type VfySum: int
1731
1716
  :param _AttackSum: 拦截攻击量
1732
- 注意:此字段可能返回 null,表示取不到有效值。
1733
1717
  :type AttackSum: int
1734
1718
  :param _CaptchaMsg: 返回信息
1735
- 注意:此字段可能返回 null,表示取不到有效值。
1736
1719
  :type CaptchaMsg: str
1737
1720
  :param _CaptchaCode: 成功返回0 其它失败
1738
- 注意:此字段可能返回 null,表示取不到有效值。
1739
1721
  :type CaptchaCode: int
1740
1722
  :param _CheckTicketSum: 票据校验总量
1741
- 注意:此字段可能返回 null,表示取不到有效值。
1742
1723
  :type CheckTicketSum: int
1743
1724
  :param _TicketThroughputSum: 票据验证通过量
1744
- 注意:此字段可能返回 null,表示取不到有效值。
1745
1725
  :type TicketThroughputSum: int
1746
1726
  :param _TicketInterceptSum: 票据验证拦截量
1747
- 注意:此字段可能返回 null,表示取不到有效值。
1748
1727
  :type TicketInterceptSum: int
1749
1728
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1750
1729
  :type RequestId: str
@@ -1763,7 +1742,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1763
1742
  @property
1764
1743
  def GetSum(self):
1765
1744
  """请求总量
1766
- 注意:此字段可能返回 null,表示取不到有效值。
1767
1745
  :rtype: int
1768
1746
  """
1769
1747
  return self._GetSum
@@ -1775,7 +1753,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1775
1753
  @property
1776
1754
  def VfySuccSum(self):
1777
1755
  """请求验证成功量
1778
- 注意:此字段可能返回 null,表示取不到有效值。
1779
1756
  :rtype: int
1780
1757
  """
1781
1758
  return self._VfySuccSum
@@ -1787,7 +1764,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1787
1764
  @property
1788
1765
  def VfySum(self):
1789
1766
  """请求验证量
1790
- 注意:此字段可能返回 null,表示取不到有效值。
1791
1767
  :rtype: int
1792
1768
  """
1793
1769
  return self._VfySum
@@ -1799,7 +1775,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1799
1775
  @property
1800
1776
  def AttackSum(self):
1801
1777
  """拦截攻击量
1802
- 注意:此字段可能返回 null,表示取不到有效值。
1803
1778
  :rtype: int
1804
1779
  """
1805
1780
  return self._AttackSum
@@ -1811,7 +1786,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1811
1786
  @property
1812
1787
  def CaptchaMsg(self):
1813
1788
  """返回信息
1814
- 注意:此字段可能返回 null,表示取不到有效值。
1815
1789
  :rtype: str
1816
1790
  """
1817
1791
  return self._CaptchaMsg
@@ -1823,7 +1797,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1823
1797
  @property
1824
1798
  def CaptchaCode(self):
1825
1799
  """成功返回0 其它失败
1826
- 注意:此字段可能返回 null,表示取不到有效值。
1827
1800
  :rtype: int
1828
1801
  """
1829
1802
  return self._CaptchaCode
@@ -1835,7 +1808,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1835
1808
  @property
1836
1809
  def CheckTicketSum(self):
1837
1810
  """票据校验总量
1838
- 注意:此字段可能返回 null,表示取不到有效值。
1839
1811
  :rtype: int
1840
1812
  """
1841
1813
  return self._CheckTicketSum
@@ -1847,7 +1819,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1847
1819
  @property
1848
1820
  def TicketThroughputSum(self):
1849
1821
  """票据验证通过量
1850
- 注意:此字段可能返回 null,表示取不到有效值。
1851
1822
  :rtype: int
1852
1823
  """
1853
1824
  return self._TicketThroughputSum
@@ -1859,7 +1830,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1859
1830
  @property
1860
1831
  def TicketInterceptSum(self):
1861
1832
  """票据验证拦截量
1862
- 注意:此字段可能返回 null,表示取不到有效值。
1863
1833
  :rtype: int
1864
1834
  """
1865
1835
  return self._TicketInterceptSum
@@ -1984,10 +1954,8 @@ class DescribeCaptchaMiniOperDataResponse(AbstractModel):
1984
1954
  :param _CaptchaCode: 成功返回 0 其它失败
1985
1955
  :type CaptchaCode: int
1986
1956
  :param _CaptchaMsg: 返回信息
1987
- 注意:此字段可能返回 null,表示取不到有效值。
1988
1957
  :type CaptchaMsg: str
1989
1958
  :param _Data: 用户操作数据
1990
- 注意:此字段可能返回 null,表示取不到有效值。
1991
1959
  :type Data: :class:`tencentcloud.captcha.v20190722.models.CaptchaOperDataRes`
1992
1960
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1993
1961
  :type RequestId: str
@@ -2011,7 +1979,6 @@ class DescribeCaptchaMiniOperDataResponse(AbstractModel):
2011
1979
  @property
2012
1980
  def CaptchaMsg(self):
2013
1981
  """返回信息
2014
- 注意:此字段可能返回 null,表示取不到有效值。
2015
1982
  :rtype: str
2016
1983
  """
2017
1984
  return self._CaptchaMsg
@@ -2023,7 +1990,6 @@ class DescribeCaptchaMiniOperDataResponse(AbstractModel):
2023
1990
  @property
2024
1991
  def Data(self):
2025
1992
  """用户操作数据
2026
- 注意:此字段可能返回 null,表示取不到有效值。
2027
1993
  :rtype: :class:`tencentcloud.captcha.v20190722.models.CaptchaOperDataRes`
2028
1994
  """
2029
1995
  return self._Data
@@ -2667,10 +2633,8 @@ class DescribeCaptchaOperDataResponse(AbstractModel):
2667
2633
  :param _CaptchaCode: 成功返回 0 其它失败
2668
2634
  :type CaptchaCode: int
2669
2635
  :param _CaptchaMsg: 返回信息
2670
- 注意:此字段可能返回 null,表示取不到有效值。
2671
2636
  :type CaptchaMsg: str
2672
2637
  :param _Data: 用户操作数据
2673
- 注意:此字段可能返回 null,表示取不到有效值。
2674
2638
  :type Data: :class:`tencentcloud.captcha.v20190722.models.CaptchaOperDataRes`
2675
2639
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2676
2640
  :type RequestId: str
@@ -2694,7 +2658,6 @@ class DescribeCaptchaOperDataResponse(AbstractModel):
2694
2658
  @property
2695
2659
  def CaptchaMsg(self):
2696
2660
  """返回信息
2697
- 注意:此字段可能返回 null,表示取不到有效值。
2698
2661
  :rtype: str
2699
2662
  """
2700
2663
  return self._CaptchaMsg
@@ -2706,7 +2669,6 @@ class DescribeCaptchaOperDataResponse(AbstractModel):
2706
2669
  @property
2707
2670
  def Data(self):
2708
2671
  """用户操作数据
2709
- 注意:此字段可能返回 null,表示取不到有效值。
2710
2672
  :rtype: :class:`tencentcloud.captcha.v20190722.models.CaptchaOperDataRes`
2711
2673
  """
2712
2674
  return self._Data
@@ -3508,10 +3470,8 @@ class DescribeCaptchaTicketDataResponse(AbstractModel):
3508
3470
  :param _CaptchaCode: 成功返回 0 其它失败
3509
3471
  :type CaptchaCode: int
3510
3472
  :param _CaptchaMsg: 返回信息
3511
- 注意:此字段可能返回 null,表示取不到有效值。
3512
3473
  :type CaptchaMsg: str
3513
3474
  :param _Data: 验证码票据信息
3514
- 注意:此字段可能返回 null,表示取不到有效值。
3515
3475
  :type Data: :class:`tencentcloud.captcha.v20190722.models.CaptchaTicketDataRes`
3516
3476
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3517
3477
  :type RequestId: str
@@ -3535,7 +3495,6 @@ class DescribeCaptchaTicketDataResponse(AbstractModel):
3535
3495
  @property
3536
3496
  def CaptchaMsg(self):
3537
3497
  """返回信息
3538
- 注意:此字段可能返回 null,表示取不到有效值。
3539
3498
  :rtype: str
3540
3499
  """
3541
3500
  return self._CaptchaMsg
@@ -3547,7 +3506,6 @@ class DescribeCaptchaTicketDataResponse(AbstractModel):
3547
3506
  @property
3548
3507
  def Data(self):
3549
3508
  """验证码票据信息
3550
- 注意:此字段可能返回 null,表示取不到有效值。
3551
3509
  :rtype: :class:`tencentcloud.captcha.v20190722.models.CaptchaTicketDataRes`
3552
3510
  """
3553
3511
  return self._Data
@@ -3591,12 +3549,10 @@ class DescribeCaptchaUserAllAppIdResponse(AbstractModel):
3591
3549
  def __init__(self):
3592
3550
  r"""
3593
3551
  :param _Data: 用户注册的所有Appid和应用名称
3594
- 注意:此字段可能返回 null,表示取不到有效值。
3595
3552
  :type Data: list of CaptchaUserAllAppId
3596
3553
  :param _CaptchaCode: 成功返回 0 其它失败
3597
3554
  :type CaptchaCode: int
3598
3555
  :param _CaptchaMsg: 返回操作信息
3599
- 注意:此字段可能返回 null,表示取不到有效值。
3600
3556
  :type CaptchaMsg: str
3601
3557
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3602
3558
  :type RequestId: str
@@ -3609,7 +3565,6 @@ class DescribeCaptchaUserAllAppIdResponse(AbstractModel):
3609
3565
  @property
3610
3566
  def Data(self):
3611
3567
  """用户注册的所有Appid和应用名称
3612
- 注意:此字段可能返回 null,表示取不到有效值。
3613
3568
  :rtype: list of CaptchaUserAllAppId
3614
3569
  """
3615
3570
  return self._Data
@@ -3632,7 +3587,6 @@ class DescribeCaptchaUserAllAppIdResponse(AbstractModel):
3632
3587
  @property
3633
3588
  def CaptchaMsg(self):
3634
3589
  """返回操作信息
3635
- 注意:此字段可能返回 null,表示取不到有效值。
3636
3590
  :rtype: str
3637
3591
  """
3638
3592
  return self._CaptchaMsg
@@ -5252,7 +5206,6 @@ class UpdateCaptchaAppIdInfoResponse(AbstractModel):
5252
5206
  :param _CaptchaCode: 返回码 0 成功,其它失败
5253
5207
  :type CaptchaCode: int
5254
5208
  :param _CaptchaMsg: 返回操作信息
5255
- 注意:此字段可能返回 null,表示取不到有效值。
5256
5209
  :type CaptchaMsg: str
5257
5210
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5258
5211
  :type RequestId: str
@@ -5275,7 +5228,6 @@ class UpdateCaptchaAppIdInfoResponse(AbstractModel):
5275
5228
  @property
5276
5229
  def CaptchaMsg(self):
5277
5230
  """返回操作信息
5278
- 注意:此字段可能返回 null,表示取不到有效值。
5279
5231
  :rtype: str
5280
5232
  """
5281
5233
  return self._CaptchaMsg
@@ -4931,6 +4931,20 @@ class InstanceNode(AbstractModel):
4931
4931
  :param _IsCHProxy: ture的时候表示该节点上部署了chproxy进程
4932
4932
  注意:此字段可能返回 null,表示取不到有效值。
4933
4933
  :type IsCHProxy: bool
4934
+ :param _Status: 节点状态
4935
+ 注意:此字段可能返回 null,表示取不到有效值。
4936
+ :type Status: str
4937
+ :param _UUID: 节点uuid
4938
+ 注意:此字段可能返回 null,表示取不到有效值。
4939
+ :type UUID: str
4940
+ :param _Zone: 区
4941
+ 注意:此字段可能返回 null,表示取不到有效值。
4942
+ :type Zone: str
4943
+ :param _ZoneDesc: 区描述
4944
+ 注意:此字段可能返回 null,表示取不到有效值。
4945
+ :type ZoneDesc: str
4946
+ :param _RealResourceId: 真实资源id
4947
+ :type RealResourceId: str
4934
4948
  """
4935
4949
  self._Ip = None
4936
4950
  self._Spec = None
@@ -4942,6 +4956,11 @@ class InstanceNode(AbstractModel):
4942
4956
  self._NodeGroups = None
4943
4957
  self._Rip = None
4944
4958
  self._IsCHProxy = None
4959
+ self._Status = None
4960
+ self._UUID = None
4961
+ self._Zone = None
4962
+ self._ZoneDesc = None
4963
+ self._RealResourceId = None
4945
4964
 
4946
4965
  @property
4947
4966
  def Ip(self):
@@ -5055,6 +5074,65 @@ class InstanceNode(AbstractModel):
5055
5074
  def IsCHProxy(self, IsCHProxy):
5056
5075
  self._IsCHProxy = IsCHProxy
5057
5076
 
5077
+ @property
5078
+ def Status(self):
5079
+ """节点状态
5080
+ 注意:此字段可能返回 null,表示取不到有效值。
5081
+ :rtype: str
5082
+ """
5083
+ return self._Status
5084
+
5085
+ @Status.setter
5086
+ def Status(self, Status):
5087
+ self._Status = Status
5088
+
5089
+ @property
5090
+ def UUID(self):
5091
+ """节点uuid
5092
+ 注意:此字段可能返回 null,表示取不到有效值。
5093
+ :rtype: str
5094
+ """
5095
+ return self._UUID
5096
+
5097
+ @UUID.setter
5098
+ def UUID(self, UUID):
5099
+ self._UUID = UUID
5100
+
5101
+ @property
5102
+ def Zone(self):
5103
+ """区
5104
+ 注意:此字段可能返回 null,表示取不到有效值。
5105
+ :rtype: str
5106
+ """
5107
+ return self._Zone
5108
+
5109
+ @Zone.setter
5110
+ def Zone(self, Zone):
5111
+ self._Zone = Zone
5112
+
5113
+ @property
5114
+ def ZoneDesc(self):
5115
+ """区描述
5116
+ 注意:此字段可能返回 null,表示取不到有效值。
5117
+ :rtype: str
5118
+ """
5119
+ return self._ZoneDesc
5120
+
5121
+ @ZoneDesc.setter
5122
+ def ZoneDesc(self, ZoneDesc):
5123
+ self._ZoneDesc = ZoneDesc
5124
+
5125
+ @property
5126
+ def RealResourceId(self):
5127
+ """真实资源id
5128
+ :rtype: str
5129
+ """
5130
+ return self._RealResourceId
5131
+
5132
+ @RealResourceId.setter
5133
+ def RealResourceId(self, RealResourceId):
5134
+ self._RealResourceId = RealResourceId
5135
+
5058
5136
 
5059
5137
  def _deserialize(self, params):
5060
5138
  self._Ip = params.get("Ip")
@@ -5072,6 +5150,11 @@ class InstanceNode(AbstractModel):
5072
5150
  self._NodeGroups.append(obj)
5073
5151
  self._Rip = params.get("Rip")
5074
5152
  self._IsCHProxy = params.get("IsCHProxy")
5153
+ self._Status = params.get("Status")
5154
+ self._UUID = params.get("UUID")
5155
+ self._Zone = params.get("Zone")
5156
+ self._ZoneDesc = params.get("ZoneDesc")
5157
+ self._RealResourceId = params.get("RealResourceId")
5075
5158
  memeber_set = set(params.keys())
5076
5159
  for name, value in vars(self).items():
5077
5160
  property_name = name[1:]
@@ -5192,6 +5192,8 @@ class CreateTargetGroupRequest(AbstractModel):
5192
5192
  :type Port: int
5193
5193
  :param _TargetGroupInstances: 目标组绑定的后端服务器
5194
5194
  :type TargetGroupInstances: list of TargetGroupInstance
5195
+ :param _Type: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
5196
+ :type Type: str
5195
5197
  :param _Tags: 标签。
5196
5198
  :type Tags: list of TagInfo
5197
5199
  :param _Weight: 后端服务默认权重。
@@ -5206,6 +5208,7 @@ class CreateTargetGroupRequest(AbstractModel):
5206
5208
  self._VpcId = None
5207
5209
  self._Port = None
5208
5210
  self._TargetGroupInstances = None
5211
+ self._Type = None
5209
5212
  self._Tags = None
5210
5213
  self._Weight = None
5211
5214
 
@@ -5254,6 +5257,17 @@ class CreateTargetGroupRequest(AbstractModel):
5254
5257
  def TargetGroupInstances(self, TargetGroupInstances):
5255
5258
  self._TargetGroupInstances = TargetGroupInstances
5256
5259
 
5260
+ @property
5261
+ def Type(self):
5262
+ """目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
5263
+ :rtype: str
5264
+ """
5265
+ return self._Type
5266
+
5267
+ @Type.setter
5268
+ def Type(self, Type):
5269
+ self._Type = Type
5270
+
5257
5271
  @property
5258
5272
  def Tags(self):
5259
5273
  """标签。
@@ -5292,6 +5306,7 @@ class CreateTargetGroupRequest(AbstractModel):
5292
5306
  obj = TargetGroupInstance()
5293
5307
  obj._deserialize(item)
5294
5308
  self._TargetGroupInstances.append(obj)
5309
+ self._Type = params.get("Type")
5295
5310
  if params.get("Tags") is not None:
5296
5311
  self._Tags = []
5297
5312
  for item in params.get("Tags"):
@@ -828,7 +828,7 @@ class CompareObject(AbstractModel):
828
828
  :param _ObjectItems: 对象列表
829
829
  注意:此字段可能返回 null,表示取不到有效值。
830
830
  :type ObjectItems: list of CompareObjectItem
831
- :param _AdvancedObjects: 高级对象类型,目前只支持mongodb链路。如account(账号),index(索引),shardkey(片键,后面可能会调整),schema(库表结构)
831
+ :param _AdvancedObjects: 高级对象类型,目前只支持mongodb链路。如index(索引),shardkey(片键),schema(库表)
832
832
  注意:此字段可能返回 null,表示取不到有效值。
833
833
  :type AdvancedObjects: list of str
834
834
  """
@@ -862,7 +862,7 @@ class CompareObject(AbstractModel):
862
862
 
863
863
  @property
864
864
  def AdvancedObjects(self):
865
- """高级对象类型,目前只支持mongodb链路。如account(账号),index(索引),shardkey(片键,后面可能会调整),schema(库表结构)
865
+ """高级对象类型,目前只支持mongodb链路。如index(索引),shardkey(片键),schema(库表)
866
866
  注意:此字段可能返回 null,表示取不到有效值。
867
867
  :rtype: list of str
868
868
  """
@@ -6405,11 +6405,17 @@ class GetWeChatBillDetailsRequest(AbstractModel):
6405
6405
 
6406
6406
  def __init__(self):
6407
6407
  r"""
6408
- :param _Date: 拉取的日期(YYYY-MM-DD)。最大可追溯到365天前。当天6点后才能拉取前一天的数据。
6408
+ :param _Date: 拉取的日期(YYYY-MM-DD)。
6409
+ - 最大可追溯到365天前。
6410
+ - 当天6点后才能拉取前一天的数据。
6409
6411
  :type Date: str
6410
- :param _Cursor: 游标。用于分页,取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。
6412
+ :param _Cursor: 游标。
6413
+ - 用于分页。
6414
+ - 取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。
6411
6415
  :type Cursor: int
6412
- :param _RuleId: 需要拉取账单详情业务对应的RuleId。不传会返回所有RuleId数据。默认为空字符串。
6416
+ :param _RuleId: 需要拉取账单详情业务对应的RuleId
6417
+ - 不传会返回所有RuleId数据。
6418
+ - 默认为空字符串。
6413
6419
  :type RuleId: str
6414
6420
  """
6415
6421
  self._Date = None
@@ -6418,7 +6424,9 @@ class GetWeChatBillDetailsRequest(AbstractModel):
6418
6424
 
6419
6425
  @property
6420
6426
  def Date(self):
6421
- """拉取的日期(YYYY-MM-DD)。最大可追溯到365天前。当天6点后才能拉取前一天的数据。
6427
+ """拉取的日期(YYYY-MM-DD)。
6428
+ - 最大可追溯到365天前。
6429
+ - 当天6点后才能拉取前一天的数据。
6422
6430
  :rtype: str
6423
6431
  """
6424
6432
  return self._Date
@@ -6429,7 +6437,9 @@ class GetWeChatBillDetailsRequest(AbstractModel):
6429
6437
 
6430
6438
  @property
6431
6439
  def Cursor(self):
6432
- """游标。用于分页,取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。
6440
+ """游标。
6441
+ - 用于分页。
6442
+ - 取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。
6433
6443
  :rtype: int
6434
6444
  """
6435
6445
  return self._Cursor
@@ -6440,7 +6450,9 @@ class GetWeChatBillDetailsRequest(AbstractModel):
6440
6450
 
6441
6451
  @property
6442
6452
  def RuleId(self):
6443
- """需要拉取账单详情业务对应的RuleId。不传会返回所有RuleId数据。默认为空字符串。
6453
+ """需要拉取账单详情业务对应的RuleId
6454
+ - 不传会返回所有RuleId数据。
6455
+ - 默认为空字符串。
6444
6456
  :rtype: str
6445
6457
  """
6446
6458
  return self._RuleId
@@ -6471,11 +6483,12 @@ class GetWeChatBillDetailsResponse(AbstractModel):
6471
6483
 
6472
6484
  def __init__(self):
6473
6485
  r"""
6474
- :param _HasNextPage: 是否还有下一页。该字段为true时,需要将NextCursor的值作为入参Cursor继续调用本接口。
6486
+ :param _HasNextPage: 是否还有下一页。
6487
+ - 该字段为true时,需要将NextCursor的值作为入参Cursor继续调用本接口。
6475
6488
  :type HasNextPage: bool
6476
- :param _NextCursor: 下一页的游标。用于分页。
6489
+ :param _NextCursor: 下一页的游标,用于分页。
6477
6490
  :type NextCursor: int
6478
- :param _WeChatBillDetails: 数据
6491
+ :param _WeChatBillDetails: 数据。
6479
6492
  :type WeChatBillDetails: list of WeChatBillDetail
6480
6493
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6481
6494
  :type RequestId: str
@@ -6487,7 +6500,8 @@ class GetWeChatBillDetailsResponse(AbstractModel):
6487
6500
 
6488
6501
  @property
6489
6502
  def HasNextPage(self):
6490
- """是否还有下一页。该字段为true时,需要将NextCursor的值作为入参Cursor继续调用本接口。
6503
+ """是否还有下一页。
6504
+ - 该字段为true时,需要将NextCursor的值作为入参Cursor继续调用本接口。
6491
6505
  :rtype: bool
6492
6506
  """
6493
6507
  return self._HasNextPage
@@ -6498,7 +6512,7 @@ class GetWeChatBillDetailsResponse(AbstractModel):
6498
6512
 
6499
6513
  @property
6500
6514
  def NextCursor(self):
6501
- """下一页的游标。用于分页。
6515
+ """下一页的游标,用于分页。
6502
6516
  :rtype: int
6503
6517
  """
6504
6518
  return self._NextCursor
@@ -6509,7 +6523,7 @@ class GetWeChatBillDetailsResponse(AbstractModel):
6509
6523
 
6510
6524
  @property
6511
6525
  def WeChatBillDetails(self):
6512
- """数据
6526
+ """数据。
6513
6527
  :rtype: list of WeChatBillDetail
6514
6528
  """
6515
6529
  return self._WeChatBillDetails
@@ -89,11 +89,7 @@ class ChatCompletionsRequest(AbstractModel):
89
89
 
90
90
  def __init__(self):
91
91
  r"""
92
- :param _Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision
93
- 各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。
94
-
95
- 注意:
96
- 不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
92
+ :param _Model: 模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision、hunyuan-turbos-20250226、hunyuan-turbos-latest。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
97
93
  :type Model: str
98
94
  :param _Messages: 聊天上下文信息。
99
95
  说明:
@@ -213,11 +209,7 @@ class ChatCompletionsRequest(AbstractModel):
213
209
 
214
210
  @property
215
211
  def Model(self):
216
- """模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision
217
- 各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。
218
-
219
- 注意:
220
- 不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
212
+ """模型名称,可选值包括 hunyuan-lite、hunyuan-standard、hunyuan-standard-256K、hunyuan-code、hunyuan-role、hunyuan-functioncall、hunyuan-vision、hunyuan-turbo、hunyuan-turbo-latest、hunyuan-turbo-20241223、hunyuan-turbo-20241120、hunyuan-large、hunyuan-large-longcontext、hunyuan-turbo-vision、hunyuan-standard-vision、hunyuan-lite-vision、hunyuan-turbos-20250226、hunyuan-turbos-latest。各模型介绍请阅读 [产品概述](https://cloud.tencent.com/document/product/1729/104753) 中的说明。注意:不同的模型计费不同,请根据 [购买指南](https://cloud.tencent.com/document/product/1729/97731) 按需调用。
221
213
  :rtype: str
222
214
  """
223
215
  return self._Model