tencentcloud-sdk-cdb 3.0.771 → 3.0.773
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 +3 -3
- 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: 9b64546f09aedffe53972669a19dda5198e3b400
|
4
|
+
data.tar.gz: 2ced40a5c09b2132459a7b9aed44675a3678c060
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 123417a36cb0ebbda4b560aa5171e8bd56f76798e24143ba2c13cdb255d321e99c1603531556c9b78bb91ddc78ff78e1f87630bc1dcd904c8a1de2d8a0156fd3
|
7
|
+
data.tar.gz: a7f1ee531306256514f1257cbdcf571bf7c9011ecba649803a8efec6143430541f5b0bdd3cfd7705dbfdb49a7a810c6d7fe10bd5b38691349b53635c1ee31997
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.773
|
data/lib/v20170320/models.rb
CHANGED
@@ -2656,7 +2656,7 @@ module TencentCloud
|
|
2656
2656
|
# @type MasterRegion: String
|
2657
2657
|
# @param Port: 自定义端口,端口支持范围:[ 1024-65535 ] 。
|
2658
2658
|
# @type Port: Integer
|
2659
|
-
# @param Password: 设置 root
|
2659
|
+
# @param Password: 设置 root 账号密码,密码规则:8 - 64 个字符,至少包含字母、数字、字符(支持的字符:_+-&=!@#$%^*())中的两种,购买主实例时可指定该参数,购买只读实例或者灾备实例时指定该参数无意义。
|
2660
2660
|
# @type Password: String
|
2661
2661
|
# @param ParamList: 参数列表,参数格式如 ParamList.0.Name=auto_increment&ParamList.0.Value=1。可通过 [查询默认的可设置参数列表](https://cloud.tencent.com/document/api/236/32662) 查询支持设置的参数。
|
2662
2662
|
# @type ParamList: Array
|
@@ -10679,8 +10679,8 @@ module TencentCloud
|
|
10679
10679
|
|
10680
10680
|
attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
|
10681
10681
|
extend Gem::Deprecate
|
10682
|
-
deprecate :IsSucess, :none, 2024,
|
10683
|
-
deprecate :IsSucess=, :none, 2024,
|
10682
|
+
deprecate :IsSucess, :none, 2024, 3
|
10683
|
+
deprecate :IsSucess=, :none, 2024, 3
|
10684
10684
|
|
10685
10685
|
def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
|
10686
10686
|
@InstanceId = instanceid
|
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.773
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|