tencentcloud-sdk-nodejs-vpc 4.1.137 → 4.1.142
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
|
@@ -8063,9 +8063,21 @@ export interface DescribeAddressTemplatesResponse {
|
|
|
8063
8063
|
*/
|
|
8064
8064
|
export interface InternetPrice {
|
|
8065
8065
|
/**
|
|
8066
|
-
* 公网IP
|
|
8066
|
+
* 公网IP网络费询价详细参数。
|
|
8067
8067
|
*/
|
|
8068
8068
|
AddressPrice?: InternetPriceDetail;
|
|
8069
|
+
/**
|
|
8070
|
+
* 公网IP资源费询价详细参数。仅原生IP价格查询返回。
|
|
8071
|
+
*/
|
|
8072
|
+
IPPrice?: InternetPriceDetail;
|
|
8073
|
+
/**
|
|
8074
|
+
* 总原价,单位:元,仅预付费价格查询返回。
|
|
8075
|
+
*/
|
|
8076
|
+
OriginalPrice?: number;
|
|
8077
|
+
/**
|
|
8078
|
+
* 折扣后的总价格,单位:元。仅预付费价格查询返回。
|
|
8079
|
+
*/
|
|
8080
|
+
DiscountPrice?: number;
|
|
8069
8081
|
}
|
|
8070
8082
|
/**
|
|
8071
8083
|
* ModifyIp6AddressesBandwidth返回参数结构体
|
|
@@ -11089,6 +11101,15 @@ export interface AllocateAddressesRequest {
|
|
|
11089
11101
|
* 保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。
|
|
11090
11102
|
*/
|
|
11091
11103
|
ClientToken?: string;
|
|
11104
|
+
/**
|
|
11105
|
+
* 原生EIP IP资源的计费方式。
|
|
11106
|
+
<ul style="margin:0"><li>账号为标准账户类型的用户,可选值:<ul>
|
|
11107
|
+
<li>IP_POSTPAID_BY_HOUR:IP资源按小时后付费</li>
|
|
11108
|
+
<li>IP_PREPAID_BY_MONTH:IP资源包月预付费</li>
|
|
11109
|
+
</ul></li>
|
|
11110
|
+
</ul>
|
|
11111
|
+
*/
|
|
11112
|
+
IPChargeType?: string;
|
|
11092
11113
|
}
|
|
11093
11114
|
/**
|
|
11094
11115
|
* DeleteAssistantCidr返回参数结构体
|
|
@@ -15226,6 +15247,15 @@ export interface InquiryPriceAllocateAddressesRequest {
|
|
|
15226
15247
|
<ul style="margin:0"><li>高防IP,可选值:<ul><li>AntiDDoSEIP:高防IP</li></ul>注意:仅部分地域支持高防IP,详情可见弹性公网IP[产品概述](https://cloud.tencent.com/document/product/1199/41646)。</li></ul>
|
|
15227
15248
|
*/
|
|
15228
15249
|
AddressType?: string;
|
|
15250
|
+
/**
|
|
15251
|
+
* 原生EIP IP资源的计费方式。
|
|
15252
|
+
<ul style="margin:0"><li>账号为标准账户类型的用户,可选值:<ul>
|
|
15253
|
+
<li>IP_POSTPAID_BY_HOUR:IP资源按小时后付费</li>
|
|
15254
|
+
<li>IP_PREPAID_BY_MONTH:IP资源包月预付费</li>
|
|
15255
|
+
</ul></li>
|
|
15256
|
+
</ul>
|
|
15257
|
+
*/
|
|
15258
|
+
IPChargeType?: string;
|
|
15229
15259
|
}
|
|
15230
15260
|
/**
|
|
15231
15261
|
* 云联网(CCN)对象
|