tencentcloud-sdk-dcdb 3.0.389 → 3.0.395
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/v20180411/models.rb +10 -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: 20dd37280cd807e885f254097409cafeeeca2d4e
|
|
4
|
+
data.tar.gz: 2d783aae7722a721c8e099d02b8c2b646a34bbf1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2bf7b0fb86323707cd938cf071b6229e369ddca42ab12762731dd7d1c46a64a27342b11c50e0e6e95a337de4fd0f277107bfb9ca77d083373911c029145c426
|
|
7
|
+
data.tar.gz: 5a966ea887fd43ee0544563a4cad0fa67c197a0661470cf6534954cc6f9321a22c3980dbcc3aea8a0c218f08fdf1d3b5d51ba899c9ae05e7f382ca9a117f9fc3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.395
|
data/lib/v20180411/models.rb
CHANGED
|
@@ -636,10 +636,14 @@ module TencentCloud
|
|
|
636
636
|
# @type MasterHostId: String
|
|
637
637
|
# @param SlaveHostIds: 指定从节点uuid,不填随机分配
|
|
638
638
|
# @type SlaveHostIds: Array
|
|
639
|
+
# @param RollbackInstanceId: 需要回档的源实例ID
|
|
640
|
+
# @type RollbackInstanceId: String
|
|
641
|
+
# @param RollbackTime: 回档时间
|
|
642
|
+
# @type RollbackTime: String
|
|
639
643
|
|
|
640
|
-
attr_accessor :GoodsNum, :ShardNum, :ShardMemory, :ShardStorage, :ClusterId, :Zone, :ProjectId, :Cpu, :VpcId, :SubnetId, :ShardMachine, :ShardNodeNum, :ShardNodeCpu, :ShardNodeMemory, :ShardNodeStorage, :DbVersionId, :SecurityGroupId, :DcnInstanceId, :DcnRegion, :InstanceName, :ResourceTags, :Ipv6Flag, :Pid, :InitParams, :MasterHostId, :SlaveHostIds
|
|
644
|
+
attr_accessor :GoodsNum, :ShardNum, :ShardMemory, :ShardStorage, :ClusterId, :Zone, :ProjectId, :Cpu, :VpcId, :SubnetId, :ShardMachine, :ShardNodeNum, :ShardNodeCpu, :ShardNodeMemory, :ShardNodeStorage, :DbVersionId, :SecurityGroupId, :DcnInstanceId, :DcnRegion, :InstanceName, :ResourceTags, :Ipv6Flag, :Pid, :InitParams, :MasterHostId, :SlaveHostIds, :RollbackInstanceId, :RollbackTime
|
|
641
645
|
|
|
642
|
-
def initialize(goodsnum=nil, shardnum=nil, shardmemory=nil, shardstorage=nil, clusterid=nil, zone=nil, projectid=nil, cpu=nil, vpcid=nil, subnetid=nil, shardmachine=nil, shardnodenum=nil, shardnodecpu=nil, shardnodememory=nil, shardnodestorage=nil, dbversionid=nil, securitygroupid=nil, dcninstanceid=nil, dcnregion=nil, instancename=nil, resourcetags=nil, ipv6flag=nil, pid=nil, initparams=nil, masterhostid=nil, slavehostids=nil)
|
|
646
|
+
def initialize(goodsnum=nil, shardnum=nil, shardmemory=nil, shardstorage=nil, clusterid=nil, zone=nil, projectid=nil, cpu=nil, vpcid=nil, subnetid=nil, shardmachine=nil, shardnodenum=nil, shardnodecpu=nil, shardnodememory=nil, shardnodestorage=nil, dbversionid=nil, securitygroupid=nil, dcninstanceid=nil, dcnregion=nil, instancename=nil, resourcetags=nil, ipv6flag=nil, pid=nil, initparams=nil, masterhostid=nil, slavehostids=nil, rollbackinstanceid=nil, rollbacktime=nil)
|
|
643
647
|
@GoodsNum = goodsnum
|
|
644
648
|
@ShardNum = shardnum
|
|
645
649
|
@ShardMemory = shardmemory
|
|
@@ -666,6 +670,8 @@ module TencentCloud
|
|
|
666
670
|
@InitParams = initparams
|
|
667
671
|
@MasterHostId = masterhostid
|
|
668
672
|
@SlaveHostIds = slavehostids
|
|
673
|
+
@RollbackInstanceId = rollbackinstanceid
|
|
674
|
+
@RollbackTime = rollbacktime
|
|
669
675
|
end
|
|
670
676
|
|
|
671
677
|
def deserialize(params)
|
|
@@ -705,6 +711,8 @@ module TencentCloud
|
|
|
705
711
|
end
|
|
706
712
|
@MasterHostId = params['MasterHostId']
|
|
707
713
|
@SlaveHostIds = params['SlaveHostIds']
|
|
714
|
+
@RollbackInstanceId = params['RollbackInstanceId']
|
|
715
|
+
@RollbackTime = params['RollbackTime']
|
|
708
716
|
end
|
|
709
717
|
end
|
|
710
718
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dcdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.395
|
|
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-08-
|
|
11
|
+
date: 2022-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|