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