tencentcloud-sdk-cdb 3.0.1195 → 3.0.1198

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac1ebeff4808dff1fcc7b7831fb794af180ec531
4
- data.tar.gz: 019e9676580641208a0c039da9f670d07a049a34
3
+ metadata.gz: fd0014e87f7658dd4f129f3a17d2a4d5b8584115
4
+ data.tar.gz: a895b88ad954217a5744e46b637b2c5ba7a606f8
5
5
  SHA512:
6
- metadata.gz: e621bef7fdaa40c2fdf4809aafef2ce7919b9e0ee31c2829be49b283c9bb6635007aa00c4934c7cd94785e62b0aa070f0a20254570f5e099d6589f86d65c2a94
7
- data.tar.gz: b602617d77ab2ed2f4107854d751845c0e3fee48ab3ff1b42edef1380048b2ea068321bb30a03d1d14223a6bb66552efff8b073d529e5d509a73a5bbc28b7e12
6
+ metadata.gz: cf103156bde7c0de0ae2ca4f37835dfd027a8f3cfe96e7ae815a663360a008868b3f70739488f8303034856998fffd0446995550388368ff43fb5c9d6e725661
7
+ data.tar.gz: 201875d804c889111546f0f67c3da75cbca6ba932d0c8d86cf0ca93ca4a368ba63559bc950dcfcf1536544fc149614df00a0b1221a1ed908f227dd6fd74cdf8e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1195
1
+ 3.0.1198
@@ -1136,7 +1136,7 @@ module TencentCloud
1136
1136
  class BackupConfig < TencentCloud::Common::AbstractModel
1137
1137
  # @param ReplicationMode: 第二个从库复制方式,可能的返回值:async-异步,semisync-半同步
1138
1138
  # @type ReplicationMode: String
1139
- # @param Zone: 第二个从库可用区的正式名称,如ap-shanghai-1
1139
+ # @param Zone: 第二个从库可用区的正式名称,如 ap-shanghai-2
1140
1140
  # @type Zone: String
1141
1141
  # @param Vip: 第二个从库内网IP地址
1142
1142
  # @type Vip: String
@@ -6160,7 +6160,7 @@ module TencentCloud
6160
6160
  # @type ProtectMode: Integer
6161
6161
  # @param DeployMode: 主实例部署方式,可能的返回值:0 - 单可用部署,1 - 多可用区部署。
6162
6162
  # @type DeployMode: Integer
6163
- # @param Zone: 实例可用区信息,格式如 "ap-shanghai-1"。
6163
+ # @param Zone: 实例可用区信息,格式如 "ap-shanghai-2"。
6164
6164
  # @type Zone: String
6165
6165
  # @param SlaveConfig: 备库的配置信息。
6166
6166
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -13218,7 +13218,7 @@ module TencentCloud
13218
13218
  # @type Weight: Integer
13219
13219
  # @param Region: RO实例所在区域名称,如ap-shanghai
13220
13220
  # @type Region: String
13221
- # @param Zone: RO可用区的正式名称,如ap-shanghai-1
13221
+ # @param Zone: RO可用区的正式名称,如 ap-shanghai-2
13222
13222
  # @type Zone: String
13223
13223
  # @param InstanceId: RO实例ID,格式如:cdbro-c1nl9rpv
13224
13224
  # @type InstanceId: String
@@ -13729,7 +13729,7 @@ module TencentCloud
13729
13729
  class SlaveConfig < TencentCloud::Common::AbstractModel
13730
13730
  # @param ReplicationMode: 从库复制方式,可能的返回值:aysnc-异步,semisync-半同步
13731
13731
  # @type ReplicationMode: String
13732
- # @param Zone: 从库可用区的正式名称,如ap-shanghai-1
13732
+ # @param Zone: 从库可用区的正式名称,如 ap-shanghai-2
13733
13733
  # @type Zone: String
13734
13734
 
13735
13735
  attr_accessor :ReplicationMode, :Zone
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.1195
4
+ version: 3.0.1198
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-04 00:00:00.000000000 Z
11
+ date: 2026-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common