Class: TencentCloud::Cwp::V20180228::AssetPortBaseInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::AssetPortBaseInfo
- Defined in:
- lib/v20180228/models.rb
Overview
资源管理账号基本信息
Instance Attribute Summary collapse
- #BindIp ⇒ Object
- #FirstTime ⇒ Object
- #GroupName ⇒ Object
- #IsNew ⇒ Object
- #MachineExtraInfo ⇒ Object
- #MachineIp ⇒ Object
- #MachineName ⇒ Object
- #MachineWanIp ⇒ Object
- #Md5 ⇒ Object
- #OsInfo ⇒ Object
- #Param ⇒ Object
- #ParentProcessName ⇒ Object
- #Pid ⇒ Object
- #Port ⇒ Object
- #Ppid ⇒ Object
- #ProcessName ⇒ Object
- #ProcessPath ⇒ Object
- #ProcessVersion ⇒ Object
- #ProjectId ⇒ Object
- #Proto ⇒ Object
- #Quuid ⇒ Object
- #StartTime ⇒ Object
- #Tag ⇒ Object
- #Teletype ⇒ Object
- #UpdateTime ⇒ Object
- #User ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(machineip = nil, machinewanip = nil, quuid = nil, uuid = nil, osinfo = nil, projectid = nil, tag = nil, processname = nil, processversion = nil, processpath = nil, pid = nil, user = nil, starttime = nil, param = nil, teletype = nil, port = nil, groupname = nil, md5 = nil, ppid = nil, parentprocessname = nil, proto = nil, bindip = nil, machinename = nil, updatetime = nil, firsttime = nil, isnew = nil, machineextrainfo = nil) ⇒ AssetPortBaseInfo
constructor
A new instance of AssetPortBaseInfo.
Constructor Details
#initialize(machineip = nil, machinewanip = nil, quuid = nil, uuid = nil, osinfo = nil, projectid = nil, tag = nil, processname = nil, processversion = nil, processpath = nil, pid = nil, user = nil, starttime = nil, param = nil, teletype = nil, port = nil, groupname = nil, md5 = nil, ppid = nil, parentprocessname = nil, proto = nil, bindip = nil, machinename = nil, updatetime = nil, firsttime = nil, isnew = nil, machineextrainfo = nil) ⇒ AssetPortBaseInfo
Returns a new instance of AssetPortBaseInfo.
1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 |
# File 'lib/v20180228/models.rb', line 1589 def initialize(machineip=nil, machinewanip=nil, quuid=nil, uuid=nil, osinfo=nil, projectid=nil, tag=nil, processname=nil, processversion=nil, processpath=nil, pid=nil, user=nil, starttime=nil, param=nil, teletype=nil, port=nil, groupname=nil, md5=nil, ppid=nil, parentprocessname=nil, proto=nil, bindip=nil, machinename=nil, updatetime=nil, firsttime=nil, isnew=nil, machineextrainfo=nil) @MachineIp = machineip @MachineWanIp = machinewanip @Quuid = quuid @Uuid = uuid @OsInfo = osinfo @ProjectId = projectid @Tag = tag @ProcessName = processname @ProcessVersion = processversion @ProcessPath = processpath @Pid = pid @User = user @StartTime = starttime @Param = param @Teletype = teletype @Port = port @GroupName = groupname @Md5 = md5 @Ppid = ppid @ParentProcessName = parentprocessname @Proto = proto @BindIp = bindip @MachineName = machinename @UpdateTime = updatetime @FirstTime = firsttime @IsNew = isnew @MachineExtraInfo = machineextrainfo end |
Instance Attribute Details
#BindIp ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def BindIp @BindIp end |
#FirstTime ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def FirstTime @FirstTime end |
#GroupName ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def GroupName @GroupName end |
#IsNew ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def IsNew @IsNew end |
#MachineExtraInfo ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def MachineExtraInfo @MachineExtraInfo end |
#MachineIp ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def MachineIp @MachineIp end |
#MachineName ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def MachineName @MachineName end |
#MachineWanIp ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def MachineWanIp @MachineWanIp end |
#Md5 ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def Md5 @Md5 end |
#OsInfo ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def OsInfo @OsInfo end |
#Param ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def Param @Param end |
#ParentProcessName ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def ParentProcessName @ParentProcessName end |
#Pid ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def Pid @Pid end |
#Port ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def Port @Port end |
#Ppid ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def Ppid @Ppid end |
#ProcessName ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def ProcessName @ProcessName end |
#ProcessPath ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def ProcessPath @ProcessPath end |
#ProcessVersion ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def ProcessVersion @ProcessVersion end |
#ProjectId ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def ProjectId @ProjectId end |
#Proto ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def Proto @Proto end |
#Quuid ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def Quuid @Quuid end |
#StartTime ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def StartTime @StartTime end |
#Tag ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def Tag @Tag end |
#Teletype ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def Teletype @Teletype end |
#UpdateTime ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def UpdateTime @UpdateTime end |
#User ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def User @User end |
#Uuid ⇒ Object
Parameters:
-
MachineIp:
—
主机内网IP
-
MachineWanIp:
—
主机外网IP
-
Quuid:
—
主机Quuid
-
Uuid:
—
主机Uuid
-
OsInfo:
—
操作系统信息
-
ProjectId:
—
主机业务组ID
-
Tag:
—
主机标签
-
ProcessName:
—
进程名称
-
ProcessVersion:
—
进程版本
-
ProcessPath:
—
进程路径
-
Pid:
—
进程ID
-
User:
—
运行用户
-
StartTime:
—
启动时间
-
Param:
—
启动参数
-
Teletype:
—
进程TTY
-
Port:
—
端口
-
GroupName:
—
所属用户组
-
Md5:
—
进程MD5
-
Ppid:
—
父进程ID
-
ParentProcessName:
—
父进程名称
-
Proto:
—
端口协议
-
BindIp:
—
绑定IP
-
MachineName:
—
主机名称
-
UpdateTime:
—
数据更新时间
-
FirstTime:
—
首次采集时间
- IsNew: —
-
MachineExtraInfo:
—
附加信息
1587 1588 1589 |
# File 'lib/v20180228/models.rb', line 1587 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 |
# File 'lib/v20180228/models.rb', line 1619 def deserialize(params) @MachineIp = params['MachineIp'] @MachineWanIp = params['MachineWanIp'] @Quuid = params['Quuid'] @Uuid = params['Uuid'] @OsInfo = params['OsInfo'] @ProjectId = params['ProjectId'] unless params['Tag'].nil? @Tag = [] params['Tag'].each do |i| machinetag_tmp = MachineTag.new machinetag_tmp.deserialize(i) @Tag << machinetag_tmp end end @ProcessName = params['ProcessName'] @ProcessVersion = params['ProcessVersion'] @ProcessPath = params['ProcessPath'] @Pid = params['Pid'] @User = params['User'] @StartTime = params['StartTime'] @Param = params['Param'] @Teletype = params['Teletype'] @Port = params['Port'] @GroupName = params['GroupName'] @Md5 = params['Md5'] @Ppid = params['Ppid'] @ParentProcessName = params['ParentProcessName'] @Proto = params['Proto'] @BindIp = params['BindIp'] @MachineName = params['MachineName'] @UpdateTime = params['UpdateTime'] @FirstTime = params['FirstTime'] @IsNew = params['IsNew'] unless params['MachineExtraInfo'].nil? @MachineExtraInfo = MachineExtraInfo.new @MachineExtraInfo.deserialize(params['MachineExtraInfo']) end end |