tencentcloud-sdk-cynosdb 3.0.639 → 3.0.640

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: 24889c31a8dad83de37f6763caadb2f660002696
4
- data.tar.gz: 0f59b851bc639d9f8eee3a668254165d6186c48d
3
+ metadata.gz: 9a8dd479f4a9a58d93aa36226b7a4c69cb8ec0fa
4
+ data.tar.gz: e2616c87ee9c37290ce4b8b87872c74dc698ed86
5
5
  SHA512:
6
- metadata.gz: 98d4338d36dad52ae1a842d3f558b04bbbd8a793a9b5bba445de45f85df39531bb555fc5a0c79b7ddea8eb30d71dcf72d7f5db9e29fec66751205d03ef2a1548
7
- data.tar.gz: 8daf66a66a07ccf4abafeaad498626a0e1bdbb66a1500dcdfe6e57896897cccf36d00f04aa34bbd22aa0611ec163dd59d31507d3f480e14d9fe0bf6274648e2b
6
+ metadata.gz: 9dd769d2f8e9534b5330f1f5dcc4ddd93bd5e0ab3039980cacaf33d0d6705d39fb440f78b5c290eaf4186369db5f23f5c2cd0ec966ac7ba9e54647e325717bea
7
+ data.tar.gz: 1b8f66f7118a68e38482d3620f72a7984adf5ba8c008c614d55f7081eda3fe87bb931dfe5ef7fddd191e59554e9037181c8b68af646d2af7a3c67556fac84b7b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.639
1
+ 3.0.640
@@ -9477,10 +9477,12 @@ module TencentCloud
9477
9477
  # @type Region: String
9478
9478
  # @param Zone: 可用区
9479
9479
  # @type Zone: String
9480
+ # @param OssProxyNodeName: 数据库代理节点名字
9481
+ # @type OssProxyNodeName: String
9480
9482
 
9481
- attr_accessor :ProxyNodeId, :ProxyNodeConnections, :Cpu, :Mem, :Status, :ProxyGroupId, :ClusterId, :AppId, :Region, :Zone
9483
+ attr_accessor :ProxyNodeId, :ProxyNodeConnections, :Cpu, :Mem, :Status, :ProxyGroupId, :ClusterId, :AppId, :Region, :Zone, :OssProxyNodeName
9482
9484
 
9483
- def initialize(proxynodeid=nil, proxynodeconnections=nil, cpu=nil, mem=nil, status=nil, proxygroupid=nil, clusterid=nil, appid=nil, region=nil, zone=nil)
9485
+ def initialize(proxynodeid=nil, proxynodeconnections=nil, cpu=nil, mem=nil, status=nil, proxygroupid=nil, clusterid=nil, appid=nil, region=nil, zone=nil, ossproxynodename=nil)
9484
9486
  @ProxyNodeId = proxynodeid
9485
9487
  @ProxyNodeConnections = proxynodeconnections
9486
9488
  @Cpu = cpu
@@ -9491,6 +9493,7 @@ module TencentCloud
9491
9493
  @AppId = appid
9492
9494
  @Region = region
9493
9495
  @Zone = zone
9496
+ @OssProxyNodeName = ossproxynodename
9494
9497
  end
9495
9498
 
9496
9499
  def deserialize(params)
@@ -9504,6 +9507,7 @@ module TencentCloud
9504
9507
  @AppId = params['AppId']
9505
9508
  @Region = params['Region']
9506
9509
  @Zone = params['Zone']
9510
+ @OssProxyNodeName = params['OssProxyNodeName']
9507
9511
  end
9508
9512
  end
9509
9513
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.639
4
+ version: 3.0.640
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-18 00:00:00.000000000 Z
11
+ date: 2023-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common