tencentcloud-sdk-vpc 1.0.265 → 1.0.266

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13bb17a36bea71fa22b2d470078c8e855547b163
4
- data.tar.gz: 308a4bdb9a1abdaaeb21cb13b37da386d0c8db03
3
+ metadata.gz: f126925b8aea2bffef10a3cb91aecb62966aa8a2
4
+ data.tar.gz: e73b099c4d1926434d57afd6497e641c5a844788
5
5
  SHA512:
6
- metadata.gz: 0537a434419a4be51fc6dd434e7946835452c24d17b68c4b8e630013bc4b659796142901394352118061d29203dc634414a7a8e643ab01e77050e13bc4d48fb1
7
- data.tar.gz: f297105264b21d18d8190bf908c05f8873ff4a137b21714c5bcf9cd0d091bb1e19a7b3b7bd1281d7838bfe1e7a8747e91e3507a51d5b124beea1887369c179be
6
+ metadata.gz: d29f5b529494837d2e0daa94eac3f079b5cd9f02cf209f4e0a7322d945a31d02ae5fc83e628ff0c36547051406c670b1c678df531ac0da576837e2c5214284f3
7
+ data.tar.gz: db0446e43f0047439a90b296bf112ae8cbac38475128b7b546fde5099be67f97b0f1c04de20e78e23f338a3a15accb1493f1be0a2c245125b1b05859a0d97960
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.265
1
+ 1.0.266
@@ -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.265
4
+ version: 1.0.266
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-25 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common