tencentcloud-sdk-python-dlc 3.1.87__tar.gz → 3.1.96__tar.gz

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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/setup.py +1 -1
  3. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/v20210125/dlc_client.py +46 -0
  5. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/v20210125/dlc_client_async.py +36 -0
  6. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/v20210125/models.py +137 -34
  7. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_dlc-3.1.96/tencentcloud_sdk_python_dlc.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_dlc-3.1.87/tencentcloud_sdk_python_dlc.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/README.rst +0 -0
  11. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/__init__.py +0 -0
  13. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/v20210125/__init__.py +0 -0
  14. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/v20210125/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_dlc-3.1.87 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud_sdk_python_dlc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.1.87
3
+ Version: 3.1.96
4
4
  Summary: Tencent Cloud Dlc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.87
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.96
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-dlc',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.87,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.96,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Dlc SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.87'
17
+ __version__ = '3.1.96'
@@ -2581,6 +2581,29 @@ class DlcClient(AbstractClient):
2581
2581
  raise TencentCloudSDKException(type(e).__name__, str(e))
2582
2582
 
2583
2583
 
2584
+ def DescribeTCLakeMetaInstance(self, request):
2585
+ r"""是否成功开通TCLake
2586
+
2587
+ :param request: Request instance for DescribeTCLakeMetaInstance.
2588
+ :type request: :class:`tencentcloud.dlc.v20210125.models.DescribeTCLakeMetaInstanceRequest`
2589
+ :rtype: :class:`tencentcloud.dlc.v20210125.models.DescribeTCLakeMetaInstanceResponse`
2590
+
2591
+ """
2592
+ try:
2593
+ params = request._serialize()
2594
+ headers = request.headers
2595
+ body = self.call("DescribeTCLakeMetaInstance", params, headers=headers)
2596
+ response = json.loads(body)
2597
+ model = models.DescribeTCLakeMetaInstanceResponse()
2598
+ model._deserialize(response["Response"])
2599
+ return model
2600
+ except Exception as e:
2601
+ if isinstance(e, TencentCloudSDKException):
2602
+ raise
2603
+ else:
2604
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2605
+
2606
+
2584
2607
  def DescribeTable(self, request):
2585
2608
  r"""本接口(DescribeTable),用于查询单个表的详细信息。
2586
2609
 
@@ -3363,6 +3386,29 @@ class DlcClient(AbstractClient):
3363
3386
  raise TencentCloudSDKException(type(e).__name__, str(e))
3364
3387
 
3365
3388
 
3389
+ def InitializeTCLake(self, request):
3390
+ r"""开通TCLake
3391
+
3392
+ :param request: Request instance for InitializeTCLake.
3393
+ :type request: :class:`tencentcloud.dlc.v20210125.models.InitializeTCLakeRequest`
3394
+ :rtype: :class:`tencentcloud.dlc.v20210125.models.InitializeTCLakeResponse`
3395
+
3396
+ """
3397
+ try:
3398
+ params = request._serialize()
3399
+ headers = request.headers
3400
+ body = self.call("InitializeTCLake", params, headers=headers)
3401
+ response = json.loads(body)
3402
+ model = models.InitializeTCLakeResponse()
3403
+ model._deserialize(response["Response"])
3404
+ return model
3405
+ except Exception as e:
3406
+ if isinstance(e, TencentCloudSDKException):
3407
+ raise
3408
+ else:
3409
+ raise TencentCloudSDKException(type(e).__name__, str(e))
3410
+
3411
+
3366
3412
  def LaunchStandardEngineResourceGroups(self, request):
3367
3413
  r"""启动标准引擎资源组
3368
3414
 
@@ -2025,6 +2025,24 @@ class DlcClient(AbstractClient):
2025
2025
 
2026
2026
  return await self.call_and_deserialize(**kwargs)
2027
2027
 
