tencentcloud-sdk-cdb 3.0.1097 → 3.0.1102
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 -6
- 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: eeb0387f4994a56b3392b3dfd606665c5fb49d89
|
4
|
+
data.tar.gz: 922f4ef0ba761334e1910d1870afc494fe675ee0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2633b4082ac65292fce6abe27fb1950b92589d5845bff3618ffa83b931440c8e39aacd2d46381bffe66172056656587ba6068f41cf8e88c23ec42c5d33676bdc
|
7
|
+
data.tar.gz: 6604c3b9baaf06c48a884110e075f759a4eeaf9c90c27a5f073fa37d8f174e1c96883720afbee382563926bf48907065d28927ea7309cee85b52624ce992149a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1102
|
data/lib/v20170320/client.rb
CHANGED
@@ -842,7 +842,7 @@ module TencentCloud
|
|
842
842
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
843
843
|
end
|
844
844
|
|
845
|
-
#
|
845
|
+
# 本接口(DeleteAuditRuleTemplates)用于删除审计规则模板。
|
846
846
|
|
847
847
|
# @param request: Request instance for DeleteAuditRuleTemplates.
|
848
848
|
# @type request: :class:`Tencentcloud::cdb::V20170320::DeleteAuditRuleTemplatesRequest`
|
data/lib/v20170320/models.rb
CHANGED
@@ -1093,9 +1093,9 @@ module TencentCloud
|
|
1093
1093
|
# @param ShrinkPeriod: 自动缩容观测周期,单位是分钟,可选值5、10、15、30。后台会按照配置的周期进行缩容判断。
|
1094
1094
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1095
1095
|
# @type ShrinkPeriod: Integer
|
1096
|
-
# @param ExpandSecondPeriod: 弹性扩容观测周期(秒级),可取值为:
|
1096
|
+
# @param ExpandSecondPeriod: 弹性扩容观测周期(秒级),可取值为:15,30,45,60,180,300,600,900,1800。
|
1097
1097
|
# @type ExpandSecondPeriod: Integer
|
1098
|
-
# @param ShrinkSecondPeriod: 缩容观测周期(秒级),可取值为:300。
|
1098
|
+
# @param ShrinkSecondPeriod: 缩容观测周期(秒级),可取值为:300、600、900、1800。
|
1099
1099
|
# @type ShrinkSecondPeriod: Integer
|
1100
1100
|
|
1101
1101
|
attr_accessor :ExpandThreshold, :ShrinkThreshold, :ExpandPeriod, :ShrinkPeriod, :ExpandSecondPeriod, :ShrinkSecondPeriod
|
@@ -4002,7 +4002,7 @@ module TencentCloud
|
|
4002
4002
|
|
4003
4003
|
# DeleteAuditRuleTemplates请求参数结构体
|
4004
4004
|
class DeleteAuditRuleTemplatesRequest < TencentCloud::Common::AbstractModel
|
4005
|
-
# @param RuleTemplateIds: 审计规则模板ID
|
4005
|
+
# @param RuleTemplateIds: 审计规则模板 ID,可通过 [DescribeAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101811) 接口获取,单次允许最多删除5个规则模板。
|
4006
4006
|
# @type RuleTemplateIds: Array
|
4007
4007
|
|
4008
4008
|
attr_accessor :RuleTemplateIds
|
@@ -11221,11 +11221,11 @@ module TencentCloud
|
|
11221
11221
|
|
11222
11222
|
# ModifyInstanceTag请求参数结构体
|
11223
11223
|
class ModifyInstanceTagRequest < TencentCloud::Common::AbstractModel
|
11224
|
-
# @param InstanceId: 实例 ID
|
11224
|
+
# @param InstanceId: 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
11225
11225
|
# @type InstanceId: String
|
11226
|
-
# @param ReplaceTags: 要增加或修改的标签。
|
11226
|
+
# @param ReplaceTags: 要增加或修改的标签。ReplaceTags 和 DeleteTags 必填一个。
|
11227
11227
|
# @type ReplaceTags: Array
|
11228
|
-
# @param DeleteTags: 要删除的标签。
|
11228
|
+
# @param DeleteTags: 要删除的标签。ReplaceTags 和 DeleteTags 必填一个。
|
11229
11229
|
# @type DeleteTags: Array
|
11230
11230
|
|
11231
11231
|
attr_accessor :InstanceId, :ReplaceTags, :DeleteTags
|
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.1102
|
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-07-
|
11
|
+
date: 2025-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|