tencentcloud-sdk-nodejs-vpc 4.1.35 → 4.1.37
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
|
@@ -3239,7 +3239,7 @@ export interface ModifyIPv6AddressesBandwidthRequest {
|
|
|
3239
3239
|
*/
|
|
3240
3240
|
IPv6AddressIds: Array<string>;
|
|
3241
3241
|
/**
|
|
3242
|
-
* 弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369)。
|
|
3242
|
+
* 弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。
|
|
3243
3243
|
*/
|
|
3244
3244
|
InternetMaxBandwidthOut: number;
|
|
3245
3245
|
}
|
|
@@ -3528,13 +3528,13 @@ export interface DescribeTenantCcnsRequest {
|
|
|
3528
3528
|
*/
|
|
3529
3529
|
export interface DescribeIp6AddressesRequest {
|
|
3530
3530
|
/**
|
|
3531
|
-
* 标识 IPv6 的唯一 ID 列表。IPv6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters
|
|
3531
|
+
* 标识 IPv6 的唯一 ID 列表。IPv6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters`。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。
|
|
3532
3532
|
*/
|
|
3533
3533
|
Ip6AddressIds?: Array<string>;
|
|
3534
3534
|
/**
|
|
3535
3535
|
* 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。参数不支持同时指定`AddressIds`和`Filters`。详细的过滤条件如下:
|
|
3536
|
-
<li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPv6 的 IP
|
|
3537
|
-
<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID
|
|
3536
|
+
<li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPv6 的 IP 地址过滤。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询address-ip。</li>
|
|
3537
|
+
<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。可以使用[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口查询network-interface-id。</li>
|
|
3538
3538
|
*/
|
|
3539
3539
|
Filters?: Array<Filter>;
|
|
3540
3540
|
/**
|
|
@@ -3859,7 +3859,7 @@ export interface ModifyAddressInternetChargeTypeRequest {
|
|
|
3859
3859
|
*/
|
|
3860
3860
|
export interface ModifyIp6AddressesBandwidthRequest {
|
|
3861
3861
|
/**
|
|
3862
|
-
* 修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369)。
|
|
3862
|
+
* 修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。
|
|
3863
3863
|
*/
|
|
3864
3864
|
InternetMaxBandwidthOut: number;
|
|
3865
3865
|
/**
|
|
@@ -5401,19 +5401,22 @@ export interface FlowLogStorage {
|
|
|
5401
5401
|
*/
|
|
5402
5402
|
export interface AllocateIp6AddressesBandwidthRequest {
|
|
5403
5403
|
/**
|
|
5404
|
-
* 需要开通公网访问能力的IPv6
|
|
5404
|
+
* 需要开通公网访问能力的IPv6地址,可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。
|
|
5405
|
+
|
|
5405
5406
|
*/
|
|
5406
5407
|
Ip6Addresses: Array<string>;
|
|
5407
5408
|
/**
|
|
5408
|
-
*
|
|
5409
|
+
* 带宽上限,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。
|
|
5410
|
+
默认值:1Mbps
|
|
5409
5411
|
*/
|
|
5410
5412
|
InternetMaxBandwidthOut?: number;
|
|
5411
5413
|
/**
|
|
5412
|
-
* 网络计费模式。IPv6
|
|
5414
|
+
* 网络计费模式。IPv6当前支持:<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_PACKAGE:共享带宽包付费</li>
|
|
5415
|
+
默认值:TRAFFIC_POSTPAID_BY_HOUR
|
|
5413
5416
|
*/
|
|
5414
5417
|
InternetChargeType?: string;
|
|
5415
5418
|
/**
|
|
5416
|
-
* 带宽包id
|
|
5419
|
+
* 带宽包id,设定该参数且InternetChargeType为BANDWIDTH_PACKAGE,则表示创建的IPv6加入该带宽包并采用带宽包计费。可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。
|
|
5417
5420
|
*/
|
|
5418
5421
|
BandwidthPackageId?: string;
|
|
5419
5422
|
/**
|