Uses of Interface
org.openstack4j.model.compute.SimpleTenantUsage
-
Packages that use SimpleTenantUsage Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of SimpleTenantUsage in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return SimpleTenantUsage Modifier and Type Method Description SimpleTenantUsageQuotaSetService. getTenantUsage(String tenantId)Gets the usage information for the specified tenant (os-simple-tenant-usage)SimpleTenantUsageQuotaSetService. getTenantUsage(String tenantId, String startTime, String endTime)Gets the usage information for the specified tenant in a period of time (os-simple-tenant-usage)Methods in org.openstack4j.api.compute that return types with arguments of type SimpleTenantUsage Modifier and Type Method 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) -
Uses of SimpleTenantUsage in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement SimpleTenantUsage Modifier and Type Class Description classNovaSimpleTenantUsageProvides simple usage reporting for tenants -
Uses of SimpleTenantUsage in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return SimpleTenantUsage Modifier and Type Method Description SimpleTenantUsageQuotaSetServiceImpl. getTenantUsage(String tenantId)Gets the usage information for the specified tenant (os-simple-tenant-usage)SimpleTenantUsageQuotaSetServiceImpl. getTenantUsage(String tenantId, String startTime, String endTime)Gets the usage information for the specified tenant in a period of time (os-simple-tenant-usage)Methods in org.openstack4j.openstack.compute.internal that return types with arguments of type SimpleTenantUsage Modifier and Type Method 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)
-