tencentcloud-sdk-cdb 3.0.1209 → 3.0.1211
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 +9 -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: 3234b1cbe73ca85a93b8f3460e348ad63db887ca
|
|
4
|
+
data.tar.gz: 60511b2fac9f6d25c796eb8456bdc65a0c44f84b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 920bb69f561fb0d921fa93abff9eb4b5b6287675816da6c45642fcb47fcb723af48e02ed10041c678a7a63e16b9f39a0224f7c758f55b22563d4f0ffa463ac17
|
|
7
|
+
data.tar.gz: 2d01d9a0c616c8d620771e9e44f983dc15e70339af455ec9566c7884c4b5f7358f8c2aeffa3b83cde95957d8851ca94b8f63002a1a448159e1f8812a51052ae9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1211
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -2920,10 +2920,15 @@ module TencentCloud
|
|
|
2920
2920
|
# @type SpecifiedSubBackupId: Integer
|
|
2921
2921
|
# @param MasterZone: 新产生的克隆实例主库的可用区信息,默认同源实例 Zone 的值。
|
|
2922
2922
|
# @type MasterZone: String
|
|
2923
|
+
# @param Zone: 新产生的克隆实例主库的可用区信息,默认同源实例 Zone 的值。
|
|
2924
|
+
# @type Zone: String
|
|
2923
2925
|
|
|
2924
|
-
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, :MasterZone
|
|
2926
|
+
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, :MasterZone, :Zone
|
|
2927
|
+
extend Gem::Deprecate
|
|
2928
|
+
deprecate :MasterZone, :none, 2026, 1
|
|
2929
|
+
deprecate :MasterZone=, :none, 2026, 1
|
|
2925
2930
|
|
|
2926
|
-
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, masterzone=nil)
|
|
2931
|
+
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, masterzone=nil, zone=nil)
|
|
2927
2932
|
@InstanceId = instanceid
|
|
2928
2933
|
@SpecifiedRollbackTime = specifiedrollbacktime
|
|
2929
2934
|
@SpecifiedBackupId = specifiedbackupid
|
|
@@ -2951,6 +2956,7 @@ module TencentCloud
|
|
|
2951
2956
|
@SrcRegion = srcregion
|
|
2952
2957
|
@SpecifiedSubBackupId = specifiedsubbackupid
|
|
2953
2958
|
@MasterZone = masterzone
|
|
2959
|
+
@Zone = zone
|
|
2954
2960
|
end
|
|
2955
2961
|
|
|
2956
2962
|
def deserialize(params)
|
|
@@ -2991,6 +2997,7 @@ module TencentCloud
|
|
|
2991
2997
|
@SrcRegion = params['SrcRegion']
|
|
2992
2998
|
@SpecifiedSubBackupId = params['SpecifiedSubBackupId']
|
|
2993
2999
|
@MasterZone = params['MasterZone']
|
|
3000
|
+
@Zone = params['Zone']
|
|
2994
3001
|
end
|
|
2995
3002
|
end
|
|
2996
3003
|
|
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.1211
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|