|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.nova.v2_0.domain.Quotas
public class Quotas
Represents the set of limits (quotas) returned by the Quota Extension
QuotaApi| Nested Class Summary | |
|---|---|
static class |
Quotas.Builder<T extends Quotas.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
Quotas(String id,
int metadataItems,
int injectedFileContentBytes,
int volumes,
int gigabytes,
int ram,
int floatingIps,
int instances,
int injectedFiles,
int cores,
int securityGroups,
int securityGroupRules,
int keyPairs)
|
| Method Summary | |
|---|---|
static Quotas.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
int |
getCores()
The limit of the number of cores that can be used by the tenant |
int |
getFloatingIps()
The limit of the number of floating ips for the tenant |
int |
getGigabytes()
The limit of the total size of all volumes for the tenant |
String |
getId()
The id of the tenant this set of limits applies to |
int |
getInjectedFileContentBytes()
|
int |
getInjectedFiles()
|
int |
getInstances()
The limit of the number of instances that can be created for the tenant |
int |
getKeyPairs()
|
int |
getMetadataItems()
The limit of the number of metadata items for the tenant |
int |
getRam()
The limit of total ram available to the tenant |
int |
getSecurityGroupRules()
|
int |
getSecurityGroups()
|
int |
getVolumes()
The limit of the number of volumes that can be created for the tenant |
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
Quotas.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","metadata_items","injected_file_content_bytes","volumes","gigabytes","ram","floating_ips","instances","injected_files","cores","security_groups","security_group_rules","key_pairs"})
protected Quotas(String id,
int metadataItems,
int injectedFileContentBytes,
int volumes,
int gigabytes,
int ram,
int floatingIps,
int instances,
int injectedFiles,
int cores,
int securityGroups,
int securityGroupRules,
int keyPairs)
| Method Detail |
|---|
public static Quotas.Builder<?> builder()
public Quotas.Builder<?> toBuilder()
public String getId()
public int getMetadataItems()
public int getInjectedFileContentBytes()
public int getVolumes()
public int getGigabytes()
public int getRam()
public int getFloatingIps()
public int getInstances()
public int getInjectedFiles()
public int getCores()
public int getSecurityGroups()
SecurityGroupApipublic int getSecurityGroupRules()
SecurityGroupApipublic int getKeyPairs()
KeyPairApipublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||