Uses of Interface
org.openstack4j.model.network.NetQuota
-
Packages that use NetQuota Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain org.openstack4j.openstack.networking.internal.ext -
-
Uses of NetQuota in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext that return NetQuota Modifier and Type Method Description NetQuotaNetQuotaService. get(String tenantId)Fetches the network quotas for the specified tenantNetQuotaNetQuotaService. update(NetQuota netQuota)Updates the network quotas for the current tenantNetQuotaNetQuotaService. updateForTenant(String tenantId, NetQuota netQuota)Updates the network quotas for the specified tenantMethods in org.openstack4j.api.networking.ext that return types with arguments of type NetQuota Modifier and Type Method Description List<? extends NetQuota>NetQuotaService. get()Lists quotas for tenants who have non-default quota values, and lists, updates, and resets quotas for a tenanMethods in org.openstack4j.api.networking.ext with parameters of type NetQuota Modifier and Type Method Description NetQuotaNetQuotaService. update(NetQuota netQuota)Updates the network quotas for the current tenantNetQuotaNetQuotaService. updateForTenant(String tenantId, NetQuota netQuota)Updates the network quotas for the specified tenant -
Uses of NetQuota in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement NetQuota Modifier and Type Class Description classNeutronNetQuotaNetwork quotas that are bound to a TenantMethods in org.openstack4j.openstack.networking.domain that return NetQuota Modifier and Type Method Description NetQuotaNeutronNetQuota.NetQuotaConcreteBuilder. build()Methods in org.openstack4j.openstack.networking.domain with parameters of type NetQuota Modifier and Type Method Description NetQuotaBuilderNeutronNetQuota.NetQuotaConcreteBuilder. from(NetQuota in) -
Uses of NetQuota in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext that return NetQuota Modifier and Type Method Description NetQuotaNetQuotaServiceImpl. get(String tenantId)NetQuotaNetQuotaServiceImpl. update(NetQuota netQuota)NetQuotaNetQuotaServiceImpl. updateForTenant(String tenantId, NetQuota netQuota)Methods in org.openstack4j.openstack.networking.internal.ext that return types with arguments of type NetQuota Modifier and Type Method Description List<? extends NetQuota>NetQuotaServiceImpl. get()Methods in org.openstack4j.openstack.networking.internal.ext with parameters of type NetQuota Modifier and Type Method Description NetQuotaNetQuotaServiceImpl. update(NetQuota netQuota)NetQuotaNetQuotaServiceImpl. updateForTenant(String tenantId, NetQuota netQuota)
-