tencentcloud-sdk-cdb 3.0.1198 → 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 +11 -4
- metadata +3 -3
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
|
|
|
@@ -7487,7 +7494,7 @@ module TencentCloud
|
|
|
7487
7494
|
# @type DstZoneId: Integer
|
|
7488
7495
|
# @param NodeDistribution: 独享集群 CDB 实例的节点分布情况。
|
|
7489
7496
|
# @type NodeDistribution: :class:`Tencentcloud::Cdb.v20170320.models.NodeDistribution`
|
|
7490
|
-
# @param ClusterTopology:
|
|
7497
|
+
# @param ClusterTopology: 云盘版的节点拓扑配置。Nodeld 信息可通过 [DescribeClusterInfo](https://cloud.tencent.com/document/api/236/105116) 接口获取。
|
|
7491
7498
|
# @type ClusterTopology: :class:`Tencentcloud::Cdb.v20170320.models.ClusterTopology`
|
|
7492
7499
|
|
|
7493
7500
|
attr_accessor :InstanceId, :DstCpu, :DstMemory, :DstDisk, :DstVersion, :DstDeployMode, :DstProtectMode, :DstSlaveZone, :DstBackupZone, :DstCdbType, :DstZoneId, :NodeDistribution, :ClusterTopology
|
|
@@ -10213,7 +10220,7 @@ module TencentCloud
|
|
|
10213
10220
|
# @type NewPassword: String
|
|
10214
10221
|
# @param Accounts: 云数据库账号。可通过 [DescribeAccounts](https://cloud.tencent.com/document/api/236/17499) 接口获取。
|
|
10215
10222
|
# @type Accounts: Array
|
|
10216
|
-
# @param SkipValidatePassword:
|
|
10223
|
+
# @param SkipValidatePassword: 该字段已废弃。
|
|
10217
10224
|
# @type SkipValidatePassword: Boolean
|
|
10218
10225
|
|
|
10219
10226
|
attr_accessor :InstanceId, :NewPassword, :Accounts, :SkipValidatePassword
|
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
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
+
- lib/tencentcloud-sdk-cdb.rb
|
|
36
37
|
- lib/v20170320/client.rb
|
|
37
38
|
- lib/v20170320/models.rb
|
|
38
|
-
- lib/tencentcloud-sdk-cdb.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|