tencentcloud-sdk-python-redis 3.0.1375__tar.gz → 3.0.1377__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 (16) hide show
  1. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/setup.py +1 -1
  3. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/tencentcloud/redis/v20180412/models.py +48 -0
  5. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-redis-3.0.1377/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-redis-3.0.1375/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/README.rst +0 -0
  9. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/tencentcloud/redis/__init__.py +0 -0
  11. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/tencentcloud/redis/v20180412/__init__.py +0 -0
  12. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/tencentcloud/redis/v20180412/redis_client.py +0 -0
  14. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-redis-3.0.1375 → tencentcloud-sdk-python-redis-3.0.1377}/tencentcloud_sdk_python_redis.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1375
3
+ Version: 3.0.1377
4
4
  Summary: Tencent Cloud Redis SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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.1375"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1377"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Redis SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1375'
17
+ __version__ = '3.0.1377'
@@ -4249,6 +4249,8 @@ class DescribeBackupUrlResponse(AbstractModel):
4249
4249
 
4250
4250
  @property
4251
4251
  def DownloadUrl(self):
4252
+ warnings.warn("parameter `DownloadUrl` is deprecated", DeprecationWarning)
4253
+
4252
4254
  """外网下载地址(6小时内链接有效),该字段正在逐步废弃中。
4253
4255
  :rtype: list of str
4254
4256
  """
@@ -4256,10 +4258,14 @@ class DescribeBackupUrlResponse(AbstractModel):
4256
4258
 
4257
4259
  @DownloadUrl.setter
4258
4260
  def DownloadUrl(self, DownloadUrl):
4261
+ warnings.warn("parameter `DownloadUrl` is deprecated", DeprecationWarning)
4262
+
4259
4263
  self._DownloadUrl = DownloadUrl
4260
4264
 
4261
4265
  @property
4262
4266
  def InnerDownloadUrl(self):
4267
+ warnings.warn("parameter `InnerDownloadUrl` is deprecated", DeprecationWarning)
4268
+
4263
4269
  """内网下载地址(6小时内链接有效),该字段正在逐步废弃中。
4264
4270
  :rtype: list of str
4265
4271
  """
@@ -4267,10 +4273,14 @@ class DescribeBackupUrlResponse(AbstractModel):
4267
4273
 
4268
4274
  @InnerDownloadUrl.setter
4269
4275
  def InnerDownloadUrl(self, InnerDownloadUrl):
4276
+ warnings.warn("parameter `InnerDownloadUrl` is deprecated", DeprecationWarning)
4277
+
4270
4278
  self._InnerDownloadUrl = InnerDownloadUrl
4271
4279
 
4272
4280
  @property
4273
4281
  def Filenames(self):
4282
+ warnings.warn("parameter `Filenames` is deprecated", DeprecationWarning)
4283
+
4274
4284
  """文件名称,该字段正在逐步废弃中。
4275
4285
  注意:此字段可能返回 null,表示取不到有效值。
4276
4286
  :rtype: list of str
@@ -4279,6 +4289,8 @@ class DescribeBackupUrlResponse(AbstractModel):
4279
4289
 
4280
4290
  @Filenames.setter
4281
4291
  def Filenames(self, Filenames):
4292
+ warnings.warn("parameter `Filenames` is deprecated", DeprecationWarning)
4293
+
4282
4294
  self._Filenames = Filenames
4283
4295
 
4284
4296
  @property
@@ -10295,6 +10307,8 @@ class DescribeSlowLogResponse(AbstractModel):
10295
10307
 
10296
10308
  @property
10297
10309
  def InstanceSlowlogDetail(self):
10310
+ warnings.warn("parameter `InstanceSlowlogDetail` is deprecated", DeprecationWarning)
10311
+
10298
10312
  """已废弃,该参数存在命名不规范问题,后续用参数InstanceSlowLogDetail取代。慢查询详情。
10299
10313
  :rtype: list of InstanceSlowlogDetail
10300
10314
  """
@@ -10302,6 +10316,8 @@ class DescribeSlowLogResponse(AbstractModel):
10302
10316
 
10303
10317
  @InstanceSlowlogDetail.setter
10304
10318
  def InstanceSlowlogDetail(self, InstanceSlowlogDetail):
10319
+ warnings.warn("parameter `InstanceSlowlogDetail` is deprecated", DeprecationWarning)
10320
+
10305
10321
  self._InstanceSlowlogDetail = InstanceSlowlogDetail
10306
10322
 
10307
10323
  @property
@@ -10770,6 +10786,8 @@ class DescribeTaskListRequest(AbstractModel):
10770
10786
 
10771
10787
  @property
10772
10788
  def OperatorUin(self):
10789
+ warnings.warn("parameter `OperatorUin` is deprecated", DeprecationWarning)
10790
+
10773
10791
  """该字段已废弃,使用OperateUin代替,请忽略。
10774
10792
  :rtype: list of int
10775
10793
  """
@@ -10777,6 +10795,8 @@ class DescribeTaskListRequest(AbstractModel):
10777
10795
 
10778
10796
  @OperatorUin.setter
10779
10797
  def OperatorUin(self, OperatorUin):
10798
+ warnings.warn("parameter `OperatorUin` is deprecated", DeprecationWarning)
10799
+
10780
10800
  self._OperatorUin = OperatorUin
10781
10801
 
10782
10802
  @property
@@ -11459,6 +11479,8 @@ class EnableReplicaReadonlyResponse(AbstractModel):
11459
11479
 
11460
11480
  @property
11461
11481
  def Status(self):
11482
+ warnings.warn("parameter `Status` is deprecated", DeprecationWarning)
11483
+
11462
11484
  """错误:ERROR,正确OK(已废弃)
