tencentcloud-sdk-redis 3.0.585 → 3.0.586
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180412/models.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a36f2ce3ac70e0d33967a6bcb7a9a1c84a2d98d7
|
4
|
+
data.tar.gz: 0e8682c953055df981665bad8f4f9b988ed786a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9855073878c86f2dbff08f53a1d71a531a77eedc2a81adca81590595653f6d55086ae77bf9c32a300003e14e2c24d38dd8f36f6228fff02e36374801bd33116b
|
7
|
+
data.tar.gz: 42fb45acb3623ac1c7ee948b9cf5e061c1957e1f885cf4c7301bd0ffcc0529500bc40263ee708a5578779bd3efe3a5fa8998111c68651ae01a2456f5f6d3979f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.586
|
data/lib/v20180412/models.rb
CHANGED
@@ -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)
|
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.
|
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-
|
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
|