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
|
@@ -6304,6 +6304,8 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
6304
6304
|
:type AutoArchive: str
|
|
6305
6305
|
:param _AutoArchiveDelayHours: 暂停后的归档处理时间
|
|
6306
6306
|
:type AutoArchiveDelayHours: int
|
|
6307
|
+
:param _CynosVersion: 内核小版本号
|
|
6308
|
+
:type CynosVersion: str
|
|
6307
6309
|
"""
|
|
6308
6310
|
self._Zone = None
|
|
6309
6311
|
self._VpcId = None
|
|
@@ -6350,6 +6352,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
6350
6352
|
self._ProxyConfig = None
|
|
6351
6353
|
self._AutoArchive = None
|
|
6352
6354
|
self._AutoArchiveDelayHours = None
|
|
6355
|
+
self._CynosVersion = None
|
|
6353
6356
|
|
|
6354
6357
|
@property
|
|
6355
6358
|
def Zone(self):
|
|
@@ -6870,6 +6873,17 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
6870
6873
|
def AutoArchiveDelayHours(self, AutoArchiveDelayHours):
|
|
6871
6874
|
self._AutoArchiveDelayHours = AutoArchiveDelayHours
|
|
6872
6875
|
|
|
6876
|
+
@property
|
|
6877
|
+
def CynosVersion(self):
|
|
6878
|
+
r"""内核小版本号
|
|
6879
|
+
:rtype: str
|
|
6880
|
+
"""
|
|
6881
|
+
return self._CynosVersion
|
|
6882
|
+
|
|
6883
|
+
@CynosVersion.setter
|
|
6884
|
+
def CynosVersion(self, CynosVersion):
|
|
6885
|
+
self._CynosVersion = CynosVersion
|
|
6886
|
+
|
|
6873
6887
|
|
|
6874
6888
|
def _deserialize(self, params):
|
|
6875
6889
|
self._Zone = params.get("Zone")
|
|
@@ -6934,6 +6948,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
|
6934
6948
|
self._ProxyConfig._deserialize(params.get("ProxyConfig"))
|
|
6935
6949
|
self._AutoArchive = params.get("AutoArchive")
|
|
6936
6950
|
self._AutoArchiveDelayHours = params.get("AutoArchiveDelayHours")
|
|
6951
|
+
self._CynosVersion = params.get("CynosVersion")
|
|
6937
6952
|
memeber_set = set(params.keys())
|
|
6938
6953
|
for name, value in vars(self).items():
|
|
6939
6954
|
property_name = name[1:]
|
|
@@ -7835,48 +7850,60 @@ class CreateProxyEndPointRequest(AbstractModel):
|
|
|
7835
7850
|
|
|
7836
7851
|
def __init__(self):
|
|
7837
7852
|
r"""
|
|
7838
|
-
:param _ClusterId: 集群ID
|
|
7853
|
+
:param _ClusterId: 集群 ID。
|
|
7839
7854
|
:type ClusterId: str
|
|
7840
|
-
:param _UniqueVpcId: 私有网络ID,默认与集群私有网络ID
|
|
7855
|
+
:param _UniqueVpcId: 私有网络 ID,默认与集群私有网络 ID 保持一致。
|
|
7841
7856
|
:type UniqueVpcId: str
|
|
7842
|
-
:param _UniqueSubnetId: 私有网络子网ID,默认与集群子网ID
|
|
7857
|
+
:param _UniqueSubnetId: 私有网络子网 ID,默认与集群子网 ID 保持一致。
|
|
7843
7858
|
:type UniqueSubnetId: str
|
|
7844
|
-
:param _ConnectionPoolType: 连接池类型:SessionConnectionPool
|
|
7859
|
+
:param _ConnectionPoolType: 连接池类型:SessionConnectionPool(会话级别连接池)。
|
|
7845
7860
|
:type ConnectionPoolType: str
|
|
7846
|
-
:param _OpenConnectionPool:
|
|
7861
|
+
:param _OpenConnectionPool: 是否开启连接池。
|
|
7862
|
+
yes:表示开启。
|
|
7863
|
+
no:表示不开启。
|
|
7847
7864
|
:type OpenConnectionPool: str
|
|
7848
|
-
:param _ConnectionPoolTimeOut:
|
|
7865
|
+
:param _ConnectionPoolTimeOut: 连接池阈值:单位(秒),可选范围:0 - 300秒。
|
|
7849
7866
|
:type ConnectionPoolTimeOut: int
|
|
7850
|
-
:param _SecurityGroupIds: 绑定的安全组ID
|
|
7867
|
+
:param _SecurityGroupIds: 绑定的安全组 ID 数组。
|
|
7851
7868
|
:type SecurityGroupIds: list of str
|
|
7852
|
-
:param _Description:
|
|
7869
|
+
:param _Description: 描述说明。
|
|
7853
7870
|
:type Description: str
|
|
7854
|
-
:param _Vip: 想要绑定的vip信息,需与UniqueVpcId对应。
|
|
7871
|
+
:param _Vip: 想要绑定的 vip 信息,需与 UniqueVpcId 对应。
|
|
7855
7872
|
:type Vip: str
|
|
7856
7873
|
:param _WeightMode: 权重模式:
|
|
7857
|
-
system
|
|
7874
|
+
system:系统分配。
|
|
7875
|
+
custom:自定义。
|
|
7858
7876
|
:type WeightMode: str
|
|
7859
|
-
:param _AutoAddRo:
|
|
7877
|
+
:param _AutoAddRo: 是否自动添加只读实例。
|
|
7878
|
+
yes:表示自动添加只读实例。
|
|
7879
|
+
no:表示不自动添加只读实例。
|
|
7860
7880
|
:type AutoAddRo: str
|
|
7861
7881
|
:param _FailOver: 是否开启故障转移。
|
|
7862
|
-
yes
|
|
7863
|
-
no
|
|
7864
|
-
|
|
7882
|
+
yes:表示开启,开启后,当数据库代理出现故障时,连接地址将会路由到主实例。
|
|
7883
|
+
no:表示不开启。
|
|
7884
|
+
说明:
|
|
7885
|
+
仅当 RwType 参数值为 READWRITE 时,才支持设置此项。
|
|
7865
7886
|
:type FailOver: str
|
|
7866
7887
|
:param _ConsistencyType: 一致性类型:
|
|
7867
|
-
eventual
|
|
7888
|
+
eventual:最终一致性。
|
|
7889
|
+
global:全局一致性。
|
|
7890
|
+
session:会话一致性。
|
|
7891
|
+
说明:
|
|
7892
|
+
仅当 RwType 参数值为 READWRITE 时,才支持设置此项。
|
|
7868
7893
|
:type ConsistencyType: str
|
|
7869
7894
|
:param _RwType: 读写属性:
|
|
7870
|
-
READWRITE
|
|
7895
|
+
READWRITE:表示读写分离。当此参数值为 READWRITE 时,才支持设置 FailOver、ConsistencyType 参数。
|
|
7896
|
+
READONLY:表示只读。
|
|
7871
7897
|
:type RwType: str
|
|
7872
|
-
:param _ConsistencyTimeOut: 一致性超时时间。取值范围:0~1000000
|
|
7898
|
+
:param _ConsistencyTimeOut: 一致性超时时间。取值范围:0 ~ 1000000(微秒)。设置为0时,表示若只读实例出现延迟导致一致性策略不满足时,请求将一直等待。
|
|
7873
7899
|
:type ConsistencyTimeOut: int
|
|
7874
|
-
:param _TransSplit:
|
|
7900
|
+
:param _TransSplit: 是否开启事务拆分。开启后,在一个事务中拆分读和写到不同的实例上去执行。
|
|
7875
7901
|
:type TransSplit: bool
|
|
7876
|
-
:param _AccessMode:
|
|
7877
|
-
nearby
|
|
7902
|
+
:param _AccessMode: 接入模式:
|
|
7903
|
+
nearby:就近访问。
|
|
7904
|
+
balance:均衡分配。
|
|
7878
7905
|
:type AccessMode: str
|
|
7879
|
-
:param _InstanceWeights:
|
|
7906
|
+
:param _InstanceWeights: 实例权重。
|
|
7880
7907
|
:type InstanceWeights: list of ProxyInstanceWeight
|
|
7881
7908
|
"""
|
|
7882
7909
|
self._ClusterId = None
|
|
@@ -7900,7 +7927,7 @@ nearby,balance
|
|
|
7900
7927
|
|
|
7901
7928
|
@property
|
|
7902
7929
|
def ClusterId(self):
|
|
7903
|
-
r"""集群ID
|
|
7930
|
+
r"""集群 ID。
|
|
7904
7931
|
:rtype: str
|
|
7905
7932
|
"""
|
|
7906
7933
|
return self._ClusterId
|
|
@@ -7911,7 +7938,7 @@ nearby,balance
|
|
|
7911
7938
|
|
|
7912
7939
|
@property
|
|
7913
7940
|
def UniqueVpcId(self):
|
|
7914
|
-
r"""私有网络ID,默认与集群私有网络ID
|
|
7941
|
+
r"""私有网络 ID,默认与集群私有网络 ID 保持一致。
|
|
7915
7942
|
:rtype: str
|
|
7916
7943
|
"""
|
|
7917
7944
|
return self._UniqueVpcId
|
|
@@ -7922,7 +7949,7 @@ nearby,balance
|
|
|
7922
7949
|
|
|
7923
7950
|
@property
|
|
7924
7951
|
def UniqueSubnetId(self):
|
|
7925
|
-
r"""私有网络子网ID,默认与集群子网ID
|
|
7952
|
+
r"""私有网络子网 ID,默认与集群子网 ID 保持一致。
|
|
7926
7953
|
:rtype: str
|
|
7927
7954
|
"""
|
|
7928
7955
|
return self._UniqueSubnetId
|
|
@@ -7933,7 +7960,7 @@ nearby,balance
|
|
|
7933
7960
|
|
|
7934
7961
|
@property
|
|
7935
7962
|
def ConnectionPoolType(self):
|
|
7936
|
-
r"""连接池类型:SessionConnectionPool
|
|
7963
|
+
r"""连接池类型:SessionConnectionPool(会话级别连接池)。
|
|
7937
7964
|
:rtype: str
|
|
7938
7965
|
"""
|
|
7939
7966
|
return self._ConnectionPoolType
|
|
@@ -7944,7 +7971,9 @@ nearby,balance
|
|
|
7944
7971
|
|
|
7945
7972
|
@property
|
|
7946
7973
|
def OpenConnectionPool(self):
|
|
7947
|
-
r"""
|
|
7974
|
+
r"""是否开启连接池。
|
|
7975
|
+
yes:表示开启。
|
|
7976
|
+
no:表示不开启。
|
|
7948
7977
|
:rtype: str
|
|
7949
7978
|
"""
|
|
7950
7979
|
return self._OpenConnectionPool
|
|
@@ -7955,7 +7984,7 @@ nearby,balance
|
|
|
7955
7984
|
|
|
7956
7985
|
@property
|
|
7957
7986
|
def ConnectionPoolTimeOut(self):
|
|
7958
|
-
r"""
|
|
7987
|
+
r"""连接池阈值:单位(秒),可选范围:0 - 300秒。
|
|
7959
7988
|
:rtype: int
|
|
7960
7989
|
"""
|
|
7961
7990
|
return self._ConnectionPoolTimeOut
|
|
@@ -7966,7 +7995,7 @@ nearby,balance
|
|
|
7966
7995
|
|
|
7967
7996
|
@property
|
|
7968
7997
|
def SecurityGroupIds(self):
|
|
7969
|
-
r"""绑定的安全组ID
|
|
7998
|
+
r"""绑定的安全组 ID 数组。
|
|
7970
7999
|
:rtype: list of str
|
|
7971
8000
|
"""
|
|
7972
8001
|
return self._SecurityGroupIds
|
|
@@ -7977,7 +8006,7 @@ nearby,balance
|
|
|
7977
8006
|
|
|
7978
8007
|
@property
|
|
7979
8008
|
def Description(self):
|
|
7980
|
-
r"""
|
|
8009
|
+
r"""描述说明。
|
|
7981
8010
|
:rtype: str
|
|
7982
8011
|
"""
|
|
7983
8012
|
return self._Description
|
|
@@ -7988,7 +8017,7 @@ nearby,balance
|
|
|
7988
8017
|
|
|
7989
8018
|
@property
|
|
7990
8019
|
def Vip(self):
|
|
7991
|
-
r"""想要绑定的vip信息,需与UniqueVpcId对应。
|
|
8020
|
+
r"""想要绑定的 vip 信息,需与 UniqueVpcId 对应。
|
|
7992
8021
|
:rtype: str
|
|
7993
8022
|
"""
|
|
7994
8023
|
return self._Vip
|
|
@@ -8000,7 +8029,8 @@ nearby,balance
|
|
|
8000
8029
|
@property
|
|
8001
8030
|
def WeightMode(self):
|
|
8002
8031
|
r"""权重模式:
|
|
8003
|
-
system
|
|
8032
|
+
system:系统分配。
|
|
8033
|
+
custom:自定义。
|
|
8004
8034
|
:rtype: str
|
|
8005
8035
|
"""
|
|
8006
8036
|
return self._WeightMode
|
|
@@ -8011,7 +8041,9 @@ system-系统分配,custom-自定义
|
|
|
8011
8041
|
|
|
8012
8042
|
@property
|
|
8013
8043
|
def AutoAddRo(self):
|
|
8014
|
-
r"""
|
|
8044
|
+
r"""是否自动添加只读实例。
|
|
8045
|
+
yes:表示自动添加只读实例。
|
|
8046
|
+
no:表示不自动添加只读实例。
|
|
8015
8047
|
:rtype: str
|
|
8016
8048
|
"""
|
|
8017
8049
|
return self._AutoAddRo
|
|
@@ -8023,9 +8055,10 @@ system-系统分配,custom-自定义
|
|
|
8023
8055
|
@property
|
|
8024
8056
|
def FailOver(self):
|
|
8025
8057
|
r"""是否开启故障转移。
|
|
8026
|
-
yes
|
|
8027
|
-
no
|
|
8028
|
-
|
|
8058
|
+
yes:表示开启,开启后,当数据库代理出现故障时,连接地址将会路由到主实例。
|
|
8059
|
+
no:表示不开启。
|
|
8060
|
+
说明:
|
|
8061
|
+
仅当 RwType 参数值为 READWRITE 时,才支持设置此项。
|
|
8029
8062
|
:rtype: str
|
|
8030
8063
|
"""
|
|
8031
8064
|
return self._FailOver
|
|
@@ -8037,7 +8070,11 @@ no:不开启。
|
|
|
8037
8070
|
@property
|
|
8038
8071
|
def ConsistencyType(self):
|
|
8039
8072
|
r"""一致性类型:
|
|
8040
|
-
eventual
|
|
8073
|
+
eventual:最终一致性。
|
|
8074
|
+
global:全局一致性。
|
|
8075
|
+
session:会话一致性。
|
|
8076
|
+
说明:
|
|
8077
|
+
仅当 RwType 参数值为 READWRITE 时,才支持设置此项。
|
|
8041
8078
|
:rtype: str
|
|
8042
8079
|
"""
|
|
8043
8080
|
return self._ConsistencyType
|
|
@@ -8049,7 +8086,8 @@ eventual,global,session
|
|
|
8049
8086
|
@property
|
|
8050
8087
|
def RwType(self):
|
|
8051
8088
|
r"""读写属性:
|
|
8052
|
-
READWRITE
|
|
8089
|
+
READWRITE:表示读写分离。当此参数值为 READWRITE 时,才支持设置 FailOver、ConsistencyType 参数。
|
|
8090
|
+
READONLY:表示只读。
|
|
8053
8091
|
:rtype: str
|
|
8054
8092
|
"""
|
|
8055
8093
|
return self._RwType
|
|
@@ -8060,7 +8098,7 @@ READWRITE,READONLY
|
|
|
8060
8098
|
|
|
8061
8099
|
@property
|
|
8062
8100
|
def ConsistencyTimeOut(self):
|
|
8063
|
-
r"""一致性超时时间。取值范围:0~1000000
|
|
8101
|
+
r"""一致性超时时间。取值范围:0 ~ 1000000(微秒)。设置为0时,表示若只读实例出现延迟导致一致性策略不满足时,请求将一直等待。
|
|
8064
8102
|
:rtype: int
|
|
8065
8103
|
"""
|
|
8066
8104
|
return self._ConsistencyTimeOut
|
|
@@ -8071,7 +8109,7 @@ READWRITE,READONLY
|
|
|
8071
8109
|
|
|
8072
8110
|
@property
|
|
8073
8111
|
def TransSplit(self):
|
|
8074
|
-
r"""
|
|
8112
|
+
r"""是否开启事务拆分。开启后,在一个事务中拆分读和写到不同的实例上去执行。
|
|
8075
8113
|
:rtype: bool
|
|
8076
8114
|
"""
|
|
8077
8115
|
return self._TransSplit
|
|
@@ -8082,8 +8120,9 @@ READWRITE,READONLY
|
|
|
8082
8120
|
|
|
8083
8121
|
@property
|
|
8084
8122
|
def AccessMode(self):
|
|
8085
|
-
r"""
|
|
8086
|
-
nearby
|
|
8123
|
+
r"""接入模式:
|
|
8124
|
+
nearby:就近访问。
|
|
8125
|
+
balance:均衡分配。
|
|
8087
8126
|
:rtype: str
|
|
8088
8127
|
"""
|
|
8089
8128
|
return self._AccessMode
|
|
@@ -8094,7 +8133,7 @@ nearby,balance
|
|
|
8094
8133
|
|
|
8095
8134
|
@property
|
|
8096
8135
|
def InstanceWeights(self):
|
|
8097
|
-
r"""
|
|
8136
|
+
r"""实例权重。
|
|
8098
8137
|
:rtype: list of ProxyInstanceWeight
|
|
8099
8138
|
"""
|
|
8100
8139
|
return self._InstanceWeights
|
|
@@ -8145,11 +8184,11 @@ class CreateProxyEndPointResponse(AbstractModel):
|
|
|
8145
8184
|
|
|
8146
8185
|
def __init__(self):
|
|
8147
8186
|
r"""
|
|
8148
|
-
:param _FlowId: 异步流程ID
|
|
8187
|
+
:param _FlowId: 异步流程 ID。
|
|
8149
8188
|
:type FlowId: int
|
|
8150
|
-
:param _TaskId: 异步任务ID
|
|
8189
|
+
:param _TaskId: 异步任务 ID。
|
|
8151
8190
|
:type TaskId: int
|
|
8152
|
-
:param _ProxyGroupId: 数据库代理组ID
|
|
8191
|
+
:param _ProxyGroupId: 数据库代理组 ID。
|
|
8153
8192
|
:type ProxyGroupId: str
|
|
8154
8193
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8155
8194
|
:type RequestId: str
|
|
@@ -8161,7 +8200,7 @@ class CreateProxyEndPointResponse(AbstractModel):
|
|
|
8161
8200
|
|
|
8162
8201
|
@property
|
|
8163
8202
|
def FlowId(self):
|
|
8164
|
-
r"""异步流程ID
|
|
8203
|
+
r"""异步流程 ID。
|
|
8165
8204
|
:rtype: int
|
|
8166
8205
|
"""
|
|
8167
8206
|
return self._FlowId
|
|
@@ -8172,7 +8211,7 @@ class CreateProxyEndPointResponse(AbstractModel):
|
|
|
8172
8211
|
|
|
8173
8212
|
@property
|
|
8174
8213
|
def TaskId(self):
|
|
8175
|
-
r"""异步任务ID
|
|
8214
|
+
r"""异步任务 ID。
|
|
8176
8215
|
:rtype: int
|
|
8177
8216
|
"""
|
|
8178
8217
|
return self._TaskId
|
|
@@ -8183,7 +8222,7 @@ class CreateProxyEndPointResponse(AbstractModel):
|
|
|
8183
8222
|
|
|
8184
8223
|
@property
|
|
8185
8224
|
def ProxyGroupId(self):
|
|
8186
|
-
r"""数据库代理组ID
|
|
8225
|
+
r"""数据库代理组 ID。
|
|
8187
8226
|
:rtype: str
|
|
8188
8227
|
"""
|
|
8189
8228
|
return self._ProxyGroupId
|
|
@@ -23619,6 +23658,14 @@ class GdnTaskInfo(AbstractModel):
|
|
|
23619
23658
|
:type StandbyClusterId: str
|
|
23620
23659
|
:param _StandbyClusterName: 从集群名称
|
|
23621
23660
|
:type StandbyClusterName: str
|
|
23661
|
+
:param _ForceSwitchGdn: 是否已强切
|
|
23662
|
+
:type ForceSwitchGdn: str
|
|
23663
|
+
:param _Code: 返回码
|
|
23664
|
+
:type Code: int
|
|
23665
|
+
:param _Message: 提示信息
|
|
23666
|
+
:type Message: str
|
|
23667
|
+
:param _IsSupportForce: 是否支持强切
|
|
23668
|
+
:type IsSupportForce: str
|
|
23622
23669
|
"""
|
|
23623
23670
|
self._GdnId = None
|
|
23624
23671
|
self._GdnName = None
|
|
@@ -23627,6 +23674,10 @@ class GdnTaskInfo(AbstractModel):
|
|
|
23627
23674
|
self._StandbyClusterRegion = None
|
|
23628
23675
|
self._StandbyClusterId = None
|
|
23629
23676
|
self._StandbyClusterName = None
|
|
23677
|
+
self._ForceSwitchGdn = None
|
|
23678
|
+
self._Code = None
|
|
23679
|
+
self._Message = None
|
|
23680
|
+
self._IsSupportForce = None
|
|
23630
23681
|
|
|
23631
23682
|
@property
|
|
23632
23683
|
def GdnId(self):
|
|
@@ -23705,6 +23756,50 @@ class GdnTaskInfo(AbstractModel):
|
|
|
23705
23756
|
def StandbyClusterName(self, StandbyClusterName):
|
|
23706
23757
|
self._StandbyClusterName = StandbyClusterName
|
|
23707
23758
|
|
|
23759
|
+
@property
|
|
23760
|
+
def ForceSwitchGdn(self):
|
|
23761
|
+
r"""是否已强切
|
|
23762
|
+
:rtype: str
|
|
23763
|
+
"""
|
|
23764
|
+
return self._ForceSwitchGdn
|
|
23765
|
+
|
|
23766
|
+
@ForceSwitchGdn.setter
|
|
23767
|
+
def ForceSwitchGdn(self, ForceSwitchGdn):
|
|
23768
|
+
self._ForceSwitchGdn = ForceSwitchGdn
|
|
23769
|
+
|
|
23770
|
+
@property
|
|
23771
|
+
def Code(self):
|
|
23772
|
+
r"""返回码
|
|
23773
|
+
:rtype: int
|
|
23774
|
+
"""
|
|
23775
|
+
return self._Code
|
|
23776
|
+
|
|
23777
|
+
@Code.setter
|
|
23778
|
+
def Code(self, Code):
|
|
23779
|
+
self._Code = Code
|
|
23780
|
+
|
|
23781
|
+
@property
|
|
23782
|
+
def Message(self):
|
|
23783
|
+
r"""提示信息
|
|
23784
|
+
:rtype: str
|
|
23785
|
+
"""
|
|
23786
|
+
return self._Message
|
|
23787
|
+
|
|
23788
|
+
@Message.setter
|
|
23789
|
+
def Message(self, Message):
|
|
23790
|
+
self._Message = Message
|
|
23791
|
+
|
|
23792
|
+
@property
|
|
23793
|
+
def IsSupportForce(self):
|
|
23794
|
+
r"""是否支持强切
|
|
23795
|
+
:rtype: str
|
|
23796
|
+
"""
|
|
23797
|
+
return self._IsSupportForce
|
|
23798
|
+
|
|
23799
|
+
@IsSupportForce.setter
|
|
23800
|
+
def IsSupportForce(self, IsSupportForce):
|
|
23801
|
+
self._IsSupportForce = IsSupportForce
|
|
23802
|
+
|
|
23708
23803
|
|
|
23709
23804
|
def _deserialize(self, params):
|
|
23710
23805
|
self._GdnId = params.get("GdnId")
|
|
@@ -23714,6 +23809,10 @@ class GdnTaskInfo(AbstractModel):
|
|
|
23714
23809
|
self._StandbyClusterRegion = params.get("StandbyClusterRegion")
|
|
23715
23810
|
self._StandbyClusterId = params.get("StandbyClusterId")
|
|
23716
23811
|
self._StandbyClusterName = params.get("StandbyClusterName")
|
|
23812
|
+
self._ForceSwitchGdn = params.get("ForceSwitchGdn")
|
|
23813
|
+
self._Code = params.get("Code")
|
|
23814
|
+
self._Message = params.get("Message")
|
|
23815
|
+
self._IsSupportForce = params.get("IsSupportForce")
|
|
23717
23816
|
memeber_set = set(params.keys())
|
|
23718
23817
|
for name, value in vars(self).items():
|
|
23719
23818
|
property_name = name[1:]
|
|
@@ -31223,6 +31322,8 @@ class ModifyServerlessStrategyRequest(AbstractModel):
|
|
|
31223
31322
|
:type MaxRoCount: int
|
|
31224
31323
|
:param _AutoArchive: 是否开启归档,可选范围<li>yes</li><li>no</li>默认值:yes
|
|
31225
31324
|
:type AutoArchive: str
|
|
31325
|
+
:param _UpgradeType: 升级类型。 默认值:upgradeImmediate。 可选值: upgradeImmediate:立即完成修改 upgradeInMaintain:在维护时间窗口内完成修改
|
|
31326
|
+
:type UpgradeType: str
|
|
31226
31327
|
"""
|
|
31227
31328
|
self._ClusterId = None
|
|
31228
31329
|
self._AutoPause = None
|
|
@@ -31236,6 +31337,7 @@ class ModifyServerlessStrategyRequest(AbstractModel):
|
|
|
31236
31337
|
self._MinRoCount = None
|
|
31237
31338
|
self._MaxRoCount = None
|
|
31238
31339
|
self._AutoArchive = None
|
|
31340
|
+
self._UpgradeType = None
|
|
31239
31341
|
|
|
31240
31342
|
@property
|
|
31241
31343
|
def ClusterId(self):
|
|
@@ -31371,6 +31473,17 @@ class ModifyServerlessStrategyRequest(AbstractModel):
|
|
|
31371
31473
|
def AutoArchive(self, AutoArchive):
|
|
31372
31474
|
self._AutoArchive = AutoArchive
|
|
31373
31475
|
|
|
31476
|
+
@property
|
|
31477
|
+
def UpgradeType(self):
|
|
31478
|
+
r"""升级类型。 默认值:upgradeImmediate。 可选值: upgradeImmediate:立即完成修改 upgradeInMaintain:在维护时间窗口内完成修改
|
|
31479
|
+
:rtype: str
|
|
31480
|
+
"""
|
|
31481
|
+
return self._UpgradeType
|
|
31482
|
+
|
|
31483
|
+
@UpgradeType.setter
|
|
31484
|
+
def UpgradeType(self, UpgradeType):
|
|
31485
|
+
self._UpgradeType = UpgradeType
|
|
31486
|
+
|
|
31374
31487
|
|
|
31375
31488
|
def _deserialize(self, params):
|
|
31376
31489
|
self._ClusterId = params.get("ClusterId")
|
|
@@ -31385,6 +31498,7 @@ class ModifyServerlessStrategyRequest(AbstractModel):
|
|
|
31385
31498
|
self._MinRoCount = params.get("MinRoCount")
|
|
31386
31499
|
self._MaxRoCount = params.get("MaxRoCount")
|
|
31387
31500
|
self._AutoArchive = params.get("AutoArchive")
|
|
31501
|
+
self._UpgradeType = params.get("UpgradeType")
|
|
31388
31502
|
memeber_set = set(params.keys())
|
|
31389
31503
|
for name, value in vars(self).items():
|
|
31390
31504
|
property_name = name[1:]
|
|
@@ -31404,14 +31518,19 @@ class ModifyServerlessStrategyResponse(AbstractModel):
|
|
|
31404
31518
|
r"""
|
|
31405
31519
|
:param _FlowId: 异步流程id
|
|
31406
31520
|
:type FlowId: int
|
|
31521
|
+
:param _TaskId: 任务id
|
|
31522
|
+
:type TaskId: int
|
|
31407
31523
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
31408
31524
|
:type RequestId: str
|
|
31409
31525
|
"""
|
|
31410
31526
|
self._FlowId = None
|
|
31527
|
+
self._TaskId = None
|
|
31411
31528
|
self._RequestId = None
|
|
31412
31529
|
|
|
31413
31530
|
@property
|
|
31414
31531
|
def FlowId(self):
|
|
31532
|
+
warnings.warn("parameter `FlowId` is deprecated", DeprecationWarning)
|
|
31533
|
+
|
|
31415
31534
|
r"""异步流程id
|
|
31416
31535
|
:rtype: int
|
|
31417
31536
|
"""
|
|
@@ -31419,8 +31538,21 @@ class ModifyServerlessStrategyResponse(AbstractModel):
|
|
|
31419
31538
|
|
|
31420
31539
|
@FlowId.setter
|
|
31421
31540
|
def FlowId(self, FlowId):
|
|
31541
|
+
warnings.warn("parameter `FlowId` is deprecated", DeprecationWarning)
|
|
31542
|
+
|
|
31422
31543
|
self._FlowId = FlowId
|
|
31423
31544
|
|
|
31545
|
+
@property
|
|
31546
|
+
def TaskId(self):
|
|
31547
|
+
r"""任务id
|
|
31548
|
+
:rtype: int
|
|
31549
|
+
"""
|
|
31550
|
+
return self._TaskId
|
|
31551
|
+
|
|
31552
|
+
@TaskId.setter
|
|
31553
|
+
def TaskId(self, TaskId):
|
|
31554
|
+
self._TaskId = TaskId
|
|
31555
|
+
|
|
31424
31556
|
@property
|
|
31425
31557
|
def RequestId(self):
|
|
31426
31558
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -31435,6 +31567,7 @@ class ModifyServerlessStrategyResponse(AbstractModel):
|
|
|
31435
31567
|
|
|
31436
31568
|
def _deserialize(self, params):
|
|
31437
31569
|
self._FlowId = params.get("FlowId")
|
|
31570
|
+
self._TaskId = params.get("TaskId")
|
|
31438
31571
|
self._RequestId = params.get("RequestId")
|
|
31439
31572
|
|
|
31440
31573
|
|