T
- The type of the target builder.public abstract class LimitsBuilder<T extends LimitsBuilder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected Integer |
cpuCountHardLimit |
protected Integer |
cpuCountSoftLimit |
protected static int |
DEFAULT_LIMITS
The default limits for enterprises (unlimited).
|
protected Long |
hdHardLimitInMb |
protected Long |
hdSoftLimitInMb |
protected Long |
publicIpsHard |
protected Long |
publicIpsSoft |
protected Integer |
ramHardLimitInMb |
protected Integer |
ramSoftLimitInMb |
protected Long |
storageHard |
protected Long |
storageSoft |
protected Long |
vlansHard |
protected Long |
vlansSoft |
Constructor and Description |
---|
LimitsBuilder() |
Modifier and Type | Method and Description |
---|---|
T |
cpuCountLimits(int soft,
int hard) |
T |
hdLimitsInMb(long soft,
long hard) |
T |
publicIpsLimits(long soft,
long hard) |
T |
ramLimits(int soft,
int hard) |
T |
storageLimits(long soft,
long hard) |
T |
vlansLimits(long soft,
long hard) |
protected static final int DEFAULT_LIMITS
protected Integer ramSoftLimitInMb
protected Integer ramHardLimitInMb
protected Integer cpuCountSoftLimit
protected Integer cpuCountHardLimit
protected Long hdSoftLimitInMb
protected Long hdHardLimitInMb
protected Long storageSoft
protected Long storageHard
protected Long vlansSoft
protected Long vlansHard
protected Long publicIpsSoft
protected Long publicIpsHard
public T ramLimits(int soft, int hard)
public T cpuCountLimits(int soft, int hard)
public T hdLimitsInMb(long soft, long hard)
public T storageLimits(long soft, long hard)
public T vlansLimits(long soft, long hard)
public T publicIpsLimits(long soft, long hard)
Copyright © 2009-2013 jclouds. All Rights Reserved.