tencentcloud-sdk-cwp 3.0.705 → 3.0.706
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/client.rb +1 -1
- data/lib/v20180228/models.rb +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ff425cb33f45b88ac26fbf849632f07f95695ce
|
|
4
|
+
data.tar.gz: 33d7db8c4feba0b888c5143a962b3044980379d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a88f8c8962450f5e90d5363d32599893e1aa86827856afbf9ce32d3b92253d2b810e0b8e944c01ebac60635ee25882174da6959969f2bc86c1444b882eba9ec
|
|
7
|
+
data.tar.gz: 8bb7bd7290b5a497d542c50b5ce420054784d7bcb3f9e89d1d7aaf13e3b47cf62fded4d4cde3594f00cbddf85c9d24b8fceed7beb0c1c199eff9bd93ca29f9a7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.706
|
data/lib/v20180228/client.rb
CHANGED
|
@@ -11963,7 +11963,7 @@ module TencentCloud
|
|
|
11963
11963
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
11964
11964
|
end
|
|
11965
11965
|
|
|
11966
|
-
#
|
|
11966
|
+
# 漏洞一键检测
|
|
11967
11967
|
|
|
11968
11968
|
# @param request: Request instance for ScanVul.
|
|
11969
11969
|
# @type request: :class:`Tencentcloud::cwp::V20180228::ScanVulRequest`
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -4711,8 +4711,8 @@ module TencentCloud
|
|
|
4711
4711
|
|
|
4712
4712
|
attr_accessor :Id, :Uuid, :Name, :Level, :Rule, :Decription, :Operator, :IsGlobal, :Status, :CreateTime, :ModifyTime, :Hostip, :Uuids, :White, :DealOldEvents, :Description
|
|
4713
4713
|
extend Gem::Deprecate
|
|
4714
|
-
deprecate :Decription, :none, 2023,
|
|
4715
|
-
deprecate :Decription=, :none, 2023,
|
|
4714
|
+
deprecate :Decription, :none, 2023, 11
|
|
4715
|
+
deprecate :Decription=, :none, 2023, 11
|
|
4716
4716
|
|
|
4717
4717
|
def initialize(id=nil, uuid=nil, name=nil, level=nil, rule=nil, decription=nil, operator=nil, isglobal=nil, status=nil, createtime=nil, modifytime=nil, hostip=nil, uuids=nil, white=nil, dealoldevents=nil, description=nil)
|
|
4718
4718
|
@Id = id
|
|
@@ -28465,8 +28465,8 @@ module TencentCloud
|
|
|
28465
28465
|
|
|
28466
28466
|
attr_accessor :Filters, :Fileds, :Fields
|
|
28467
28467
|
extend Gem::Deprecate
|
|
28468
|
-
deprecate :Fileds, :none, 2023,
|
|
28469
|
-
deprecate :Fileds=, :none, 2023,
|
|
28468
|
+
deprecate :Fileds, :none, 2023, 11
|
|
28469
|
+
deprecate :Fileds=, :none, 2023, 11
|
|
28470
28470
|
|
|
28471
28471
|
def initialize(filters=nil, fileds=nil, fields=nil)
|
|
28472
28472
|
@Filters = filters
|