Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain | |
org.jclouds.openstack.nova.v2_0.extensions |
Modifier and Type | Class and Description |
---|---|
class |
QuotaClass
Represents the set of limits (quota class) returned by the Quota Class Extension
|
Modifier and Type | Method and Description |
---|---|
Quota |
Quota.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Quota.Builder.fromQuotas(Quota in) |
Modifier and Type | Method and Description |
---|---|
Quota |
QuotaApi.getByTenant(String tenantId) |
Quota |
QuotaApi.getDefaultsForTenant(String tenantId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Quota> |
QuotaAsyncApi.getByTenant(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<? extends Quota> |
QuotaAsyncApi.getDefaultsForTenant(String tenantId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
QuotaAsyncApi.updateQuotaOfTenant(Quota quota,
String tenantId) |
boolean |
QuotaApi.updateQuotaOfTenant(Quota quota,
String tenantId)
Update the quotas for a given tenant
|
Copyright © 2009-2013 jclouds. All Rights Reserved.