tencentcloud-sdk-vpc 3.0.905 → 3.0.907

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96b7cf84ec33337220e43c4f0c4d085ca2462d15
4
- data.tar.gz: 9731b74c8a0c97645bec0b12f13ace363a8c82c2
3
+ metadata.gz: 82e1acb1fce1595c591ccdc2e706ada72f375e9d
4
+ data.tar.gz: cca8ce68d44fe801cfe088f7982320e210384b0b
5
5
  SHA512:
6
- metadata.gz: d6a22b92d49b561edeb6a26dff47babc7fbde7b60298d4e43fe2a9cba8cd22ebd59bed0e575d1d8174154784fd9aec9deb55f3c6518dc82629ad062d07e41e86
7
- data.tar.gz: 0fbdeaf4631abe09e6b75a64323ca3b8f53e78b6ed650503c37b1e6701a04d4ed0ea3b486ad307e39ff2af64caf4e9247926a1bac6e0758bd00c23849039d087
6
+ metadata.gz: 5148e0b0ffeeb87a4e0a10459e9b577cbfb3067ea87610265180dc35725c995b9db02616ce6b96ae02271b4b48484af4bbb52052d9acaa734916edcdfef1bcc1
7
+ data.tar.gz: 83885d028a71becb9f1fafc4f7b456d907b80df98a7a27f90ab71a4421d55793847d4925a8bf0e86d7e3ceee20c2fd5caa7e1d850f0676c704a4b9a5aa488aba
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.905
1
+ 3.0.907
@@ -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同时使用,但至少输入一个。该参数取值可通过查询路由列表([DescribeRouteTables](https://cloud.tencent.com/document/product/215/15763))获取。
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同时使用,但至少输入一个。该参数取值可通过查询路由列表([DescribeRouteTables](https://cloud.tencent.com/document/product/215/15763))获取。
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.905
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-12 00:00:00.000000000 Z
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