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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180411/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c99da8ab199697119b00f2b39fb4f5b95997ee6
|
|
4
|
+
data.tar.gz: cc1b9651d0d8d0ccedb680a034dcbeb44bdb1c58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5226aba1bf2d603c27d1d11acfbdb010475196781f7f4c394a2d16f985a494cf1991b157fb8069c9e535cba26dfcf479e31b65e54b670150be19ce17725155d
|
|
7
|
+
data.tar.gz: d31987d9a109a543a1f1e9062e75f3d5cc3b1df3e227b6db8d405a9679685b0ceeedeb8637d40173fd23cc6703357331e8d018dff3b1057a73cc74197dcbdc8a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.211
|
data/lib/v20180411/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|