tencentcloud-sdk-python-cls 3.0.1436__tar.gz → 3.0.1437__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.
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/cls/v20201016/models.py +24 -16
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.1437/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.1436/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1436 → tencentcloud-sdk-python-cls-3.0.1437}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cls',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1437,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cls SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -11357,14 +11357,14 @@ class DeleteDashboardSubscribeRequest(AbstractModel):
|
|
|
11357
11357
|
|
|
11358
11358
|
def __init__(self):
|
|
11359
11359
|
r"""
|
|
11360
|
-
:param _Id: 仪表盘订阅记录id。
|
|
11360
|
+
:param _Id: 仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
11361
11361
|
:type Id: int
|
|
11362
11362
|
"""
|
|
11363
11363
|
self._Id = None
|
|
11364
11364
|
|
|
11365
11365
|
@property
|
|
11366
11366
|
def Id(self):
|
|
11367
|
-
"""仪表盘订阅记录id。
|
|
11367
|
+
"""仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
11368
11368
|
:rtype: int
|
|
11369
11369
|
"""
|
|
11370
11370
|
return self._Id
|
|
@@ -13905,7 +13905,11 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
|
|
|
13905
13905
|
|
|
13906
13906
|
def __init__(self):
|
|
13907
13907
|
r"""
|
|
13908
|
-
:param _Filters:
|
|
13908
|
+
:param _Filters: dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
|
13909
|
+
|
|
13910
|
+
- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
13911
|
+
|
|
13912
|
+
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
13909
13913
|
:type Filters: list of Filter
|
|
13910
13914
|
:param _Offset: 分页的偏移量,默认值为0。
|
|
13911
13915
|
:type Offset: int
|
|
@@ -13918,7 +13922,11 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
|
|
|
13918
13922
|
|
|
13919
13923
|
@property
|
|
13920
13924
|
def Filters(self):
|
|
13921
|
-
"""
|
|
13925
|
+
"""dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
|
13926
|
+
|
|
13927
|
+
- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
13928
|
+
|
|
13929
|
+
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
13922
13930
|
:rtype: list of Filter
|
|
13923
13931
|
"""
|
|
13924
13932
|
return self._Filters
|
|
@@ -23234,11 +23242,11 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23234
23242
|
|
|
23235
23243
|
def __init__(self):
|
|
23236
23244
|
r"""
|
|
23237
|
-
:param _Id: 仪表盘订阅id。
|
|
23245
|
+
:param _Id: 仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
23238
23246
|
:type Id: int
|
|
23239
|
-
:param _DashboardId: 仪表盘id。
|
|
23247
|
+
:param _DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
23240
23248
|
:type DashboardId: str
|
|
23241
|
-
:param _Name:
|
|
23249
|
+
:param _Name: 仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
|
|
23242
23250
|
:type Name: str
|
|
23243
23251
|
:param _Cron: 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
|
|
23244
23252
|
:type Cron: str
|
|
@@ -23253,7 +23261,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23253
23261
|
|
|
23254
23262
|
@property
|
|
23255
23263
|
def Id(self):
|
|
23256
|
-
"""仪表盘订阅id。
|
|
23264
|
+
"""仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
23257
23265
|
:rtype: int
|
|
23258
23266
|
"""
|
|
23259
23267
|
return self._Id
|
|
@@ -23264,7 +23272,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23264
23272
|
|
|
23265
23273
|
@property
|
|
23266
23274
|
def DashboardId(self):
|
|
23267
|
-
"""仪表盘id。
|
|
23275
|
+
"""仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
23268
23276
|
:rtype: str
|
|
23269
23277
|
"""
|
|
23270
23278
|
return self._DashboardId
|
|
@@ -23275,7 +23283,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23275
23283
|
|
|
23276
23284
|
@property
|
|
23277
23285
|
def Name(self):
|
|
23278
|
-
"""
|
|
23286
|
+
"""仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
|
|
23279
23287
|
:rtype: str
|
|
23280
23288
|
"""
|
|
23281
23289
|
return self._Name
|
|
@@ -28236,13 +28244,13 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28236
28244
|
|
|
28237
28245
|
def __init__(self):
|
|
28238
28246
|
r"""
|
|
28239
|
-
:param _DashboardId: 仪表盘id。
|
|
28247
|
+
:param _DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
28240
28248
|
:type DashboardId: str
|
|
28241
28249
|
:param _SubscribeData: 仪表盘订阅数据。
|
|
28242
28250
|
:type SubscribeData: :class:`tencentcloud.cls.v20201016.models.DashboardSubscribeData`
|
|
28243
|
-
:param _Id: 仪表盘订阅Id。
|
|
28251
|
+
:param _Id: 仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
28244
28252
|
:type Id: int
|
|
28245
|
-
:param _Name:
|
|
28253
|
+
:param _Name: 仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
|
|
28246
28254
|
:type Name: str
|
|
28247
28255
|
"""
|
|
28248
28256
|
self._DashboardId = None
|
|
@@ -28252,7 +28260,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28252
28260
|
|
|
28253
28261
|
@property
|
|
28254
28262
|
def DashboardId(self):
|
|
28255
|
-
"""仪表盘id。
|
|
28263
|
+
"""仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
28256
28264
|
:rtype: str
|
|
28257
28265
|
"""
|
|
28258
28266
|
return self._DashboardId
|
|
@@ -28274,7 +28282,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28274
28282
|
|
|
28275
28283
|
@property
|
|
28276
28284
|
def Id(self):
|
|
28277
|
-
"""仪表盘订阅Id。
|
|
28285
|
+
"""仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
28278
28286
|
:rtype: int
|
|
28279
28287
|
"""
|
|
28280
28288
|
return self._Id
|
|
@@ -28285,7 +28293,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28285
28293
|
|
|
28286
28294
|
@property
|
|
28287
28295
|
def Name(self):
|
|
28288
|
-
"""
|
|
28296
|
+
"""仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
|
|
28289
28297
|
:rtype: str
|
|
28290
28298
|
"""
|
|
28291
28299
|
return self._Name
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1437
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1436
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|