tencentcloud-sdk-redis 3.0.585 → 3.0.586

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ddaa378feaec8b6d1aa16d04821fdd64f97efba
4
- data.tar.gz: edcb35f76aaf8ef5d3b17f2f22a7f8d93a535556
3
+ metadata.gz: a36f2ce3ac70e0d33967a6bcb7a9a1c84a2d98d7
4
+ data.tar.gz: 0e8682c953055df981665bad8f4f9b988ed786a7
5
5
  SHA512:
6
- metadata.gz: 067144f9fdefe6476ec13b6a32000cb61fe467fe83e36355760b28e831d8eaf5cb4d33e2ebb963a61baf67eaed533b0f6071229b44f3a4e9d871fac514fb4413
7
- data.tar.gz: 4a107e104bd9f4e4016b686a432fb7c2130e74ba67f3b1855aa90156312fe80a6cbf44201627fece2744c6965c12f02d4d8326b9c47745540d20019a1c2c1b9b
6
+ metadata.gz: 9855073878c86f2dbff08f53a1d71a531a77eedc2a81adca81590595653f6d55086ae77bf9c32a300003e14e2c24d38dd8f36f6228fff02e36374801bd33116b
7
+ data.tar.gz: 42fb45acb3623ac1c7ee948b9cf5e061c1957e1f885cf4c7301bd0ffcc0529500bc40263ee708a5578779bd3efe3a5fa8998111c68651ae01a2456f5f6d3979f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.585
1
+ 3.0.586
@@ -6271,7 +6271,7 @@ module TencentCloud
6271
6271
  class RedisNodeInfo < TencentCloud::Common::AbstractModel
6272
6272
  # @param NodeType: 节点类型。<ul><li>0:为主节点。</li><li>1:为副本节点。</li></ul>
6273
6273
  # @type NodeType: Integer
6274
- # @param NodeId: 主节点或者副本节点的 ID。<ul><li>该参数用于创建 Redis 实例接口[CreateInstances](https://cloud.tencent.com/document/product/239/20026) 并不需要设置,而用于变更实例配置的接口 [UpgradeInstance](https://cloud.tencent.com/document/product/239/20013) 则需要设置。</li><li>该参数可使用接口 [DescribeInstances](https://cloud.tencent.com/document/product/239/20018) 获取Integer类型的节点 ID。</li></ul>
6274
+ # @param NodeId: 主节点或者副本节点的 ID。<ul><li>该参数用于创建 Redis 实例接口[CreateInstances](https://cloud.tencent.com/document/product/239/20026) 并不需要设置,而用于变更实例配置的接口 [UpgradeInstance]删除副本(https://cloud.tencent.com/document/product/239/20013) 时才需要设置。</li><li>该参数可使用接口 [DescribeInstances](https://cloud.tencent.com/document/product/239/20018) 获取Integer类型的节点 ID。</li></ul>
6275
6275
  # @type NodeId: Integer
6276
6276
  # @param ZoneId: 主节点或者副本节点的可用区 ID。
6277
6277
  # @type ZoneId: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.585
4
+ version: 3.0.586
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-06 00:00:00.000000000 Z
11
+ date: 2023-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common