tencentcloud-sdk-cwp 3.0.739 → 3.0.740

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: 9055be606a77911e78336dfc005375e58444fec4
4
- data.tar.gz: 460c5ebe87719c896390efcd7fd37beda838dfc2
3
+ metadata.gz: 6ba0119777e3c0ab7fecb08e3b4f4ef65810ed61
4
+ data.tar.gz: 150cc40de8935a954a5da731e6a5b4dfac78429f
5
5
  SHA512:
6
- metadata.gz: 10d5f5e16995acb577257bcef597dab014e5064f7a332cc46bb236721755cc416fe06a69e2f07507ac066f9c051758a95785fc934b7a1e3dc29b1dc85581153a
7
- data.tar.gz: c0505e4bd79df810087395a653038b484a1c47999e321963e1aaa681fb5cab9ee558f4f0bc598175f967a2141bad5aa9da589e51f6651007813a4c9e5181a717
6
+ metadata.gz: e8ae8d04c14f1ae820632f2cbd3504a10d61021b1b39922223be4610a288bba00814bc04af811bfbb7e21d21aac6585256a11e5a3b24d6e9fa234025deffbd8b
7
+ data.tar.gz: 474bbde776bd56fadec1785eea825e84e8cf7c11ebc82a55958bf93b905f730571115157649b8a23c5888e3f133572f1cbc5e33f9c57cd9ce51e2a6cc32d6703
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.739
1
+ 3.0.740
@@ -5504,7 +5504,7 @@ module TencentCloud
5504
5504
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
5505
5505
  end
5506
5506
 
5507
- # 查询主机相关核心文件监控规则列 表
5507
+ # 查询主机相关核心文件监控规则列表
5508
5508
 
5509
5509
  # @param request: Request instance for DescribeMachineFileTamperRules.
5510
5510
  # @type request: :class:`Tencentcloud::cwp::V20180228::DescribeMachineFileTamperRulesRequest`
@@ -4711,8 +4711,8 @@ module TencentCloud
4711
4711
 
4712
4712
  attr_accessor :Id, :Uuid, :Name, :Level, :Rule, :Decription, :Operator, :IsGlobal, :Status, :CreateTime, :ModifyTime, :Hostip, :Uuids, :White, :DealOldEvents, :Description
4713
4713
  extend Gem::Deprecate
4714
- deprecate :Decription, :none, 2023, 12
4715
- deprecate :Decription=, :none, 2023, 12
4714
+ deprecate :Decription, :none, 2024, 1
4715
+ deprecate :Decription=, :none, 2024, 1
4716
4716
 
4717
4717
  def initialize(id=nil, uuid=nil, name=nil, level=nil, rule=nil, decription=nil, operator=nil, isglobal=nil, status=nil, createtime=nil, modifytime=nil, hostip=nil, uuids=nil, white=nil, dealoldevents=nil, description=nil)
4718
4718
  @Id = id
@@ -6134,7 +6134,7 @@ module TencentCloud
6134
6134
 
6135
6135
  # CreateMalwareWhiteList请求参数结构体
6136
6136
  class CreateMalwareWhiteListRequest < TencentCloud::Common::AbstractModel
6137
- # @param Mode: 白名单模式; 0MD5白名单,1自定义
6137
+ # @param Mode: 白名单模式; 0 MD5白名单,1自定义
6138
6138
  # @type Mode: Integer
6139
6139
  # @param QuuidList: quuid 列表
6140
6140
  # @type QuuidList: Array
@@ -9601,16 +9601,16 @@ module TencentCloud
9601
9601
  # <li>IP 内网IP或公网IP</li>
9602
9602
  # <li>OsType - String - 是否必填:否 - windows或linux</li>
9603
9603
  # <li>CpuLoad - Int - 是否必填:否 -
