tencentcloud-sdk-mariadb 3.0.1094 → 3.0.1095

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/v20170312/models.rb +24 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47429bbc3d5481d7cf535f33913d837c41069192
4
- data.tar.gz: 409990bb3c59fe32a96c7b3bf606dd4c2908312a
3
+ metadata.gz: 1b5066f72d729a8145ecd0227792340b50ec51e9
4
+ data.tar.gz: aac835aa62fad41a8c337cd1f036eaab6d24bc3c
5
5
  SHA512:
6
- metadata.gz: 094e8b8f8059ce8eb77f7e463dec29f22396a709b98234766cb574b60597208b7987214bf062a075c73854e8b49841c8ef32944e50c797279f2db54550298595
7
- data.tar.gz: b3253b092599cdb4852a8b558d24f328d0af86859c0df0622b7dcfc2a26fada88a69d5e8e7ff8facaa96e9b886d87b273c9c9301b803fae056df2973f0d0093b
6
+ metadata.gz: da0303cada649a856a36829194fc743a4da75666ba9ed9e74d66b79c7c3e733a88db516d2ee73a3aeccd8156463194e21e27e01c63d24d09c90e4517e1d99e4f
7
+ data.tar.gz: 7c195e25d7b58f0d74fc9836e1b860d40d9e65e2163c9d937a6d26ee949aea9dcf8e5359fcee253ec071dce8f0e55b44d548aaa6249ad36dd8f129a3aded49b7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1095
@@ -685,16 +685,16 @@ module TencentCloud
685
685
 
686
686
  attr_accessor :GoodsNum, :Memory, :Storage, :ClusterId, :Zone, :ProjectId, :Pid, :Machine, :VpcId, :SubnetId, :DbVersionId, :Manual, :DeviceNo, :SecurityGroupIds, :DcnInstanceId, :DcnRegion, :InstanceName, :ResourceTags, :Ipv6Flag, :InitParams, :NodeNum, :MasterHostId, :SlaveHostIds, :RollbackInstanceId, :RollbackTime, :DcnSyncMode
687
687
  extend Gem::Deprecate
688
- deprecate :Zone, :none, 2025, 6
689
- deprecate :Zone=, :none, 2025, 6
690
- deprecate :Pid, :none, 2025, 6
691
- deprecate :Pid=, :none, 2025, 6
692
- deprecate :Machine, :none, 2025, 6
693
- deprecate :Machine=, :none, 2025, 6
694
- deprecate :Manual, :none, 2025, 6
695
- deprecate :Manual=, :none, 2025, 6
696
- deprecate :DeviceNo, :none, 2025, 6
697
- deprecate :DeviceNo=, :none, 2025, 6
688
+ deprecate :Zone, :none, 2025, 7
689
+ deprecate :Zone=, :none, 2025, 7
690
+ deprecate :Pid, :none, 2025, 7
691
+ deprecate :Pid=, :none, 2025, 7
692
+ deprecate :Machine, :none, 2025, 7
693
+ deprecate :Machine=, :none, 2025, 7
694
+ deprecate :Manual, :none, 2025, 7
695
+ deprecate :Manual=, :none, 2025, 7
696
+ deprecate :DeviceNo, :none, 2025, 7
697
+ deprecate :DeviceNo=, :none, 2025, 7
698
698
 
699
699
  def initialize(goodsnum=nil, memory=nil, storage=nil, clusterid=nil, zone=nil, projectid=nil, pid=nil, machine=nil, vpcid=nil, subnetid=nil, dbversionid=nil, manual=nil, deviceno=nil, securitygroupids=nil, dcninstanceid=nil, dcnregion=nil, instancename=nil, resourcetags=nil, ipv6flag=nil, initparams=nil, nodenum=nil, masterhostid=nil, slavehostids=nil, rollbackinstanceid=nil, rollbacktime=nil, dcnsyncmode=nil)
700
700
  @GoodsNum = goodsnum
@@ -5890,16 +5890,25 @@ module TencentCloud
5890
5890
  # @type VoucherIds: Array
5891
5891
  # @param Zones: 变更部署时指定的新可用区列表,第1个为主可用区,其余为从可用区
5892
5892
  # @type Zones: Array
5893
+ # @param SwitchStartTime: 切换开始时间,格式如: "2019-12-12 07:00:00"。开始时间必须在当前时间一个小时以后,3天以内。
5894
+ # @type SwitchStartTime: String
5895
+ # @param SwitchEndTime: 切换结束时间, 格式如: "2019-12-12 07:15:00",结束时间必须大于开始时间。
5896
+ # @type SwitchEndTime: String
5897
+ # @param SwitchAutoRetry: 是否自动重试。 0:不自动重试 1:自动重试
5898
+ # @type SwitchAutoRetry: Integer
5893
5899
 
5894
- attr_accessor :InstanceId, :Memory, :Storage, :AutoVoucher, :VoucherIds, :Zones
5900
+ attr_accessor :InstanceId, :Memory, :Storage, :AutoVoucher, :VoucherIds, :Zones, :SwitchStartTime, :SwitchEndTime, :SwitchAutoRetry
5895
5901
 
5896
- def initialize(instanceid=nil, memory=nil, storage=nil, autovoucher=nil, voucherids=nil, zones=nil)
5902
+ def initialize(instanceid=nil, memory=nil, storage=nil, autovoucher=nil, voucherids=nil, zones=nil, switchstarttime=nil, switchendtime=nil, switchautoretry=nil)
5897
5903
  @InstanceId = instanceid
5898
5904
  @Memory = memory
5899
5905
  @Storage = storage
5900
5906
  @AutoVoucher = autovoucher
5901
5907
  @VoucherIds = voucherids
5902
5908
  @Zones = zones
5909
+ @SwitchStartTime = switchstarttime
5910
+ @SwitchEndTime = switchendtime
5911
+ @SwitchAutoRetry = switchautoretry
5903
5912
  end
5904
5913
 
5905
5914
  def deserialize(params)
@@ -5909,6 +5918,9 @@ module TencentCloud
5909
5918
  @AutoVoucher = params['AutoVoucher']
5910
5919
  @VoucherIds = params['VoucherIds']
5911
5920
  @Zones = params['Zones']
5921
+ @SwitchStartTime = params['SwitchStartTime']
5922
+ @SwitchEndTime = params['SwitchEndTime']
5923
+ @SwitchAutoRetry = params['SwitchAutoRetry']
5912
5924
  end
5913
5925
  end
5914
5926
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mariadb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1094
4
+ version: 3.0.1095
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-05 00:00:00.000000000 Z
11
+ date: 2025-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common