tencentcloud-sdk-redis 3.0.732 → 3.0.734

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180412/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fce011798c2d8cbfd33f3172a0e5362dcc46010
4
- data.tar.gz: db13222b24565ac6ef2f048322ec14599c16ee94
3
+ metadata.gz: d8cade719e3324335edb27593762bc928f205222
4
+ data.tar.gz: 3490f23c093d3edf2450335e0d25035595874670
5
5
  SHA512:
6
- metadata.gz: 0418ae0dcb46cc9be9f112c0871d38e7429feefa7053405631aee41e0c3f4ee2dbb5a7b2144d4bf949486089bccbd6db07d94ddabbc066e9445540e3c4531f96
7
- data.tar.gz: efd77df886dbb282a29fd62e3f68265787bbb1e133689d97596460bcc83a890656b1d68f1b5dc6e916b5cb6ca3f71b25d3f73016292cfc2b9cc2bbb83acb0d57
6
+ metadata.gz: 97f21ad761d7ba7be411fcfa7f1726e2fa0b2b5b447f395a334cc113245999033967a2c9ad03e60ecd1f1d531f8d57b9c6e1c2149b705024677c38477cc21b02
7
+ data.tar.gz: d8c291563985b259615111125c58afdad4ff487185a60578ee81f05d21ce1823d9a1a13cf4169e0f5389ba8ee934a6fd052dae23651c98cf11b2b42aecc43988
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.732
1
+ 3.0.734
@@ -3435,7 +3435,9 @@ module TencentCloud
3435
3435
  # @type Limit: Integer
3436
3436
  # @param Offset: 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
3437
3437
  # @type Offset: Integer
3438
- # @param Role: 节点所属角色。<ul><li>master:主节点。</li><li>slave:从节点。</li></ul>
3438
+ # @param Role: 节点所属角色。
3439
+ # - master:主节点。
3440
+ # - slave:从节点。
3439
3441
  # @type Role: String
3440
3442
 
3441
3443
  attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset, :Role
@@ -6147,14 +6149,19 @@ module TencentCloud
6147
6149
  # - 1:包年包月。
6148
6150
  # - 0:按量计费。
6149
6151
  # @type PayMode: String
6150
- # @param EnableRepicaReadOnly: 是否支持副本只读。
6152
+ # @param EnableRepicaReadOnly: 该参数名因存在拼写不规范的问题,建议使用**EnableReplicaReadOnly**参数取代。其含义为是否支持副本只读。
6151
6153
  # - true:支持副本只读。
6152
6154
  # - false:不支持。
6153
6155
  # @type EnableRepicaReadOnly: Boolean
6156
+ # @param EnableReplicaReadOnly: 是否支持副本只读。
6157
+ # - true:支持副本只读。
6158
+ # - false:不支持。
6159
+ # 注意:此字段可能返回 null,表示取不到有效值。
6160
+ # @type EnableReplicaReadOnly: Boolean
6154
6161
 
6155
- attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly
6162
+ attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly, :EnableReplicaReadOnly
6156
6163
 
6157
- def initialize(type=nil, typename=nil, minbuynum=nil, maxbuynum=nil, saleout=nil, engine=nil, version=nil, totalsize=nil, shardsize=nil, replicanum=nil, shardnum=nil, paymode=nil, enablerepicareadonly=nil)
6164
+ def initialize(type=nil, typename=nil, minbuynum=nil, maxbuynum=nil, saleout=nil, engine=nil, version=nil, totalsize=nil, shardsize=nil, replicanum=nil, shardnum=nil, paymode=nil, enablerepicareadonly=nil, enablereplicareadonly=nil)
6158
6165
  @Type = type
6159
6166
  @TypeName = typename
6160
6167
  @MinBuyNum = minbuynum
@@ -6168,6 +6175,7 @@ module TencentCloud
6168
6175
  @ShardNum = shardnum
6169
6176
  @PayMode = paymode
6170
6177
  @EnableRepicaReadOnly = enablerepicareadonly
6178
+ @EnableReplicaReadOnly = enablereplicareadonly
6171
6179
  end
6172
6180
 
6173
6181
  def deserialize(params)
@@ -6184,6 +6192,7 @@ module TencentCloud
6184
6192
  @ShardNum = params['ShardNum']
6185
6193
  @PayMode = params['PayMode']
6186
6194
  @EnableRepicaReadOnly = params['EnableRepicaReadOnly']
6195
+ @EnableReplicaReadOnly = params['EnableReplicaReadOnly']
6187
6196
  end
6188
6197
  end
6189
6198
 
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.732
4
+ version: 3.0.734
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-12-21 00:00:00.000000000 Z
11
+ date: 2023-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common