tencentcloud-sdk-cynosdb 3.0.638 → 3.0.640

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 397f40972c045350b2d8031bbe15b81e973faf98
4
- data.tar.gz: af004b927fce588d45ed04e85d4874fdde807bf1
3
+ metadata.gz: 9a8dd479f4a9a58d93aa36226b7a4c69cb8ec0fa
4
+ data.tar.gz: e2616c87ee9c37290ce4b8b87872c74dc698ed86
5
5
  SHA512:
6
- metadata.gz: f398dc0ef82f3383053719e4e7d34b0153e81fa6571bce9a22029a58cc1b182b5ccec4e4c9e6e2c7922b40d172ffce86b32db7c7530512b905a4ae18dd1f42dc
7
- data.tar.gz: 83f4fec91147bce1363d0c15643fad4196a449a6d7485cdd7b00f1b83ba6a2807182f2edc2b169a5e479c130220b1631930bfe7f526895150c18066d6d947e84
6
+ metadata.gz: 9dd769d2f8e9534b5330f1f5dcc4ddd93bd5e0ab3039980cacaf33d0d6705d39fb440f78b5c290eaf4186369db5f23f5c2cd0ec966ac7ba9e54647e325717bea
7
+ data.tar.gz: 1b8f66f7118a68e38482d3620f72a7984adf5ba8c008c614d55f7081eda3fe87bb931dfe5ef7fddd191e59554e9037181c8b68af646d2af7a3c67556fac84b7b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.638
1
+ 3.0.640
@@ -1445,7 +1445,7 @@ module TencentCloud
1445
1445
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1446
1446
  end
1447
1447
 
1448
- # 本接口(DescribeProxyNodes)用于查询代理接口列表。
1448
+ # 本接口(DescribeProxyNodes)用于查询代理节点列表。
1449
1449
 
1450
1450
  # @param request: Request instance for DescribeProxyNodes.
1451
1451
  # @type request: :class:`Tencentcloud::cynosdb::V20190107::DescribeProxyNodesRequest`
@@ -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.638
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-17 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