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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 816df156dc38605d2004cf541acc96f88e756eae
4
- data.tar.gz: 40c1eb1bb33c488414bdd4baf6ceefe6ace4c303
3
+ metadata.gz: 96407b9728a9af3fe064e243d6a197c2025e2ddb
4
+ data.tar.gz: 31e827dfe95d68df64f4188230d6c044164e63a6
5
5
  SHA512:
6
- metadata.gz: 1f5a8198cd4f1ab37808c9dcbe90def158ba66ddd2061217ceda1f3a6f40cdbe9fd1c9576328a736795bbbffad424c9c74fda3389ed526c106bc22c5ee532ade
7
- data.tar.gz: 8271fa55f7cf094635dae09efc4fcf1a3d2d0b614328ff8b1a08b7f9f55231e55bfbad60d7a35c54e044ae490d794e43c420056ba63bf415f613caabf29c86ac
6
+ metadata.gz: 84773dc4c5b590f5c0cec86171e2d1089db8a4195140e68195c42102591b8301d02ee878bbb83ebbb136cf24074aaa33ceba52b3606aa258cd6be9f0b590a908
7
+ data.tar.gz: 51d24dfbe3df3d82a65c10939d56d1bf2427ab2516103be3b1912254de26ba2111a251b75765b06109a5db334e4e83b8d3cc53df7b8367e59362c8fd673f311d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.203
1
+ 1.0.204
@@ -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.203
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-16 00:00:00.000000000 Z
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