tencentcloud-sdk-cdb 3.0.1175 → 3.0.1177

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 +12 -4
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2ed924a8241f496dba96465619e24dc054e2925
4
- data.tar.gz: b4d48eefd0fe100bc2cd1516ce10d90b605ac4c4
3
+ metadata.gz: 140d151341d0abaa606278585bec0f3185efdc98
4
+ data.tar.gz: b64f5f92dfd32a61dbc59674250b92b63d82f41f
5
5
  SHA512:
6
- metadata.gz: 53ac92adeb546d6e6d34d89d98a64e132ec151b48395f30b2b4dd849990547a571d16cd8bde0a27bb141c3c0f56a86023f61a206d57aaa7a06634d4f52d3184b
7
- data.tar.gz: 0d8630f337374775ee8ffa459fbe0df9ece0fbfae4c4d9797414c24380f14075c421fea13604277e2fc49aa169d5ecb27eef42127dfea8d0dffb3ea254949cd2
6
+ metadata.gz: ee0cd2fda6d40dd533fde880cd117b5688145e1baeed562575bacd6f2448451dce731c05bd2242ce07dd879a7d2efc0b1d30d313fd93701ac3d9981c09ad0bb5
7
+ data.tar.gz: 0fc3beaa139c5a2387b4904c09ebc466d44f53fb6a4dbfe9ce85db67e9d4d19a94e00b4689b10aa04b0a37af824725f5fa08d50ccc687e207686debd99edf5aa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1175
1
+ 3.0.1177
@@ -10209,13 +10209,16 @@ module TencentCloud
10209
10209
  # @type NewPassword: String
10210
10210
  # @param Accounts: 云数据库账号。可通过 [DescribeAccounts](https://cloud.tencent.com/document/api/236/17499) 接口获取。
10211
10211
  # @type Accounts: Array
10212
+ # @param SkipValidatePassword: 是否跳过校验密码复杂度
10213
+ # @type SkipValidatePassword: Boolean
10212
10214
 
10213
- attr_accessor :InstanceId, :NewPassword, :Accounts
10215
+ attr_accessor :InstanceId, :NewPassword, :Accounts, :SkipValidatePassword
10214
10216
 
10215
- def initialize(instanceid=nil, newpassword=nil, accounts=nil)
10217
+ def initialize(instanceid=nil, newpassword=nil, accounts=nil, skipvalidatepassword=nil)
10216
10218
  @InstanceId = instanceid
10217
10219
  @NewPassword = newpassword
10218
10220
  @Accounts = accounts
10221
+ @SkipValidatePassword = skipvalidatepassword
10219
10222
  end
10220
10223
 
10221
10224
  def deserialize(params)
@@ -10229,6 +10232,7 @@ module TencentCloud
10229
10232
  @Accounts << account_tmp
10230
10233
  end
10231
10234
  end
10235
+ @SkipValidatePassword = params['SkipValidatePassword']
10232
10236
  end
10233
10237
  end
10234
10238
 
@@ -14373,15 +14377,19 @@ module TencentCloud
14373
14377
  class SwitchForUpgradeRequest < TencentCloud::Common::AbstractModel
14374
14378
  # @param InstanceId: 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
14375
14379
  # @type InstanceId: String
14380
+ # @param IsRelatedSwitch: 是否开启关联切换,true为开启,false为关闭,默认false
14381
+ # @type IsRelatedSwitch: Boolean
14376
14382
 
14377
- attr_accessor :InstanceId
14383
+ attr_accessor :InstanceId, :IsRelatedSwitch
14378
14384
 
14379
- def initialize(instanceid=nil)
14385
+ def initialize(instanceid=nil, isrelatedswitch=nil)
14380
14386
  @InstanceId = instanceid
14387
+ @IsRelatedSwitch = isrelatedswitch
14381
14388
  end
14382
14389
 
14383
14390
  def deserialize(params)
14384
14391
  @InstanceId = params['InstanceId']
14392
+ @IsRelatedSwitch = params['IsRelatedSwitch']
14385
14393
  end
14386
14394
  end
14387
14395
 
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.1175
4
+ version: 3.0.1177
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-12-01 00:00:00.000000000 Z
11
+ date: 2025-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20170320/models.rb
37
36
  - lib/v20170320/client.rb
37
+ - lib/v20170320/models.rb
38
38
  - lib/tencentcloud-sdk-cdb.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby