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
- #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) ⇒ 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) ⇒ VulInfoHostInfo
Returns a new instance of VulInfoHostInfo.
41064 41065 41066 41067 41068 41069 41070 41071 41072 41073 |
# File 'lib/v20180228/models.rb', line 41064 def initialize(hostname=nil, hostip=nil, =nil, quuid=nil, issupportautofix=nil, uuid=nil, instanceid=nil, machinetype=nil) @HostName = hostname @HostIp = hostip @Tags = @Quuid = quuid @IsSupportAutoFix = issupportautofix @Uuid = uuid @InstanceId = instanceid @MachineType = machinetype end |
Instance Attribute Details
#HostIp ⇒ Object
41062 41063 41064 |
# File 'lib/v20180228/models.rb', line 41062 def HostIp @HostIp end |
#HostName ⇒ Object
41062 41063 41064 |
# File 'lib/v20180228/models.rb', line 41062 def HostName @HostName end |
#InstanceId ⇒ Object
41062 41063 41064 |
# File 'lib/v20180228/models.rb', line 41062 def InstanceId @InstanceId end |
#IsSupportAutoFix ⇒ Object
41062 41063 41064 |
# File 'lib/v20180228/models.rb', line 41062 def IsSupportAutoFix @IsSupportAutoFix end |
#MachineType ⇒ Object
41062 41063 41064 |
# File 'lib/v20180228/models.rb', line 41062 def MachineType @MachineType end |
#Quuid ⇒ Object
41062 41063 41064 |
# File 'lib/v20180228/models.rb', line 41062 def Quuid @Quuid end |
#Tags ⇒ Object
41062 41063 41064 |
# File 'lib/v20180228/models.rb', line 41062 def Tags @Tags end |
#Uuid ⇒ Object
41062 41063 41064 |
# File 'lib/v20180228/models.rb', line 41062 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
41075 41076 41077 41078 41079 41080 41081 41082 41083 41084 |
# File 'lib/v20180228/models.rb', line 41075 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'] end |