tencentcloud-sdk-cynosdb 3.0.1164 → 3.0.1174

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/v20190107/models.rb +37 -5
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 860dd922f97ef8375ea989705eddd7c5c020d876
4
- data.tar.gz: 9b8b0b7f219d98c095c9676e02612ef751bfdaa4
3
+ metadata.gz: b722eb7a623c21fe87cee3a03445a8b28b027652
4
+ data.tar.gz: 6553d64983b4d80f1ae8832d36bc4df434bcf19f
5
5
  SHA512:
6
- metadata.gz: b6e9ca0e249344186d79972179d805f34e749fc9bbd72de2d7c30b3073573f43446ac8cca9ba0d88af3920f55150e155c9c70918dd747f4b1df6554fe9149400
7
- data.tar.gz: 2b4b84be05abce6827f4a25f775983f7e74585505a5eac6eee397cb58245659924ece9572d7a59816146c406c9563b5c785d6f0ed458bcabca8d5cc2f5fac30a
6
+ metadata.gz: b212135b9ec3c1495b0796fa9558462af8a87aff287fb9b3f72a6a487969429f0af9c4b1431ea5044a0fe521d32849a4c17a33d6ec1ebd7cf4ab198620d41f47
7
+ data.tar.gz: 9ed816317815d589532f17bd5791c6dff562e2e0ec8fde173f804951659f52f22ce1c50873410eb87ce39023c9c93bf233aad37efb1932bfaacec895c940ce7a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1164
1
+ 3.0.1174
@@ -3990,6 +3990,15 @@ module TencentCloud
3990
3990
  # @param Zone: 可用区
3991
3991
  # @type Zone: String
3992
3992
  # @param Status: 实例状态
3993
+ # creating:创建中
3994
+ # running:运行中
3995
+ # isolating:隔离中
3996
+ # isolated:已隔离
3997
+ # activating:解隔离中
3998
+ # offlining:下线中
3999
+ # offlined:已下线
4000
+ # deleting:删除中
4001
+ # deleted:已删除
3993
4002
  # @type Status: String
3994
4003
  # @param StatusDesc: 实例状态中文描述
3995
4004
  # @type StatusDesc: String
@@ -8790,7 +8799,7 @@ module TencentCloud
8790
8799
  # @type StandbyClusterRegion: String
8791
8800
  # @param StandbyClusterId: 从集群ID
8792
8801
  # @type StandbyClusterId: String
8793
- # @param StandbyClusterName: 从集群别名
8802
+ # @param StandbyClusterName: 从集群名称
8794
8803
  # @type StandbyClusterName: String
8795
8804
 
8796
8805
  attr_accessor :GdnId, :GdnName, :PrimaryClusterId, :PrimaryClusterRegion, :StandbyClusterRegion, :StandbyClusterId, :StandbyClusterName
@@ -13485,6 +13494,9 @@ module TencentCloud
13485
13494
  # @type Operator: String
13486
13495
 
13487
13496
  attr_accessor :Values, :Names, :ExactMatch, :Name, :Operator
13497
+ extend Gem::Deprecate
13498
+ deprecate :Operator, :none, 2025, 11
13499
+ deprecate :Operator=, :none, 2025, 11
13488
13500
 
13489
13501
  def initialize(values=nil, names=nil, exactmatch=nil, name=nil, operator=nil)
13490
13502
  @Values = values
@@ -15621,16 +15633,25 @@ module TencentCloud
15621
15633
  # @type UnitPriceDiscount: Integer
15622
15634
  # @param ChargeUnit: 计费价格单位
15623
15635
  # @type ChargeUnit: String
15636
+ # @param UnitPriceHighPrecision: 高精度下不包含优惠价格
15637
+ # @type UnitPriceHighPrecision: String
15638
+ # @param UnitPriceDiscountHighPrecision: 高精度下优惠后价格
15639
+ # @type UnitPriceDiscountHighPrecision: String
15640
+ # @param AmountUnit: 货币单位
15641
+ # @type AmountUnit: String
15624
15642
 
15625
- attr_accessor :TotalPrice, :Discount, :TotalPriceDiscount, :UnitPrice, :UnitPriceDiscount, :ChargeUnit
15643
+ attr_accessor :TotalPrice, :Discount, :TotalPriceDiscount, :UnitPrice, :UnitPriceDiscount, :ChargeUnit, :UnitPriceHighPrecision, :UnitPriceDiscountHighPrecision, :AmountUnit
15626
15644
 
