tencentcloud-sdk-python 3.0.1394__py2.py3-none-any.whl → 3.0.1396__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 +17 -2
- tencentcloud/bh/v20230418/models.py +15 -0
- tencentcloud/cbs/v20170312/cbs_client.py +3 -1
- tencentcloud/cdb/v20170320/models.py +36 -6
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/chc/v20230418/chc_client.py +23 -0
- tencentcloud/chc/v20230418/errorcodes.py +9 -0
- tencentcloud/chc/v20230418/models.py +109 -0
- tencentcloud/cvm/v20170312/models.py +8 -0
- tencentcloud/cwp/v20180228/models.py +137 -2
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +1 -1
- tencentcloud/dbbrain/v20210527/models.py +4 -4
- tencentcloud/dts/v20211206/models.py +6 -6
- tencentcloud/emr/v20190103/models.py +304 -4
- tencentcloud/ess/v20201111/ess_client.py +56 -0
- tencentcloud/ess/v20201111/models.py +255 -0
- tencentcloud/essbasic/v20210526/models.py +2 -2
- tencentcloud/gs/v20191118/gs_client.py +233 -3
- tencentcloud/gs/v20191118/models.py +1310 -55
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +2 -2
- tencentcloud/mariadb/v20170312/models.py +30 -10
- tencentcloud/ocr/v20181119/models.py +131 -18
- tencentcloud/ocr/v20181119/ocr_client.py +1 -1
- tencentcloud/tcss/v20201101/models.py +94 -4
- tencentcloud/tem/v20210701/errorcodes.py +6 -0
- tencentcloud/tem/v20210701/models.py +200 -0
- tencentcloud/tem/v20210701/tem_client.py +23 -0
- tencentcloud/teo/v20220901/models.py +1417 -117
- tencentcloud/trtc/v20190722/models.py +12 -4
- tencentcloud/vclm/v20240523/models.py +350 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vod/v20180717/models.py +44 -0
- tencentcloud/vpc/v20170312/models.py +19 -2
- tencentcloud/waf/v20180125/models.py +0 -2
- tencentcloud/wedata/v20210820/models.py +1902 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1394.dist-info → tencentcloud_sdk_python-3.0.1396.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1394.dist-info → tencentcloud_sdk_python-3.0.1396.dist-info}/RECORD +42 -42
- {tencentcloud_sdk_python-3.0.1394.dist-info → tencentcloud_sdk_python-3.0.1396.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1394.dist-info → tencentcloud_sdk_python-3.0.1396.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1394.dist-info → tencentcloud_sdk_python-3.0.1396.dist-info}/top_level.txt +0 -0
@@ -15256,7 +15256,6 @@ class CreateTrafficPackagesRequest(AbstractModel):
|
|
15256
15256
|
<li>51200: 50TB流量,有效期一个月</li>
|
15257
15257
|
<li>60: 60GB流量,有效期半年</li>
|
15258
15258
|
<li>300: 300GB流量,有效期半年</li>
|
15259
|
-
<li>600: 600GB流量,有效期半年</li>
|
15260
15259
|
<li>3072: 3TB流量,有效期半年</li>
|
15261
15260
|
<li>6144: 6TB流量,有效期半年</li>
|
15262
15261
|
<li>30720: 30TB流量,有效期半年</li>
|
@@ -15265,9 +15264,14 @@ class CreateTrafficPackagesRequest(AbstractModel):
|
|
15265
15264
|
:type TrafficAmount: int
|
15266
15265
|
:param _TrafficPackageCount: 流量包数量,可选范围 1~20。
|
15267
15266
|
:type TrafficPackageCount: int
|
15267
|
+
:param _DeductType: 抵扣类型,默认为 FULL_TIME,可选值:
|
15268
|
+
<li>FULL_TIME: 全时流量包</li>
|
15269
|
+
<li>IDLE_TIME: 闲时流量包</li>
|
15270
|
+
:type DeductType: str
|
15268
15271
|
"""
|
15269
15272
|
self._TrafficAmount = None
|
15270
15273
|
self._TrafficPackageCount = None
|
15274
|
+
self._DeductType = None
|
15271
15275
|
|
15272
15276
|
@property
|
15273
15277
|
def TrafficAmount(self):
|
@@ -15280,7 +15284,6 @@ class CreateTrafficPackagesRequest(AbstractModel):
|
|
15280
15284
|
<li>51200: 50TB流量,有效期一个月</li>
|
15281
15285
|
<li>60: 60GB流量,有效期半年</li>
|
15282
15286
|
<li>300: 300GB流量,有效期半年</li>
|
15283
|
-
<li>600: 600GB流量,有效期半年</li>
|
15284
15287
|
<li>3072: 3TB流量,有效期半年</li>
|
15285
15288
|
<li>6144: 6TB流量,有效期半年</li>
|
15286
15289
|
<li>30720: 30TB流量,有效期半年</li>
|
@@ -15305,10 +15308,24 @@ class CreateTrafficPackagesRequest(AbstractModel):
|
|
15305
15308
|
def TrafficPackageCount(self, TrafficPackageCount):
|
15306
15309
|
self._TrafficPackageCount = TrafficPackageCount
|
15307
15310
|
|
15311
|
+
@property
|
15312
|
+
def DeductType(self):
|
15313
|
+
"""抵扣类型,默认为 FULL_TIME,可选值:
|
15314
|
+
<li>FULL_TIME: 全时流量包</li>
|
15315
|
+
<li>IDLE_TIME: 闲时流量包</li>
|
15316
|
+
:rtype: str
|
15317
|
+
"""
|
15318
|
+
return self._DeductType
|
15319
|
+
|
15320
|
+
@DeductType.setter
|
15321
|
+
def DeductType(self, DeductType):
|
15322
|
+
self._DeductType = DeductType
|
15323
|
+
|
15308
15324
|
|
15309
15325
|
def _deserialize(self, params):
|
15310
15326
|
self._TrafficAmount = params.get("TrafficAmount")
|
15311
15327
|
self._TrafficPackageCount = params.get("TrafficPackageCount")
|
15328
|
+
self._DeductType = params.get("DeductType")
|
15312
15329
|
memeber_set = set(params.keys())
|
15313
15330
|
for name, value in vars(self).items():
|
15314
15331
|
property_name = name[1:]
|
@@ -40664,7 +40664,6 @@ class UpdateProtectionModesResponse(AbstractModel):
|
|
40664
40664
|
def __init__(self):
|
40665
40665
|
r"""
|
40666
40666
|
:param _CommonRsp: 操作结果
|
40667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40668
40667
|
:type CommonRsp: :class:`tencentcloud.waf.v20180125.models.CommonRspData`
|
40669
40668
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
40670
40669
|
:type RequestId: str
|
@@ -40675,7 +40674,6 @@ class UpdateProtectionModesResponse(AbstractModel):
|
|
40675
40674
|
@property
|
40676
40675
|
def CommonRsp(self):
|
40677
40676
|
"""操作结果
|
40678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
40679
40677
|
:rtype: :class:`tencentcloud.waf.v20180125.models.CommonRspData`
|
40680
40678
|
"""
|
40681
40679
|
return self._CommonRsp
|