tencentcloud-sdk-cfw 3.0.1062 → 3.0.1064
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/v20190904/client.rb +1 -1
- data/lib/v20190904/models.rb +1 -1
- 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: 6bd6988b24f5cfa92831c4e0d6e87b8e33efa1e3
|
4
|
+
data.tar.gz: 47aff5b0b875c695b4d5bab3489f2de9eca74220
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fb1f4eebd160d7f41e24f01bb9e33ef95f8bb9835ff171ecbb07a274b2df5a3c6657a8eff4180b86a1bab55d828da4c322e4ab8f69edf008ca24b951eba951a
|
7
|
+
data.tar.gz: a0e18eb92f5bf2910bd212676bf37df20a62ef5c3ee497a87a09c7450d2f746f8ab761c99e35b778ee8cb0825cb673c63b32c1349689e9629d10844ba6502fe6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1064
|
data/lib/v20190904/client.rb
CHANGED
@@ -1523,7 +1523,7 @@ module TencentCloud
|
|
1523
1523
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1524
1524
|
end
|
1525
1525
|
|
1526
|
-
#
|
1526
|
+
# 防火墙开关列表,请换用DescribeFwEdgeIps
|
1527
1527
|
|
1528
1528
|
# @param request: Request instance for DescribeSwitchLists.
|
1529
1529
|
# @type request: :class:`Tencentcloud::cfw::V20190904::DescribeSwitchListsRequest`
|
data/lib/v20190904/models.rb
CHANGED
@@ -9102,7 +9102,7 @@ module TencentCloud
|
|
9102
9102
|
# @type ServiceTemplateId: String
|
9103
9103
|
# @param Id: (入参时无需填写,自动生成)规则对应的唯一id
|
9104
9104
|
# @type Id: String
|
9105
|
-
# @param Enable:
|
9105
|
+
# @param Enable: (入参时Enable无意义;由通用配置中新增规则启用状态控制)
|
9106
9106
|
# 规则状态,true表示启用,false表示禁用
|
9107
9107
|
# @type Enable: String
|
9108
9108
|
# @param Uid: 规则对应的唯一内部id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cfw
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1064
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|