public class VmIssue extends Object implements Issue
IssueDiagnoser
Constructor and Description |
---|
VmIssue(AgentId agentId,
VmId vmId,
Severity severity,
String description) |
Modifier and Type | Method and Description |
---|---|
AgentId |
getAgentId() |
String |
getDescription() |
Severity |
getSeverity() |
VmId |
getVmId() |
public AgentId getAgentId()
public VmId getVmId()
public Severity getSeverity()
getSeverity
in interface Issue
public String getDescription()
getDescription
in interface Issue
Copyright © 2017. All rights reserved.