tencentcloud-sdk-redis 3.0.1161 → 3.0.1162

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180412/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a103d9781e445d1839c6aafe855adebbf51ff89e
4
- data.tar.gz: 2add830ddb55bbdbfbf8b6316db20badb3c46e74
3
+ metadata.gz: 2941de53a8b31cb09c0b10a452f8860654c76fcc
4
+ data.tar.gz: 9b7fb8d4c76d440febbde68d3056e351f4fdf697
5
5
  SHA512:
6
- metadata.gz: 0261db130e97e82ab4919f168c3af5e29eef9e84651b86c2051f42f53cead8aac66ece3c72c4d4f4f9ba30c1cd4669460b92ca86a056357e20d9a7334a8035e0
7
- data.tar.gz: e4ce4224659d1ee40465d494651d6c0d012701ed98375c0f842e1b8eb43bef3d0c2b431a9da901aaaa785c6c3f6eddb932435103bed26d3630671f890be7db0d
6
+ metadata.gz: f206779d4ba1d9316e4aa0ff4b5836419377fd5b05aed853554b46f31b6f46e2c163ec5debeb9e61a3249d3f2c6599e1a77cd850f0794b38e73096fe6c12f062
7
+ data.tar.gz: 47723fb105aebe826655d42984363ccf3fb31e07b2717f1204c4cd497c5276cbc0c2528c2c5ce6be85893a6860095724d630e019278e13f38010c0f84a837072
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1161
1
+ 3.0.1162
@@ -5233,10 +5233,14 @@ module TencentCloud
5233
5233
  # - 0:down。
5234
5234
  # - 1:on。
5235
5235
  # @type Connected: Integer
5236
+ # @param ZoneId: 可用区信息。
5237
+ # @type ZoneId: String
5238
+ # @param ReplicasNodeId: 节点组 ID。
5239
+ # @type ReplicasNodeId: Integer
5236
5240
 
5237
- attr_accessor :ShardName, :ShardId, :Role, :Keys, :Slots, :Storage, :StorageSlope, :Runid, :RunId, :Connected
5241
+ attr_accessor :ShardName, :ShardId, :Role, :Keys, :Slots, :Storage, :StorageSlope, :Runid, :RunId, :Connected, :ZoneId, :ReplicasNodeId
5238
5242
 
5239
- def initialize(shardname=nil, shardid=nil, role=nil, keys=nil, slots=nil, storage=nil, storageslope=nil, runid=nil, runid=nil, connected=nil)
5243
+ def initialize(shardname=nil, shardid=nil, role=nil, keys=nil, slots=nil, storage=nil, storageslope=nil, runid=nil, runid=nil, connected=nil, zoneid=nil, replicasnodeid=nil)
5240
5244
  @ShardName = shardname
5241
5245
  @ShardId = shardid
5242
5246
  @Role = role
@@ -5247,6 +5251,8 @@ module TencentCloud
5247
5251
  @Runid = runid
5248
5252
  @RunId = runid
5249
5253
  @Connected = connected
5254
+ @ZoneId = zoneid
5255
+ @ReplicasNodeId = replicasnodeid
5250
5256
  end
5251
5257
 
5252
5258
  def deserialize(params)
@@ -5260,6 +5266,8 @@ module TencentCloud
5260
5266
  @Runid = params['Runid']
5261
5267
  @RunId = params['RunId']
5262
5268
  @Connected = params['Connected']
5269
+ @ZoneId = params['ZoneId']
5270
+ @ReplicasNodeId = params['ReplicasNodeId']
5263
5271
  end
5264
5272
  end
5265
5273
 
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.1161
4
+ version: 3.0.1162
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-04 00:00:00.000000000 Z
11
+ date: 2025-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common