tencentcloud-sdk-dcdb 3.0.889 → 3.0.891

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180411/models.rb +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf79bbab2a4cfe7444b8d5aad9fa64f0da1feb03
4
- data.tar.gz: d1b3faba9a83723e184eb3441bbdfe719ae1ed56
3
+ metadata.gz: 6f575c99a555a2052112bc0a44d427b4b8ef86b3
4
+ data.tar.gz: aa22f02126e630c1231114e20eeb09a0b949a099
5
5
  SHA512:
6
- metadata.gz: def127b332d127982f3e80f4d4e8b40789cfcffa5e56eeddd0b5e730f695ebfa1fbcb61f54700c4bb51a9a28d247af90f1945f5563320e654150a7de8c793f4d
7
- data.tar.gz: 17a3c2fa1104d1f1d57a93d67d7965f13d2847c3935f96b37fde3375dc2b7776db3904e1c9656400c60d46cbdd715788423aca37b05a2e06d510be80d8c26680
6
+ metadata.gz: 7cd5730a02a3dab8a5df01a47975ca7cf08e341fedc5a8737dccdc8e08d274a9b3b5e3631d3487a9e5b3bc70d96ea5bd7fda07ccb52a0c2e036afc47502f26d1
7
+ data.tar.gz: f7f30525757751033228027ef1b294928a5f8df3f73e62ff8a439e50144d0338c13b00bd9e0568ab9fb9228e48afd79d769c7705941c20e3c90ef020c4cf94cc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.889
1
+ 3.0.891
@@ -5990,10 +5990,16 @@ module TencentCloud
5990
5990
  # @type VoucherIds: Array
5991
5991
  # @param Zones: 变更部署时指定的新可用区列表,第1个为主可用区,其余为从可用区
5992
5992
  # @type Zones: Array
5993
+ # @param SwitchStartTime: 切换开始时间,格式如: "2019-12-12 07:00:00"。开始时间必须在当前时间一个小时以后,3天以内。
5994
+ # @type SwitchStartTime: String
5995
+ # @param SwitchEndTime: 切换结束时间, 格式如: "2019-12-12 07:15:00",结束时间必须大于开始时间。
5996
+ # @type SwitchEndTime: String
5997
+ # @param SwitchAutoRetry: 是否自动重试。 0:不自动重试 1:自动重试
5998
+ # @type SwitchAutoRetry: Integer
5993
5999
 
5994
- attr_accessor :InstanceId, :UpgradeType, :AddShardConfig, :ExpandShardConfig, :SplitShardConfig, :AutoVoucher, :VoucherIds, :Zones
6000
+ attr_accessor :InstanceId, :UpgradeType, :AddShardConfig, :ExpandShardConfig, :SplitShardConfig, :AutoVoucher, :VoucherIds, :Zones, :SwitchStartTime, :SwitchEndTime, :SwitchAutoRetry
5995
6001
 
5996
- def initialize(instanceid=nil, upgradetype=nil, addshardconfig=nil, expandshardconfig=nil, splitshardconfig=nil, autovoucher=nil, voucherids=nil, zones=nil)
6002
+ def initialize(instanceid=nil, upgradetype=nil, addshardconfig=nil, expandshardconfig=nil, splitshardconfig=nil, autovoucher=nil, voucherids=nil, zones=nil, switchstarttime=nil, switchendtime=nil, switchautoretry=nil)
5997
6003
  @InstanceId = instanceid
5998
6004
  @UpgradeType = upgradetype
5999
6005
  @AddShardConfig = addshardconfig
@@ -6002,6 +6008,9 @@ module TencentCloud
6002
6008
  @AutoVoucher = autovoucher
6003
6009
  @VoucherIds = voucherids
6004
6010
  @Zones = zones
6011
+ @SwitchStartTime = switchstarttime
6012
+ @SwitchEndTime = switchendtime
6013
+ @SwitchAutoRetry = switchautoretry
6005
6014
  end
6006
6015
 
6007
6016
  def deserialize(params)
@@ -6022,6 +6031,9 @@ module TencentCloud
6022
6031
  @AutoVoucher = params['AutoVoucher']
6023
6032
  @VoucherIds = params['VoucherIds']
6024
6033
  @Zones = params['Zones']
6034
+ @SwitchStartTime = params['SwitchStartTime']
6035
+ @SwitchEndTime = params['SwitchEndTime']
6036
+ @SwitchAutoRetry = params['SwitchAutoRetry']
6025
6037
  end
6026
6038
  end
6027
6039
 
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: 3.0.889
4
+ version: 3.0.891
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-19 00:00:00.000000000 Z
11
+ date: 2024-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common