public abstract static class Quota.Builder<T extends Quota.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
cores |
protected int |
floatingIps |
protected int |
gigabytes |
protected String |
id |
protected int |
injectedFileContentBytes |
protected int |
injectedFiles |
protected int |
instances |
protected int |
keyPairs |
protected int |
metadataItems |
protected int |
ram |
protected int |
securityGroupRules |
protected int |
securityGroups |
protected int |
volumes |
Constructor and Description |
---|
Quota.Builder() |
Modifier and Type | Method and Description |
---|---|
Quota |
build() |
T |
cores(int cores) |
T |
floatingIps(int floatingIps) |
T |
fromQuotas(Quota in) |
T |
gigabytes(int gigabytes) |
T |
id(String id) |
T |
injectedFileContentBytes(int injectedFileContentBytes) |
T |
injectedFiles(int injectedFiles) |
T |
instances(int instances) |
T |
keyPairs(int keyPairs) |
T |
metadataItems(int metadataItems) |
T |
ram(int ram) |
T |
securityGroupRules(int securityGroupRules) |
T |
securityGroups(int securityGroups) |
protected abstract T |
self() |
T |
volumes(int volumes) |
protected String id
protected int metadataItems
protected int injectedFileContentBytes
protected int volumes
protected int gigabytes
protected int ram
protected int floatingIps
protected int instances
protected int injectedFiles
protected int cores
protected int securityGroups
protected int securityGroupRules
protected int keyPairs
protected abstract T self()
public T id(String id)
Quota.getId()
public T metadataItems(int metadataItems)
Quota.getMetadatas()
public T injectedFileContentBytes(int injectedFileContentBytes)
Quota.getInjectedFileContentBytes()
public T volumes(int volumes)
Quota.getVolumes()
public T gigabytes(int gigabytes)
Quota.getGigabytes()
public T ram(int ram)
Quota.getRam()
public T floatingIps(int floatingIps)
Quota.getFloatingIps()
public T instances(int instances)
Quota.getInstances()
public T injectedFiles(int injectedFiles)
Quota.getInjectedFiles()
public T cores(int cores)
Quota.getCores()
public T securityGroups(int securityGroups)
Quota.getSecurityGroups()
public T securityGroupRules(int securityGroupRules)
Quota.getSecurityGroupRules()
public T keyPairs(int keyPairs)
Quota.getKeyPairs()
public Quota build()
Copyright © 2009-2013 jclouds. All Rights Reserved.