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)
|
SimpleTenantUsage |
QuotaSetService.getTenantUsage(String tenantId,
String startTime,
String endTime)
Gets the usage information for the specified tenant in a period of time (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)
|
List<? extends SimpleTenantUsage> |
QuotaSetService.listTenantUsages(String startTime,
String endTime)
Gets tenant usage information for all tenants in a period of time (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)
|
SimpleTenantUsage |
QuotaSetServiceImpl.getTenantUsage(String tenantId,
String startTime,
String endTime)
Gets the usage information for the specified tenant in a period of time (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)
|
List<? extends SimpleTenantUsage> |
QuotaSetServiceImpl.listTenantUsages(String startTime,
String endTime)
Gets tenant usage information for all tenants in a period of time (os-simple-tenant-usage)
|
Copyright © 2017. All rights reserved.