tencentcloud-sdk-vpc 3.0.871 → 3.0.873
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/v20170312/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: 5817f64080c8ff2e85f5feed13c12b58b2be08d6
|
|
4
|
+
data.tar.gz: e98796aa3ff7ebee30696ee01058980ca31cb7eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bac55a7e21ba9ece0caad119996a6f91abd5cf23cd721702c19fcffafeb96d6bc438765474e57c72b1b2b4f7994f48c9c3d2b36030ccd5f5634d6e8981a22ad
|
|
7
|
+
data.tar.gz: 379c543b59369029720ab8e0efe00443eb4ae32b657a6fa57208a983162039639c2ca660dba797cdcf3832efb84a9e309e74ba3b6fe033e59114a6cbdc04ee44
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.873
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -20073,7 +20073,7 @@ module TencentCloud
|
|
|
20073
20073
|
class NetworkAclEntry < TencentCloud::Common::AbstractModel
|
|
20074
20074
|
# @param Protocol: 协议, 取值: TCP,UDP, ICMP, ALL。
|
|
20075
20075
|
# @type Protocol: String
|
|
20076
|
-
# @param Port: 端口(all, 单个port, range)。当Protocol为ALL或ICMP时,不能指定Port。
|
|
20076
|
+
# @param Port: 端口(all, 单个port, range)。当Protocol为ALL或ICMP时,不能指定Port。使用-指定端口范围,如:10-20。
|
|
20077
20077
|
# @type Port: String
|
|
20078
20078
|
# @param CidrBlock: 网段或IP(互斥)。增量创建ACL规则时,CidrBlock和Ipv6CidrBlock至少提供一个。
|
|
20079
20079
|
# @type CidrBlock: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.873
|
|
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-07-
|
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|