tencentcloud-sdk-redis 1.0.240 → 1.0.244

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: 23a70341ec56a38d3cca0a158793a5e9a4866381
4
- data.tar.gz: 88067e234cf87cbf185efb7d7e806f8871e177d5
3
+ metadata.gz: ce6e63be00015c0d6f200d828ffda4b3f67dc42b
4
+ data.tar.gz: 5e30c222131072ae3a5fe82f9af9a2f708424fc8
5
5
  SHA512:
6
- metadata.gz: 20bdb3bcf3c4d5a5a83e38213bcd8c7cc29d88bd1f798516a4c0bcb64e96dd88b6028932a6aad7ee1238c50a856bfc823117116ec43acd8db91bb9fdece0865e
7
- data.tar.gz: 0aaa5a4511e55a5d5490b702a295e471ab6afe96a30e92433f8352bcb7a975e7a565f035f759c6406fab7d23a420e197c864774c4d447b3572a7058dcaa4b593
6
+ metadata.gz: b08cb421ea5b3662c87b7bb57f0dfabcc333aa59fe99bc4da998fb2d15cb59aabe8322f96eff56fcaaae7b48beb244c6c60913d6599d400f01325c12fb06c686
7
+ data.tar.gz: d8298433c4b5ad2fd419a23462398dfb45a760798f0c936bb17fd5e14e4380c798ec20df7b64b8c49f18189115027b1c780d2c2083943c976f516e40ef728de2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.240
1
+ 1.0.244
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
78
78
  end
79
79
 
80
- # 该接口仅支持多AZ实例副本组提主
80
+ # 该接口仅支持多AZ实例副本组提主和单AZ副本提主
81
81
 
82
82
  # @param request: Request instance for ChangeReplicaToMaster.
83
83
  # @type request: :class:`Tencentcloud::redis::V20180412::ChangeReplicaToMasterRequest`
@@ -3959,17 +3959,21 @@ module TencentCloud
3959
3959
  # c.数字0-9
3960
3960
  # d.()`~!@#$%^&*-+=_|{}[]:;<>,.?/
3961
3961
  # @type Password: String
3962
+ # @param ShardIds: 单AZ实例节点信息
3963
+ # @type ShardIds: Array
3962
3964
 
3963
- attr_accessor :InstanceId, :Password
3965
+ attr_accessor :InstanceId, :Password, :ShardIds
3964
3966
 
3965
- def initialize(instanceid=nil, password=nil)
3967
+ def initialize(instanceid=nil, password=nil, shardids=nil)
3966
3968
  @InstanceId = instanceid
3967
3969
  @Password = password
3970
+ @ShardIds = shardids
3968
3971
  end
3969
3972
 
3970
3973
  def deserialize(params)
3971
3974
  @InstanceId = params['InstanceId']
3972
3975
  @Password = params['Password']
3976
+ @ShardIds = params['ShardIds']
3973
3977
  end
3974
3978
  end
3975
3979
 
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: 1.0.240
4
+ version: 1.0.244
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-12 00:00:00.000000000 Z
11
+ date: 2022-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common