Class: TencentCloud::Cwp::V20180228::VulInfoHostInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::VulInfoHostInfo
- Defined in:
- lib/v20180228/models.rb
Overview
批量修复漏洞二次弹窗
Instance Attribute Summary collapse
- #AgentStatus ⇒ Object
- #HostIp ⇒ Object
- #HostName ⇒ Object
- #InstanceId ⇒ Object
- #IsSupportAutoFix ⇒ Object
- #MachineType ⇒ Object
- #Quuid ⇒ Object
- #Tags ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(hostname = nil, hostip = nil, tags = nil, quuid = nil, issupportautofix = nil, uuid = nil, instanceid = nil, machinetype = nil, agentstatus = nil) ⇒ VulInfoHostInfo
constructor
A new instance of VulInfoHostInfo.
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, =nil, quuid=nil, issupportautofix=nil, uuid=nil, instanceid=nil, machinetype=nil, agentstatus=nil) @HostName = hostname @HostIp = hostip @Tags = @Quuid = quuid @IsSupportAutoFix = issupportautofix @Uuid = uuid @InstanceId = instanceid @MachineType = machinetype @AgentStatus = agentstatus end |
Instance Attribute Details
#AgentStatus ⇒ Object
40650 40651 40652 |
# File 'lib/v20180228/models.rb', line 40650 def AgentStatus @AgentStatus end |
#HostIp ⇒ Object
40650 40651 40652 |
# File 'lib/v20180228/models.rb', line 40650 def HostIp @HostIp end |
#HostName ⇒ Object
40650 40651 40652 |
# File 'lib/v20180228/models.rb', line 40650 def HostName @HostName end |
#InstanceId ⇒ Object
40650 40651 40652 |
# File 'lib/v20180228/models.rb', line 40650 def InstanceId @InstanceId end |
#IsSupportAutoFix ⇒ Object
40650 40651 40652 |
# File 'lib/v20180228/models.rb', line 40650 def IsSupportAutoFix @IsSupportAutoFix end |
#MachineType ⇒ Object
40650 40651 40652 |
# File 'lib/v20180228/models.rb', line 40650 def MachineType @MachineType end |
#Quuid ⇒ Object
40650 40651 40652 |
# File 'lib/v20180228/models.rb', line 40650 def Quuid @Quuid end |
#Tags ⇒ Object
40650 40651 40652 |
# File 'lib/v20180228/models.rb', line 40650 def Tags @Tags end |
#Uuid ⇒ Object
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 |