tencentcloud-sdk-vpc 3.0.905 → 3.0.907
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 -3
- 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: 82e1acb1fce1595c591ccdc2e706ada72f375e9d
|
|
4
|
+
data.tar.gz: cca8ce68d44fe801cfe088f7982320e210384b0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5148e0b0ffeeb87a4e0a10459e9b577cbfb3067ea87610265180dc35725c995b9db02616ce6b96ae02271b4b48484af4bbb52052d9acaa734916edcdfef1bcc1
|
|
7
|
+
data.tar.gz: 83885d028a71becb9f1fafc4f7b456d907b80df98a7a27f90ab71a4421d55793847d4925a8bf0e86d7e3ceee20c2fd5caa7e1d850f0676c704a4b9a5aa488aba
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.907
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -1383,7 +1383,7 @@ module TencentCloud
|
|
|
1383
1383
|
|
|
1384
1384
|
# AssociateNetworkInterfaceSecurityGroups请求参数结构体
|
|
1385
1385
|
class AssociateNetworkInterfaceSecurityGroupsRequest < TencentCloud::Common::AbstractModel
|
|
1386
|
-
# @param NetworkInterfaceIds: 弹性网卡实例ID。形如:eni-pxir56ns。每次请求的实例的上限为100
|
|
1386
|
+
# @param NetworkInterfaceIds: 弹性网卡实例ID。形如:eni-pxir56ns。每次请求的实例的上限为100。本接口不支持主网卡绑定安全组。
|
|
1387
1387
|
# @type NetworkInterfaceIds: Array
|
|
1388
1388
|
# @param SecurityGroupIds: 安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups获取。每次请求的实例的上限为100。
|
|
1389
1389
|
# @type SecurityGroupIds: Array
|
|
@@ -15311,9 +15311,9 @@ module TencentCloud
|
|
|
15311
15311
|
class EnableRoutesRequest < TencentCloud::Common::AbstractModel
|
|
15312
15312
|
# @param RouteTableId: 路由表唯一ID。
|
|
15313
15313
|
# @type RouteTableId: String
|
|
15314
|
-
# @param RouteIds: 路由策略ID。不能和RouteItemIds
|
|
15314
|
+
# @param RouteIds: 路由策略ID。不能和RouteItemIds同时使用,但至少输入一个。单次处理上限100个。该参数取值可通过查询路由列表([DescribeRouteTables](https://cloud.tencent.com/document/product/215/15763))获取。
|
|
15315
15315
|
# @type RouteIds: Array
|
|
15316
|
-
# @param RouteItemIds: 路由策略唯一ID。不能和RouteIds
|
|
15316
|
+
# @param RouteItemIds: 路由策略唯一ID。不能和RouteIds同时使用,但至少输入一个。单次处理上限100个。该参数取值可通过查询路由列表([DescribeRouteTables](https://cloud.tencent.com/document/product/215/15763))获取。
|
|
15317
15317
|
# @type RouteItemIds: Array
|
|
15318
15318
|
|
|
15319
15319
|
attr_accessor :RouteTableId, :RouteIds, :RouteItemIds
|
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.907
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|