Uses of Interface
org.openstack4j.model.compute.ComputeQuotaDetail
-
Packages that use ComputeQuotaDetail Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of ComputeQuotaDetail in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return ComputeQuotaDetail Modifier and Type Method Description ComputeQuotaDetailQuotaSetService. getDetail(String tenantId)Gets the QuotaSetDetail for the given tenant ID -
Uses of ComputeQuotaDetail in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement ComputeQuotaDetail Modifier and Type Class Description classNovaComputeQuotaDetailThe detail of quota for a project or a project and a user. -
Uses of ComputeQuotaDetail in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return ComputeQuotaDetail Modifier and Type Method Description ComputeQuotaDetailQuotaSetServiceImpl. getDetail(String tenantId)Gets the QuotaSetDetail for the given tenant ID
-