tencentcloud-sdk-cdb 3.0.1074 → 3.0.1075
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 +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: 2a4dc8ffe0ae1e48cf9f9992c8f5a9660673cbcf
|
4
|
+
data.tar.gz: a757d154004f55a2f2b5b395c5bbc317f6162a46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c709296e08b80620b76d6b0e381485361d01060c034290c6158d47eb1a04bfa8592198227dae5887053b0597ba6304a56dd2d0c330e5d47604a8d317cf19dee4
|
7
|
+
data.tar.gz: 79722bbe6495d91021a8ae688ee7f4e575ae22a9a6d505d243bd711419555c1cf0774d18f3237aa65c29c53b28d00b5ceac3a79f41571cfc57eee713db20a34c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1075
|
data/lib/v20170320/models.rb
CHANGED
@@ -2873,10 +2873,14 @@ module TencentCloud
|
|
2873
2873
|
# @type Period: Integer
|
2874
2874
|
# @param ClusterTopology: 集群版节点拓扑配置。
|
2875
2875
|
# @type ClusterTopology: :class:`Tencentcloud::Cdb.v20170320.models.ClusterTopology`
|
2876
|
+
# @param SrcRegion: 原实例所在地域名,当传入异地备份时为必选项,例:ap-guangzhou
|
2877
|
+
# @type SrcRegion: String
|
2878
|
+
# @param SpecifiedSubBackupId: 异地数据备份id
|
2879
|
+
# @type SpecifiedSubBackupId: Integer
|
2876
2880
|
|
2877
|
-
attr_accessor :InstanceId, :SpecifiedRollbackTime, :SpecifiedBackupId, :UniqVpcId, :UniqSubnetId, :Memory, :Volume, :InstanceName, :SecurityGroup, :ResourceTags, :Cpu, :ProtectMode, :DeployMode, :SlaveZone, :BackupZone, :DeviceType, :InstanceNodes, :DeployGroupId, :DryRun, :CageId, :ProjectId, :PayType, :Period, :ClusterTopology
|
2881
|
+
attr_accessor :InstanceId, :SpecifiedRollbackTime, :SpecifiedBackupId, :UniqVpcId, :UniqSubnetId, :Memory, :Volume, :InstanceName, :SecurityGroup, :ResourceTags, :Cpu, :ProtectMode, :DeployMode, :SlaveZone, :BackupZone, :DeviceType, :InstanceNodes, :DeployGroupId, :DryRun, :CageId, :ProjectId, :PayType, :Period, :ClusterTopology, :SrcRegion, :SpecifiedSubBackupId
|
2878
2882
|
|
2879
|
-
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, projectid=nil, paytype=nil, period=nil, clustertopology=nil)
|
2883
|
+
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, projectid=nil, paytype=nil, period=nil, clustertopology=nil, srcregion=nil, specifiedsubbackupid=nil)
|
2880
2884
|
@InstanceId = instanceid
|
2881
2885
|
@SpecifiedRollbackTime = specifiedrollbacktime
|
2882
2886
|
@SpecifiedBackupId = specifiedbackupid
|
@@ -2901,6 +2905,8 @@ module TencentCloud
|
|
2901
2905
|
@PayType = paytype
|
2902
2906
|
@Period = period
|
2903
2907
|
@ClusterTopology = clustertopology
|
2908
|
+
@SrcRegion = srcregion
|
2909
|
+
@SpecifiedSubBackupId = specifiedsubbackupid
|
2904
2910
|
end
|
2905
2911
|
|
2906
2912
|
def deserialize(params)
|
@@ -2938,6 +2944,8 @@ module TencentCloud
|
|
2938
2944
|
@ClusterTopology = ClusterTopology.new
|
2939
2945
|
@ClusterTopology.deserialize(params['ClusterTopology'])
|
2940
2946
|
end
|
2947
|
+
@SrcRegion = params['SrcRegion']
|
2948
|
+
@SpecifiedSubBackupId = params['SpecifiedSubBackupId']
|
2941
2949
|
end
|
2942
2950
|
end
|
2943
2951
|
|
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: 3.0.
|
4
|
+
version: 3.0.1075
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|