tencentcloud-sdk-cfw 3.0.388 → 3.0.389

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a7d5270ae52910f908abacdb2d761a9ab333fbe
4
- data.tar.gz: 9e8999ac69610832a30aab06c7999029260cc7d0
3
+ metadata.gz: e9cf58dda7d94862dd5399a32f9115402321f8f7
4
+ data.tar.gz: d56be64b84a522d3a5205c40ceaa4b954a27892b
5
5
  SHA512:
6
- metadata.gz: fc82d9c496c79a9b70505eae3b33b4d7b86a90a558a23554e419526d66eb36711340043981cb9e258050a9854060c0ca9aed97bfff2a87fd21a578f671796aea
7
- data.tar.gz: abbb57c4aa88b7d0d7c6af520a529f94e76f72b64ef21ef609f5bf11b4af460d7a13faad26078fe13ed8a89c2652d78b84b5652a290e4e5f6f73ebf092915965
6
+ metadata.gz: c59af480ec376b40c24603509b0af4b5df8722daa03ae3759d868c06927a8d814e90364b05634a745e76e467d3bb3c965047d2f53f0d708ce79862ec3d482bc3
7
+ data.tar.gz: a174ec04eaad3883e12d3966050c5c62aa52f9baf84e32a28a8ede0e138b2aacb69ad730eb1a4dc6f709d74af54e109b3888bd39e78b12e827a92ead5d61e3e6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.388
1
+ 3.0.389
@@ -1515,11 +1515,11 @@ module TencentCloud
1515
1515
 
1516
1516
  # DescribeCfwEips请求参数结构体
1517
1517
  class DescribeCfwEipsRequest < TencentCloud::Common::AbstractModel
1518
- # @param Mode: 0:cfw新增模式,1:cfw接入模式
1518
+ # @param Mode: 1:cfw接入模式,目前仅支持接入模式实例
1519
1519
  # @type Mode: Integer
1520
1520
  # @param NatGatewayId: ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
1521
1521
  # @type NatGatewayId: String
1522
- # @param CfwInstance: 防火墙实例id
1522
+ # @param CfwInstance: 防火墙实例id,当前仅支持接入模式的实例
1523
1523
  # @type CfwInstance: String
1524
1524
 
1525
1525
  attr_accessor :Mode, :NatGatewayId, :CfwInstance
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.388
4
+ version: 3.0.389
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-16 00:00:00.000000000 Z
11
+ date: 2022-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common