tencentcloud-sdk-dcdb 3.0.888 → 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: 462a51ead6a4ce87f0242cd079494f487f8ef743
4
- data.tar.gz: fa9c1d031669108c131484edf2191c50602007e1
3
+ metadata.gz: 4b5bf0c97d0d561d5a2a4ab44db8af4e7e413a14
4
+ data.tar.gz: 71e9d04514f1f2d4ba6a8efb44b6bfaa3037d19d
5
5
  SHA512:
6
- metadata.gz: b152cd50cdf625158303deea8c30783fc51851a017ac9b7431de1e44ebc1c348e1219c4c00c639acaa992eccaca02ad815db5c8e5a01c606a1b9710e901432d1
7
- data.tar.gz: 796d231d438b70dae8a1765025adeb3e541783fedf91eb341f9a34f5800d016bcc9a196d665670cb9413523665406d248054243ce9f6e7d31f3f946d46685238
6
+ metadata.gz: fc98697cfa603cff51466197b98b28d38b122df4af1af0b4e3070912065bd374adc4a51fe9ef7a8959dea6fae0e31dded3157e7776cdfa37787cb6fd152c614b
7
+ data.tar.gz: 96d34701dbdcc5f51b0d9abd242d6973c261805430e817f72ded86f8e6bba28a402b7123ec364888cd82c677df92a8b89eaa9928b37b4880410d84d958c01362
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.888
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.888
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-18 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