public class Quota extends Object
QuotaApi
Modifier and Type | Class and Description |
---|---|
static class |
Quota.Builder<T extends Quota.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Quota(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) |
Modifier and Type | Method and Description |
---|---|
static Quota.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 |
getMetadatas()
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() |
Quota.Builder<?> |
toBuilder() |
String |
toString() |
@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 Quota(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)
public static Quota.Builder<?> builder()
public Quota.Builder<?> toBuilder()
public String getId()
public int getMetadatas()
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()
SecurityGroupApi
public int getSecurityGroupRules()
SecurityGroupApi
public int getKeyPairs()
KeyPairApi
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.