tencentcloud-sdk-tcss 1.0.327 → 1.0.330

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201101/models.rb +16 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e28353b7a2a30213edbe5b583444ca0f2ab4cd75
4
- data.tar.gz: c9e921162f6d7e9d5062d4596348d883eb557368
3
+ metadata.gz: 08a2fa4db6ea41364ce58756a56876ec9dc9e49e
4
+ data.tar.gz: fa8c095baaaaa0be768208820012f0cdf9aa5993
5
5
  SHA512:
6
- metadata.gz: db53098daa98d800c679b14c6460c1b16b778106141700509d7615a41a57d33133a94e49fa016e71b70207f721e25088d6329a21580174bef2c2f18bcfe26b45
7
- data.tar.gz: 83833179d957d71498efabdc4fb4356ac4b227e6437a5a762e15f7fd43998d78bda607420d73e0337e6a5e6faef1d627bb6b6496bd8401e73218349d3d1fb3ea
6
+ metadata.gz: a95007e16a7129692a4e86b4bb2d4e844268a2a9da7e19b6b4337470cc58a03ff0a9327f356741b8e0d4f8346d784e5020ebdcbb48d42cfe463a6a4624546de3
7
+ data.tar.gz: ff43842499def8fc33c1ff12043038665ccd12d5b3a7bbc11fd0a6f5b68e01ed97ff31324bf002eb2b09ad9ce285c20481e03bd77e77952e3ec79d41606adaab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.327
1
+ 1.0.330
@@ -10656,18 +10656,26 @@ module TencentCloud
10656
10656
  # @param RiskIncrease: 待处理风险个数较昨日增长
10657
10657
  # 注意:此字段可能返回 null,表示取不到有效值。
10658
10658
  # @type RiskIncrease: Integer
10659
+ # @param IsolateIncrease: 隔离事件个数较昨日新增
10660
+ # 注意:此字段可能返回 null,表示取不到有效值。
10661
+ # @type IsolateIncrease: Integer
10662
+ # @param IsolateCnt: 隔离事件总数
10663
+ # 注意:此字段可能返回 null,表示取不到有效值。
10664
+ # @type IsolateCnt: Integer
10659
10665
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10660
10666
  # @type RequestId: String
10661
10667
 
10662
- attr_accessor :TaskId, :RiskContainerCnt, :RiskCnt, :VirusDataBaseModifyTime, :RiskContainerIncrease, :RiskIncrease, :RequestId
10668
+ attr_accessor :TaskId, :RiskContainerCnt, :RiskCnt, :VirusDataBaseModifyTime, :RiskContainerIncrease, :RiskIncrease, :IsolateIncrease, :IsolateCnt, :RequestId
10663
10669
 
10664
- def initialize(taskid=nil, riskcontainercnt=nil, riskcnt=nil, virusdatabasemodifytime=nil, riskcontainerincrease=nil, riskincrease=nil, requestid=nil)
10670
+ def initialize(taskid=nil, riskcontainercnt=nil, riskcnt=nil, virusdatabasemodifytime=nil, riskcontainerincrease=nil, riskincrease=nil, isolateincrease=nil, isolatecnt=nil, requestid=nil)
10665
10671
  @TaskId = taskid
10666
10672
  @RiskContainerCnt = riskcontainercnt
10667
10673
  @RiskCnt = riskcnt
10668
10674
  @VirusDataBaseModifyTime = virusdatabasemodifytime
10669
10675
  @RiskContainerIncrease = riskcontainerincrease
10670
10676
  @RiskIncrease = riskincrease
10677
+ @IsolateIncrease = isolateincrease
10678
+ @IsolateCnt = isolatecnt
10671
10679
  @RequestId = requestid
10672
10680
  end
10673
10681
 
@@ -10678,6 +10686,8 @@ module TencentCloud
10678
10686
  @VirusDataBaseModifyTime = params['VirusDataBaseModifyTime']
10679
10687
  @RiskContainerIncrease = params['RiskContainerIncrease']
10680
10688
  @RiskIncrease = params['RiskIncrease']
10689
+ @IsolateIncrease = params['IsolateIncrease']
10690
+ @IsolateCnt = params['IsolateCnt']
10681
10691
  @RequestId = params['RequestId']
10682
10692
  end
10683
10693
  end
@@ -10694,7 +10704,10 @@ module TencentCloud
10694
10704
  # <li>ContainerName - String - 是否必填:否 - 容器名称</li>
10695
10705
  # <li>ContainerId - String - 是否必填:否 - 容器id</li>
10696
10706
  # <li>Hostname - String - 是否必填:否 - 主机名称</li>
10697
- # <li>HostIp- String - 是否必填:是 - 容器名称</li>
10707
+ # <li>HostIp- String - 是否必填:否 - 主机IP</li>
10708
+ # <li>ImageId- String - 是否必填:否 - 镜像ID</li>
10709
+ # <li>ImageName- String - 是否必填:否 - 镜像名称</li>
10710
+ # <li>Status- String - 是否必填:否 - 状态</li>
10698
10711
  # @type Filters: Array
10699
10712
  # @param By: 排序字段
10700
10713
  # @type By: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.327
4
+ version: 1.0.330
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-06-06 00:00:00.000000000 Z
11
+ date: 2022-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common