tencentcloud-sdk-nodejs-vpc 4.1.22 → 4.1.24

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vpc",
3
- "version": "4.1.22",
3
+ "version": "4.1.24",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9362,7 +9362,7 @@ export interface CcnRouteTableInputPolicys {
9362
9362
  */
9363
9363
  export interface DescribeNetworkAccountTypeResponse {
9364
9364
  /**
9365
- * 用户账号的网络类型,STANDARD为标准用户,LEGACY为传统用户
9365
+ * 用户账号的网络类型,STANDARD为标准账户类型,LEGACY为传统账户类型
9366
9366
  */
9367
9367
  NetworkAccountType?: string;
9368
9368
  /**
@@ -12307,7 +12307,8 @@ export interface UsedDetail {
12307
12307
  */
12308
12308
  Time?: string;
12309
12309
  /**
12310
- * 资源类型。可能的值: CVM, LB, NAT, HAVIP, EIP
12310
+ * 资源类型。可选值: EIP, BWP, LB
12311
+
12311
12312
  */
12312
12313
  ResourceType?: string;
12313
12314
  /**
@@ -18256,9 +18257,13 @@ export interface DescribeAddressTemplatesResponse {
18256
18257
  export interface Quota {
18257
18258
  /**
18258
18259
  * 配额名称,取值范围:
18259
- - `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
18260
- - `DAILY_EIP_APPLY`:用户当前地域下今日申购次数;
18260
+ - `TOTAL_EIP_QUOTA`:用户当前地域下,EIP的配额数;
18261
+ - `LOCALBGP_EIP_QUOTA`:用户当前地域下,本地BGP IP配额数;
18262
+ - `SINGLEISP_EIP_QUOTA`:用户当前地域下,静态单线 IP 配额数;
18263
+ - `DAILY_EIP_APPLY`:用户当前地域下,除静态单线 IP外今日申购次数;
18264
+ - `DAILY_SINGLEISP_APPLY`:用户当前地域下,静态单线 IP今日申购次数;
18261
18265
  - `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数;
18266
+ - `MONTHLY_RECOVER_QUOTA`:用户当前地域下,每月申请指定 IP次数;
18262
18267
  - `TOTAL_EIP6_QUOTA`:用户当前地域下,传统弹性公网IPv6的配额数;
18263
18268
  - `BGP_EIPv6_QUOTA`:用户当前地域下,可申请的 BGP 弹性公网IPv6 的配额数;
18264
18269
  - `SINGLEISP_EIPv6_QUOTA`:用户当前地域下,可申请的静态单线弹性公网IPv6 的配额数;