tencentcloud-sdk-cfw 1.0.203 → 1.0.204
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 +6 -1
- 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: 96407b9728a9af3fe064e243d6a197c2025e2ddb
|
4
|
+
data.tar.gz: 31e827dfe95d68df64f4188230d6c044164e63a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84773dc4c5b590f5c0cec86171e2d1089db8a4195140e68195c42102591b8301d02ee878bbb83ebbb136cf24074aaa33ceba52b3606aa258cd6be9f0b590a908
|
7
|
+
data.tar.gz: 51d24dfbe3df3d82a65c10939d56d1bf2427ab2516103be3b1912254de26ba2111a251b75765b06109a5db334e4e83b8d3cc53df7b8367e59362c8fd673f311d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.204
|
data/lib/v20190904/models.rb
CHANGED
@@ -4590,12 +4590,17 @@ module TencentCloud
|
|
4590
4590
|
|
4591
4591
|
# StopSecurityGroupRuleDispatch请求参数结构体
|
4592
4592
|
class StopSecurityGroupRuleDispatchRequest < TencentCloud::Common::AbstractModel
|
4593
|
+
# @param StopType: 值为1,中止全部
|
4594
|
+
# @type StopType: Integer
|
4593
4595
|
|
4596
|
+
attr_accessor :StopType
|
4594
4597
|
|
4595
|
-
def initialize()
|
4598
|
+
def initialize(stoptype=nil)
|
4599
|
+
@StopType = stoptype
|
4596
4600
|
end
|
4597
4601
|
|
4598
4602
|
def deserialize(params)
|
4603
|
+
@StopType = params['StopType']
|
4599
4604
|
end
|
4600
4605
|
end
|
4601
4606
|
|
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: 1.0.
|
4
|
+
version: 1.0.204
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|