Uses of Interface
org.openstack4j.model.compute.QuotaSetUpdate
-
Packages that use QuotaSetUpdate Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of QuotaSetUpdate in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute with parameters of type QuotaSetUpdate Modifier and Type Method Description QuotaSetQuotaSetService. updateForClass(String classId, QuotaSetUpdate qs)Updates quota for a specified classQuotaSetQuotaSetService. updateForTenant(String tenantId, QuotaSetUpdate qs)Updates quota for a specified tenant -
Uses of QuotaSetUpdate in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement QuotaSetUpdate Modifier and Type Class Description classNovaQuotaSetUpdatestatic classNovaQuotaSetUpdate.NovaQuotaSetUpdateClassstatic classNovaQuotaSetUpdate.NovaQuotaSetUpdateTenantMethods in org.openstack4j.openstack.compute.domain that return QuotaSetUpdate Modifier and Type Method Description QuotaSetUpdateNovaQuotaSetUpdate.QuotaSetUpdateConcreteBuilder. build()Methods in org.openstack4j.openstack.compute.domain with parameters of type QuotaSetUpdate Modifier and Type Method Description static NovaQuotaSetUpdate.NovaQuotaSetUpdateClassNovaQuotaSetUpdate.NovaQuotaSetUpdateClass. from(QuotaSetUpdate qs)static NovaQuotaSetUpdate.NovaQuotaSetUpdateTenantNovaQuotaSetUpdate.NovaQuotaSetUpdateTenant. from(QuotaSetUpdate qs)QuotaSetUpdateBuilderNovaQuotaSetUpdate.QuotaSetUpdateConcreteBuilder. from(QuotaSetUpdate in)Constructors in org.openstack4j.openstack.compute.domain with parameters of type QuotaSetUpdate Constructor Description QuotaSetUpdateConcreteBuilder(QuotaSetUpdate model) -
Uses of QuotaSetUpdate in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal with parameters of type QuotaSetUpdate Modifier and Type Method Description QuotaSetQuotaSetServiceImpl. updateForClass(String classId, QuotaSetUpdate qs)Updates quota for a specified classQuotaSetQuotaSetServiceImpl. updateForTenant(String tenantId, QuotaSetUpdate qs)Updates quota for a specified tenant
-