tencentcloud-sdk-cwp 3.0.523 → 3.0.525

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79ab3fac3a047ef37ccc8b7a687b67eb14d81990
4
- data.tar.gz: 7a5e41970bf719bb053534ac7ddd304ed674aabd
3
+ metadata.gz: deffc77f3e56cf1be6b6de115cc8cdfcb11c2b60
4
+ data.tar.gz: d58e17895ab2961aa673557cdd22420bc70da841
5
5
  SHA512:
6
- metadata.gz: d6db74a59bbdb3acbfaf6b57a552f290dd08399d1d677ff73847e2324b8c93540e52387be490e7f7eb80b06a9dce58b0fff0a5513165d19158e09965e8d35c4e
7
- data.tar.gz: 8d8df87357804f3816537f6e6059afc6c71b2fb6fbc5dd3c679c91f8cffaef3cc04f2f9764aa3a8289f1c4b3b812baf13a1d1e45a6e622699208221b833fee19
6
+ metadata.gz: eb2cbd8ebe245b0bbe2927c2fea16358ceae866ac2dfb8f85d0d6d6a412a76dd4bee2c46f0e87a43b0a65963fb2772fc651672afe1b4c7acde05b5166cb4e1eb
7
+ data.tar.gz: 5366025ee0ea3b314d15b9bb8456a863b89e91f88412bcfa2229c9a363dcd8101432fbf51fe2222225c1ffbef983e18b80ac197252bbe9dd5520107bb1733932
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.523
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.523
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-07 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