tencentcloud-sdk-cfw 3.0.388 → 3.0.391

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a7d5270ae52910f908abacdb2d761a9ab333fbe
4
- data.tar.gz: 9e8999ac69610832a30aab06c7999029260cc7d0
3
+ metadata.gz: 744b17f55bd581abf7f1cb09e91c55dceefb26fb
4
+ data.tar.gz: dc651ad0112801548078351de0f5931e61094a17
5
5
  SHA512:
6
- metadata.gz: fc82d9c496c79a9b70505eae3b33b4d7b86a90a558a23554e419526d66eb36711340043981cb9e258050a9854060c0ca9aed97bfff2a87fd21a578f671796aea
7
- data.tar.gz: abbb57c4aa88b7d0d7c6af520a529f94e76f72b64ef21ef609f5bf11b4af460d7a13faad26078fe13ed8a89c2652d78b84b5652a290e4e5f6f73ebf092915965
6
+ metadata.gz: 4379b1a63a371103f03031f2c0cbbaba17bd1b15802155a8982412251497badbd847b3f5c6c8ea9559faa2f1d542b32f0363125c420597aeee90e955100b7c68
7
+ data.tar.gz: acd8c27e4d9f3ede52682c65d0d5d8dcbf570eb8ceb076c588acdc355a6daf283d3b2695d5d03600272534f51fb7f8e34460e011be531001a078e3d49be1d6f2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.388
1
+ 3.0.391
@@ -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.391
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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common