public class VulEffectHostList extends AbstractModel
header, skipSign
Constructor and Description |
---|
VulEffectHostList() |
VulEffectHostList(VulEffectHostList source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAliasName()
Get Host alias
Note: This field may return null, indicating that no valid values can be obtained.
|
Tags[] |
getCloudTags()
Get Cloud tag information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDescription()
Get Description
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getEventId()
Get Event ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFirstDiscoveryTime()
Get First detection time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFixStatusMsg()
Get Failure cause
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHostIp()
Get Host IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getHostVersion()
Get Edition information.
|
String |
getInstanceState()
Get Instance status.
|
Long |
getIsSupportAutoFix()
Get Whether automatic fixing is supported.
|
String |
getLastTime()
Get Last detection time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getLevel()
Get Hazard level: 1-Low-risk; 2-Medium-risk; 3-High-risk; 4-Critical
Note: This field may return null, indicating that no valid values can be obtained.
|
MachineExtraInfo |
getMachineExtraInfo()
Get Host additional information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getPublicIpAddresses()
Get Public IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getQuuid()
Get Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Status.
|
String[] |
getTags()
Get Host tag
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUuid()
Get Host UUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAliasName(String AliasName)
Set Host alias
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCloudTags(Tags[] CloudTags)
Set Cloud tag information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set Description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEventId(Long EventId)
Set Event ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFirstDiscoveryTime(String FirstDiscoveryTime)
Set First detection time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFixStatusMsg(String FixStatusMsg)
Set Failure cause
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostIp(String HostIp)
Set Host IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostVersion(Long HostVersion)
Set Edition information.
|
void |
setInstanceState(String InstanceState)
Set Instance status.
|
void |
setIsSupportAutoFix(Long IsSupportAutoFix)
Set Whether automatic fixing is supported.
|
void |
setLastTime(String LastTime)
Set Last detection time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLevel(Long Level)
Set Hazard level: 1-Low-risk; 2-Medium-risk; 3-High-risk; 4-Critical
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set Host additional information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPublicIpAddresses(String PublicIpAddresses)
Set Public IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQuuid(String Quuid)
Set Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Status.
|
void |
setTags(String[] Tags)
Set Host tag
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUuid(String Uuid)
Set Host UUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VulEffectHostList()
public VulEffectHostList(VulEffectHostList source)
public Long getEventId()
public void setEventId(Long EventId)
EventId
- Event ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Status. 0: pending; 1: ignored; 3: fixed; 5: detecting; 6: fixing; 7: rolling back; 8: fixing failed.Note: This field may return null, indicating that no valid values can be obtained.public String getLastTime()
public void setLastTime(String LastTime)
LastTime
- Last detection time
Note: This field may return null, indicating that no valid values can be obtained.public Long getLevel()
public void setLevel(Long Level)
Level
- Hazard level: 1-Low-risk; 2-Medium-risk; 3-High-risk; 4-Critical
Note: This field may return null, indicating that no valid values can be obtained.public String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Host QUUID
Note: This field may return null, indicating that no valid values can be obtained.public String getUuid()
public void setUuid(String Uuid)
Uuid
- Host UUID
Note: This field may return null, indicating that no valid values can be obtained.public String getHostIp()
public void setHostIp(String HostIp)
HostIp
- Host IP address
Note: This field may return null, indicating that no valid values can be obtained.public String getAliasName()
public void setAliasName(String AliasName)
AliasName
- Host alias
Note: This field may return null, indicating that no valid values can be obtained.public String[] getTags()
public void setTags(String[] Tags)
Tags
- Host tag
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Description
Note: This field may return null, indicating that no valid values can be obtained.public Long getHostVersion()
public void setHostVersion(Long HostVersion)
HostVersion
- Edition information. 0: Basic Edition; 1: Pro Edition; 2: Ultimate Edition; 3: Inclusive Edition.Note: This field may return null, indicating that no valid values can be obtained.public Long getIsSupportAutoFix()
public void setIsSupportAutoFix(Long IsSupportAutoFix)
IsSupportAutoFix
- Whether automatic fixing is supported. 0: not supported; 1: supported; 2: client offline; 3: manual fixing supported for Ultimate Edition hosts; 4: not supported for this model; 5: fixing, 6: fixed; 7: detecting; 9: fixing failed; 10: ignored; 11: supported for Linux but not Windows; 12: supported for Windows but not Linux; 13: fixing failed but host is offline; 14: fixing failed but host is not of the Ultimate edition; 15: manually fixed.Note: This field may return null, indicating that no valid values can be obtained.public String getFixStatusMsg()
public void setFixStatusMsg(String FixStatusMsg)
FixStatusMsg
- Failure cause
Note: This field may return null, indicating that no valid values can be obtained.public String getFirstDiscoveryTime()
public void setFirstDiscoveryTime(String FirstDiscoveryTime)
FirstDiscoveryTime
- First detection time
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceState()
public void setInstanceState(String InstanceState)
InstanceState
- Instance status. "PENDING": creating; "LAUNCH_FAILED" : creation failed; "RUNNING": running; "STOPPED": shut down; "STARTING": starting; "STOPPING": shutting down; "REBOOTING": restarting; "SHUTDOWN": shut down and pending termination; "TERMINATING": terminating.Note: This field may return null, indicating that no valid values can be obtained.public String getPublicIpAddresses()
public void setPublicIpAddresses(String PublicIpAddresses)
PublicIpAddresses
- Public IP address
Note: This field may return null, indicating that no valid values can be obtained.public Tags[] getCloudTags()
public void setCloudTags(Tags[] CloudTags)
CloudTags
- Cloud tag information
Note: This field may return null, indicating that no valid values can be obtained.public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo
- Host additional information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.