tencentcloud-sdk-python 3.0.1284__py2.py3-none-any.whl → 3.0.1285__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/apm/v20210622/models.py +31 -59
- tencentcloud/billing/v20180709/models.py +8 -0
- tencentcloud/ccc/v20200210/models.py +15 -0
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/models.py +79 -0
- tencentcloud/cfg/v20210820/models.py +30 -0
- tencentcloud/cloudapp/v20220530/models.py +15 -0
- tencentcloud/cloudaudit/v20190319/models.py +14 -0
- tencentcloud/cvm/v20170312/models.py +6 -6
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
- tencentcloud/cynosdb/v20190107/models.py +186 -0
- tencentcloud/domain/v20180808/errorcodes.py +3 -0
- tencentcloud/domain/v20180808/models.py +2 -2
- tencentcloud/ess/v20201111/ess_client.py +23 -0
- tencentcloud/ess/v20201111/models.py +108 -0
- tencentcloud/essbasic/v20210526/models.py +8 -2
- tencentcloud/gwlb/v20240906/models.py +48 -24
- tencentcloud/hunyuan/v20230901/models.py +2 -2
- tencentcloud/lcic/v20220817/models.py +6 -4
- tencentcloud/live/v20180801/models.py +8 -8
- tencentcloud/mongodb/v20180408/errorcodes.py +15 -0
- tencentcloud/mongodb/v20180408/models.py +27 -12
- tencentcloud/mongodb/v20180408/mongodb_client.py +0 -1
- tencentcloud/mongodb/v20190725/models.py +81 -58
- tencentcloud/mongodb/v20190725/mongodb_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +30 -0
- tencentcloud/vrs/v20200824/models.py +2 -2
- tencentcloud/vrs/v20200824/vrs_client.py +2 -2
- tencentcloud/wedata/v20210820/models.py +813 -2
- {tencentcloud_sdk_python-3.0.1284.dist-info → tencentcloud_sdk_python-3.0.1285.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1284.dist-info → tencentcloud_sdk_python-3.0.1285.dist-info}/RECORD +35 -35
- {tencentcloud_sdk_python-3.0.1284.dist-info → tencentcloud_sdk_python-3.0.1285.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1284.dist-info → tencentcloud_sdk_python-3.0.1285.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1284.dist-info → tencentcloud_sdk_python-3.0.1285.dist-info}/top_level.txt +0 -0
@@ -15728,6 +15728,8 @@ class CreateVpnGatewayRequest(AbstractModel):
|
|
15728
15728
|
:type CdcId: str
|
15729
15729
|
:param _MaxConnection: SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。仅 SSL / SSL_CCN 类型需要选这个参数。
|
15730
15730
|
:type MaxConnection: int
|
15731
|
+
:param _BgpAsn: BGP ASN。
|
15732
|
+
:type BgpAsn: int
|
15731
15733
|
"""
|
15732
15734
|
self._VpcId = None
|
15733
15735
|
self._VpnGatewayName = None
|
@@ -15739,6 +15741,7 @@ class CreateVpnGatewayRequest(AbstractModel):
|
|
15739
15741
|
self._Tags = None
|
15740
15742
|
self._CdcId = None
|
15741
15743
|
self._MaxConnection = None
|
15744
|
+
self._BgpAsn = None
|
15742
15745
|
|
15743
15746
|
@property
|
15744
15747
|
def VpcId(self):
|
@@ -15850,6 +15853,17 @@ class CreateVpnGatewayRequest(AbstractModel):
|
|
15850
15853
|
def MaxConnection(self, MaxConnection):
|
15851
15854
|
self._MaxConnection = MaxConnection
|
15852
15855
|
|
15856
|
+
@property
|
15857
|
+
def BgpAsn(self):
|
15858
|
+
"""BGP ASN。
|
15859
|
+
:rtype: int
|
15860
|
+
"""
|
15861
|
+
return self._BgpAsn
|
15862
|
+
|
15863
|
+
@BgpAsn.setter
|
15864
|
+
def BgpAsn(self, BgpAsn):
|
15865
|
+
self._BgpAsn = BgpAsn
|
15866
|
+
|
15853
15867
|
|
15854
15868
|
def _deserialize(self, params):
|
15855
15869
|
self._VpcId = params.get("VpcId")
|
@@ -15869,6 +15883,7 @@ class CreateVpnGatewayRequest(AbstractModel):
|
|
15869
15883
|
self._Tags.append(obj)
|
15870
15884
|
self._CdcId = params.get("CdcId")
|
15871
15885
|
self._MaxConnection = params.get("MaxConnection")
|
15886
|
+
self._BgpAsn = params.get("BgpAsn")
|
15872
15887
|
memeber_set = set(params.keys())
|
15873
15888
|
for name, value in vars(self).items():
|
15874
15889
|
property_name = name[1:]
|
@@ -64854,6 +64869,8 @@ class VpnGateway(AbstractModel):
|
|
64854
64869
|
:type CdcId: str
|
64855
64870
|
:param _MaxConnection: SSL-VPN 客户端连接数。
|
64856
64871
|
:type MaxConnection: int
|
64872
|
+
:param _BgpAsn: Bgp ASN
|
64873
|
+
:type BgpAsn: int
|
64857
64874
|
"""
|
64858
64875
|
self._VpnGatewayId = None
|
64859
64876
|
self._VpcId = None
|
@@ -64875,6 +64892,7 @@ class VpnGateway(AbstractModel):
|
|
64875
64892
|
self._NetworkInstanceId = None
|
64876
64893
|
self._CdcId = None
|
64877
64894
|
self._MaxConnection = None
|
64895
|
+
self._BgpAsn = None
|
64878
64896
|
|
64879
64897
|
@property
|
64880
64898
|
def VpnGatewayId(self):
|
@@ -65096,6 +65114,17 @@ class VpnGateway(AbstractModel):
|
|
65096
65114
|
def MaxConnection(self, MaxConnection):
|
65097
65115
|
self._MaxConnection = MaxConnection
|
65098
65116
|
|
65117
|
+
@property
|
65118
|
+
def BgpAsn(self):
|
65119
|
+
"""Bgp ASN
|
65120
|
+
:rtype: int
|
65121
|
+
"""
|
65122
|
+
return self._BgpAsn
|
65123
|
+
|
65124
|
+
@BgpAsn.setter
|
65125
|
+
def BgpAsn(self, BgpAsn):
|
65126
|
+
self._BgpAsn = BgpAsn
|
65127
|
+
|
65099
65128
|
|
65100
65129
|
def _deserialize(self, params):
|
65101
65130
|
self._VpnGatewayId = params.get("VpnGatewayId")
|
@@ -65123,6 +65152,7 @@ class VpnGateway(AbstractModel):
|
|
65123
65152
|
self._NetworkInstanceId = params.get("NetworkInstanceId")
|
65124
65153
|
self._CdcId = params.get("CdcId")
|
65125
65154
|
self._MaxConnection = params.get("MaxConnection")
|
65155
|
+
self._BgpAsn = params.get("BgpAsn")
|
65126
65156
|
memeber_set = set(params.keys())
|
65127
65157
|
for name, value in vars(self).items():
|
65128
65158
|
property_name = name[1:]
|
@@ -134,7 +134,7 @@ class CreateVRSTaskRequest(AbstractModel):
|
|
134
134
|
:type SampleRate: int
|
135
135
|
:param _Codec: 音频格式,音频类型(wav,mp3,aac,m4a)
|
136
136
|
:type Codec: str
|
137
|
-
:param _CallbackUrl: 回调 URL,用户自行搭建的用于接收结果的服务URL
|
137
|
+
:param _CallbackUrl: 回调 URL,用户自行搭建的用于接收结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。(注意:回调方式目前仅支持轻量版声音复刻)
|
138
138
|
回调采用POST请求方式,Content-Type为application/json,回调数据格式如下:{"TaskId":"xxxxxxxxxxxxxx","Status":2,"StatusStr":"success","VoiceType":xxxxx,"ErrorMsg":""}
|
139
139
|
:type CallbackUrl: str
|
140
140
|
:param _ModelType: 模型类型 1:在线 2:离线 默认为1
|
@@ -245,7 +245,7 @@ class CreateVRSTaskRequest(AbstractModel):
|
|
245
245
|
|
246
246
|
@property
|
247
247
|
def CallbackUrl(self):
|
248
|
-
"""回调 URL,用户自行搭建的用于接收结果的服务URL
|
248
|
+
"""回调 URL,用户自行搭建的用于接收结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。(注意:回调方式目前仅支持轻量版声音复刻)
|
249
249
|
回调采用POST请求方式,Content-Type为application/json,回调数据格式如下:{"TaskId":"xxxxxxxxxxxxxx","Status":2,"StatusStr":"success","VoiceType":xxxxx,"ErrorMsg":""}
|
250
250
|
:rtype: str
|
251
251
|
"""
|
@@ -75,8 +75,8 @@ class VrsClient(AbstractClient):
|
|
75
75
|
|
76
76
|
|
77
77
|
def DescribeVRSTaskStatus(self, request):
|
78
|
-
"""
|
79
|
-
• 当采用回调方式时,识别完成后会将结果通过 POST 请求的形式通知到用户在请求时填写的回调 URL,具体请参见
|
78
|
+
"""在调用声音复刻创建任务请求接口后,有回调和轮询两种方式获取识别结果。(注意:回调方式目前仅支持轻量版声音复刻)
|
79
|
+
• 当采用回调方式时,识别完成后会将结果通过 POST 请求的形式通知到用户在请求时填写的回调 URL,具体请参见 [“声音复刻任务创建接口”](https://cloud.tencent.com/document/product/1283/90064) CallbackUrl参数说明 。
|
80
80
|
• 当采用轮询方式时,需要主动提交任务ID来轮询识别结果,共有任务成功、等待、执行中和失败四种结果,具体信息请参见下文说明。
|
81
81
|
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
82
82
|
• 签名方法参考 公共参数 中签名方法v3。
|