tencentcloud-sdk-cfw 3.0.602 → 3.0.603

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190904/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0371117106f81b5b66ecb89f98cebc22f9fb1ef7
4
- data.tar.gz: 7192637649254305d71f8fc4bcad7502e536dd7a
3
+ metadata.gz: 9fc7fdd631380bff7a7ee3fc1d84ea61cbee9a68
4
+ data.tar.gz: 16c016a21913b831c88ace349b613239f3d9c6fc
5
5
  SHA512:
6
- metadata.gz: a4226e9c9de9af8e86e76c701212859fae5b4c7be871cbfda2c9f0f95c852176f2d6b8c17f64cfba0af472e6a7ff75a7a0b0d83e4ceaf71ccf3d7ff28375ee59
7
- data.tar.gz: f08a90bae8bfd78667b01e28203ca9b6bf952405d5c52d0cc692f799f0329c39ca91f71dac53c0afe155e85fb08d9a47ea55cbc42c9018352894e1f7bd3a3ca4
6
+ metadata.gz: 6c6211f8516c6366fd0e9d40c62797ad22c6c34b7a8bd7841360b19ada2121a03814b5a2141521861ef9eb542cb821766196b0e990604b4c69652dcea8ddf06c
7
+ data.tar.gz: 58a03715bd5c2e44225f14425d9517524fd1076102112fcc468075f85f6180e39496c0dc1544e75d951d853257de83d517d11590206fd7d981ec1117012d1046
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.602
1
+ 3.0.603
@@ -1783,16 +1783,19 @@ module TencentCloud
1783
1783
  # @type ReturnCode: Integer
1784
1784
  # @param ReturnMsg: 状态信息,success:查询成功,fail:查询失败
1785
1785
  # @type ReturnMsg: String
1786
+ # @param SourceList: 安全事件来源下拉框
1787
+ # @type SourceList: Array
1786
1788
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1787
1789
  # @type RequestId: String
1788
1790
 
1789
- attr_accessor :Data, :Total, :ReturnCode, :ReturnMsg, :RequestId
1791
+ attr_accessor :Data, :Total, :ReturnCode, :ReturnMsg, :SourceList, :RequestId
1790
1792
 
1791
- def initialize(data=nil, total=nil, returncode=nil, returnmsg=nil, requestid=nil)
1793
+ def initialize(data=nil, total=nil, returncode=nil, returnmsg=nil, sourcelist=nil, requestid=nil)
1792
1794
  @Data = data
1793
1795
  @Total = total
1794
1796
  @ReturnCode = returncode
1795
1797
  @ReturnMsg = returnmsg
1798
+ @SourceList = sourcelist
1796
1799
  @RequestId = requestid
1797
1800
  end
1798
1801
 
@@ -1808,6 +1811,7 @@ module TencentCloud
1808
1811
  @Total = params['Total']
1809
1812
  @ReturnCode = params['ReturnCode']
1810
1813
  @ReturnMsg = params['ReturnMsg']
1814
+ @SourceList = params['SourceList']
1811
1815
  @RequestId = params['RequestId']
1812
1816
  end
1813
1817
  end
@@ -3435,10 +3439,13 @@ module TencentCloud
3435
3439
  # @param Server: 扫描结果
3436
3440
  # 注意:此字段可能返回 null,表示取不到有效值。
3437
3441
  # @type Server: Array
3442
+ # @param RegionKey: 地域
3443
+ # 注意:此字段可能返回 null,表示取不到有效值。
3444
+ # @type RegionKey: String
3438
3445
 
3439
- attr_accessor :AppId, :Region, :VpcId, :VPCName, :SubnetId, :InstanceId, :InstanceName, :InsType, :PublicIp, :PrivateIp, :PortNum, :LeakNum, :InsSource, :ResourcePath, :Server
3446
+ attr_accessor :AppId, :Region, :VpcId, :VPCName, :SubnetId, :InstanceId, :InstanceName, :InsType, :PublicIp, :PrivateIp, :PortNum, :LeakNum, :InsSource, :ResourcePath, :Server, :RegionKey
3440
3447
 
3441
- def initialize(appid=nil, region=nil, vpcid=nil, vpcname=nil, subnetid=nil, instanceid=nil, instancename=nil, instype=nil, publicip=nil, privateip=nil, portnum=nil, leaknum=nil, inssource=nil, resourcepath=nil, server=nil)
3448
+ def initialize(appid=nil, region=nil, vpcid=nil, vpcname=nil, subnetid=nil, instanceid=nil, instancename=nil, instype=nil, publicip=nil, privateip=nil, portnum=nil, leaknum=nil, inssource=nil, resourcepath=nil, server=nil, regionkey=nil)
3442
3449
  @AppId = appid
3443
3450
  @Region = region
3444
3451
  @VpcId = vpcid
@@ -3454,6 +3461,7 @@ module TencentCloud
3454
3461
  @InsSource = inssource
3455
3462
  @ResourcePath = resourcepath
3456
3463
  @Server = server
3464
+ @RegionKey = regionkey
3457
3465
  end
3458
3466
 
3459
3467
  def deserialize(params)
@@ -3472,6 +3480,7 @@ module TencentCloud
3472
3480
  @InsSource = params['InsSource']
3473
3481
  @ResourcePath = params['ResourcePath']
3474
3482
  @Server = params['Server']
3483
+ @RegionKey = params['RegionKey']
3475
3484
  end
3476
3485
  end
3477
3486
 
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.602
4
+ version: 3.0.603
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-29 00:00:00.000000000 Z
11
+ date: 2023-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common