tencentcloud-sdk-cynosdb 3.0.1163 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190107/models.rb +41 -7
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b722eb7a623c21fe87cee3a03445a8b28b027652
|
|
4
|
+
data.tar.gz: 6553d64983b4d80f1ae8832d36bc4df434bcf19f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b212135b9ec3c1495b0796fa9558462af8a87aff287fb9b3f72a6a487969429f0af9c4b1431ea5044a0fe521d32849a4c17a33d6ec1ebd7cf4ab198620d41f47
|
|
7
|
+
data.tar.gz: 9ed816317815d589532f17bd5791c6dff562e2e0ec8fde173f804951659f52f22ce1c50873410eb87ce39023c9c93bf233aad37efb1932bfaacec895c940ce7a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1174
|
data/lib/v20190107/models.rb
CHANGED
|
@@ -2309,7 +2309,9 @@ module TencentCloud
|
|
|
2309
2309
|
# @type AdminPassword: String
|
|
2310
2310
|
# @param Port: 端口,默认3306,取值范围[0, 65535)
|
|
2311
2311
|
# @type Port: Integer
|
|
2312
|
-
# @param PayMode:
|
|
2312
|
+
# @param PayMode: 计费模式,支持值为0和1,默认值为0。
|
|
2313
|
+
# 取值为0,表示按量计费。
|
|
2314
|
+
# 取值为1,表示包年包月。
|
|
2313
2315
|
# @type PayMode: Integer
|
|
2314
2316
|
# @param Count: 购买集群数,可选值范围[1,50],默认为1
|
|
2315
2317
|
# @type Count: Integer
|
|
@@ -3988,6 +3990,15 @@ module TencentCloud
|
|
|
3988
3990
|
# @param Zone: 可用区
|
|
3989
3991
|
# @type Zone: String
|
|
3990
3992
|
# @param Status: 实例状态
|
|
3993
|
+
# creating:创建中
|
|
3994
|
+
# running:运行中
|
|
3995
|
+
# isolating:隔离中
|
|
3996
|
+
# isolated:已隔离
|
|
3997
|
+
# activating:解隔离中
|
|
3998
|
+
# offlining:下线中
|
|
3999
|
+
# offlined:已下线
|
|
4000
|
+
# deleting:删除中
|
|
4001
|
+
# deleted:已删除
|
|
3991
4002
|
# @type Status: String
|
|
3992
4003
|
# @param StatusDesc: 实例状态中文描述
|
|
3993
4004
|
# @type StatusDesc: String
|
|
@@ -8788,7 +8799,7 @@ module TencentCloud
|
|
|
8788
8799
|
# @type StandbyClusterRegion: String
|
|
8789
8800
|
# @param StandbyClusterId: 从集群ID
|
|
8790
8801
|
# @type StandbyClusterId: String
|
|
8791
|
-
# @param StandbyClusterName:
|
|
8802
|
+
# @param StandbyClusterName: 从集群名称
|
|
8792
8803
|
# @type StandbyClusterName: String
|
|
8793
8804
|
|
|
8794
8805
|
attr_accessor :GdnId, :GdnName, :PrimaryClusterId, :PrimaryClusterRegion, :StandbyClusterRegion, :StandbyClusterId, :StandbyClusterName
|
|
@@ -13483,6 +13494,9 @@ module TencentCloud
|
|
|
13483
13494
|
# @type Operator: String
|
|
13484
13495
|
|
|
13485
13496
|
attr_accessor :Values, :Names, :ExactMatch, :Name, :Operator
|
|
13497
|
+
extend Gem::Deprecate
|
|
13498
|
+
deprecate :Operator, :none, 2025, 11
|
|
13499
|
+
deprecate :Operator=, :none, 2025, 11
|
|
13486
13500
|
|
|
13487
13501
|
def initialize(values=nil, names=nil, exactmatch=nil, name=nil, operator=nil)
|
|
13488
13502
|
@Values = values
|
|
@@ -13503,7 +13517,7 @@ module TencentCloud
|
|
|
13503
13517
|
|
|
13504
13518
|
# 查询参数过滤器
|
|
13505
13519
|
class QueryParamFilter < TencentCloud::Common::AbstractModel
|
|
13506
|
-
# @param Names: 搜索字段,目前支持:
|
|
13520
|
+
# @param Names: 搜索字段,目前支持:ProxyGroupId
|
|
13507
13521
|
# @type Names: Array
|
|
13508
13522
|
# @param Values: 搜索字符串
|
|
13509
13523
|
# @type Values: Array
|
|
@@ -15619,16 +15633,25 @@ module TencentCloud
|
|
|
15619
15633
|
# @type UnitPriceDiscount: Integer
|
|
15620
15634
|
# @param ChargeUnit: 计费价格单位
|
|
15621
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
|
|
15622
15642
|
|
|
15623
|
-
attr_accessor :TotalPrice, :Discount, :TotalPriceDiscount, :UnitPrice, :UnitPriceDiscount, :ChargeUnit
|
|
15643
|
+
attr_accessor :TotalPrice, :Discount, :TotalPriceDiscount, :UnitPrice, :UnitPriceDiscount, :ChargeUnit, :UnitPriceHighPrecision, :UnitPriceDiscountHighPrecision, :AmountUnit
|
|
15624
15644
|
|
|
15625
|
-
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)
|
|
15626
15646
|
@TotalPrice = totalprice
|
|
15627
15647
|
@Discount = discount
|
|
15628
15648
|
@TotalPriceDiscount = totalpricediscount
|
|
15629
15649
|
@UnitPrice = unitprice
|
|
15630
15650
|
@UnitPriceDiscount = unitpricediscount
|
|
15631
15651
|
@ChargeUnit = chargeunit
|
|
15652
|
+
@UnitPriceHighPrecision = unitpricehighprecision
|
|
15653
|
+
@UnitPriceDiscountHighPrecision = unitpricediscounthighprecision
|
|
15654
|
+
@AmountUnit = amountunit
|
|
15632
15655
|
end
|
|
15633
15656
|
|
|
15634
15657
|
def deserialize(params)
|
|
@@ -15638,6 +15661,9 @@ module TencentCloud
|
|
|
15638
15661
|
@UnitPrice = params['UnitPrice']
|
|
15639
15662
|
@UnitPriceDiscount = params['UnitPriceDiscount']
|
|
15640
15663
|
@ChargeUnit = params['ChargeUnit']
|
|
15664
|
+
@UnitPriceHighPrecision = params['UnitPriceHighPrecision']
|
|
15665
|
+
@UnitPriceDiscountHighPrecision = params['UnitPriceDiscountHighPrecision']
|
|
15666
|
+
@AmountUnit = params['AmountUnit']
|
|
15641
15667
|
end
|
|
15642
15668
|
end
|
|
15643
15669
|
|
|
@@ -15861,10 +15887,14 @@ module TencentCloud
|
|
|
15861
15887
|
# @type IsInMaintainPeriod: String
|
|
15862
15888
|
# @param ProxyZones: 数据库代理节点信息
|
|
15863
15889
|
# @type ProxyZones: Array
|
|
15890
|
+
# @param IsRollUpgrade: 是否滚动升级
|
|
15891
|
+
# @type IsRollUpgrade: String
|
|
15892
|
+
# @param RollUpgradeWaitingTime: 滚动升级等待时间,单位:秒
|
|
15893
|
+
# @type RollUpgradeWaitingTime: Integer
|
|
15864
15894
|
|
|
15865
|
-
attr_accessor :ClusterId, :Cpu, :Mem, :ProxyCount, :ProxyGroupId, :ReloadBalance, :IsInMaintainPeriod, :ProxyZones
|
|
15895
|
+
attr_accessor :ClusterId, :Cpu, :Mem, :ProxyCount, :ProxyGroupId, :ReloadBalance, :IsInMaintainPeriod, :ProxyZones, :IsRollUpgrade, :RollUpgradeWaitingTime
|
|
15866
15896
|
|
|
15867
|
-
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)
|
|
15868
15898
|
@ClusterId = clusterid
|
|
15869
15899
|
@Cpu = cpu
|
|
15870
15900
|
@Mem = mem
|
|
@@ -15873,6 +15903,8 @@ module TencentCloud
|
|
|
15873
15903
|
@ReloadBalance = reloadbalance
|
|
15874
15904
|
@IsInMaintainPeriod = isinmaintainperiod
|
|
15875
15905
|
@ProxyZones = proxyzones
|
|
15906
|
+
@IsRollUpgrade = isrollupgrade
|
|
15907
|
+
@RollUpgradeWaitingTime = rollupgradewaitingtime
|
|
15876
15908
|
end
|
|
15877
15909
|
|
|
15878
15910
|
def deserialize(params)
|
|
@@ -15891,6 +15923,8 @@ module TencentCloud
|
|
|
15891
15923
|
@ProxyZones << proxyzone_tmp
|
|
15892
15924
|
end
|
|
15893
15925
|
end
|
|
15926
|
+
@IsRollUpgrade = params['IsRollUpgrade']
|
|
15927
|
+
@RollUpgradeWaitingTime = params['RollUpgradeWaitingTime']
|
|
15894
15928
|
end
|
|
15895
15929
|
end
|
|
15896
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.
|
|
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-
|
|
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:
|