Class VmConfigurationLimitsResponse
java.lang.Object
com.iland.core.web.rest.response.location.VmConfigurationLimitsResponse
- All Implemented Interfaces:
Serializable
Vm Configuration Limits Response.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVmConfigurationLimitsResponse(long maxMemoryMebibytes, long minMemoryMebibytes, long maxCpuCoreCount, long maxDiskSizeMebibytes, long minDiskSizeMebibytes) -
Method Summary
-
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
-
hashCode
public int hashCode() -
toString
-