tencentcloud-sdk-cdb 3.0.1036 → 3.0.1038
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 +30 -12
- 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: bc1299d3475b75aa3891a16408ec0272e2c2986c
|
4
|
+
data.tar.gz: 906bb8b55d385f752a2c5e96e80af583e56c1cc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b9c37937bedd779908dc20176f70c1f3c7c36f1e41f544d024277a2a74bb4d4c1e9d8abc01c59cfb619c46185978196cc61beecfb579077612901a6061851df
|
7
|
+
data.tar.gz: f0673565e78628c7b194be95f40de5a36e2689757f26b5ad98b8d723d73a926a5ff1800ff47d792da3df1de65b2f1ddb5a8c8a2495d8a020ab768a0505346c18
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1038
|
data/lib/v20170320/client.rb
CHANGED
@@ -341,7 +341,7 @@ module TencentCloud
|
|
341
341
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
342
342
|
end
|
343
343
|
|
344
|
-
#
|
344
|
+
# 本接口(CreateAuditLogFile)用于创建云数据库实例的审计日志文件。
|
345
345
|
|
346
346
|
# @param request: Request instance for CreateAuditLogFile.
|
347
347
|
# @type request: :class:`Tencentcloud::cdb::V20170320::CreateAuditLogFileRequest`
|
data/lib/v20170320/models.rb
CHANGED
@@ -1046,10 +1046,10 @@ module TencentCloud
|
|
1046
1046
|
|
1047
1047
|
attr_accessor :ExpandThreshold, :ShrinkThreshold, :ExpandPeriod, :ShrinkPeriod, :ExpandSecondPeriod, :ShrinkSecondPeriod
|
1048
1048
|
extend Gem::Deprecate
|
1049
|
-
deprecate :ExpandPeriod, :none, 2025,
|
1050
|
-
deprecate :ExpandPeriod=, :none, 2025,
|
1051
|
-
deprecate :ShrinkPeriod, :none, 2025,
|
1052
|
-
deprecate :ShrinkPeriod=, :none, 2025,
|
1049
|
+
deprecate :ExpandPeriod, :none, 2025, 4
|
1050
|
+
deprecate :ExpandPeriod=, :none, 2025, 4
|
1051
|
+
deprecate :ShrinkPeriod, :none, 2025, 4
|
1052
|
+
deprecate :ShrinkPeriod=, :none, 2025, 4
|
1053
1053
|
|
1054
1054
|
def initialize(expandthreshold=nil, shrinkthreshold=nil, expandperiod=nil, shrinkperiod=nil, expandsecondperiod=nil, shrinksecondperiod=nil)
|
1055
1055
|
@ExpandThreshold = expandthreshold
|
@@ -2279,10 +2279,12 @@ module TencentCloud
|
|
2279
2279
|
# @type Filter: :class:`Tencentcloud::Cdb.v20170320.models.AuditLogFilter`
|
2280
2280
|
# @param LogFilter: 过滤条件。可按设置的过滤条件过滤日志。
|
2281
2281
|
# @type LogFilter: Array
|
2282
|
+
# @param ColumnFilter: 下载筛选列
|
2283
|
+
# @type ColumnFilter: Array
|
2282
2284
|
|
2283
|
-
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter
|
2285
|
+
attr_accessor :InstanceId, :StartTime, :EndTime, :Order, :OrderBy, :Filter, :LogFilter, :ColumnFilter
|
2284
2286
|
|
2285
|
-
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil)
|
2287
|
+
def initialize(instanceid=nil, starttime=nil, endtime=nil, order=nil, orderby=nil, filter=nil, logfilter=nil, columnfilter=nil)
|
2286
2288
|
@InstanceId = instanceid
|
2287
2289
|
@StartTime = starttime
|
2288
2290
|
@EndTime = endtime
|
@@ -2290,6 +2292,7 @@ module TencentCloud
|
|
2290
2292
|
@OrderBy = orderby
|
2291
2293
|
@Filter = filter
|
2292
2294
|
@LogFilter = logfilter
|
2295
|
+
@ColumnFilter = columnfilter
|
2293
2296
|
end
|
2294
2297
|
|
2295
2298
|
def deserialize(params)
|
@@ -2310,6 +2313,7 @@ module TencentCloud
|
|
2310
2313
|
@LogFilter << instanceauditlogfilters_tmp
|
2311
2314
|
end
|
2312
2315
|
end
|
2316
|
+
@ColumnFilter = params['ColumnFilter']
|
2313
2317
|
end
|
2314
2318
|
end
|
2315
2319
|
|
@@ -5770,8 +5774,8 @@ module TencentCloud
|
|
5770
5774
|
|
5771
5775
|
attr_accessor :Type, :ExpandCpu, :AutoStrategy, :RequestId
|
5772
5776
|
extend Gem::Deprecate
|
5773
|
-
deprecate :AutoStrategy, :none, 2025,
|
5774
|
-
deprecate :AutoStrategy=, :none, 2025,
|
5777
|
+
deprecate :AutoStrategy, :none, 2025, 4
|
5778
|
+
deprecate :AutoStrategy=, :none, 2025, 4
|
5775
5779
|
|
5776
5780
|
def initialize(type=nil, expandcpu=nil, autostrategy=nil, requestid=nil)
|
5777
5781
|
@Type = type
|
@@ -10926,9 +10930,23 @@ module TencentCloud
|
|
10926
10930
|
|
10927
10931
|
# ModifyInstancePasswordComplexity请求参数结构体
|
10928
10932
|
class ModifyInstancePasswordComplexityRequest < TencentCloud::Common::AbstractModel
|
10929
|
-
# @param InstanceIds:
|
10933
|
+
# @param InstanceIds: 要修改密码复杂度的实例 ID。
|
10934
|
+
# 说明:支持输入多个实例 ID 进行修改。
|
10930
10935
|
# @type InstanceIds: Array
|
10931
|
-
# @param ParamList:
|
10936
|
+
# @param ParamList: 要修改的密码复杂度的选项。每一个选项是以组合形式写入的,一个组合包括 Name 和 CurrentValue,其中 Name 表示对应选项的参数名,CurrentValue 表示参数值。例如:[{"Name": "validate_password.length", "CurrentValue": "10"}],表示将密码的最小字符数修改为10。
|
10937
|
+
# 说明:不同数据库版本的实例,支持修改的密码复杂度的选项如下。
|
10938
|
+
# 1. MySQL 8.0:
|
10939
|
+
# 选项 validate_password.policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
|
10940
|
+
# 选项 validate_password.length,表示密码总长度的最小字符数。
|
10941
|
+
# 选项 validate_password.mixed_case_count,表示小写和大写字母的最小字符数。
|
10942
|
+
# 选项 validate_password.number_count,表示数字的最小字符数。
|
10943
|
+
# 选项 validate_password.special_char_count,表示特殊字符的最小字符数。
|
10944
|
+
# 2. MySQL 5.6、MySQL 5.7:
|
10945
|
+
# 选项 validate_password_policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
|
10946
|
+
# 选项 validate_password_length,表示密码总长度的最小字符数。
|
10947
|
+
# 选项 validate_password_mixed_case_count,表示小写和大写字母的最小字符数。
|
10948
|
+
# 选项 validate_password_number_count,表示数字的最小字符数。
|
10949
|
+
# 选项 validate_password_special_char_count,表示特殊字符的最小字符数。
|
10932
10950
|
# @type ParamList: Array
|
10933
10951
|
|
10934
10952
|
attr_accessor :InstanceIds, :ParamList
|
@@ -11715,8 +11733,8 @@ module TencentCloud
|
|
11715
11733
|
|
11716
11734
|
attr_accessor :InstanceId, :ParamName, :OldValue, :NewValue, :IsSucess, :ModifyTime, :IsSuccess
|
11717
11735
|
extend Gem::Deprecate
|
11718
|
-
deprecate :IsSucess, :none, 2025,
|
11719
|
-
deprecate :IsSucess=, :none, 2025,
|
11736
|
+
deprecate :IsSucess, :none, 2025, 4
|
11737
|
+
deprecate :IsSucess=, :none, 2025, 4
|
11720
11738
|
|
11721
11739
|
def initialize(instanceid=nil, paramname=nil, oldvalue=nil, newvalue=nil, issucess=nil, modifytime=nil, issuccess=nil)
|
11722
11740
|
@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.1038
|
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-04-
|
11
|
+
date: 2025-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|