Class VmBootupLogResponse
java.lang.Object
com.iland.core.web.rest.response.recovery.VmBootupLogResponse
- All Implemented Interfaces:
Serializable
Vm Bootup Log Response.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Details
-
VmBootupLogResponse
-
-
Method Details
-
getVmUuid
Get the VM UUID.- Returns:
StringVM UUID
-
getVmName
Get the VM name.- Returns:
StringVM name
-
getScreenshot
public byte[] getScreenshot()Get the VM console screenshot.- Returns:
- screenshot of VM console
-
getTimestamp
Get the timestamp the log was created.- Returns:
Instantlog timestamp
-
getIpAddress
Get the VM IP address.- Returns:
StringIP address
-
getErrorLog
Get the VM error log.- Returns:
Stringerror log
-
equals
-
hashCode
public int hashCode() -
toString
-