Class: TencentCloud::Cwp::V20180228::VulInfoHostInfo

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

Overview

批量修复漏洞二次弹窗

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hostname = nil, hostip = nil, tags = nil, quuid = nil, issupportautofix = nil, uuid = nil, instanceid = nil, machinetype = nil, agentstatus = nil) ⇒ VulInfoHostInfo



40652
40653
40654
40655
40656
40657
40658
40659
40660
40661
40662
# File 'lib/v20180228/models.rb', line 40652

def initialize(hostname=nil, hostip=nil, tags=nil, quuid=nil, issupportautofix=nil, uuid=nil, instanceid=nil, machinetype=nil, agentstatus=nil)
  @HostName = hostname
  @HostIp = hostip
  @Tags = tags
  @Quuid = quuid
  @IsSupportAutoFix = issupportautofix
  @Uuid = uuid
  @InstanceId = instanceid
  @MachineType = machinetype
  @AgentStatus = agentstatus
end

Instance Attribute Details

#AgentStatusObject



40650
40651
40652
# File 'lib/v20180228/models.rb', line 40650

def AgentStatus
  @AgentStatus
end

#HostIpObject



40650
40651
40652
# File 'lib/v20180228/models.rb', line 40650

def HostIp
  @HostIp
end

#HostNameObject



40650
40651
40652
# File 'lib/v20180228/models.rb', line 40650

def HostName
  @HostName
end

#InstanceIdObject



40650
40651
40652
# File 'lib/v20180228/models.rb', line 40650

def InstanceId
  @InstanceId
end

#IsSupportAutoFixObject



40650
40651
40652
# File 'lib/v20180228/models.rb', line 40650

def IsSupportAutoFix
  @IsSupportAutoFix
end

#MachineTypeObject



40650
40651
40652
# File 'lib/v20180228/models.rb', line 40650

def MachineType
  @MachineType
end

#QuuidObject



40650
40651
40652
# File 'lib/v20180228/models.rb', line 40650

def Quuid
  @Quuid
end

#TagsObject



40650
40651
40652
# File 'lib/v20180228/models.rb', line 40650

def Tags
  @Tags
end

#UuidObject



40650
40651
40652
# File 'lib/v20180228/models.rb', line 40650

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



40664
40665
40666
40667
40668
40669
40670
40671
40672
40673
40674
# File 'lib/v20180228/models.rb', line 40664

def deserialize(params)
  @HostName = params['HostName']
  @HostIp = params['HostIp']
  @Tags = params['Tags']
  @Quuid = params['Quuid']
  @IsSupportAutoFix = params['IsSupportAutoFix']
  @Uuid = params['Uuid']
  @InstanceId = params['InstanceId']
  @MachineType = params['MachineType']
  @AgentStatus = params['AgentStatus']
end