11463
11485
  :rtype: str
11464
11486
  """
@@ -11466,6 +11488,8 @@ class EnableReplicaReadonlyResponse(AbstractModel):
11466
11488
 
11467
11489
  @Status.setter
11468
11490
  def Status(self, Status):
11491
+ warnings.warn("parameter `Status` is deprecated", DeprecationWarning)
11492
+
11469
11493
  self._Status = Status
11470
11494
 
11471
11495
  @property
@@ -14113,6 +14137,8 @@ class InstanceSet(AbstractModel):
14113
14137
 
14114
14138
  @property
14115
14139
  def SizeUsed(self):
14140
+ warnings.warn("parameter `SizeUsed` is deprecated", DeprecationWarning)
14141
+
14116
14142
  """该字段已废弃。请使用腾讯云可观测平台API 接口 [GetMonitorData](https://cloud.tencent.com/document/product/248/31014) 获取实例已使用的内存容量。
14117
14143
  :rtype: float
14118
14144
  """
@@ -14120,6 +14146,8 @@ class InstanceSet(AbstractModel):
14120
14146
 
14121
14147
  @SizeUsed.setter
14122
14148
  def SizeUsed(self, SizeUsed):
14149
+ warnings.warn("parameter `SizeUsed` is deprecated", DeprecationWarning)
14150
+
14123
14151
  self._SizeUsed = SizeUsed
14124
14152
 
14125
14153
  @property
@@ -17540,6 +17568,8 @@ class ModifyInstanceRequest(AbstractModel):
17540
17568
 
17541
17569
  @property
17542
17570
  def InstanceId(self):
17571
+ warnings.warn("parameter `InstanceId` is deprecated", DeprecationWarning)
17572
+
17543
17573
  """目前在废弃中,存量用户还可以使用,建议新用户使用 InstanceIds。
17544
17574
  :rtype: str
17545
17575
  """
@@ -17547,10 +17577,14 @@ class ModifyInstanceRequest(AbstractModel):
17547
17577
 
17548
17578
  @InstanceId.setter
17549
17579
  def InstanceId(self, InstanceId):
17580
+ warnings.warn("parameter `InstanceId` is deprecated", DeprecationWarning)
17581
+
17550
17582
  self._InstanceId = InstanceId
17551
17583
 
17552
17584
  @property
17553
17585
  def InstanceName(self):
17586
+ warnings.warn("parameter `InstanceName` is deprecated", DeprecationWarning)
17587
+
17554
17588
  """已经废弃
17555
17589
  :rtype: str
17556
17590
  """
@@ -17558,10 +17592,14 @@ class ModifyInstanceRequest(AbstractModel):
17558
17592
 
17559
17593
  @InstanceName.setter
17560
17594
  def InstanceName(self, InstanceName):
17595
+ warnings.warn("parameter `InstanceName` is deprecated", DeprecationWarning)
17596
+
17561
17597
  self._InstanceName = InstanceName
17562
17598
 
17563
17599
  @property
17564
17600
  def AutoRenew(self):
17601
+ warnings.warn("parameter `AutoRenew` is deprecated", DeprecationWarning)
17602
+
17565
17603
  """已经废弃。
17566
17604
  :rtype: int
17567
17605
  """
@@ -17569,6 +17607,8 @@ class ModifyInstanceRequest(AbstractModel):
17569
17607
 
17570
17608
  @AutoRenew.setter
17571
17609
  def AutoRenew(self, AutoRenew):
17610
+ warnings.warn("parameter `AutoRenew` is deprecated", DeprecationWarning)
17611
+
17572
17612
  self._AutoRenew = AutoRenew
17573
17613
 
17574
17614
 
@@ -18887,6 +18927,8 @@ class ProductConf(AbstractModel):
18887
18927
 
18888
18928
  @property
18889
18929
  def EnableRepicaReadOnly(self):
18930
+ warnings.warn("parameter `EnableRepicaReadOnly` is deprecated", DeprecationWarning)
18931
+
18890
18932
  """该参数名因存在拼写不规范的问题,建议使用**EnableReplicaReadOnly**参数取代。其含义为是否支持副本只读。
18891
18933
  - true:支持副本只读。
18892
18934
  - false:不支持。
@@ -18896,6 +18938,8 @@ class ProductConf(AbstractModel):
18896
18938
 
18897
18939
  @EnableRepicaReadOnly.setter
18898
18940
  def EnableRepicaReadOnly(self, EnableRepicaReadOnly):
18941
+ warnings.warn("parameter `EnableRepicaReadOnly` is deprecated", DeprecationWarning)
18942
+
18899
18943
  self._EnableRepicaReadOnly = EnableRepicaReadOnly
18900
18944
 
18901
18945
  @property
@@ -21492,6 +21536,8 @@ class StartupInstanceResponse(AbstractModel):
21492
21536
 
21493
21537
  @property
21494
21538
  def TaskId(self):
21539
+ warnings.warn("parameter `TaskId` is deprecated", DeprecationWarning)
21540
+
21495
21541
  """该字段已废弃,请通过查询实例接口获取到的状态来判断实例是否已解隔离
21496
21542
  :rtype: int
21497
21543
  """
@@ -21499,6 +21545,8 @@ class StartupInstanceResponse(AbstractModel):
21499
21545
 
21500
21546
  @TaskId.setter
21501
21547
  def TaskId(self, TaskId):
21548
+ warnings.warn("parameter `TaskId` is deprecated", DeprecationWarning)
21549
+
21502
21550
  self._TaskId = TaskId
21503
21551
 
21504
21552
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1375
3
+ Version: 3.0.1377
4
4
  Summary: Tencent Cloud Redis SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1377
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1375