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 |
---|---|
Quotas |
Quotas.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Quotas.Builder.fromQuotas(Quotas in) |
Modifier and Type | Method and Description |
---|---|
Quotas |
QuotaApi.getDefaultQuotasForTenant(String tenantId) |
Quotas |
QuotaApi.getQuotasForTenant(String tenantId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Quotas> |
QuotaAsyncApi.getDefaultQuotasForTenant(String tenantId) |
com.google.common.util.concurrent.ListenableFuture<Quotas> |
QuotaAsyncApi.getQuotasForTenant(String tenantId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
QuotaAsyncApi.updateQuotasForTenant(String tenantId,
Quotas quotas) |
Boolean |
QuotaApi.updateQuotasForTenant(String tenantId,
Quotas quotas)
Update the quotas for a given tenant
|
Copyright © 2009-2012 jclouds. All Rights Reserved.