2028
+ async def DescribeTCLakeMetaInstance(
2029
+ self,
2030
+ request: models.DescribeTCLakeMetaInstanceRequest,
2031
+ opts: Dict = None,
2032
+ ) -> models.DescribeTCLakeMetaInstanceResponse:
2033
+ """
2034
+ 是否成功开通TCLake
2035
+ """
2036
+
2037
+ kwargs = {}
2038
+ kwargs["action"] = "DescribeTCLakeMetaInstance"
2039
+ kwargs["params"] = request._serialize()
2040
+ kwargs["resp_cls"] = models.DescribeTCLakeMetaInstanceResponse
2041
+ kwargs["headers"] = request.headers
2042
+ kwargs["opts"] = opts or {}
2043
+
2044
+ return await self.call_and_deserialize(**kwargs)
2045
+
2028
2046
  async def DescribeTable(
2029
2047
  self,
2030
2048
  request: models.DescribeTableRequest,
@@ -2637,6 +2655,24 @@ class DlcClient(AbstractClient):
2637
2655
 
2638
2656
  return await self.call_and_deserialize(**kwargs)
2639
2657
 
2658
+ async def InitializeTCLake(
2659
+ self,
2660
+ request: models.InitializeTCLakeRequest,
2661
+ opts: Dict = None,
2662
+ ) -> models.InitializeTCLakeResponse:
2663
+ """
2664
+ 开通TCLake
2665
+ """
2666
+
2667
+ kwargs = {}
2668
+ kwargs["action"] = "InitializeTCLake"
2669
+ kwargs["params"] = request._serialize()
2670
+ kwargs["resp_cls"] = models.InitializeTCLakeResponse
2671
+ kwargs["headers"] = request.headers
2672
+ kwargs["opts"] = opts or {}
2673
+
2674
+ return await self.call_and_deserialize(**kwargs)
2675
+
2640
2676
  async def LaunchStandardEngineResourceGroups(
2641
2677
  self,
2642
2678
  request: models.LaunchStandardEngineResourceGroupsRequest,
@@ -22836,6 +22836,55 @@ class DescribeSubUserAccessPolicyResponse(AbstractModel):
22836
22836
  self._RequestId = params.get("RequestId")
22837
22837
 
22838
22838
 
22839
+ class DescribeTCLakeMetaInstanceRequest(AbstractModel):
22840
+ r"""DescribeTCLakeMetaInstance请求参数结构体
22841
+
22842
+ """
22843
+
22844
+
22845
+ class DescribeTCLakeMetaInstanceResponse(AbstractModel):
22846
+ r"""DescribeTCLakeMetaInstance返回参数结构体
22847
+
22848
+ """
22849
+
22850
+ def __init__(self):
22851
+ r"""
22852
+ :param _Status: <p>开通状态</p><p>枚举值:</p><ul><li>Running: 开通成功</li></ul>
22853
+ :type Status: str
22854
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22855
+ :type RequestId: str
22856
+ """
22857
+ self._Status = None
22858
+ self._RequestId = None
22859
+
22860
+ @property
22861
+ def Status(self):
22862
+ r"""<p>开通状态</p><p>枚举值:</p><ul><li>Running: 开通成功</li></ul>
22863
+ :rtype: str
22864
+ """
22865
+ return self._Status
22866
+
22867
+ @Status.setter
22868
+ def Status(self, Status):
22869
+ self._Status = Status
22870
+
22871
+ @property
22872
+ def RequestId(self):
22873
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22874
+ :rtype: str
22875
+ """
22876
+ return self._RequestId
22877
+
22878
+ @RequestId.setter
22879
+ def RequestId(self, RequestId):
22880
+ self._RequestId = RequestId
22881
+
22882
+
22883
+ def _deserialize(self, params):
22884
+ self._Status = params.get("Status")
22885
+ self._RequestId = params.get("RequestId")
22886
+
22887
+
22839
22888
  class DescribeTablePartitionsRequest(AbstractModel):
22840
22889
  r"""DescribeTablePartitions请求参数结构体
22841
22890
 
@@ -25096,28 +25145,23 @@ class DescribeTasksRequest(AbstractModel):
25096
25145
 
25097
25146
  def __init__(self):
25098
25147
  r"""
25099
- :param _Limit: 返回数量,默认为10,最大值为100
25148
+ :param _Limit: <p>返回数量,默认为10,最大值为100。</p>
25100
25149
  :type Limit: int
25101
- :param _Offset: 偏移量,默认为0
25150
+ :param _Offset: <p>偏移量,默认为0。</p>
25102
25151
  :type Offset: int
25103
- :param _Filters: 过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。
25104
- task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。
25105
- task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。
25106
- task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。
25107
- task-operator- string (子uin过滤)
25108
- task-kind - string (任务类型过滤)
25152
+ :param _Filters: <p>过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。<br>task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。<br>task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。<br>task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。<br>task-operator- string (子uin过滤)<br>task-kind - string (任务类型过滤)</p>
25109
25153
  :type Filters: list of Filter
25110
- :param _SortBy: 排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)
25154
+ :param _SortBy: <p>排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)</p>
25111
25155
  :type SortBy: str
25112
- :param _Sorting: 排序方式,desc表示正序,asc表示反序, 默认为asc
25156
+ :param _Sorting: <p>排序方式,desc表示正序,asc表示反序, 默认为asc。</p>
25113
25157
  :type Sorting: str
25114
- :param _StartTime: 起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻
25158
+ :param _StartTime: <p>起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻</p>
25115
25159
  :type StartTime: str
25116
- :param _EndTime: 结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻
25160
+ :param _EndTime: <p>结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻</p>
25117
25161
  :type EndTime: str
25118
- :param _DataEngineName: 数据引擎名称,用于筛选
25162
+ :param _DataEngineName: <p>数据引擎名称,用于筛选</p>
25119
25163
  :type DataEngineName: str
25120
- :param _ResourceGroupName: spark引擎资源组名称
25164
+ :param _ResourceGroupName: <p>spark引擎资源组名称</p>
25121
25165
  :type ResourceGroupName: str
25122
25166
  """
25123
25167
  self._Limit = None
@@ -25132,7 +25176,7 @@ task-kind - string (任务类型过滤)
25132
25176
 
25133
25177
  @property
25134
25178
  def Limit(self):
25135
- r"""返回数量,默认为10,最大值为100
25179
+ r"""<p>返回数量,默认为10,最大值为100。</p>
25136
25180
  :rtype: int
25137
25181
  """
25138
25182
  return self._Limit
@@ -25143,7 +25187,7 @@ task-kind - string (任务类型过滤)
25143
25187
 
25144
25188
  @property
25145
25189
  def Offset(self):
25146
- r"""偏移量,默认为0
25190
+ r"""<p>偏移量,默认为0。</p>
25147
25191
  :rtype: int
25148
25192
  """
25149
25193
  return self._Offset
@@ -25154,12 +25198,7 @@ task-kind - string (任务类型过滤)
25154
25198
 
25155
25199
  @property
25156
25200
  def Filters(self):
25157
- r"""过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。
25158
- task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。
25159
- task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。
25160
- task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。
25161
- task-operator- string (子uin过滤)
25162
- task-kind - string (任务类型过滤)
25201
+ r"""<p>过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。<br>task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。<br>task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。<br>task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。<br>task-operator- string (子uin过滤)<br>task-kind - string (任务类型过滤)</p>
25163
25202
  :rtype: list of Filter
25164
25203
  """
25165
25204
  return self._Filters
@@ -25170,7 +25209,7 @@ task-kind - string (任务类型过滤)
25170
25209
 
25171
25210
  @property
25172
25211
  def SortBy(self):
25173
- r"""排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)
25212
+ r"""<p>排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)</p>
25174
25213
  :rtype: str
25175
25214
  """
25176
25215
  return self._SortBy
@@ -25181,7 +25220,7 @@ task-kind - string (任务类型过滤)
25181
25220
 
25182
25221
  @property
25183
25222
  def Sorting(self):
25184
- r"""排序方式,desc表示正序,asc表示反序, 默认为asc
25223
+ r"""<p>排序方式,desc表示正序,asc表示反序, 默认为asc。</p>
25185
25224
  :rtype: str
25186
25225
  """
25187
25226
  return self._Sorting
@@ -25192,7 +25231,7 @@ task-kind - string (任务类型过滤)
25192
25231
 
25193
25232
  @property
25194
25233
  def StartTime(self):
25195
- r"""起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻
25234
+ r"""<p>起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻</p>
25196
25235
  :rtype: str
25197
25236
  """
25198
25237
  return self._StartTime
@@ -25203,7 +25242,7 @@ task-kind - string (任务类型过滤)
25203
25242
 
25204
25243
  @property
25205
25244
  def EndTime(self):
25206
- r"""结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻
25245
+ r"""<p>结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻</p>
25207
25246
  :rtype: str
25208
25247
  """
25209
25248
  return self._EndTime
@@ -25214,7 +25253,7 @@ task-kind - string (任务类型过滤)
25214
25253
 
25215
25254
  @property
25216
25255
  def DataEngineName(self):
25217
- r"""数据引擎名称,用于筛选
25256
+ r"""<p>数据引擎名称,用于筛选</p>
25218
25257
  :rtype: str
25219
25258
  """
25220
25259
  return self._DataEngineName
@@ -25225,7 +25264,7 @@ task-kind - string (任务类型过滤)
25225
25264
 
25226
25265
  @property
25227
25266
  def ResourceGroupName(self):
25228
- r"""spark引擎资源组名称
25267
+ r"""<p>spark引擎资源组名称</p>
25229
25268
  :rtype: str
25230
25269
  """
25231
25270
  return self._ResourceGroupName
@@ -25267,11 +25306,11 @@ class DescribeTasksResponse(AbstractModel):
25267
25306
 
25268
25307
  def __init__(self):
25269
25308
  r"""
25270
- :param _TaskList: 任务对象列表。
25309
+ :param _TaskList: <p>任务对象列表。</p>
25271
25310
  :type TaskList: list of TaskResponseInfo
25272
- :param _TotalCount: 实例总数。
25311
+ :param _TotalCount: <p>实例总数。</p>
25273
25312
  :type TotalCount: int
25274
- :param _TasksOverview: 任务概览信息
25313
+ :param _TasksOverview: <p>任务概览信息</p>
25275
25314
  注意:此字段可能返回 null,表示取不到有效值。
25276
25315
  :type TasksOverview: :class:`tencentcloud.dlc.v20210125.models.TasksOverview`
25277
25316
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -25284,7 +25323,7 @@ class DescribeTasksResponse(AbstractModel):
25284
25323
 
25285
25324
  @property
25286
25325
  def TaskList(self):
25287
- r"""任务对象列表。
25326
+ r"""<p>任务对象列表。</p>
25288
25327
  :rtype: list of TaskResponseInfo
25289
25328
  """
25290
25329
  return self._TaskList
@@ -25295,7 +25334,7 @@ class DescribeTasksResponse(AbstractModel):
25295
25334
 
25296
25335
  @property
25297
25336
  def TotalCount(self):
25298
- r"""实例总数。
25337
+ r"""<p>实例总数。</p>
25299
25338
  :rtype: int
25300
25339
  """
25301
25340
  return self._TotalCount
@@ -25306,7 +25345,7 @@ class DescribeTasksResponse(AbstractModel):
25306
25345
 
25307
25346
  @property
25308
25347
  def TasksOverview(self):
25309
- r"""任务概览信息
25348
+ r"""<p>任务概览信息</p>
25310
25349
  注意:此字段可能返回 null,表示取不到有效值。
25311
25350
  :rtype: :class:`tencentcloud.dlc.v20210125.models.TasksOverview`
25312
25351
  """
@@ -29928,6 +29967,70 @@ class IcebergTablePartition(AbstractModel):
29928
29967
 
29929
29968
 
29930
29969
 
29970
+ class InitializeTCLakeRequest(AbstractModel):
29971
+ r"""InitializeTCLake请求参数结构体
29972
+
29973
+ """
29974
+
29975
+
29976
+ class InitializeTCLakeResponse(AbstractModel):
29977
+ r"""InitializeTCLake返回参数结构体
29978
+
29979
+ """
29980
+
29981
+ def __init__(self):
29982
+ r"""
29983
+ :param _InstanceId: <p>实例Id</p>
29984
+ :type InstanceId: str
29985
+ :param _IsSuccess: <p>是否成功</p>
29986
+ :type IsSuccess: bool
29987
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29988
+ :type RequestId: str
29989
+ """
29990
+ self._InstanceId = None
29991
+ self._IsSuccess = None
29992
+ self._RequestId = None
29993
+
29994
+ @property
29995
+ def InstanceId(self):
29996
+ r"""<p>实例Id</p>
29997
+ :rtype: str
29998
+ """
29999
+ return self._InstanceId
30000
+
30001
+ @InstanceId.setter
30002
+ def InstanceId(self, InstanceId):
30003
+ self._InstanceId = InstanceId
30004
+
30005
+ @property
30006
+ def IsSuccess(self):
30007
+ r"""<p>是否成功</p>
30008
+ :rtype: bool
30009
+ """
30010
+ return self._IsSuccess
30011
+
30012
+ @IsSuccess.setter
30013
+ def IsSuccess(self, IsSuccess):
30014
+ self._IsSuccess = IsSuccess
30015
+
30016
+ @property
30017
+ def RequestId(self):
30018
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
30019
+ :rtype: str
30020
+ """
30021
+ return self._RequestId
30022
+
30023
+ @RequestId.setter
30024
+ def RequestId(self, RequestId):
30025
+ self._RequestId = RequestId
30026
+
30027
+
30028
+ def _deserialize(self, params):
30029
+ self._InstanceId = params.get("InstanceId")
30030
+ self._IsSuccess = params.get("IsSuccess")
30031
+ self._RequestId = params.get("RequestId")
30032
+
30033
+
29931
30034
  class IpPortPair(AbstractModel):
29932
30035
  r"""ip端口对信息
29933
30036
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.1.87
3
+ Version: 3.1.96
4
4
  Summary: Tencent Cloud Dlc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.87
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.96
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.96
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.87