tencentcloud-sdk-python-redis 3.0.1316__tar.gz → 3.0.1318__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.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/setup.py +1 -1
  3. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/tencentcloud/redis/v20180412/models.py +0 -40
  5. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-redis-3.0.1318/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-redis-3.0.1316/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/README.rst +0 -0
  9. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/tencentcloud/redis/__init__.py +0 -0
  11. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/tencentcloud/redis/v20180412/__init__.py +0 -0
  12. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/tencentcloud/redis/v20180412/redis_client.py +0 -0
  14. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-redis-3.0.1316 → tencentcloud-sdk-python-redis-3.0.1318}/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.1316
3
+ Version: 3.0.1318
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.1316"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1318"],
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.1316'
17
+ __version__ = '3.0.1318'
@@ -4255,7 +4255,6 @@ class DescribeBackupUrlResponse(AbstractModel):
4255
4255
  注意:此字段可能返回 null,表示取不到有效值。
4256
4256
  :type Filenames: list of str
4257
4257
  :param _BackupInfos: 备份文件信息列表。
4258
- 注意:此字段可能返回 null,表示取不到有效值。
4259
4258
  :type BackupInfos: list of BackupDownloadInfo
4260
4259
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4261
4260
  :type RequestId: str
@@ -4303,7 +4302,6 @@ class DescribeBackupUrlResponse(AbstractModel):
4303
4302
  @property
4304
4303
  def BackupInfos(self):
4305
4304
  """备份文件信息列表。
4306
- 注意:此字段可能返回 null,表示取不到有效值。
4307
4305
  :rtype: list of BackupDownloadInfo
4308
4306
  """
4309
4307
  return self._BackupInfos
@@ -4999,10 +4997,8 @@ class DescribeInstanceAccountResponse(AbstractModel):
4999
4997
  def __init__(self):
5000
4998
  r"""
5001
4999
  :param _Accounts: 账号详细信息。
5002
- 注意:此字段可能返回 null,表示取不到有效值。
5003
5000
  :type Accounts: list of Account
5004
5001
  :param _TotalCount: 账号个数。
5005
- 注意:此字段可能返回 null,表示取不到有效值。
5006
5002
  :type TotalCount: int
5007
5003
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5008
5004
  :type RequestId: str
@@ -5014,7 +5010,6 @@ class DescribeInstanceAccountResponse(AbstractModel):
5014
5010
  @property
5015
5011
  def Accounts(self):
5016
5012
  """账号详细信息。
5017
- 注意:此字段可能返回 null,表示取不到有效值。
5018
5013
  :rtype: list of Account
5019
5014
  """
5020
5015
  return self._Accounts
@@ -5026,7 +5021,6 @@ class DescribeInstanceAccountResponse(AbstractModel):
5026
5021
  @property
5027
5022
  def TotalCount(self):
5028
5023
  """账号个数。
5029
- 注意:此字段可能返回 null,表示取不到有效值。
5030
5024
  :rtype: int
5031
5025
  """
5032
5026
  return self._TotalCount
@@ -5303,28 +5297,20 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
5303
5297
  def __init__(self):
5304
5298
  r"""
5305
5299
  :param _JobId: DTS任务ID
5306
- 注意:此字段可能返回 null,表示取不到有效值。
5307
5300
  :type JobId: str
5308
5301
  :param _JobName: DTS任务名称
5309
- 注意:此字段可能返回 null,表示取不到有效值。
5310
5302
  :type JobName: str
5311
5303
  :param _Status: 任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing)
5312
- 注意:此字段可能返回 null,表示取不到有效值。
5313
5304
  :type Status: int
5314
5305
  :param _StatusDesc: 状态描述
5315
- 注意:此字段可能返回 null,表示取不到有效值。
5316
5306
  :type StatusDesc: str
5317
5307
  :param _Offset: 同步时延,单位:字节
5318
- 注意:此字段可能返回 null,表示取不到有效值。
5319
5308
  :type Offset: int
5320
5309
  :param _CutDownTime: 断开时间
5321
- 注意:此字段可能返回 null,表示取不到有效值。
5322
5310
  :type CutDownTime: str
5323
5311
  :param _SrcInfo: 源实例信息
5324
- 注意:此字段可能返回 null,表示取不到有效值。
5325
5312
  :type SrcInfo: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceDTSInstanceInfo`
5326
5313
  :param _DstInfo: 目标实例信息
5327
- 注意:此字段可能返回 null,表示取不到有效值。
5328
5314
  :type DstInfo: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceDTSInstanceInfo`
