tencentcloud-sdk-ctem 3.0.1090 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47ea6ae8bcce65ea7128b09832895df57c1e952d
4
- data.tar.gz: 9de1eb88766a65a330b6887a261f4282830f8b75
3
+ metadata.gz: e51f29fdf0607268ee00419cef451addedefe739
4
+ data.tar.gz: 0f38b85c5dba8dfce08a960c44fc67477aa73bd7
5
5
  SHA512:
6
- metadata.gz: 39e49d1ee99c72fec5efe193e5bac8472dc7398692c9d564eea26185a045031e248b22bd523c5f1373552663154d41f1f7560c9e794c93ae89b20fac1660fb82
7
- data.tar.gz: 7c15b432b0c09dece93ecd4f4f8029d54503bb861fc1378811f809866493dae93c648017a42f98227b9ba98b011ff4d00e90ddf5913689a7c20691f5b390255f
6
+ metadata.gz: 3a8858642b60cb8de1dd8cd00bd8b9bca017b61017569e46405cd2a271a21b9ea704f3768da9aae26dee40a34ee317155422a59b41dbbc0bed078ad225c96894
7
+ data.tar.gz: bb1193929171f00998da526c3c6b4f273885cba35d3bc6134c42f74627b3091dba6af61c50da0c2e55429d78d10b5f99d144ac753f7b69e2a36831adc93514df
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1090
1
+ 3.0.1100
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -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.1090
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-06-27 00:00:00.000000000 Z
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