tencentcloud-sdk-python 3.0.1388__py2.py3-none-any.whl → 3.0.1389__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/batch/v20170312/models.py +24 -26
- tencentcloud/bh/v20230418/models.py +315 -0
- tencentcloud/cam/v20190116/errorcodes.py +6 -0
- tencentcloud/cam/v20190116/models.py +0 -8
- tencentcloud/cbs/v20170312/models.py +8 -8
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/models.py +827 -0
- tencentcloud/cdwdoris/v20211228/models.py +19 -0
- tencentcloud/cynosdb/v20190107/models.py +239 -6
- tencentcloud/dlc/v20210125/models.py +18 -18
- tencentcloud/ess/v20201111/ess_client.py +1 -1
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
- tencentcloud/hai/v20230812/errorcodes.py +3 -0
- tencentcloud/keewidb/v20220308/errorcodes.py +3 -0
- tencentcloud/keewidb/v20220308/models.py +8 -8
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/mps/v20190612/models.py +45 -0
- tencentcloud/oceanus/v20190422/models.py +747 -2
- tencentcloud/ses/v20201002/models.py +180 -0
- tencentcloud/ses/v20201002/ses_client.py +23 -0
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +15 -0
- tencentcloud/tag/v20180813/models.py +0 -26
- tencentcloud/tione/v20211111/models.py +62 -0
- tencentcloud/vpc/v20170312/models.py +14 -2
- tencentcloud/wedata/v20210820/models.py +188 -2
- {tencentcloud_sdk_python-3.0.1388.dist-info → tencentcloud_sdk_python-3.0.1389.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1388.dist-info → tencentcloud_sdk_python-3.0.1389.dist-info}/RECORD +32 -32
- {tencentcloud_sdk_python-3.0.1388.dist-info → tencentcloud_sdk_python-3.0.1389.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1388.dist-info → tencentcloud_sdk_python-3.0.1389.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1388.dist-info → tencentcloud_sdk_python-3.0.1389.dist-info}/top_level.txt +0 -0
@@ -726,9 +726,9 @@ class CreateInstancesRequest(AbstractModel):
|
|
726
726
|
:param _MachineMemory: 实例内存容量,单位:GB。
|
727
727
|
KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为固定搭配,即2GB内存,固定分配8GB的持久内存,不可选择。具体信息,请参见[产品规格](https://cloud.tencent.com/document/product/1520/80808)。
|
728
728
|
:type MachineMemory: int
|
729
|
-
:param _ZoneId: 实例所属的可用区ID。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></
|
729
|
+
:param _ZoneId: 实例所属的可用区ID。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></ul>
|
730
730
|
:type ZoneId: int
|
731
|
-
:param _ZoneName: 实例所属的可用区名称。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></
|
731
|
+
:param _ZoneName: 实例所属的可用区名称。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></ul>
|
732
732
|
:type ZoneName: str
|
733
733
|
:param _InstanceName: 创建实例的名称。
|
734
734
|
仅支持长度小于60的中文、英文或者数字,短划线"-"、下划线"_"。
|
@@ -740,7 +740,7 @@ KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为
|
|
740
740
|
:type Password: str
|
741
741
|
:param _VPort: 自定义端口。默认为6379,范围[1024,65535]。
|
742
742
|
:type VPort: int
|
743
|
-
:param _AutoRenew: 包年包月计费的续费模式。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</ul>
|
743
|
+
:param _AutoRenew: 包年包月计费的续费模式。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</li></ul>
|
744
744
|
:type AutoRenew: int
|
745
745
|
:param _SecurityGroupIdList: 给实例设置安全组 ID 数组。
|
746
746
|
:type SecurityGroupIdList: list of str
|
@@ -756,7 +756,7 @@ KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为
|
|
756
756
|
:type MachineCpu: int
|
757
757
|
:param _ProjectId: 项目id,取值以用户账户>用户账户相关接口查询>项目列表返回的projectId为准。
|
758
758
|
:type ProjectId: int
|
759
|
-
:param _Compression: 数据压缩开关。<ul><li>ON:开启,默认开启压缩。</li><li>OFF:关闭。</li>
|
759
|
+
:param _Compression: 数据压缩开关。<ul><li>ON:开启,默认开启压缩。</li><li>OFF:关闭。</li></ul>
|
760
760
|
:type Compression: str
|
761
761
|
"""
|
762
762
|
self._TypeId = None
|
@@ -888,7 +888,7 @@ KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为
|
|
888
888
|
|
889
889
|
@property
|
890
890
|
def ZoneId(self):
|
891
|
-
"""实例所属的可用区ID。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></
|
891
|
+
"""实例所属的可用区ID。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></ul>
|
892
892
|
:rtype: int
|
893
893
|
"""
|
894
894
|
return self._ZoneId
|
@@ -899,7 +899,7 @@ KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为
|
|
899
899
|
|
900
900
|
@property
|
901
901
|
def ZoneName(self):
|
902
|
-
"""实例所属的可用区名称。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></
|
902
|
+
"""实例所属的可用区名称。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></ul>
|
903
903
|
:rtype: str
|
904
904
|
"""
|
905
905
|
return self._ZoneName
|
@@ -956,7 +956,7 @@ KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为
|
|
956
956
|
|
957
957
|
@property
|
958
958
|
def AutoRenew(self):
|
959
|
-
"""包年包月计费的续费模式。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</ul>
|
959
|
+
"""包年包月计费的续费模式。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</li></ul>
|
960
960
|
:rtype: int
|
961
961
|
"""
|
962
962
|
return self._AutoRenew
|
@@ -1035,7 +1035,7 @@ KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为
|
|
1035
1035
|
|
1036
1036
|
@property
|
1037
1037
|
def Compression(self):
|
1038
|
-
"""数据压缩开关。<ul><li>ON:开启,默认开启压缩。</li><li>OFF:关闭。</li>
|
1038
|
+
"""数据压缩开关。<ul><li>ON:开启,默认开启压缩。</li><li>OFF:关闭。</li></ul>
|
1039
1039
|
:rtype: str
|
1040
1040
|
"""
|
1041
1041
|
return self._Compression
|
@@ -33,7 +33,7 @@ class LkeapClient(AbstractClient):
|
|
33
33
|
如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)
|
34
34
|
|
35
35
|
#### 在线体验
|
36
|
-
如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[
|
36
|
+
如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[腾讯云智能体开发平台](https://cloud.tencent.com/product/lke),使用[ DeepSeek 联网助手](https://lke.cloud.tencent.com/webim_exp/#/chat/wQrAwR)。
|
37
37
|
|
38
38
|
#### 已支持的模型
|
39
39
|
- DeepSeek-V3-0324(model 参数值为**deepseek-v3-0324**)
|
@@ -29227,6 +29227,8 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29227
29227
|
:param _EndTime: 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。
|
29228
29228
|
UTC时间,如'2020-01-01T12:00:00Z'。
|
29229
29229
|
:type EndTime: str
|
29230
|
+
:param _RemoteIp: 对端客户端或者服务端的IP地址
|
29231
|
+
:type RemoteIp: str
|
29230
29232
|
"""
|
29231
29233
|
self._FlowId = None
|
29232
29234
|
self._Type = None
|
@@ -29235,6 +29237,7 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29235
29237
|
self._Period = None
|
29236
29238
|
self._StartTime = None
|
29237
29239
|
self._EndTime = None
|
29240
|
+
self._RemoteIp = None
|
29238
29241
|
|
29239
29242
|
@property
|
29240
29243
|
def FlowId(self):
|
@@ -29315,6 +29318,17 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29315
29318
|
def EndTime(self, EndTime):
|
29316
29319
|
self._EndTime = EndTime
|
29317
29320
|
|
29321
|
+
@property
|
29322
|
+
def RemoteIp(self):
|
29323
|
+
"""对端客户端或者服务端的IP地址
|
29324
|
+
:rtype: str
|
29325
|
+
"""
|
29326
|
+
return self._RemoteIp
|
29327
|
+
|
29328
|
+
@RemoteIp.setter
|
29329
|
+
def RemoteIp(self, RemoteIp):
|
29330
|
+
self._RemoteIp = RemoteIp
|
29331
|
+
|
29318
29332
|
|
29319
29333
|
def _deserialize(self, params):
|
29320
29334
|
self._FlowId = params.get("FlowId")
|
@@ -29324,6 +29338,7 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29324
29338
|
self._Period = params.get("Period")
|
29325
29339
|
self._StartTime = params.get("StartTime")
|
29326
29340
|
self._EndTime = params.get("EndTime")
|
29341
|
+
self._RemoteIp = params.get("RemoteIp")
|
29327
29342
|
memeber_set = set(params.keys())
|
29328
29343
|
for name, value in vars(self).items():
|
29329
29344
|
property_name = name[1:]
|
@@ -29615,6 +29630,8 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29615
29630
|
:type EndTime: str
|
29616
29631
|
:param _Period: 查询间隔,可选[5s|1min|5min|15min]。
|
29617
29632
|
:type Period: str
|
29633
|
+
:param _RemoteIp: 对端客户端或者服务端的IP地址
|
29634
|
+
:type RemoteIp: str
|
29618
29635
|
"""
|
29619
29636
|
self._FlowId = None
|
29620
29637
|
self._Type = None
|
@@ -29623,6 +29640,7 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29623
29640
|
self._StartTime = None
|
29624
29641
|
self._EndTime = None
|
29625
29642
|
self._Period = None
|
29643
|
+
self._RemoteIp = None
|
29626
29644
|
|
29627
29645
|
@property
|
29628
29646
|
def FlowId(self):
|
@@ -29703,6 +29721,17 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29703
29721
|
def Period(self, Period):
|
29704
29722
|
self._Period = Period
|
29705
29723
|
|
29724
|
+
@property
|
29725
|
+
def RemoteIp(self):
|
29726
|
+
"""对端客户端或者服务端的IP地址
|
29727
|
+
:rtype: str
|
29728
|
+
"""
|
29729
|
+
return self._RemoteIp
|
29730
|
+
|
29731
|
+
@RemoteIp.setter
|
29732
|
+
def RemoteIp(self, RemoteIp):
|
29733
|
+
self._RemoteIp = RemoteIp
|
29734
|
+
|
29706
29735
|
|
29707
29736
|
def _deserialize(self, params):
|
29708
29737
|
self._FlowId = params.get("FlowId")
|
@@ -29712,6 +29741,7 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29712
29741
|
self._StartTime = params.get("StartTime")
|
29713
29742
|
self._EndTime = params.get("EndTime")
|
29714
29743
|
self._Period = params.get("Period")
|
29744
|
+
self._RemoteIp = params.get("RemoteIp")
|
29715
29745
|
memeber_set = set(params.keys())
|
29716
29746
|
for name, value in vars(self).items():
|
29717
29747
|
property_name = name[1:]
|
@@ -29793,6 +29823,8 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29793
29823
|
:param _EndTime: 统计的结束时间,默认为StartTime后一小时,最多支持查询24小时的数据。
|
29794
29824
|
UTC时间,如'2020-01-01T12:00:00Z'。
|
29795
29825
|
:type EndTime: str
|
29826
|
+
:param _RemoteIp: 对端客户端或者服务端的IP地址
|
29827
|
+
:type RemoteIp: str
|
29796
29828
|
"""
|
29797
29829
|
self._FlowId = None
|
29798
29830
|
self._Type = None
|
@@ -29801,6 +29833,7 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29801
29833
|
self._Period = None
|
29802
29834
|
self._StartTime = None
|
29803
29835
|
self._EndTime = None
|
29836
|
+
self._RemoteIp = None
|
29804
29837
|
|
29805
29838
|
@property
|
29806
29839
|
def FlowId(self):
|
@@ -29881,6 +29914,17 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29881
29914
|
def EndTime(self, EndTime):
|
29882
29915
|
self._EndTime = EndTime
|
29883
29916
|
|
29917
|
+
@property
|
29918
|
+
def RemoteIp(self):
|
29919
|
+
"""对端客户端或者服务端的IP地址
|
29920
|
+
:rtype: str
|
29921
|
+
"""
|
29922
|
+
return self._RemoteIp
|
29923
|
+
|
29924
|
+
@RemoteIp.setter
|
29925
|
+
def RemoteIp(self, RemoteIp):
|
29926
|
+
self._RemoteIp = RemoteIp
|
29927
|
+
|
29884
29928
|
|
29885
29929
|
def _deserialize(self, params):
|
29886
29930
|
self._FlowId = params.get("FlowId")
|
@@ -29890,6 +29934,7 @@ UTC时间,如'2020-01-01T12:00:00Z'。
|
|
29890
29934
|
self._Period = params.get("Period")
|
29891
29935
|
self._StartTime = params.get("StartTime")
|
29892
29936
|
self._EndTime = params.get("EndTime")
|
29937
|
+
self._RemoteIp = params.get("RemoteIp")
|
29893
29938
|
memeber_set = set(params.keys())
|
29894
29939
|
for name, value in vars(self).items():
|
29895
29940
|
property_name = name[1:]
|