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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180228/models.rb +6 -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: deffc77f3e56cf1be6b6de115cc8cdfcb11c2b60
|
|
4
|
+
data.tar.gz: d58e17895ab2961aa673557cdd22420bc70da841
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb2cbd8ebe245b0bbe2927c2fea16358ceae866ac2dfb8f85d0d6d6a412a76dd4bee2c46f0e87a43b0a65963fb2772fc651672afe1b4c7acde05b5166cb4e1eb
|
|
7
|
+
data.tar.gz: 5366025ee0ea3b314d15b9bb8456a863b89e91f88412bcfa2229c9a363dcd8101432fbf51fe2222225c1ffbef983e18b80ac197252bbe9dd5520107bb1733932
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.525
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|