Class VmConfigurationLimitsResponse

java.lang.Object
com.iland.core.web.rest.response.location.VmConfigurationLimitsResponse
All Implemented Interfaces:
Serializable

public class VmConfigurationLimitsResponse extends Object implements Serializable
Vm Configuration Limits Response.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

    • VmConfigurationLimitsResponse

      public VmConfigurationLimitsResponse(long maxMemoryMebibytes, long minMemoryMebibytes, long maxCpuCoreCount, long maxDiskSizeMebibytes, long minDiskSizeMebibytes)
  • Method Details

    • getMaxMemoryMebibytes

      public long getMaxMemoryMebibytes()
      Get the RAM max limit.
      Returns:
      ram max limit
    • getMinMemoryMebibytes

      public long getMinMemoryMebibytes()
      Get the RAM min limit.
      Returns:
      ram min limit
    • getMaxCpuCoreCount

      public long getMaxCpuCoreCount()
      Get the CPU max limit.
      Returns:
      cpu max limit
    • getMaxDiskSizeMebibytes

      public long getMaxDiskSizeMebibytes()
      Get the disk max limit.
      Returns:
      disk max limit
    • getMinDiskSizeMebibytes

      public long getMinDiskSizeMebibytes()
      Get the disk min limit.
      Returns:
      disk min limit
    • 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