15627
- def initialize(totalprice=nil, discount=nil, totalpricediscount=nil, unitprice=nil, unitpricediscount=nil, chargeunit=nil)
15645
+ def initialize(totalprice=nil, discount=nil, totalpricediscount=nil, unitprice=nil, unitpricediscount=nil, chargeunit=nil, unitpricehighprecision=nil, unitpricediscounthighprecision=nil, amountunit=nil)
15628
15646
  @TotalPrice = totalprice
15629
15647
  @Discount = discount
15630
15648
  @TotalPriceDiscount = totalpricediscount
15631
15649
  @UnitPrice = unitprice
15632
15650
  @UnitPriceDiscount = unitpricediscount
15633
15651
  @ChargeUnit = chargeunit
15652
+ @UnitPriceHighPrecision = unitpricehighprecision
15653
+ @UnitPriceDiscountHighPrecision = unitpricediscounthighprecision
15654
+ @AmountUnit = amountunit
15634
15655
  end
15635
15656
 
15636
15657
  def deserialize(params)
@@ -15640,6 +15661,9 @@ module TencentCloud
15640
15661
  @UnitPrice = params['UnitPrice']
15641
15662
  @UnitPriceDiscount = params['UnitPriceDiscount']
15642
15663
  @ChargeUnit = params['ChargeUnit']
15664
+ @UnitPriceHighPrecision = params['UnitPriceHighPrecision']
15665
+ @UnitPriceDiscountHighPrecision = params['UnitPriceDiscountHighPrecision']
15666
+ @AmountUnit = params['AmountUnit']
15643
15667
  end
15644
15668
  end
15645
15669
 
@@ -15863,10 +15887,14 @@ module TencentCloud
15863
15887
  # @type IsInMaintainPeriod: String
15864
15888
  # @param ProxyZones: 数据库代理节点信息
15865
15889
  # @type ProxyZones: Array
15890
+ # @param IsRollUpgrade: 是否滚动升级
15891
+ # @type IsRollUpgrade: String
15892
+ # @param RollUpgradeWaitingTime: 滚动升级等待时间,单位:秒
15893
+ # @type RollUpgradeWaitingTime: Integer
15866
15894
 
15867
- attr_accessor :ClusterId, :Cpu, :Mem, :ProxyCount, :ProxyGroupId, :ReloadBalance, :IsInMaintainPeriod, :ProxyZones
15895
+ attr_accessor :ClusterId, :Cpu, :Mem, :ProxyCount, :ProxyGroupId, :ReloadBalance, :IsInMaintainPeriod, :ProxyZones, :IsRollUpgrade, :RollUpgradeWaitingTime
15868
15896
 
15869
- def initialize(clusterid=nil, cpu=nil, mem=nil, proxycount=nil, proxygroupid=nil, reloadbalance=nil, isinmaintainperiod=nil, proxyzones=nil)
15897
+ def initialize(clusterid=nil, cpu=nil, mem=nil, proxycount=nil, proxygroupid=nil, reloadbalance=nil, isinmaintainperiod=nil, proxyzones=nil, isrollupgrade=nil, rollupgradewaitingtime=nil)
15870
15898
  @ClusterId = clusterid
15871
15899
  @Cpu = cpu
15872
15900
  @Mem = mem
@@ -15875,6 +15903,8 @@ module TencentCloud
15875
15903
  @ReloadBalance = reloadbalance
15876
15904
  @IsInMaintainPeriod = isinmaintainperiod
15877
15905
  @ProxyZones = proxyzones
15906
+ @IsRollUpgrade = isrollupgrade
15907
+ @RollUpgradeWaitingTime = rollupgradewaitingtime
15878
15908
  end
15879
15909
 
15880
15910
  def deserialize(params)
@@ -15893,6 +15923,8 @@ module TencentCloud
15893
15923
  @ProxyZones << proxyzone_tmp
15894
15924
  end
15895
15925
  end
15926
+ @IsRollUpgrade = params['IsRollUpgrade']
15927
+ @RollUpgradeWaitingTime = params['RollUpgradeWaitingTime']
15896
15928
  end
15897
15929
  end
15898
15930
 
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.1164
4
+ version: 3.0.1174
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-11-09 00:00:00.000000000 Z
11
+ date: 2025-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20190107/client.rb
37
- - lib/v20190107/models.rb
38
36
  - lib/tencentcloud-sdk-cynosdb.rb
37
+ - lib/v20190107/models.rb
38
+ - lib/v20190107/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: