public class VmBootupLogResponse extends Object implements Serializable
Constructor and Description |
---|
VmBootupLogResponse(String vmUuid,
String vmName,
byte[] screenshot,
Instant timestamp,
String ipAddress,
String errorLog) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getErrorLog()
Get the VM error log.
|
String |
getIpAddress()
Get the VM IP address.
|
byte[] |
getScreenshot()
Get the VM console screenshot.
|
Instant |
getTimestamp()
Get the timestamp the log was created.
|
String |
getVmName()
Get the VM name.
|
String |
getVmUuid()
Get the VM UUID.
|
int |
hashCode() |
String |
toString() |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.