tencentcloud-sdk-cdb 3.0.450 → 3.0.452
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/client.rb +1 -1
- data/lib/v20170320/models.rb +6 -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: 11a3c5a65fa5286561faf5972e2279ee522ab392
|
4
|
+
data.tar.gz: b36f29e0469680e8d71d4a4cca906db9d7c1cca2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a784ea64a79b8a45503e1bd2220f0836609328787e7f61a9289cc535740556256260d84eddd62de507e50f724c21e54f6000fa8491e2d544c07f684e22248b6
|
7
|
+
data.tar.gz: 5b2d7e6e7e5972a49ac6b394b3aad8bf71bafbbf3c56261c1184d08dc2a2ce1133a27339230a308750540691ffc4cee22e65573c1d22983d640082b8c242245b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.452
|
data/lib/v20170320/client.rb
CHANGED
@@ -2024,7 +2024,7 @@ module TencentCloud
|
|
2024
2024
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2025
2025
|
end
|
2026
2026
|
|
2027
|
-
# 本接口(InitDBInstances)
|
2027
|
+
# 本接口(InitDBInstances)用于初始化云数据库实例,包括初始化密码、默认字符集、实例端口号等。该接口已经废弃,在发货接口CreateDBInstance、CreateDBInstanceHour可以直接使用参数Password设置密码,使用参数ParamList设置字符集,使用参数Port设置端口号。
|
2028
2028
|
|
2029
2029
|
# @param request: Request instance for InitDBInstances.
|
2030
2030
|
# @type request: :class:`Tencentcloud::cdb::V20170320::InitDBInstancesRequest`
|
data/lib/v20170320/models.rb
CHANGED
@@ -9310,15 +9310,19 @@ module TencentCloud
|
|
9310
9310
|
class ReloadBalanceProxyNodeRequest < TencentCloud::Common::AbstractModel
|
9311
9311
|
# @param ProxyGroupId: 代理组ID
|
9312
9312
|
# @type ProxyGroupId: String
|
9313
|
+
# @param ProxyAddressId: 代理组地址ID
|
9314
|
+
# @type ProxyAddressId: String
|
9313
9315
|
|
9314
|
-
attr_accessor :ProxyGroupId
|
9316
|
+
attr_accessor :ProxyGroupId, :ProxyAddressId
|
9315
9317
|
|
9316
|
-
def initialize(proxygroupid=nil)
|
9318
|
+
def initialize(proxygroupid=nil, proxyaddressid=nil)
|
9317
9319
|
@ProxyGroupId = proxygroupid
|
9320
|
+
@ProxyAddressId = proxyaddressid
|
9318
9321
|
end
|
9319
9322
|
|
9320
9323
|
def deserialize(params)
|
9321
9324
|
@ProxyGroupId = params['ProxyGroupId']
|
9325
|
+
@ProxyAddressId = params['ProxyAddressId']
|
9322
9326
|
end
|
9323
9327
|
end
|
9324
9328
|
|
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.452
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|