tencentcloud-sdk-cwp 3.0.805 → 3.0.807
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 +4 -4
- 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: 7f95c2db02cf89efa5632a7227a2b7535fb14cec
|
|
4
|
+
data.tar.gz: 9786eac0819346ccc1ddece1698f184784fd5d02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6994715f7c03afda59249b0aae7c70fc3e90cf6c631bdb20f77a7b2054c537b2dcb57953bc459ad167464d14d4e54b7cd5d547855692e1cad67980a0e425b7b5
|
|
7
|
+
data.tar.gz: af2c9f697f604b4da46c1bf586b38b257b36171c50e3d1c7c93e2239e5567502fa47d50717b2a7d55594dee33e36305567e7c82dd38f7898ed88daa67c91f479
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.807
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -4756,8 +4756,8 @@ module TencentCloud
|
|
|
4756
4756
|
|
|
4757
4757
|
attr_accessor :Id, :Uuid, :Name, :Level, :Rule, :Decription, :Operator, :IsGlobal, :Status, :CreateTime, :ModifyTime, :Hostip, :Uuids, :White, :DealOldEvents, :Description
|
|
4758
4758
|
extend Gem::Deprecate
|
|
4759
|
-
deprecate :Decription, :none, 2024,
|
|
4760
|
-
deprecate :Decription=, :none, 2024,
|
|
4759
|
+
deprecate :Decription, :none, 2024, 4
|
|
4760
|
+
deprecate :Decription=, :none, 2024, 4
|
|
4761
4761
|
|
|
4762
4762
|
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)
|
|
4763
4763
|
@Id = id
|
|
@@ -28587,8 +28587,8 @@ module TencentCloud
|
|
|
28587
28587
|
|
|
28588
28588
|
attr_accessor :Filters, :Fileds, :Fields
|
|
28589
28589
|
extend Gem::Deprecate
|
|
28590
|
-
deprecate :Fileds, :none, 2024,
|
|
28591
|
-
deprecate :Fileds=, :none, 2024,
|
|
28590
|
+
deprecate :Fileds, :none, 2024, 4
|
|
28591
|
+
deprecate :Fileds=, :none, 2024, 4
|
|
28592
28592
|
|
|
28593
28593
|
def initialize(filters=nil, fileds=nil, fields=nil)
|
|
28594
28594
|
@Filters = filters
|
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.807
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|