5329
5315
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5330
5316
  :type RequestId: str
@@ -5342,7 +5328,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
5342
5328
  @property
5343
5329
  def JobId(self):
5344
5330
  """DTS任务ID
5345
- 注意:此字段可能返回 null,表示取不到有效值。
5346
5331
  :rtype: str
5347
5332
  """
5348
5333
  return self._JobId
@@ -5354,7 +5339,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
5354
5339
  @property
5355
5340
  def JobName(self):
5356
5341
  """DTS任务名称
5357
- 注意:此字段可能返回 null,表示取不到有效值。
5358
5342
  :rtype: str
5359
5343
  """
5360
5344
  return self._JobName
@@ -5366,7 +5350,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
5366
5350
  @property
5367
5351
  def Status(self):
5368
5352
  """任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing)
5369
- 注意:此字段可能返回 null,表示取不到有效值。
5370
5353
  :rtype: int
5371
5354
  """
5372
5355
  return self._Status
@@ -5378,7 +5361,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
5378
5361
  @property
5379
5362
  def StatusDesc(self):
5380
5363
  """状态描述
5381
- 注意:此字段可能返回 null,表示取不到有效值。
5382
5364
  :rtype: str
5383
5365
  """
5384
5366
  return self._StatusDesc
@@ -5390,7 +5372,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
5390
5372
  @property
5391
5373
  def Offset(self):
5392
5374
  """同步时延,单位:字节
5393
- 注意:此字段可能返回 null,表示取不到有效值。
5394
5375
  :rtype: int
5395
5376
  """
5396
5377
  return self._Offset
@@ -5402,7 +5383,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
5402
5383
  @property
5403
5384
  def CutDownTime(self):
5404
5385
  """断开时间
5405
- 注意:此字段可能返回 null,表示取不到有效值。
5406
5386
  :rtype: str
5407
5387
  """
5408
5388
  return self._CutDownTime
@@ -5414,7 +5394,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
5414
5394
  @property
5415
5395
  def SrcInfo(self):
5416
5396
  """源实例信息
5417
- 注意:此字段可能返回 null,表示取不到有效值。
5418
5397
  :rtype: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceDTSInstanceInfo`
5419
5398
  """
5420
5399
  return self._SrcInfo
@@ -5426,7 +5405,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
5426
5405
  @property
5427
5406
  def DstInfo(self):
5428
5407
  """目标实例信息
5429
- 注意:此字段可能返回 null,表示取不到有效值。
5430
5408
  :rtype: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceDTSInstanceInfo`
5431
5409
  """
5432
5410
  return self._DstInfo
@@ -6920,17 +6898,14 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
6920
6898
  :param _ProxyCount: Proxy节点数量。
6921
6899
  :type ProxyCount: int
6922
6900
  :param _Proxy: Proxy节点信息。
6923
- 注意:此字段可能返回 null,表示取不到有效值。
6924
6901
  :type Proxy: list of ProxyNodes
6925
6902
  :param _RedisCount: Redis节点数量。
6926
6903
  :type RedisCount: int
6927
6904
  :param _Redis: Redis节点信息。
6928
- 注意:此字段可能返回 null,表示取不到有效值。
6929
6905
  :type Redis: list of RedisNodes
6930
6906
  :param _TendisCount: 该参数不再使用,请忽略。
6931
6907
  :type TendisCount: int
6932
6908
  :param _Tendis: 该参数不再使用,请忽略。
6933
- 注意:此字段可能返回 null,表示取不到有效值。
6934
6909
  :type Tendis: list of TendisNodes
6935
6910
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6936
6911
  :type RequestId: str
@@ -6957,7 +6932,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
6957
6932
  @property
6958
6933
  def Proxy(self):
6959
6934
  """Proxy节点信息。
6960
- 注意:此字段可能返回 null,表示取不到有效值。
6961
6935
  :rtype: list of ProxyNodes
6962
6936
  """
6963
6937
  return self._Proxy
@@ -6980,7 +6954,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
6980
6954
  @property
6981
6955
  def Redis(self):
6982
6956
  """Redis节点信息。
6983
- 注意:此字段可能返回 null,表示取不到有效值。
6984
6957
  :rtype: list of RedisNodes
6985
6958
  """
6986
6959
  return self._Redis
@@ -7003,7 +6976,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
7003
6976
  @property
7004
6977
  def Tendis(self):
