tencentcloud-sdk-cwp 3.0.879 → 3.0.880
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: 473e10a673d2da18c9cb497eb94c26c9afc3b873
|
|
4
|
+
data.tar.gz: 5abbb174df025fefb1149b97bacc0e02d6109cea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2155f72237cbd12913ae340a54bb2e55fd18a0bf7c93656edec8b9d2e4adb0147a488315d2d7d12e8efe0ed6494455083d05a1b4b556c3c1e622442a724f7813
|
|
7
|
+
data.tar.gz: ea75035097b42787ee3befa502e9c2889e5c582d6c19ecaaf679f957a6f7ad97107fd99f30421f789a07013961c5bf2c0b2fd1548d313274df488bfb3905e8cd
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.880
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -4766,8 +4766,8 @@ module TencentCloud
|
|
|
4766
4766
|
|
|
4767
4767
|
attr_accessor :Id, :Uuid, :Name, :Level, :Rule, :Decription, :Operator, :IsGlobal, :Status, :CreateTime, :ModifyTime, :Hostip, :Uuids, :White, :DealOldEvents, :Description
|
|
4768
4768
|
extend Gem::Deprecate
|
|
4769
|
-
deprecate :Decription, :none, 2024,
|
|
4770
|
-
deprecate :Decription=, :none, 2024,
|
|
4769
|
+
deprecate :Decription, :none, 2024, 8
|
|
4770
|
+
deprecate :Decription=, :none, 2024, 8
|
|
4771
4771
|
|
|
4772
4772
|
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)
|
|
4773
4773
|
@Id = id
|
|
@@ -28428,8 +28428,8 @@ module TencentCloud
|
|
|
28428
28428
|
|
|
28429
28429
|
attr_accessor :Filters, :Fileds, :Fields
|
|
28430
28430
|
extend Gem::Deprecate
|
|
28431
|
-
deprecate :Fileds, :none, 2024,
|
|
28432
|
-
deprecate :Fileds=, :none, 2024,
|
|
28431
|
+
deprecate :Fileds, :none, 2024, 8
|
|
28432
|
+
deprecate :Fileds=, :none, 2024, 8
|
|
28433
28433
|
|
|
28434
28434
|
def initialize(filters=nil, fileds=nil, fields=nil)
|
|
28435
28435
|
@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.880
|
|
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-08-
|
|
11
|
+
date: 2024-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|