tencentcloud-sdk-cdb 1.0.235 → 1.0.239

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170320/models.rb +13 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cdeda861c19f901e0a9293da43df22ef8d76a3ef
4
- data.tar.gz: 012b20c536f20accab972d2172ce526b3c9169b9
3
+ metadata.gz: f14d7b225b9b7fffaf6b9daa2ad555c3034b7b65
4
+ data.tar.gz: a68cfa70708df301af4ef8dbbb1bde0465a2b4ce
5
5
  SHA512:
6
- metadata.gz: 278bbe2b918673193d280c6c92a75c6c3f73686ebe58497a3422200eb8f1b89dd77a474def921ecedbc93c99888d4aae3f5e88fe3db7cef66ce9702621cc6c82
7
- data.tar.gz: e4d7a94f562dac3528b5cd0336c50effe903b70fd5190f38aad6ba41dcef4daade9588252d60b76bd602c8ac39de8f7be5571e8ca89dc04afa988b4094ecc08a
6
+ metadata.gz: f214c578499b81e0891b1bffa2abb53482a7dca9a49e6f6319c4f25c78568d715fe39024c1d383bae2e72d87f3718664565d4636c476922a94306b7c99ccae03
7
+ data.tar.gz: 8eddbe989f33c80d258e9973830eed318c6a93c4dc84369ccc9d0e79589a9d5705b7a25a245ee95a718c6ea3e90f815adbf13b4f0f05c460bd4009d8887b6630
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.235
1
+ 1.0.239
@@ -1144,10 +1144,12 @@ module TencentCloud
1144
1144
  # @type DeployGroupId: String
1145
1145
  # @param DryRun: 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
1146
1146
  # @type DryRun: Boolean
1147
+ # @param CageId: 金融围拢 ID 。
1148
+ # @type CageId: String
1147
1149
 
1148
- attr_accessor :InstanceId, :SpecifiedRollbackTime, :SpecifiedBackupId, :UniqVpcId, :UniqSubnetId, :Memory, :Volume, :InstanceName, :SecurityGroup, :ResourceTags, :Cpu, :ProtectMode, :DeployMode, :SlaveZone, :BackupZone, :DeviceType, :InstanceNodes, :DeployGroupId, :DryRun
1150
+ attr_accessor :InstanceId, :SpecifiedRollbackTime, :SpecifiedBackupId, :UniqVpcId, :UniqSubnetId, :Memory, :Volume, :InstanceName, :SecurityGroup, :ResourceTags, :Cpu, :ProtectMode, :DeployMode, :SlaveZone, :BackupZone, :DeviceType, :InstanceNodes, :DeployGroupId, :DryRun, :CageId
1149
1151
 
1150
- def initialize(instanceid=nil, specifiedrollbacktime=nil, specifiedbackupid=nil, uniqvpcid=nil, uniqsubnetid=nil, memory=nil, volume=nil, instancename=nil, securitygroup=nil, resourcetags=nil, cpu=nil, protectmode=nil, deploymode=nil, slavezone=nil, backupzone=nil, devicetype=nil, instancenodes=nil, deploygroupid=nil, dryrun=nil)
1152
+ def initialize(instanceid=nil, specifiedrollbacktime=nil, specifiedbackupid=nil, uniqvpcid=nil, uniqsubnetid=nil, memory=nil, volume=nil, instancename=nil, securitygroup=nil, resourcetags=nil, cpu=nil, protectmode=nil, deploymode=nil, slavezone=nil, backupzone=nil, devicetype=nil, instancenodes=nil, deploygroupid=nil, dryrun=nil, cageid=nil)
1151
1153
  @InstanceId = instanceid
1152
1154
  @SpecifiedRollbackTime = specifiedrollbacktime
1153
1155
  @SpecifiedBackupId = specifiedbackupid
@@ -1167,6 +1169,7 @@ module TencentCloud
1167
1169
  @InstanceNodes = instancenodes
1168
1170
  @DeployGroupId = deploygroupid
1169
1171
  @DryRun = dryrun
1172
+ @CageId = cageid
1170
1173
  end
1171
1174
 
1172
1175
  def deserialize(params)
@@ -1196,6 +1199,7 @@ module TencentCloud
1196
1199
  @InstanceNodes = params['InstanceNodes']
1197
1200
  @DeployGroupId = params['DeployGroupId']
1198
1201
  @DryRun = params['DryRun']
1202
+ @CageId = params['CageId']
1199
1203
  end
1200
1204
  end
1201
1205
 
@@ -1337,14 +1341,16 @@ module TencentCloud
1337
1341
  # @type AutoSyncFlag: Integer
1338
1342
  # @param CageId: 金融围拢 ID 。
1339
1343
  # @type CageId: String
1344
+ # @param ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
1345
+ # @type ParamTemplateType: String
1340
1346
  # @param AlarmPolicyIdList: 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
1341
1347
  # @type AlarmPolicyIdList: Array
1342
1348
  # @param DryRun: 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
1343
1349
  # @type DryRun: Boolean
1344
1350
 
1345
- 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
1346
1352
 
1347
- 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)
1348
1354
  @GoodsNum = goodsnum
1349
1355
  @Memory = memory
1350
1356
  @Volume = volume
@@ -1377,6 +1383,7 @@ module TencentCloud
1377
1383
  @Cpu = cpu
1378
1384
  @AutoSyncFlag = autosyncflag
1379
1385
  @CageId = cageid
1386
+ @ParamTemplateType = paramtemplatetype
1380
1387
  @AlarmPolicyIdList = alarmpolicyidlist
1381
1388
  @DryRun = dryrun
1382
1389
  end
@@ -1431,6 +1438,7 @@ module TencentCloud
1431
1438
  @Cpu = params['Cpu']
1432
1439
  @AutoSyncFlag = params['AutoSyncFlag']
1433
1440
  @CageId = params['CageId']
1441
+ @ParamTemplateType = params['ParamTemplateType']
1434
1442
  @AlarmPolicyIdList = params['AlarmPolicyIdList']
1435
1443
  @DryRun = params['DryRun']
1436
1444
  end
@@ -1528,7 +1536,7 @@ module TencentCloud
1528
1536
  # @type AutoSyncFlag: Integer
1529
1537
  # @param CageId: 金融围拢 ID。
1530
1538
  # @type CageId: String
1531
- # @param ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
1539
+ # @param ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
1532
1540
  # @type ParamTemplateType: String
1533
1541
  # @param AlarmPolicyIdList: 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
1534
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.235
4
+ version: 1.0.239
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-05 00:00:00.000000000 Z
11
+ date: 2022-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common