tencentcloud-sdk-cwp 3.0.1075 → 3.0.1089

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: 9d82af1ab7aaf4c7a44bd5b02dc78c316e5429de
4
- data.tar.gz: f98ac0266fadeb78db332e37311a0e6789dfab17
3
+ metadata.gz: e6fd9682b217bb7aed2bdf424357fe7c0dbe21e8
4
+ data.tar.gz: 1c40a05fb91cf60ddf8b5a028edda4a56a4ec2f2
5
5
  SHA512:
6
- metadata.gz: 4f61aabe80fe1b29e03ab937a6c6140fa3e4f08569fac87d28c39207a23bfa5776b3e63de6dd18f789afcee28d87bc235e679e3c938bfa01b33c0270ecf411fb
7
- data.tar.gz: 0c0e4f019a126564d6ef7cfca0a69bed9ee8111349d164526494874e9de1afa36b6d8f201e8c04319fb0376228d5478cc62e1e6678cc934e696acbfb7afcd678
6
+ metadata.gz: d753ddbeee62be0ba08f32a11bfdfcfb8cc80ea7a650972738cb755888d0e0051a57cd23c186298ea153e67e360f2d46275960a1428156461e8e995ffee0d43b
7
+ data.tar.gz: 902d30d82a03a4e1f9b53fc1a9c60bebbff235e319e44918f8b371eac2fcb3258cd0b05583aa117a21bec9ad4eed3078cae5b77e630136cc7e0d00faa0d7ba51
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1075
1
+ 3.0.1089
@@ -53,6 +53,8 @@ module TencentCloud
53
53
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
54
54
  end
55
55
 
56
+ # 产品变动切换到了\\n切换到 AddVulIgnoreRule / ModifyVulIgnoreRule CancelVulIgnoreRule\\n相关接口
57
+
56
58
  # 取消漏洞忽略
57
59
 
58
60
  # @param request: Request instance for CancelIgnoreVul.
@@ -10256,6 +10258,8 @@ module TencentCloud
10256
10258
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
10257
10259
  end
10258
10260
 
10261
+ # 产品变动切换到了\\n切换到 AddVulIgnoreRule / ModifyVulIgnoreRule CancelVulIgnoreRule\\n相关接口
10262
+
10259
10263
  # 本接口 (IgnoreImpactedHosts) 用于忽略漏洞。
10260
10264
 
10261
10265
  # @param request: Request instance for IgnoreImpactedHosts.
@@ -15720,13 +15720,19 @@ module TencentCloud
15720
15720
  # @type Offset: Integer
15721
15721
  # @param Limit: 需要返回的数量,默认为10,最大值为100
15722
15722
  # @type Limit: Integer
15723
+ # @param Order: 排序,大小写无关:asc 升序,desc降序
15724
+ # @type Order: String
15725
+ # @param By: 排序列,严格相等:最近检测时间RecentFoundTime
15726
+ # @type By: String
15723
15727
 
15724
- attr_accessor :Filters, :Offset, :Limit
15728
+ attr_accessor :Filters, :Offset, :Limit, :Order, :By
15725
15729
 
15726
- def initialize(filters=nil, offset=nil, limit=nil)
15730
+ def initialize(filters=nil, offset=nil, limit=nil, order=nil, by=nil)
15727
15731
  @Filters = filters
15728
15732
  @Offset = offset
15729
15733
  @Limit = limit
15734
+ @Order = order
15735
+ @By = by
15730
15736
  end
15731
15737
 
15732
15738
  def deserialize(params)
@@ -15740,6 +15746,8 @@ module TencentCloud
15740
15746
  end
15741
15747
  @Offset = params['Offset']
15742
15748
  @Limit = params['Limit']
15749
+ @Order = params['Order']
15750
+ @By = params['By']
15743
15751
  end
15744
15752
  end
15745
15753
 
@@ -16102,12 +16110,16 @@ module TencentCloud
16102
16110
  # @type DestroyOrderNum: Integer
16103
16111
  # @param RepurchaseRenewSwitch: 自动加购是否自动续费开关,true 开启,false 关闭
16104
16112
  # @type RepurchaseRenewSwitch: Boolean
16113
+ # @param AutoBindRaspSwitch: 是否自动新增机器绑定rasp防护,false 关闭 true 开启
16114
+ # @type AutoBindRaspSwitch: Boolean
16115
+ # @param AutoOpenRaspSwitch: 是否自动新增机器开启rasp防护,false 关闭 true 开启
16116
+ # @type AutoOpenRaspSwitch: Boolean
16105
16117
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16106
16118
  # @type RequestId: String
