tencentcloud-sdk-cdb 3.0.451 → 3.0.453

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f44d52926049aa4d3237cf04b31363c62e5f744
4
- data.tar.gz: 9c2a7467ae66f3576e39d2c43f36e721e34eb164
3
+ metadata.gz: cca0dd18b6b1d3df9671799f32504716a6af1419
4
+ data.tar.gz: dde88ff5e7f7a677a5949f58bb30c1bec5878cef
5
5
  SHA512:
6
- metadata.gz: cc777e1560bcbade844f4c8e4afda686c4898f73415ce37744a8a5eb35dcf66a22ac6128d0372c8a37265f30b65e123d71e7aadf1e933a3297bb5809bbbee1ec
7
- data.tar.gz: 6ba4621658efe63fa57849db238fc96aa4dc077237166a237c53f7cedb4ad49e072533ac81e231725722cb8dd798fbf8efb2e40692dd5262a20bd031d452975a
6
+ metadata.gz: b757916342bed9d1655a41696803007389888518e1aa777d90ab0714d8a549b6fdef25a768c89a52095bea331a446fdc1511b16148b0b4157cf43ac58865daba
7
+ data.tar.gz: 6b7bb60a1f60711e5e8080da3625e3f78f3b8390a0dfc204903c961d40a9dfd76879f41510fe122def83dbc9b23044058b693e5ab8425e91876fbf3851a3ca8d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.451
1
+ 3.0.453
@@ -9310,15 +9310,19 @@ module TencentCloud
9310
9310
  class ReloadBalanceProxyNodeRequest < TencentCloud::Common::AbstractModel
9311
9311
  # @param ProxyGroupId: 代理组ID
9312
9312
  # @type ProxyGroupId: String
9313
+ # @param ProxyAddressId: 代理组地址ID
9314
+ # @type ProxyAddressId: String
9313
9315
 
9314
- attr_accessor :ProxyGroupId
9316
+ attr_accessor :ProxyGroupId, :ProxyAddressId
9315
9317
 
9316
- def initialize(proxygroupid=nil)
9318
+ def initialize(proxygroupid=nil, proxyaddressid=nil)
9317
9319
  @ProxyGroupId = proxygroupid
9320
+ @ProxyAddressId = proxyaddressid
9318
9321
  end
9319
9322
 
9320
9323
  def deserialize(params)
9321
9324
  @ProxyGroupId = params['ProxyGroupId']
9325
+ @ProxyAddressId = params['ProxyAddressId']
9322
9326
  end
9323
9327
  end
9324
9328
 
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.451
4
+ version: 3.0.453
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-11-14 00:00:00.000000000 Z
11
+ date: 2022-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-cdb.rb
37
- - lib/v20170320/models.rb
38
37
  - lib/v20170320/client.rb
38
+ - lib/v20170320/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: