tencentcloud-sdk-cdb 3.0.420 → 3.0.422

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/v20170320/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d83c9c58fc0409a3247f02953885de67902ac00
4
- data.tar.gz: ea8f76cda202f9b242ce63efc5ee1ae75ded332d
3
+ metadata.gz: e6c37f709657f0c8639ce8ec269d6e3f6440e95e
4
+ data.tar.gz: 13226560639948f3976852ebbf5b4f0993952172
5
5
  SHA512:
6
- metadata.gz: 8a650c8ec50e98865ee6f00cbe902ec08eea9ad4c8bd8dccf2fff2cf7f6ee1b3696586c9d489bc55b1a8ac35d9269915c4830ec0b24315e26a9fb1419dec8a26
7
- data.tar.gz: 8a628a8729711954fed9a606adb9b0b663cff45ba0400c9ee5b8bc1fbb19a759f7f766ad32a0a37d5634fd8f29c7ff06350a56effb77a0412ace76b745ef502c
6
+ metadata.gz: 491256e9ab6948cd4c2ff4497865cc51c6a468fe270876c297020794c6f8a0103900ae091d1835b823a3e06376f665bcb7c51ed3d83ebf66e2415654b71ca836
7
+ data.tar.gz: 6a7b2694184e5270b2277f94c70aa6883bde85a869cd9ecefeb2cc06f0658280ba81683e59dc147b6ae5709228495f7f1721b2a1b87e45d4486a0cde9640c6b8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.420
1
+ 3.0.422
@@ -8013,14 +8013,20 @@ module TencentCloud
8013
8013
  # @type TemplateId: Integer
8014
8014
  # @param WaitSwitch: 执行参数调整任务的方式,默认为 0。支持值包括:0 - 立刻执行,1 - 时间窗执行;当该值为 1 时,每次只能传一个实例(InstanceIds数量为1)
8015
8015
  # @type WaitSwitch: Integer
8016
+ # @param NotSyncRo: 参数是否同步到主实例下的只读实例。true 为不同步,false 为同步。默认为 false。
8017
+ # @type NotSyncRo: Boolean
8018
+ # @param NotSyncDr: 参数是否同步到主实例下的灾备实例。true 为不同步,false 为同步。默认为 false。
8019
+ # @type NotSyncDr: Boolean
8016
8020
 
8017
- attr_accessor :InstanceIds, :ParamList, :TemplateId, :WaitSwitch
8021
+ attr_accessor :InstanceIds, :ParamList, :TemplateId, :WaitSwitch, :NotSyncRo, :NotSyncDr
8018
8022
 
8019
- def initialize(instanceids=nil, paramlist=nil, templateid=nil, waitswitch=nil)
8023
+ def initialize(instanceids=nil, paramlist=nil, templateid=nil, waitswitch=nil, notsyncro=nil, notsyncdr=nil)
8020
8024
  @InstanceIds = instanceids
8021
8025
  @ParamList = paramlist
8022
8026
  @TemplateId = templateid
8023
8027
  @WaitSwitch = waitswitch
8028
+ @NotSyncRo = notsyncro
8029
+ @NotSyncDr = notsyncdr
8024
8030
  end
8025
8031
 
8026
8032
  def deserialize(params)
@@ -8035,6 +8041,8 @@ module TencentCloud
8035
8041
  end
8036
8042
  @TemplateId = params['TemplateId']
8037
8043
  @WaitSwitch = params['WaitSwitch']
8044
+ @NotSyncRo = params['NotSyncRo']
8045
+ @NotSyncDr = params['NotSyncDr']
8038
8046
  end
8039
8047
  end
8040
8048
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.420
4
+ version: 3.0.422
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-28 00:00:00.000000000 Z
11
+ date: 2022-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common