tencentcloud-sdk-python 3.0.1359__py2.py3-none-any.whl → 3.0.1361__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 +14 -44
- tencentcloud/bh/v20230418/bh_client.py +115 -0
- tencentcloud/bh/v20230418/models.py +1064 -131
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +6 -6
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/cdwpg/v20201230/models.py +22 -206
- tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
- tencentcloud/ckafka/v20190819/models.py +367 -0
- tencentcloud/cvm/v20170312/cvm_client.py +10 -7
- tencentcloud/cvm/v20170312/errorcodes.py +3 -0
- tencentcloud/cvm/v20170312/models.py +186 -174
- tencentcloud/cynosdb/v20190107/models.py +105 -0
- tencentcloud/dlc/v20210125/models.py +107 -564
- tencentcloud/dsgc/v20190723/models.py +30 -0
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +214 -0
- tencentcloud/ess/v20201111/models.py +256 -0
- tencentcloud/essbasic/v20210526/models.py +281 -13
- tencentcloud/gaap/v20180529/models.py +0 -166
- tencentcloud/gs/v20191118/errorcodes.py +24 -0
- tencentcloud/gs/v20191118/gs_client.py +138 -0
- tencentcloud/gs/v20191118/models.py +683 -21
- tencentcloud/gwlb/v20240906/gwlb_client.py +5 -7
- tencentcloud/gwlb/v20240906/models.py +72 -54
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +358 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +600 -0
- tencentcloud/kms/v20190118/models.py +71 -0
- tencentcloud/lcic/v20220817/models.py +34 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +4 -1
- tencentcloud/lighthouse/v20200324/models.py +14 -10
- tencentcloud/monitor/v20180724/models.py +2 -2
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/models.py +12 -10
- tencentcloud/privatedns/v20201028/models.py +36 -6
- tencentcloud/tan/v20220420/tan_client.py +3 -1
- tencentcloud/tcb/v20180608/models.py +60 -0
- tencentcloud/tione/v20211111/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +53 -0
- tencentcloud/trocket/v20230308/models.py +1398 -66
- tencentcloud/trocket/v20230308/trocket_client.py +214 -0
- tencentcloud/vclm/v20240523/models.py +2 -2
- tencentcloud/vpc/v20170312/models.py +263 -81
- tencentcloud/vpc/v20170312/vpc_client.py +25 -2
- tencentcloud/wedata/v20210820/models.py +2691 -4
- tencentcloud/wedata/v20210820/wedata_client.py +69 -0
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/RECORD +55 -55
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/top_level.txt +0 -0
@@ -8944,7 +8944,7 @@ class TerminateDisksRequest(AbstractModel):
|
|
8944
8944
|
|
8945
8945
|
def __init__(self):
|
8946
8946
|
r"""
|
8947
|
-
:param _DiskIds: 需退还的云盘ID
|
8947
|
+
:param _DiskIds: 需退还的云盘ID列表,通过[DescribeDisks](/document/product/362/16315)接口查询。
|
8948
8948
|
:type DiskIds: list of str
|
8949
8949
|
:param _DeleteSnapshot: 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。
|
8950
8950
|
:type DeleteSnapshot: int
|
@@ -8954,7 +8954,7 @@ class TerminateDisksRequest(AbstractModel):
|
|
8954
8954
|
|
8955
8955
|
@property
|
8956
8956
|
def DiskIds(self):
|
8957
|
-
"""需退还的云盘ID
|
8957
|
+
"""需退还的云盘ID列表,通过[DescribeDisks](/document/product/362/16315)接口查询。
|
8958
8958
|
:rtype: list of str
|
8959
8959
|
"""
|
8960
8960
|
return self._DiskIds
|
@@ -3715,7 +3715,7 @@ class CdbClient(AbstractClient):
|
|
3715
3715
|
|
3716
3716
|
|
3717
3717
|
def StartCpuExpand(self, request):
|
3718
|
-
"""通过该API,可以开启CPU弹性扩容,包括一次性的手动扩容以及自动弹性扩容。
|
3718
|
+
"""通过该 API,可以开启 CPU 弹性扩容,包括一次性的手动扩容以及自动弹性扩容。
|
3719
3719
|
|
3720
3720
|
:param request: Request instance for StartCpuExpand.
|
3721
3721
|
:type request: :class:`tencentcloud.cdb.v20170320.models.StartCpuExpandRequest`
|
@@ -35685,10 +35685,10 @@ class StartCpuExpandRequest(AbstractModel):
|
|
35685
35685
|
r"""
|
35686
35686
|
:param _InstanceId: 实例 ID 。
|
35687
35687
|
:type InstanceId: str
|
35688
|
-
:param _Type:
|
35689
|
-
manual:代表进行手动扩容
|
35688
|
+
:param _Type: 扩容类型。auto 自动 manual 立即生效 timeInterval 按时间段 period 按周期
|
35690
35689
|
:type Type: str
|
35691
|
-
:param _ExpandCpu: 手动扩容时,扩容的CPU核心数。
|
35690
|
+
:param _ExpandCpu: 手动扩容时,扩容的 CPU 核心数。
|
35691
|
+
说明:1. Type 为 manual 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
|
35692
35692
|
:type ExpandCpu: int
|
35693
35693
|
:param _AutoStrategy: 自动扩容策略。Type 为 auto 时必传。
|
35694
35694
|
:type AutoStrategy: :class:`tencentcloud.cdb.v20170320.models.AutoStrategy`
|
@@ -35711,8 +35711,7 @@ manual:代表进行手动扩容
|
|
35711
35711
|
|
35712
35712
|
@property
|
35713
35713
|
def Type(self):
|
35714
|
-
"""
|
35715
|
-
manual:代表进行手动扩容
|
35714
|
+
"""扩容类型。auto 自动 manual 立即生效 timeInterval 按时间段 period 按周期
|
35716
35715
|
:rtype: str
|
35717
35716
|
"""
|
35718
35717
|
return self._Type
|
@@ -35723,7 +35722,8 @@ manual:代表进行手动扩容
|
|
35723
35722
|
|
35724
35723
|
@property
|
35725
35724
|
def ExpandCpu(self):
|
35726
|
-
"""手动扩容时,扩容的CPU核心数。
|
35725
|
+
"""手动扩容时,扩容的 CPU 核心数。
|
35726
|
+
说明:1. Type 为 manual 时必传。2. 扩容的 CPU 核心数上限为当前实例 CPU 核心数,比如8核16G最大可手动扩容的 CPU 核心数为8,即范围为1 - 8。
|
35727
35727
|
:rtype: int
|
35728
35728
|
"""
|
35729
35729
|
return self._ExpandCpu
|
@@ -12928,6 +12928,10 @@ class RegionInfo(AbstractModel):
|
|
12928
12928
|
:type IsInternationalSite: int
|
12929
12929
|
:param _Bucket: 桶
|
12930
12930
|
:type Bucket: str
|
12931
|
+
:param _SSCCount: 存算分离集群数
|
12932
|
+
:type SSCCount: int
|
12933
|
+
:param _EnableSSC: 是否开通存算分离
|
12934
|
+
:type EnableSSC: bool
|
12931
12935
|
"""
|
12932
12936
|
self._Name = None
|
12933
12937
|
self._Desc = None
|
@@ -12936,6 +12940,8 @@ class RegionInfo(AbstractModel):
|
|
12936
12940
|
self._Count = None
|
12937
12941
|
self._IsInternationalSite = None
|
12938
12942
|
self._Bucket = None
|
12943
|
+
self._SSCCount = None
|
12944
|
+
self._EnableSSC = None
|
12939
12945
|
|
12940
12946
|
@property
|
12941
12947
|
def Name(self):
|
@@ -13014,6 +13020,28 @@ class RegionInfo(AbstractModel):
|
|
13014
13020
|
def Bucket(self, Bucket):
|
13015
13021
|
self._Bucket = Bucket
|
13016
13022
|
|
13023
|
+
@property
|
13024
|
+
def SSCCount(self):
|
13025
|
+
"""存算分离集群数
|
13026
|
+
:rtype: int
|
13027
|
+
"""
|
13028
|
+
return self._SSCCount
|
13029
|
+
|
13030
|
+
@SSCCount.setter
|
13031
|
+
def SSCCount(self, SSCCount):
|
13032
|
+
self._SSCCount = SSCCount
|
13033
|
+
|
13034
|
+
@property
|
13035
|
+
def EnableSSC(self):
|
13036
|
+
"""是否开通存算分离
|
13037
|
+
:rtype: bool
|
13038
|
+
"""
|
13039
|
+
return self._EnableSSC
|
13040
|
+
|
13041
|
+
@EnableSSC.setter
|
13042
|
+
def EnableSSC(self, EnableSSC):
|
13043
|
+
self._EnableSSC = EnableSSC
|
13044
|
+
|
13017
13045
|
|
13018
13046
|
def _deserialize(self, params):
|
13019
13047
|
self._Name = params.get("Name")
|
@@ -13028,6 +13056,8 @@ class RegionInfo(AbstractModel):
|
|
13028
13056
|
self._Count = params.get("Count")
|
13029
13057
|
self._IsInternationalSite = params.get("IsInternationalSite")
|
13030
13058
|
self._Bucket = params.get("Bucket")
|
13059
|
+
self._SSCCount = params.get("SSCCount")
|
13060
|
+
self._EnableSSC = params.get("EnableSSC")
|
13031
13061
|
memeber_set = set(params.keys())
|
13032
13062
|
for name, value in vars(self).items():
|
13033
13063
|
property_name = name[1:]
|