tencentcloud-sdk-redis 3.0.585 → 3.0.587
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: 34374c38b437d6f94fc21f98997ec7b3c5c4b437
|
4
|
+
data.tar.gz: 359a4afe30df766c9147ec32e35d38fd8ef32b7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb834e3a43ac2cc7d2ab1b343825fe8d5b730df8f53c6c4545d4a68aeb077676f02baf9fbe33df13f8d20db777397314ca2945376f40846accabe15ef46fdc40
|
7
|
+
data.tar.gz: aa751f99772cd20701e60ded336b1d6cb2d49bed0bb7be9ede254fe8db45b450013857be96bb0f37f10fbaf5642e2cc95de2c00d26fd53f3718199c3e11d9340
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.587
|
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.587
|
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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|