tencentcloud-sdk-cwp 3.0.1198 → 3.0.1199
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180228/models.rb +12 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bfbf55420df22e40840240dd6694b2c5f50f8062
|
|
4
|
+
data.tar.gz: 21d2fc5b742fda09b5519af68f2e34e1d231cbe9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eea03ec74ec90d04e568a5b789bfee7080fa5b39d5c5d6418e52b40182c81d96e47b5ece4132f30829a21868cafb2f37a29a0e4da4d079490f3a6871e8ec6e78
|
|
7
|
+
data.tar.gz: 994bdb167acfb0c13946979dcce4b4a27374b2259163efb48d5ecc9fe2832b10fc10cd3313d80d7f97ac55cebdf32dc4174d5c587ad8db39c19f2e659ef2cfc0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1199
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -35118,10 +35118,12 @@ module TencentCloud
|
|
|
35118
35118
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
|
35119
35119
|
# @param Pid: 进程id
|
|
35120
35120
|
# @type Pid: Integer
|
|
35121
|
+
# @param Count: 告警数量
|
|
35122
|
+
# @type Count: Integer
|
|
35121
35123
|
|
|
35122
|
-
attr_accessor :Id, :Uuid, :Quuid, :Hostip, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ProcFilePrivilege, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :ProcTree, :Status, :CreateTime, :MachineName, :MachineExtraInfo, :Pid
|
|
35124
|
+
attr_accessor :Id, :Uuid, :Quuid, :Hostip, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ProcFilePrivilege, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :ProcTree, :Status, :CreateTime, :MachineName, :MachineExtraInfo, :Pid, :Count
|
|
35123
35125
|
|
|
35124
|
-
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, procfileprivilege=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, proctree=nil, status=nil, createtime=nil, machinename=nil, machineextrainfo=nil, pid=nil)
|
|
35126
|
+
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, procfileprivilege=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, proctree=nil, status=nil, createtime=nil, machinename=nil, machineextrainfo=nil, pid=nil, count=nil)
|
|
35125
35127
|
@Id = id
|
|
35126
35128
|
@Uuid = uuid
|
|
35127
35129
|
@Quuid = quuid
|
|
@@ -35142,6 +35144,7 @@ module TencentCloud
|
|
|
35142
35144
|
@MachineName = machinename
|
|
35143
35145
|
@MachineExtraInfo = machineextrainfo
|
|
35144
35146
|
@Pid = pid
|
|
35147
|
+
@Count = count
|
|
35145
35148
|
end
|
|
35146
35149
|
|
|
35147
35150
|
def deserialize(params)
|
|
@@ -35168,6 +35171,7 @@ module TencentCloud
|
|
|
35168
35171
|
@MachineExtraInfo.deserialize(params['MachineExtraInfo'])
|
|
35169
35172
|
end
|
|
35170
35173
|
@Pid = params['Pid']
|
|
35174
|
+
@Count = params['Count']
|
|
35171
35175
|
end
|
|
35172
35176
|
end
|
|
35173
35177
|
|
|
@@ -35225,10 +35229,12 @@ module TencentCloud
|
|
|
35225
35229
|
# @type MachineStatus: String
|
|
35226
35230
|
# @param ModifyTime: 处理时间
|
|
35227
35231
|
# @type ModifyTime: String
|
|
35232
|
+
# @param Count: 告警数量
|
|
35233
|
+
# @type Count: Integer
|
|
35228
35234
|
|
|
35229
|
-
attr_accessor :Id, :Uuid, :Quuid, :HostIp, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ProcFilePrivilege, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :PsTree, :Status, :CreateTime, :MachineName, :SuggestScheme, :HarmDescribe, :Tags, :References, :MachineWanIp, :NewCaps, :MachineStatus, :ModifyTime
|
|
35235
|
+
attr_accessor :Id, :Uuid, :Quuid, :HostIp, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ProcFilePrivilege, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :PsTree, :Status, :CreateTime, :MachineName, :SuggestScheme, :HarmDescribe, :Tags, :References, :MachineWanIp, :NewCaps, :MachineStatus, :ModifyTime, :Count
|
|
35230
35236
|
|
|
35231
|
-
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, procfileprivilege=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, pstree=nil, status=nil, createtime=nil, machinename=nil, suggestscheme=nil, harmdescribe=nil, tags=nil, references=nil, machinewanip=nil, newcaps=nil, machinestatus=nil, modifytime=nil)
|
|
35237
|
+
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, procfileprivilege=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, pstree=nil, status=nil, createtime=nil, machinename=nil, suggestscheme=nil, harmdescribe=nil, tags=nil, references=nil, machinewanip=nil, newcaps=nil, machinestatus=nil, modifytime=nil, count=nil)
|
|
35232
35238
|
@Id = id
|
|
35233
35239
|
@Uuid = uuid
|
|
35234
35240
|
@Quuid = quuid
|
|
@@ -35255,6 +35261,7 @@ module TencentCloud
|
|
|
35255
35261
|
@NewCaps = newcaps
|
|
35256
35262
|
@MachineStatus = machinestatus
|
|
35257
35263
|
@ModifyTime = modifytime
|
|
35264
|
+
@Count = count
|
|
35258
35265
|
end
|
|
35259
35266
|
|
|
35260
35267
|
def deserialize(params)
|
|
@@ -35284,6 +35291,7 @@ module TencentCloud
|
|
|
35284
35291
|
@NewCaps = params['NewCaps']
|
|
35285
35292
|
@MachineStatus = params['MachineStatus']
|
|
35286
35293
|
@ModifyTime = params['ModifyTime']
|
|
35294
|
+
@Count = params['Count']
|
|
35287
35295
|
end
|
|
35288
35296
|
end
|
|
35289
35297
|
|
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.
|
|
4
|
+
version: 3.0.1199
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|