tencentcloud-sdk-python 3.0.1274__py2.py3-none-any.whl → 3.0.1276__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/apigateway/v20180808/apigateway_client.py +46 -0
- tencentcloud/apigateway/v20180808/models.py +362 -0
- tencentcloud/autoscaling/v20180419/models.py +28 -11
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/bi/v20220105/bi_client.py +46 -0
- tencentcloud/bi/v20220105/errorcodes.py +3 -0
- tencentcloud/bi/v20220105/models.py +701 -24
- tencentcloud/billing/v20180709/models.py +150 -34
- tencentcloud/cam/v20190116/models.py +2 -2
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwch/v20200915/errorcodes.py +6 -0
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/cloudhsm/v20191112/models.py +10 -170
- tencentcloud/cls/v20201016/cls_client.py +1 -1
- tencentcloud/cls/v20201016/models.py +10 -4
- tencentcloud/config/v20220802/config_client.py +46 -0
- tencentcloud/config/v20220802/models.py +664 -0
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +46 -0
- tencentcloud/cynosdb/v20190107/models.py +226 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +244 -2
- tencentcloud/essbasic/v20210526/models.py +239 -4
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/gwlb/v20240906/models.py +2 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +595 -4
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/errorcodes.py +2 -2
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/lcic_client.py +46 -0
- tencentcloud/lcic/v20220817/models.py +494 -12
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +162 -1
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -19
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +156 -2313
- tencentcloud/ocr/v20181119/ocr_client.py +0 -190
- tencentcloud/organization/v20210331/models.py +4 -354
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +2 -2
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/errorcodes.py +15 -0
- tencentcloud/trtc/v20190722/models.py +448 -0
- tencentcloud/trtc/v20190722/trtc_client.py +47 -0
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +156 -10
- tencentcloud/vclm/v20240523/vclm_client.py +23 -0
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +272 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/RECORD +88 -83
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1276.dist-info}/top_level.txt +0 -0
@@ -1856,46 +1856,16 @@ class DataDisk(AbstractModel):
|
|
1856
1856
|
r"""
|
1857
1857
|
:param _DiskSize: 数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。
|
1858
1858
|
:type DiskSize: int
|
1859
|
-
:param _DiskType: 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br />
|
1860
|
-
<li>
|
1861
|
-
LOCAL_BASIC:本地硬盘<br />
|
1862
|
-
<li>
|
1863
|
-
LOCAL_SSD:本地SSD硬盘<br />
|
1864
|
-
<li>
|
1865
|
-
LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br />
|
1866
|
-
<li>
|
1867
|
-
LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br />
|
1868
|
-
<li>
|
1869
|
-
CLOUD_BASIC:普通云硬盘<br />
|
1870
|
-
<li>
|
1871
|
-
CLOUD_PREMIUM:高性能云硬盘<br />
|
1872
|
-
<li>
|
1873
|
-
CLOUD_SSD:SSD云硬盘<br />
|
1874
|
-
<li>
|
1875
|
-
CLOUD_HSSD:增强型SSD云硬盘<br />
|
1876
|
-
<li>
|
1877
|
-
CLOUD_TSSD:极速型SSD云硬盘<br />
|
1878
|
-
<li>
|
1879
|
-
CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。
|
1880
|
-
</li>
|
1881
|
-
</li>
|
1882
|
-
</li>
|
1883
|
-
</li>
|
1884
|
-
</li>
|
1885
|
-
</li>
|
1886
|
-
</li>
|
1887
|
-
</li>
|
1888
|
-
</li>
|
1889
|
-
</li>
|
1859
|
+
:param _DiskType: 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘<br /> <li>LOCAL_SSD:本地SSD硬盘<br /><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br /><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br /><li>CLOUD_BASIC:普通云硬盘<br /><li> CLOUD_PREMIUM:高性能云硬盘<br /><li>CLOUD_SSD:SSD云硬盘<br /><li> CLOUD_HSSD:增强型SSD云硬盘<br /> <li>CLOUD_TSSD:极速型SSD云硬盘<br /><li>CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。</li></li></li> </li> </li></li></li></li></li></li>
|
1890
1860
|
:type DiskType: str
|
1891
1861
|
:param _DiskId: 数据盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID,暂时不支持该参数。
|
1892
1862
|
该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。
|
1893
1863
|
:type DiskId: str
|
1894
1864
|
:param _DeleteWithInstance: 数据盘是否随子机销毁。取值范围:
|
1895
|
-
<li>
|
1865
|
+
<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>
|
1896
1866
|
<li>
|
1897
|
-
|
1898
|
-
默认取值:
|
1867
|
+
false:子机销毁时,保留数据盘<br />
|
1868
|
+
默认取值:true<br />
|
1899
1869
|
该参数目前仅用于 `RunInstances` 接口。
|
1900
1870
|
</li>
|
1901
1871
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1928,6 +1898,10 @@ class DataDisk(AbstractModel):
|
|
1928
1898
|
<b>注:内测中。</b>
|
1929
1899
|
注意:此字段可能返回 null,表示取不到有效值。
|
1930
1900
|
:type BurstPerformance: bool
|
1901
|
+
:param _DiskName: 磁盘名称,长度不超过128 个字符。
|
1902
|
+
|
1903
|
+
该参数正在邀测中,暂未开放使用。
|
1904
|
+
:type DiskName: str
|
1931
1905
|
"""
|
1932
1906
|
self._DiskSize = None
|
1933
1907
|
self._DiskType = None
|
@@ -1939,6 +1913,7 @@ class DataDisk(AbstractModel):
|
|
1939
1913
|
self._ThroughputPerformance = None
|
1940
1914
|
self._CdcId = None
|
1941
1915
|
self._BurstPerformance = None
|
1916
|
+
self._DiskName = None
|
1942
1917
|
|
1943
1918
|
@property
|
1944
1919
|
def DiskSize(self):
|
@@ -1953,37 +1928,7 @@ class DataDisk(AbstractModel):
|
|
1953
1928
|
|
1954
1929
|
@property
|
1955
1930
|
def DiskType(self):
|
1956
|
-
"""数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br />
|
1957
|
-
<li>
|
1958
|
-
LOCAL_BASIC:本地硬盘<br />
|
1959
|
-
<li>
|
1960
|
-
LOCAL_SSD:本地SSD硬盘<br />
|
1961
|
-
<li>
|
1962
|
-
LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br />
|
1963
|
-
<li>
|
1964
|
-
LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br />
|
1965
|
-
<li>
|
1966
|
-
CLOUD_BASIC:普通云硬盘<br />
|
1967
|
-
<li>
|
1968
|
-
CLOUD_PREMIUM:高性能云硬盘<br />
|
1969
|
-
<li>
|
1970
|
-
CLOUD_SSD:SSD云硬盘<br />
|
1971
|
-
<li>
|
1972
|
-
CLOUD_HSSD:增强型SSD云硬盘<br />
|
1973
|
-
<li>
|
1974
|
-
CLOUD_TSSD:极速型SSD云硬盘<br />
|
1975
|
-
<li>
|
1976
|
-
CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。
|
1977
|
-
</li>
|
1978
|
-
</li>
|
1979
|
-
</li>
|
1980
|
-
</li>
|
1981
|
-
</li>
|
1982
|
-
</li>
|
1983
|
-
</li>
|
1984
|
-
</li>
|
1985
|
-
</li>
|
1986
|
-
</li>
|
1931
|
+
"""数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘<br /> <li>LOCAL_SSD:本地SSD硬盘<br /><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br /><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br /><li>CLOUD_BASIC:普通云硬盘<br /><li> CLOUD_PREMIUM:高性能云硬盘<br /><li>CLOUD_SSD:SSD云硬盘<br /><li> CLOUD_HSSD:增强型SSD云硬盘<br /> <li>CLOUD_TSSD:极速型SSD云硬盘<br /><li>CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。</li></li></li> </li> </li></li></li></li></li></li>
|
1987
1932
|
:rtype: str
|
1988
1933
|
"""
|
1989
1934
|
return self._DiskType
|
@@ -2007,10 +1952,10 @@ class DataDisk(AbstractModel):
|
|
2007
1952
|
@property
|
2008
1953
|
def DeleteWithInstance(self):
|
2009
1954
|
"""数据盘是否随子机销毁。取值范围:
|
2010
|
-
<li>
|
1955
|
+
<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>
|
2011
1956
|
<li>
|
2012
|
-
|
2013
|
-
默认取值:
|
1957
|
+
false:子机销毁时,保留数据盘<br />
|
1958
|
+
默认取值:true<br />
|
2014
1959
|
该参数目前仅用于 `RunInstances` 接口。
|
2015
1960
|
</li>
|
2016
1961
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2104,6 +2049,19 @@ class DataDisk(AbstractModel):
|
|
2104
2049
|
def BurstPerformance(self, BurstPerformance):
|
2105
2050
|
self._BurstPerformance = BurstPerformance
|
2106
2051
|
|
2052
|
+
@property
|
2053
|
+
def DiskName(self):
|
2054
|
+
"""磁盘名称,长度不超过128 个字符。
|
2055
|
+
|
2056
|
+
该参数正在邀测中,暂未开放使用。
|
2057
|
+
:rtype: str
|
2058
|
+
"""
|
2059
|
+
return self._DiskName
|
2060
|
+
|
2061
|
+
@DiskName.setter
|
2062
|
+
def DiskName(self, DiskName):
|
2063
|
+
self._DiskName = DiskName
|
2064
|
+
|
2107
2065
|
|
2108
2066
|
def _deserialize(self, params):
|
2109
2067
|
self._DiskSize = params.get("DiskSize")
|
@@ -2116,6 +2074,7 @@ class DataDisk(AbstractModel):
|
|
2116
2074
|
self._ThroughputPerformance = params.get("ThroughputPerformance")
|
2117
2075
|
self._CdcId = params.get("CdcId")
|
2118
2076
|
self._BurstPerformance = params.get("BurstPerformance")
|
2077
|
+
self._DiskName = params.get("DiskName")
|
2119
2078
|
memeber_set = set(params.keys())
|
2120
2079
|
for name, value in vars(self).items():
|
2121
2080
|
property_name = name[1:]
|
@@ -9699,11 +9658,17 @@ class SystemDisk(AbstractModel):
|
|
9699
9658
|
:param _CdcId: 所属的独享集群ID。
|
9700
9659
|
注意:此字段可能返回 null,表示取不到有效值。
|
9701
9660
|
:type CdcId: str
|
9661
|
+
:param _DiskName: 磁盘名称,长度不超过128 个字符。
|
9662
|
+
|
9663
|
+
该参数正在邀测中,暂未开放使用。
|
9664
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
9665
|
+
:type DiskName: str
|
9702
9666
|
"""
|
9703
9667
|
self._DiskType = None
|
9704
9668
|
self._DiskId = None
|
9705
9669
|
self._DiskSize = None
|
9706
9670
|
self._CdcId = None
|
9671
|
+
self._DiskName = None
|
9707
9672
|
|
9708
9673
|
@property
|
9709
9674
|
def DiskType(self):
|
@@ -9760,12 +9725,27 @@ class SystemDisk(AbstractModel):
|
|
9760
9725
|
def CdcId(self, CdcId):
|
9761
9726
|
self._CdcId = CdcId
|
9762
9727
|
|
9728
|
+
@property
|
9729
|
+
def DiskName(self):
|
9730
|
+
"""磁盘名称,长度不超过128 个字符。
|
9731
|
+
|
9732
|
+
该参数正在邀测中,暂未开放使用。
|
9733
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
9734
|
+
:rtype: str
|
9735
|
+
"""
|
9736
|
+
return self._DiskName
|
9737
|
+
|
9738
|
+
@DiskName.setter
|
9739
|
+
def DiskName(self, DiskName):
|
9740
|
+
self._DiskName = DiskName
|
9741
|
+
|
9763
9742
|
|
9764
9743
|
def _deserialize(self, params):
|
9765
9744
|
self._DiskType = params.get("DiskType")
|
9766
9745
|
self._DiskId = params.get("DiskId")
|
9767
9746
|
self._DiskSize = params.get("DiskSize")
|
9768
9747
|
self._CdcId = params.get("CdcId")
|
9748
|
+
self._DiskName = params.get("DiskName")
|
9769
9749
|
memeber_set = set(params.keys())
|
9770
9750
|
for name, value in vars(self).items():
|
9771
9751
|
property_name = name[1:]
|
@@ -302,6 +302,29 @@ class BiClient(AbstractClient):
|
|
302
302
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
303
303
|
|
304
304
|
|
305
|
+
def DescribePageWidgetList(self, request):
|
306
|
+
"""查询页面组件信息
|
307
|
+
|
308
|
+
:param request: Request instance for DescribePageWidgetList.
|
309
|
+
:type request: :class:`tencentcloud.bi.v20220105.models.DescribePageWidgetListRequest`
|
310
|
+
:rtype: :class:`tencentcloud.bi.v20220105.models.DescribePageWidgetListResponse`
|
311
|
+
|
312
|
+
"""
|
313
|
+
try:
|
314
|
+
params = request._serialize()
|
315
|
+
headers = request.headers
|
316
|
+
body = self.call("DescribePageWidgetList", params, headers=headers)
|
317
|
+
response = json.loads(body)
|
318
|
+
model = models.DescribePageWidgetListResponse()
|
319
|
+
model._deserialize(response["Response"])
|
320
|
+
return model
|
321
|
+
except Exception as e:
|
322
|
+
if isinstance(e, TencentCloudSDKException):
|
323
|
+
raise
|
324
|
+
else:
|
325
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
326
|
+
|
327
|
+
|
305
328
|
def DescribeProjectInfo(self, request):
|
306
329
|
"""项目详情接口
|
307
330
|
|
@@ -417,6 +440,29 @@ class BiClient(AbstractClient):
|
|
417
440
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
418
441
|
|
419
442
|
|
443
|
+
def ExportScreenPage(self, request):
|
444
|
+
"""页面截图导出
|
445
|
+
|
446
|
+
:param request: Request instance for ExportScreenPage.
|
447
|
+
:type request: :class:`tencentcloud.bi.v20220105.models.ExportScreenPageRequest`
|
448
|
+
:rtype: :class:`tencentcloud.bi.v20220105.models.ExportScreenPageResponse`
|
449
|
+
|
450
|
+
"""
|
451
|
+
try:
|
452
|
+
params = request._serialize()
|
453
|
+
headers = request.headers
|
454
|
+
body = self.call("ExportScreenPage", params, headers=headers)
|
455
|
+
response = json.loads(body)
|
456
|
+
model = models.ExportScreenPageResponse()
|
457
|
+
model._deserialize(response["Response"])
|
458
|
+
return model
|
459
|
+
except Exception as e:
|
460
|
+
if isinstance(e, TencentCloudSDKException):
|
461
|
+
raise
|
462
|
+
else:
|
463
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
464
|
+
|
465
|
+
|
420
466
|
def ModifyDatasource(self, request):
|
421
467
|
"""更新数据源
|
422
468
|
|