tencentcloud-sdk-cdb 1.0.306 → 1.0.309
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 +12 -4
- 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: b7ebce93c8af1e6e33ce3068f837dc629234786f
|
4
|
+
data.tar.gz: 3be647a74bd6e86f45a9291970c6082ad7c96126
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae4cb223b2769e256c714b82390c78752c8b5d65a747a2e64bdc9907ca948038dbc84a69dec106f0fac8902f1647f7fdf77027c80963915e504beb739b70389e
|
7
|
+
data.tar.gz: bf98ecd4dfce9ec5fcf8670a31dc5b7e8f2ac73417d5529cd9655308e6b43a9549d04e659a7fee7c75e6550b39147920942ac696397a272f379647f91a8f07e7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.309
|
data/lib/v20170320/models.rb
CHANGED
@@ -1589,12 +1589,14 @@ module TencentCloud
|
|
1589
1589
|
# @type AlarmPolicyIdList: Array
|
1590
1590
|
# @param DryRun: 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
|
1591
1591
|
# @type DryRun: Boolean
|
1592
|
+
# @param EngineType: 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。
|
1593
|
+
# @type EngineType: String
|
1592
1594
|
# @param Vips: 指定实例的IP列表。仅支持主实例指定,按实例顺序,不足则按未指定处理。
|
1593
1595
|
# @type Vips: Array
|
1594
1596
|
|
1595
|
-
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, :Vips
|
1597
|
+
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, :EngineType, :Vips
|
1596
1598
|
|
1597
|
-
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, vips=nil)
|
1599
|
+
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, enginetype=nil, vips=nil)
|
1598
1600
|
@GoodsNum = goodsnum
|
1599
1601
|
@Memory = memory
|
1600
1602
|
@Volume = volume
|
@@ -1630,6 +1632,7 @@ module TencentCloud
|
|
1630
1632
|
@ParamTemplateType = paramtemplatetype
|
1631
1633
|
@AlarmPolicyIdList = alarmpolicyidlist
|
1632
1634
|
@DryRun = dryrun
|
1635
|
+
@EngineType = enginetype
|
1633
1636
|
@Vips = vips
|
1634
1637
|
end
|
1635
1638
|
|
@@ -1686,6 +1689,7 @@ module TencentCloud
|
|
1686
1689
|
@ParamTemplateType = params['ParamTemplateType']
|
1687
1690
|
@AlarmPolicyIdList = params['AlarmPolicyIdList']
|
1688
1691
|
@DryRun = params['DryRun']
|
1692
|
+
@EngineType = params['EngineType']
|
1689
1693
|
@Vips = params['Vips']
|
1690
1694
|
end
|
1691
1695
|
end
|
@@ -1788,12 +1792,14 @@ module TencentCloud
|
|
1788
1792
|
# @type AlarmPolicyIdList: Array
|
1789
1793
|
# @param DryRun: 是否只预检此次请求。true:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制等。如果检查不通过,则返回对应错误码;如果检查通过,则返回RequestId.默认为false:发送正常请求,通过检查后直接创建实例。
|
1790
1794
|
# @type DryRun: Boolean
|
1795
|
+
# @param EngineType: 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。
|
1796
|
+
# @type EngineType: String
|
1791
1797
|
# @param Vips: 指定实例的IP列表。仅支持主实例指定,按实例顺序,不足则按未指定处理。
|
1792
1798
|
# @type Vips: Array
|
1793
1799
|
|
1794
|
-
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, :Vips
|
1800
|
+
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, :EngineType, :Vips
|
1795
1801
|
|
1796
|
-
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, vips=nil)
|
1802
|
+
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, enginetype=nil, vips=nil)
|
1797
1803
|
@Memory = memory
|
1798
1804
|
@Volume = volume
|
1799
1805
|
@Period = period
|
@@ -1830,6 +1836,7 @@ module TencentCloud
|
|
1830
1836
|
@ParamTemplateType = paramtemplatetype
|
1831
1837
|
@AlarmPolicyIdList = alarmpolicyidlist
|
1832
1838
|
@DryRun = dryrun
|
1839
|
+
@EngineType = enginetype
|
1833
1840
|
@Vips = vips
|
1834
1841
|
end
|
1835
1842
|
|
@@ -1887,6 +1894,7 @@ module TencentCloud
|
|
1887
1894
|
@ParamTemplateType = params['ParamTemplateType']
|
1888
1895
|
@AlarmPolicyIdList = params['AlarmPolicyIdList']
|
1889
1896
|
@DryRun = params['DryRun']
|
1897
|
+
@EngineType = params['EngineType']
|
1890
1898
|
@Vips = params['Vips']
|
1891
1899
|
end
|
1892
1900
|
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.309
|
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-05-
|
11
|
+
date: 2022-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|