tencentcloud-sdk-vpc 1.0.264 → 1.0.267

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: e89aa2c46c366dba29b54a0b1a47f4057061f556
4
- data.tar.gz: 26dd7af57cb21df64dbba08e59136ae2f291cb57
3
+ metadata.gz: 24b4c5131e13ba27883783a30538091470e715eb
4
+ data.tar.gz: 4372465e2b16c2b1d5cf0d35b985e25504beca15
5
5
  SHA512:
6
- metadata.gz: f249611f59043e7a9f87a6a88ada516ea23d2112339ef616559bc78c8c8edbef2b7bcf312a77a8a00c5f3d14234fb52d13eb385f3dd9a60d17af74782148ef59
7
- data.tar.gz: 169b8f788a6a594b9238cb4d327cd6a42806192b119849a63439c50a2f7e790bbfcc8e70a70a69e3f366098ff970f72bde89d5919b45aff3c5d71d46b5c7a0ed
6
+ metadata.gz: e820d1fee71ba5f5a8a938a19be15fec96f3982fd46d8af3aa8ad8e59325fae1a5be42a4df7ac8a9425c5b871d7656e8e2362994e8571febf83edc0817bbe8e1
7
+ data.tar.gz: 19470cf82792d55e72b917929f58059ee325e58cd4d444328b880cc4da918df0e192752841f257c02c5d29e735349f6d4beef15052c26282ce6fdd0586550438
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.264
1
+ 1.0.267
@@ -472,7 +472,7 @@ module TencentCloud
472
472
  end
473
473
  end
474
474
 
475
- # IP地址模版
475
+ # IP地址模板
476
476
  class AddressTemplateSpecification < TencentCloud::Common::AbstractModel
477
477
  # @param AddressId: IP地址ID,例如:ipm-2uw6ujo6。
478
478
  # @type AddressId: String
@@ -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`
@@ -16863,7 +16864,7 @@ module TencentCloud
16863
16864
  end
16864
16865
  end
16865
16866
 
16866
- # 协议端口模版
16867
+ # 协议端口模板
16867
16868
  class ServiceTemplateSpecification < TencentCloud::Common::AbstractModel
16868
16869
  # @param ServiceId: 协议端口ID,例如:ppm-f5n1f8da。
16869
16870
  # @type ServiceId: 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: 1.0.264
4
+ version: 1.0.267
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-24 00:00:00.000000000 Z
11
+ date: 2022-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common