tencentcloud-sdk-dcdb 1.0.207 → 1.0.211

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: 373f57e6a8fdeaf7527d1fe48dab9b947d6eefa3
4
- data.tar.gz: 4d7e37e7504ad264a87d7c58cf1ac2e423dbcedf
3
+ metadata.gz: 6c99da8ab199697119b00f2b39fb4f5b95997ee6
4
+ data.tar.gz: cc1b9651d0d8d0ccedb680a034dcbeb44bdb1c58
5
5
  SHA512:
6
- metadata.gz: f84ecc5d5f053a5d4906927a42f15645e742584ea8dedf330a7902d1c381a8440e4cc5ac9b8bea1b310e58d79220b82404f76d818e8bb20e63cae52ac44c53be
7
- data.tar.gz: 0d79e049b08d22c1c46083ce92ee035b372dc41da6501f2e8f8c4b8ad4ad4f42a63b4048a0ed6ac77b8cd07f18f7a1c3f888cd72cdc08bf493ded7d832aea29b
6
+ metadata.gz: a5226aba1bf2d603c27d1d11acfbdb010475196781f7f4c394a2d16f985a494cf1991b157fb8069c9e535cba26dfcf479e31b65e54b670150be19ce17725155d
7
+ data.tar.gz: d31987d9a109a543a1f1e9062e75f3d5cc3b1df3e227b6db8d405a9679685b0ceeedeb8637d40173fd23cc6703357331e8d018dff3b1057a73cc74197dcbdc8a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.207
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.207
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-22 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