Class: TencentCloud::Csip::V20221121::AssetProcessItem

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20221121/models.rb

Overview

主机进程内容

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cloudaccountid = nil, instancename = nil, appid = nil, cloudaccountname = nil, instanceid = nil, publicip = nil, privateip = nil, processid = nil, processname = nil, cmdline = nil, port = nil) ⇒ AssetProcessItem

Returns a new instance of AssetProcessItem.



1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
# File 'lib/v20221121/models.rb', line 1568

def initialize(cloudaccountid=nil, instancename=nil, appid=nil, cloudaccountname=nil, instanceid=nil, publicip=nil, privateip=nil, processid=nil, processname=nil, cmdline=nil, port=nil)
  @CloudAccountID = cloudaccountid
  @InstanceName = instancename
  @AppID = appid
  @CloudAccountName = cloudaccountname
  @InstanceID = instanceid
  @PublicIp = publicip
  @PrivateIp = privateip
  @ProcessID = processid
  @ProcessName = processname
  @CmdLine = cmdline
  @Port = port
end

Instance Attribute Details

#AppIDObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def AppID
  @AppID
end

#CloudAccountIDObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def CloudAccountID
  @CloudAccountID
end

#CloudAccountNameObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def CloudAccountName
  @CloudAccountName
end

#CmdLineObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def CmdLine
  @CmdLine
end

#InstanceIDObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def InstanceID
  @InstanceID
end

#InstanceNameObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def InstanceName
  @InstanceName
end

#PortObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def Port
  @Port
end

#PrivateIpObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def PrivateIp
  @PrivateIp
end

#ProcessIDObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def ProcessID
  @ProcessID
end

#ProcessNameObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def ProcessName
  @ProcessName
end

#PublicIpObject

Parameters:

  • CloudAccountID:

    云账号ID

  • InstanceName:

    实例名称

  • AppID:

    租户ID

  • CloudAccountName:

    云账号名称

  • InstanceID:

    实例ID

  • PublicIp:

    公网IP

  • PrivateIp:

    内网IP

  • ProcessID:

    进程ID

  • ProcessName:

    进程名称

  • CmdLine:

    命令行

  • Port:

    监听端口列表



1566
1567
1568
# File 'lib/v20221121/models.rb', line 1566

def PublicIp
  @PublicIp
end

Instance Method Details

#deserialize(params) ⇒ Object



1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
# File 'lib/v20221121/models.rb', line 1582

def deserialize(params)
  @CloudAccountID = params['CloudAccountID']
  @InstanceName = params['InstanceName']
  @AppID = params['AppID']
  @CloudAccountName = params['CloudAccountName']
  @InstanceID = params['InstanceID']
  @PublicIp = params['PublicIp']
  @PrivateIp = params['PrivateIp']
  @ProcessID = params['ProcessID']
  @ProcessName = params['ProcessName']
  @CmdLine = params['CmdLine']
  @Port = params['Port']
end