Class VmBootupLogResponse

java.lang.Object
com.iland.core.web.rest.response.recovery.VmBootupLogResponse
All Implemented Interfaces:
Serializable

public class VmBootupLogResponse extends Object implements Serializable
Vm Bootup Log Response.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

    • VmBootupLogResponse

      public VmBootupLogResponse(String vmUuid, String vmName, byte[] screenshot, Instant timestamp, String ipAddress, String errorLog)
  • Method Details

    • getVmUuid

      public String getVmUuid()
      Get the VM UUID.
      Returns:
      String VM UUID
    • getVmName

      public String getVmName()
      Get the VM name.
      Returns:
      String VM name
    • getScreenshot

      public byte[] getScreenshot()
      Get the VM console screenshot.
      Returns:
      screenshot of VM console
    • getTimestamp

      public Instant getTimestamp()
      Get the timestamp the log was created.
      Returns:
      Instant log timestamp
    • getIpAddress

      public String getIpAddress()
      Get the VM IP address.
      Returns:
      String IP address
    • getErrorLog

      public String getErrorLog()
      Get the VM error log.
      Returns:
      String error log
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object