tencentcloud-sdk-cfw 3.0.930 → 3.0.931
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/models.rb +5 -0
- 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: 9642e53c5e5da1fe9ca763436d8dedf98dda7a31
|
|
4
|
+
data.tar.gz: 7cbea8423cf7a2c5b9d5f341de9c6552d376c04e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f4af7bb2976e3e03f3d6a88c1746127530452931e670a2c3efac23bf7ade14ed7ba3e170eebd67de04f62cf9c568a767f8eed3d2d8e2e1fb54a502ffc6f5298
|
|
7
|
+
data.tar.gz: 9fe82894adc63998502aa4b784a9597d8bcb6f4fd4cc3d0ae0fffcc199e928eff0830047fec508e72e25a051d03abc9fe6fbc6ffc88c03b64077466dfb33deeb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.931
|
data/lib/v20190904/models.rb
CHANGED
|
@@ -1684,6 +1684,11 @@ module TencentCloud
|
|
|
1684
1684
|
# @param TargetType: 访问目的类型:入向规则时类型可以为ip,net,template,instance,group,tag;出向规则时可以为 ip,net,domain,template,location
|
|
1685
1685
|
# @type TargetType: String
|
|
1686
1686
|
# @param Protocol: 协议,可选的值: TCP UDP ICMP ANY HTTP HTTPS HTTP/HTTPS SMTP SMTPS SMTP/SMTPS FTP DNS
|
|
1687
|
+
# 1. 入方向 旁路防火墙/全局规则 仅支持TCP
|
|
1688
|
+
|
|
1689
|
+
# 2.出方向 旁路防火墙/全局规则 仅支持TCP HTTP/HTTPS TLS/SSL
|
|
1690
|
+
|
|
1691
|
+
# 3.domain 请选择七层协议 如HTTP/HTTPS
|
|
1687
1692
|
# @type Protocol: String
|
|
1688
1693
|
# @param RuleAction: 访问控制策略中设置的流量通过云防火墙的方式。取值: accept:放行 drop:拒绝 log:观察
|
|
1689
1694
|
# @type RuleAction: String
|
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.931
|
|
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-10-
|
|
11
|
+
date: 2024-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|