tencentcloud-sdk-cdb 3.0.930 → 3.0.931

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: 57dfe09f484a5b7410dcd2cba580d1b76b9cd50e
4
- data.tar.gz: a00a7ec7fe5ad2a90ee4787a6ee8489cc333f5d3
3
+ metadata.gz: e4c56b40e324afa735c792a1f1b7f67fb934cbdb
4
+ data.tar.gz: ae2beac4814465a4d8b3e51678dac0059bebc87a
5
5
  SHA512:
6
- metadata.gz: ed4a089a473d0875b4737db62abf6df74f6dd5fa390732b71410df41ea26d5d3716c5340fb653db7b9a9d53c36e9a7d192a05cc97f4bd653b47a55f731485216
7
- data.tar.gz: c69d13070578387ecca33ed49565d6a5f1a17095d8e90f3c72e4c61bdea93e3813f2e0e0faf3f63f010ab1a7f21206f3e7e3cc114d230e09cc2227fb0879f1a8
6
+ metadata.gz: bc173125facc1da8fe93d7ed3bdc3aa2a11217e04696b5be9d026439397957fbec71f6892c782b17f990db03dba7e5f52ddfbc89a4cd16bc42b53583e9496b67
7
+ data.tar.gz: 00fc0d8b849e1c5ce32340cc7d344f95a7135f631c8b1b3d0a5688e2fff8bf39019e3ff8be1a2a67330c53e259953be5519448e85c686b18f08ee31abbe052f0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.930
1
+ 3.0.931
@@ -11945,17 +11945,21 @@ module TencentCloud
11945
11945
  # @type IsRandomZone: String
11946
11946
  # @param Zone: 指定该节点分布在哪个可用区。
11947
11947
  # @type Zone: String
11948
+ # @param NodeId: 升级集群版实例时,如果要调整只读节点可用区,需要指定节点id。
11949
+ # @type NodeId: String
11948
11950
 
11949
- attr_accessor :IsRandomZone, :Zone
11951
+ attr_accessor :IsRandomZone, :Zone, :NodeId
11950
11952
 
11951
- def initialize(israndomzone=nil, zone=nil)
11953
+ def initialize(israndomzone=nil, zone=nil, nodeid=nil)
11952
11954
  @IsRandomZone = israndomzone
11953
11955
  @Zone = zone
11956
+ @NodeId = nodeid
11954
11957
  end
11955
11958
 
11956
11959
  def deserialize(params)
11957
11960
  @IsRandomZone = params['IsRandomZone']
11958
11961
  @Zone = params['Zone']
11962
+ @NodeId = params['NodeId']
11959
11963
  end
11960
11964
  end
11961
11965
 
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.930
4
+ version: 3.0.931
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-22 00:00:00.000000000 Z
11
+ date: 2024-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common