tencentcloud-sdk-cynosdb 3.0.1040 → 3.0.1041

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 +16 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eccf73152631266889e3ac553073a9783a89becc
4
- data.tar.gz: 008f61ef97cd2d48016a19adc232fa30c9526a96
3
+ metadata.gz: 8ea26e0c8927503b61e3dc5598462a648754069a
4
+ data.tar.gz: 46c40d6de924df34f80a253909b467c6dcdb4487
5
5
  SHA512:
6
- metadata.gz: de1cbabdd095e827ee6a9b344d6965312a83c5265d35f23334634fb550eca14471836a753b56a9984cdcd9a5a2e83034c0a334648b94b484ba7daafbc0835edf
7
- data.tar.gz: 34e935dfdb5f39d39fff760cf8920ea926a7eb81bc98a528a84af3662c954fb6cee2de196a269195bfc0de1258f01fbeba504acda14ce1c3c87be4c3e824498f
6
+ metadata.gz: 1646f349ae8fc947ecd7b53e9631e6db80362556c5b93b0061f35523c07701542859b8cb8944962470230494d5f9aa64443e6a0b0ba65bcb40e672bd447c970d
7
+ data.tar.gz: 2d38e22fb611bb9d84e9ef0d3b5b8d4904522b57ad4c4f8bbd39ba5d1748211141f4f4ed1380e6d48592e42b2daca5ae84c2c111b132aaf5ba7770c6bec901ad
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1040
1
+ 3.0.1041
@@ -9845,10 +9845,14 @@ module TencentCloud
9845
9845
  # @type DeviceType: String
9846
9846
  # @param UpgradeType: 升级方式。升级完成后切换或维护时间内切换
9847
9847
  # @type UpgradeType: String
9848
+ # @param LibraNodeCount: libra节点数量
9849
+ # @type LibraNodeCount: Integer
9850
+ # @param OldLibraNodeCount: 原libra节点数量
9851
+ # @type OldLibraNodeCount: Integer
9848
9852
 
9849
- attr_accessor :Cpu, :Memory, :StorageLimit, :OldCpu, :OldMemory, :OldStorageLimit, :OldDeviceType, :DeviceType, :UpgradeType
9853
+ attr_accessor :Cpu, :Memory, :StorageLimit, :OldCpu, :OldMemory, :OldStorageLimit, :OldDeviceType, :DeviceType, :UpgradeType, :LibraNodeCount, :OldLibraNodeCount
9850
9854
 
9851
- def initialize(cpu=nil, memory=nil, storagelimit=nil, oldcpu=nil, oldmemory=nil, oldstoragelimit=nil, olddevicetype=nil, devicetype=nil, upgradetype=nil)
9855
+ def initialize(cpu=nil, memory=nil, storagelimit=nil, oldcpu=nil, oldmemory=nil, oldstoragelimit=nil, olddevicetype=nil, devicetype=nil, upgradetype=nil, libranodecount=nil, oldlibranodecount=nil)
9852
9856
  @Cpu = cpu
9853
9857
  @Memory = memory
9854
9858
  @StorageLimit = storagelimit
@@ -9858,6 +9862,8 @@ module TencentCloud
9858
9862
  @OldDeviceType = olddevicetype
9859
9863
  @DeviceType = devicetype
9860
9864
  @UpgradeType = upgradetype
9865
+ @LibraNodeCount = libranodecount
9866
+ @OldLibraNodeCount = oldlibranodecount
9861
9867
  end
9862
9868
 
9863
9869
  def deserialize(params)
@@ -9870,6 +9876,8 @@ module TencentCloud
9870
9876
  @OldDeviceType = params['OldDeviceType']
9871
9877
  @DeviceType = params['DeviceType']
9872
9878
  @UpgradeType = params['UpgradeType']
9879
+ @LibraNodeCount = params['LibraNodeCount']
9880
+ @OldLibraNodeCount = params['OldLibraNodeCount']
9873
9881
  end
9874
9882
  end
9875
9883
 
@@ -10067,19 +10075,23 @@ module TencentCloud
10067
10075
  # @type CurrentValue: String
10068
10076
  # @param OldValue: 参数旧值(只在出参时有用)
10069
10077
  # @type OldValue: String
10078
+ # @param Component: libra组件类型
10079
+ # @type Component: String
10070
10080
 
10071
- attr_accessor :ParamName, :CurrentValue, :OldValue
10081
+ attr_accessor :ParamName, :CurrentValue, :OldValue, :Component
10072
10082
 
10073
- def initialize(paramname=nil, currentvalue=nil, oldvalue=nil)
10083
+ def initialize(paramname=nil, currentvalue=nil, oldvalue=nil, component=nil)
10074
10084
  @ParamName = paramname
10075
10085
  @CurrentValue = currentvalue
10076
10086
  @OldValue = oldvalue
10087
+ @Component = component
10077
10088
  end
10078
10089
 
10079
10090
  def deserialize(params)
10080
10091
  @ParamName = params['ParamName']
10081
10092
  @CurrentValue = params['CurrentValue']
10082
10093
  @OldValue = params['OldValue']
10094
+ @Component = params['Component']
10083
10095
  end
10084
10096
  end
10085
10097
 
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.1040
4
+ version: 3.0.1041
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-04-14 00:00:00.000000000 Z
11
+ date: 2025-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common