16107
16119
 
16108
- attr_accessor :LicenseCnt, :AvailableLicenseCnt, :AvailableProVersionLicenseCnt, :AvailableFlagshipVersionLicenseCnt, :NearExpiryLicenseCnt, :ExpireLicenseCnt, :AutoOpenStatus, :ProtectType, :IsOpenStatusHistory, :UsedLicenseCnt, :NotExpiredLicenseCnt, :FlagshipVersionLicenseCnt, :ProVersionLicenseCnt, :CwpVersionLicenseCnt, :AvailableLHLicenseCnt, :AutoRepurchaseSwitch, :AutoRepurchaseRenewSwitch, :DestroyOrderNum, :RepurchaseRenewSwitch, :RequestId
16120
+ attr_accessor :LicenseCnt, :AvailableLicenseCnt, :AvailableProVersionLicenseCnt, :AvailableFlagshipVersionLicenseCnt, :NearExpiryLicenseCnt, :ExpireLicenseCnt, :AutoOpenStatus, :ProtectType, :IsOpenStatusHistory, :UsedLicenseCnt, :NotExpiredLicenseCnt, :FlagshipVersionLicenseCnt, :ProVersionLicenseCnt, :CwpVersionLicenseCnt, :AvailableLHLicenseCnt, :AutoRepurchaseSwitch, :AutoRepurchaseRenewSwitch, :DestroyOrderNum, :RepurchaseRenewSwitch, :AutoBindRaspSwitch, :AutoOpenRaspSwitch, :RequestId
16109
16121
 
16110
- def initialize(licensecnt=nil, availablelicensecnt=nil, availableproversionlicensecnt=nil, availableflagshipversionlicensecnt=nil, nearexpirylicensecnt=nil, expirelicensecnt=nil, autoopenstatus=nil, protecttype=nil, isopenstatushistory=nil, usedlicensecnt=nil, notexpiredlicensecnt=nil, flagshipversionlicensecnt=nil, proversionlicensecnt=nil, cwpversionlicensecnt=nil, availablelhlicensecnt=nil, autorepurchaseswitch=nil, autorepurchaserenewswitch=nil, destroyordernum=nil, repurchaserenewswitch=nil, requestid=nil)
16122
+ def initialize(licensecnt=nil, availablelicensecnt=nil, availableproversionlicensecnt=nil, availableflagshipversionlicensecnt=nil, nearexpirylicensecnt=nil, expirelicensecnt=nil, autoopenstatus=nil, protecttype=nil, isopenstatushistory=nil, usedlicensecnt=nil, notexpiredlicensecnt=nil, flagshipversionlicensecnt=nil, proversionlicensecnt=nil, cwpversionlicensecnt=nil, availablelhlicensecnt=nil, autorepurchaseswitch=nil, autorepurchaserenewswitch=nil, destroyordernum=nil, repurchaserenewswitch=nil, autobindraspswitch=nil, autoopenraspswitch=nil, requestid=nil)
16111
16123
  @LicenseCnt = licensecnt
16112
16124
  @AvailableLicenseCnt = availablelicensecnt
16113
16125
  @AvailableProVersionLicenseCnt = availableproversionlicensecnt
@@ -16127,6 +16139,8 @@ module TencentCloud
16127
16139
  @AutoRepurchaseRenewSwitch = autorepurchaserenewswitch
16128
16140
  @DestroyOrderNum = destroyordernum
16129
16141
  @RepurchaseRenewSwitch = repurchaserenewswitch
16142
+ @AutoBindRaspSwitch = autobindraspswitch
16143
+ @AutoOpenRaspSwitch = autoopenraspswitch
16130
16144
  @RequestId = requestid
16131
16145
  end
16132
16146
 
@@ -16150,6 +16164,8 @@ module TencentCloud
16150
16164
  @AutoRepurchaseRenewSwitch = params['AutoRepurchaseRenewSwitch']
16151
16165
  @DestroyOrderNum = params['DestroyOrderNum']
16152
16166
  @RepurchaseRenewSwitch = params['RepurchaseRenewSwitch']
16167
+ @AutoBindRaspSwitch = params['AutoBindRaspSwitch']
16168
+ @AutoOpenRaspSwitch = params['AutoOpenRaspSwitch']
16153
16169
  @RequestId = params['RequestId']
