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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190904/models.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 744b17f55bd581abf7f1cb09e91c55dceefb26fb
|
|
4
|
+
data.tar.gz: dc651ad0112801548078351de0f5931e61094a17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4379b1a63a371103f03031f2c0cbbaba17bd1b15802155a8982412251497badbd847b3f5c6c8ea9559faa2f1d542b32f0363125c420597aeee90e955100b7c68
|
|
7
|
+
data.tar.gz: acd8c27e4d9f3ede52682c65d0d5d8dcbf570eb8ceb076c588acdc355a6daf283d3b2695d5d03600272534f51fb7f8e34460e011be531001a078e3d49be1d6f2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.391
|
data/lib/v20190904/models.rb
CHANGED
|
@@ -1515,11 +1515,11 @@ module TencentCloud
|
|
|
1515
1515
|
|
|
1516
1516
|
# DescribeCfwEips请求参数结构体
|
|
1517
1517
|
class DescribeCfwEipsRequest < TencentCloud::Common::AbstractModel
|
|
1518
|
-
# @param Mode:
|
|
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.
|
|
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-
|
|
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
|