tencentcloud-sdk-cdb 1.0.231 → 1.0.235
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 +6 -2
- 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: cdeda861c19f901e0a9293da43df22ef8d76a3ef
|
|
4
|
+
data.tar.gz: 012b20c536f20accab972d2172ce526b3c9169b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 278bbe2b918673193d280c6c92a75c6c3f73686ebe58497a3422200eb8f1b89dd77a474def921ecedbc93c99888d4aae3f5e88fe3db7cef66ce9702621cc6c82
|
|
7
|
+
data.tar.gz: e4d7a94f562dac3528b5cd0336c50effe903b70fd5190f38aad6ba41dcef4daade9588252d60b76bd602c8ac39de8f7be5571e8ca89dc04afa988b4094ecc08a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.235
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -1528,14 +1528,16 @@ module TencentCloud
|
|
|
1528
1528
|
# @type AutoSyncFlag: Integer
|
|
1529
1529
|
# @param CageId: 金融围拢 ID。
|
|
1530
1530
|
# @type CageId: String
|
|
1531
|
+
# @param ParamTemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
|
|
1532
|
+
# @type ParamTemplateType: String
|
|
1531
1533
|
# @param AlarmPolicyIdList: 告警策略名数组,例如:["policy-uyoee9wg"],AlarmPolicyList不为空时该参数无效。
|
|
1532
1534
|
# @type AlarmPolicyIdList: Array
|
|
1533
1535
|
# @param DryRun: 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
|
|
1534
1536
|
# @type DryRun: Boolean
|
|
1535
1537
|
|
|
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
|
|
1538
|
+
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
1539
|
|
|
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)
|
|
1540
|
+
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
1541
|
@Memory = memory
|
|
1540
1542
|
@Volume = volume
|
|
1541
1543
|
@Period = period
|
|
@@ -1569,6 +1571,7 @@ module TencentCloud
|
|
|
1569
1571
|
@Cpu = cpu
|
|
1570
1572
|
@AutoSyncFlag = autosyncflag
|
|
1571
1573
|
@CageId = cageid
|
|
1574
|
+
@ParamTemplateType = paramtemplatetype
|
|
1572
1575
|
@AlarmPolicyIdList = alarmpolicyidlist
|
|
1573
1576
|
@DryRun = dryrun
|
|
1574
1577
|
end
|
|
@@ -1624,6 +1627,7 @@ module TencentCloud
|
|
|
1624
1627
|
@Cpu = params['Cpu']
|
|
1625
1628
|
@AutoSyncFlag = params['AutoSyncFlag']
|
|
1626
1629
|
@CageId = params['CageId']
|
|
1630
|
+
@ParamTemplateType = params['ParamTemplateType']
|
|
1627
1631
|
@AlarmPolicyIdList = params['AlarmPolicyIdList']
|
|
1628
1632
|
@DryRun = params['DryRun']
|
|
1629
1633
|
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.
|
|
4
|
+
version: 1.0.235
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|