tencentcloud-sdk-cynosdb 3.0.946 → 3.0.947
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 +7 -3
- 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: 3e3bf13b0ad8b8c31c8ab8910cd9ef934e6abc4d
|
|
4
|
+
data.tar.gz: 79fe4fd38cb0ae7633c436bbeb0a76d83a4731ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac05bd68eff404bb9f9571fdc4a711ab26f794bff6632cd100ae9e61a969af55f5c4fd3e55ef6371ff68425f41b1b70637955b6fad2ced1b25e1181d4a511111
|
|
7
|
+
data.tar.gz: a01ae4b7d1212be741f7d00e8ad15d3fa8d261b9d0a1fb6774750a48ac3a0a126df042af99b77516cec8455e6dfc26ee768c644dca2d2aadccde87bae5fb0743
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.947
|
data/lib/v20190107/models.rb
CHANGED
|
@@ -1514,10 +1514,12 @@ module TencentCloud
|
|
|
1514
1514
|
# @param InstanceStorageType: 实例存储类型
|
|
1515
1515
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1516
1516
|
# @type InstanceStorageType: String
|
|
1517
|
+
# @param DbMode: 数据库类型
|
|
1518
|
+
# @type DbMode: String
|
|
1517
1519
|
|
|
1518
|
-
attr_accessor :InstanceId, :InstanceName, :InstanceType, :InstanceStatus, :InstanceStatusDesc, :InstanceCpu, :InstanceMemory, :InstanceStorage, :InstanceRole, :MaintainStartTime, :MaintainDuration, :MaintainWeekDays, :ServerlessStatus, :InstanceTasks, :InstanceDeviceType, :InstanceStorageType
|
|
1520
|
+
attr_accessor :InstanceId, :InstanceName, :InstanceType, :InstanceStatus, :InstanceStatusDesc, :InstanceCpu, :InstanceMemory, :InstanceStorage, :InstanceRole, :MaintainStartTime, :MaintainDuration, :MaintainWeekDays, :ServerlessStatus, :InstanceTasks, :InstanceDeviceType, :InstanceStorageType, :DbMode
|
|
1519
1521
|
|
|
1520
|
-
def initialize(instanceid=nil, instancename=nil, instancetype=nil, instancestatus=nil, instancestatusdesc=nil, instancecpu=nil, instancememory=nil, instancestorage=nil, instancerole=nil, maintainstarttime=nil, maintainduration=nil, maintainweekdays=nil, serverlessstatus=nil, instancetasks=nil, instancedevicetype=nil, instancestoragetype=nil)
|
|
1522
|
+
def initialize(instanceid=nil, instancename=nil, instancetype=nil, instancestatus=nil, instancestatusdesc=nil, instancecpu=nil, instancememory=nil, instancestorage=nil, instancerole=nil, maintainstarttime=nil, maintainduration=nil, maintainweekdays=nil, serverlessstatus=nil, instancetasks=nil, instancedevicetype=nil, instancestoragetype=nil, dbmode=nil)
|
|
1521
1523
|
@InstanceId = instanceid
|
|
1522
1524
|
@InstanceName = instancename
|
|
1523
1525
|
@InstanceType = instancetype
|
|
@@ -1534,6 +1536,7 @@ module TencentCloud
|
|
|
1534
1536
|
@InstanceTasks = instancetasks
|
|
1535
1537
|
@InstanceDeviceType = instancedevicetype
|
|
1536
1538
|
@InstanceStorageType = instancestoragetype
|
|
1539
|
+
@DbMode = dbmode
|
|
1537
1540
|
end
|
|
1538
1541
|
|
|
1539
1542
|
def deserialize(params)
|
|
@@ -1560,6 +1563,7 @@ module TencentCloud
|
|
|
1560
1563
|
end
|
|
1561
1564
|
@InstanceDeviceType = params['InstanceDeviceType']
|
|
1562
1565
|
@InstanceStorageType = params['InstanceStorageType']
|
|
1566
|
+
@DbMode = params['DbMode']
|
|
1563
1567
|
end
|
|
1564
1568
|
end
|
|
1565
1569
|
|
|
@@ -3029,7 +3033,7 @@ module TencentCloud
|
|
|
3029
3033
|
# @type CreateTime: String
|
|
3030
3034
|
# @param DbType: 数据库类型
|
|
3031
3035
|
# @type DbType: String
|
|
3032
|
-
# @param DbMode:
|
|
3036
|
+
# @param DbMode: Db类型:<li>NORMAL</li><li>SERVERLESS</li>
|
|
3033
3037
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3034
3038
|
# @type DbMode: String
|
|
3035
3039
|
# @param DbVersion: 数据库版本
|
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.947
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-11-
|
|
11
|
+
date: 2024-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|