| Package | Description |
|---|---|
| org.openstack4j.api.compute | |
| org.openstack4j.openstack.compute.domain | |
| org.openstack4j.openstack.compute.internal |
| Modifier and Type | Method and Description |
|---|---|
SimpleTenantUsage |
QuotaSetService.getTenantUsage(String tenantId)
Gets the usage information for the specified tenant (os-simple-tenant-usage)
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SimpleTenantUsage> |
QuotaSetService.listTenantUsages()
Gets tenant usage information for all tenants (os-simple-tenant-usage)
|
| Modifier and Type | Class and Description |
|---|---|
class |
NovaSimpleTenantUsage
Provides simple usage reporting for tenants
|
| Modifier and Type | Method and Description |
|---|---|
SimpleTenantUsage |
QuotaSetServiceImpl.getTenantUsage(String tenantId)
Gets the usage information for the specified tenant (os-simple-tenant-usage)
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SimpleTenantUsage> |
QuotaSetServiceImpl.listTenantUsages()
Gets tenant usage information for all tenants (os-simple-tenant-usage)
|