tencentcloud-sdk-cdb 1.0.326 → 1.0.329

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: 39875367a3ba9e1a902c6557cba0dd4d2a9ec70c
4
- data.tar.gz: e001955b0b2c06c71aea1364a50cfb7989a37e82
3
+ metadata.gz: ead8eaedcd1c3381c228292b9d3bdbc59c6d780e
4
+ data.tar.gz: 8a2edd1ef07792a4f81977ec0fe00e2d7a031adf
5
5
  SHA512:
6
- metadata.gz: 670844fc509561c6f089ee7ff8eefff9737beda95892dd9ac3daa19c18803dda4e4f6289d62f8b8bc6ecb3603ad3cb53bd28c0267f8468fe34f02a25d0561af8
7
- data.tar.gz: db92ff44fe1067db519944e741a99b90d26676066b6ec2c2cd7561136d50b9546bcbca79e115f6289dd727e8debb9b3ed71b35b4d55ee8952e46b5b2dd3b8fe0
6
+ metadata.gz: 8610e01c60b22d253d2cfb2dafd03c8b1b4af7b8ab8e843b8f3c6d60403085937ab6122a828e361cb5e2d3af85e9fd65c6b1ebe8fb4fd228c0bb88e5b2c0a353
7
+ data.tar.gz: ef4c7198ca6d9c491981f32bf4cc5c40bcb1edd18b6164400f7e260af5c3ea58fee0c8d2d7d2dea85edcf110f4a614222259fce07d60706f445178f361bd3141
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.326
1
+ 1.0.329
@@ -9544,10 +9544,13 @@ module TencentCloud
9544
9544
  # @param DeviceTypeName: 实例类型描述,可能的取值范围有:通用型, 独享型, 基础型
9545
9545
  # 注意:此字段可能返回 null,表示取不到有效值。
9546
9546
  # @type DeviceTypeName: String
9547
+ # @param EngineType: 引擎类型描述,可能的取值范围有:Innodb,RocksDB
9548
+ # 注意:此字段可能返回 null,表示取不到有效值。
9549
+ # @type EngineType: String
9547
9550
 
9548
- attr_accessor :Device, :Type, :CdbType, :Memory, :Cpu, :VolumeMin, :VolumeMax, :VolumeStep, :Connection, :Qps, :Iops, :Info, :Status, :Tag, :DeviceType, :DeviceTypeName
9551
+ attr_accessor :Device, :Type, :CdbType, :Memory, :Cpu, :VolumeMin, :VolumeMax, :VolumeStep, :Connection, :Qps, :Iops, :Info, :Status, :Tag, :DeviceType, :DeviceTypeName, :EngineType
9549
9552
 
9550
- def initialize(device=nil, type=nil, cdbtype=nil, memory=nil, cpu=nil, volumemin=nil, volumemax=nil, volumestep=nil, connection=nil, qps=nil, iops=nil, info=nil, status=nil, tag=nil, devicetype=nil, devicetypename=nil)
9553
+ def initialize(device=nil, type=nil, cdbtype=nil, memory=nil, cpu=nil, volumemin=nil, volumemax=nil, volumestep=nil, connection=nil, qps=nil, iops=nil, info=nil, status=nil, tag=nil, devicetype=nil, devicetypename=nil, enginetype=nil)
9551
9554
  @Device = device
9552
9555
  @Type = type
9553
9556
  @CdbType = cdbtype
@@ -9564,6 +9567,7 @@ module TencentCloud
9564
9567
  @Tag = tag
9565
9568
  @DeviceType = devicetype
9566
9569
  @DeviceTypeName = devicetypename
9570
+ @EngineType = enginetype
9567
9571
  end
9568
9572
 
9569
9573
  def deserialize(params)
@@ -9583,6 +9587,7 @@ module TencentCloud
9583
9587
  @Tag = params['Tag']
9584
9588
  @DeviceType = params['DeviceType']
9585
9589
  @DeviceTypeName = params['DeviceTypeName']
9590
+ @EngineType = params['EngineType']
9586
9591
  end
9587
9592
  end
9588
9593
 
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: 1.0.326
4
+ version: 1.0.329
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-03 00:00:00.000000000 Z
11
+ date: 2022-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common