tencentcloud-sdk-python 3.0.1389__py2.py3-none-any.whl → 3.0.1391__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 (39) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/models.py +2 -2
  3. tencentcloud/batch/v20170312/models.py +12 -6
  4. tencentcloud/bi/v20220105/models.py +115 -0
  5. tencentcloud/cbs/v20170312/models.py +2 -2
  6. tencentcloud/cdb/v20170320/models.py +34 -0
  7. tencentcloud/cdn/v20180606/models.py +2 -2
  8. tencentcloud/cfw/v20190904/models.py +36 -0
  9. tencentcloud/cloudapp/v20220530/models.py +15 -0
  10. tencentcloud/cloudaudit/v20190319/models.py +0 -4
  11. tencentcloud/csip/v20221121/models.py +2 -2
  12. tencentcloud/cvm/v20170312/models.py +22 -16
  13. tencentcloud/cynosdb/v20190107/cynosdb_client.py +138 -0
  14. tencentcloud/cynosdb/v20190107/models.py +1068 -35
  15. tencentcloud/emr/v20190103/emr_client.py +29 -2
  16. tencentcloud/emr/v20190103/models.py +379 -0
  17. tencentcloud/gs/v20191118/models.py +15 -0
  18. tencentcloud/keewidb/v20220308/errorcodes.py +4 -1
  19. tencentcloud/lighthouse/v20200324/models.py +2 -0
  20. tencentcloud/live/v20180801/models.py +2 -0
  21. tencentcloud/lke/v20231130/models.py +4 -4
  22. tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
  23. tencentcloud/ocr/v20181119/models.py +415 -0
  24. tencentcloud/ocr/v20181119/ocr_client.py +25 -0
  25. tencentcloud/ses/v20201002/models.py +252 -0
  26. tencentcloud/ses/v20201002/ses_client.py +69 -0
  27. tencentcloud/tcss/v20201101/models.py +5 -5
  28. tencentcloud/tione/v20211111/tione_client.py +3 -0
  29. tencentcloud/trabbit/v20230418/models.py +30 -0
  30. tencentcloud/trtc/v20190722/models.py +4 -2
  31. tencentcloud/tsf/v20180326/models.py +20 -0
  32. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  33. tencentcloud/vpc/v20170312/models.py +103 -0
  34. tencentcloud/vpc/v20170312/vpc_client.py +46 -0
  35. {tencentcloud_sdk_python-3.0.1389.dist-info → tencentcloud_sdk_python-3.0.1391.dist-info}/METADATA +1 -1
  36. {tencentcloud_sdk_python-3.0.1389.dist-info → tencentcloud_sdk_python-3.0.1391.dist-info}/RECORD +39 -39
  37. {tencentcloud_sdk_python-3.0.1389.dist-info → tencentcloud_sdk_python-3.0.1391.dist-info}/LICENSE +0 -0
  38. {tencentcloud_sdk_python-3.0.1389.dist-info → tencentcloud_sdk_python-3.0.1391.dist-info}/WHEEL +0 -0
  39. {tencentcloud_sdk_python-3.0.1389.dist-info → tencentcloud_sdk_python-3.0.1391.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.1389'
17
+ __version__ = '3.0.1391'
@@ -5661,7 +5661,7 @@ class DescribeNotificationConfigurationsRequest(AbstractModel):
5661
5661
  :type AutoScalingNotificationIds: list of str
5662
5662
  :param _Filters: 过滤条件。
5663
5663
  <li> auto-scaling-notification-id - String - 是否必填:否 -(过滤条件)按照通知ID过滤。</li>
5664
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
5664
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
5665
5665
  每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。
5666
5666
  :type Filters: list of Filter
5667
5667
  :param _Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
@@ -5689,7 +5689,7 @@ class DescribeNotificationConfigurationsRequest(AbstractModel):
5689
5689
  def Filters(self):
5690
5690
  """过滤条件。
5691
5691
  <li> auto-scaling-notification-id - String - 是否必填:否 -(过滤条件)按照通知ID过滤。</li>
5692
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
5692
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
5693
5693
  每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。
5694
5694
  :rtype: list of Filter
5695
5695
  """
@@ -1662,7 +1662,7 @@ class DataDisk(AbstractModel):
1662
1662
  r"""
1663
1663
  :param _DiskSize: 数据盘大小,单位:GiB。最小调整步长为10GiB,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
1664
1664
  :type DiskSize: int
1665
- :param _DiskType: 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘<br /> <li>LOCAL_SSD:本地SSD硬盘<br /><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br /><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br /><li>CLOUD_BASIC:普通云硬盘<br /><li> CLOUD_PREMIUM:高性能云硬盘<br /><li>CLOUD_SSD:SSD云硬盘<br /><li> CLOUD_HSSD:增强型SSD云硬盘<br /> <li>CLOUD_TSSD:极速型SSD云硬盘<br /><li>CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。</li></li></li> </li> </li></li></li></li></li></li>
1665
+ :param _DiskType: 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘 </li> <li>LOCAL_SSD:本地SSD硬盘</li><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定</li><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定</li><li>CLOUD_BASIC:普通云硬盘</li><li> CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_SSD:SSD云硬盘</li><li> CLOUD_HSSD:增强型SSD云硬盘</li> <li>CLOUD_TSSD:极速型SSD云硬盘</li><li>CLOUD_BSSD:通用型SSD云硬盘</li><br />默认取值:LOCAL_BASIC<br/><br />该参数对`ResizeInstanceDisk`接口无效。
1666
1666
  :type DiskType: str
1667
1667
  :param _DiskId: 数据盘ID。
1668
1668
  该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。
@@ -1676,14 +1676,16 @@ class DataDisk(AbstractModel):
1676
1676
  :param _KmsKeyId: 自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。
1677
1677
 
1678
1678
  该参数目前仅用于 `RunInstances` 接口。
1679
+ 注意:此字段可能返回 null,表示取不到有效值。
1679
1680
  :type KmsKeyId: str
1680
1681
  :param _ThroughputPerformance: 云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。
1681
1682
  当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)
1683
+ 注意:此字段可能返回 null,表示取不到有效值。
1682
1684
  :type ThroughputPerformance: int
1683
1685
  :param _CdcId: 所属的独享集群ID。
1686
+ 注意:此字段可能返回 null,表示取不到有效值。
1684
1687
  :type CdcId: str
1685
1688
  :param _BurstPerformance: 突发性能
1686
-
1687
1689
  <b>注:内测中。</b>
1688
1690
  :type BurstPerformance: bool
1689
1691
  :param _DiskName: 磁盘名称,长度不超过128 个字符。
@@ -1714,7 +1716,7 @@ class DataDisk(AbstractModel):
1714
1716
 
1715
1717
  @property
1716
1718
  def DiskType(self):
1717
- """数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘<br /> <li>LOCAL_SSD:本地SSD硬盘<br /><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br /><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br /><li>CLOUD_BASIC:普通云硬盘<br /><li> CLOUD_PREMIUM:高性能云硬盘<br /><li>CLOUD_SSD:SSD云硬盘<br /><li> CLOUD_HSSD:增强型SSD云硬盘<br /> <li>CLOUD_TSSD:极速型SSD云硬盘<br /><li>CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。</li></li></li> </li> </li></li></li></li></li></li>
1719
+ """数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘 </li> <li>LOCAL_SSD:本地SSD硬盘</li><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定</li><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定</li><li>CLOUD_BASIC:普通云硬盘</li><li> CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_SSD:SSD云硬盘</li><li> CLOUD_HSSD:增强型SSD云硬盘</li> <li>CLOUD_TSSD:极速型SSD云硬盘</li><li>CLOUD_BSSD:通用型SSD云硬盘</li><br />默认取值:LOCAL_BASIC<br/><br />该参数对`ResizeInstanceDisk`接口无效。
1718
1720
  :rtype: str
1719
1721
  """
1720
1722
  return self._DiskType
@@ -1773,6 +1775,7 @@ class DataDisk(AbstractModel):
1773
1775
  """自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。
1774
1776
 
1775
1777
  该参数目前仅用于 `RunInstances` 接口。
1778
+ 注意:此字段可能返回 null,表示取不到有效值。
1776
1779
  :rtype: str
1777
1780
  """
1778
1781
  return self._KmsKeyId
@@ -1785,6 +1788,7 @@ class DataDisk(AbstractModel):
1785
1788
  def ThroughputPerformance(self):
1786
1789
  """云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。
1787
1790
  当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)
1791
+ 注意:此字段可能返回 null,表示取不到有效值。
1788
1792
  :rtype: int
1789
1793
  """
1790
1794
  return self._ThroughputPerformance
@@ -1796,6 +1800,7 @@ class DataDisk(AbstractModel):
1796
1800
  @property
1797
1801
  def CdcId(self):
1798
1802
  """所属的独享集群ID。
1803
+ 注意:此字段可能返回 null,表示取不到有效值。
1799
1804
  :rtype: str
1800
1805
  """
1801
1806
  return self._CdcId
@@ -1807,7 +1812,6 @@ class DataDisk(AbstractModel):
1807
1812
  @property
1808
1813
  def BurstPerformance(self):
1809
1814
  """突发性能
1810
-
1811
1815
  <b>注:内测中。</b>
1812
1816
  :rtype: bool
1813
1817
  """
@@ -2340,14 +2344,14 @@ class DescribeComputeEnvCreateInfoRequest(AbstractModel):
2340
2344
 
2341
2345
  def __init__(self):
2342
2346
  r"""
2343
- :param _EnvId: 计算环境ID,环境ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。
2347
+ :param _EnvId: 计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
2344
2348
  :type EnvId: str
2345
2349
  """
2346
2350
  self._EnvId = None
2347
2351
 
2348
2352
  @property
2349
2353
  def EnvId(self):
2350
- """计算环境ID,环境ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。
2354
+ """计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。
2351
2355
  :rtype: str
2352
2356
  """
2353
2357
  return self._EnvId
@@ -8591,6 +8595,7 @@ class SystemDisk(AbstractModel):
8591
8595
  :param _DiskSize: 系统盘大小,单位:GiB。默认值为 50
8592
8596
  :type DiskSize: int
8593
8597
  :param _CdcId: 所属的独享集群ID。
8598
+ 注意:此字段可能返回 null,表示取不到有效值。
8594
8599
  :type CdcId: str
8595
8600
  :param _DiskName: 磁盘名称,长度不超过128 个字符。
8596
8601
  :type DiskName: str
@@ -8647,6 +8652,7 @@ class SystemDisk(AbstractModel):
8647
8652
  @property
8648
8653
  def CdcId(self):
8649
8654
  """所属的独享集群ID。
8655
+ 注意:此字段可能返回 null,表示取不到有效值。
8650
8656
  :rtype: str
8651
8657
  """
8652
8658
  return self._CdcId
@@ -2428,8 +2428,12 @@ class Data(AbstractModel):
2428
2428
  r"""
2429
2429
  :param _Id: 项目Id
2430
2430
  :type Id: int
2431
+ :param _EditUrl: url
2432
+ 注意:此字段可能返回 null,表示取不到有效值。
2433
+ :type EditUrl: str
2431
2434
  """
2432
2435
  self._Id = None
2436
+ self._EditUrl = None
2433
2437
 
2434
2438
  @property
2435
2439
  def Id(self):
@@ -2442,9 +2446,22 @@ class Data(AbstractModel):
2442
2446
  def Id(self, Id):
2443
2447
  self._Id = Id
2444
2448
 
2449
+ @property
2450
+ def EditUrl(self):
2451
+ """url
2452
+ 注意:此字段可能返回 null,表示取不到有效值。
2453
+ :rtype: str
2454
+ """
2455
+ return self._EditUrl
2456
+
2457
+ @EditUrl.setter
2458
+ def EditUrl(self, EditUrl):
2459
+ self._EditUrl = EditUrl
2460
+
2445
2461
 
2446
2462
  def _deserialize(self, params):
2447
2463
  self._Id = params.get("Id")
2464
+ self._EditUrl = params.get("EditUrl")
2448
2465
  memeber_set = set(params.keys())
2449
2466
  for name, value in vars(self).items():
2450
2467
  property_name = name[1:]
@@ -5037,6 +5054,10 @@ class DescribeUserRoleProjectListRequest(AbstractModel):
5037
5054
  :type AllPage: bool
5038
5055
  :param _RoleCode: 角色编码
5039
5056
  :type RoleCode: str
5057
+ :param _UserIdList: 用户id列表
5058
+ :type UserIdList: list of str
5059
+ :param _Keyword: 搜索关键词
5060
+ :type Keyword: str
5040
5061
  """
5041
5062
  self._PageNo = None
5042
5063
  self._PageSize = None
@@ -5044,6 +5065,8 @@ class DescribeUserRoleProjectListRequest(AbstractModel):
5044
5065
  self._IsOnlyBindAppUser = None
5045
5066
  self._AllPage = None
5046
5067
  self._RoleCode = None
5068
+ self._UserIdList = None
5069
+ self._Keyword = None
5047
5070
 
5048
5071
  @property
5049
5072
  def PageNo(self):
@@ -5111,6 +5134,28 @@ class DescribeUserRoleProjectListRequest(AbstractModel):
5111
5134
  def RoleCode(self, RoleCode):
5112
5135
  self._RoleCode = RoleCode
5113
5136
 
5137
+ @property
5138
+ def UserIdList(self):
5139
+ """用户id列表
5140
+ :rtype: list of str
5141
+ """
5142
+ return self._UserIdList
5143
+
5144
+ @UserIdList.setter
5145
+ def UserIdList(self, UserIdList):
5146
+ self._UserIdList = UserIdList
5147
+
5148
+ @property
5149
+ def Keyword(self):
5150
+ """搜索关键词
5151
+ :rtype: str
5152
+ """
5153
+ return self._Keyword
5154
+
5155
+ @Keyword.setter
5156
+ def Keyword(self, Keyword):
5157
+ self._Keyword = Keyword
5158
+
5114
5159
 
5115
5160
  def _deserialize(self, params):
5116
5161
  self._PageNo = params.get("PageNo")
@@ -5119,6 +5164,8 @@ class DescribeUserRoleProjectListRequest(AbstractModel):
5119
5164
  self._IsOnlyBindAppUser = params.get("IsOnlyBindAppUser")
5120
5165
  self._AllPage = params.get("AllPage")
5121
5166
  self._RoleCode = params.get("RoleCode")
5167
+ self._UserIdList = params.get("UserIdList")
5168
+ self._Keyword = params.get("Keyword")
5122
5169
  memeber_set = set(params.keys())
5123
5170
  for name, value in vars(self).items():
5124
5171
  property_name = name[1:]
@@ -8095,6 +8142,18 @@ class Project(AbstractModel):
8095
8142
  :param _OwnerName: 所属人
8096
8143
  注意:此字段可能返回 null,表示取不到有效值。
8097
8144
  :type OwnerName: str
8145
+ :param _NormalCount: 仪表盘页面数
8146
+ 注意:此字段可能返回 null,表示取不到有效值。
8147
+ :type NormalCount: int
8148
+ :param _FreeCount: 自由画布页面数
8149
+ 注意:此字段可能返回 null,表示取不到有效值。
8150
+ :type FreeCount: int
8151
+ :param _AdhocCount: 即席分析页面数
8152
+ 注意:此字段可能返回 null,表示取不到有效值。
8153
+ :type AdhocCount: int
8154
+ :param _BriefingCount: 简报页面数
8155
+ 注意:此字段可能返回 null,表示取不到有效值。
8156
+ :type BriefingCount: int
8098
8157
  """
8099
8158
  self._Id = None
8100
8159
  self._Logo = None
@@ -8120,6 +8179,10 @@ class Project(AbstractModel):
8120
8179
  self._CreatedUserName = None
8121
8180
  self._Owner = None
8122
8181
  self._OwnerName = None
8182
+ self._NormalCount = None
8183
+ self._FreeCount = None
8184
+ self._AdhocCount = None
8185
+ self._BriefingCount = None
8123
8186
 
8124
8187
  @property
8125
8188
  def Id(self):
@@ -8408,6 +8471,54 @@ class Project(AbstractModel):
8408
8471
  def OwnerName(self, OwnerName):
8409
8472
  self._OwnerName = OwnerName
8410
8473
 
8474
+ @property
8475
+ def NormalCount(self):
8476
+ """仪表盘页面数
8477
+ 注意:此字段可能返回 null,表示取不到有效值。
8478
+ :rtype: int
8479
+ """
8480
+ return self._NormalCount
8481
+
8482
+ @NormalCount.setter
8483
+ def NormalCount(self, NormalCount):
8484
+ self._NormalCount = NormalCount
8485
+
8486
+ @property
8487
+ def FreeCount(self):
8488
+ """自由画布页面数
8489
+ 注意:此字段可能返回 null,表示取不到有效值。
8490
+ :rtype: int
8491
+ """
8492
+ return self._FreeCount
8493
+
8494
+ @FreeCount.setter
8495
+ def FreeCount(self, FreeCount):
8496
+ self._FreeCount = FreeCount
8497
+
8498
+ @property
8499
+ def AdhocCount(self):
8500
+ """即席分析页面数
8501
+ 注意:此字段可能返回 null,表示取不到有效值。
8502
+ :rtype: int
8503
+ """
8504
+ return self._AdhocCount
8505
+
8506
+ @AdhocCount.setter
8507
+ def AdhocCount(self, AdhocCount):
8508
+ self._AdhocCount = AdhocCount
8509
+
8510
+ @property
8511
+ def BriefingCount(self):
8512
+ """简报页面数
8513
+ 注意:此字段可能返回 null,表示取不到有效值。
8514
+ :rtype: int
8515
+ """
8516
+ return self._BriefingCount
8517
+
8518
+ @BriefingCount.setter
8519
+ def BriefingCount(self, BriefingCount):
8520
+ self._BriefingCount = BriefingCount
8521
+
8411
8522
 
8412
8523
  def _deserialize(self, params):
8413
8524
  self._Id = params.get("Id")
@@ -8439,6 +8550,10 @@ class Project(AbstractModel):
8439
8550
  self._CreatedUserName = params.get("CreatedUserName")
8440
8551
  self._Owner = params.get("Owner")
8441
8552
  self._OwnerName = params.get("OwnerName")
8553
+ self._NormalCount = params.get("NormalCount")
8554
+ self._FreeCount = params.get("FreeCount")
8555
+ self._AdhocCount = params.get("AdhocCount")
8556
+ self._BriefingCount = params.get("BriefingCount")
8442
8557
  memeber_set = set(params.keys())
8443
8558
  for name, value in vars(self).items():
8444
8559
  property_name = name[1:]
@@ -2216,7 +2216,7 @@ class CreateSnapshotRequest(AbstractModel):
2216
2216
  :type SnapshotName: str
2217
2217
  :param _Deadline: 快照的到期时间,到期后该快照将会自动删除,需要传入UTC时间下的ISO-8601标准时间格式,例如:2022-01-08T09:47:55+00:00,。到期时间最小可设置为一天后的当前时间。
2218
2218
  :type Deadline: str
2219
- :param _DiskBackupId: 云硬盘备份点ID。传入此参数时,将通过备份点创建快照。备份点 ID 可以通过[DescribeDiskBackups](document/product/362/80278)接口查询。
2219
+ :param _DiskBackupId: 云硬盘备份点ID。传入此参数时,将通过备份点创建快照。备份点 ID 可以通过[DescribeDiskBackups](/document/product/362/80278)接口查询。
2220
2220
  :type DiskBackupId: str
2221
2221
  :param _Tags: 快照绑定的标签。
2222
2222
  :type Tags: list of Tag
@@ -2262,7 +2262,7 @@ class CreateSnapshotRequest(AbstractModel):
2262
2262
 
2263
2263
  @property
2264
2264
  def DiskBackupId(self):
2265
- """云硬盘备份点ID。传入此参数时,将通过备份点创建快照。备份点 ID 可以通过[DescribeDiskBackups](document/product/362/80278)接口查询。
2265
+ """云硬盘备份点ID。传入此参数时,将通过备份点创建快照。备份点 ID 可以通过[DescribeDiskBackups](/document/product/362/80278)接口查询。
2266
2266
  :rtype: str
2267
2267
  """
2268
2268
  return self._DiskBackupId
@@ -15029,12 +15029,18 @@ class DescribeCPUExpandStrategyInfoResponse(AbstractModel):
15029
15029
  :param _AutoStrategy: 自动扩容策略。Type 为 auto 时有效
15030
15030
  注意:此字段可能返回 null,表示取不到有效值。
15031
15031
  :type AutoStrategy: :class:`tencentcloud.cdb.v20170320.models.AutoStrategy`
15032
+ :param _PeriodStrategy: 按周期扩容策略。
15033
+ :type PeriodStrategy: :class:`tencentcloud.cdb.v20170320.models.PeriodStrategy`
15034
+ :param _TimeIntervalStrategy: 按时间段扩容策略
15035
+ :type TimeIntervalStrategy: :class:`tencentcloud.cdb.v20170320.models.TimeIntervalStrategy`
15032
15036
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15033
15037
  :type RequestId: str
15034
15038
  """
15035
15039
  self._Type = None
15036
15040
  self._ExpandCpu = None
15037
15041
  self._AutoStrategy = None
15042
+ self._PeriodStrategy = None
15043
+ self._TimeIntervalStrategy = None
15038
15044
  self._RequestId = None
15039
15045
 
15040
15046
  @property
@@ -15073,6 +15079,28 @@ class DescribeCPUExpandStrategyInfoResponse(AbstractModel):
15073
15079
  def AutoStrategy(self, AutoStrategy):
15074
15080
  self._AutoStrategy = AutoStrategy
15075
15081
 
15082
+ @property
15083
+ def PeriodStrategy(self):
15084
+ """按周期扩容策略。
15085
+ :rtype: :class:`tencentcloud.cdb.v20170320.models.PeriodStrategy`
15086
+ """
15087
+ return self._PeriodStrategy
15088
+
15089
+ @PeriodStrategy.setter
15090
+ def PeriodStrategy(self, PeriodStrategy):
15091
+ self._PeriodStrategy = PeriodStrategy
15092
+
15093
+ @property
15094
+ def TimeIntervalStrategy(self):
15095
+ """按时间段扩容策略
15096
+ :rtype: :class:`tencentcloud.cdb.v20170320.models.TimeIntervalStrategy`
15097
+ """
15098
+ return self._TimeIntervalStrategy
15099
+
15100
+ @TimeIntervalStrategy.setter
15101
+ def TimeIntervalStrategy(self, TimeIntervalStrategy):
15102
+ self._TimeIntervalStrategy = TimeIntervalStrategy
15103
+
15076
15104
  @property
15077
15105
  def RequestId(self):
15078
15106
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -15091,6 +15119,12 @@ class DescribeCPUExpandStrategyInfoResponse(AbstractModel):
15091
15119
  if params.get("AutoStrategy") is not None:
15092
15120
  self._AutoStrategy = AutoStrategy()
15093
15121
  self._AutoStrategy._deserialize(params.get("AutoStrategy"))
15122
+ if params.get("PeriodStrategy") is not None:
15123
+ self._PeriodStrategy = PeriodStrategy()
15124
+ self._PeriodStrategy._deserialize(params.get("PeriodStrategy"))
15125
+ if params.get("TimeIntervalStrategy") is not None:
15126
+ self._TimeIntervalStrategy = TimeIntervalStrategy()
15127
+ self._TimeIntervalStrategy._deserialize(params.get("TimeIntervalStrategy"))
15094
15128
  self._RequestId = params.get("RequestId")
15095
15129
 
15096
15130
 
@@ -10922,7 +10922,7 @@ class DescribeDomainsConfigRequest(AbstractModel):
10922
10922
  r"""
10923
10923
  :param _Offset: 分页查询偏移量,默认为 0
10924
10924
  :type Offset: int
10925
- :param _Limit: 分页查询限制数目,默认为 100,最大可设置为 1000
10925
+ :param _Limit: 分页查询限制数目,默认为 100,最大可设置为 100
10926
10926
  :type Limit: int
10927
10927
  :param _Filters: 查询条件过滤器,复杂类型
10928
10928
  :type Filters: list of DomainFilter
@@ -10947,7 +10947,7 @@ class DescribeDomainsConfigRequest(AbstractModel):
10947
10947
 
10948
10948
  @property
10949
10949
  def Limit(self):
10950
- """分页查询限制数目,默认为 100,最大可设置为 1000
10950
+ """分页查询限制数目,默认为 100,最大可设置为 100
10951
10951
  :rtype: int
10952
10952
  """
10953
10953
  return self._Limit
@@ -22529,6 +22529,24 @@ class SearchLogRequest(AbstractModel):
22529
22529
  :param _TopicId: - 要检索分析的日志主题ID,仅能指定一个日志主题。
22530
22530
  - 如需同时检索多个日志主题,请使用Topics参数。
22531
22531
  - TopicId 和 Topics 不能同时使用,在一次请求中有且只能选择一个。
22532
+ 各日志主题ID如下
22533
+ 访问控制-互联网边界 cfw_rule_acl
22534
+ 访问控制-NAT边界 cfw_rule_nat_acl
22535
+ 访问控制-VPC边界 cfw_rule_vpc_acl
22536
+ 访问控制-DNS开关 cfw_rule_dns_acl
22537
+ 入侵防御 cfw_rule_threatinfo
22538
+ 全流量检测与响应日志-流量分析 cfw_netflow_nta
22539
+ 全流量检测与响应日志-流量告警 cfw_rule_ndr_threatinfo
22540
+ 零信任运维-数据库登录 cfw_operate_db
22541
+ 零信任运维-服务器访问 operate_remote_om
22542
+ 零信任运维-Web服务访问 operate_web_access
22543
+ 零信任运维-行为审计 remoteom_commands
22544
+ 流量日志-互联网边界 cfw_netflow_border
22545
+ 流量日志-NAT边界 cfw_netflow_nat
22546
+ 流量日志-VPC边界 cfw_netflow_vpc
22547
+ 流量日志-DNS开关 cfw_netflow_dns
22548
+ 流量日志-内网流量 cfw_netflow_fl
22549
+ 操作日志 operate_log_all
22532
22550
  :type TopicId: str
22533
22551
  :param _Topics: - 要检索分析的日志主题列表,最大支持50个日志主题。
22534
22552
  - 检索单个日志主题时请使用TopicId。
@@ -22640,6 +22658,24 @@ class SearchLogRequest(AbstractModel):
22640
22658
  """- 要检索分析的日志主题ID,仅能指定一个日志主题。
22641
22659
  - 如需同时检索多个日志主题,请使用Topics参数。
22642
22660
  - TopicId 和 Topics 不能同时使用,在一次请求中有且只能选择一个。
22661
+ 各日志主题ID如下
22662
+ 访问控制-互联网边界 cfw_rule_acl
22663
+ 访问控制-NAT边界 cfw_rule_nat_acl
22664
+ 访问控制-VPC边界 cfw_rule_vpc_acl
22665
+ 访问控制-DNS开关 cfw_rule_dns_acl
22666
+ 入侵防御 cfw_rule_threatinfo
22667
+ 全流量检测与响应日志-流量分析 cfw_netflow_nta
22668
+ 全流量检测与响应日志-流量告警 cfw_rule_ndr_threatinfo
22669
+ 零信任运维-数据库登录 cfw_operate_db
22670
+ 零信任运维-服务器访问 operate_remote_om
22671
+ 零信任运维-Web服务访问 operate_web_access
22672
+ 零信任运维-行为审计 remoteom_commands
22673
+ 流量日志-互联网边界 cfw_netflow_border
22674
+ 流量日志-NAT边界 cfw_netflow_nat
22675
+ 流量日志-VPC边界 cfw_netflow_vpc
22676
+ 流量日志-DNS开关 cfw_netflow_dns
22677
+ 流量日志-内网流量 cfw_netflow_fl
22678
+ 操作日志 operate_log_all
22643
22679
  :rtype: str
22644
22680
  """
22645
22681
  return self._TopicId
@@ -61,6 +61,8 @@ class License(AbstractModel):
61
61
  :type LifeSpanUnit: str
62
62
  :param _LicenseType: 授权的类型:Standard正式版/Development开发版/Trial体验版
63
63
  :type LicenseType: str
64
+ :param _LicenseLevel: 授权的层级:Master 主授权;Child 子授权/增强型授权
65
+ :type LicenseLevel: str
64
66
  """
65
67
  self._LicenseId = None
66
68
  self._LicenseMode = None
@@ -79,6 +81,7 @@ class License(AbstractModel):
79
81
  self._ExpirationDate = None
80
82
  self._LifeSpanUnit = None
81
83
  self._LicenseType = None
84
+ self._LicenseLevel = None
82
85
 
83
86
  @property
84
87
  def LicenseId(self):
@@ -269,6 +272,17 @@ class License(AbstractModel):
269
272
  def LicenseType(self, LicenseType):
270
273
  self._LicenseType = LicenseType
271
274
 
275
+ @property
276
+ def LicenseLevel(self):
277
+ """授权的层级:Master 主授权;Child 子授权/增强型授权
278
+ :rtype: str
279
+ """
280
+ return self._LicenseLevel
281
+
282
+ @LicenseLevel.setter
283
+ def LicenseLevel(self, LicenseLevel):
284
+ self._LicenseLevel = LicenseLevel
285
+
272
286
 
273
287
  def _deserialize(self, params):
274
288
  self._LicenseId = params.get("LicenseId")
@@ -293,6 +307,7 @@ class License(AbstractModel):
293
307
  self._ExpirationDate = params.get("ExpirationDate")
294
308
  self._LifeSpanUnit = params.get("LifeSpanUnit")
295
309
  self._LicenseType = params.get("LicenseType")
310
+ self._LicenseLevel = params.get("LicenseLevel")
296
311
  memeber_set = set(params.keys())
297
312
  for name, value in vars(self).items():
298
313
  property_name = name[1:]
@@ -254,10 +254,8 @@ class CosRegionInfo(AbstractModel):
254
254
  def __init__(self):
255
255
  r"""
256
256
  :param _CosRegion: cos地域
257
- 注意:此字段可能返回 null,表示取不到有效值。
258
257
  :type CosRegion: str
259
258
  :param _CosRegionName: 地域描述
260
- 注意:此字段可能返回 null,表示取不到有效值。
261
259
  :type CosRegionName: str
262
260
  """
263
261
  self._CosRegion = None
@@ -266,7 +264,6 @@ class CosRegionInfo(AbstractModel):
266
264
  @property
267
265
  def CosRegion(self):
268
266
  """cos地域
269
- 注意:此字段可能返回 null,表示取不到有效值。
270
267
  :rtype: str
271
268
  """
272
269
  return self._CosRegion
@@ -278,7 +275,6 @@ class CosRegionInfo(AbstractModel):
278
275
  @property
279
276
  def CosRegionName(self):
280
277
  """地域描述
281
- 注意:此字段可能返回 null,表示取不到有效值。
282
278
  :rtype: str
283
279
  """
284
280
  return self._CosRegionName
@@ -4732,7 +4732,7 @@ class AssetViewVULRiskData(AbstractModel):
4732
4732
  :type HandleTaskId: str
4733
4733
  :param _EngineSource: 引擎来源
4734
4734
  :type EngineSource: str
4735
- :param _VulRiskId: 新的漏洞风险id(同全网漏洞表的riskid)
4735
+ :param _VulRiskId: 新的漏洞风险id(同全网漏洞表的RiskId)
4736
4736
  :type VulRiskId: str
4737
4737
  :param _TvdID: 新版漏洞id
4738
4738
  :type TvdID: str
@@ -5192,7 +5192,7 @@ class AssetViewVULRiskData(AbstractModel):
5192
5192
 
5193
5193
  @property
5194
5194
  def VulRiskId(self):
5195
- """新的漏洞风险id(同全网漏洞表的riskid)
5195
+ """新的漏洞风险id(同全网漏洞表的RiskId)
5196
5196
  :rtype: str
5197
5197
  """
5198
5198
  return self._VulRiskId