tencentcloud-sdk-python 3.0.1364__py2.py3-none-any.whl → 3.0.1366__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/cam/v20190116/models.py +0 -2
- tencentcloud/cat/v20180409/models.py +310 -0
- tencentcloud/ccc/v20200210/models.py +19 -0
- tencentcloud/cdc/v20201214/cdc_client.py +46 -0
- tencentcloud/cdc/v20201214/errorcodes.py +18 -0
- tencentcloud/cdc/v20201214/models.py +173 -0
- tencentcloud/cdn/v20180606/models.py +15 -0
- tencentcloud/clb/v20180317/models.py +0 -2
- tencentcloud/cvm/v20170312/models.py +34 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/models.py +109 -0
- tencentcloud/dlc/v20210125/dlc_client.py +23 -0
- tencentcloud/dlc/v20210125/models.py +124 -0
- tencentcloud/gs/v20191118/errorcodes.py +3 -0
- tencentcloud/gs/v20191118/gs_client.py +46 -0
- tencentcloud/gs/v20191118/models.py +244 -0
- tencentcloud/live/v20180801/models.py +2 -2
- tencentcloud/lke/v20231130/models.py +4 -4
- tencentcloud/lkeap/v20240522/lkeap_client.py +3 -3
- tencentcloud/monitor/v20180724/models.py +8 -8
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +133 -8
- tencentcloud/ssm/v20190923/models.py +45 -0
- tencentcloud/tdmq/v20200217/models.py +115 -95
- tencentcloud/tdmq/v20200217/tdmq_client.py +3 -3
- tencentcloud/tds/v20220801/models.py +441 -0
- tencentcloud/tds/v20220801/tds_client.py +23 -0
- tencentcloud/tem/v20210701/models.py +0 -498
- tencentcloud/teo/v20220901/models.py +4 -4
- tencentcloud/tione/v20211111/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +660 -0
- tencentcloud/trtc/v20190722/models.py +2 -4
- tencentcloud/tse/v20201207/models.py +45 -0
- tencentcloud/vod/v20180717/models.py +6 -6
- tencentcloud/vpc/v20170312/models.py +18 -8
- tencentcloud/waf/v20180125/models.py +173 -0
- {tencentcloud_sdk_python-3.0.1364.dist-info → tencentcloud_sdk_python-3.0.1366.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1364.dist-info → tencentcloud_sdk_python-3.0.1366.dist-info}/RECORD +43 -43
- {tencentcloud_sdk_python-3.0.1364.dist-info → tencentcloud_sdk_python-3.0.1366.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1364.dist-info → tencentcloud_sdk_python-3.0.1366.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1364.dist-info → tencentcloud_sdk_python-3.0.1366.dist-info}/top_level.txt +0 -0
@@ -11609,8 +11609,7 @@ class StartAIConversationRequest(AbstractModel):
|
|
11609
11609
|
<pre> { <br>   "LLMType": “大模型类型", // String 必填,如:"openai" <br>   "Model": "您的模型名称", // String 必填,指定使用的模型<br> "APIKey": "您的LLM API密钥", // String 必填 <br>   "APIUrl": "https://api.xxx.com/chat/completions", // String 必填,LLM API访问的URL<br>   "Streaming": true // Boolean 非必填,指定是否使用流式传输<br>  } </pre>
|
11610
11610
|
|
11611
11611
|
:type LLMConfig: str
|
11612
|
-
:param _TTSConfig: TTS配置,为JSON字符串,腾讯云TTS示例如下:
|
11613
|
-
<pre>{ <br>   "AppId": 您的应用ID, // Integer 必填<br>   "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br>   "SecretId": "您的密钥ID", // String 必填<br>   "SecretKey": "您的密钥Key", // String 必填<br>   "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href="https://cloud.tencent.com/document/product/1073/34112">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823">语音合成音色列表</a>。<br>   "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href="https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz">语速转换</a><br>   "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br>  }</pre>
|
11612
|
+
:param _TTSConfig: TTS配置,为JSON字符串,腾讯云TTS示例如下: <pre>{ <br>   "AppId": 您的应用ID, // Integer 必填<br>   "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br>   "SecretId": "您的密钥ID", // String 必填<br>   "SecretKey": "您的密钥Key", // String 必填<br>   "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href="https://cloud.tencent.com/document/product/1073/34112">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823">语音合成音色列表</a>。<br>   "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href="https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz">语速转换</a><br>   "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br>   "EmotionCategory": "angry", // String 非必填 控制合成音频的情感,仅支持多情感音色使用。取值: neutral(中性)、sad(悲伤)、happy(高兴)、angry(生气)、fear(恐惧)、news(新闻)、story(故事)、radio(广播)、poetry(诗歌)、call(客服)、sajiao(撒娇)、disgusted(厌恶)、amaze(震惊)、peaceful(平静)、exciting(兴奋)、aojiao(傲娇)、jieshuo(解说)。<br>   "EmotionIntensity": 150 // Integer 非必填 控制合成音频情感程度,取值范围为 [50,200],默认为 100;只有 EmotionCategory 不为空时生效。<br>   }</pre>
|
11614
11613
|
:type TTSConfig: str
|
11615
11614
|
:param _AvatarConfig: 数字人配置,为JSON字符串。**数字人配置需要提工单加白后才能使用**
|
11616
11615
|
:type AvatarConfig: str
|
@@ -11709,8 +11708,7 @@ class StartAIConversationRequest(AbstractModel):
|
|
11709
11708
|
|
11710
11709
|
@property
|
11711
11710
|
def TTSConfig(self):
|
11712
|
-
"""TTS配置,为JSON字符串,腾讯云TTS示例如下:
|
11713
|
-
<pre>{ <br>   "AppId": 您的应用ID, // Integer 必填<br>   "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br>   "SecretId": "您的密钥ID", // String 必填<br>   "SecretKey": "您的密钥Key", // String 必填<br>   "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href="https://cloud.tencent.com/document/product/1073/34112">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823">语音合成音色列表</a>。<br>   "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href="https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz">语速转换</a><br>   "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br>  }</pre>
|
11711
|
+
"""TTS配置,为JSON字符串,腾讯云TTS示例如下: <pre>{ <br>   "AppId": 您的应用ID, // Integer 必填<br>   "TTSType": "TTS类型", // String TTS类型, 固定为"tencent"<br>   "SecretId": "您的密钥ID", // String 必填<br>   "SecretKey": "您的密钥Key", // String 必填<br>   "VoiceType": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见<a href="https://cloud.tencent.com/document/product/1073/34112">语音合成计费概述</a>。完整的音色 ID 列表请参见<a href="https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823">语音合成音色列表</a>。<br>   "Speed": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 <a href="https://sdk-1300466766.cos.ap-shanghai.myqcloud.com/sample/speed_sample.tar.gz">语速转换</a><br>   "Volume": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。<br>   "EmotionCategory": "angry", // String 非必填 控制合成音频的情感,仅支持多情感音色使用。取值: neutral(中性)、sad(悲伤)、happy(高兴)、angry(生气)、fear(恐惧)、news(新闻)、story(故事)、radio(广播)、poetry(诗歌)、call(客服)、sajiao(撒娇)、disgusted(厌恶)、amaze(震惊)、peaceful(平静)、exciting(兴奋)、aojiao(傲娇)、jieshuo(解说)。<br>   "EmotionIntensity": 150 // Integer 非必填 控制合成音频情感程度,取值范围为 [50,200],默认为 100;只有 EmotionCategory 不为空时生效。<br>   }</pre>
|
11714
11712
|
:rtype: str
|
11715
11713
|
"""
|
11716
11714
|
return self._TTSConfig
|
@@ -3017,6 +3017,10 @@ class ConfigFile(AbstractModel):
|
|
3017
3017
|
:type ConfigFileSupportedClient: int
|
3018
3018
|
:param _ConfigFilePersistent: 配置文件持久化
|
3019
3019
|
:type ConfigFilePersistent: :class:`tencentcloud.tse.v20201207.models.ConfigFilePersistent`
|
3020
|
+
:param _Encrypted: 是否开启加密算法
|
3021
|
+
:type Encrypted: bool
|
3022
|
+
:param _EncryptAlgo: 加密算法
|
3023
|
+
:type EncryptAlgo: str
|
3020
3024
|
"""
|
3021
3025
|
self._Id = None
|
3022
3026
|
self._Name = None
|
@@ -3035,6 +3039,8 @@ class ConfigFile(AbstractModel):
|
|
3035
3039
|
self._ReleaseBy = None
|
3036
3040
|
self._ConfigFileSupportedClient = None
|
3037
3041
|
self._ConfigFilePersistent = None
|
3042
|
+
self._Encrypted = None
|
3043
|
+
self._EncryptAlgo = None
|
3038
3044
|
|
3039
3045
|
@property
|
3040
3046
|
def Id(self):
|
@@ -3223,6 +3229,28 @@ class ConfigFile(AbstractModel):
|
|
3223
3229
|
def ConfigFilePersistent(self, ConfigFilePersistent):
|
3224
3230
|
self._ConfigFilePersistent = ConfigFilePersistent
|
3225
3231
|
|
3232
|
+
@property
|
3233
|
+
def Encrypted(self):
|
3234
|
+
"""是否开启加密算法
|
3235
|
+
:rtype: bool
|
3236
|
+
"""
|
3237
|
+
return self._Encrypted
|
3238
|
+
|
3239
|
+
@Encrypted.setter
|
3240
|
+
def Encrypted(self, Encrypted):
|
3241
|
+
self._Encrypted = Encrypted
|
3242
|
+
|
3243
|
+
@property
|
3244
|
+
def EncryptAlgo(self):
|
3245
|
+
"""加密算法
|
3246
|
+
:rtype: str
|
3247
|
+
"""
|
3248
|
+
return self._EncryptAlgo
|
3249
|
+
|
3250
|
+
@EncryptAlgo.setter
|
3251
|
+
def EncryptAlgo(self, EncryptAlgo):
|
3252
|
+
self._EncryptAlgo = EncryptAlgo
|
3253
|
+
|
3226
3254
|
|
3227
3255
|
def _deserialize(self, params):
|
3228
3256
|
self._Id = params.get("Id")
|
@@ -3249,6 +3277,8 @@ class ConfigFile(AbstractModel):
|
|
3249
3277
|
if params.get("ConfigFilePersistent") is not None:
|
3250
3278
|
self._ConfigFilePersistent = ConfigFilePersistent()
|
3251
3279
|
self._ConfigFilePersistent._deserialize(params.get("ConfigFilePersistent"))
|
3280
|
+
self._Encrypted = params.get("Encrypted")
|
3281
|
+
self._EncryptAlgo = params.get("EncryptAlgo")
|
3252
3282
|
memeber_set = set(params.keys())
|
3253
3283
|
for name, value in vars(self).items():
|
3254
3284
|
property_name = name[1:]
|
@@ -28934,6 +28964,8 @@ class ServiceGovernanceInfo(AbstractModel):
|
|
28934
28964
|
:type LimiterVpcInfos: list of VpcInfo
|
28935
28965
|
:param _CLSTopics: 引擎关联CLS日志主题信息
|
28936
28966
|
:type CLSTopics: list of PolarisCLSTopicInfo
|
28967
|
+
:param _SubPassword: 子用户密码
|
28968
|
+
:type SubPassword: str
|
28937
28969
|
"""
|
28938
28970
|
self._EngineRegion = None
|
28939
28971
|
self._BoundK8SInfos = None
|
@@ -28944,6 +28976,7 @@ class ServiceGovernanceInfo(AbstractModel):
|
|
28944
28976
|
self._PgwVpcInfos = None
|
28945
28977
|
self._LimiterVpcInfos = None
|
28946
28978
|
self._CLSTopics = None
|
28979
|
+
self._SubPassword = None
|
28947
28980
|
|
28948
28981
|
@property
|
28949
28982
|
def EngineRegion(self):
|
@@ -29044,6 +29077,17 @@ class ServiceGovernanceInfo(AbstractModel):
|
|
29044
29077
|
def CLSTopics(self, CLSTopics):
|
29045
29078
|
self._CLSTopics = CLSTopics
|
29046
29079
|
|
29080
|
+
@property
|
29081
|
+
def SubPassword(self):
|
29082
|
+
"""子用户密码
|
29083
|
+
:rtype: str
|
29084
|
+
"""
|
29085
|
+
return self._SubPassword
|
29086
|
+
|
29087
|
+
@SubPassword.setter
|
29088
|
+
def SubPassword(self, SubPassword):
|
29089
|
+
self._SubPassword = SubPassword
|
29090
|
+
|
29047
29091
|
|
29048
29092
|
def _deserialize(self, params):
|
29049
29093
|
self._EngineRegion = params.get("EngineRegion")
|
@@ -29080,6 +29124,7 @@ class ServiceGovernanceInfo(AbstractModel):
|
|
29080
29124
|
obj = PolarisCLSTopicInfo()
|
29081
29125
|
obj._deserialize(item)
|
29082
29126
|
self._CLSTopics.append(obj)
|
29127
|
+
self._SubPassword = params.get("SubPassword")
|
29083
29128
|
memeber_set = set(params.keys())
|
29084
29129
|
for name, value in vars(self).items():
|
29085
29130
|
property_name = name[1:]
|
@@ -33650,7 +33650,7 @@ class EditMediaRequest(AbstractModel):
|
|
33650
33650
|
<li>10:拼接时,以分辨率最高的输入为基准;</li>
|
33651
33651
|
<li>20:拼接时,以码率最高的输入为基准。</li>
|
33652
33652
|
:type Definition: int
|
33653
|
-
:param _ProcedureName: [
|
33653
|
+
:param _ProcedureName: [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称,如果要对生成的新视频执行任务流时填写。
|
33654
33654
|
:type ProcedureName: str
|
33655
33655
|
:param _OutputConfig: 编辑后生成的文件配置。
|
33656
33656
|
:type OutputConfig: :class:`tencentcloud.vod.v20180717.models.EditMediaOutputConfig`
|
@@ -33734,7 +33734,7 @@ class EditMediaRequest(AbstractModel):
|
|
33734
33734
|
|
33735
33735
|
@property
|
33736
33736
|
def ProcedureName(self):
|
33737
|
-
"""[
|
33737
|
+
"""[任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称,如果要对生成的新视频执行任务流时填写。
|
33738
33738
|
:rtype: str
|
33739
33739
|
"""
|
33740
33740
|
return self._ProcedureName
|
@@ -55947,7 +55947,7 @@ class ProcessMediaByProcedureRequest(AbstractModel):
|
|
55947
55947
|
r"""
|
55948
55948
|
:param _FileId: 媒体文件 ID。
|
55949
55949
|
:type FileId: str
|
55950
|
-
:param _ProcedureName: [
|
55950
|
+
:param _ProcedureName: [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。
|
55951
55951
|
:type ProcedureName: str
|
55952
55952
|
:param _SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
55953
55953
|
:type SubAppId: int
|
@@ -55984,7 +55984,7 @@ class ProcessMediaByProcedureRequest(AbstractModel):
|
|
55984
55984
|
|
55985
55985
|
@property
|
55986
55986
|
def ProcedureName(self):
|
55987
|
-
"""[
|
55987
|
+
"""[任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。
|
55988
55988
|
:rtype: str
|
55989
55989
|
"""
|
55990
55990
|
return self._ProcedureName
|
@@ -68377,7 +68377,7 @@ class SplitMediaTaskConfig(AbstractModel):
|
|
68377
68377
|
<li>当数值大于0时(假设为 n),表示转码后的视频持续到原始视频第 n 秒时终止;</li>
|
68378
68378
|
<li>当数值小于0时(假设为 -n),表示转码后的视频持续到原始视频结束 n 秒前终止。</li>
|
68379
68379
|
:type EndTimeOffset: float
|
68380
|
-
:param _ProcedureName: [
|
68380
|
+
:param _ProcedureName: [任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。要对生成的新视频自动执行任务流时填写。
|
68381
68381
|
:type ProcedureName: str
|
68382
68382
|
:param _OutputConfig: 视频拆条输出信息。
|
68383
68383
|
:type OutputConfig: :class:`tencentcloud.vod.v20180717.models.SplitMediaOutputConfig`
|
@@ -68417,7 +68417,7 @@ class SplitMediaTaskConfig(AbstractModel):
|
|
68417
68417
|
|
68418
68418
|
@property
|
68419
68419
|
def ProcedureName(self):
|
68420
|
-
"""[
|
68420
|
+
"""[任务流](https://cloud.tencent.com/document/product/266/33475#.E4.BB.BB.E5.8A.A1.E6.B5.81)名称。要对生成的新视频自动执行任务流时填写。
|
68421
68421
|
:rtype: str
|
68422
68422
|
"""
|
68423
68423
|
return self._ProcedureName
|
@@ -29922,7 +29922,7 @@ class DescribeNetworkAccountTypeResponse(AbstractModel):
|
|
29922
29922
|
|
29923
29923
|
def __init__(self):
|
29924
29924
|
r"""
|
29925
|
-
:param _NetworkAccountType: 用户账号的网络类型,STANDARD
|
29925
|
+
:param _NetworkAccountType: 用户账号的网络类型,STANDARD为标准账户类型,LEGACY为传统账户类型
|
29926
29926
|
:type NetworkAccountType: str
|
29927
29927
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29928
29928
|
:type RequestId: str
|
@@ -29932,7 +29932,7 @@ class DescribeNetworkAccountTypeResponse(AbstractModel):
|
|
29932
29932
|
|
29933
29933
|
@property
|
29934
29934
|
def NetworkAccountType(self):
|
29935
|
-
"""用户账号的网络类型,STANDARD
|
29935
|
+
"""用户账号的网络类型,STANDARD为标准账户类型,LEGACY为传统账户类型
|
29936
29936
|
:rtype: str
|
29937
29937
|
"""
|
29938
29938
|
return self._NetworkAccountType
|
@@ -58173,9 +58173,13 @@ class Quota(AbstractModel):
|
|
58173
58173
|
def __init__(self):
|
58174
58174
|
r"""
|
58175
58175
|
:param _QuotaId: 配额名称,取值范围:
|
58176
|
-
- `TOTAL_EIP_QUOTA
|
58177
|
-
- `
|
58176
|
+
- `TOTAL_EIP_QUOTA`:用户当前地域下,EIP的配额数;
|
58177
|
+
- `LOCALBGP_EIP_QUOTA`:用户当前地域下,本地BGP IP配额数;
|
58178
|
+
- `SINGLEISP_EIP_QUOTA`:用户当前地域下,静态单线 IP 配额数;
|
58179
|
+
- `DAILY_EIP_APPLY`:用户当前地域下,除静态单线 IP外今日申购次数;
|
58180
|
+
- `DAILY_SINGLEISP_APPLY`:用户当前地域下,静态单线 IP今日申购次数;
|
58178
58181
|
- `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数;
|
58182
|
+
- `MONTHLY_RECOVER_QUOTA`:用户当前地域下,每月申请指定 IP次数;
|
58179
58183
|
- `TOTAL_EIP6_QUOTA`:用户当前地域下,传统弹性公网IPv6的配额数;
|
58180
58184
|
- `BGP_EIPv6_QUOTA`:用户当前地域下,可申请的 BGP 弹性公网IPv6 的配额数;
|
58181
58185
|
- `SINGLEISP_EIPv6_QUOTA`:用户当前地域下,可申请的静态单线弹性公网IPv6 的配额数;
|
@@ -58200,9 +58204,13 @@ class Quota(AbstractModel):
|
|
58200
58204
|
@property
|
58201
58205
|
def QuotaId(self):
|
58202
58206
|
"""配额名称,取值范围:
|
58203
|
-
- `TOTAL_EIP_QUOTA
|
58204
|
-
- `
|
58207
|
+
- `TOTAL_EIP_QUOTA`:用户当前地域下,EIP的配额数;
|
58208
|
+
- `LOCALBGP_EIP_QUOTA`:用户当前地域下,本地BGP IP配额数;
|
58209
|
+
- `SINGLEISP_EIP_QUOTA`:用户当前地域下,静态单线 IP 配额数;
|
58210
|
+
- `DAILY_EIP_APPLY`:用户当前地域下,除静态单线 IP外今日申购次数;
|
58211
|
+
- `DAILY_SINGLEISP_APPLY`:用户当前地域下,静态单线 IP今日申购次数;
|
58205
58212
|
- `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数;
|
58213
|
+
- `MONTHLY_RECOVER_QUOTA`:用户当前地域下,每月申请指定 IP次数;
|
58206
58214
|
- `TOTAL_EIP6_QUOTA`:用户当前地域下,传统弹性公网IPv6的配额数;
|
58207
58215
|
- `BGP_EIPv6_QUOTA`:用户当前地域下,可申请的 BGP 弹性公网IPv6 的配额数;
|
58208
58216
|
- `SINGLEISP_EIPv6_QUOTA`:用户当前地域下,可申请的静态单线弹性公网IPv6 的配额数;
|
@@ -68141,7 +68149,8 @@ class UsedDetail(AbstractModel):
|
|
68141
68149
|
:type RemainingAmount: :class:`tencentcloud.vpc.v20170312.models.TrafficFlow`
|
68142
68150
|
:param _Time: 抵扣时间
|
68143
68151
|
:type Time: str
|
68144
|
-
:param _ResourceType:
|
68152
|
+
:param _ResourceType: 资源类型。可选值: EIP, BWP, LB
|
68153
|
+
|
68145
68154
|
:type ResourceType: str
|
68146
68155
|
:param _ResourceId: 资源ID
|
68147
68156
|
:type ResourceId: str
|
@@ -68229,7 +68238,8 @@ class UsedDetail(AbstractModel):
|
|
68229
68238
|
|
68230
68239
|
@property
|
68231
68240
|
def ResourceType(self):
|
68232
|
-
"""
|
68241
|
+
"""资源类型。可选值: EIP, BWP, LB
|
68242
|
+
|
68233
68243
|
:rtype: str
|
68234
68244
|
"""
|
68235
68245
|
return self._ResourceType
|
@@ -27787,6 +27787,8 @@ class InstanceInfo(AbstractModel):
|
|
27787
27787
|
:type Last3MaxQPS: int
|
27788
27788
|
:param _Last3MaxBandwidth: 最近3天最大带宽
|
27789
27789
|
:type Last3MaxBandwidth: int
|
27790
|
+
:param _MajorEventsProPkg: 重保增强包
|
27791
|
+
:type MajorEventsProPkg: :class:`tencentcloud.waf.v20180125.models.MajorEventsProPkg`
|
27790
27792
|
"""
|
27791
27793
|
self._InstanceId = None
|
27792
27794
|
self._InstanceName = None
|
@@ -27831,6 +27833,7 @@ class InstanceInfo(AbstractModel):
|
|
27831
27833
|
self._FreeDelayFlag = None
|
27832
27834
|
self._Last3MaxQPS = None
|
27833
27835
|
self._Last3MaxBandwidth = None
|
27836
|
+
self._MajorEventsProPkg = None
|
27834
27837
|
|
27835
27838
|
@property
|
27836
27839
|
def InstanceId(self):
|
@@ -28315,6 +28318,17 @@ class InstanceInfo(AbstractModel):
|
|
28315
28318
|
def Last3MaxBandwidth(self, Last3MaxBandwidth):
|
28316
28319
|
self._Last3MaxBandwidth = Last3MaxBandwidth
|
28317
28320
|
|
28321
|
+
@property
|
28322
|
+
def MajorEventsProPkg(self):
|
28323
|
+
"""重保增强包
|
28324
|
+
:rtype: :class:`tencentcloud.waf.v20180125.models.MajorEventsProPkg`
|
28325
|
+
"""
|
28326
|
+
return self._MajorEventsProPkg
|
28327
|
+
|
28328
|
+
@MajorEventsProPkg.setter
|
28329
|
+
def MajorEventsProPkg(self, MajorEventsProPkg):
|
28330
|
+
self._MajorEventsProPkg = MajorEventsProPkg
|
28331
|
+
|
28318
28332
|
|
28319
28333
|
def _deserialize(self, params):
|
28320
28334
|
self._InstanceId = params.get("InstanceId")
|
@@ -28380,6 +28394,9 @@ class InstanceInfo(AbstractModel):
|
|
28380
28394
|
self._FreeDelayFlag = params.get("FreeDelayFlag")
|
28381
28395
|
self._Last3MaxQPS = params.get("Last3MaxQPS")
|
28382
28396
|
self._Last3MaxBandwidth = params.get("Last3MaxBandwidth")
|
28397
|
+
if params.get("MajorEventsProPkg") is not None:
|
28398
|
+
self._MajorEventsProPkg = MajorEventsProPkg()
|
28399
|
+
self._MajorEventsProPkg._deserialize(params.get("MajorEventsProPkg"))
|
28383
28400
|
memeber_set = set(params.keys())
|
28384
28401
|
for name, value in vars(self).items():
|
28385
28402
|
property_name = name[1:]
|
@@ -29734,6 +29751,162 @@ class MajorEventsPkg(AbstractModel):
|
|
29734
29751
|
|
29735
29752
|
|
29736
29753
|
|
29754
|
+
class MajorEventsProPkg(AbstractModel):
|
29755
|
+
"""重保防护资源信息
|
29756
|
+
|
29757
|
+
"""
|
29758
|
+
|
29759
|
+
def __init__(self):
|
29760
|
+
r"""
|
29761
|
+
:param _ResourceIds: 资源id
|
29762
|
+
:type ResourceIds: str
|
29763
|
+
:param _Status: 状态
|
29764
|
+
:type Status: int
|
29765
|
+
:param _Region: 地域
|
29766
|
+
:type Region: int
|
29767
|
+
:param _BeginTime: 开始时间
|
29768
|
+
:type BeginTime: str
|
29769
|
+
:param _EndTime: 结束时间
|
29770
|
+
:type EndTime: str
|
29771
|
+
:param _InquireNum: 申请数量
|
29772
|
+
:type InquireNum: int
|
29773
|
+
:param _UsedNum: 使用数量
|
29774
|
+
:type UsedNum: int
|
29775
|
+
:param _RenewFlag: 续费标志
|
29776
|
+
:type RenewFlag: int
|
29777
|
+
:param _BillingItem: 计费项
|
29778
|
+
:type BillingItem: str
|
29779
|
+
"""
|
29780
|
+
self._ResourceIds = None
|
29781
|
+
self._Status = None
|
29782
|
+
self._Region = None
|
29783
|
+
self._BeginTime = None
|
29784
|
+
self._EndTime = None
|
29785
|
+
self._InquireNum = None
|
29786
|
+
self._UsedNum = None
|
29787
|
+
self._RenewFlag = None
|
29788
|
+
self._BillingItem = None
|
29789
|
+
|
29790
|
+
@property
|
29791
|
+
def ResourceIds(self):
|
29792
|
+
"""资源id
|
29793
|
+
:rtype: str
|
29794
|
+
"""
|
29795
|
+
return self._ResourceIds
|
29796
|
+
|
29797
|
+
@ResourceIds.setter
|
29798
|
+
def ResourceIds(self, ResourceIds):
|
29799
|
+
self._ResourceIds = ResourceIds
|
29800
|
+
|
29801
|
+
@property
|
29802
|
+
def Status(self):
|
29803
|
+
"""状态
|
29804
|
+
:rtype: int
|
29805
|
+
"""
|
29806
|
+
return self._Status
|
29807
|
+
|
29808
|
+
@Status.setter
|
29809
|
+
def Status(self, Status):
|
29810
|
+
self._Status = Status
|
29811
|
+
|
29812
|
+
@property
|
29813
|
+
def Region(self):
|
29814
|
+
"""地域
|
29815
|
+
:rtype: int
|
29816
|
+
"""
|
29817
|
+
return self._Region
|
29818
|
+
|
29819
|
+
@Region.setter
|
29820
|
+
def Region(self, Region):
|
29821
|
+
self._Region = Region
|
29822
|
+
|
29823
|
+
@property
|
29824
|
+
def BeginTime(self):
|
29825
|
+
"""开始时间
|
29826
|
+
:rtype: str
|
29827
|
+
"""
|
29828
|
+
return self._BeginTime
|
29829
|
+
|
29830
|
+
@BeginTime.setter
|
29831
|
+
def BeginTime(self, BeginTime):
|
29832
|
+
self._BeginTime = BeginTime
|
29833
|
+
|
29834
|
+
@property
|
29835
|
+
def EndTime(self):
|
29836
|
+
"""结束时间
|
29837
|
+
:rtype: str
|
29838
|
+
"""
|
29839
|
+
return self._EndTime
|
29840
|
+
|
29841
|
+
@EndTime.setter
|
29842
|
+
def EndTime(self, EndTime):
|
29843
|
+
self._EndTime = EndTime
|
29844
|
+
|
29845
|
+
@property
|
29846
|
+
def InquireNum(self):
|
29847
|
+
"""申请数量
|
29848
|
+
:rtype: int
|
29849
|
+
"""
|
29850
|
+
return self._InquireNum
|
29851
|
+
|
29852
|
+
@InquireNum.setter
|
29853
|
+
def InquireNum(self, InquireNum):
|
29854
|
+
self._InquireNum = InquireNum
|
29855
|
+
|
29856
|
+
@property
|
29857
|
+
def UsedNum(self):
|
29858
|
+
"""使用数量
|
29859
|
+
:rtype: int
|
29860
|
+
"""
|
29861
|
+
return self._UsedNum
|
29862
|
+
|
29863
|
+
@UsedNum.setter
|
29864
|
+
def UsedNum(self, UsedNum):
|
29865
|
+
self._UsedNum = UsedNum
|
29866
|
+
|
29867
|
+
@property
|
29868
|
+
def RenewFlag(self):
|
29869
|
+
"""续费标志
|
29870
|
+
:rtype: int
|
29871
|
+
"""
|
29872
|
+
return self._RenewFlag
|
29873
|
+
|
29874
|
+
@RenewFlag.setter
|
29875
|
+
def RenewFlag(self, RenewFlag):
|
29876
|
+
self._RenewFlag = RenewFlag
|
29877
|
+
|
29878
|
+
@property
|
29879
|
+
def BillingItem(self):
|
29880
|
+
"""计费项
|
29881
|
+
:rtype: str
|
29882
|
+
"""
|
29883
|
+
return self._BillingItem
|
29884
|
+
|
29885
|
+
@BillingItem.setter
|
29886
|
+
def BillingItem(self, BillingItem):
|
29887
|
+
self._BillingItem = BillingItem
|
29888
|
+
|
29889
|
+
|
29890
|
+
def _deserialize(self, params):
|
29891
|
+
self._ResourceIds = params.get("ResourceIds")
|
29892
|
+
self._Status = params.get("Status")
|
29893
|
+
self._Region = params.get("Region")
|
29894
|
+
self._BeginTime = params.get("BeginTime")
|
29895
|
+
self._EndTime = params.get("EndTime")
|
29896
|
+
self._InquireNum = params.get("InquireNum")
|
29897
|
+
self._UsedNum = params.get("UsedNum")
|
29898
|
+
self._RenewFlag = params.get("RenewFlag")
|
29899
|
+
self._BillingItem = params.get("BillingItem")
|
29900
|
+
memeber_set = set(params.keys())
|
29901
|
+
for name, value in vars(self).items():
|
29902
|
+
property_name = name[1:]
|
29903
|
+
if property_name in memeber_set:
|
29904
|
+
memeber_set.remove(property_name)
|
29905
|
+
if len(memeber_set) > 0:
|
29906
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
29907
|
+
|
29908
|
+
|
29909
|
+
|
29737
29910
|
class MiniExtendPkg(AbstractModel):
|
29738
29911
|
"""小程序安全接入ID扩展资源信息
|
29739
29912
|
|