Uses of Interface
org.openstack4j.model.compute.Limits
-
Packages that use Limits Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of Limits in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return Limits Modifier and Type Method Description LimitsQuotaSetService. limits()Accounts may be pre-configured with a set of thresholds (or limits) to manage capacity and prevent system abuse. -
Uses of Limits in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement Limits Modifier and Type Class Description classNovaLimitsAccounts may be pre-configured with a set of thresholds (or limits) to manage capacity and prevent abuse of the system. -
Uses of Limits in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return Limits Modifier and Type Method Description LimitsQuotaSetServiceImpl. limits()Accounts may be pre-configured with a set of thresholds (or limits) to manage capacity and prevent system abuse.
-