tencentcloud-sdk-vpc 3.0.1057 → 3.0.1059
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 +11 -9
- 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: d2cd8634e5c6bc189e21a3ffb6d281d6647c442c
|
4
|
+
data.tar.gz: f38c8d469a0f0f5ae70ffc4bdbc85f455737e1b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 732bdb0d632eae1b23929015775b269c42379126700a7910222b096d64aa69beea8f1f623642abe06a9dfbfa4539b7a0136aa1f176123d9f845bc27665b2c687
|
7
|
+
data.tar.gz: 4b010059cf9b06a7494de171e9c8378291a1a387cb2626b5f4dac3171cde8e60b2cb2e37d009aac1ea2e54cab41f2b9dfe785f1290158fbdbd3e9eefce01fbf0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1059
|
data/lib/v20170312/models.rb
CHANGED
@@ -983,13 +983,15 @@ module TencentCloud
|
|
983
983
|
|
984
984
|
# AllocateIp6AddressesBandwidth请求参数结构体
|
985
985
|
class AllocateIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
|
986
|
-
# @param Ip6Addresses: 需要开通公网访问能力的IPv6
|
986
|
+
# @param Ip6Addresses: 需要开通公网访问能力的IPv6地址,可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。
|
987
987
|
# @type Ip6Addresses: Array
|
988
|
-
# @param InternetMaxBandwidthOut:
|
988
|
+
# @param InternetMaxBandwidthOut: 带宽上限,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。
|
989
|
+
# 默认值:1Mbps
|
989
990
|
# @type InternetMaxBandwidthOut: Integer
|
990
|
-
# @param InternetChargeType: 网络计费模式。IPv6
|
991
|
+
# @param InternetChargeType: 网络计费模式。IPv6当前支持:<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_PACKAGE:共享带宽包付费</li>
|
992
|
+
# 默认值:TRAFFIC_POSTPAID_BY_HOUR
|
991
993
|
# @type InternetChargeType: String
|
992
|
-
# @param BandwidthPackageId: 带宽包id
|
994
|
+
# @param BandwidthPackageId: 带宽包id,设定该参数且InternetChargeType为BANDWIDTH_PACKAGE,则表示创建的IPv6加入该带宽包并采用带宽包计费。可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。
|
993
995
|
# @type BandwidthPackageId: String
|
994
996
|
# @param Tags: 需要关联的标签列表。
|
995
997
|
# @type Tags: Array
|
@@ -11819,11 +11821,11 @@ module TencentCloud
|
|
11819
11821
|
|
11820
11822
|
# DescribeIp6Addresses请求参数结构体
|
11821
11823
|
class DescribeIp6AddressesRequest < TencentCloud::Common::AbstractModel
|
11822
|
-
# @param Ip6AddressIds: 标识 IPv6 的唯一 ID 列表。IPv6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters
|
11824
|
+
# @param Ip6AddressIds: 标识 IPv6 的唯一 ID 列表。IPv6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters`。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。
|
11823
11825
|
# @type Ip6AddressIds: Array
|
11824
11826
|
# @param Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。参数不支持同时指定`AddressIds`和`Filters`。详细的过滤条件如下:
|
11825
|
-
# <li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPv6 的 IP
|
11826
|
-
# <li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID
|
11827
|
+
# <li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPv6 的 IP 地址过滤。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询address-ip。</li>
|
11828
|
+
# <li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。可以使用[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口查询network-interface-id。</li>
|
11827
11829
|
# @type Filters: Array
|
11828
11830
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
11829
11831
|
# @type Offset: Integer
|
@@ -20933,7 +20935,7 @@ module TencentCloud
|
|
20933
20935
|
class ModifyIPv6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
|
20934
20936
|
# @param IPv6AddressIds: 弹性公网IPv6地址唯一ID,可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
20935
20937
|
# @type IPv6AddressIds: Array
|
20936
|
-
# @param InternetMaxBandwidthOut: 弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369)。
|
20938
|
+
# @param InternetMaxBandwidthOut: 弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。
|
20937
20939
|
# @type InternetMaxBandwidthOut: Integer
|
20938
20940
|
|
20939
20941
|
attr_accessor :IPv6AddressIds, :InternetMaxBandwidthOut
|
@@ -20967,7 +20969,7 @@ module TencentCloud
|
|
20967
20969
|
|
20968
20970
|
# ModifyIp6AddressesBandwidth请求参数结构体
|
20969
20971
|
class ModifyIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
|
20970
|
-
# @param InternetMaxBandwidthOut: 修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369)。
|
20972
|
+
# @param InternetMaxBandwidthOut: 修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。
|
20971
20973
|
# @type InternetMaxBandwidthOut: Integer
|
20972
20974
|
# @param Ip6Addresses: IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
20973
20975
|
# @type Ip6Addresses: Array
|
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.1059
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|