tencentcloud-sdk-nodejs-vpc 4.1.33 → 4.1.34
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.
package/package.json
CHANGED
|
@@ -1906,7 +1906,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1906
1906
|
*/
|
|
1907
1907
|
ClearRouteTableSelectionPolicies(req: ClearRouteTableSelectionPoliciesRequest, cb?: (error: string, rep: ClearRouteTableSelectionPoliciesResponse) => void): Promise<ClearRouteTableSelectionPoliciesResponse>;
|
|
1908
1908
|
/**
|
|
1909
|
-
* EIP
|
|
1909
|
+
* 本接口(InquiryPriceModifyAddressesBandwidth)用于EIP修改带宽询价。
|
|
1910
1910
|
*/
|
|
1911
1911
|
InquiryPriceModifyAddressesBandwidth(req: InquiryPriceModifyAddressesBandwidthRequest, cb?: (error: string, rep: InquiryPriceModifyAddressesBandwidthResponse) => void): Promise<InquiryPriceModifyAddressesBandwidthResponse>;
|
|
1912
1912
|
/**
|
|
@@ -2710,7 +2710,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
2710
2710
|
return this.request("ClearRouteTableSelectionPolicies", req, cb);
|
|
2711
2711
|
}
|
|
2712
2712
|
/**
|
|
2713
|
-
* EIP
|
|
2713
|
+
* 本接口(InquiryPriceModifyAddressesBandwidth)用于EIP修改带宽询价。
|
|
2714
2714
|
*/
|
|
2715
2715
|
async InquiryPriceModifyAddressesBandwidth(req, cb) {
|
|
2716
2716
|
return this.request("InquiryPriceModifyAddressesBandwidth", req, cb);
|
|
@@ -3235,11 +3235,11 @@ export interface UnassignIpv6SubnetCidrBlockRequest {
|
|
|
3235
3235
|
*/
|
|
3236
3236
|
export interface ModifyIPv6AddressesBandwidthRequest {
|
|
3237
3237
|
/**
|
|
3238
|
-
* 弹性公网IPv6地址唯一ID
|
|
3238
|
+
* 弹性公网IPv6地址唯一ID,可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
|
3239
3239
|
*/
|
|
3240
3240
|
IPv6AddressIds: Array<string>;
|
|
3241
3241
|
/**
|
|
3242
|
-
* 弹性公网IPv6
|
|
3242
|
+
* 弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369)。
|
|
3243
3243
|
*/
|
|
3244
3244
|
InternetMaxBandwidthOut: number;
|
|
3245
3245
|
}
|
|
@@ -10509,10 +10509,9 @@ export interface AllocateAddressesRequest {
|
|
|
10509
10509
|
/**
|
|
10510
10510
|
* EIP类型。各种EIP类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:EIP。
|
|
10511
10511
|
<li>EIP:弹性公网 IP。 </li>
|
|
10512
|
-
<li>AnycastEIP:加速 IP,已开通 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)白名单的用户可选。仅部分地域支持加速IP。</li>
|
|
10513
|
-
<li>HighQualityEIP:精品 IP
|
|
10514
|
-
<li>AntiDDoSEIP:高防 IP。仅部分地域支持高防IP。</li>
|
|
10515
|
-
|
|
10512
|
+
<li>AnycastEIP:加速 IP,已开通 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)白名单的用户可选。仅部分地域支持加速IP,详情可见Anycast公网加速[购买指南](https://cloud.tencent.com/document/product/644/12617)。</li>
|
|
10513
|
+
<li>HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>
|
|
10514
|
+
<li>AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见弹性公网IP[产品概述](https://cloud.tencent.com/document/product/1199/41646)。</li>
|
|
10516
10515
|
*/
|
|
10517
10516
|
AddressType?: string;
|
|
10518
10517
|
/**
|
|
@@ -16135,9 +16134,9 @@ export interface DescribeCrossBorderCcnRegionBandwidthLimitsResponse {
|
|
|
16135
16134
|
*/
|
|
16136
16135
|
export interface ReturnNormalAddressesRequest {
|
|
16137
16136
|
/**
|
|
16138
|
-
* 普通公网IP 的 IP
|
|
16137
|
+
* 普通公网IP 的 IP 地址,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressIps。
|
|
16139
16138
|
*/
|
|
16140
|
-
AddressIps
|
|
16139
|
+
AddressIps: Array<string>;
|
|
16141
16140
|
}
|
|
16142
16141
|
/**
|
|
16143
16142
|
* DeleteSecurityGroup返回参数结构体
|
|
@@ -18667,11 +18666,11 @@ export interface DeleteVpcResponse {
|
|
|
18667
18666
|
*/
|
|
18668
18667
|
export interface InquiryPriceModifyAddressesBandwidthRequest {
|
|
18669
18668
|
/**
|
|
18670
|
-
* EIP唯一ID
|
|
18669
|
+
* EIP唯一ID,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
|
18671
18670
|
*/
|
|
18672
18671
|
AddressIds: Array<string>;
|
|
18673
18672
|
/**
|
|
18674
|
-
*
|
|
18673
|
+
* 新带宽值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。
|
|
18675
18674
|
*/
|
|
18676
18675
|
InternetMaxBandwidthOut: number;
|
|
18677
18676
|
}
|