tencentcloud-sdk-cfw 3.0.705 → 3.0.706
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/client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 745b1d5cf9cd50ce099da997be822ddd53d159fd
|
|
4
|
+
data.tar.gz: afd0bb7739293ecf5e52219ea0765aa10f8ccf6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5718c00c354652d4518db03f30aa28ab5a4afd21179bb0f00807c361cac2bf977f8005a611385301b0ecfe8a58d913124b5c29679a4431da2e237bfb6a81076
|
|
7
|
+
data.tar.gz: e42cf02596f9a1cfa85a3466e9287f40298162580f65856941336e94ea8eb39bc26844018b21d3ddbca2b0aedd29a7ead331777535beb90ca85a43fa592f1255
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.706
|
data/lib/v20190904/client.rb
CHANGED
|
@@ -1373,7 +1373,7 @@ module TencentCloud
|
|
|
1373
1373
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1374
1374
|
end
|
|
1375
1375
|
|
|
1376
|
-
#
|
|
1376
|
+
# 防火墙开关列表,已废弃,请使用DescribeFwEdgeIps
|
|
1377
1377
|
|
|
1378
1378
|
# @param request: Request instance for DescribeSwitchLists.
|
|
1379
1379
|
# @type request: :class:`Tencentcloud::cfw::V20190904::DescribeSwitchListsRequest`
|