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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +3 -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: 24b4c5131e13ba27883783a30538091470e715eb
|
|
4
|
+
data.tar.gz: 4372465e2b16c2b1d5cf0d35b985e25504beca15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e820d1fee71ba5f5a8a938a19be15fec96f3982fd46d8af3aa8ad8e59325fae1a5be42a4df7ac8a9425c5b871d7656e8e2362994e8571febf83edc0817bbe8e1
|
|
7
|
+
data.tar.gz: 19470cf82792d55e72b917929f58059ee325e58cd4d444328b880cc4da918df0e192752841f257c02c5d29e735349f6d4beef15052c26282ce6fdd0586550438
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.267
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|