tencentcloud-sdk-vpc 3.0.688 → 3.0.689
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 +4 -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: 8cf8222c20662f11829d5ab3f5b6d2879fa5da4f
|
|
4
|
+
data.tar.gz: eb9d5a7f73fe5924d84235b41b33acf7bf0e07a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70edb6da651eec42903710f2b67bbec8746420c6e56e028f822b1efdd3244869838e6040c7ae10a470c868d1d96bb27fe6f4b99ee37af63dff25af46c5113f0c
|
|
7
|
+
data.tar.gz: 03b63dc8d1a6ce17f8bd7afd75558241f55a9da550dfe21001255ebe786a68ea32a566577b53ed2055a86b3e983019b198c5e784cc888081773510e0abcec058
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.689
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -19567,7 +19567,9 @@ module TencentCloud
|
|
|
19567
19567
|
# LOCAL_GATEWAY:本地网关。
|
|
19568
19568
|
# @type GatewayType: String
|
|
19569
19569
|
# @param GatewayId: 下一跳地址,这里只需要指定不同下一跳类型的网关ID,系统会自动匹配到下一跳地址。
|
|
19570
|
-
# 特殊说明:
|
|
19570
|
+
# 特殊说明:
|
|
19571
|
+
# GatewayType为NORMAL_CVM时,GatewayId填写实例的内网IP。
|
|
19572
|
+
# GatewayType为EIP时,GatewayId填写0。
|
|
19571
19573
|
# @type GatewayId: String
|
|
19572
19574
|
# @param RouteId: 路由策略ID。IPv4路由策略ID是有意义的值,IPv6路由策略是无意义的值0。后续建议完全使用字符串唯一ID `RouteItemId`操作路由策略。
|
|
19573
19575
|
# 该字段在删除时必填,其他字段无需填写。
|
|
@@ -19585,6 +19587,7 @@ module TencentCloud
|
|
|
19585
19587
|
# @param RouteTableId: 路由表实例ID,例如:rtb-azd4dt1c。
|
|
19586
19588
|
# @type RouteTableId: String
|
|
19587
19589
|
# @param DestinationIpv6CidrBlock: 目的IPv6网段,取值不能在私有网络网段内,例如:2402:4e00:1000:810b::/64。
|
|
19590
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
19588
19591
|
# @type DestinationIpv6CidrBlock: String
|
|
19589
19592
|
# @param RouteItemId: 路由唯一策略ID。
|
|
19590
19593
|
# @type RouteItemId: 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.689
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|