7005
6978
  """该参数不再使用,请忽略。
7006
- 注意:此字段可能返回 null,表示取不到有效值。
7007
6979
  :rtype: list of TendisNodes
7008
6980
  """
7009
6981
  return self._Tendis
@@ -11315,7 +11287,6 @@ class DisableReplicaReadonlyResponse(AbstractModel):
11315
11287
  def __init__(self):
11316
11288
  r"""
11317
11289
  :param _TaskId: 任务ID
11318
- 注意:此字段可能返回 null,表示取不到有效值。
11319
11290
  :type TaskId: int
11320
11291
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11321
11292
  :type RequestId: str
@@ -11326,7 +11297,6 @@ class DisableReplicaReadonlyResponse(AbstractModel):
11326
11297
  @property
11327
11298
  def TaskId(self):
11328
11299
  """任务ID
11329
- 注意:此字段可能返回 null,表示取不到有效值。
11330
11300
  :rtype: int
11331
11301
  """
11332
11302
  return self._TaskId
@@ -11511,10 +11481,8 @@ class EnableReplicaReadonlyResponse(AbstractModel):
11511
11481
  def __init__(self):
11512
11482
  r"""
11513
11483
  :param _Status: 错误:ERROR,正确OK(已废弃)
11514
- 注意:此字段可能返回 null,表示取不到有效值。
11515
11484
  :type Status: str
11516
11485
  :param _TaskId: 任务ID
11517
- 注意:此字段可能返回 null,表示取不到有效值。
11518
11486
  :type TaskId: int
11519
11487
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11520
11488
  :type RequestId: str
@@ -11526,7 +11494,6 @@ class EnableReplicaReadonlyResponse(AbstractModel):
11526
11494
  @property
11527
11495
  def Status(self):
11528
11496
  """错误:ERROR,正确OK(已废弃)
11529
- 注意:此字段可能返回 null,表示取不到有效值。
11530
11497
  :rtype: str
11531
11498
  """
11532
11499
  return self._Status
@@ -11538,7 +11505,6 @@ class EnableReplicaReadonlyResponse(AbstractModel):
11538
11505
  @property
11539
11506
  def TaskId(self):
11540
11507
  """任务ID
11541
- 注意:此字段可能返回 null,表示取不到有效值。
11542
11508
  :rtype: int
11543
11509
  """
11544
11510
  return self._TaskId
@@ -12194,7 +12160,6 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
12194
12160
  def __init__(self):
12195
12161
  r"""
12196
12162
  :param _Price: 价格,单位:分
12197
- 注意:此字段可能返回 null,表示取不到有效值。
12198
12163
  :type Price: float
12199
12164
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12200
12165
  :type RequestId: str
@@ -12205,7 +12170,6 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
12205
12170
  @property
12206
12171
  def Price(self):
12207
12172
  """价格,单位:分
12208
- 注意:此字段可能返回 null,表示取不到有效值。
12209
12173
  :rtype: float
12210
12174
  """
12211
12175
  return self._Price
@@ -12290,7 +12254,6 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
12290
12254
  def __init__(self):
12291
12255
  r"""
12292
12256
  :param _Price: 价格,单位:分。
12293
- 注意:此字段可能返回 null,表示取不到有效值。
12294
12257
  :type Price: float
12295
12258
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12296
12259
  :type RequestId: str
@@ -12301,7 +12264,6 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
12301
12264
  @property
12302
12265
  def Price(self):
12303
12266
  """价格,单位:分。
12304
- 注意:此字段可能返回 null,表示取不到有效值。
12305
12267
  :rtype: float
12306
12268
  """
12307
12269
  return self._Price
@@ -12416,7 +12378,6 @@ class InquiryPriceUpgradeInstanceResponse(AbstractModel):
12416
12378
  def __init__(self):
12417
12379
  r"""
12418
12380
  :param _Price: 价格,单位:分
12419
- 注意:此字段可能返回 null,表示取不到有效值。
12420
12381
  :type Price: float
12421
12382
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12422
12383
  :type RequestId: str
@@ -12427,7 +12388,6 @@ class InquiryPriceUpgradeInstanceResponse(AbstractModel):
12427
12388
  @property
12428
12389
  def Price(self):
12429
12390
  """价格,单位:分
12430
- 注意:此字段可能返回 null,表示取不到有效值。
12431
12391
  :rtype: float
12432
12392
  """
12433
12393
  return self._Price
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.0.1316
3
+ Version: 3.0.1318
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.1318
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1316