tencentcloud-sdk-cdb 1.0.232 → 1.0.236

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 +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b61727344f7544b679a7c26d0feef9c5b0ba521b
4
- data.tar.gz: 11db96666185041b873d935ee2a59420d3a6207d
3
+ metadata.gz: 72d28ea91b65a10d8adce852e6bd319de4a34a31
4
+ data.tar.gz: 5b2e4ad9f8a86192e7c309c9c8c37dc9262476a6
5
5
  SHA512:
6
- metadata.gz: 8b82c2c71e9424323175489f93bc45d103f9860985e25d7aba1d709b1909ff713ebbf60d4f4c1ad871cdf54044054b8efe0adb68d906c67e778795afe06cd4fd
7
- data.tar.gz: 7a342523d4b28a54e6368c681f907234c02c8830e91c8279daed9099fcdc764e135a7e536000b1c7cc272349a5ba2bcaa66ecf434ddc769359a4798aa2ead3fb
6
+ metadata.gz: 213a01eb109e672a127ba9cc4fc4c712f98eb5b0a445ca3dcb4b5eb0e54c18c8962e87b2886f4987081d437e868144f50043d37ce2367cbf1f01ebbfd4f35582
7
+ data.tar.gz: ca2000975367bf868ea9c4e5e1e7f861fa120d96f58fcd66638ad1c3264eb7ae332751138468f34e27c2a3aa5c0034fc9d58bf9c848bcd5ce4bba142281cde8c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.232
1
+ 1.0.236
@@ -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
 
@@ -1528,14 +1532,16 @@ module TencentCloud
1528
1532
  # @type AutoSyncFlag: Integer
1529
1533
  # @param CageId: 金融围拢 ID。
1530
1534
  # @type CageId: String
1535
+ # @param ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
1536
+ # @type ParamTemplateType: String
1531
1537
  # @param AlarmPolicyIdList: 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
1532
1538
  # @type AlarmPolicyIdList: Array
1533
1539
  # @param DryRun: 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
1534
1540
  # @type DryRun: Boolean
1535
1541
 
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
1542
+ 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
1543
 
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)
1544
+ 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
1545
  @Memory = memory
1540
1546
  @Volume = volume
1541
1547
  @Period = period
@@ -1569,6 +1575,7 @@ module TencentCloud
1569
1575
  @Cpu = cpu
1570
1576
  @AutoSyncFlag = autosyncflag
1571
1577
  @CageId = cageid
1578
+ @ParamTemplateType = paramtemplatetype
1572
1579
  @AlarmPolicyIdList = alarmpolicyidlist
1573
1580
  @DryRun = dryrun
1574
1581
  end
@@ -1624,6 +1631,7 @@ module TencentCloud
1624
1631
  @Cpu = params['Cpu']
1625
1632
  @AutoSyncFlag = params['AutoSyncFlag']
1626
1633
  @CageId = params['CageId']
1634
+ @ParamTemplateType = params['ParamTemplateType']
1627
1635
  @AlarmPolicyIdList = params['AlarmPolicyIdList']
1628
1636
  @DryRun = params['DryRun']
1629
1637
  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.232
4
+ version: 1.0.236
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-28 00:00:00.000000000 Z
11
+ date: 2022-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common