tencentcloud-sdk-nodejs-waf 4.1.66 → 4.1.70

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-waf",
3
- "version": "4.1.66",
3
+ "version": "4.1.70",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4,7 +4,7 @@ exports.Client = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  /* eslint-disable @typescript-eslint/no-unused-vars */
6
6
  /*
7
- * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
7
+ * Copyright (c) 2018 Tencent. All Rights Reserved.
8
8
  *
9
9
  * Licensed under the Apache License, Version 2.0 (the "License");
10
10
  * you may not use this file except in compliance with the License.
@@ -7489,6 +7489,10 @@ export interface InstanceInfo {
7489
7489
  * 1是基础2025版本;0不是
7490
7490
  */
7491
7491
  BasicFlag?: number;
7492
+ /**
7493
+ * 实例的网络配置
7494
+ */
7495
+ NetworkConfig?: NetworkConfig;
7492
7496
  }
7493
7497
  /**
7494
7498
  * DescribeUserSignatureRuleV2返回参数结构体
@@ -8221,6 +8225,27 @@ export interface DescribeAccessHistogramRequest {
8221
8225
  */
8222
8226
  Interval?: number;
8223
8227
  }
8228
+ /**
8229
+ * 实例的网络配置
8230
+ */
8231
+ export interface NetworkConfig {
8232
+ /**
8233
+ * 高防EIP地址
8234
+ */
8235
+ AntiDDosEip?: string;
8236
+ /**
8237
+ * 高防EIP绑定状态。
8238
+ 0:解绑
8239
+ 1:绑定
8240
+ */
8241
+ AntiDDosEipStatus?: number;
8242
+ /**
8243
+ * WAF原生VIP绑定状态。
8244
+ 0:解绑
8245
+ 1:绑定
8246
+ */
8247
+ VipStatus?: number;
8248
+ }
8224
8249
  /**
8225
8250
  * 动作策略的一条分数段实体
8226
8251
  */
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /*
3
- * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ * Copyright (c) 2018 Tencent. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.