tencentcloud-sdk-ctem 3.0.1094 → 3.0.1100
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/v20231128/models.rb +10 -2
- 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: e51f29fdf0607268ee00419cef451addedefe739
|
4
|
+
data.tar.gz: 0f38b85c5dba8dfce08a960c44fc67477aa73bd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a8858642b60cb8de1dd8cd00bd8b9bca017b61017569e46405cd2a271a21b9ea704f3768da9aae26dee40a34ee317155422a59b41dbbc0bed078ad225c96894
|
7
|
+
data.tar.gz: bb1193929171f00998da526c3c6b4f273885cba35d3bc6134c42f74627b3091dba6af61c50da0c2e55429d78d10b5f99d144ac753f7b69e2a36831adc93514df
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1100
|
data/lib/v20231128/models.rb
CHANGED
@@ -3292,10 +3292,14 @@ module TencentCloud
|
|
3292
3292
|
# @type IsHoneypot: Boolean
|
3293
3293
|
# @param ScreenshotUrl: 截图
|
3294
3294
|
# @type ScreenshotUrl: String
|
3295
|
+
# @param Status: 状态:unrepaired:未修复,repaired:已修复, offline:资产已下线, ignore:已忽略, checking:复测中
|
3296
|
+
# @type Status: String
|
3297
|
+
# @param LastCheckTime: 上次复测时间
|
3298
|
+
# @type LastCheckTime: String
|
3295
3299
|
|
3296
|
-
attr_accessor :Id, :DisplayToolCommon, :Ip, :Port, :Url, :Type, :Account, :Password, :IsHoneypot, :ScreenshotUrl
|
3300
|
+
attr_accessor :Id, :DisplayToolCommon, :Ip, :Port, :Url, :Type, :Account, :Password, :IsHoneypot, :ScreenshotUrl, :Status, :LastCheckTime
|
3297
3301
|
|
3298
|
-
def initialize(id=nil, displaytoolcommon=nil, ip=nil, port=nil, url=nil, type=nil, account=nil, password=nil, ishoneypot=nil, screenshoturl=nil)
|
3302
|
+
def initialize(id=nil, displaytoolcommon=nil, ip=nil, port=nil, url=nil, type=nil, account=nil, password=nil, ishoneypot=nil, screenshoturl=nil, status=nil, lastchecktime=nil)
|
3299
3303
|
@Id = id
|
3300
3304
|
@DisplayToolCommon = displaytoolcommon
|
3301
3305
|
@Ip = ip
|
@@ -3306,6 +3310,8 @@ module TencentCloud
|
|
3306
3310
|
@Password = password
|
3307
3311
|
@IsHoneypot = ishoneypot
|
3308
3312
|
@ScreenshotUrl = screenshoturl
|
3313
|
+
@Status = status
|
3314
|
+
@LastCheckTime = lastchecktime
|
3309
3315
|
end
|
3310
3316
|
|
3311
3317
|
def deserialize(params)
|
@@ -3322,6 +3328,8 @@ module TencentCloud
|
|
3322
3328
|
@Password = params['Password']
|
3323
3329
|
@IsHoneypot = params['IsHoneypot']
|
3324
3330
|
@ScreenshotUrl = params['ScreenshotUrl']
|
3331
|
+
@Status = params['Status']
|
3332
|
+
@LastCheckTime = params['LastCheckTime']
|
3325
3333
|
end
|
3326
3334
|
end
|
3327
3335
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ctem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1100
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|