9604
- # 0: 未知 1: 低负载
9605
- # 2: 中负载 3: 高负载</li>
9604
+ # 0: 未知 1: 低负载
9605
+ # 2: 中负载 3: 高负载</li>
9606
9606
  # <li>DiskLoad - Int - 是否必填:否 -
9607
- # 0: 0%或未知 1: 0%~20%
9608
- # 2: 20%~50% 3: 50%~80%
9609
- # 4: 80%~100%</li>
9607
+ # 0: 0%或未知 1: 0%~20%
9608
+ # 2: 20%~50% 3: 50%~80%
9609
+ # 4: 80%~100%</li>
9610
9610
  # <li>MemLoad - Int - 是否必填:否 -
9611
- # 0: 0%或未知 1: 0%~20%
9612
- # 2: 20%~50% 3: 50%~80%
9613
- # 4: 80%~100%</li>
9611
+ # 0: 0%或未知 1: 0%~20%
9612
+ # 2: 20%~50% 3: 50%~80%
9613
+ # 4: 80%~100%</li>
9614
9614
  # <li>Quuid:主机Quuid</li>
9615
9615
  # <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li>
9616
9616
  # @type Filters: Array
@@ -10658,8 +10658,7 @@ module TencentCloud
10658
10658
  # @type Offset: Integer
10659
10659
  # @param Order: 排序方式,asc升序 或 desc降序
10660
10660
  # @type Order: String
10661
- # @param By: 可选排序:[FirstTime|LoginTime|PasswordChangeTime|PasswordDuaTime]
10662
- # PasswordLockDays
10661
+ # @param By: 可选排序:[FirstTime|LoginTime|PasswordChangeTime|PasswordDuaTime|PasswordLockDays]
10663
10662
  # @type By: String
10664
10663
 
10665
10664
  attr_accessor :Quuid, :Filters, :Limit, :Offset, :Order, :By
@@ -28462,8 +28461,8 @@ module TencentCloud
28462
28461
 
28463
28462
  attr_accessor :Filters, :Fileds, :Fields
28464
28463
  extend Gem::Deprecate
28465
- deprecate :Fileds, :none, 2023, 12
28466
- deprecate :Fileds=, :none, 2023, 12
28464
+ deprecate :Fileds, :none, 2024, 1
28465
+ deprecate :Fileds=, :none, 2024, 1
28467
28466
 
28468
28467
  def initialize(filters=nil, fileds=nil, fields=nil)
28469
28468
  @Filters = filters
@@ -28752,7 +28751,9 @@ module TencentCloud
28752
28751
 
28753
28752
  # ExportJavaMemShells请求参数结构体
28754
28753
  class ExportJavaMemShellsRequest < TencentCloud::Common::AbstractModel
28755
- # @param Filters: 过滤条件:Keywords: ip或者主机名模糊查询, Type,Status精确匹配,CreateBeginTime,CreateEndTime时间段
28754
+ # @param Filters: 过滤条件:InstanceID、IP、
28755
+
28756
+ # MachineName主机名模糊查询, Type,Status精确匹配,CreateBeginTime,CreateEndTime时间段
28756
28757
  # @type Filters: Array
28757
28758
  # @param Where: 导出字段
28758
28759
  # @type Where: Array
@@ -28779,7 +28780,7 @@ module TencentCloud
28779
28780
 
28780
28781
  # ExportJavaMemShells返回参数结构体
28781
28782
  class ExportJavaMemShellsResponse < TencentCloud::Common::AbstractModel
28782
- # @param TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
28783
+ # @param TaskId: 任务ID,需要到接口“异步导出任务”https://cloud.tencent.com/document/product/296/52508 获取DownloadUrl下载地址
28783
28784
  # @type TaskId: String
28784
28785
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
28785
28786
  # @type RequestId: String
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.739
4
+ version: 3.0.740
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-12-31 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-cwp.rb
36
37
  - lib/v20180228/client.rb
37
38
  - lib/v20180228/models.rb
38
- - lib/tencentcloud-sdk-cwp.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: