tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ags/v20250920/ags_client.py +46 -0
- tencentcloud/ags/v20250920/ags_client_async.py +36 -0
- tencentcloud/ags/v20250920/errorcodes.py +45 -0
- tencentcloud/ags/v20250920/models.py +1704 -110
- tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
- tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
- tencentcloud/ai3d/v20250513/models.py +78 -36
- tencentcloud/aiart/v20221229/aiart_client.py +46 -0
- tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
- tencentcloud/aiart/v20221229/models.py +289 -0
- tencentcloud/ams/v20201229/models.py +101 -0
- tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
- tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
- tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
- tencentcloud/antiddos/v20200309/models.py +1671 -97
- tencentcloud/apm/v20210622/apm_client.py +23 -0
- tencentcloud/apm/v20210622/apm_client_async.py +18 -0
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +1678 -78
- tencentcloud/asr/v20190614/models.py +100 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +475 -338
- tencentcloud/bh/v20230418/models.py +179 -6
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/billing_client_async.py +18 -0
- tencentcloud/billing/v20180709/models.py +328 -6
- tencentcloud/cam/v20190116/models.py +111 -2
- tencentcloud/car/v20220110/car_client.py +23 -0
- tencentcloud/car/v20220110/car_client_async.py +18 -0
- tencentcloud/car/v20220110/models.py +109 -0
- tencentcloud/cbs/v20170312/models.py +14 -14
- tencentcloud/ccc/v20200210/ccc_client.py +42 -13
- tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +256 -4
- tencentcloud/cdb/v20170320/models.py +37 -16
- tencentcloud/cdc/v20201214/models.py +92 -124
- tencentcloud/cdn/v20180606/cdn_client.py +0 -78
- tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
- tencentcloud/cdn/v20180606/errorcodes.py +3 -0
- tencentcloud/cdn/v20180606/models.py +464 -1028
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
- tencentcloud/cdwch/v20200915/models.py +555 -0
- tencentcloud/cdwdoris/v20211228/models.py +505 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/cfs/v20190719/models.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client.py +278 -23
- tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
- tencentcloud/cfw/v20190904/models.py +3319 -1154
- tencentcloud/chdfs/v20201112/models.py +150 -0
- tencentcloud/ckafka/v20190819/models.py +458 -282
- tencentcloud/clb/v20180317/clb_client.py +23 -0
- tencentcloud/clb/v20180317/clb_client_async.py +18 -0
- tencentcloud/clb/v20180317/models.py +230 -130
- tencentcloud/cloudapp/v20220530/models.py +190 -36
- tencentcloud/cloudaudit/v20190319/models.py +32 -4
- tencentcloud/cloudmate/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/__init__.py +0 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
- tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
- tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
- tencentcloud/cloudmate/v20251030/models.py +387 -0
- tencentcloud/cls/v20201016/cls_client.py +1064 -0
- tencentcloud/cls/v20201016/cls_client_async.py +860 -26
- tencentcloud/cls/v20201016/models.py +10246 -384
- tencentcloud/cme/v20191029/models.py +23 -0
- tencentcloud/csip/v20221121/models.py +317 -0
- tencentcloud/cvm/v20170312/cvm_client.py +1 -1
- tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +28 -8
- tencentcloud/cwp/v20180228/cwp_client.py +0 -188
- tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
- tencentcloud/cwp/v20180228/models.py +1097 -1814
- tencentcloud/cynosdb/v20190107/models.py +181 -48
- tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
- tencentcloud/dataagent/v20250513/models.py +1477 -52
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
- tencentcloud/dbbrain/v20210527/models.py +261 -15
- tencentcloud/dbs/v20211108/dbs_client.py +69 -0
- tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
- tencentcloud/dbs/v20211108/errorcodes.py +15 -0
- tencentcloud/dbs/v20211108/models.py +1173 -27
- tencentcloud/dlc/v20210125/dlc_client.py +69 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
- tencentcloud/dlc/v20210125/errorcodes.py +15 -0
- tencentcloud/dlc/v20210125/models.py +1016 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
- tencentcloud/dnspod/v20210323/models.py +4 -4
- tencentcloud/emr/v20190103/emr_client.py +46 -0
- tencentcloud/emr/v20190103/emr_client_async.py +36 -0
- tencentcloud/emr/v20190103/models.py +625 -2
- tencentcloud/es/v20180416/errorcodes.py +15 -0
- tencentcloud/es/v20180416/es_client.py +115 -0
- tencentcloud/es/v20180416/es_client_async.py +90 -0
- tencentcloud/es/v20180416/models.py +498 -4
- tencentcloud/ess/v20201111/ess_client.py +153 -6
- tencentcloud/ess/v20201111/ess_client_async.py +128 -6
- tencentcloud/ess/v20201111/models.py +1496 -58
- tencentcloud/essbasic/v20210526/models.py +129 -23
- tencentcloud/evt/v20250217/evt_client.py +46 -0
- tencentcloud/evt/v20250217/evt_client_async.py +36 -0
- tencentcloud/evt/v20250217/models.py +188 -0
- tencentcloud/faceid/v20180301/models.py +10 -4
- tencentcloud/gaap/v20180529/models.py +260 -352
- tencentcloud/gs/v20191118/models.py +150 -4
- tencentcloud/gwlb/v20240906/models.py +48 -70
- tencentcloud/iai/v20180301/models.py +4 -4
- tencentcloud/iai/v20200303/models.py +4 -4
- tencentcloud/igtm/v20231024/errorcodes.py +1 -1
- tencentcloud/ims/v20201229/ims_client.py +1 -1
- tencentcloud/ims/v20201229/ims_client_async.py +1 -1
- tencentcloud/ioa/v20220601/models.py +60 -0
- tencentcloud/keewidb/v20220308/models.py +52 -68
- tencentcloud/lcic/v20220817/models.py +15 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +8 -0
- tencentcloud/live/v20180801/errorcodes.py +6 -0
- tencentcloud/live/v20180801/live_client.py +143 -0
- tencentcloud/live/v20180801/live_client_async.py +113 -0
- tencentcloud/live/v20180801/models.py +914 -311
- tencentcloud/lke/v20231130/lke_client.py +48 -1
- tencentcloud/lke/v20231130/lke_client_async.py +43 -1
- tencentcloud/lke/v20231130/models.py +2940 -459
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +2 -6
- tencentcloud/lowcode/v20210108/models.py +30 -0
- tencentcloud/mna/v20210119/models.py +18 -2
- tencentcloud/mongodb/v20190725/models.py +2 -2
- tencentcloud/monitor/v20180724/models.py +258 -0
- tencentcloud/mps/v20190612/errorcodes.py +9 -0
- tencentcloud/mps/v20190612/models.py +3007 -140
- tencentcloud/mps/v20190612/mps_client.py +115 -0
- tencentcloud/mps/v20190612/mps_client_async.py +90 -0
- tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
- tencentcloud/oceanus/v20190422/models.py +210 -4
- tencentcloud/ocr/v20181119/models.py +72 -4
- tencentcloud/ocr/v20181119/ocr_client.py +12 -8
- tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
- tencentcloud/partners/v20180321/models.py +88 -92
- tencentcloud/pts/v20210728/models.py +206 -0
- tencentcloud/rce/v20250425/__init__.py +0 -0
- tencentcloud/rce/v20250425/errorcodes.py +15 -0
- tencentcloud/rce/v20250425/models.py +301 -0
- tencentcloud/rce/v20250425/rce_client.py +49 -0
- tencentcloud/rce/v20250425/rce_client_async.py +44 -0
- tencentcloud/redis/v20180412/models.py +65 -70
- tencentcloud/rum/v20210622/models.py +548 -0
- tencentcloud/rum/v20210622/rum_client.py +23 -0
- tencentcloud/rum/v20210622/rum_client_async.py +18 -0
- tencentcloud/scf/v20180416/models.py +28 -2
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +991 -70
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
- tencentcloud/ssm/v20190923/models.py +134 -0
- tencentcloud/svp/v20240125/models.py +35 -20
- tencentcloud/tag/v20180813/models.py +34 -54
- tencentcloud/tat/v20201028/models.py +2 -0
- tencentcloud/tcaplusdb/v20190823/models.py +0 -337
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
- tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
- tencentcloud/tcb/v20180608/errorcodes.py +15 -12
- tencentcloud/tcb/v20180608/models.py +5761 -8383
- tencentcloud/tcb/v20180608/tcb_client.py +0 -276
- tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
- tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
- tencentcloud/tcbr/v20220217/models.py +4193 -1389
- tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
- tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
- tencentcloud/tcr/v20190924/models.py +727 -61
- tencentcloud/tcr/v20190924/tcr_client.py +92 -0
- tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
- tencentcloud/tcss/v20201101/models.py +30 -0
- tencentcloud/tdai/v20250717/models.py +440 -2
- tencentcloud/tdai/v20250717/tdai_client.py +23 -0
- tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
- tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +432 -4
- tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
- tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
- tencentcloud/teo/v20220901/errorcodes.py +39 -0
- tencentcloud/teo/v20220901/models.py +596 -79
- tencentcloud/teo/v20220901/teo_client.py +107 -1
- tencentcloud/teo/v20220901/teo_client_async.py +97 -1
- tencentcloud/thpc/v20211109/models.py +14 -14
- tencentcloud/thpc/v20220401/models.py +14 -14
- tencentcloud/thpc/v20230321/models.py +20 -54
- tencentcloud/tione/v20211111/errorcodes.py +9 -0
- tencentcloud/tione/v20211111/models.py +910 -73
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tione/v20211111/tione_client_async.py +54 -0
- tencentcloud/tke/v20180525/models.py +468 -18
- tencentcloud/tke/v20180525/tke_client.py +69 -0
- tencentcloud/tke/v20180525/tke_client_async.py +54 -0
- tencentcloud/tke/v20220501/models.py +539 -0
- tencentcloud/tke/v20220501/tke_client.py +23 -0
- tencentcloud/tke/v20220501/tke_client_async.py +18 -0
- tencentcloud/trocket/v20230308/models.py +42 -21
- tencentcloud/trocket/v20230308/trocket_client.py +2 -1
- tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +173 -30
- tencentcloud/tse/v20201207/models.py +42 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +15 -510
- tencentcloud/tsf/v20180326/tsf_client.py +66 -47
- tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/tts/v20190823/tts_client_async.py +1 -1
- tencentcloud/vclm/v20240523/models.py +383 -0
- tencentcloud/vclm/v20240523/vclm_client.py +46 -0
- tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
- tencentcloud/vcube/v20220410/models.py +30 -0
- tencentcloud/vdb/v20230616/models.py +567 -0
- tencentcloud/vdb/v20230616/vdb_client.py +69 -0
- tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
- tencentcloud/vm/v20210922/models.py +116 -0
- tencentcloud/vod/v20180717/errorcodes.py +3 -0
- tencentcloud/vod/v20180717/models.py +4107 -622
- tencentcloud/vod/v20180717/vod_client.py +72 -3
- tencentcloud/vod/v20180717/vod_client_async.py +57 -3
- tencentcloud/vpc/v20170312/errorcodes.py +15 -0
- tencentcloud/vpc/v20170312/models.py +387 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
- tencentcloud/waf/v20180125/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +970 -0
- tencentcloud/waf/v20180125/waf_client.py +46 -0
- tencentcloud/waf/v20180125/waf_client_async.py +36 -0
- tencentcloud/wedata/v20210820/models.py +2851 -29
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
- tencentcloud/wedata/v20250806/errorcodes.py +21 -0
- tencentcloud/wedata/v20250806/models.py +40999 -15704
- tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
- tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
- tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
- tencentcloud/weilingwith/v20230427/models.py +17 -336
- tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
- tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
- tencentcloud/wimgs/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/__init__.py +0 -0
- tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
- tencentcloud/wimgs/v20251106/models.py +132 -0
- tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
- tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
- tencentcloud/wsa/v20250508/errorcodes.py +6 -0
- tencentcloud/wsa/v20250508/models.py +17 -2
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
|
@@ -8945,155 +8945,6 @@ class RegionInfo(AbstractModel):
|
|
|
8945
8945
|
|
|
8946
8946
|
|
|
8947
8947
|
|
|
8948
|
-
class RollbackTablesRequest(AbstractModel):
|
|
8949
|
-
r"""RollbackTables请求参数结构体
|
|
8950
|
-
|
|
8951
|
-
"""
|
|
8952
|
-
|
|
8953
|
-
def __init__(self):
|
|
8954
|
-
r"""
|
|
8955
|
-
:param _ClusterId: 待回档表格所在集群ID
|
|
8956
|
-
:type ClusterId: str
|
|
8957
|
-
:param _SelectedTables: 待回档表格列表
|
|
8958
|
-
:type SelectedTables: list of SelectedTableInfoNew
|
|
8959
|
-
:param _RollbackTime: 待回档时间
|
|
8960
|
-
:type RollbackTime: str
|
|
8961
|
-
:param _Mode: 回档模式,支持:`KEYS`
|
|
8962
|
-
:type Mode: str
|
|
8963
|
-
"""
|
|
8964
|
-
self._ClusterId = None
|
|
8965
|
-
self._SelectedTables = None
|
|
8966
|
-
self._RollbackTime = None
|
|
8967
|
-
self._Mode = None
|
|
8968
|
-
|
|
8969
|
-
@property
|
|
8970
|
-
def ClusterId(self):
|
|
8971
|
-
r"""待回档表格所在集群ID
|
|
8972
|
-
:rtype: str
|
|
8973
|
-
"""
|
|
8974
|
-
return self._ClusterId
|
|
8975
|
-
|
|
8976
|
-
@ClusterId.setter
|
|
8977
|
-
def ClusterId(self, ClusterId):
|
|
8978
|
-
self._ClusterId = ClusterId
|
|
8979
|
-
|
|
8980
|
-
@property
|
|
8981
|
-
def SelectedTables(self):
|
|
8982
|
-
r"""待回档表格列表
|
|
8983
|
-
:rtype: list of SelectedTableInfoNew
|
|
8984
|
-
"""
|
|
8985
|
-
return self._SelectedTables
|
|
8986
|
-
|
|
8987
|
-
@SelectedTables.setter
|
|
8988
|
-
def SelectedTables(self, SelectedTables):
|
|
8989
|
-
self._SelectedTables = SelectedTables
|
|
8990
|
-
|
|
8991
|
-
@property
|
|
8992
|
-
def RollbackTime(self):
|
|
8993
|
-
r"""待回档时间
|
|
8994
|
-
:rtype: str
|
|
8995
|
-
"""
|
|
8996
|
-
return self._RollbackTime
|
|
8997
|
-
|
|
8998
|
-
@RollbackTime.setter
|
|
8999
|
-
def RollbackTime(self, RollbackTime):
|
|
9000
|
-
self._RollbackTime = RollbackTime
|
|
9001
|
-
|
|
9002
|
-
@property
|
|
9003
|
-
def Mode(self):
|
|
9004
|
-
r"""回档模式,支持:`KEYS`
|
|
9005
|
-
:rtype: str
|
|
9006
|
-
"""
|
|
9007
|
-
return self._Mode
|
|
9008
|
-
|
|
9009
|
-
@Mode.setter
|
|
9010
|
-
def Mode(self, Mode):
|
|
9011
|
-
self._Mode = Mode
|
|
9012
|
-
|
|
9013
|
-
|
|
9014
|
-
def _deserialize(self, params):
|
|
9015
|
-
self._ClusterId = params.get("ClusterId")
|
|
9016
|
-
if params.get("SelectedTables") is not None:
|
|
9017
|
-
self._SelectedTables = []
|
|
9018
|
-
for item in params.get("SelectedTables"):
|
|
9019
|
-
obj = SelectedTableInfoNew()
|
|
9020
|
-
obj._deserialize(item)
|
|
9021
|
-
self._SelectedTables.append(obj)
|
|
9022
|
-
self._RollbackTime = params.get("RollbackTime")
|
|
9023
|
-
self._Mode = params.get("Mode")
|
|
9024
|
-
memeber_set = set(params.keys())
|
|
9025
|
-
for name, value in vars(self).items():
|
|
9026
|
-
property_name = name[1:]
|
|
9027
|
-
if property_name in memeber_set:
|
|
9028
|
-
memeber_set.remove(property_name)
|
|
9029
|
-
if len(memeber_set) > 0:
|
|
9030
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
9031
|
-
|
|
9032
|
-
|
|
9033
|
-
|
|
9034
|
-
class RollbackTablesResponse(AbstractModel):
|
|
9035
|
-
r"""RollbackTables返回参数结构体
|
|
9036
|
-
|
|
9037
|
-
"""
|
|
9038
|
-
|
|
9039
|
-
def __init__(self):
|
|
9040
|
-
r"""
|
|
9041
|
-
:param _TotalCount: 表格回档任务结果数量
|
|
9042
|
-
:type TotalCount: int
|
|
9043
|
-
:param _TableResults: 表格回档任务结果列表
|
|
9044
|
-
:type TableResults: list of TableRollbackResultNew
|
|
9045
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9046
|
-
:type RequestId: str
|
|
9047
|
-
"""
|
|
9048
|
-
self._TotalCount = None
|
|
9049
|
-
self._TableResults = None
|
|
9050
|
-
self._RequestId = None
|
|
9051
|
-
|
|
9052
|
-
@property
|
|
9053
|
-
def TotalCount(self):
|
|
9054
|
-
r"""表格回档任务结果数量
|
|
9055
|
-
:rtype: int
|
|
9056
|
-
"""
|
|
9057
|
-
return self._TotalCount
|
|
9058
|
-
|
|
9059
|
-
@TotalCount.setter
|
|
9060
|
-
def TotalCount(self, TotalCount):
|
|
9061
|
-
self._TotalCount = TotalCount
|
|
9062
|
-
|
|
9063
|
-
@property
|
|
9064
|
-
def TableResults(self):
|
|
9065
|
-
r"""表格回档任务结果列表
|
|
9066
|
-
:rtype: list of TableRollbackResultNew
|
|
9067
|
-
"""
|
|
9068
|
-
return self._TableResults
|
|
9069
|
-
|
|
9070
|
-
@TableResults.setter
|
|
9071
|
-
def TableResults(self, TableResults):
|
|
9072
|
-
self._TableResults = TableResults
|
|
9073
|
-
|
|
9074
|
-
@property
|
|
9075
|
-
def RequestId(self):
|
|
9076
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9077
|
-
:rtype: str
|
|
9078
|
-
"""
|
|
9079
|
-
return self._RequestId
|
|
9080
|
-
|
|
9081
|
-
@RequestId.setter
|
|
9082
|
-
def RequestId(self, RequestId):
|
|
9083
|
-
self._RequestId = RequestId
|
|
9084
|
-
|
|
9085
|
-
|
|
9086
|
-
def _deserialize(self, params):
|
|
9087
|
-
self._TotalCount = params.get("TotalCount")
|
|
9088
|
-
if params.get("TableResults") is not None:
|
|
9089
|
-
self._TableResults = []
|
|
9090
|
-
for item in params.get("TableResults"):
|
|
9091
|
-
obj = TableRollbackResultNew()
|
|
9092
|
-
obj._deserialize(item)
|
|
9093
|
-
self._TableResults.append(obj)
|
|
9094
|
-
self._RequestId = params.get("RequestId")
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
8948
|
class SelectedTableInfoNew(AbstractModel):
|
|
9098
8949
|
r"""被选中的表信息
|
|
9099
8950
|
|
|
@@ -11393,194 +11244,6 @@ class TableResultNew(AbstractModel):
|
|
|
11393
11244
|
|
|
11394
11245
|
|
|
11395
11246
|
|
|
11396
|
-
class TableRollbackResultNew(AbstractModel):
|
|
11397
|
-
r"""表格回档结果信息
|
|
11398
|
-
|
|
11399
|
-
"""
|
|
11400
|
-
|
|
11401
|
-
def __init__(self):
|
|
11402
|
-
r"""
|
|
11403
|
-
:param _TableInstanceId: 表格实例ID,形如:tcaplus-3be64cbb
|
|
11404
|
-
:type TableInstanceId: str
|
|
11405
|
-
:param _TaskId: 任务ID,对于创建单任务的接口有效
|
|
11406
|
-
:type TaskId: str
|
|
11407
|
-
:param _TableName: 表格名称
|
|
11408
|
-
:type TableName: str
|
|
11409
|
-
:param _TableType: 表格数据结构类型,如:`GENERIC`或`LIST`
|
|
11410
|
-
:type TableType: str
|
|
11411
|
-
:param _TableIdlType: 表格数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
|
11412
|
-
:type TableIdlType: str
|
|
11413
|
-
:param _TableGroupId: 表格所属表格组ID
|
|
11414
|
-
:type TableGroupId: str
|
|
11415
|
-
:param _Error: 错误信息
|
|
11416
|
-
:type Error: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11417
|
-
:param _TaskIds: 任务ID列表,对于创建多任务的接口有效
|
|
11418
|
-
:type TaskIds: list of str
|
|
11419
|
-
:param _FileId: 上传的key文件ID
|
|
11420
|
-
:type FileId: str
|
|
11421
|
-
:param _SuccKeyNum: 校验成功Key数量
|
|
11422
|
-
:type SuccKeyNum: int
|
|
11423
|
-
:param _TotalKeyNum: Key文件中包含总的Key数量
|
|
11424
|
-
:type TotalKeyNum: int
|
|
11425
|
-
"""
|
|
11426
|
-
self._TableInstanceId = None
|
|
11427
|
-
self._TaskId = None
|
|
11428
|
-
self._TableName = None
|
|
11429
|
-
self._TableType = None
|
|
11430
|
-
self._TableIdlType = None
|
|
11431
|
-
self._TableGroupId = None
|
|
11432
|
-
self._Error = None
|
|
11433
|
-
self._TaskIds = None
|
|
11434
|
-
self._FileId = None
|
|
11435
|
-
self._SuccKeyNum = None
|
|
11436
|
-
self._TotalKeyNum = None
|
|
11437
|
-
|
|
11438
|
-
@property
|
|
11439
|
-
def TableInstanceId(self):
|
|
11440
|
-
r"""表格实例ID,形如:tcaplus-3be64cbb
|
|
11441
|
-
:rtype: str
|
|
11442
|
-
"""
|
|
11443
|
-
return self._TableInstanceId
|
|
11444
|
-
|
|
11445
|
-
@TableInstanceId.setter
|
|
11446
|
-
def TableInstanceId(self, TableInstanceId):
|
|
11447
|
-
self._TableInstanceId = TableInstanceId
|
|
11448
|
-
|
|
11449
|
-
@property
|
|
11450
|
-
def TaskId(self):
|
|
11451
|
-
r"""任务ID,对于创建单任务的接口有效
|
|
11452
|
-
:rtype: str
|
|
11453
|
-
"""
|
|
11454
|
-
return self._TaskId
|
|
11455
|
-
|
|
11456
|
-
@TaskId.setter
|
|
11457
|
-
def TaskId(self, TaskId):
|
|
11458
|
-
self._TaskId = TaskId
|
|
11459
|
-
|
|
11460
|
-
@property
|
|
11461
|
-
def TableName(self):
|
|
11462
|
-
r"""表格名称
|
|
11463
|
-
:rtype: str
|
|
11464
|
-
"""
|
|
11465
|
-
return self._TableName
|
|
11466
|
-
|
|
11467
|
-
@TableName.setter
|
|
11468
|
-
def TableName(self, TableName):
|
|
11469
|
-
self._TableName = TableName
|
|
11470
|
-
|
|
11471
|
-
@property
|
|
11472
|
-
def TableType(self):
|
|
11473
|
-
r"""表格数据结构类型,如:`GENERIC`或`LIST`
|
|
11474
|
-
:rtype: str
|
|
11475
|
-
"""
|
|
11476
|
-
return self._TableType
|
|
11477
|
-
|
|
11478
|
-
@TableType.setter
|
|
11479
|
-
def TableType(self, TableType):
|
|
11480
|
-
self._TableType = TableType
|
|
11481
|
-
|
|
11482
|
-
@property
|
|
11483
|
-
def TableIdlType(self):
|
|
11484
|
-
r"""表格数据描述语言(IDL)类型,如:`PROTO`或`TDR`
|
|
11485
|
-
:rtype: str
|
|
11486
|
-
"""
|
|
11487
|
-
return self._TableIdlType
|
|
11488
|
-
|
|
11489
|
-
@TableIdlType.setter
|
|
11490
|
-
def TableIdlType(self, TableIdlType):
|
|
11491
|
-
self._TableIdlType = TableIdlType
|
|
11492
|
-
|
|
11493
|
-
@property
|
|
11494
|
-
def TableGroupId(self):
|
|
11495
|
-
r"""表格所属表格组ID
|
|
11496
|
-
:rtype: str
|
|
11497
|
-
"""
|
|
11498
|
-
return self._TableGroupId
|
|
11499
|
-
|
|
11500
|
-
@TableGroupId.setter
|
|
11501
|
-
def TableGroupId(self, TableGroupId):
|
|
11502
|
-
self._TableGroupId = TableGroupId
|
|
11503
|
-
|
|
11504
|
-
@property
|
|
11505
|
-
def Error(self):
|
|
11506
|
-
r"""错误信息
|
|
11507
|
-
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.ErrorInfo`
|
|
11508
|
-
"""
|
|
11509
|
-
return self._Error
|
|
11510
|
-
|
|
11511
|
-
@Error.setter
|
|
11512
|
-
def Error(self, Error):
|
|
11513
|
-
self._Error = Error
|
|
11514
|
-
|
|
11515
|
-
@property
|
|
11516
|
-
def TaskIds(self):
|
|
11517
|
-
r"""任务ID列表,对于创建多任务的接口有效
|
|
11518
|
-
:rtype: list of str
|
|
11519
|
-
"""
|
|
11520
|
-
return self._TaskIds
|
|
11521
|
-
|
|
11522
|
-
@TaskIds.setter
|
|
11523
|
-
def TaskIds(self, TaskIds):
|
|
11524
|
-
self._TaskIds = TaskIds
|
|
11525
|
-
|
|
11526
|
-
@property
|
|
11527
|
-
def FileId(self):
|
|
11528
|
-
r"""上传的key文件ID
|
|
11529
|
-
:rtype: str
|
|
11530
|
-
"""
|
|
11531
|
-
return self._FileId
|
|
11532
|
-
|
|
11533
|
-
@FileId.setter
|
|
11534
|
-
def FileId(self, FileId):
|
|
11535
|
-
self._FileId = FileId
|
|
11536
|
-
|
|
11537
|
-
@property
|
|
11538
|
-
def SuccKeyNum(self):
|
|
11539
|
-
r"""校验成功Key数量
|
|
11540
|
-
:rtype: int
|
|
11541
|
-
"""
|
|
11542
|
-
return self._SuccKeyNum
|
|
11543
|
-
|
|
11544
|
-
@SuccKeyNum.setter
|
|
11545
|
-
def SuccKeyNum(self, SuccKeyNum):
|
|
11546
|
-
self._SuccKeyNum = SuccKeyNum
|
|
11547
|
-
|
|
11548
|
-
@property
|
|
11549
|
-
def TotalKeyNum(self):
|
|
11550
|
-
r"""Key文件中包含总的Key数量
|
|
11551
|
-
:rtype: int
|
|
11552
|
-
"""
|
|
11553
|
-
return self._TotalKeyNum
|
|
11554
|
-
|
|
11555
|
-
@TotalKeyNum.setter
|
|
11556
|
-
def TotalKeyNum(self, TotalKeyNum):
|
|
11557
|
-
self._TotalKeyNum = TotalKeyNum
|
|
11558
|
-
|
|
11559
|
-
|
|
11560
|
-
def _deserialize(self, params):
|
|
11561
|
-
self._TableInstanceId = params.get("TableInstanceId")
|
|
11562
|
-
self._TaskId = params.get("TaskId")
|
|
11563
|
-
self._TableName = params.get("TableName")
|
|
11564
|
-
self._TableType = params.get("TableType")
|
|
11565
|
-
self._TableIdlType = params.get("TableIdlType")
|
|
11566
|
-
self._TableGroupId = params.get("TableGroupId")
|
|
11567
|
-
if params.get("Error") is not None:
|
|
11568
|
-
self._Error = ErrorInfo()
|
|
11569
|
-
self._Error._deserialize(params.get("Error"))
|
|
11570
|
-
self._TaskIds = params.get("TaskIds")
|
|
11571
|
-
self._FileId = params.get("FileId")
|
|
11572
|
-
self._SuccKeyNum = params.get("SuccKeyNum")
|
|
11573
|
-
self._TotalKeyNum = params.get("TotalKeyNum")
|
|
11574
|
-
memeber_set = set(params.keys())
|
|
11575
|
-
for name, value in vars(self).items():
|
|
11576
|
-
property_name = name[1:]
|
|
11577
|
-
if property_name in memeber_set:
|
|
11578
|
-
memeber_set.remove(property_name)
|
|
11579
|
-
if len(memeber_set) > 0:
|
|
11580
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
11581
|
-
|
|
11582
|
-
|
|
11583
|
-
|
|
11584
11247
|
class TagInfoUnit(AbstractModel):
|
|
11585
11248
|
r"""标签信息单元
|
|
11586
11249
|
|
|
@@ -1111,31 +1111,6 @@ class TcaplusdbClient(AbstractClient):
|
|
|
1111
1111
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1112
1112
|
|
|
1113
1113
|
|
|
1114
|
-
def RollbackTables(self, request):
|
|
1115
|
-
r"""不再使用
|
|
1116
|
-
|
|
1117
|
-
表格数据回档
|
|
1118
|
-
|
|
1119
|
-
:param request: Request instance for RollbackTables.
|
|
1120
|
-
:type request: :class:`tencentcloud.tcaplusdb.v20190823.models.RollbackTablesRequest`
|
|
1121
|
-
:rtype: :class:`tencentcloud.tcaplusdb.v20190823.models.RollbackTablesResponse`
|
|
1122
|
-
|
|
1123
|
-
"""
|
|
1124
|
-
try:
|
|
1125
|
-
params = request._serialize()
|
|
1126
|
-
headers = request.headers
|
|
1127
|
-
body = self.call("RollbackTables", params, headers=headers)
|
|
1128
|
-
response = json.loads(body)
|
|
1129
|
-
model = models.RollbackTablesResponse()
|
|
1130
|
-
model._deserialize(response["Response"])
|
|
1131
|
-
return model
|
|
1132
|
-
except Exception as e:
|
|
1133
|
-
if isinstance(e, TencentCloudSDKException):
|
|
1134
|
-
raise
|
|
1135
|
-
else:
|
|
1136
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
1114
|
def SetBackupExpireRule(self, request):
|
|
1140
1115
|
r"""新增、删除、修改备份过期策略, ClusterId必须为具体的集群Id(appid)
|
|
1141
1116
|
|
|
@@ -875,26 +875,6 @@ class TcaplusdbClient(AbstractClient):
|
|
|
875
875
|
|
|
876
876
|
return await self.call_and_deserialize(**kwargs)
|
|
877
877
|
|
|
878
|
-
async def RollbackTables(
|
|
879
|
-
self,
|
|
880
|
-
request: models.RollbackTablesRequest,
|
|
881
|
-
opts: Dict = None,
|
|
882
|
-
) -> models.RollbackTablesResponse:
|
|
883
|
-
"""
|
|
884
|
-
不再使用
|
|
885
|
-
|
|
886
|
-
表格数据回档
|
|
887
|
-
"""
|
|
888
|
-
|
|
889
|
-
kwargs = {}
|
|
890
|
-
kwargs["action"] = "RollbackTables"
|
|
891
|
-
kwargs["params"] = request._serialize()
|
|
892
|
-
kwargs["resp_cls"] = models.RollbackTablesResponse
|
|
893
|
-
kwargs["headers"] = request.headers
|
|
894
|
-
kwargs["opts"] = opts or {}
|
|
895
|
-
|
|
896
|
-
return await self.call_and_deserialize(**kwargs)
|
|
897
|
-
|
|
898
878
|
async def SetBackupExpireRule(
|
|
899
879
|
self,
|
|
900
880
|
request: models.SetBackupExpireRuleRequest,
|
|
@@ -47,12 +47,6 @@ INTERNALERROR = 'InternalError'
|
|
|
47
47
|
# 数据库错误。
|
|
48
48
|
INTERNALERROR_DATABASE = 'InternalError.Database'
|
|
49
49
|
|
|
50
|
-
# 系统失败。
|
|
51
|
-
INTERNALERROR_SYSTEMFAIL = 'InternalError.SystemFail'
|
|
52
|
-
|
|
53
|
-
# 服务超时。
|
|
54
|
-
INTERNALERROR_TIMEOUT = 'InternalError.Timeout'
|
|
55
|
-
|
|
56
50
|
# 参数错误。
|
|
57
51
|
INVALIDPARAMETER = 'InvalidParameter'
|
|
58
52
|
|
|
@@ -122,12 +116,18 @@ RESOURCEINSUFFICIENT = 'ResourceInsufficient'
|
|
|
122
116
|
# 资源不存在。
|
|
123
117
|
RESOURCENOTFOUND = 'ResourceNotFound'
|
|
124
118
|
|
|
119
|
+
# 请求的云托管服务未找到
|
|
120
|
+
RESOURCENOTFOUND_SERVERNOTFOUND = 'ResourceNotFound.ServerNotFound'
|
|
121
|
+
|
|
125
122
|
# 主题不存在
|
|
126
123
|
RESOURCENOTFOUND_TOPICNOTEXIST = 'ResourceNotFound.TopicNotExist'
|
|
127
124
|
|
|
128
125
|
# 用户不存在。
|
|
129
126
|
RESOURCENOTFOUND_USERNOTEXISTS = 'ResourceNotFound.UserNotExists'
|
|
130
127
|
|
|
128
|
+
# 请求参数中的云托管版本未找到
|
|
129
|
+
RESOURCENOTFOUND_VERSIONNOTFOUND = 'ResourceNotFound.VersionNotFound'
|
|
130
|
+
|
|
131
131
|
# 资源不可用。
|
|
132
132
|
RESOURCEUNAVAILABLE = 'ResourceUnavailable'
|
|
133
133
|
|
|
@@ -143,6 +143,15 @@ RESOURCEUNAVAILABLE_INVOICEAMOUNTLACK = 'ResourceUnavailable.InvoiceAmountLack'
|
|
|
143
143
|
# 云项目oAuth授权失效(即RefreshToken过期)。
|
|
144
144
|
RESOURCEUNAVAILABLE_REFRESHTOKENEXPIRED = 'ResourceUnavailable.RefreshTokenExpired'
|
|
145
145
|
|
|
146
|
+
# 资源被封禁
|
|
147
|
+
RESOURCEUNAVAILABLE_RESOURCEBANNED = 'ResourceUnavailable.ResourceBanned'
|
|
148
|
+
|
|
149
|
+
# 资源已冻结
|
|
150
|
+
RESOURCEUNAVAILABLE_RESOURCEFROZEN = 'ResourceUnavailable.ResourceFrozen'
|
|
151
|
+
|
|
152
|
+
# 资源已隔离
|
|
153
|
+
RESOURCEUNAVAILABLE_RESOURCEISOLATED = 'ResourceUnavailable.ResourceIsolated'
|
|
154
|
+
|
|
146
155
|
# 资源过期。
|
|
147
156
|
RESOURCEUNAVAILABLE_RESOURCEOVERDUE = 'ResourceUnavailable.ResourceOverdue'
|
|
148
157
|
|
|
@@ -155,11 +164,5 @@ UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
|
|
155
164
|
# 外部代码仓库未授权。
|
|
156
165
|
UNAUTHORIZEDOPERATION_CODEOAUTHUNAUTHORIZED = 'UnauthorizedOperation.CodeOAuthUnauthorized'
|
|
157
166
|
|
|
158
|
-
# 未知参数错误。
|
|
159
|
-
UNKNOWNPARAMETER = 'UnknownParameter'
|
|
160
|
-
|
|
161
167
|
# 操作不支持。
|
|
162
168
|
UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|
|
163
|
-
|
|
164
|
-
# 有正在进行中的任务。
|
|
165
|
-
UNSUPPORTEDOPERATION_TASKEXISTED = 'UnsupportedOperation.TaskExisted'
|