tencentcloud-sdk-cynosdb 3.0.1028 → 3.0.1029
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/v20190107/models.rb +0 -7
- 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: 402abab5278b35a145a6d0f31ca557938de72aa2
|
4
|
+
data.tar.gz: 8740672e3573739a1f443fbb2e682ab59fbf1d1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39b4c996ccb09353c1d6434978974e83e5cb9d46fc207a4f6c96cd62d6e53111a4431a52f04acdd55e618b6c676b99fa703da3ae23476f1dc417acd819aa9dce
|
7
|
+
data.tar.gz: 3e7719c8cf3fc31af061bbb198efcb14c5600381878ab16f84bba4b26d0d9e2242b6c8fb419bcc7f81c5021b748f9be208380829374af55615f0538fef090250
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1029
|
data/lib/v20190107/models.rb
CHANGED
@@ -696,24 +696,18 @@ module TencentCloud
|
|
696
696
|
# @param RuleFilters: 规则模板的过滤条件
|
697
697
|
# @type RuleFilters: Array
|
698
698
|
# @param Description: 规则模板描述。
|
699
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
700
699
|
# @type Description: String
|
701
700
|
# @param CreateAt: 规则模板创建时间。
|
702
701
|
# @type CreateAt: String
|
703
702
|
# @param UpdateAt: 规则模板修改时间。
|
704
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
705
703
|
# @type UpdateAt: String
|
706
704
|
# @param AlarmLevel: 告警等级。1-低风险,2-中风险,3-高风险。
|
707
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
708
705
|
# @type AlarmLevel: Integer
|
709
706
|
# @param AlarmPolicy: 告警策略。0-不告警,1-告警。
|
710
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
711
707
|
# @type AlarmPolicy: Integer
|
712
708
|
# @param Status: 模板状态。0-无任务 ,1-修改中。
|
713
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
714
709
|
# @type Status: Integer
|
715
710
|
# @param AffectedInstances: 规则模板应用在哪些在实例。
|
716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
717
711
|
# @type AffectedInstances: Array
|
718
712
|
|
719
713
|
attr_accessor :RuleTemplateId, :RuleTemplateName, :RuleFilters, :Description, :CreateAt, :UpdateAt, :AlarmLevel, :AlarmPolicy, :Status, :AffectedInstances
|
@@ -4763,7 +4757,6 @@ module TencentCloud
|
|
4763
4757
|
# @param TotalCount: 符合查询条件的实例总数。
|
4764
4758
|
# @type TotalCount: Integer
|
4765
4759
|
# @param Items: 规则模板详细信息列表。
|
4766
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4767
4760
|
# @type Items: Array
|
4768
4761
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4769
4762
|
# @type RequestId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cynosdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1029
|
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-03-
|
11
|
+
date: 2025-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|