tencentcloud-sdk-cdb 1.0.237 → 1.0.238

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ff75dd9fb66c30e9375b3f176af92e55600c614
4
- data.tar.gz: 581b9ee93e11261e1a11c1f0b98a9a3b500e0825
3
+ metadata.gz: 70e3de2abd99218d1d38c0951569cca6b022d4cb
4
+ data.tar.gz: c1def6c8e8ade0d9ab0fe5eeaece618ef8ed059b
5
5
  SHA512:
6
- metadata.gz: 302cf54f7276b1183753119eb48490ae355cd48b725053be3fa03956fa9505fdbbc5ba5a6218941ee08e4843214c471a7706a29131e14077fbd6eb482a77d6d1
7
- data.tar.gz: cbc310ca132946b2f146f33d19bc4c50fe622878481df99be2fab9aa411583a7d6068a992bbb3dccac15de7b20c5fb89e8f44182b521e89e1d4e772be2f5eef7
6
+ metadata.gz: b4d017287144377b7ccdaaff18aea83ea7857c64f325da60967ecf48ee655602d331eb71011f2b5683167c04351645f60996ca41e096330589cfc9b1b50f4edd
7
+ data.tar.gz: d0fc19191a28992a60d4d239c5551b0c930858491e33385f8132e924d1d1cfa8d86573b7fda1ad8eed53a730560847b41b9bb1aabf0fd4cd148ab4db95301fff
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.237
1
+ 1.0.238
@@ -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" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
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.237
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-07 00:00:00.000000000 Z
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