public class Limits extends DomainWithLimitsWrapper<com.abiquo.server.core.enterprise.DatacenterLimitsDto>
DatacenterLimitsDto
.
http://community.abiquo.com/display/ABI20/Datacenter+Limits+Resource
Modifier and Type | Class and Description |
---|---|
static class |
Limits.Builder |
context, target
Modifier | Constructor and Description |
---|---|
protected |
Limits(RestContext<AbiquoApi,AbiquoAsyncApi> context,
com.abiquo.server.core.enterprise.DatacenterLimitsDto target)
Constructor to be used only by the builder.
|
Modifier and Type | Method and Description |
---|---|
static Limits.Builder |
builder(RestContext<AbiquoApi,AbiquoAsyncApi> context) |
Integer |
getId() |
long |
getRepositoryHard() |
long |
getRepositorySoft() |
void |
setRepositoryHard(long repositoryHard) |
void |
setRepositoryLimits(long soft,
long hard) |
void |
setRepositorySoft(long repositorySoft) |
String |
toString() |
void |
update() |
getCpuCountHardLimit, getCpuCountSoftLimit, getHdHardLimitInMb, getHdSoftLimitInMb, getPublicIpsHard, getPublicIpsSoft, getRamHardLimitInMb, getRamSoftLimitInMb, getStorageHard, getStorageSoft, getVlansHard, getVlansSoft, setCpuCountHardLimit, setCpuCountLimits, setCpuCountSoftLimit, setHdHardLimitInMb, setHdLimitsInMb, setHdSoftLimitInMb, setPublicIPLimits, setPublicIpsHard, setPublicIpsSoft, setRamHardLimitInMb, setRamLimitsInMb, setRamSoftLimitInMb, setStorageHard, setStorageLimits, setStorageSoft, setVlansHard, setVlansLimits, setVlansSoft
getParentId, getTask, getTasks, getURI, join, unwrap, unwrap, updateLink, wrap, wrap
protected Limits(RestContext<AbiquoApi,AbiquoAsyncApi> context, com.abiquo.server.core.enterprise.DatacenterLimitsDto target)
public void update()
public static Limits.Builder builder(RestContext<AbiquoApi,AbiquoAsyncApi> context)
public Integer getId()
public long getRepositoryHard()
public long getRepositorySoft()
public void setRepositoryHard(long repositoryHard)
public void setRepositoryLimits(long soft, long hard)
public void setRepositorySoft(long repositorySoft)
Copyright © 2009-2013 jclouds. All Rights Reserved.