public class SiteLimits extends Object
| Constructor and Description |
|---|
SiteLimits() |
| Modifier and Type | Method and Description |
|---|---|
Long |
maxDiskSizeInMb()
Get maximum allowed disk size usage in MB.
|
Long |
maxMemoryInMb()
Get maximum allowed memory usage in MB.
|
Double |
maxPercentageCpu()
Get maximum allowed CPU usage percentage.
|
SiteLimits |
withMaxDiskSizeInMb(Long maxDiskSizeInMb)
Set maximum allowed disk size usage in MB.
|
SiteLimits |
withMaxMemoryInMb(Long maxMemoryInMb)
Set maximum allowed memory usage in MB.
|
SiteLimits |
withMaxPercentageCpu(Double maxPercentageCpu)
Set maximum allowed CPU usage percentage.
|
public Double maxPercentageCpu()
public SiteLimits withMaxPercentageCpu(Double maxPercentageCpu)
maxPercentageCpu - the maxPercentageCpu value to setpublic Long maxMemoryInMb()
public SiteLimits withMaxMemoryInMb(Long maxMemoryInMb)
maxMemoryInMb - the maxMemoryInMb value to setpublic Long maxDiskSizeInMb()
public SiteLimits withMaxDiskSizeInMb(Long maxDiskSizeInMb)
maxDiskSizeInMb - the maxDiskSizeInMb value to setCopyright © 2019. All rights reserved.