tencentcloud-sdk-cdb 1.0.234 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170320/models.rb +18 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4ed0be0b162be3ccf8eabdacdf78c5ead2a3a1b
4
- data.tar.gz: b95907743d48de18f0070d0571a13efc616a698d
3
+ metadata.gz: 70e3de2abd99218d1d38c0951569cca6b022d4cb
4
+ data.tar.gz: c1def6c8e8ade0d9ab0fe5eeaece618ef8ed059b
5
5
  SHA512:
6
- metadata.gz: f5e4a1392b04feee7adeac6181153a0e629bc174eac1ec0a3dea36e1fa513ef54fd3038812c7b9c28344ce03fd1699e69fb115b9d35278d4830fb1eb5a72fcbd
7
- data.tar.gz: 821ed3dd1fc267b3936cd0b9a090722af24de61f7de9929568a738da2a3ea8bbccb0e31c9e90c7bdd8573868a4914dbfc0a4e6ccf10f64d25b5068f398e928b8
6
+ metadata.gz: b4d017287144377b7ccdaaff18aea83ea7857c64f325da60967ecf48ee655602d331eb71011f2b5683167c04351645f60996ca41e096330589cfc9b1b50f4edd
7
+ data.tar.gz: d0fc19191a28992a60d4d239c5551b0c930858491e33385f8132e924d1d1cfa8d86573b7fda1ad8eed53a730560847b41b9bb1aabf0fd4cd148ab4db95301fff
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.234
1
+ 1.0.238
@@ -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,14 +1536,16 @@ module TencentCloud
1528
1536
  # @type AutoSyncFlag: Integer
1529
1537
  # @param CageId: 金融围拢 ID。
1530
1538
  # @type CageId: String
1539
+ # @param ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
1540
+ # @type ParamTemplateType: String
1531
1541
  # @param AlarmPolicyIdList: 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
1532
1542
  # @type AlarmPolicyIdList: Array
1533
1543
  # @param DryRun: 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
1534
1544
  # @type DryRun: Boolean
1535
1545
 
1536
- attr_accessor :Memory, :Volume, :Period, :GoodsNum, :Zone, :UniqVpcId, :UniqSubnetId, :ProjectId, :Port, :InstanceRole, :MasterInstanceId, :EngineVersion, :Password, :ProtectMode, :DeployMode, :SlaveZone, :ParamList, :BackupZone, :AutoRenewFlag, :MasterRegion, :SecurityGroup, :RoGroup, :InstanceName, :ResourceTags, :DeployGroupId, :ClientToken, :DeviceType, :ParamTemplateId, :AlarmPolicyList, :InstanceNodes, :Cpu, :AutoSyncFlag, :CageId, :AlarmPolicyIdList, :DryRun
1546
+ attr_accessor :Memory, :Volume, :Period, :GoodsNum, :Zone, :UniqVpcId, :UniqSubnetId, :ProjectId, :Port, :InstanceRole, :MasterInstanceId, :EngineVersion, :Password, :ProtectMode, :DeployMode, :SlaveZone, :ParamList, :BackupZone, :AutoRenewFlag, :MasterRegion, :SecurityGroup, :RoGroup, :InstanceName, :ResourceTags, :DeployGroupId, :ClientToken, :DeviceType, :ParamTemplateId, :AlarmPolicyList, :InstanceNodes, :Cpu, :AutoSyncFlag, :CageId, :ParamTemplateType, :AlarmPolicyIdList, :DryRun
1537
1547
 
1538
- def initialize(memory=nil, volume=nil, period=nil, goodsnum=nil, zone=nil, uniqvpcid=nil, uniqsubnetid=nil, projectid=nil, port=nil, instancerole=nil, masterinstanceid=nil, engineversion=nil, password=nil, protectmode=nil, deploymode=nil, slavezone=nil, paramlist=nil, backupzone=nil, autorenewflag=nil, masterregion=nil, securitygroup=nil, rogroup=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)
1548
+ def initialize(memory=nil, volume=nil, period=nil, goodsnum=nil, zone=nil, uniqvpcid=nil, uniqsubnetid=nil, projectid=nil, port=nil, instancerole=nil, masterinstanceid=nil, engineversion=nil, password=nil, protectmode=nil, deploymode=nil, slavezone=nil, paramlist=nil, backupzone=nil, autorenewflag=nil, masterregion=nil, securitygroup=nil, rogroup=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)
1539
1549
  @Memory = memory
1540
1550
  @Volume = volume
1541
1551
  @Period = period
@@ -1569,6 +1579,7 @@ module TencentCloud
1569
1579
  @Cpu = cpu
1570
1580
  @AutoSyncFlag = autosyncflag
1571
1581
  @CageId = cageid
1582
+ @ParamTemplateType = paramtemplatetype
1572
1583
  @AlarmPolicyIdList = alarmpolicyidlist
1573
1584
  @DryRun = dryrun
1574
1585
  end
@@ -1624,6 +1635,7 @@ module TencentCloud
1624
1635
  @Cpu = params['Cpu']
1625
1636
  @AutoSyncFlag = params['AutoSyncFlag']
1626
1637
  @CageId = params['CageId']
1638
+ @ParamTemplateType = params['ParamTemplateType']
1627
1639
  @AlarmPolicyIdList = params['AlarmPolicyIdList']
1628
1640
  @DryRun = params['DryRun']
1629
1641
  end
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.234
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: 2021-12-30 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