tencentcloud-sdk-vpc 3.0.1055 → 3.0.1056
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/client.rb +1 -1
- data/lib/v20170312/models.rb +8 -8
- 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: 8c5e864cb1caaabb80082691d88b453167c02901
|
4
|
+
data.tar.gz: fdcfc41d2c414288971da1ef081a609440aa0c32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db955e3eacffb341200c24b6c0c59a70c9f175a869910e56020ff6782836a89f996cf62d9ab26373133233e4a6a326ca8f60b5f9136aea1945775bc810d6baf6
|
7
|
+
data.tar.gz: 69432e428cd7d29099a9d16bc7d76ed0bf4623c958ea411987e5eea1bd62d5c5c6429035d4b397016bc3c6ee6b049fa0d5e1e33fa4eae955c3bbf7b6f633fa9b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1056
|
data/lib/v20170312/client.rb
CHANGED
@@ -7190,7 +7190,7 @@ module TencentCloud
|
|
7190
7190
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
7191
7191
|
end
|
7192
7192
|
|
7193
|
-
# EIP
|
7193
|
+
# 本接口(InquiryPriceModifyAddressesBandwidth)用于EIP修改带宽询价。
|
7194
7194
|
|
7195
7195
|
# @param request: Request instance for InquiryPriceModifyAddressesBandwidth.
|
7196
7196
|
# @type request: :class:`Tencentcloud::vpc::V20170312::InquiryPriceModifyAddressesBandwidthRequest`
|
data/lib/v20170312/models.rb
CHANGED
@@ -756,9 +756,9 @@ module TencentCloud
|
|
756
756
|
# @type AddressChargePrepaid: :class:`Tencentcloud::Vpc.v20170312.models.AddressChargePrepaid`
|
757
757
|
# @param AddressType: EIP类型。各种EIP类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:EIP。
|
758
758
|
# <li>EIP:弹性公网 IP。 </li>
|
759
|
-
# <li>AnycastEIP:加速 IP,已开通 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)白名单的用户可选。仅部分地域支持加速IP。</li>
|
760
|
-
# <li>HighQualityEIP:精品 IP
|
761
|
-
# <li>AntiDDoSEIP:高防 IP。仅部分地域支持高防IP。</li>
|
759
|
+
# <li>AnycastEIP:加速 IP,已开通 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)白名单的用户可选。仅部分地域支持加速IP,详情可见Anycast公网加速[购买指南](https://cloud.tencent.com/document/product/644/12617)。</li>
|
760
|
+
# <li>HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>
|
761
|
+
# <li>AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见弹性公网IP[产品概述](https://cloud.tencent.com/document/product/1199/41646)。</li>
|
762
762
|
# @type AddressType: String
|
763
763
|
# @param AnycastZone: Anycast发布域。
|
764
764
|
# <ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>ANYCAST_ZONE_GLOBAL:全球发布域(需要额外开通Anycast全球加速白名单)</li><li>ANYCAST_ZONE_OVERSEAS:境外发布域</li><li><b>[已废弃]</b> ANYCAST_ZONE_A:发布域A(已更新为全球发布域)</li><li><b>[已废弃]</b> ANYCAST_ZONE_B:发布域B(已更新为全球发布域)</li></ul>默认值:ANYCAST_ZONE_OVERSEAS。</li></ul>
|
@@ -18838,9 +18838,9 @@ module TencentCloud
|
|
18838
18838
|
|
18839
18839
|
# InquiryPriceModifyAddressesBandwidth请求参数结构体
|
18840
18840
|
class InquiryPriceModifyAddressesBandwidthRequest < TencentCloud::Common::AbstractModel
|
18841
|
-
# @param AddressIds: EIP唯一ID
|
18841
|
+
# @param AddressIds: EIP唯一ID,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
18842
18842
|
# @type AddressIds: Array
|
18843
|
-
# @param InternetMaxBandwidthOut:
|
18843
|
+
# @param InternetMaxBandwidthOut: 新带宽值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。
|
18844
18844
|
# @type InternetMaxBandwidthOut: Integer
|
18845
18845
|
|
18846
18846
|
attr_accessor :AddressIds, :InternetMaxBandwidthOut
|
@@ -20931,9 +20931,9 @@ module TencentCloud
|
|
20931
20931
|
|
20932
20932
|
# ModifyIPv6AddressesBandwidth请求参数结构体
|
20933
20933
|
class ModifyIPv6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
|
20934
|
-
# @param IPv6AddressIds: 弹性公网IPv6地址唯一ID
|
20934
|
+
# @param IPv6AddressIds: 弹性公网IPv6地址唯一ID,可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
20935
20935
|
# @type IPv6AddressIds: Array
|
20936
|
-
# @param InternetMaxBandwidthOut: 弹性公网IPv6
|
20936
|
+
# @param InternetMaxBandwidthOut: 弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369)。
|
20937
20937
|
# @type InternetMaxBandwidthOut: Integer
|
20938
20938
|
|
20939
20939
|
attr_accessor :IPv6AddressIds, :InternetMaxBandwidthOut
|
@@ -25830,7 +25830,7 @@ module TencentCloud
|
|
25830
25830
|
|
25831
25831
|
# ReturnNormalAddresses请求参数结构体
|
25832
25832
|
class ReturnNormalAddressesRequest < TencentCloud::Common::AbstractModel
|
25833
|
-
# @param AddressIps: 普通公网IP 的 IP
|
25833
|
+
# @param AddressIps: 普通公网IP 的 IP 地址,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressIps。
|
25834
25834
|
# @type AddressIps: Array
|
25835
25835
|
|
25836
25836
|
attr_accessor :AddressIps
|
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.1056
|
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-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|