tencentcloud-sdk-cdb 1.0.327 → 1.0.328
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170320/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0906833b65b9729e567070d454db6535a42673eb
|
4
|
+
data.tar.gz: 92e18a7de0363b19ca8b6c770069d7660cfc169c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21143a977f3fd7ff612a69ec29f239d42fc6ecc442b75d5f4602b75713cfb4dd9e01c8af750237ae8045c4f802459f991913d9a426e635473dfc2331f440db0d
|
7
|
+
data.tar.gz: db7a0a12d985df81c86f6565d295d97bfad1812584fce84af2327fdcba523e020e489633451fc5610f0f658a19789a0551a5a2feac2e9e16a131d0a34b6c570d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.328
|
data/lib/v20170320/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 1.0.328
|
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-
|
11
|
+
date: 2022-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|