tencentcloud-sdk-cdb 3.0.1182 → 3.0.1191
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 +13 -6
- 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: 68b1acf68ea1778f7a29820e42d5e668acac80c8
|
|
4
|
+
data.tar.gz: 8eb65609973d7fcf0d89480c8cda97a9ede37416
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9956dfec807a3a830cc38c35e187811f276a9a0e84929913cb7bf472047086a501a582b13dddf15461d86f4fe894b6d29f1d78d98ce73c046449cc81f258d73
|
|
7
|
+
data.tar.gz: 23d7a9a5a757d96121b50e85883f9f6efb2063a5fe646144cc34ee21a290cb7902c0de1c248a23dedab00b2edcaa65ac3a015a88d1a2f26ca65a4c546fe905c4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1191
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -2870,7 +2870,7 @@ module TencentCloud
|
|
|
2870
2870
|
# 说明:此参数和 SpecifiedBackupId 参数需要2选1进行设置。
|
|
2871
2871
|
# @type SpecifiedRollbackTime: String
|
|
2872
2872
|
# @param SpecifiedBackupId: 如果需要克隆实例回档到指定备份集,则指定该值为备份文件的 Id。请使用 [查询数据备份文件列表](/document/api/236/15842)。
|
|
2873
|
-
#
|
|
2873
|
+
# 说明:如果是克隆双节点、三节点实例,备份文件为物理备份,如果是克隆单节点、云盘版实例,备份文件为快照备份。
|
|
2874
2874
|
# @type SpecifiedBackupId: Integer
|
|
2875
2875
|
# @param UniqVpcId: 私有网络 ID,请使用 [查询私有网络列表](/document/api/215/15778)。
|
|
2876
2876
|
# @type UniqVpcId: String
|
|
@@ -2896,7 +2896,7 @@ module TencentCloud
|
|
|
2896
2896
|
# @type SlaveZone: String
|
|
2897
2897
|
# @param BackupZone: 备库 2 的可用区信息,默认为空,克隆强同步主实例时可指定该参数。
|
|
2898
2898
|
# @type BackupZone: String
|
|
2899
|
-
# @param DeviceType: 克隆实例类型。支持值包括:"UNIVERSAL" - 通用型实例,"EXCLUSIVE" - 独享型实例,"CLOUD_NATIVE_CLUSTER" -
|
|
2899
|
+
# @param DeviceType: 克隆实例类型。支持值包括:"UNIVERSAL" - 通用型实例,"EXCLUSIVE" - 独享型实例,"CLOUD_NATIVE_CLUSTER" - 云盘版标准型,"CLOUD_NATIVE_CLUSTER_EXCLUSIVE" - 云盘版加强型。不指定则默认为通用型。
|
|
2900
2900
|
# @type DeviceType: String
|
|
2901
2901
|
# @param InstanceNodes: 新克隆实例节点数。如果需要克隆出三节点实例, 请将该值设置为3 或指定 BackupZone 参数。如果需要克隆出两节点实例,请将该值设置为2。默认克隆出两节点实例。
|
|
2902
2902
|
# @type InstanceNodes: Integer
|
|
@@ -2912,16 +2912,18 @@ module TencentCloud
|
|
|
2912
2912
|
# @type PayType: String
|
|
2913
2913
|
# @param Period: 实例时长,PayType为PRE_PAID时必传,单位:月,可选值包括 [1,2,3,4,5,6,7,8,9,10,11,12,24,36]。
|
|
2914
2914
|
# @type Period: Integer
|
|
2915
|
-
# @param ClusterTopology:
|
|
2915
|
+
# @param ClusterTopology: 云盘版节点拓扑配置。
|
|
2916
2916
|
# @type ClusterTopology: :class:`Tencentcloud::Cdb.v20170320.models.ClusterTopology`
|
|
2917
2917
|
# @param SrcRegion: 原实例所在地域名,当传入异地备份时为必选项,例:ap-guangzhou
|
|
2918
2918
|
# @type SrcRegion: String
|
|
2919
2919
|
# @param SpecifiedSubBackupId: 异地数据备份id
|
|
2920
2920
|
# @type SpecifiedSubBackupId: Integer
|
|
2921
|
+
# @param MasterZone: 新产生的克隆实例主库的可用区信息,默认同源实例 Zone 的值。
|
|
2922
|
+
# @type MasterZone: String
|
|
2921
2923
|
|
|
2922
|
-
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
|
|
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
|
|
2923
2925
|
|
|
2924
|
-
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)
|
|
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)
|
|
2925
2927
|
@InstanceId = instanceid
|
|
2926
2928
|
@SpecifiedRollbackTime = specifiedrollbacktime
|
|
2927
2929
|
@SpecifiedBackupId = specifiedbackupid
|
|
@@ -2948,6 +2950,7 @@ module TencentCloud
|
|
|
2948
2950
|
@ClusterTopology = clustertopology
|
|
2949
2951
|
@SrcRegion = srcregion
|
|
2950
2952
|
@SpecifiedSubBackupId = specifiedsubbackupid
|
|
2953
|
+
@MasterZone = masterzone
|
|
2951
2954
|
end
|
|
2952
2955
|
|
|
2953
2956
|
def deserialize(params)
|
|
@@ -2987,6 +2990,7 @@ module TencentCloud
|
|
|
2987
2990
|
end
|
|
2988
2991
|
@SrcRegion = params['SrcRegion']
|
|
2989
2992
|
@SpecifiedSubBackupId = params['SpecifiedSubBackupId']
|
|
2993
|
+
@MasterZone = params['MasterZone']
|
|
2990
2994
|
end
|
|
2991
2995
|
end
|
|
2992
2996
|
|
|
@@ -12853,7 +12857,10 @@ module TencentCloud
|
|
|
12853
12857
|
class ReloadBalanceProxyNodeRequest < TencentCloud::Common::AbstractModel
|
|
12854
12858
|
# @param ProxyGroupId: 代理组 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。
|
|
12855
12859
|
# @type ProxyGroupId: String
|
|
12856
|
-
# @param ProxyAddressId: 代理组地址 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585)
|
|
12860
|
+
# @param ProxyAddressId: 代理组地址 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。
|
|
12861
|
+
# 说明:
|
|
12862
|
+
# 1. 对于双节点实例而言,此参数为非必填,如果不传则会对所有代理组地址进行负载均衡。
|
|
12863
|
+
# 2. 对于云盘版实例而言,此参数为必填。
|
|
12857
12864
|
# @type ProxyAddressId: String
|
|
12858
12865
|
|
|
12859
12866
|
attr_accessor :ProxyGroupId, :ProxyAddressId
|
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.1191
|
|
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-12-
|
|
11
|
+
date: 2025-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20170320/models.rb
|
|
37
36
|
- lib/v20170320/client.rb
|
|
37
|
+
- lib/v20170320/models.rb
|
|
38
38
|
- lib/tencentcloud-sdk-cdb.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|