tencentcloud-sdk-waf 3.0.550 → 3.0.551
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/v20180125/models.rb +2 -2
- 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: 568e17302e4ff97d475bdfa8961b020a0a1e6a08
|
|
4
|
+
data.tar.gz: 231c22c6a204152209943641763d4c8ffacf3f91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e03096506d702172d738e606f307e498625bf949316b8803707702776f176a21c2873286665837bf47e6458d14efea26d3bc5dddb8f1475bff969eb9849b8a5
|
|
7
|
+
data.tar.gz: 3d0f971426b8a566f96c2f264859de73a51ce1c34cdc43b3f982ef3add4f515f3832d9ff0d2b9ffa15bcc68f3e41b2ffd03dda69ba38426be71baff69ca2ca7c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.551
|
data/lib/v20180125/models.rb
CHANGED
|
@@ -4111,11 +4111,11 @@ module TencentCloud
|
|
|
4111
4111
|
class UpsertIpAccessControlRequest < TencentCloud::Common::AbstractModel
|
|
4112
4112
|
# @param Domain: 域名
|
|
4113
4113
|
# @type Domain: String
|
|
4114
|
-
# @param Items: ip 参数列表,json数组由ip,source,note,action,valid_ts组成。ip对应配置的ip地址,source固定为custom值,note为注释,action值42为黑名单,40为白名单,valid_ts
|
|
4114
|
+
# @param Items: ip 参数列表,json数组由ip,source,note,action,valid_ts组成。ip对应配置的ip地址,source固定为custom值,note为注释,action值42为黑名单,40为白名单,valid_ts为有效日期,值为秒级时间戳((如1680570420代表2023-04-04 09:07:00))
|
|
4115
4115
|
# @type Items: Array
|
|
4116
4116
|
# @param Edition: WAF实例类型,sparta-waf表示SAAS型WAF,clb-waf表示负载均衡型WAF
|
|
4117
4117
|
# @type Edition: String
|
|
4118
|
-
# @param SourceType:
|
|
4118
|
+
# @param SourceType: 是否为多域名黑白名单,当为多域名的黑白名单时,取值为batch,佛祖饿为空
|
|
4119
4119
|
# @type SourceType: String
|
|
4120
4120
|
|
|
4121
4121
|
attr_accessor :Domain, :Items, :Edition, :SourceType
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-waf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.551
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|