tencentcloud-sdk-nodejs-vpc 4.1.33 → 4.1.35
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
|
}
|
|
@@ -7898,21 +7898,21 @@ export interface CreateNetworkAclRequest {
|
|
|
7898
7898
|
*/
|
|
7899
7899
|
export interface DescribeAddressesRequest {
|
|
7900
7900
|
/**
|
|
7901
|
-
* 标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222
|
|
7901
|
+
* 标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222`。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。参数不支持同时指定`AddressIds`和`Filters.address-id`。
|
|
7902
7902
|
*/
|
|
7903
7903
|
AddressIds?: Array<string>;
|
|
7904
7904
|
/**
|
|
7905
7905
|
* 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。详细的过滤条件如下:
|
|
7906
|
-
<li> address-id - String - 是否必填:否 - (过滤条件)按照 EIP 的唯一 ID 过滤。EIP 唯一 ID 形如:eip-11112222。</li>
|
|
7907
|
-
<li> address-name - String - 是否必填:否 - (过滤条件)按照 EIP
|
|
7908
|
-
<li> address-ip - String - 是否必填:否 - (过滤条件)按照 EIP 的 IP
|
|
7909
|
-
<li> address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING'
|
|
7910
|
-
<li> instance-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的实例 ID 过滤。实例 ID 形如:ins-11112222。</li>
|
|
7911
|
-
<li> private-ip-address - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的内网 IP
|
|
7912
|
-
<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的弹性网卡 ID 过滤。弹性网卡 ID 形如:eni-11112222。</li>
|
|
7906
|
+
<li> address-id - String - 是否必填:否 - (过滤条件)按照 EIP 的唯一 ID 过滤。EIP 唯一 ID 形如:eip-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-id。</li>
|
|
7907
|
+
<li> address-name - String - 是否必填:否 - (过滤条件)按照 EIP 名称过滤。不支持模糊过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-name。</li>
|
|
7908
|
+
<li> address-ip - String - 是否必填:否 - (过滤条件)按照 EIP 的 IP 地址过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取address-ip。</li>
|
|
7909
|
+
<li> address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING':创建中,'BINDING':绑定中,'BIND':已绑,'UNBINDING':解绑中,'UNBIND':未绑定,'OFFLINING':下线中,'BIND_ENI':绑定了ENI。</li>
|
|
7910
|
+
<li> instance-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的实例 ID 过滤。实例 ID 形如:ins-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取instance-id。</li>
|
|
7911
|
+
<li> private-ip-address - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的内网 IP 过滤。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取private-ip-address。</li>
|
|
7912
|
+
<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照 EIP 绑定的弹性网卡 ID 过滤。弹性网卡 ID 形如:eni-11112222。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取network-interface-id。</li>
|
|
7913
7913
|
<li> is-arrears - String - 是否必填:否 - (过滤条件)按照 EIP 是否欠费进行过滤。(TRUE:EIP 处于欠费状态|FALSE:EIP 费用状态正常)</li>
|
|
7914
|
-
<li> address-type - String - 是否必填:否 - (过滤条件)按照 IP类型 进行过滤。可选值:'WanIP', 'EIP','AnycastEIP','HighQualityEIP', 'AntiDDoSEIP'。默认值是'EIP'。</li>
|
|
7915
|
-
<li> address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP','CMCC'
|
|
7914
|
+
<li> address-type - String - 是否必填:否 - (过滤条件)按照 IP类型 进行过滤。可选值:'WanIP':普通公网 IP, 'EIP':弹性公网 IP,'AnycastEIP':加速 IP,'HighQualityEIP':精品弹性公网 IP, 'AntiDDoSEIP':高防 IP。默认值是'EIP'。</li>
|
|
7915
|
+
<li> address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP':常规BGP,'CMCC':移动,'CUCC':联通, 'CTCC':电信</li>
|
|
7916
7916
|
<li> dedicated-cluster-id - String - 是否必填:否 - (过滤条件)按照 CDC 的唯一 ID 过滤。CDC 唯一 ID 形如:cluster-11112222。</li>
|
|
7917
7917
|
<li> tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。</li>
|
|
7918
7918
|
<li> tag-value - String - 是否必填:否 - (过滤条件)按照标签值进行过滤。</li>
|
|
@@ -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
|
}
|