tencentcloud-sdk-csip 3.0.1195 → 3.0.1196
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/v20221121/models.rb +21 -4
- 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: 437b9cd6c926fee96d7d30de1d338e335856de4b
|
|
4
|
+
data.tar.gz: a298a05418e8f9cf1cbecd72dbd59f98f1fa4d77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 198009bd855ce40fa84caf08078ea338db56a407862ecc5fc6b63d6f58e2f365ebef5d4144adcb2ffb96452b9ed8e12478fe6610b1705f45cde949ff5979771a
|
|
7
|
+
data.tar.gz: 307198ff0be082570348b407f25377c9beaa13a4a4f798cf29bbf6d02a30eb945499d94af5b3864c881e8e692842589a915658aeaf0d922c6599da51afae4710
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1196
|
data/lib/v20221121/models.rb
CHANGED
|
@@ -98,10 +98,21 @@ module TencentCloud
|
|
|
98
98
|
# @type RuleKey: String
|
|
99
99
|
# @param CloudType: 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
|
|
100
100
|
# @type CloudType: Integer
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
101
|
+
# @param AIStatus: 告警AI分析状态
|
|
102
|
+
# -1 分析失败
|
|
103
|
+
# 0 未分析
|
|
104
|
+
# 1 分析中
|
|
105
|
+
# 2 分析成功,真实告警
|
|
106
|
+
# 3 分析成功,可疑告警
|
|
107
|
+
# @type AIStatus: Integer
|
|
108
|
+
# @param FirstAlarmTimestamp: 首次告警时间戳(秒级)
|
|
109
|
+
# @type FirstAlarmTimestamp: Integer
|
|
110
|
+
# @param LastAlarmTimestamp: 最后告警时间戳(秒级)
|
|
111
|
+
# @type LastAlarmTimestamp: Integer
|
|
112
|
+
|
|
113
|
+
attr_accessor :Name, :Level, :ID, :AlarmRuleID, :AlarmType, :AccessKey, :AccessKeyID, :AccessKeyRemark, :LastAlarmTime, :Status, :Date, :Tag, :Uin, :Nickname, :SubUin, :SubNickname, :Type, :AppID, :LeakEvidence, :IsSupportEditWhiteAccount, :Evidence, :RuleKey, :CloudType, :AIStatus, :FirstAlarmTimestamp, :LastAlarmTimestamp
|
|
114
|
+
|
|
115
|
+
def initialize(name=nil, level=nil, id=nil, alarmruleid=nil, alarmtype=nil, accesskey=nil, accesskeyid=nil, accesskeyremark=nil, lastalarmtime=nil, status=nil, date=nil, tag=nil, uin=nil, nickname=nil, subuin=nil, subnickname=nil, type=nil, appid=nil, leakevidence=nil, issupporteditwhiteaccount=nil, evidence=nil, rulekey=nil, cloudtype=nil, aistatus=nil, firstalarmtimestamp=nil, lastalarmtimestamp=nil)
|
|
105
116
|
@Name = name
|
|
106
117
|
@Level = level
|
|
107
118
|
@ID = id
|
|
@@ -125,6 +136,9 @@ module TencentCloud
|
|
|
125
136
|
@Evidence = evidence
|
|
126
137
|
@RuleKey = rulekey
|
|
127
138
|
@CloudType = cloudtype
|
|
139
|
+
@AIStatus = aistatus
|
|
140
|
+
@FirstAlarmTimestamp = firstalarmtimestamp
|
|
141
|
+
@LastAlarmTimestamp = lastalarmtimestamp
|
|
128
142
|
end
|
|
129
143
|
|
|
130
144
|
def deserialize(params)
|
|
@@ -151,6 +165,9 @@ module TencentCloud
|
|
|
151
165
|
@Evidence = params['Evidence']
|
|
152
166
|
@RuleKey = params['RuleKey']
|
|
153
167
|
@CloudType = params['CloudType']
|
|
168
|
+
@AIStatus = params['AIStatus']
|
|
169
|
+
@FirstAlarmTimestamp = params['FirstAlarmTimestamp']
|
|
170
|
+
@LastAlarmTimestamp = params['LastAlarmTimestamp']
|
|
154
171
|
end
|
|
155
172
|
end
|
|
156
173
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-csip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1196
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|