tencentcloud-sdk-python 3.0.1143__py2.py3-none-any.whl → 3.0.1145__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 (56) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +2 -2
  3. tencentcloud/aiart/v20221229/models.py +1 -1
  4. tencentcloud/antiddos/v20200309/models.py +2 -2
  5. tencentcloud/apm/v20210622/models.py +1 -1
  6. tencentcloud/asr/v20190614/models.py +5 -5
  7. tencentcloud/batch/v20170312/models.py +5 -1
  8. tencentcloud/billing/v20180709/models.py +2 -2
  9. tencentcloud/cdb/v20170320/models.py +25 -4
  10. tencentcloud/clb/v20180317/models.py +13 -1
  11. tencentcloud/cls/v20201016/models.py +1 -1
  12. tencentcloud/csip/v20221121/models.py +124 -2
  13. tencentcloud/cvm/v20170312/models.py +5 -1
  14. tencentcloud/cwp/v20180228/models.py +16 -3
  15. tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
  16. tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
  17. tencentcloud/cynosdb/v20190107/models.py +679 -0
  18. tencentcloud/dsgc/v20190723/models.py +1 -1
  19. tencentcloud/dts/v20211206/models.py +1 -1
  20. tencentcloud/emr/v20190103/models.py +39 -0
  21. tencentcloud/es/v20180416/models.py +13 -0
  22. tencentcloud/ess/v20201111/ess_client.py +53 -2
  23. tencentcloud/ess/v20201111/models.py +303 -3
  24. tencentcloud/essbasic/v20210526/essbasic_client.py +5 -3
  25. tencentcloud/essbasic/v20210526/models.py +6 -3
  26. tencentcloud/faceid/v20180301/models.py +7 -11
  27. tencentcloud/hai/v20230812/models.py +1 -1
  28. tencentcloud/hunyuan/v20230901/hunyuan_client.py +52 -0
  29. tencentcloud/hunyuan/v20230901/models.py +277 -1
  30. tencentcloud/lighthouse/v20200324/lighthouse_client.py +1 -1
  31. tencentcloud/lighthouse/v20200324/models.py +14 -1
  32. tencentcloud/live/v20180801/live_client.py +46 -0
  33. tencentcloud/live/v20180801/models.py +190 -0
  34. tencentcloud/lke/v20231130/lke_client.py +4 -4
  35. tencentcloud/lke/v20231130/models.py +157 -0
  36. tencentcloud/mrs/v20200910/models.py +1 -1
  37. tencentcloud/ocr/v20181119/errorcodes.py +3 -0
  38. tencentcloud/ocr/v20181119/models.py +101 -13
  39. tencentcloud/ssl/v20191205/errorcodes.py +9 -0
  40. tencentcloud/ssl/v20191205/models.py +94 -0
  41. tencentcloud/ssl/v20191205/ssl_client.py +23 -0
  42. tencentcloud/teo/v20220901/models.py +62 -0
  43. tencentcloud/tione/v20191022/models.py +0 -84
  44. tencentcloud/tione/v20191022/tione_client.py +0 -23
  45. tencentcloud/tione/v20211111/errorcodes.py +6 -0
  46. tencentcloud/tione/v20211111/models.py +49 -0
  47. tencentcloud/tke/v20220501/errorcodes.py +10 -1
  48. tencentcloud/tke/v20220501/models.py +2666 -635
  49. tencentcloud/tke/v20220501/tke_client.py +69 -0
  50. tencentcloud/trtc/v20190722/models.py +14 -2
  51. tencentcloud/tse/v20201207/models.py +39 -0
  52. {tencentcloud_sdk_python-3.0.1143.dist-info → tencentcloud_sdk_python-3.0.1145.dist-info}/METADATA +1 -1
  53. {tencentcloud_sdk_python-3.0.1143.dist-info → tencentcloud_sdk_python-3.0.1145.dist-info}/RECORD +56 -56
  54. {tencentcloud_sdk_python-3.0.1143.dist-info → tencentcloud_sdk_python-3.0.1145.dist-info}/LICENSE +0 -0
  55. {tencentcloud_sdk_python-3.0.1143.dist-info → tencentcloud_sdk_python-3.0.1145.dist-info}/WHEEL +0 -0
  56. {tencentcloud_sdk_python-3.0.1143.dist-info → tencentcloud_sdk_python-3.0.1145.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.1143'
17
+ __version__ = '3.0.1145'
@@ -27,8 +27,8 @@ class AiartClient(AbstractClient):
27
27
 
28
28
 
29
29
  def ImageToImage(self, request):
30
- """智能图生图接口提供基础版图生图能力,将根据输入的图像及文本描述,智能生成风格转化后的图像。建议避免输入人像过小、姿势复杂、人数较多的人像图片。
31
- 智能图生图默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
30
+ """图像风格化(图生图)接口提供生成式的图生图风格转化能力,将根据输入的图像及文本描述,智能生成风格转化后的图像。建议避免输入人像过小、姿势复杂、人数较多的人像图片。
31
+ 图像风格化(图生图)默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
32
32
 
33
33
  :param request: Request instance for ImageToImage.
34
34
  :type request: :class:`tencentcloud.aiart.v20221229.models.ImageToImageRequest`
@@ -114,7 +114,7 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
114
114
  推荐使用中文。最多可传256个 utf-8 字符。
115
115
  :type NegativePrompt: str
116
116
  :param _Styles: 绘画风格。
117
- 请在 [智能图生图风格列表](https://cloud.tencent.com/document/product/1668/86250) 中选择期望的风格,传入风格编号。
117
+ 请在 [图像风格化风格列表](https://cloud.tencent.com/document/product/1668/86250) 中选择期望的风格,传入风格编号。
118
118
  推荐使用且只使用一种风格。不传默认使用201(日系动漫风格)。
119
119
  :type Styles: list of str
120
120
  :param _ResultConfig: 生成图结果的配置,包括输出图片分辨率和尺寸等。
@@ -6984,9 +6984,9 @@ class DescribeBgpBizTrendRequest(AbstractModel):
6984
6984
  r"""
6985
6985
  :param _Business: DDoS防护子产品代号(bgp-multip表示高防包)
6986
6986
  :type Business: str
6987
- :param _StartTime: 统计开始时间。 例:“2020-09-22 00:00:00
6987
+ :param _StartTime: 统计开始时间。 例:“2020-09-22 00:00:00”,注意该时间必须为5分钟的倍数
6988
6988
  :type StartTime: str
6989
- :param _EndTime: 统计结束时间。 例:“2020-09-22 00:00:00
6989
+ :param _EndTime: 统计结束时间。 例:“2020-09-22 00:00:00”,注意该时间必须为5分钟的倍数
6990
6990
  :type EndTime: str
6991
6991
  :param _MetricName: 统计纬度,可取值intraffic, outtraffic, inpkg, outpkg
6992
6992
  :type MetricName: str
@@ -1474,7 +1474,7 @@ class DescribeGeneralApmApplicationConfigRequest(AbstractModel):
1474
1474
  r"""
1475
1475
  :param _ServiceName: 应用名
1476
1476
  :type ServiceName: str
1477
- :param _InstanceId: 实例Id
1477
+ :param _InstanceId: 业务系统ID
1478
1478
  :type InstanceId: str
1479
1479
  """
1480
1480
  self._ServiceName = None
@@ -721,31 +721,31 @@ class CreateRecTaskRequest(AbstractModel):
721
721
  1:开启;
722
722
  默认值为0
723
723
  :type EmotionalEnergy: int
724
- :param _ConvertNumMode: 阿拉伯数字智能转换(目前仅支持8k_zh/16k_zh引擎)
724
+ :param _ConvertNumMode: 阿拉伯数字智能转换(目前支持中文普通话引擎)
725
725
  0:不转换,直接输出中文数字;
726
726
  1:根据场景智能转换为阿拉伯数字;
727
727
  3:打开数学相关数字转换(如:阿尔法转写为α);
728
728
  默认值为 1
729
729
  :type ConvertNumMode: int
730
- :param _FilterDirty: 脏词过滤(目前仅支持8k_zh/16k_zh引擎)
730
+ :param _FilterDirty: 脏词过滤(目前支持中文普通话引擎)
731
731
  0:不过滤脏词;
732
732
  1:过滤脏词;
733
733
  2:将脏词替换为 * ;
734
734
  默认值为 0
735
735
  :type FilterDirty: int
736
- :param _FilterPunc: 标点符号过滤(目前仅支持8k_zh/16k_zh引擎)
736
+ :param _FilterPunc: 标点符号过滤(目前支持中文普通话引擎)
737
737
  0:不过滤标点;
738
738
  1:过滤句末标点;
739
739
  2:过滤所有标点;
740
740
  默认值为 0
741
741
  :type FilterPunc: int
742
- :param _FilterModal: 语气词过滤(目前仅支持8k_zh/16k_zh引擎)
742
+ :param _FilterModal: 语气词过滤(目前支持中文普通话引擎)
743
743
  0:不过滤语气词;
744
744
  1:过滤部分语气词;
745
745
  2:严格过滤语气词;
746
746
  默认值为 0
747
747
  :type FilterModal: int
748
- :param _SentenceMaxLength: 单标点最多字数(目前仅支持8k_zh/16k_zh引擎)
748
+ :param _SentenceMaxLength: 单标点最多字数(目前支持中文普通话引擎)
749
749
  **可控制单行字幕最大字数,适用于字幕生成场景**,取值范围:[6,40]
750
750
  0:不开启该功能;
751
751
  默认值为0
@@ -5533,7 +5533,11 @@ class InstanceTypeQuotaItem(AbstractModel):
5533
5533
  :type GpuCount: float
5534
5534
  :param _Frequency: 实例的CPU主频信息
5535
5535
  :type Frequency: str
5536
- :param _StatusCategory: 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br></li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br></li> WithoutStock:表示对应库存已经售罄
5536
+ :param _StatusCategory: 描述库存情况。取值范围:
5537
+ <li> EnoughStock:表示对应库存非常充足</li>
5538
+ <li>NormalStock:表示对应库存供应有保障</li>
5539
+ <li> UnderStock:表示对应库存即将售罄</li>
5540
+ <li>WithoutStock:表示对应库存已经售罄</li>
5537
5541
  注意:此字段可能返回 null,表示取不到有效值。
5538
5542
  :type StatusCategory: str
5539
5543
  """
@@ -487,7 +487,7 @@ class AllocationDetail(AbstractModel):
487
487
  :param _AllocationType: 费用归集类型:费用来源类型,分摊、归集、未分配
488
488
  0 - 分摊
489
489
  1 - 归集
490
- -1 - 未分配
490
+ 2 - 未分配
491
491
  注意:此字段可能返回 null,表示取不到有效值。
492
492
  :type AllocationType: int
493
493
  """
@@ -14085,7 +14085,7 @@ class DescribeBillDownloadUrlResponse(AbstractModel):
14085
14085
  r"""
14086
14086
  :param _Ready: 账单文件是否准备就绪,0文件生成中,1文件已生成
14087
14087
  :type Ready: int
14088
- :param _DownloadUrl: 账单文件下载链接,有效时长为一小时
14088
+ :param _DownloadUrl: 账单文件下载链接,有效时长为一天
14089
14089
  注意:此字段可能返回 null,表示取不到有效值。
14090
14090
  :type DownloadUrl: str
14091
14091
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -648,6 +648,13 @@ class AdjustCdbProxyRequest(AbstractModel):
648
648
  :param _ProxyGroupId: 代理组ID
649
649
  :type ProxyGroupId: str
650
650
  :param _ProxyNodeCustom: 节点规格配置
651
+ 备注:数据库代理支持的节点规格为:2C4000MB、4C8000MB、8C16000MB。
652
+ 示例中参数说明:
653
+ NodeCount:节点个数
654
+ Region:节点地域
655
+ Zone:节点可用区
656
+ Cpu:单个代理节点核数(单位:核)
657
+ Mem:单个代理节点内存数(单位:MB)
651
658
  :type ProxyNodeCustom: list of ProxyNodeCustom
652
659
  :param _ReloadBalance: 重新负载均衡:auto(自动),manual(手动)
653
660
  :type ReloadBalance: str
@@ -2380,11 +2387,11 @@ class AutoStrategy(AbstractModel):
2380
2387
  r"""
2381
2388
  :param _ExpandThreshold: 自动扩容阈值,可选值70、80、90,代表CPU利用率达到70%、80%、90%时后台进行自动扩容
2382
2389
  :type ExpandThreshold: int
2383
- :param _ExpandPeriod: 自动扩容观测周期,单位s,可选值1、3、5、10、15、30。后台会按照配置的周期进行扩容判断。
2390
+ :param _ExpandPeriod: 自动扩容观测周期,单位是分钟,可选值1、3、5、10、15、30。后台会按照配置的周期进行扩容判断。
2384
2391
  :type ExpandPeriod: int
2385
2392
  :param _ShrinkThreshold: 自动缩容阈值,可选值10、20、30,代表CPU利用率达到10%、20%、30%时后台进行自动缩容
2386
2393
  :type ShrinkThreshold: int
2387
- :param _ShrinkPeriod: 自动缩容观测周期,单位s,可选值5、10、15、30。后台会按照配置的周期进行缩容判断。
2394
+ :param _ShrinkPeriod: 自动缩容观测周期,单位是分钟,可选值5、10、15、30。后台会按照配置的周期进行缩容判断。
2388
2395
  :type ShrinkPeriod: int
2389
2396
  """
2390
2397
  self._ExpandThreshold = None
@@ -5808,12 +5815,20 @@ class CreateCdbProxyRequest(AbstractModel):
5808
5815
  :param _UniqSubnetId: 私有子网ID
5809
5816
  :type UniqSubnetId: str
5810
5817
  :param _ProxyNodeCustom: 节点规格配置
5818
+ 备注:数据库代理支持的节点规格为:2C4000MB、4C8000MB、8C16000MB。
5819
+ 示例中参数说明:
5820
+ NodeCount:节点个数。
5821
+ Region:节点地域。
5822
+ Zone:节点可用区。
5823
+ Cpu:单个代理节点核数(单位:核)。
5824
+ Mem:单个代理节点内存数(单位:MB)。
5811
5825
  :type ProxyNodeCustom: list of ProxyNodeCustom
5812
5826
  :param _SecurityGroup: 安全组
5813
5827
  :type SecurityGroup: list of str
5814
5828
  :param _Desc: 描述
5815
5829
  :type Desc: str
5816
5830
  :param _ConnectionPoolLimit: 连接池阈值
5831
+ 注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
5817
5832
  :type ConnectionPoolLimit: int
5818
5833
  :param _ProxyVersion: 指定要购买的 proxy 内核版本。不填则默认发货最新版本的 proxy。
5819
5834
  :type ProxyVersion: str
@@ -6482,7 +6497,8 @@ class CreateDBInstanceHourRequest(AbstractModel):
6482
6497
  :type ClientToken: str
6483
6498
  :param _DeviceType: 实例隔离类型。支持值包括: "UNIVERSAL" - 通用型实例, "EXCLUSIVE" - 独享型实例, "BASIC_V2" - ONTKE单节点实例。 不指定则默认为通用型实例。
6484
6499
  :type DeviceType: str
6485
- :param _ParamTemplateId: 参数模板id。
6500
+ :param _ParamTemplateId: 参数模板 id。
6501
+ 备注:如您使用自定义参数模板 id,可传入自定义参数模板 id;如您计划使用默认参数模板,该参数模板 id 传入 id 无效,需设置 ParamTemplateType。
6486
6502
  :type ParamTemplateId: int
6487
6503
  :param _AlarmPolicyList: 告警策略id数组。腾讯云可观测平台DescribeAlarmPolicy接口返回的OriginId。
6488
6504
  :type AlarmPolicyList: list of int
@@ -6495,6 +6511,7 @@ class CreateDBInstanceHourRequest(AbstractModel):
6495
6511
  :param _CageId: 金融围拢 ID 。
6496
6512
  :type CageId: str
6497
6513
  :param _ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板,默认值是:"HIGH_STABILITY"。
6514
+ 备注:如您需使用云数据库 MySQL 默认参数模板,请设置 ParamTemplateType。
6498
6515
  :type ParamTemplateType: str
6499
6516
  :param _AlarmPolicyIdList: 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
6500
6517
  :type AlarmPolicyIdList: list of str
@@ -7010,7 +7027,8 @@ class CreateDBInstanceRequest(AbstractModel):
7010
7027
  :type ClientToken: str
7011
7028
  :param _DeviceType: 实例隔离类型。支持值包括: "UNIVERSAL" - 通用型实例, "EXCLUSIVE" - 独享型实例, "BASIC_V2" - ONTKE单节点实例。 不指定则默认为通用型实例。
7012
7029
  :type DeviceType: str
7013
- :param _ParamTemplateId: 参数模板id。
7030
+ :param _ParamTemplateId: 参数模板 id。
7031
+ 备注:如您使用自定义参数模板 id,可传入自定义参数模板 id;如您计划使用默认参数模板,该参数模板 id 传入 id 无效,需设置 ParamTemplateType。
7014
7032
  :type ParamTemplateId: int
7015
7033
  :param _AlarmPolicyList: 告警策略id数组。腾讯云可观测平台DescribeAlarmPolicy接口返回的OriginId。
7016
7034
  :type AlarmPolicyList: list of int
@@ -7023,6 +7041,7 @@ class CreateDBInstanceRequest(AbstractModel):
7023
7041
  :param _CageId: 金融围拢 ID。
7024
7042
  :type CageId: str
7025
7043
  :param _ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
7044
+ 备注:如您需使用云数据库 MySQL 默认参数模板,请设置 ParamTemplateType。
7026
7045
  :type ParamTemplateType: str
7027
7046
  :param _AlarmPolicyIdList: 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
7028
7047
  :type AlarmPolicyIdList: list of str
@@ -22091,6 +22110,7 @@ class ModifyCdbProxyParamRequest(AbstractModel):
22091
22110
  :param _ProxyGroupId: 代理组ID
22092
22111
  :type ProxyGroupId: str
22093
22112
  :param _ConnectionPoolLimit: 连接池阈值
22113
+ 注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
22094
22114
  :type ConnectionPoolLimit: int
22095
22115
  """
22096
22116
  self._InstanceId = None
@@ -29601,6 +29621,7 @@ class UpgradeDBInstanceRequest(AbstractModel):
29601
29621
  :param _WaitSwitch: 切换访问新实例的方式,默认为 0。支持值包括:0 - 立刻切换,1 - 时间窗切换;当该值为 1 时,升级过程中,切换访问新实例的流程将会在时间窗内进行,或者用户主动调用接口 [切换访问新实例](https://cloud.tencent.com/document/product/236/15864) 触发该流程。
29602
29622
  :type WaitSwitch: int
29603
29623
  :param _BackupZone: 备库 2 的可用区信息,默认为空,升级主实例时可指定该参数,升级只读实例或者灾备实例时指定该参数无意义。
29624
+ 备注:如您要将三节点降级至双节点,将该参数设置为空值即可实现。
29604
29625
  :type BackupZone: str
29605
29626
  :param _InstanceRole: 实例类型,默认为 master,支持值包括:master - 表示主实例,dr - 表示灾备实例,ro - 表示只读实例。
29606
29627
  :type InstanceRole: str
@@ -8817,7 +8817,7 @@ class HealthCheck(AbstractModel):
8817
8817
  :param _HttpVersion: HTTP版本。健康检查协议CheckType的值取HTTP时,必传此字段,代表后端服务的HTTP版本:HTTP/1.0、HTTP/1.1;(仅适用于TCP监听器)
8818
8818
  注意:此字段可能返回 null,表示取不到有效值。
8819
8819
  :type HttpVersion: str
8820
- :param _SourceIpType: 健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP),默认值:0
8820
+ :param _SourceIpType: 健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP)。
8821
8821
  注意:此字段可能返回 null,表示取不到有效值。
8822
8822
  :type SourceIpType: int
8823
8823
  :param _ExtendedCode: GRPC健康检查状态码(仅适用于后端转发协议为GRPC的规则)。默认值为 12,可输入值为数值、多个数值、或者范围,例如 20 或 20,25 或 0-99
@@ -16736,11 +16736,14 @@ class TargetGroupAssociation(AbstractModel):
16736
16736
  :type ListenerId: str
16737
16737
  :param _LocationId: 转发规则ID
16738
16738
  :type LocationId: str
16739
+ :param _Weight: 目标组权重,范围[0, 100]。仅绑定v2目标组时生效,如果不存在,则默认为10。
16740
+ :type Weight: int
16739
16741
  """
16740
16742
  self._LoadBalancerId = None
16741
16743
  self._TargetGroupId = None
16742
16744
  self._ListenerId = None
16743
16745
  self._LocationId = None
16746
+ self._Weight = None
16744
16747
 
16745
16748
  @property
16746
16749
  def LoadBalancerId(self):
@@ -16774,12 +16777,21 @@ class TargetGroupAssociation(AbstractModel):
16774
16777
  def LocationId(self, LocationId):
16775
16778
  self._LocationId = LocationId
16776
16779
 
16780
+ @property
16781
+ def Weight(self):
16782
+ return self._Weight
16783
+
16784
+ @Weight.setter
16785
+ def Weight(self, Weight):
16786
+ self._Weight = Weight
16787
+
16777
16788
 
16778
16789
  def _deserialize(self, params):
16779
16790
  self._LoadBalancerId = params.get("LoadBalancerId")
16780
16791
  self._TargetGroupId = params.get("TargetGroupId")
16781
16792
  self._ListenerId = params.get("ListenerId")
16782
16793
  self._LocationId = params.get("LocationId")
16794
+ self._Weight = params.get("Weight")
16783
16795
  memeber_set = set(params.keys())
16784
16796
  for name, value in vars(self).items():
16785
16797
  property_name = name[1:]
@@ -17757,7 +17757,7 @@ class NoticeReceiver(AbstractModel):
17757
17757
  暂不支持其余接收者类型。
17758
17758
  :type ReceiverType: str
17759
17759
  :param _ReceiverIds: 接收者。
17760
- 当ReceiverType为Uin时,ReceiverIds的值为用户id。[子用户信息查询](https://cloud.tencent.com/document/product/598/36258)
17760
+ 当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)
17761
17761
  当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)
17762
17762
  :type ReceiverIds: list of int
17763
17763
  :param _ReceiverChannels: 通知接收渠道。
@@ -1022,10 +1022,10 @@ CSIP:云安全中心
1022
1022
  :param _Victim: 受害者
1023
1023
  注意:此字段可能返回 null,表示取不到有效值。
1024
1024
  :type Victim: :class:`tencentcloud.csip.v20221121.models.RoleInfo`
1025
- :param _EvidenceData: 证据数据(比如攻击内容等)
1025
+ :param _EvidenceData: 证据数据(例如攻击内容等)
1026
1026
  注意:此字段可能返回 null,表示取不到有效值。
1027
1027
  :type EvidenceData: str
1028
- :param _EvidenceLocation: 证据位置(比如协议端口)
1028
+ :param _EvidenceLocation: 证据位置(例如协议端口)
1029
1029
  注意:此字段可能返回 null,表示取不到有效值。
1030
1030
  :type EvidenceLocation: str
1031
1031
  :param _EvidencePath: 证据路径
@@ -7026,6 +7026,9 @@ class DescribeCVMAssetsResponse(AbstractModel):
7026
7026
  :param _AssetMapInstanceTypeList: 资产类型和实例类型的对应关系
7027
7027
  注意:此字段可能返回 null,表示取不到有效值。
7028
7028
  :type AssetMapInstanceTypeList: list of AssetInstanceTypeMap
7029
+ :param _PublicPrivateAttr: 公网内网枚举
7030
+ 注意:此字段可能返回 null,表示取不到有效值。
7031
+ :type PublicPrivateAttr: list of FilterDataObject
7029
7032
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7030
7033
  :type RequestId: str
7031
7034
  """
@@ -7041,6 +7044,7 @@ class DescribeCVMAssetsResponse(AbstractModel):
7041
7044
  self._ZoneList = None
7042
7045
  self._OsList = None
7043
7046
  self._AssetMapInstanceTypeList = None
7047
+ self._PublicPrivateAttr = None
7044
7048
  self._RequestId = None
7045
7049
 
7046
7050
  @property
@@ -7139,6 +7143,14 @@ class DescribeCVMAssetsResponse(AbstractModel):
7139
7143
  def AssetMapInstanceTypeList(self, AssetMapInstanceTypeList):
7140
7144
  self._AssetMapInstanceTypeList = AssetMapInstanceTypeList
7141
7145
 
7146
+ @property
7147
+ def PublicPrivateAttr(self):
7148
+ return self._PublicPrivateAttr
7149
+
7150
+ @PublicPrivateAttr.setter
7151
+ def PublicPrivateAttr(self, PublicPrivateAttr):
7152
+ self._PublicPrivateAttr = PublicPrivateAttr
7153
+
7142
7154
  @property
7143
7155
  def RequestId(self):
7144
7156
  return self._RequestId
@@ -7216,6 +7228,12 @@ class DescribeCVMAssetsResponse(AbstractModel):
7216
7228
  obj = AssetInstanceTypeMap()
7217
7229
  obj._deserialize(item)
7218
7230
  self._AssetMapInstanceTypeList.append(obj)
7231
+ if params.get("PublicPrivateAttr") is not None:
7232
+ self._PublicPrivateAttr = []
7233
+ for item in params.get("PublicPrivateAttr"):
7234
+ obj = FilterDataObject()
7235
+ obj._deserialize(item)
7236
+ self._PublicPrivateAttr.append(obj)
7219
7237
  self._RequestId = params.get("RequestId")
7220
7238
 
7221
7239
 
@@ -7456,14 +7474,25 @@ class DescribeDbAssetsRequest(AbstractModel):
7456
7474
 
7457
7475
  def __init__(self):
7458
7476
  r"""
7477
+ :param _MemberId: 集团账号的成员id
7478
+ :type MemberId: list of str
7459
7479
  :param _Filter: -
7460
7480
  :type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
7461
7481
  :param _AssetTypes: 资产类型:MYSQL/MARIADB/REDIS/MONGODB/POSTGRES/CTS/ES/KAFKA/COS/CBS/CFS
7462
7482
  :type AssetTypes: list of str
7463
7483
  """
7484
+ self._MemberId = None
7464
7485
  self._Filter = None
7465
7486
  self._AssetTypes = None
7466
7487
 
7488
+ @property
7489
+ def MemberId(self):
7490
+ return self._MemberId
7491
+
7492
+ @MemberId.setter
7493
+ def MemberId(self, MemberId):
7494
+ self._MemberId = MemberId
7495
+
7467
7496
  @property
7468
7497
  def Filter(self):
7469
7498
  return self._Filter
@@ -7482,6 +7511,7 @@ class DescribeDbAssetsRequest(AbstractModel):
7482
7511
 
7483
7512
 
7484
7513
  def _deserialize(self, params):
7514
+ self._MemberId = params.get("MemberId")
7485
7515
  if params.get("Filter") is not None:
7486
7516
  self._Filter = Filter()
7487
7517
  self._Filter._deserialize(params.get("Filter"))
@@ -7521,6 +7551,9 @@ class DescribeDbAssetsResponse(AbstractModel):
7521
7551
  :param _AppIdList: Appid枚举
7522
7552
  注意:此字段可能返回 null,表示取不到有效值。
7523
7553
  :type AppIdList: list of FilterDataObject
7554
+ :param _PublicPrivateAttr: 公网内网枚举
7555
+ 注意:此字段可能返回 null,表示取不到有效值。
7556
+ :type PublicPrivateAttr: list of FilterDataObject
7524
7557
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7525
7558
  :type RequestId: str
7526
7559
  """
@@ -7530,6 +7563,7 @@ class DescribeDbAssetsResponse(AbstractModel):
7530
7563
  self._AssetTypeList = None
7531
7564
  self._VpcList = None
7532
7565
  self._AppIdList = None
7566
+ self._PublicPrivateAttr = None
7533
7567
  self._RequestId = None
7534
7568
 
7535
7569
  @property
@@ -7580,6 +7614,14 @@ class DescribeDbAssetsResponse(AbstractModel):
7580
7614
  def AppIdList(self, AppIdList):
7581
7615
  self._AppIdList = AppIdList
7582
7616
 
7617
+ @property
7618
+ def PublicPrivateAttr(self):
7619
+ return self._PublicPrivateAttr
7620
+
7621
+ @PublicPrivateAttr.setter
7622
+ def PublicPrivateAttr(self, PublicPrivateAttr):
7623
+ self._PublicPrivateAttr = PublicPrivateAttr
7624
+
7583
7625
  @property
7584
7626
  def RequestId(self):
7585
7627
  return self._RequestId
@@ -7621,6 +7663,12 @@ class DescribeDbAssetsResponse(AbstractModel):
7621
7663
  obj = FilterDataObject()
7622
7664
  obj._deserialize(item)
7623
7665
  self._AppIdList.append(obj)
7666
+ if params.get("PublicPrivateAttr") is not None:
7667
+ self._PublicPrivateAttr = []
7668
+ for item in params.get("PublicPrivateAttr"):
7669
+ obj = FilterDataObject()
7670
+ obj._deserialize(item)
7671
+ self._PublicPrivateAttr.append(obj)
7624
7672
  self._RequestId = params.get("RequestId")
7625
7673
 
7626
7674
 
@@ -8264,14 +8312,25 @@ class DescribeOrganizationUserInfoRequest(AbstractModel):
8264
8312
 
8265
8313
  def __init__(self):
8266
8314
  r"""
8315
+ :param _MemberId: 集团账号的成员id
8316
+ :type MemberId: list of str
8267
8317
  :param _Filter: 过滤内容
8268
8318
  :type Filter: :class:`tencentcloud.csip.v20221121.models.Filter`
8269
8319
  :param _NotSupportCloud: 不支持多云
8270
8320
  :type NotSupportCloud: bool
8271
8321
  """
8322
+ self._MemberId = None
8272
8323
  self._Filter = None
8273
8324
  self._NotSupportCloud = None
8274
8325
 
8326
+ @property
8327
+ def MemberId(self):
8328
+ return self._MemberId
8329
+
8330
+ @MemberId.setter
8331
+ def MemberId(self, MemberId):
8332
+ self._MemberId = MemberId
8333
+
8275
8334
  @property
8276
8335
  def Filter(self):
8277
8336
  return self._Filter
@@ -8290,6 +8349,7 @@ class DescribeOrganizationUserInfoRequest(AbstractModel):
8290
8349
 
8291
8350
 
8292
8351
  def _deserialize(self, params):
8352
+ self._MemberId = params.get("MemberId")
8293
8353
  if params.get("Filter") is not None:
8294
8354
  self._Filter = Filter()
8295
8355
  self._Filter._deserialize(params.get("Filter"))
@@ -8317,11 +8377,19 @@ class DescribeOrganizationUserInfoResponse(AbstractModel):
8317
8377
  :param _Data: 集团用户列表
8318
8378
  注意:此字段可能返回 null,表示取不到有效值。
8319
8379
  :type Data: list of OrganizationUserInfo
8380
+ :param _JoinTypeLst: 加入方式枚举
8381
+ 注意:此字段可能返回 null,表示取不到有效值。
8382
+ :type JoinTypeLst: list of FilterDataObject
8383
+ :param _CloudTypeLst: 云厂商枚举
8384
+ 注意:此字段可能返回 null,表示取不到有效值。
8385
+ :type CloudTypeLst: list of FilterDataObject
8320
8386
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8321
8387
  :type RequestId: str
8322
8388
  """
8323
8389
  self._TotalCount = None
8324
8390
  self._Data = None
8391
+ self._JoinTypeLst = None
8392
+ self._CloudTypeLst = None
8325
8393
  self._RequestId = None
8326
8394
 
8327
8395
  @property
@@ -8340,6 +8408,22 @@ class DescribeOrganizationUserInfoResponse(AbstractModel):
8340
8408
  def Data(self, Data):
8341
8409
  self._Data = Data
8342
8410
 
8411
+ @property
8412
+ def JoinTypeLst(self):
8413
+ return self._JoinTypeLst
8414
+
8415
+ @JoinTypeLst.setter
8416
+ def JoinTypeLst(self, JoinTypeLst):
8417
+ self._JoinTypeLst = JoinTypeLst
8418
+
8419
+ @property
8420
+ def CloudTypeLst(self):
8421
+ return self._CloudTypeLst
8422
+
8423
+ @CloudTypeLst.setter
8424
+ def CloudTypeLst(self, CloudTypeLst):
8425
+ self._CloudTypeLst = CloudTypeLst
8426
+
8343
8427
  @property
8344
8428
  def RequestId(self):
8345
8429
  return self._RequestId
@@ -8357,6 +8441,18 @@ class DescribeOrganizationUserInfoResponse(AbstractModel):
8357
8441
  obj = OrganizationUserInfo()
8358
8442
  obj._deserialize(item)
8359
8443
  self._Data.append(obj)
8444
+ if params.get("JoinTypeLst") is not None:
8445
+ self._JoinTypeLst = []
8446
+ for item in params.get("JoinTypeLst"):
8447
+ obj = FilterDataObject()
8448
+ obj._deserialize(item)
8449
+ self._JoinTypeLst.append(obj)
8450
+ if params.get("CloudTypeLst") is not None:
8451
+ self._CloudTypeLst = []
8452
+ for item in params.get("CloudTypeLst"):
8453
+ obj = FilterDataObject()
8454
+ obj._deserialize(item)
8455
+ self._CloudTypeLst.append(obj)
8360
8456
  self._RequestId = params.get("RequestId")
8361
8457
 
8362
8458
 
@@ -13696,6 +13792,12 @@ class OrganizationUserInfo(AbstractModel):
13696
13792
  2 非腾讯云
13697
13793
  注意:此字段可能返回 null,表示取不到有效值。
13698
13794
  :type TcMemberType: int
13795
+ :param _SubUserCount: 子账号数量
13796
+ 注意:此字段可能返回 null,表示取不到有效值。
13797
+ :type SubUserCount: int
13798
+ :param _JoinTypeInfo: 加入方式详细信息
13799
+ 注意:此字段可能返回 null,表示取不到有效值。
13800
+ :type JoinTypeInfo: str
13699
13801
  """
13700
13802
  self._Uin = None
13701
13803
  self._NickName = None
@@ -13719,6 +13821,8 @@ class OrganizationUserInfo(AbstractModel):
13719
13821
  self._PermissionList = None
13720
13822
  self._AuthType = None
13721
13823
  self._TcMemberType = None
13824
+ self._SubUserCount = None
13825
+ self._JoinTypeInfo = None
13722
13826
 
13723
13827
  @property
13724
13828
  def Uin(self):
@@ -13896,6 +14000,22 @@ class OrganizationUserInfo(AbstractModel):
13896
14000
  def TcMemberType(self, TcMemberType):
13897
14001
  self._TcMemberType = TcMemberType
13898
14002
 
14003
+ @property
14004
+ def SubUserCount(self):
14005
+ return self._SubUserCount
14006
+
14007
+ @SubUserCount.setter
14008
+ def SubUserCount(self, SubUserCount):
14009
+ self._SubUserCount = SubUserCount
14010
+
14011
+ @property
14012
+ def JoinTypeInfo(self):
14013
+ return self._JoinTypeInfo
14014
+
14015
+ @JoinTypeInfo.setter
14016
+ def JoinTypeInfo(self, JoinTypeInfo):
14017
+ self._JoinTypeInfo = JoinTypeInfo
14018
+
13899
14019
 
13900
14020
  def _deserialize(self, params):
13901
14021
  self._Uin = params.get("Uin")
@@ -13920,6 +14040,8 @@ class OrganizationUserInfo(AbstractModel):
13920
14040
  self._PermissionList = params.get("PermissionList")
13921
14041
  self._AuthType = params.get("AuthType")
13922
14042
  self._TcMemberType = params.get("TcMemberType")
14043
+ self._SubUserCount = params.get("SubUserCount")
14044
+ self._JoinTypeInfo = params.get("JoinTypeInfo")
13923
14045
  memeber_set = set(params.keys())
13924
14046
  for name, value in vars(self).items():
13925
14047
  property_name = name[1:]
@@ -10808,7 +10808,11 @@ class InstanceTypeQuotaItem(AbstractModel):
10808
10808
  :type GpuCount: float
10809
10809
  :param _Frequency: 实例的CPU主频信息
10810
10810
  :type Frequency: str
10811
- :param _StatusCategory: 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br></li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br></li> WithoutStock:表示对应库存已经售罄
10811
+ :param _StatusCategory: 描述库存情况。取值范围:
10812
+ <li> EnoughStock:表示对应库存非常充足</li>
10813
+ <li>NormalStock:表示对应库存供应有保障</li>
10814
+ <li> UnderStock:表示对应库存即将售罄</li>
10815
+ <li>WithoutStock:表示对应库存已经售罄</li>
10812
10816
  注意:此字段可能返回 null,表示取不到有效值。
10813
10817
  :type StatusCategory: str
10814
10818
  """
@@ -42359,7 +42359,7 @@ class DescribePublicProxyInstallCommandRequest(AbstractModel):
42359
42359
 
42360
42360
  def __init__(self):
42361
42361
  r"""
42362
- :param _Ip: nginx主机ip列表,逗号分隔
42362
+ :param _Ip: nginx主机IP列表,逗号分隔
42363
42363
  :type Ip: str
42364
42364
  """
42365
42365
  self._Ip = None
@@ -57302,7 +57302,7 @@ class ExportBaselineItemListRequest(AbstractModel):
57302
57302
  <li>ItemName - String - 是否必填:否 - 项名称</li>
57303
57303
  <li>DetectStatus - int - 是否必填:否 - 检测状态[0:未通过|3:通过|5:检测中]</li>
57304
57304
  <li>Level - int - 是否必填:否 - 风险等级</li>
57305
- <li>StartTime - string - 是否必填:否 - 开时时间</li>
57305
+ <li>StartTime - string - 是否必填:否 - 开始时间</li>
57306
57306
  <li>EndTime - string - 是否必填:否 - 结束时间</li>
57307
57307
  :type Filters: list of Filter
57308
57308
  :param _ExportAll: 0:过滤的结果导出;1:全部导出
@@ -58092,7 +58092,7 @@ class ExportFileTamperRulesRequest(AbstractModel):
58092
58092
  r"""
58093
58093
  :param _Filters: 过滤条件。
58094
58094
  <li>RuleCategory- string- 规则类别 0=系统规则,1=用户规则</li>
58095
- <li>Name- String - 规则名称/li>
58095
+ <li>Name- String - 规则名称</li>
58096
58096
  :type Filters: list of Filters
58097
58097
  """
58098
58098
  self._Filters = None
@@ -64057,10 +64057,14 @@ class Item(AbstractModel):
64057
64057
  :param _CustomItemValues: 自定义阈值
64058
64058
  注意:此字段可能返回 null,表示取不到有效值。
64059
64059
  :type CustomItemValues: list of int non-negative
64060
+ :param _CategoryId: 检测项所属分类
64061
+ 注意:此字段可能返回 null,表示取不到有效值。
64062
+ :type CategoryId: int
64060
64063
  """
64061
64064
  self._ItemId = None
64062
64065
  self._ItemName = None
64063
64066
  self._CustomItemValues = None
64067
+ self._CategoryId = None
64064
64068
 
64065
64069
  @property
64066
64070
  def ItemId(self):
@@ -64086,11 +64090,20 @@ class Item(AbstractModel):
64086
64090
  def CustomItemValues(self, CustomItemValues):
64087
64091
  self._CustomItemValues = CustomItemValues
64088
64092
 
64093
+ @property
64094
+ def CategoryId(self):
64095
+ return self._CategoryId
64096
+
64097
+ @CategoryId.setter
64098
+ def CategoryId(self, CategoryId):
64099
+ self._CategoryId = CategoryId
64100
+
64089
64101
 
64090
64102
  def _deserialize(self, params):
64091
64103
  self._ItemId = params.get("ItemId")
64092
64104
  self._ItemName = params.get("ItemName")
64093
64105
  self._CustomItemValues = params.get("CustomItemValues")
64106
+ self._CategoryId = params.get("CategoryId")
64094
64107
  memeber_set = set(params.keys())
64095
64108
  for name, value in vars(self).items():
64096
64109
  property_name = name[1:]