Package | Description |
---|---|
org.openstack4j.api.compute | |
org.openstack4j.openstack.compute.domain | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Method and Description |
---|---|
QuotaSet |
QuotaSetService.get(String tenantId)
Gets the QuotaSet for the given tenant ID
|
QuotaSet |
QuotaSetService.get(String tenantId,
String userId)
Gets the QuotaSet for the given tenant and user ID
|
QuotaSet |
QuotaSetService.updateForClass(String classId,
QuotaSetUpdate qs)
Updates quota for a specified class
|
QuotaSet |
QuotaSetService.updateForTenant(String tenantId,
QuotaSetUpdate qs)
Updates quota for a specified tenant
|
Modifier and Type | Class and Description |
---|---|
class |
NovaQuotaSet
An OpenStack Quota-Set
|
static class |
NovaQuotaSet.NovaQuotaSetClass |
Modifier and Type | Method and Description |
---|---|
QuotaSet |
QuotaSetServiceImpl.get(String tenantId)
Gets the QuotaSet for the given tenant ID
|
QuotaSet |
QuotaSetServiceImpl.get(String tenantId,
String userId)
Gets the QuotaSet for the given tenant and user ID
|
QuotaSet |
QuotaSetServiceImpl.updateForClass(String classId,
QuotaSetUpdate qs)
Updates quota for a specified class
|
QuotaSet |
QuotaSetServiceImpl.updateForTenant(String tenantId,
QuotaSetUpdate qs)
Updates quota for a specified tenant
|
Copyright © 2017. All rights reserved.