tencentcloud-sdk-dcdb 3.0.889 → 3.0.890

Sign up to get free protection for your applications and to get access to all the features.
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: 4b5bf0c97d0d561d5a2a4ab44db8af4e7e413a14
4
+ data.tar.gz: 71e9d04514f1f2d4ba6a8efb44b6bfaa3037d19d
5
5
  SHA512:
6
- metadata.gz: def127b332d127982f3e80f4d4e8b40789cfcffa5e56eeddd0b5e730f695ebfa1fbcb61f54700c4bb51a9a28d247af90f1945f5563320e654150a7de8c793f4d
7
- data.tar.gz: 17a3c2fa1104d1f1d57a93d67d7965f13d2847c3935f96b37fde3375dc2b7776db3904e1c9656400c60d46cbdd715788423aca37b05a2e06d510be80d8c26680
6
+ metadata.gz: fc98697cfa603cff51466197b98b28d38b122df4af1af0b4e3070912065bd374adc4a51fe9ef7a8959dea6fae0e31dded3157e7776cdfa37787cb6fd152c614b
7
+ data.tar.gz: 96d34701dbdcc5f51b0d9abd242d6973c261805430e817f72ded86f8e6bba28a402b7123ec364888cd82c677df92a8b89eaa9928b37b4880410d84d958c01362
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.889
1
+ 3.0.890
@@ -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.890
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-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common