tencentcloud-sdk-vpc 1.0.265 → 1.0.268
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 -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: dbb0d3b53059bbf2769630f623650878652013d3
|
|
4
|
+
data.tar.gz: 83f889532e29cf93f514d9127f4e46010f4f6a64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c0d5d502831c601179131f2ec8c93421cc7bdaf71eb2d05c88c30e8b49a535126f01788fb02be80466590d51040d404d089eb530f8aa0d811e03c183e5986dc
|
|
7
|
+
data.tar.gz: f416ef9b2d98ffe757d8b8d72d9830b75679f716427b62afd0314ab5b0582e4bbd4c549e55f750eb810373f3c26629bafe5db4a62152c2ffc91dac747d8a460d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.268
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -16672,6 +16672,7 @@ module TencentCloud
|
|
|
16672
16672
|
# @param Protocol: 协议, 取值: TCP,UDP,ICMP,ICMPv6,ALL。
|
|
16673
16673
|
# @type Protocol: String
|
|
16674
16674
|
# @param Port: 端口(all, 离散port, range)。
|
|
16675
|
+
# 说明:如果Protocol设置为ALL,则Port也需要设置为all。
|
|
16675
16676
|
# @type Port: String
|
|
16676
16677
|
# @param ServiceTemplate: 协议端口ID或者协议端口组ID。ServiceTemplate和Protocol+Port互斥。
|
|
16677
16678
|
# @type ServiceTemplate: :class:`Tencentcloud::Vpc.v20170312.models.ServiceTemplateSpecification`
|
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: 1.0.
|
|
4
|
+
version: 1.0.268
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-02
|
|
11
|
+
date: 2022-03-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|