tencentcloud-sdk-cdb 1.0.237 → 1.0.238
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/v20170320/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: 70e3de2abd99218d1d38c0951569cca6b022d4cb
|
|
4
|
+
data.tar.gz: c1def6c8e8ade0d9ab0fe5eeaece618ef8ed059b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4d017287144377b7ccdaaff18aea83ea7857c64f325da60967ecf48ee655602d331eb71011f2b5683167c04351645f60996ca41e096330589cfc9b1b50f4edd
|
|
7
|
+
data.tar.gz: d0fc19191a28992a60d4d239c5551b0c930858491e33385f8132e924d1d1cfa8d86573b7fda1ad8eed53a730560847b41b9bb1aabf0fd4cd148ab4db95301fff
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.238
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -1341,14 +1341,16 @@ module TencentCloud
|
|
|
1341
1341
|
# @type AutoSyncFlag: Integer
|
|
1342
1342
|
# @param CageId: 金融围拢 ID 。
|
|
1343
1343
|
# @type CageId: String
|
|
1344
|
+
# @param ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
1345
|
+
# @type ParamTemplateType: String
|
|
1344
1346
|
# @param AlarmPolicyIdList: 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
|
|
1345
1347
|
# @type AlarmPolicyIdList: Array
|
|
1346
1348
|
# @param DryRun: 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
|
|
1347
1349
|
# @type DryRun: Boolean
|
|
1348
1350
|
|
|
1349
|
-
attr_accessor :GoodsNum, :Memory, :Volume, :EngineVersion, :UniqVpcId, :UniqSubnetId, :ProjectId, :Zone, :MasterInstanceId, :InstanceRole, :MasterRegion, :Port, :Password, :ParamList, :ProtectMode, :DeployMode, :SlaveZone, :BackupZone, :SecurityGroup, :RoGroup, :AutoRenewFlag, :InstanceName, :ResourceTags, :DeployGroupId, :ClientToken, :DeviceType, :ParamTemplateId, :AlarmPolicyList, :InstanceNodes, :Cpu, :AutoSyncFlag, :CageId, :AlarmPolicyIdList, :DryRun
|
|
1351
|
+
attr_accessor :GoodsNum, :Memory, :Volume, :EngineVersion, :UniqVpcId, :UniqSubnetId, :ProjectId, :Zone, :MasterInstanceId, :InstanceRole, :MasterRegion, :Port, :Password, :ParamList, :ProtectMode, :DeployMode, :SlaveZone, :BackupZone, :SecurityGroup, :RoGroup, :AutoRenewFlag, :InstanceName, :ResourceTags, :DeployGroupId, :ClientToken, :DeviceType, :ParamTemplateId, :AlarmPolicyList, :InstanceNodes, :Cpu, :AutoSyncFlag, :CageId, :ParamTemplateType, :AlarmPolicyIdList, :DryRun
|
|
1350
1352
|
|
|
1351
|
-
def initialize(goodsnum=nil, memory=nil, volume=nil, engineversion=nil, uniqvpcid=nil, uniqsubnetid=nil, projectid=nil, zone=nil, masterinstanceid=nil, instancerole=nil, masterregion=nil, port=nil, password=nil, paramlist=nil, protectmode=nil, deploymode=nil, slavezone=nil, backupzone=nil, securitygroup=nil, rogroup=nil, autorenewflag=nil, instancename=nil, resourcetags=nil, deploygroupid=nil, clienttoken=nil, devicetype=nil, paramtemplateid=nil, alarmpolicylist=nil, instancenodes=nil, cpu=nil, autosyncflag=nil, cageid=nil, alarmpolicyidlist=nil, dryrun=nil)
|
|
1353
|
+
def initialize(goodsnum=nil, memory=nil, volume=nil, engineversion=nil, uniqvpcid=nil, uniqsubnetid=nil, projectid=nil, zone=nil, masterinstanceid=nil, instancerole=nil, masterregion=nil, port=nil, password=nil, paramlist=nil, protectmode=nil, deploymode=nil, slavezone=nil, backupzone=nil, securitygroup=nil, rogroup=nil, autorenewflag=nil, instancename=nil, resourcetags=nil, deploygroupid=nil, clienttoken=nil, devicetype=nil, paramtemplateid=nil, alarmpolicylist=nil, instancenodes=nil, cpu=nil, autosyncflag=nil, cageid=nil, paramtemplatetype=nil, alarmpolicyidlist=nil, dryrun=nil)
|
|
1352
1354
|
@GoodsNum = goodsnum
|
|
1353
1355
|
@Memory = memory
|
|
1354
1356
|
@Volume = volume
|
|
@@ -1381,6 +1383,7 @@ module TencentCloud
|
|
|
1381
1383
|
@Cpu = cpu
|
|
1382
1384
|
@AutoSyncFlag = autosyncflag
|
|
1383
1385
|
@CageId = cageid
|
|
1386
|
+
@ParamTemplateType = paramtemplatetype
|
|
1384
1387
|
@AlarmPolicyIdList = alarmpolicyidlist
|
|
1385
1388
|
@DryRun = dryrun
|
|
1386
1389
|
end
|
|
@@ -1435,6 +1438,7 @@ module TencentCloud
|
|
|
1435
1438
|
@Cpu = params['Cpu']
|
|
1436
1439
|
@AutoSyncFlag = params['AutoSyncFlag']
|
|
1437
1440
|
@CageId = params['CageId']
|
|
1441
|
+
@ParamTemplateType = params['ParamTemplateType']
|
|
1438
1442
|
@AlarmPolicyIdList = params['AlarmPolicyIdList']
|
|
1439
1443
|
@DryRun = params['DryRun']
|
|
1440
1444
|
end
|
|
@@ -1532,7 +1536,7 @@ module TencentCloud
|
|
|
1532
1536
|
# @type AutoSyncFlag: Integer
|
|
1533
1537
|
# @param CageId: 金融围拢 ID。
|
|
1534
1538
|
# @type CageId: String
|
|
1535
|
-
# @param ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" -
|
|
1539
|
+
# @param ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
1536
1540
|
# @type ParamTemplateType: String
|
|
1537
1541
|
# @param AlarmPolicyIdList: 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
|
|
1538
1542
|
# @type AlarmPolicyIdList: Array
|
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.238
|
|
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-01-
|
|
11
|
+
date: 2022-01-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|