16154
16170
  end
16155
16171
  end
@@ -24049,12 +24065,14 @@ module TencentCloud
24049
24065
  # @type SuccessFixCount: Integer
24050
24066
  # @param FixSwitch: 修复是否支持:0-windows/linux均不支持修复 ;1-windows/linux 均支持修复 ;2-仅linux支持修复;3-仅windows支持修复
24051
24067
  # @type FixSwitch: Integer
24068
+ # @param SupportDefence: 是否支持防御: 0-不支持 1-支持
24069
+ # @type SupportDefence: Integer
24052
24070
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24053
24071
  # @type RequestId: String
24054
24072
 
24055
- attr_accessor :VulId, :VulName, :VulLevel, :VulType, :Description, :RepairPlan, :CveId, :Reference, :CVSS, :PublicDate, :CvssScore, :CveInfo, :CvssScoreFloat, :Labels, :DefenseAttackCount, :SuccessFixCount, :FixSwitch, :RequestId
24073
+ attr_accessor :VulId, :VulName, :VulLevel, :VulType, :Description, :RepairPlan, :CveId, :Reference, :CVSS, :PublicDate, :CvssScore, :CveInfo, :CvssScoreFloat, :Labels, :DefenseAttackCount, :SuccessFixCount, :FixSwitch, :SupportDefence, :RequestId
24056
24074
 
24057
- def initialize(vulid=nil, vulname=nil, vullevel=nil, vultype=nil, description=nil, repairplan=nil, cveid=nil, reference=nil, cvss=nil, publicdate=nil, cvssscore=nil, cveinfo=nil, cvssscorefloat=nil, labels=nil, defenseattackcount=nil, successfixcount=nil, fixswitch=nil, requestid=nil)
24075
+ def initialize(vulid=nil, vulname=nil, vullevel=nil, vultype=nil, description=nil, repairplan=nil, cveid=nil, reference=nil, cvss=nil, publicdate=nil, cvssscore=nil, cveinfo=nil, cvssscorefloat=nil, labels=nil, defenseattackcount=nil, successfixcount=nil, fixswitch=nil, supportdefence=nil, requestid=nil)
24058
24076
  @VulId = vulid
24059
24077
  @VulName = vulname
24060
24078
  @VulLevel = vullevel
@@ -24072,6 +24090,7 @@ module TencentCloud
24072
24090
  @DefenseAttackCount = defenseattackcount
24073
24091
  @SuccessFixCount = successfixcount
24074
24092
  @FixSwitch = fixswitch
24093
+ @SupportDefence = supportdefence
24075
24094
  @RequestId = requestid
24076
24095
  end
24077
24096
 
@@ -24093,6 +24112,7 @@ module TencentCloud
24093
24112
  @DefenseAttackCount = params['DefenseAttackCount']
24094
24113
  @SuccessFixCount = params['SuccessFixCount']
24095
24114
  @FixSwitch = params['FixSwitch']
24115
+ @SupportDefence = params['SupportDefence']
24096
24116
  @RequestId = params['RequestId']
24097
24117
  end
24098
24118
  end
@@ -27808,12 +27828,18 @@ module TencentCloud
27808
27828
  # @type Filters: Array
27809
27829
  # @param Where: 导出字段
27810
27830
  # @type Where: Array
27831
+ # @param Order: 排序,大小写无关:asc 升序,desc降序
27832
+ # @type Order: String
27833
+ # @param By: 排序列,严格相等:最近检测时间RecentFoundTime
27834
+ # @type By: String
27811
27835
 
27812
- attr_accessor :Filters, :Where
27836
+ attr_accessor :Filters, :Where, :Order, :By
27813
27837
 
27814
- def initialize(filters=nil, where=nil)
27838
+ def initialize(filters=nil, where=nil, order=nil, by=nil)
27815
27839
  @Filters = filters
27816
27840
  @Where = where
27841
+ @Order = order
27842
+ @By = by
27817
27843
  end
27818
27844
 
27819
27845
  def deserialize(params)
@@ -27826,6 +27852,8 @@ module TencentCloud
27826
27852
  end
27827
27853
  end
27828
27854
  @Where = params['Where']
27855
+ @Order = params['Order']
27856
+ @By = params['By']
27829
27857
  end
27830
27858
  end
27831
27859
 
