tencentcloud-sdk-cwp 3.0.524 → 3.0.525

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: 0907f498b42f8deb26dd669d7fb9e7c047e46dff
4
- data.tar.gz: 8cba7eb8cd111ab6a61ad28a57c1029961c0dcef
3
+ metadata.gz: deffc77f3e56cf1be6b6de115cc8cdfcb11c2b60
4
+ data.tar.gz: d58e17895ab2961aa673557cdd22420bc70da841
5
5
  SHA512:
6
- metadata.gz: b384447824a7d8b9038b09c8a994ee690fa406fcb4b73829dbd2e37a0ee36937042d2b0a934ef66dca9f6a2eff9e4193bc6a86207ecbe56109ec38a3d3b0f4e1
7
- data.tar.gz: ce51c0fdc0c5de403eab90bd41323ef77b20deebec3340499244cae8d30c8acca33cc81aff6ee8c4a97ff68414ba48e7b28115574e056b9ce0e6323d081db0df
6
+ metadata.gz: eb2cbd8ebe245b0bbe2927c2fea16358ceae866ac2dfb8f85d0d6d6a412a76dd4bee2c46f0e87a43b0a65963fb2772fc651672afe1b4c7acde05b5166cb4e1eb
7
+ data.tar.gz: 5366025ee0ea3b314d15b9bb8456a863b89e91f88412bcfa2229c9a363dcd8101432fbf51fe2222225c1ffbef983e18b80ac197252bbe9dd5520107bb1733932
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.524
1
+ 3.0.525
@@ -4361,17 +4361,21 @@ module TencentCloud
4361
4361
  # @type VulId: Integer
4362
4362
  # @param Uuids: 自选服务器时生效,主机uuid的string数组
4363
4363
  # @type Uuids: Array
4364
+ # @param TimeoutPeriod: 扫描超时时长 ,单位秒
4365
+ # @type TimeoutPeriod: Integer
4364
4366
 
4365
- attr_accessor :VulId, :Uuids
4367
+ attr_accessor :VulId, :Uuids, :TimeoutPeriod
4366
4368
 
4367
- def initialize(vulid=nil, uuids=nil)
4369
+ def initialize(vulid=nil, uuids=nil, timeoutperiod=nil)
4368
4370
  @VulId = vulid
4369
4371
  @Uuids = uuids
4372
+ @TimeoutPeriod = timeoutperiod
4370
4373
  end
4371
4374
 
4372
4375
  def deserialize(params)
4373
4376
  @VulId = params['VulId']
4374
4377
  @Uuids = params['Uuids']
4378
+ @TimeoutPeriod = params['TimeoutPeriod']
4375
4379
  end
4376
4380
  end
4377
4381
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.524
4
+ version: 3.0.525
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common