Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain | |
org.jclouds.openstack.nova.v2_0.extensions |
Modifier and Type | Method and Description |
---|---|
QuotaClass |
QuotaClass.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
QuotaClass.Builder.fromQuotaClass(QuotaClass in) |
Modifier and Type | Method and Description |
---|---|
QuotaClass |
QuotaClassClient.getQuotaClass(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<QuotaClass> |
QuotaClassAsyncClient.getQuotaClass(String id) |
Modifier and Type | Method and Description |
---|---|
Boolean |
QuotaClassClient.updateQuotaClass(String id,
QuotaClass quotas)
Update the quotas for a given tenant
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
QuotaClassAsyncClient.updateQuotaClass(String id,
QuotaClass quotas) |
Copyright © 2009-2012 jclouds. All Rights Reserved.