@@ -32117,14 +32145,20 @@ module TencentCloud
32117
32145
  # @type AutoRepurchaseRenewSwitch: Integer
32118
32146
  # @param RepurchaseRenewSwitch: 手动购买的订单是否自动续费,默认0, 0关闭 ,1 开启
32119
32147
  # @type RepurchaseRenewSwitch: Integer
32148
+ # @param AutoBindRaspSwitch: 新增机器自动绑定rasp,0 关闭 1开启
32149
+ # @type AutoBindRaspSwitch: Integer
32150
+ # @param AutoOpenRaspSwitch: 新增机器自动开启rasp防护,默认关闭,0 关闭 1开启
32151
+ # @type AutoOpenRaspSwitch: Integer
32120
32152
 
32121
- attr_accessor :Status, :AutoRepurchaseSwitch, :AutoRepurchaseRenewSwitch, :RepurchaseRenewSwitch
32153
+ attr_accessor :Status, :AutoRepurchaseSwitch, :AutoRepurchaseRenewSwitch, :RepurchaseRenewSwitch, :AutoBindRaspSwitch, :AutoOpenRaspSwitch
32122
32154
 
32123
- def initialize(status=nil, autorepurchaseswitch=nil, autorepurchaserenewswitch=nil, repurchaserenewswitch=nil)
32155
+ def initialize(status=nil, autorepurchaseswitch=nil, autorepurchaserenewswitch=nil, repurchaserenewswitch=nil, autobindraspswitch=nil, autoopenraspswitch=nil)
32124
32156
  @Status = status
32125
32157
  @AutoRepurchaseSwitch = autorepurchaseswitch
32126
32158
  @AutoRepurchaseRenewSwitch = autorepurchaserenewswitch
32127
32159
  @RepurchaseRenewSwitch = repurchaserenewswitch
32160
+ @AutoBindRaspSwitch = autobindraspswitch
32161
+ @AutoOpenRaspSwitch = autoopenraspswitch
32128
32162
  end
32129
32163
 
32130
32164
  def deserialize(params)
@@ -32132,6 +32166,8 @@ module TencentCloud
32132
32166
  @AutoRepurchaseSwitch = params['AutoRepurchaseSwitch']
32133
32167
  @AutoRepurchaseRenewSwitch = params['AutoRepurchaseRenewSwitch']
32134
32168
  @RepurchaseRenewSwitch = params['RepurchaseRenewSwitch']
32169
+ @AutoBindRaspSwitch = params['AutoBindRaspSwitch']
32170
+ @AutoOpenRaspSwitch = params['AutoOpenRaspSwitch']
32135
32171
  end
32136
32172
  end
32137
32173
 
@@ -40716,14 +40752,20 @@ module TencentCloud
40716
40752
  # @type Name: String
40717
40753
  # @param NameEn: 漏洞名,英文描述
40718
40754
  # @type NameEn: String
40755
+ # @param SupportFix: 是否支持自动修复 0:不支持 >0: 支持
40756
+ # @type SupportFix: Integer
40757
+ # @param SupportDefense: 是否支持自动防御 0:不支持 1:支持
40758
+ # @type SupportDefense: Integer
40719
40759
 
40720
- attr_accessor :VulId, :PublishTime, :Name, :NameEn
40760
+ attr_accessor :VulId, :PublishTime, :Name, :NameEn, :SupportFix, :SupportDefense
40721
40761
 
40722
- def initialize(vulid=nil, publishtime=nil, name=nil, nameen=nil)
40762
+ def initialize(vulid=nil, publishtime=nil, name=nil, nameen=nil, supportfix=nil, supportdefense=nil)
40723
40763
  @VulId = vulid
40724
40764
  @PublishTime = publishtime
40725
40765
  @Name = name
40726
40766
  @NameEn = nameen
40767
+ @SupportFix = supportfix
40768
+ @SupportDefense = supportdefense
40727
40769
  end
40728
40770
 
40729
40771
  def deserialize(params)
@@ -40731,6 +40773,8 @@ module TencentCloud
40731
40773
  @PublishTime = params['PublishTime']
40732
40774
  @Name = params['Name']
40733
40775
  @NameEn = params['NameEn']
40776
+ @SupportFix = params['SupportFix']
40777
+ @SupportDefense = params['SupportDefense']
40734
40778
  end
40735
40779
  end
40736
40780
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1075
4
+ version: 3.0.1089
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-05 00:00:00.000000000 Z
11
+ date: 2025-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common