tencentcloud-sdk-dcdb 1.0.210 → 1.0.211

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b7a185a653144d24ab12b6f21f66f3388fbe2f02
4
- data.tar.gz: 1cfbcd9bc13bbf6ae481c53aaf6c6a6aad4e0505
3
+ metadata.gz: 6c99da8ab199697119b00f2b39fb4f5b95997ee6
4
+ data.tar.gz: cc1b9651d0d8d0ccedb680a034dcbeb44bdb1c58
5
5
  SHA512:
6
- metadata.gz: 161e7a832a20fc42d7165b8bb0c67faeefc6e575dc056467438b9746b02d8cc9ff4e8fff99143c53eae0e2cb84abd95e14bd743885cd61615de41e5972b15258
7
- data.tar.gz: 22e143e200c77dfd9617bf55393ffc8c09af0e268d8e342143245ddd094790876ecbd761b980aa0989855e00788918612193245d7d79906709571d8976e351ad
6
+ metadata.gz: a5226aba1bf2d603c27d1d11acfbdb010475196781f7f4c394a2d16f985a494cf1991b157fb8069c9e535cba26dfcf479e31b65e54b670150be19ce17725155d
7
+ data.tar.gz: d31987d9a109a543a1f1e9062e75f3d5cc3b1df3e227b6db8d405a9679685b0ceeedeb8637d40173fd23cc6703357331e8d018dff3b1057a73cc74197dcbdc8a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.210
1
+ 1.0.211
@@ -4034,10 +4034,12 @@ module TencentCloud
4034
4034
  # @type AutoVoucher: Boolean
4035
4035
  # @param VoucherIds: 代金券ID列表,目前仅支持指定一张代金券。
4036
4036
  # @type VoucherIds: Array
4037
+ # @param Zones: 变更部署时指定的新可用区列表,第1个为主可用区,其余为从可用区
4038
+ # @type Zones: Array
4037
4039
 
4038
- attr_accessor :InstanceId, :UpgradeType, :AddShardConfig, :ExpandShardConfig, :SplitShardConfig, :AutoVoucher, :VoucherIds
4040
+ attr_accessor :InstanceId, :UpgradeType, :AddShardConfig, :ExpandShardConfig, :SplitShardConfig, :AutoVoucher, :VoucherIds, :Zones
4039
4041
 
4040
- def initialize(instanceid=nil, upgradetype=nil, addshardconfig=nil, expandshardconfig=nil, splitshardconfig=nil, autovoucher=nil, voucherids=nil)
4042
+ def initialize(instanceid=nil, upgradetype=nil, addshardconfig=nil, expandshardconfig=nil, splitshardconfig=nil, autovoucher=nil, voucherids=nil, zones=nil)
4041
4043
  @InstanceId = instanceid
4042
4044
  @UpgradeType = upgradetype
4043
4045
  @AddShardConfig = addshardconfig
@@ -4045,6 +4047,7 @@ module TencentCloud
4045
4047
  @SplitShardConfig = splitshardconfig
4046
4048
  @AutoVoucher = autovoucher
4047
4049
  @VoucherIds = voucherids
4050
+ @Zones = zones
4048
4051
  end
4049
4052
 
4050
4053
  def deserialize(params)
@@ -4064,6 +4067,7 @@ module TencentCloud
4064
4067
  end
4065
4068
  @AutoVoucher = params['AutoVoucher']
4066
4069
  @VoucherIds = params['VoucherIds']
4070
+ @Zones = params['Zones']
4067
4071
  end
4068
4072
  end
4069
4073
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dcdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.210
4
+ version: 1.0.211
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-25 00:00:00.000000000 Z
11
+ date: 2021-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common