tencentcloud-sdk-python-redis 3.0.1341__tar.gz → 3.0.1343__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-redis might be problematic. Click here for more details.
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/tencentcloud/redis/v20180412/models.py +8 -8
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1343/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1341/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/tencentcloud_sdk_python_redis.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-redis',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1343"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -16772,13 +16772,13 @@ class ModifyInstanceLogDeliveryRequest(AbstractModel):
|
|
|
16772
16772
|
- true:开启。
|
|
16773
16773
|
- false:关闭。
|
|
16774
16774
|
:type Enabled: bool
|
|
16775
|
-
:param _LogsetId: 投递的日志集ID。通过接口[
|
|
16775
|
+
:param _LogsetId: 投递的日志集ID。通过接口[DescribeLogsets](https://cloud.tencent.com/document/api/614/58624)获取到日志集ID。
|
|
16776
16776
|
:type LogsetId: str
|
|
16777
|
-
:param _TopicId: 投递的日志主题ID
|
|
16777
|
+
:param _TopicId: 投递的日志主题ID。通过接口[DescribeTopics](https://cloud.tencent.com/document/api/614/56454)获取到日志主题ID。
|
|
16778
16778
|
:type TopicId: str
|
|
16779
|
-
:param _LogsetName:
|
|
16779
|
+
:param _LogsetName: 日志集名称。**LogsetId**为空时必传,系统会以LogsetName为名称来创建新的日志集并投递日志。
|
|
16780
16780
|
:type LogsetName: str
|
|
16781
|
-
:param _TopicName:
|
|
16781
|
+
:param _TopicName: 日志主题名称。**TopicId**为空时必传,系统会以TopicName为名称来创建新的日志主题并投递日志。
|
|
16782
16782
|
:type TopicName: str
|
|
16783
16783
|
:param _LogRegion: 日志集所在地域,不传默认使用实例所在地域。
|
|
16784
16784
|
:type LogRegion: str
|
|
@@ -16835,7 +16835,7 @@ class ModifyInstanceLogDeliveryRequest(AbstractModel):
|
|
|
16835
16835
|
|
|
16836
16836
|
@property
|
|
16837
16837
|
def LogsetId(self):
|
|
16838
|
-
"""投递的日志集ID。通过接口[
|
|
16838
|
+
"""投递的日志集ID。通过接口[DescribeLogsets](https://cloud.tencent.com/document/api/614/58624)获取到日志集ID。
|
|
16839
16839
|
:rtype: str
|
|
16840
16840
|
"""
|
|
16841
16841
|
return self._LogsetId
|
|
@@ -16846,7 +16846,7 @@ class ModifyInstanceLogDeliveryRequest(AbstractModel):
|
|
|
16846
16846
|
|
|
16847
16847
|
@property
|
|
16848
16848
|
def TopicId(self):
|
|
16849
|
-
"""投递的日志主题ID
|
|
16849
|
+
"""投递的日志主题ID。通过接口[DescribeTopics](https://cloud.tencent.com/document/api/614/56454)获取到日志主题ID。
|
|
16850
16850
|
:rtype: str
|
|
16851
16851
|
"""
|
|
16852
16852
|
return self._TopicId
|
|
@@ -16857,7 +16857,7 @@ class ModifyInstanceLogDeliveryRequest(AbstractModel):
|
|
|
16857
16857
|
|
|
16858
16858
|
@property
|
|
16859
16859
|
def LogsetName(self):
|
|
16860
|
-
"""
|
|
16860
|
+
"""日志集名称。**LogsetId**为空时必传,系统会以LogsetName为名称来创建新的日志集并投递日志。
|
|
16861
16861
|
:rtype: str
|
|
16862
16862
|
"""
|
|
16863
16863
|
return self._LogsetName
|
|
@@ -16868,7 +16868,7 @@ class ModifyInstanceLogDeliveryRequest(AbstractModel):
|
|
|
16868
16868
|
|
|
16869
16869
|
@property
|
|
16870
16870
|
def TopicName(self):
|
|
16871
|
-
"""
|
|
16871
|
+
"""日志主题名称。**TopicId**为空时必传,系统会以TopicName为名称来创建新的日志主题并投递日志。
|
|
16872
16872
|
:rtype: str
|
|
16873
16873
|
"""
|
|
16874
16874
|
return self._TopicName
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1343
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1341
|
{tencentcloud-sdk-python-redis-3.0.1341 → tencentcloud-sdk-python-redis-3.0.1343}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|