public class VmConfigurationLimitsResponse extends Object implements Serializable
Constructor and Description |
---|
VmConfigurationLimitsResponse(long maxMemoryMebibytes,
long minMemoryMebibytes,
long maxCpuCoreCount,
long maxDiskSizeMebibytes,
long minDiskSizeMebibytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getMaxCpuCoreCount()
Get the CPU max limit.
|
long |
getMaxDiskSizeMebibytes()
Get the disk max limit.
|
long |
getMaxMemoryMebibytes()
Get the RAM max limit.
|
long |
getMinDiskSizeMebibytes()
Get the disk min limit.
|
long |
getMinMemoryMebibytes()
Get the RAM min limit.
|
int |
hashCode() |
String |
toString() |
public VmConfigurationLimitsResponse(long maxMemoryMebibytes, long minMemoryMebibytes, long maxCpuCoreCount, long maxDiskSizeMebibytes, long minDiskSizeMebibytes)
public long getMaxMemoryMebibytes()
public long getMinMemoryMebibytes()
public long getMaxCpuCoreCount()
public long getMaxDiskSizeMebibytes()
public long getMinDiskSizeMebibytes()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.